{"id":4213,"date":"2025-04-06T10:51:14","date_gmt":"2025-04-06T03:51:14","guid":{"rendered":"http:\/\/localhost\/main\/?page_id=4213"},"modified":"2026-04-24T14:24:10","modified_gmt":"2026-04-24T07:24:10","slug":"%e0%b8%9b%e0%b8%8f%e0%b8%b4%e0%b8%97%e0%b8%b4%e0%b8%99%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3%e0%b8%a3%e0%b8%a1","status":"publish","type":"page","link":"https:\/\/trct.ac.th\/main\/latest-news\/%e0%b8%9b%e0%b8%8f%e0%b8%b4%e0%b8%97%e0%b8%b4%e0%b8%99%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3%e0%b8%a3%e0%b8%a1","title":{"rendered":"\u0e1b\u0e0f\u0e34\u0e17\u0e34\u0e19\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21"},"content":{"rendered":"<p><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1331.2px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:10px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:10px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><!DOCTYPE html>\n<html lang=\"th\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u0e1b\u0e0f\u0e34\u0e17\u0e34\u0e19\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: white;\n            min-height: 100vh;\n            padding: 10px;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n        }\n\n        .header {\n            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);\n            color: white;\n            padding: 20px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .header::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);\n            animation: float 6s ease-in-out infinite;\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0px) rotate(0deg); }\n            50% { transform: translateY(-20px) rotate(180deg); }\n        }\n\n        .header h1 {\n            font-size: 1.8em;\n            margin-bottom: 8px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .header p {\n            font-size: 1.2em;\n            opacity: 0.9;\n            position: relative;\n            z-index: 1;\n        }\n\n        .nav-controls {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 20px;\n            padding: 20px;\n            background: rgba(74, 172, 254, 0.1);\n        }\n\n        .nav-btn {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            border: none;\n            padding: 12px 24px;\n            border-radius: 25px;\n            cursor: pointer;\n            font-size: 16px;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);\n        }\n\n        .nav-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);\n        }\n\n        .current-month {\n            font-size: 1.8em;\n            font-weight: bold;\n            color: #4facfe;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);\n        }\n\n        .calendar {\n            padding: 15px;\n        }\n\n        .calendar-grid {\n            display: grid;\n            grid-template-columns: repeat(7, 1fr);\n            gap: 1px;\n            background: #e0e0e0;\n        }\n\n        .calendar-header {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 8px;\n            text-align: center;\n            font-weight: bold;\n            font-size: 0.9em;\n        }\n\n        .calendar-day {\n            background: white;\n            min-height: 70px;\n            padding: 6px;\n            position: relative;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .calendar-day:hover {\n            background: #f0f8ff;\n            transform: scale(1.02);\n            z-index: 10;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n        }\n\n        .calendar-day.other-month {\n            background: #f5f5f5;\n            color: #999;\n        }\n\n        .calendar-day.today {\n            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);\n            color: white;\n            font-weight: bold;\n        }\n\n        .day-number {\n            font-weight: bold;\n            font-size: 1.1em;\n            margin-bottom: 4px;\n        }\n\n        .event {\n            background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);\n            color: white;\n            padding: 4px 8px;\n            border-radius: 10px;\n            font-size: 0.75em;\n            margin: 2px 0;\n            text-align: center;\n            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);\n            animation: pulse 2s infinite;\n        }\n\n        @keyframes pulse {\n            0% { transform: scale(1); }\n            50% { transform: scale(1.02); }\n            100% { transform: scale(1); }\n        }\n\n        .event.exam {\n            background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);\n        }\n\n        .event.holiday {\n            background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);\n        }\n\n        .event.semester {\n            background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);\n        }\n\n        .event.registration {\n            background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);\n        }\n\n        .event.sports {\n            background: linear-gradient(135deg, #003e80 0%, #003e80 100%);\n        }\n\n        .legend {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            margin-top: 20px;\n            flex-wrap: wrap;\n        }\n\n        .legend-item {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 16px;\n            background: rgba(255, 255, 255, 0.8);\n            border-radius: 20px;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\n        }\n\n        .legend-color {\n            width: 20px;\n            height: 20px;\n            border-radius: 50%;\n        }\n\n        @media (max-width: 768px) {\n            .calendar-grid {\n                font-size: 0.8em;\n            }\n            \n            .calendar-day {\n                min-height: 80px;\n                padding: 5px;\n            }\n            \n            .header h1 {\n                font-size: 2em;\n            }\n            \n            .nav-controls {\n                flex-direction: column;\n                gap: 10px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"header\">\n            <h1>\ud83d\udcc5 \u0e1b\u0e0f\u0e34\u0e17\u0e34\u0e19\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21 \u0e1b\u0e35\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 2569<\/h1>\n        <\/div>\n\n        <div class=\"nav-controls\">\n            <button class=\"nav-btn\" onclick=\"previousMonth()\">\u2190 \u0e40\u0e14\u0e37\u0e2d\u0e19\u0e01\u0e48\u0e2d\u0e19<\/button>\n            <div class=\"current-month\" id=\"currentMonth\">\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21 2568<\/div>\n            <button class=\"nav-btn\" onclick=\"nextMonth()\">\u0e40\u0e14\u0e37\u0e2d\u0e19\u0e16\u0e31\u0e14\u0e44\u0e1b \u2192<\/button>\n        <\/div>\n\n        <div class=\"calendar\">\n            <div class=\"calendar-grid\" id=\"calendar\">\n                <!-- Calendar will be generated here -->\n            <\/div>\n        <\/div>\n\n        <div class=\"legend\">\n            <div class=\"legend-item\">\n                <div class=\"legend-color\" style=\"background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);\"><\/div>\n                <span>\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21<\/span>\n            <\/div>\n            <div class=\"legend-item\">\n                <div class=\"legend-color\" style=\"background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);\"><\/div>\n                <span>\u0e2a\u0e2d\u0e1a<\/span>\n            <\/div>\n            <div class=\"legend-item\">\n                <div class=\"legend-color\" style=\"background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);\"><\/div>\n                <span>\u0e27\u0e31\u0e19\u0e2b\u0e22\u0e38\u0e14<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        const monthNames = [\n            '\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21', '\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c', '\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21', '\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19', '\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21', '\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19',\n            '\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21', '\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21', '\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19', '\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21', '\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19', '\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21'\n        ];\n\n        const dayNames = ['\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c', '\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c', '\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23', '\u0e1e\u0e38\u0e18', '\u0e1e\u0e24\u0e2b\u0e31\u0e2a', '\u0e28\u0e38\u0e01\u0e23\u0e4c', '\u0e40\u0e2a\u0e32\u0e23\u0e4c'];\n\n        let currentDate = new Date();\n        let currentMonth = currentDate.getMonth();\n        let currentYear = currentDate.getFullYear();\n\n        \/\/ Academic events data - \u0e1b\u0e35\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 2568\n        const academicEvents = {\n            \/\/ \u0e20\u0e32\u0e04\u0e40\u0e23\u0e35\u0e22\u0e19\u0e17\u0e35\u0e48 1 \u0e1b\u0e27\u0e0a.1-3 (\u0e40\u0e1b\u0e34\u0e14 13 \u0e1e.\u0e04. - \u0e1b\u0e34\u0e14 13 \u0e01.\u0e22. 2568)\n\t            '2026-05-05': [{ text: 'TRCT SMART GEN 2569', type:'semester'}],\n\t            '2026-05-06': [{ text: 'TRCT SMART GEN 2569', type:'semester'}],\n            '2026-05-07': [{ text: 'Day camp', type: 'semester' }],\n            '2026-05-08': [{ text: 'Day camp', type: 'semester' }],\n            '2026-05-04': [{ text: '\u0e27\u0e31\u0e19\u0e09\u0e31\u0e15\u0e23\u0e21\u0e07\u0e04\u0e25', type: 'holiday' }],\n            '2025-06-08': [{ text: '\u0e1b\u0e23\u0e30\u0e0a\u0e38\u0e21\u0e1c\u0e39\u0e49\u0e1b\u0e01\u0e04\u0e23\u0e2d\u0e07 1\/2568', type: 'sports' }], \n            '2025-06-12': [{ text: '\u0e27\u0e31\u0e19\u0e44\u0e2b\u0e27\u0e49\u0e04\u0e23\u0e39', type: 'sports' }],  \n            '2025-07-03': [{ text: '\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e38\u0e02\u0e20\u0e32\u0e1e \u0e1b\u0e35\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 2568', type: 'sports' }],\n            \/\/ \u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e01\u0e35\u0e2c\u0e32\n            '2025-07-04': [{ text: '\u0e01\u0e35\u0e2c\u0e32\u0e2a\u0e35 Trct Game', type: 'sports' }],\n            \/\/ \u0e40\u0e1e\u0e34\u0e48\u0e21\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e43\u0e2b\u0e21\u0e48\n            '2025-05-30': [{ text: '\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e38\u0e48\u0e19\u0e43\u0e2b\u0e21\u0e48\u0e40\u0e22\u0e32\u0e27\u0e0a\u0e19\u0e1a\u0e31\u0e1a', type: 'sports' }],\n\n            \/\/ \u0e27\u0e31\u0e19\u0e2b\u0e22\u0e38\u0e14\u0e23\u0e32\u0e0a\u0e01\u0e32\u0e23\u0e41\u0e25\u0e30\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e2a\u0e33\u0e04\u0e31\u0e0d\n            '2025-04-13': [{ text: '\u0e27\u0e31\u0e19\u0e2a\u0e07\u0e01\u0e23\u0e32\u0e19\u0e15\u0e4c', type: 'holiday' }],\n            '2025-04-14': [{ text: '\u0e27\u0e31\u0e19\u0e2a\u0e07\u0e01\u0e23\u0e32\u0e19\u0e15\u0e4c', type: 'holiday' }],\n            '2025-04-15': [{ text: '\u0e27\u0e31\u0e19\u0e2a\u0e07\u0e01\u0e23\u0e32\u0e19\u0e15\u0e4c', type: 'holiday' }],\n            '2025-05-01': [{ text: '\u0e27\u0e31\u0e19\u0e41\u0e23\u0e07\u0e07\u0e32\u0e19', type: 'holiday' }],\n            '2025-07-10': [{ text: '\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e2a\u0e32\u0e2c\u0e2b\u0e1a\u0e39\u0e0a\u0e32', type: 'holiday' }],\n            '2025-07-11': [{ text: '\u0e27\u0e31\u0e19\u0e40\u0e02\u0e49\u0e32\u0e1e\u0e23\u0e23\u0e29\u0e32', type: 'holiday' }],\n            '2025-07-25': [{ text: '\u0e27\u0e31\u0e19\u0e40\u0e09\u0e25\u0e34\u0e21\u0e2f\u0e1e\u0e23\u0e30\u0e27\u0e0a\u0e34\u0e23\u0e40\u0e01\u0e25\u0e49\u0e32\u0e40\u0e08\u0e49\u0e32\u0e2d\u0e22\u0e39\u0e48\u0e2b\u0e31\u0e27', type: 'sports' }],\n            '2025-07-28': [{ text: '\u0e27\u0e31\u0e19\u0e40\u0e09\u0e25\u0e34\u0e21\u0e1e\u0e23\u0e30\u0e0a\u0e19\u0e21\u0e1e\u0e23\u0e23\u0e29\u0e32', type: 'holiday' }],\n            '2025-08-12': [{ text: '\u0e27\u0e31\u0e19\u0e41\u0e21\u0e48\u0e41\u0e2b\u0e48\u0e07\u0e0a\u0e32\u0e15\u0e34', type: 'holiday' }],\n            '2025-10-13': [{ text: '\u0e27\u0e31\u0e19\u0e04\u0e25\u0e49\u0e32\u0e22\u0e27\u0e31\u0e19\u0e2a\u0e27\u0e23\u0e23\u0e04\u0e15', type: 'holiday' }],\n            '2025-10-23': [{ text: '\u0e27\u0e31\u0e19\u0e1b\u0e34\u0e22\u0e21\u0e2b\u0e32\u0e23\u0e32\u0e0a', type: 'holiday' }],\n            '2025-12-05': [{ text: '\u0e27\u0e31\u0e19\u0e1e\u0e48\u0e2d\u0e41\u0e2b\u0e48\u0e07\u0e0a\u0e32\u0e15\u0e34', type: 'holiday' }],\n            '2025-12-10': [{ text: '\u0e27\u0e31\u0e19\u0e23\u0e31\u0e10\u0e18\u0e23\u0e23\u0e21\u0e19\u0e39\u0e0d', type: 'holiday' }]\n        };\n\n        function generateCalendar(month, year) {\n            const firstDay = new Date(year, month, 1).getDay();\n            const daysInMonth = new Date(year, month + 1, 0).getDate();\n            const daysInPrevMonth = new Date(year, month, 0).getDate();\n\n            let html = '';\n\n            \/\/ Header days\n            dayNames.forEach(day => {\n                html += `<div class=\"calendar-header\">${day}<\/div>`;\n            });\n\n            \/\/ Previous month days\n            for (let i = firstDay - 1; i >= 0; i--) {\n                const day = daysInPrevMonth - i;\n                const prevMonth = month === 0 ? 11 : month - 1;\n                const prevYear = month === 0 ? year - 1 : year;\n                const dateStr = `${prevYear}-${String(prevMonth + 1).padStart(2, '0')}-${String(day).padStart(2, '0')}`;\n                const events = academicEvents[dateStr] || [];\n\n                let eventsHtml = '';\n                events.forEach(event => {\n                    eventsHtml += `<div class=\"event ${event.type}\">${event.text}<\/div>`;\n                });\n\n                html += `<div class=\"calendar-day other-month\">\n                    <div class=\"day-number\">${day}<\/div>\n                    ${eventsHtml}\n                <\/div>`;\n            }\n\n            \/\/ Current month days\n            for (let day = 1; day <= daysInMonth; day++) {\n                const dateStr = `${year}-${String(month + 1).padStart(2, '0')}-${String(day).padStart(2, '0')}`;\n                const isToday = (day === currentDate.getDate() && month === currentDate.getMonth() && year === currentDate.getFullYear());\n                const events = academicEvents[dateStr] || [];\n\n                let eventsHtml = '';\n                events.forEach(event => {\n                    eventsHtml += `<div class=\"event ${event.type}\">${event.text}<\/div>`;\n                });\n\n                html += `<div class=\"calendar-day ${isToday ? 'today' : ''}\">\n                    <div class=\"day-number\">${day}<\/div>\n                    ${eventsHtml}\n                <\/div>`;\n            }\n\n            \/\/ Next month days\n            const totalCells = Math.ceil((firstDay + daysInMonth) \/ 7) * 7;\n            const remainingCells = totalCells - (firstDay + daysInMonth);\n            const nextMonth = month === 11 ? 0 : month + 1;\n            const nextYear = month === 11 ? year + 1 : year;\n            \n            for (let day = 1; day <= remainingCells; day++) {\n                const dateStr = `${nextYear}-${String(nextMonth + 1).padStart(2, '0')}-${String(day).padStart(2, '0')}`;\n                const events = academicEvents[dateStr] || [];\n\n                let eventsHtml = '';\n                events.forEach(event => {\n                    eventsHtml += `<div class=\"event ${event.type}\">${event.text}<\/div>`;\n                });\n\n                html += `<div class=\"calendar-day other-month\">\n                    <div class=\"day-number\">${day}<\/div>\n                    ${eventsHtml}\n                <\/div>`;\n            }\n\n            return html;\n        }\n\n        function updateCalendar() {\n            const calendar = document.getElementById('calendar');\n            const monthDisplay = document.getElementById('currentMonth');\n            \n            calendar.innerHTML = generateCalendar(currentMonth, currentYear);\n            monthDisplay.textContent = `${monthNames[currentMonth]} ${currentYear + 543}`;\n        }\n\n        function previousMonth() {\n            currentMonth--;\n            if (currentMonth < 0) {\n                currentMonth = 11;\n                currentYear--;\n            }\n            updateCalendar();\n        }\n\n        function nextMonth() {\n            currentMonth++;\n            if (currentMonth > 11) {\n                currentMonth = 0;\n                currentYear++;\n            }\n            updateCalendar();\n        }\n\n        \/\/ Initialize calendar\n        updateCalendar();\n    <\/script>\n<\/body>\n<\/html><\/div><\/div><\/div><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-2 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-padding-top:2%;--awb-padding-bottom:10%;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1331.2px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-1 fusion_builder_column_1_1 1_1 fusion-flex-column fusion-flex-align-self-flex-start fusion-column-no-min-height\" style=\"--awb-bg-blend:overlay;--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:-10px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-builder-row fusion-builder-row-inner fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"--awb-flex-grow:0;--awb-flex-grow-medium:0;--awb-flex-grow-small:0;--awb-flex-shrink:0;--awb-flex-shrink-medium:0;--awb-flex-shrink-small:0;width:104% !important;max-width:104% !important;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column_inner fusion-builder-nested-column-0 fusion_builder_column_inner_1_5 1_5 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:20%;--awb-margin-top-large:10px;--awb-spacing-right-large:9.6%;--awb-margin-bottom-large:10px;--awb-spacing-left-large:9.6%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column_inner fusion-builder-nested-column-1 fusion_builder_column_inner_3_5 3_5 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:60%;--awb-margin-top-large:10px;--awb-spacing-right-large:3.2%;--awb-margin-bottom-large:10px;--awb-spacing-left-large:3.2%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-title title fusion-title-1 fusion-title-center fusion-title-text fusion-title-size-one\" style=\"--awb-text-color:#003e80;--awb-margin-top-small:10px;--awb-margin-right-small:0px;--awb-margin-bottom-small:20px;--awb-margin-left-small:0px;--awb-sep-color:#003e80;\"><div class=\"title-sep-container title-sep-container-left\"><div class=\"title-sep sep-single sep-solid\" style=\"border-color:#003e80;\"><\/div><\/div><span class=\"awb-title-spacer\"><\/span><h1 class=\"fusion-title-heading title-heading-center fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:45;line-height:var(--awb-typography1-line-height);\">\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e15\u0e48\u0e32\u0e07\u0e46<\/h1><span class=\"awb-title-spacer\"><\/span><div class=\"title-sep-container title-sep-container-right\"><div class=\"title-sep sep-single sep-solid\" style=\"border-color:#003e80;\"><\/div><\/div><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column_inner fusion-builder-nested-column-2 fusion_builder_column_inner_1_5 1_5 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:20%;--awb-margin-top-large:10px;--awb-spacing-right-large:9.6%;--awb-margin-bottom-large:10px;--awb-spacing-left-large:9.6%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><\/div><\/div><\/div><div class=\"fusion-text fusion-text-1 fusion-text-no-margin\" style=\"--awb-font-size:22px;--awb-text-color:var(--awb-custom_color_5);--awb-margin-top:0px;--awb-margin-bottom:0px;--awb-text-font-family:&quot;Kanit&quot;;--awb-text-font-style:normal;--awb-text-font-weight:400;\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-2 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:10px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:10px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-events-shortcode fusion-events-shortcode-1 fusion-events-pagination-infinite\" style=\"margin-left: -5px;margin-right: -5px;\"><div class=\"fusion-events-wrapper\" data-pages=\"2\"><div class=\"fusion-events-post fusion-spacing-no fusion-one-third fusion-layout-column\" style=\"padding:5px\"><div class=\"fusion-column-wrapper\"><div class=\"fusion-events-thumbnail hover-type-zoomin\"><a href=\"https:\/\/trct.ac.th\/main\/event\/%e0%b8%82%e0%b8%ad%e0%b9%80%e0%b8%8a%e0%b8%b4%e0%b8%8d%e0%b8%8a%e0%b8%a7%e0%b8%99%e0%b9%80%e0%b8%82%e0%b9%89%e0%b8%b2%e0%b8%a3%e0%b9%88%e0%b8%a7%e0%b8%a1%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%81%e0%b8%82\" class=\"url\" rel=\"bookmark\" aria-label=\"\u0e02\u0e2d\u0e40\u0e0a\u0e34\u0e0d\u0e0a\u0e27\u0e19\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e01\u0e32\u0e23\u0e41\u0e02\u0e48\u0e07\u0e02\u0e31\u0e19 RAYONG EDUCA EXPO 2026 \u0e21\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e01\u0e32\u0e23\u0e41\u0e02\u0e48\u0e07\u0e02\u0e31\u0e19\u0e17\u0e31\u0e01\u0e29\u0e30\u0e17\u0e32\u0e07\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23 \u0e04\u0e23\u0e31\u0e49\u0e07\u0e17\u0e35\u0e48 3\"><span class=\"tribe-events-event-image\" style=\"background-image: url(https:\/\/trct.ac.th\/main\/wp-content\/uploads\/2026\/01\/607968995_122237684642102612_2018970157400814343_n.jpg); -webkit-background-size: cover; background-size: cover; background-position: center center;\"><\/span><\/a><\/div><div class=\"fusion-events-content-wrapper\" style=\"padding:20px 20px 20px 20px;\"><div class=\"fusion-events-meta\"><h2><a href=\"https:\/\/trct.ac.th\/main\/event\/%e0%b8%82%e0%b8%ad%e0%b9%80%e0%b8%8a%e0%b8%b4%e0%b8%8d%e0%b8%8a%e0%b8%a7%e0%b8%99%e0%b9%80%e0%b8%82%e0%b9%89%e0%b8%b2%e0%b8%a3%e0%b9%88%e0%b8%a7%e0%b8%a1%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%81%e0%b8%82\" class=\"url\" rel=\"bookmark\">\u0e02\u0e2d\u0e40\u0e0a\u0e34\u0e0d\u0e0a\u0e27\u0e19\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e01\u0e32\u0e23\u0e41\u0e02\u0e48\u0e07\u0e02\u0e31\u0e19 RAYONG EDUCA EXPO 2026 \u0e21\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e01\u0e32\u0e23\u0e41\u0e02\u0e48\u0e07\u0e02\u0e31\u0e19\u0e17\u0e31\u0e01\u0e29\u0e30\u0e17\u0e32\u0e07\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23 \u0e04\u0e23\u0e31\u0e49\u0e07\u0e17\u0e35\u0e48 3<\/a><\/h2><h4><span class=\"tribe-event-date-start\">February 4 @ 8:00 am<\/span> - <span class=\"tribe-event-date-end\">February 6 @ 5:00 pm<\/span><\/h4><\/div><\/div><\/div><\/div><div class=\"fusion-events-post fusion-spacing-no fusion-one-third fusion-layout-column\" style=\"padding:5px\"><div class=\"fusion-column-wrapper\"><div class=\"fusion-events-thumbnail hover-type-zoomin\"><a href=\"https:\/\/trct.ac.th\/main\/event\/trct-open-house-2025\" class=\"url\" rel=\"bookmark\" aria-label=\"TRCT Open House 2025\"><span class=\"tribe-events-event-image\" style=\"background-image: url(https:\/\/trct.ac.th\/main\/wp-content\/uploads\/2025\/12\/17-18-1.png); -webkit-background-size: cover; background-size: cover; background-position: center center;\"><\/span><\/a><\/div><div class=\"fusion-events-content-wrapper\" style=\"padding:20px 20px 20px 20px;\"><div class=\"fusion-events-meta\"><h2><a href=\"https:\/\/trct.ac.th\/main\/event\/trct-open-house-2025\" class=\"url\" rel=\"bookmark\">TRCT Open House 2025<\/a><\/h2><h4><span class=\"tribe-event-date-start\">December 17, 2025 @ 8:00 am<\/span> - <span class=\"tribe-event-date-end\">December 18, 2025 @ 4:30 pm<\/span><\/h4><\/div><\/div><\/div><\/div><div class=\"fusion-events-post fusion-spacing-no fusion-one-third fusion-layout-column fusion-column-last\" style=\"padding:5px\"><div class=\"fusion-column-wrapper\"><div class=\"fusion-events-thumbnail hover-type-zoomin\"><a href=\"https:\/\/trct.ac.th\/main\/event\/%e0%b8%82%e0%b8%ad%e0%b9%80%e0%b8%8a%e0%b8%b4%e0%b8%8d%e0%b8%8a%e0%b8%a7%e0%b8%99%e0%b9%80%e0%b8%82%e0%b9%89%e0%b8%b2%e0%b8%a3%e0%b9%88%e0%b8%a7%e0%b8%a1%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3\" class=\"url\" rel=\"bookmark\" aria-label=\"\u0e02\u0e2d\u0e40\u0e0a\u0e34\u0e0d\u0e0a\u0e27\u0e19\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e02\u0e2d\u0e07\u0e2b\u0e49\u0e2d\u0e07\u0e2a\u0e21\u0e38\u0e14 \u0e27\u0e31\u0e19\u0e2a\u0e38\u0e19\u0e17\u0e23\u0e20\u0e39\u0e48 26 \u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19 2568\"><span class=\"tribe-events-event-image\" style=\"background-image: url(https:\/\/trct.ac.th\/main\/wp-content\/uploads\/2025\/06\/512029121_1201887285068532_5854524446687708671_n1.png); -webkit-background-size: cover; background-size: cover; background-position: center center;\"><\/span><\/a><\/div><div class=\"fusion-events-content-wrapper\" style=\"padding:20px 20px 20px 20px;\"><div class=\"fusion-events-meta\"><h2><a href=\"https:\/\/trct.ac.th\/main\/event\/%e0%b8%82%e0%b8%ad%e0%b9%80%e0%b8%8a%e0%b8%b4%e0%b8%8d%e0%b8%8a%e0%b8%a7%e0%b8%99%e0%b9%80%e0%b8%82%e0%b9%89%e0%b8%b2%e0%b8%a3%e0%b9%88%e0%b8%a7%e0%b8%a1%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3\" class=\"url\" rel=\"bookmark\">\u0e02\u0e2d\u0e40\u0e0a\u0e34\u0e0d\u0e0a\u0e27\u0e19\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e02\u0e2d\u0e07\u0e2b\u0e49\u0e2d\u0e07\u0e2a\u0e21\u0e38\u0e14 \u0e27\u0e31\u0e19\u0e2a\u0e38\u0e19\u0e17\u0e23\u0e20\u0e39\u0e48 26 \u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19 2568<\/a><\/h2><h4><span class=\"tribe-event-date-start\">June 26, 2025<\/span><\/h4><\/div><\/div><\/div><\/div><div class=\"fusion-events-post fusion-spacing-no fusion-one-third fusion-layout-column\" style=\"padding:5px\"><div class=\"fusion-column-wrapper\"><div class=\"fusion-events-thumbnail hover-type-zoomin\"><a href=\"https:\/\/trct.ac.th\/main\/event\/business-seminar\" class=\"url\" rel=\"bookmark\" aria-label=\"\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e41\u0e08\u0e49\u0e07\u0e27\u0e31\u0e19\u0e2b\u0e22\u0e38\u0e14 \u0e40\u0e17\u0e28\u0e01\u0e32\u0e25\u0e2a\u0e07\u0e01\u0e23\u0e32\u0e19\u0e15\u0e4c 2568\"><span class=\"tribe-events-event-image\" style=\"background-image: url(https:\/\/trct.ac.th\/main\/wp-content\/uploads\/2016\/03\/AN_SongkranHoliday2025.jpg); -webkit-background-size: cover; background-size: cover; background-position: center center;\"><\/span><\/a><\/div><div class=\"fusion-events-content-wrapper\" style=\"padding:20px 20px 20px 20px;\"><div class=\"fusion-events-meta\"><h2><a href=\"https:\/\/trct.ac.th\/main\/event\/business-seminar\" class=\"url\" rel=\"bookmark\">\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e41\u0e08\u0e49\u0e07\u0e27\u0e31\u0e19\u0e2b\u0e22\u0e38\u0e14 \u0e40\u0e17\u0e28\u0e01\u0e32\u0e25\u0e2a\u0e07\u0e01\u0e23\u0e32\u0e19\u0e15\u0e4c 2568<\/a><\/h2><h4><span class=\"tribe-event-date-start\">April 14, 2025<\/span> - <span class=\"tribe-event-date-end\">April 16, 2025<\/span><\/h4><\/div><\/div><\/div><\/div><\/div><div class=\"fusion-infinite-scroll-trigger\"><\/div><div class=\"pagination infinite-scroll clearfix\" style=\"display:none;\"><span class=\"current\">1<\/span><a href=\"https:\/\/trct.ac.th\/main\/wp-json\/wp\/v2\/pages\/4213\/page\/2\" class=\"inactive\">2<\/a><a class=\"pagination-next\" rel=\"next\" href=\"https:\/\/trct.ac.th\/main\/wp-json\/wp\/v2\/pages\/4213\/page\/2\"><span class=\"page-text\">Next<\/span><span class=\"page-next\"><\/span><\/a><\/div><div class=\"fusion-clearfix\"><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-3 fusion-flex-container hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--link_color: var(--awb-color7);--awb-background-position:left top;--awb-border-sizes-top:0px;--awb-border-sizes-bottom:0px;--awb-border-sizes-left:0px;--awb-border-sizes-right:0px;--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-padding-top:0px;--awb-padding-right:0px;--awb-padding-bottom:0px;--awb-padding-left:0px;--awb-padding-right-small:50px;--awb-padding-left-small:50px;--awb-margin-top:0px;--awb-margin-bottom:0px;--awb-background-color:var(--awb-color1);--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-justify-content-center fusion-flex-content-wrap\" style=\"width:calc( 100% + 0px ) !important;max-width:calc( 100% + 0px ) !important;margin-left: calc(-0px \/ 2 );margin-right: calc(-0px \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-3 fusion_builder_column_1_1 1_1 fusion-flex-column fusion-flex-align-self-flex-start fusion-column-no-min-height\" style=\"--awb-bg-color:var(--awb-color3);--awb-bg-color-hover:var(--awb-color3);--awb-bg-blend:overlay;--awb-bg-size:cover;--awb-border-color:var(--awb-color7);--awb-border-top:0px;--awb-border-right:0px;--awb-border-bottom:0px;--awb-border-left:0px;--awb-border-style:solid;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:0px;--awb-margin-bottom-large:0px;--awb-spacing-left-large:0px;--awb-width-medium:100%;--awb-spacing-right-medium:0px;--awb-spacing-left-medium:0px;--awb-width-small:100%;--awb-spacing-right-small:0px;--awb-spacing-left-small:0px;\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-testimonials clean awb-speech-bubble-hide fusion-testimonials-1\" style=\"--awb-name-company-text-color:var(--awb-custom_color_5);--awb-name-company-font-size:18px;--awb-name-company-line-height:var(--awb-typography1-line-height);--awb-name-company-letter-spacing:var(--awb-typography1-letter-spacing);--awb-name-company-text-transform:capitalize;--awb-textcolor:var(--awb-color2);--awb-testimonial-text-font-size:40px;--awb-testimonial-text-line-height:2;--awb-testimonial-text-letter-spacing:var(--awb-typography4-letter-spacing);--awb-backgroundcolor:var(--awb-color7);--awb-margin-top:0px;--awb-margin-right:0px;--awb-margin-bottom:2%;--awb-margin-left:0px;--awb-testimonial-border-style:solid;--awb-testimonial-border-color:var(--awb-color2);--awb-navigation-size:12px;--awb-navigation-color:var(--awb-color7);--awb-border-top-left-radius:0px;--awb-border-top-right-radius:0px;--awb-border-bottom-left-radius:0px;--awb-border-bottom-right-radius:0px;--testimonial-border-width-top:0px;--testimonial-border-width-right:0px;--testimonial-border-width-bottom:0px;--testimonial-border-width-left:0px;--awb-testimonial-text-font-family:&quot;Kanit&quot;;--awb-testimonial-text-font-style:normal;--awb-testimonial-text-font-weight:300;--awb-name-company-font-family:&quot;Kanit&quot;;--awb-name-company-font-style:italic;--awb-name-company-font-weight:200;\" data-random=\"0\" data-speed=\"4000\"><div class=\"reviews\"><div class=\"review active-testimonial avatar-above no-avatar\" style=\"--awb-avatar-size:0px;\"><blockquote class=\"testimonials-shortcode-blockquote\"><div class=\"awb-quote awb-testimonial-icon\"><i class=\"awb-t-icon-left fa-quote-left fas\"><\/i><div class=\"awb-quote-content\">\n<p style=\"text-align: center;\">\u0e40\u0e01\u0e34\u0e14\u0e23\u0e30\u0e22\u0e2d\u0e07 \u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e30\u0e22\u0e2d\u0e07 \u0e17\u0e33\u0e07\u0e32\u0e19\u0e23\u0e30\u0e22\u0e2d\u0e07<\/p>\n<\/div><\/div><\/blockquote><div class=\"author\"><span class=\"company-name\"><strong>\u0e19\u0e32\u0e22\u0e1b\u0e34\u0e22\u0e30 \u0e1b\u0e34\u0e15\u0e38\u0e40\u0e15\u0e0a\u0e30<\/strong>, <a href=\"#\" target=\"_self\"><span>\u0e19\u0e32\u0e22\u0e01\u0e2d\u0e07\u0e04\u0e4c\u0e01\u0e32\u0e23\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23\u0e2a\u0e48\u0e27\u0e19\u0e08\u0e31\u0e07\u0e2b\u0e27\u0e31\u0e14\u0e23\u0e30\u0e22\u0e2d\u0e07<\/span><\/a><\/span><\/div><\/div><\/div><\/div><div class=\"fusion-builder-row fusion-builder-row-inner fusion-row fusion-flex-align-items-flex-start fusion-flex-justify-content-center fusion-flex-content-wrap\" style=\"--awb-flex-grow:0;--awb-flex-grow-medium:0;--awb-flex-grow-small:0;--awb-flex-shrink:0;--awb-flex-shrink-medium:0;--awb-flex-shrink-small:0;width:calc( 100% + 0px ) !important;max-width:calc( 100% + 0px ) !important;margin-left: calc(-0px \/ 2 );margin-right: calc(-0px \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column_inner fusion-builder-nested-column-3 fusion_builder_column_inner_1_1 1_1 fusion-flex-column fusion-no-small-visibility\" style=\"--awb-padding-top:2%;--awb-padding-bottom:2%;--awb-bg-color:var(--awb-color3);--awb-bg-color-hover:var(--awb-color3);--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:0px;--awb-margin-bottom-large:0px;--awb-spacing-left-large:0px;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:0px;--awb-spacing-left-medium:0px;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:0px;--awb-spacing-left-small:0px;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-center fusion-content-layout-row fusion-flex-align-items-center\"><div style=\"text-align:center;\"><a class=\"fusion-button button-flat button-xlarge button-custom fusion-button-default button-1 fusion-button-span-no fusion-button-default-type\" style=\"--awb-margin-left:10px;--button_accent_color:var(--awb-color1);--button_accent_hover_color:hsla(var(--awb-color8-h),var(--awb-color8-s),calc( var(--awb-color8-l) + 14% ),var(--awb-color8-a));--button_border_hover_color:hsla(var(--awb-color8-h),var(--awb-color8-s),calc( var(--awb-color8-l) + 14% ),var(--awb-color8-a));--button_gradient_top_color:#c5282a;--button_gradient_bottom_color:#c5282a;--button_gradient_top_color_hover:var(--awb-color1);--button_gradient_bottom_color_hover:var(--awb-color1);\" target=\"_self\" href=\"http:\/\/localhost\/main\/admissions\/\"><i class=\"university-file-text awb-button__icon awb-button__icon--default button-icon-left\" aria-hidden=\"true\"><\/i><span class=\"fusion-button-text awb-button__text awb-button__text--default\">\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19 (\u0e02\u0e13\u0e30\u0e19\u0e35\u0e49\u0e1b\u0e34\u0e14\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e23\u0e2d\u0e1a\u0e17\u0e35\u0e48 2\/68)<\/span><\/a><\/div><\/div><\/div><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-top:-25px;width:100%;\"><\/div><div class=\"fusion-text fusion-text-2\" style=\"--awb-font-size:var(--awb-typography2-font-size);--awb-line-height:var(--awb-typography2-line-height);--awb-letter-spacing:var(--awb-typography2-letter-spacing);--awb-text-transform:var(--awb-typography2-text-transform);--awb-text-font-family:var(--awb-typography2-font-family);--awb-text-font-weight:var(--awb-typography2-font-weight);--awb-text-font-style:var(--awb-typography2-font-style);\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;width:100%;\"><\/div><\/div><\/div><\/div><\/div><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":16,"menu_order":16,"comment_status":"closed","ping_status":"closed","template":"100-width.php","meta":{"footnotes":""},"class_list":["post-4213","page","type-page","status-publish","hentry","cat_event"],"_links":{"self":[{"href":"https:\/\/trct.ac.th\/main\/wp-json\/wp\/v2\/pages\/4213","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/trct.ac.th\/main\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/trct.ac.th\/main\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/trct.ac.th\/main\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/trct.ac.th\/main\/wp-json\/wp\/v2\/comments?post=4213"}],"version-history":[{"count":27,"href":"https:\/\/trct.ac.th\/main\/wp-json\/wp\/v2\/pages\/4213\/revisions"}],"predecessor-version":[{"id":5770,"href":"https:\/\/trct.ac.th\/main\/wp-json\/wp\/v2\/pages\/4213\/revisions\/5770"}],"up":[{"embeddable":true,"href":"https:\/\/trct.ac.th\/main\/wp-json\/wp\/v2\/pages\/16"}],"wp:attachment":[{"href":"https:\/\/trct.ac.th\/main\/wp-json\/wp\/v2\/media?parent=4213"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}