{"id":20060,"date":"2026-04-06T10:03:08","date_gmt":"2026-04-06T03:03:08","guid":{"rendered":"https:\/\/agr.rmutsv.ac.th\/ruts\/?page_id=20060"},"modified":"2026-04-06T11:27:24","modified_gmt":"2026-04-06T04:27:24","slug":"talk-to-dean","status":"publish","type":"page","link":"https:\/\/agr.rmutsv.ac.th\/ruts\/talk-to-dean\/","title":{"rendered":"Talk to Dean"},"content":{"rendered":"\n<h2 class=\"wp-block-heading has-text-align-center has-color-6-color has-text-color has-link-color has-x-large-font-size wp-elements-6fd8934bb063c8f321aefcfd5cf4549f\"><strong>\u0e02\u0e2d\u0e2d\u0e20\u0e31\u0e22 \u0e2b\u0e19\u0e49\u0e32\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07<\/strong><\/h2>\n\n\n\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Sarabun:wght@300;400;600;700&#038;family=Kanit:wght@500;600&#038;display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n\n<style>\n    :root {\n        --agri-green: #2d6a4f; \/* \u0e2a\u0e35\u0e40\u0e02\u0e35\u0e22\u0e27\u0e40\u0e01\u0e29\u0e15\u0e23 *\/\n        --ruts-orange: #f37021; \/* \u0e2a\u0e35\u0e2a\u0e49\u0e21 \u0e21\u0e17\u0e23. *\/\n        --line-green: #06c755;\n        --soft-bg: #f8faf9;\n    }\n\n    .talk-dean-wrapper {\n        font-family: 'Sarabun', sans-serif;\n        max-width: 1000px;\n        margin: 40px auto;\n        background: #ffffff;\n        border-radius: 30px;\n        overflow: hidden;\n        box-shadow: 0 20px 60px rgba(0,0,0,0.12);\n    }\n\n    \/* Header *\/\n    .dean-hero {\n        background: linear-gradient(135deg, var(--agri-green) 0%, #1b4332 100%);\n        padding: 60px 40px;\n        color: white;\n        text-align: center;\n    }\n\n    .dean-hero h1 {\n        font-family: 'Kanit', sans-serif;\n        font-size: 2.2rem;\n        margin: 0;\n    }\n\n    \/* Layout *\/\n    .dean-content {\n        display: grid;\n        grid-template-columns: 350px 1fr;\n        background: white;\n    }\n\n    \/* Sidebar *\/\n    .dean-info-panel {\n        background: var(--soft-bg);\n        padding: 40px;\n        border-right: 1px solid #e1e8ed;\n        display: flex;\n        flex-direction: column;\n    }\n\n    .info-item {\n        margin-bottom: 25px;\n        display: flex;\n        align-items: flex-start;\n        gap: 15px;\n    }\n\n    .info-icon {\n        background: white;\n        color: var(--agri-green);\n        min-width: 40px;\n        height: 40px;\n        border-radius: 10px;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n    }\n\n    .info-text h4 { margin: 0; color: var(--agri-green); font-family: 'Kanit', sans-serif; }\n    .info-text p { margin: 3px 0 0; font-size: 0.9rem; color: #444; }\n\n    \/* LINE QR Section *\/\n    .line-qr-box {\n        margin-top: 30px;\n        background: white;\n        padding: 25px;\n        border-radius: 20px;\n        text-align: center;\n        border-top: 5px solid var(--line-green);\n        box-shadow: 0 10px 25px rgba(0,0,0,0.05);\n    }\n\n    .line-qr-box img {\n        width: 160px;\n        height: 160px;\n        margin-bottom: 10px;\n        border-radius: 8px;\n    }\n\n    .line-btn {\n        display: inline-block;\n        background: var(--line-green);\n        color: white;\n        text-decoration: none;\n        padding: 10px 20px;\n        border-radius: 50px;\n        font-size: 0.9rem;\n        font-weight: 600;\n        transition: 0.3s;\n    }\n\n    \/* Form Side *\/\n    .dean-form-panel { padding: 50px; }\n    .form-field { margin-bottom: 20px; }\n    .form-field label { display: block; font-weight: 600; margin-bottom: 8px; color: var(--agri-green); }\n    .form-field input, .form-field select, .form-field textarea {\n        width: 100%; padding: 14px; border: 2px solid #eee; border-radius: 12px; transition: 0.3s; background: #fafafa;\n    }\n    .form-field input:focus { border-color: var(--ruts-orange); outline: none; background: white; }\n\n    .submit-btn {\n        background: var(--ruts-orange);\n        color: white;\n        border: none;\n        padding: 18px;\n        border-radius: 15px;\n        font-family: 'Kanit', sans-serif;\n        font-size: 1.2rem;\n        cursor: pointer;\n        width: 100%;\n        transition: 0.3s;\n        box-shadow: 0 10px 20px rgba(243, 112, 33, 0.2);\n    }\n\n    .submit-btn:hover { background: #d65a10; transform: translateY(-2px); }\n\n    .pdpa-text { font-size: 0.8rem; color: #999; text-align: center; margin-top: 20px; }\n\n    @media (max-width: 850px) {\n        .dean-content { grid-template-columns: 1fr; }\n        .dean-info-panel { border-right: none; }\n    }\n<\/style>\n\n<div class=\"talk-dean-wrapper\">\n    <div class=\"dean-hero\">\n        <h1>\u0e2a\u0e32\u0e22\u0e15\u0e23\u0e07\u0e04\u0e13\u0e1a\u0e14\u0e35<\/h1>\n        <p>\u0e04\u0e13\u0e30\u0e40\u0e01\u0e29\u0e15\u0e23\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c \u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e23\u0e32\u0e0a\u0e21\u0e07\u0e04\u0e25\u0e28\u0e23\u0e35\u0e27\u0e34\u0e0a\u0e31\u0e22<\/p>\n    <\/div>\n\n    <div class=\"dean-content\">\n        <div class=\"dean-info-panel\">\n            <div class=\"info-item\">\n                <div class=\"info-icon\"><i class=\"fas fa-calendar-alt\"><\/i><\/div>\n                <div class=\"info-text\">\n                    <h4>\u0e19\u0e31\u0e14\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e02\u0e49\u0e32\u0e1e\u0e1a<\/h4>\n                    <p>\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c &#8211; \u0e28\u0e38\u0e01\u0e23\u0e4c (\u0e43\u0e19\u0e40\u0e27\u0e25\u0e32\u0e23\u0e32\u0e0a\u0e01\u0e32\u0e23)<br>\u0e2a\u0e48\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e25\u0e48\u0e27\u0e07\u0e2b\u0e19\u0e49\u0e32 3 \u0e27\u0e31\u0e19\u0e17\u0e33\u0e01\u0e32\u0e23<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"info-item\">\n                <div class=\"info-icon\"><i class=\"fas fa-user-lock\"><\/i><\/div>\n                <div class=\"info-text\">\n                    <h4>\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27<\/h4>\n                    <p>\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e48\u0e07\u0e15\u0e23\u0e07\u0e16\u0e36\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e04\u0e13\u0e1a\u0e14\u0e35<br>thammasak.p@rmutsv.ac.th<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"line-qr-box\">\n                <p style=\"margin-bottom:10px; color:#555; font-size:0.9rem;\">\u0e2a\u0e41\u0e01\u0e19\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e1c\u0e48\u0e32\u0e19 LINE<\/p>\n                <img decoding=\"async\" src=\"https:\/\/api.qrserver.com\/v1\/create-qr-code\/?size=160x160&#038;data=https:\/\/line.me\/ti\/p\/@agri_ruts\" alt=\"Agri Ruts Line\">\n                <br>\n                <a href=\"https:\/\/line.me\/ti\/p\/@agri_ruts\" class=\"line-btn\"><i class=\"fab fa-line\"><\/i> \u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19<\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"dean-form-panel\">\n            <form action=\"send_to_dean.php\" method=\"POST\">\n                <div class=\"form-field\">\n                    <label><i class=\"fas fa-pen-nib\"><\/i> \u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07<\/label>\n                    <input type=\"text\" name=\"subject\" placeholder=\"\u0e23\u0e30\u0e1a\u0e38\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e36\u0e01\u0e29\u0e32\" required>\n                <\/div>\n\n                <div style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 15px;\">\n                    <div class=\"form-field\">\n                        <label>\u0e0a\u0e37\u0e48\u0e2d-\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25<\/label>\n                        <input type=\"text\" name=\"fullname\" required>\n                    <\/div>\n                    <div class=\"form-field\">\n                        <label>\u0e40\u0e1a\u0e2d\u0e23\u0e4c\u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c<\/label>\n                        <input type=\"tel\" name=\"phone\" placeholder=\"08x-xxxxxxx\" required>\n                    <\/div>\n                <\/div>\n\n                <div class=\"form-field\">\n                    <label>\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e01\u0e25\u0e31\u0e1a<\/label>\n                    <input type=\"email\" name=\"email\" placeholder=\"example@rmutsv.ac.th\" required>\n                <\/div>\n\n                <div class=\"form-field\">\n                    <label>\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\/\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14<\/label>\n                    <textarea name=\"message\" rows=\"5\" placeholder=\"\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48...\" required><\/textarea>\n                <\/div>\n\n                <div class=\"form-field\">\n                    <label>\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e23\u0e30\u0e2a\u0e07\u0e04\u0e4c<\/label>\n                    <select name=\"request_type\">\n                        <option value=\"\u0e41\u0e08\u0e49\u0e07\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e17\u0e23\u0e32\u0e1a\">\u0e41\u0e08\u0e49\u0e07\u0e43\u0e2b\u0e49\u0e17\u0e23\u0e32\u0e1a\u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19<\/option>\n                        <option value=\"\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e01\u0e25\u0e31\u0e1a\">\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e01\u0e25\u0e31\u0e1a<\/option>\n                        <option value=\"\u0e02\u0e2d\u0e19\u0e31\u0e14\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e02\u0e49\u0e32\u0e1e\u0e1a\">\u0e02\u0e2d\u0e19\u0e31\u0e14\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e02\u0e49\u0e32\u0e1e\u0e1a<\/option>\n                    <\/select>\n                <\/div>\n\n                <button type=\"submit\" class=\"submit-btn\">\n                    \u0e2a\u0e48\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e16\u0e36\u0e07\u0e04\u0e13\u0e1a\u0e14\u0e35 <i class=\"fas fa-paper-plane\" style=\"margin-left: 10px;\"><\/i>\n                <\/button>\n                \n                <p class=\"pdpa-text\">* \u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07\u0e17\u0e48\u0e32\u0e19\u0e08\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e23\u0e31\u0e01\u0e29\u0e32\u0e04\u0e27\u0e32\u0e21\u0e25\u0e31\u0e1a\u0e15\u0e32\u0e21\u0e19\u0e42\u0e22\u0e1a\u0e32\u0e22 PDPA<\/p>\n            <\/form>\n        <\/div>\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u0e02\u0e2d\u0e2d\u0e20\u0e31\u0e22 \u0e2b\u0e19\u0e49\u0e32\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07 \u0e2a\u0e32\u0e22\u0e15\u0e23\u0e07\u0e04\u0e13\u0e1a\u0e14\u0e35 \u0e04\u0e13 [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-20060","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-json\/wp\/v2\/pages\/20060","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-json\/wp\/v2\/comments?post=20060"}],"version-history":[{"count":4,"href":"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-json\/wp\/v2\/pages\/20060\/revisions"}],"predecessor-version":[{"id":20108,"href":"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-json\/wp\/v2\/pages\/20060\/revisions\/20108"}],"wp:attachment":[{"href":"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-json\/wp\/v2\/media?parent=20060"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}