{"id":20921,"date":"2026-05-14T15:32:25","date_gmt":"2026-05-14T08:32:25","guid":{"rendered":"https:\/\/agr.rmutsv.ac.th\/ruts\/?page_id=20921"},"modified":"2026-05-26T14:37:04","modified_gmt":"2026-05-26T07:37:04","slug":"board","status":"publish","type":"page","link":"https:\/\/agr.rmutsv.ac.th\/ruts\/board\/","title":{"rendered":"\u0e04\u0e13\u0e30\u0e1c\u0e39\u0e49\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23\u0e04\u0e13\u0e30\u0e40\u0e01\u0e29\u0e15\u0e23\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Sarabun:wght@300;400;600&#038;family=Prompt:wght@500;700;900&#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<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/animate.css\/4.1.1\/animate.min.css\"\/>\n\n<style>\n    .agri-premium-v4 {\n        --primary-green: #1a3c1a;\n        --accent-gold: #c5a059;\n        --soft-white: #fcfdfc;\n        --deep-red: #be1e2d;\n        --text-gray: #555;\n        font-family: 'Sarabun', sans-serif;\n        background: var(--soft-white);\n        padding-bottom: 100px;\n    }\n\n    \/* Hero Section *\/\n    .agri-hero {\n        background: linear-gradient(rgba(26, 60, 26, 0.88), rgba(26, 60, 26, 0.88)), \n                    url('https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2023\/background-agri.jpg');\n        background-size: cover;\n        background-position: center;\n        background-attachment: fixed;\n        padding: 100px 20px 150px;\n        text-align: center;\n        color: white;\n        clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);\n    }\n\n    .agri-hero h1 { font-family: 'Prompt'; font-size: clamp(2rem, 5vw, 3.5rem); margin: 0; font-weight: 900; letter-spacing: 2px; }\n    \n    .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }\n\n    \/* Agri Stats Section *\/\n    .agri-stats {\n        background: var(--primary-green);\n        padding: 40px 20px;\n        color: white;\n        text-align: center;\n        border-radius: 25px;\n        margin: 0 auto 60px;\n        box-shadow: 0 15px 35px rgba(26, 60, 26, 0.2);\n        max-width: 1100px;\n    }\n\n    .stat-item h2 { font-family: 'Prompt'; font-size: clamp(2.2rem, 4vw, 3.2rem); margin: 0; color: var(--accent-gold); line-height: 1; }\n    .stat-item p { font-family: 'Prompt'; font-size: 0.95rem; margin: 10px 0 0; opacity: 0.9; font-weight: 300; }\n\n    \/* Group Titles *\/\n    .section-label {\n        text-align: center;\n        font-family: 'Prompt';\n        font-size: 1.8rem;\n        color: var(--primary-green);\n        margin: 80px 0 40px;\n        position: relative;\n    }\n    .section-label::after {\n        content: ''; display: block; width: 60px; height: 4px; background: var(--accent-gold); margin: 15px auto;\n    }\n\n    \/* Dean Card Styles *\/\n    .dean-wrapper { display: flex; justify-content: center; margin-top: -100px; margin-bottom: 80px; }\n    .dean-card-lux {\n        background: white; padding: 25px; border-radius: 25px;\n        box-shadow: 0 30px 60px rgba(0,0,0,0.12);\n        max-width: 480px; width: 100%; transition: 0.4s;\n    }\n\n    \/* Grid Cards *\/\n    .card-v4 {\n        background: white; border-radius: 20px; overflow: hidden;\n        border: 1px solid #f0f0f0; transition: 0.4s;\n        display: flex; flex-direction: column; height: 100%;\n    }\n    .card-v4:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); border-color: var(--accent-gold); }\n\n    .img-box { position: relative; width: 100%; overflow: hidden; background: #f9f9f9; }\n    .img-box img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }\n    .card-v4:hover .img-box img { transform: scale(1.08); }\n\n    .info-box { padding: 20px 15px; text-align: center; flex-grow: 1; display: flex; flex-direction: column; }\n    .info-box h3 { font-family: 'Prompt'; font-size: 1.1rem; margin: 0; color: var(--primary-green); line-height: 1.4; }\n    .info-box .role { color: var(--deep-red); font-size: 0.88rem; font-weight: 600; margin: 8px 0 15px; min-height: 45px; display: flex; align-items: center; justify-content: center; }\n\n    \/* Contact Details *\/\n    .contact-list { border-top: 1px solid #eee; padding-top: 15px; margin-top: auto; }\n    .contact-item { \n        display: flex; align-items: center; justify-content: center; \n        gap: 8px; color: var(--text-gray); font-size: 0.82rem; \n        text-decoration: none; margin-bottom: 6px; transition: 0.3s;\n        word-break: break-all;\n    }\n    .contact-item:hover { color: var(--accent-gold); }\n    .contact-item i { color: var(--accent-gold); width: 14px; flex-shrink: 0; }\n\n    \/* Grids Management *\/\n    .grid-vices { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }\n    .grid-others { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 20px; }\n\n    @media (max-width: 768px) {\n        .agri-hero { clip-path: none; padding-bottom: 80px; }\n        .dean-wrapper { margin-top: -60px; }\n        .agri-stats { border-radius: 0; margin-left: -20px; margin-right: -20px; }\n        .grid-vices, .grid-others { grid-template-columns: 1fr; }\n    }\n<\/style>\n\n<div class=\"agri-premium-v4\">\n    \n    <header class=\"agri-hero\">\n        <h1 class=\"animate__animated animate__fadeInDown\">\u0e04\u0e13\u0e30\u0e1c\u0e39\u0e49\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23\u0e04\u0e13\u0e30\u0e40\u0e01\u0e29\u0e15\u0e23\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c<\/h1>\n        <p style=\"letter-spacing: 4px; font-weight: 300; color: var(--accent-gold);\">FACULTY OF AGRICULTURE \u2022 RMUTSV<\/p>\n    <\/header>\n\n    <div class=\"container\">\n        \n        <div class=\"dean-wrapper\">\n            <div class=\"dean-card-lux animate__animated animate__fadeInUp\">\n                <div class=\"img-box\" style=\"height: 650px; border-radius: 15px;\">\n                    <img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2026\/05\/1-2.jpg\" alt=\"\u0e04\u0e13\u0e1a\u0e14\u0e35\">\n                <\/div>\n                <div class=\"info-box\">\n                    <h3 style=\"font-size: 1.6rem;\">\u0e1c\u0e28.\u0e18\u0e23\u0e23\u0e21\u0e28\u0e31\u0e01\u0e14\u0e34\u0e4c \u0e1e\u0e38\u0e17\u0e18\u0e01\u0e32\u0e25<\/h3>\n                    <div class=\"role\" style=\"font-size: 1.1rem;\">\u0e04\u0e13\u0e1a\u0e14\u0e35\u0e04\u0e13\u0e30\u0e40\u0e01\u0e29\u0e15\u0e23\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c<\/div>\n                    <div class=\"contact-list\">\n                        <a href=\"mailto:thammasak.p@rmutsv.ac.th\" class=\"contact-item\"><i class=\"fa-solid fa-envelope\"><\/i> thammasak.p@rmutsv.ac.th<\/a>\n                        <div class=\"contact-item\"><i class=\"fa-solid fa-phone\"><\/i> 075-329936 \u0e15\u0e48\u0e2d 303<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"agri-stats animate__animated animate__fadeIn\">\n            <div style=\"display: flex; justify-content: space-around; flex-wrap: wrap; gap: 20px;\">\n                <div class=\"stat-item\"><h2>1<\/h2><p>\u0e04\u0e13\u0e1a\u0e14\u0e35<\/p><\/div>\n                <div class=\"stat-item\"><h2>4<\/h2><p>\u0e23\u0e2d\u0e07\u0e04\u0e13\u0e1a\u0e14\u0e35\u0e41\u0e25\u0e30\u0e2b\u0e31\u0e27\u0e2b\u0e19\u0e49\u0e32\u0e2a\u0e33\u0e19\u0e31\u0e01\u0e07\u0e32\u0e19<\/p><\/div>\n                <div class=\"stat-item\"><h2>4<\/h2><p>\u0e1c\u0e39\u0e49\u0e0a\u0e48\u0e27\u0e22\u0e04\u0e13\u0e1a\u0e14\u0e35<\/p><\/div>\n                <div class=\"stat-item\"><h2>5<\/h2><p>\u0e2b\u0e31\u0e27\u0e2b\u0e19\u0e49\u0e32\u0e2a\u0e32\u0e02\u0e32\u0e27\u0e34\u0e0a\u0e32<\/p><\/div>\n            <\/div>\n        <\/div>\n\n        <h2 class=\"section-label\">\u0e23\u0e2d\u0e07\u0e04\u0e13\u0e1a\u0e14\u0e35\u0e41\u0e25\u0e30\u0e2b\u0e31\u0e27\u0e2b\u0e19\u0e49\u0e32\u0e2a\u0e33\u0e19\u0e31\u0e01\u0e07\u0e32\u0e19<\/h2>\n        <div class=\"grid-vices\">\n            <div class=\"card-v4\">\n                <div class=\"img-box\" style=\"height: 450px;\"><img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2026\/05\/2-1.jpg\"><\/div>\n                <div class=\"info-box\">\n                    <h3>\u0e1c\u0e28.\u0e14\u0e23.\u0e2a\u0e38\u0e14\u0e19\u0e31\u0e22 \u0e40\u0e04\u0e23\u0e37\u0e2d\u0e2b\u0e25\u0e35<\/h3>\n                    <div class=\"role\">\u0e23\u0e2d\u0e07\u0e04\u0e13\u0e1a\u0e14\u0e35\u0e1d\u0e48\u0e32\u0e22\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23\u0e41\u0e25\u0e30\u0e27\u0e32\u0e07\u0e41\u0e1c\u0e19<\/div>\n                    <div class=\"contact-list\">\n                        <a href=\"mailto:sudnai.k@rmutsv.ac.th\" class=\"contact-item\"><i class=\"fa-solid fa-envelope\"><\/i> sudnai.k@rmutsv.ac.th<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"card-v4\">\n                <div class=\"img-box\" style=\"height: 450px;\"><img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2026\/05\/3-2.jpg\"><\/div>\n                <div class=\"info-box\">\n                    <h3>\u0e1c\u0e28.\u0e14\u0e23.\u0e21\u0e13\u0e35 \u0e28\u0e23\u0e35\u0e0a\u0e30\u0e19\u0e31\u0e19\u0e17\u0e4c<\/h3>\n                    <div class=\"role\">\u0e23\u0e2d\u0e07\u0e04\u0e13\u0e1a\u0e14\u0e35\u0e1d\u0e48\u0e32\u0e22\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23\u0e41\u0e25\u0e30\u0e27\u0e34\u0e08\u0e31\u0e22<\/div>\n                    <div class=\"contact-list\">\n                        <a href=\"mailto:manee.s@rmutsv.ac.th\" class=\"contact-item\"><i class=\"fa-solid fa-envelope\"><\/i> manee.s@rmutsv.ac.th<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"card-v4\">\n                <div class=\"img-box\" style=\"height: 450px;\"><img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2026\/05\/4-1.jpg\"><\/div>\n                <div class=\"info-box\">\n                    <h3>\u0e14\u0e23.\u0e40\u0e28\u0e23\u0e29\u0e10\u0e27\u0e31\u0e12\u0e19\u0e4c \u0e16\u0e19\u0e34\u0e21\u0e01\u0e32\u0e0d\u0e08\u0e19\u0e4c<\/h3>\n                    <div class=\"role\">\u0e23\u0e2d\u0e07\u0e04\u0e13\u0e1a\u0e14\u0e35\u0e1d\u0e48\u0e32\u0e22\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e19\u0e31\u0e01\u0e28\u0e36\u0e01\u0e29\u0e32<\/div>\n                    <div class=\"contact-list\">\n                        <a href=\"mailto:setthawat.t@rmutsv.ac.th\" class=\"contact-item\"><i class=\"fa-solid fa-envelope\"><\/i> setthawat.t@rmutsv.ac.th<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"card-v4\">\n                <div class=\"img-box\" style=\"height: 450px;\"><img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2026\/05\/5.1.jpg\"><\/div>\n                <div class=\"info-box\">\n                    <h3>\u0e19\u0e32\u0e07\u0e2d\u0e13\u0e07\u0e17\u0e34\u0e1e\u0e22\u0e4c \u0e27\u0e07\u0e28\u0e4c\u0e01\u0e39\u0e25<\/h3>\n                    <div class=\"role\">\u0e23\u0e31\u0e01\u0e29\u0e32\u0e01\u0e32\u0e23\u0e2b\u0e31\u0e27\u0e2b\u0e19\u0e49\u0e32\u0e2a\u0e33\u0e19\u0e31\u0e01\u0e07\u0e32\u0e19\u0e04\u0e13\u0e1a\u0e14\u0e35<\/div>\n                    <div class=\"contact-list\">\n                        <a href=\"mailto:viparat.w@rmutsv.ac.th\" class=\"contact-item\"><i class=\"fa-solid fa-envelope\"><\/i> viparat.w@rmutsv.ac.th<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <h2 class=\"section-label\">\u0e1c\u0e39\u0e49\u0e0a\u0e48\u0e27\u0e22\u0e04\u0e13\u0e1a\u0e14\u0e35<\/h2>\n        <div class=\"grid-others\">\n            <div class=\"card-v4\">\n                <div class=\"img-box\" style=\"height: 280px;\"><img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2026\/05\/7-1.jpg\"><\/div>\n                <div class=\"info-box\">\n                    <h3>\u0e1c\u0e28.\u0e14\u0e23.\u0e2a\u0e01\u0e38\u0e25\u0e23\u0e31\u0e15\u0e19\u0e4c \u0e2b\u0e32\u0e0d\u0e28\u0e36\u0e01<\/h3>\n                    <div class=\"role\">\u0e1c\u0e39\u0e49\u0e0a\u0e48\u0e27\u0e22\u0e04\u0e13\u0e1a\u0e14\u0e35\u0e07\u0e32\u0e19\u0e27\u0e34\u0e08\u0e31\u0e22 \u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23<\/div>\n                    <div class=\"contact-list\"><a href=\"mailto:sakulrat.h@rmutsv.ac.th\" class=\"contact-item\"><i class=\"fa-solid fa-envelope\"><\/i> sakulrat.h@rmutsv.ac.th<\/a><\/div>\n                <\/div>\n            <\/div>\n            <div class=\"card-v4\">\n                <div class=\"img-box\" style=\"height: 280px;\"><img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2026\/05\/10-1.jpg\"><\/div>\n                <div class=\"info-box\">\n                    <h3>\u0e14\u0e23.\u0e2a\u0e34\u0e23\u0e34\u0e1e\u0e07\u0e28\u0e4c \u0e27\u0e07\u0e28\u0e4c\u0e1e\u0e23\u0e1b\u0e23\u0e30\u0e17\u0e35\u0e1b<\/h3>\n                    <div class=\"role\">\u0e1c\u0e39\u0e49\u0e0a\u0e48\u0e27\u0e22\u0e04\u0e13\u0e1a\u0e14\u0e35\u0e07\u0e32\u0e19\u0e1b\u0e23\u0e30\u0e01\u0e31\u0e19\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32<\/div>\n                    <div class=\"contact-list\"><a href=\"mailto:siripong.w@rmutsv.ac.th\" class=\"contact-item\"><i class=\"fa-solid fa-envelope\"><\/i> siripong.w@rmutsv.ac.th<\/a><\/div>\n                <\/div>\n            <\/div>\n            <div class=\"card-v4\">\n                <div class=\"img-box\" style=\"height: 280px;\"><img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2026\/05\/9-2.jpg\"><\/div>\n                <div class=\"info-box\">\n                    <h3>\u0e2d\u0e32\u0e08\u0e32\u0e23\u0e22\u0e4c\u0e1a\u0e38\u0e0d\u0e18\u0e23\u0e23\u0e21 \u0e41\u0e2a\u0e07\u0e41\u0e01\u0e49\u0e27<\/h3>\n                    <div class=\"role\">\u0e1c\u0e39\u0e49\u0e0a\u0e48\u0e27\u0e22\u0e04\u0e13\u0e1a\u0e14\u0e35\u0e07\u0e32\u0e19\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e19\u0e31\u0e01\u0e28\u0e36\u0e01\u0e29\u0e32<\/div>\n                    <div class=\"contact-list\"><a href=\"mailto:agr@rmutsv.ac.th\" class=\"contact-item\"><i class=\"fa-solid fa-envelope\"><\/i> agr@rmutsv.ac.th<\/a><\/div>\n                <\/div>\n            <\/div>\n            <div class=\"card-v4\">\n                <div class=\"img-box\" style=\"height: 280px;\"><img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2026\/05\/11-2.jpg\"><\/div>\n                <div class=\"info-box\">\n                    <h3>\u0e2d\u0e32\u0e08\u0e32\u0e23\u0e22\u0e4c\u0e19\u0e31\u0e10\u0e27\u0e38\u0e18 \u0e21\u0e32\u0e01\u0e28\u0e23\u0e35<\/h3>\n                    <div class=\"role\">\u0e1c\u0e39\u0e49\u0e0a\u0e48\u0e27\u0e22\u0e04\u0e13\u0e1a\u0e14\u0e35\u0e07\u0e32\u0e19\u0e27\u0e34\u0e2a\u0e32\u0e2b\u0e01\u0e34\u0e08<\/div>\n                    <div class=\"contact-list\"><a href=\"mailto:nattawut.m@rmutsv.ac.th\" class=\"contact-item\"><i class=\"fa-solid fa-envelope\"><\/i> nattawut.m@rmutsv.ac.th<\/a><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <h2 class=\"section-label\">\u0e1b\u0e23\u0e30\u0e18\u0e32\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23<\/h2>\n        <div class=\"grid-others\">\n            <div class=\"card-v4\">\n                <div class=\"img-box\" style=\"height: 280px;\"><img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2026\/05\/6-1.jpg\"><\/div>\n                <div class=\"info-box\">\n                    <h3>\u0e14\u0e23.\u0e19\u0e20\u0e31\u0e2a\u0e27\u0e23\u0e23\u0e13 \u0e40\u0e25\u0e35\u0e48\u0e22\u0e21\u0e19\u0e34\u0e21\u0e34\u0e15\u0e23<\/h3>\n                    <div class=\"role\">\u0e1b\u0e23\u0e30\u0e18\u0e32\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e1e\u0e37\u0e0a\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c<\/div>\n                    <div class=\"contact-list\"><a href=\"mailto:napassawan.l@rmutsv.ac.th\" class=\"contact-item\"><i class=\"fa-solid fa-envelope\"><\/i> napassawan.l@rmutsv.ac.th<\/a><\/div>\n                <\/div>\n            <\/div>\n            <div class=\"card-v4\">\n                <div class=\"img-box\" style=\"height: 280px;\"><img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2026\/05\/8-1.jpg\"><\/div>\n                <div class=\"info-box\">\n                    <h3>\u0e1c\u0e28.\u0e27\u0e38\u0e12\u0e34\u0e0a\u0e31\u0e22 \u0e2a\u0e35\u0e40\u0e1c\u0e37\u0e2d\u0e01<\/h3>\n                    <div class=\"role\">\u0e1b\u0e23\u0e30\u0e18\u0e32\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e2a\u0e31\u0e15\u0e27\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c<\/div>\n                    <div class=\"contact-list\"><a href=\"mailto:wuttichai.s@rmutsv.ac.th\" class=\"contact-item\"><i class=\"fa-solid fa-envelope\"><\/i> wuttichai.s@rmutsv.ac.th<\/a><\/div>\n                <\/div>\n            <\/div>\n            <div class=\"card-v4\">\n                <div class=\"img-box\" style=\"height: 280px;\"><img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2026\/05\/10-1.jpg\"><\/div>\n                <div class=\"info-box\">\n                    <h3>\u0e14\u0e23.\u0e2a\u0e34\u0e23\u0e34\u0e1e\u0e07\u0e28\u0e4c \u0e27\u0e07\u0e28\u0e4c\u0e1e\u0e23\u0e1b\u0e23\u0e30\u0e17\u0e35\u0e1b<\/h3>\n                    <div class=\"role\">\u0e1b\u0e23\u0e30\u0e18\u0e32\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e40\u0e1e\u0e32\u0e30\u0e40\u0e25\u0e35\u0e49\u0e22\u0e07\u0e2a\u0e31\u0e15\u0e27\u0e4c\u0e19\u0e49\u0e33<\/div>\n                    <div class=\"contact-list\"><a href=\"mailto:siripong.w@rmutsv.ac.th\" class=\"contact-item\"><i class=\"fa-solid fa-envelope\"><\/i> siripong.w@rmutsv.ac.th<\/a><\/div>\n                <\/div>\n            <\/div>\n            <div class=\"card-v4\">\n                <div class=\"img-box\" style=\"height: 280px;\"><img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2026\/05\/12-1.jpg\"><\/div>\n                <div class=\"info-box\">\n                    <h3>\u0e2d\u0e32\u0e08\u0e32\u0e23\u0e22\u0e4c\u0e44\u0e1e\u0e28\u0e32\u0e25 \u0e01\u0e30\u0e01\u0e38\u0e25\u0e1e\u0e34\u0e21\u0e1e\u0e4c<\/h3>\n                    <div class=\"role\">\u0e1b\u0e23\u0e30\u0e18\u0e32\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e40\u0e28\u0e23\u0e29\u0e10\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c\u0e40\u0e01\u0e29\u0e15\u0e23\u0e41\u0e25\u0e30\u0e18\u0e38\u0e23\u0e01\u0e34\u0e08\u0e40\u0e01\u0e29\u0e15\u0e23\n<\/div>\n                    <div class=\"contact-list\"><a href=\"mailto:phaisan.k@rmutsv.ac.th\" class=\"contact-item\"><i class=\"fa-solid fa-envelope\"><\/i> phaisan.k@rmutsv.ac.th<\/a><\/div>\n                <\/div>\n            <\/div>\n            <div class=\"card-v4\">\n                <div class=\"img-box\" style=\"height: 280px;\"><img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2026\/05\/13-1.jpg\"><\/div>\n                <div class=\"info-box\">\n                    <h3>\u0e2d\u0e32\u0e08\u0e32\u0e23\u0e22\u0e4c\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c \u0e2a\u0e27\u0e31\u0e2a\u0e14\u0e34\u0e23\u0e31\u0e01\u0e29\u0e32<\/h3>\n                    <div class=\"role\">\u0e1b\u0e23\u0e30\u0e18\u0e32\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e29\u0e15\u0e23\u0e2a\u0e21\u0e31\u0e22\u0e43\u0e2b\u0e21\u0e48<\/div>\n                    <div class=\"contact-list\"><a href=\"mailto:arthit.sa@rmutsv.ac.th\" class=\"contact-item\"><i class=\"fa-solid fa-envelope\"><\/i> arthit.sa@rmutsv.ac.th<\/a><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n\n\n<div class=\"ruts-eco-footer-premium\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n    \n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Sarabun:wght@300;400;600;700&display=swap');\n\n        .ruts-eco-footer-premium {\n            background: linear-gradient(135deg, #f3f8f4 0%, #ffffff 100%);\n            color: #333;\n            font-family: 'Sarabun', sans-serif;\n            padding: 60px 0 0 0;\n            border-top: 6px solid #27ae60;\n            \n            \/* \u0e40\u0e17\u0e04\u0e19\u0e34\u0e04\u0e40\u0e15\u0e47\u0e21\u0e08\u0e2d\u0e02\u0e2d\u0e1a\u0e0a\u0e19\u0e02\u0e2d\u0e1a *\/\n            width: 100vw;\n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n            box-sizing: border-box;\n            overflow: hidden;\n        }\n\n        .footer-inner-content {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            padding: 0 20px 60px 20px;\n            box-sizing: border-box;\n        }\n\n        \/* \u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c\u0e17\u0e35\u0e48 1: \u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e04\u0e13\u0e30 *\/\n        .footer-info-col { flex: 1; min-width: 300px; }\n        .footer-logo-main { \n            max-width: 120px; \n            margin-bottom: 20px;\n            transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n        }\n        .footer-info-col:hover .footer-logo-main {\n            transform: scale(1.05) rotate(2deg);\n        }\n        .footer-info-col h2 { color: #1b5e20; font-size: 25px; margin: 10px 0; font-weight: 700; }\n        .contact-box { margin-top: 20px; font-size: 15px; line-height: 1.8; }\n        .contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; }\n        .contact-item i { color: #27ae60; margin-top: 5px; width: 20px; text-align: center; }\n\n        \/* \u0e2a\u0e48\u0e27\u0e19\u0e02\u0e2d\u0e07 Social Links \u0e17\u0e35\u0e48\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e02\u0e49\u0e32\u0e21\u0e32\u0e43\u0e2b\u0e21\u0e48 *\/\n        .footer-social-wrapper {\n            margin-top: 25px;\n            display: flex;\n            gap: 12px;\n            align-items: center;\n        }\n        .footer-social-title {\n            font-size: 14px;\n            font-weight: 600;\n            color: #1b5e20;\n        }\n        .footer-social-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 38px;\n            height: 38px;\n            border-radius: 50%;\n            background-color: #e8f4ec;\n            color: #27ae60;\n            text-decoration: none;\n            font-size: 16px;\n            transition: all 0.3s ease;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        .footer-social-btn:hover {\n            color: #fff;\n            transform: translateY(-3px) scale(1.08);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \/* \u0e2a\u0e35\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e1a\u0e23\u0e19\u0e14\u0e4c\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e40\u0e2d\u0e32\u0e40\u0e21\u0e32\u0e2a\u0e4c\u0e44\u0e1b\u0e0a\u0e35\u0e49 (Hover) *\/\n        .footer-social-btn.facebook:hover { background-color: #1877F2; border-color: #1877F2; }\n        .footer-social-btn.messenger:hover { background-color: #00B2FF; border-color: #00B2FF; }\n        .footer-social-btn.tiktok:hover { background-color: #010101; border-color: #010101; }\n\n        \/* \u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c\u0e17\u0e35\u0e48 2: \u0e23\u0e32\u0e22\u0e0a\u0e37\u0e48\u0e2d\u0e27\u0e34\u0e17\u0e22\u0e32\u0e40\u0e02\u0e15\/\u0e04\u0e13\u0e30 *\/\n        .footer-campus-col { \n            flex: 1.8; \n            min-width: 350px; \n            border-left: 1px dashed #cedad0; \n            border-right: 1px dashed #cedad0; \n            padding: 0 30px; \n        }\n        .footer-campus-col h3 { color: #1b5e20; font-size: 22px; margin-bottom: 25px; font-weight: 700; }\n        .campus-badge { background: #1e8449; color: white; padding: 6px 16px; border-radius: 20px; font-size: 13px; display: inline-block; margin-bottom: 15px; font-weight: 600; box-shadow: 0 4px 10px rgba(30,132,73,0.15); }\n        .campus-grid-fixed { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }\n        \n        \/* \u0e2a\u0e44\u0e15\u0e25\u0e4c\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e25\u0e34\u0e07\u0e01\u0e4c\u0e04\u0e13\u0e30 *\/\n        .campus-list-fixed { list-style: none; padding: 0; margin: 0; }\n        .campus-list-fixed li { \n            font-size: 13.5px; \n            margin-bottom: 8px; \n            position: relative; \n            padding-left: 18px; \n            line-height: 1.4;\n            transition: all 0.3s ease;\n        }\n        .campus-list-fixed li a {\n            color: #555;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            display: inline-block;\n        }\n        .campus-list-fixed li::before { \n            content: \"\u2022\"; \n            position: absolute; \n            left: 0; \n            color: #27ae60; \n            font-weight: bold;\n            transition: all 0.3s ease;\n        }\n        .campus-list-fixed li:hover {\n            transform: translateX(6px);\n        }\n        .campus-list-fixed li:hover a {\n            color: #1b5e20;\n            font-weight: 600;\n        }\n        .campus-list-fixed li:hover::before {\n            content: \"\ud83c\udf43\"; \n            left: -4px;\n            font-size: 12px;\n        }\n\n        \/* \u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c\u0e17\u0e35\u0e48 3: \u0e42\u0e25\u0e42\u0e01\u0e49\u0e1e\u0e31\u0e19\u0e18\u0e21\u0e34\u0e15\u0e23 *\/\n        .footer-partner-col { flex: 0.9; min-width: 250px; }\n        .footer-partner-col h3 { color: #1b5e20; font-size: 22px; margin-bottom: 25px; font-weight: 700; }\n        .partner-logo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }\n        \n        .partner-card { \n            background: #ffffff;\n            border: 1px solid #e2ebe4; \n            border-radius: 12px; \n            padding: 12px; \n            display: flex; \n            flex-direction: column; \n            align-items: center; \n            justify-content: center; \n            text-align: center; \n            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\n            box-shadow: 0 2px 5px rgba(0,0,0,0.02);\n            text-decoration: none;\n        }\n        .partner-card img { \n            max-width: 100%; \n            height: auto; \n            max-height: 45px; \n            margin-bottom: 8px; \n            filter: grayscale(100%);\n            opacity: 0.6;\n            transition: all 0.3s ease;\n        }\n        .partner-card span { font-size: 11px; font-weight: 600; color: #777; text-transform: uppercase; transition: color 0.3s; }\n\n        .partner-card:hover { \n            border-color: #2ecc71; \n            box-shadow: 0 10px 20px rgba(39, 174, 96, 0.12); \n            transform: translateY(-5px);\n        }\n        .partner-card:hover img {\n            filter: grayscale(0%);\n            opacity: 1;\n            transform: scale(1.05);\n        }\n        .partner-card:hover span {\n            color: #1e8449;\n        }\n\n        \/* \u0e41\u0e16\u0e1a\u0e25\u0e48\u0e32\u0e07\u0e2a\u0e38\u0e14 (Copyright) *\/\n        .footer-bottom-fixed { \n            background: #1b5e20; \n            color: rgba(255,255,255,0.85);\n            padding: 22px 0; \n            text-align: center; \n            font-size: 13px; \n            width: 100%;\n            letter-spacing: 0.5px;\n        }\n\n        @media (max-width: 992px) {\n            .footer-campus-col { border-left: none; border-right: none; padding: 30px 0; border-top: 1px dashed #cedad0; border-bottom: 1px dashed #cedad0; }\n        }\n\n        @media (max-width: 768px) {\n            .footer-inner-content { flex-direction: column; gap: 30px; }\n            .campus-grid-fixed { grid-template-columns: 1fr; }\n            .partner-logo-grid { grid-template-columns: repeat(2, 1fr); }\n            .footer-social-wrapper { justify-content: flex-start; }\n        }\n    <\/style>\n\n    <div class=\"footer-inner-content\">\n        <div class=\"footer-info-col\">\n            <img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2024\/02\/logo-2-2-150x150.png\" class=\"footer-logo-main\" alt=\"RUTS Agriculture\">\n            <h2>\u0e04\u0e13\u0e30\u0e40\u0e01\u0e29\u0e15\u0e23\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c<\/h2>\n            <div class=\"contact-box\">\n                <div class=\"contact-item\">\n                    <i class=\"fas fa-map-marker-alt\"><\/i>\n                    <span><strong>\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 \u0e27\u0e34\u0e17\u0e22\u0e40\u0e02\u0e15\u0e19\u0e04\u0e23\u0e28\u0e23\u0e35\u0e18\u0e23\u0e23\u0e21\u0e23\u0e32\u0e0a<\/strong><br>109 \u0e21.2 \u0e15.\u0e16\u0e49\u0e33\u0e43\u0e2b\u0e0d\u0e48 \u0e2d.\u0e17\u0e38\u0e48\u0e07\u0e2a\u0e07 \u0e08.\u0e19\u0e04\u0e23\u0e28\u0e23\u0e35\u0e18\u0e23\u0e23\u0e21\u0e23\u0e32\u0e0a 80110<\/span>\n                <\/div>\n                <div class=\"contact-item\">\n                    <i class=\"fas fa-phone-alt\"><\/i>\n                    <span>075-329-936, 063-343-0551<\/span>\n                <\/div>\n                <div class=\"contact-item\">\n                    <i class=\"fas fa-envelope\"><\/i>\n                    <span>agr@rmutsv.ac.th<\/span>\n                <\/div>\n            <\/div>\n            \n            <div class=\"footer-social-wrapper\">\n\n                <a href=\"https:\/\/www.facebook.com\/agr.rmutsv\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"footer-social-btn facebook\" title=\"Facebook \u0e04\u0e13\u0e30\u0e40\u0e01\u0e29\u0e15\u0e23\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c\">\n                    <i class=\"fab fa-facebook-f\"><\/i>\n                <\/a>\n                <a href=\"https:\/\/m.me\/agr.rmutsv\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"footer-social-btn messenger\" title=\"\u0e2a\u0e48\u0e07\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e17\u0e32\u0e07 Messenger\">\n                    <i class=\"fab fa-facebook-messenger\"><\/i>\n                <\/a>\n                <a href=\"https:\/\/www.tiktok.com\/@YOUR_TIKTOK_ID\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"footer-social-btn tiktok\" title=\"TikTok \u0e04\u0e13\u0e30\u0e40\u0e01\u0e29\u0e15\u0e23\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c\">\n                    <i class=\"fab fa-tiktok\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"footer-campus-col\">\n            <h3>\u0e27\u0e34\u0e17\u0e22\u0e32\u0e40\u0e02\u0e15 \/ \u0e04\u0e13\u0e30\u0e17\u0e35\u0e48\u0e40\u0e1b\u0e34\u0e14\u0e2a\u0e2d\u0e19<\/h3>\n            <div class=\"campus-grid-fixed\">\n                <div>\n                    <span class=\"campus-badge\">\u0e21\u0e17\u0e23.\u0e28\u0e23\u0e35\u0e27\u0e34\u0e0a\u0e31\u0e22 \u0e2a\u0e07\u0e02\u0e25\u0e32<\/span>\n                    <ul class=\"campus-list-fixed\">\n                        <li><a href=\"https:\/\/www.rmutsv.ac.th\" target=\"_blank\" rel=\"noopener noreferrer\">\u0e21\u0e17\u0e23.\u0e28\u0e23\u0e35\u0e27\u0e34\u0e0a\u0e31\u0e22 \u0e2a\u0e07\u0e02\u0e25\u0e32<\/a><\/li>\n                        <li><a href=\"https:\/\/inded.rmutsv.ac.th\" target=\"_blank\" rel=\"noopener noreferrer\">\u0e04\u0e13\u0e30\u0e04\u0e23\u0e38\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e41\u0e25\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35<\/a><\/li>\n                        <li><a href=\"https:\/\/bba.rmutsv.ac.th\" target=\"_blank\" rel=\"noopener noreferrer\">\u0e04\u0e13\u0e30\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23\u0e18\u0e38\u0e23\u0e01\u0e34\u0e08<\/a><\/li>\n                        <li><a href=\"https:\/\/eng.rmutsv.ac.th\" target=\"_blank\" rel=\"noopener noreferrer\">\u0e04\u0e13\u0e30\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e23\u0e21\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c<\/a><\/li>\n                        <li><a href=\"https:\/\/libarts.rmutsv.ac.th\" target=\"_blank\" rel=\"noopener noreferrer\">\u0e04\u0e13\u0e30\u0e28\u0e34\u0e25\u0e1b\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c<\/a><\/li>\n                        <li><a href=\"https:\/\/arch.rmutsv.ac.th\" target=\"_blank\" rel=\"noopener noreferrer\">\u0e04\u0e13\u0e30\u0e2a\u0e16\u0e32\u0e1b\u0e31\u0e15\u0e22\u0e01\u0e23\u0e23\u0e21\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c<\/a><\/li>\n                        <li><a href=\"https:\/\/rpc.rmutsv.ac.th\" target=\"_blank\" rel=\"noopener noreferrer\">\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22\u0e23\u0e31\u0e15\u0e20\u0e39\u0e21\u0e34<\/a><\/li>\n                    <\/ul>\n                <\/div>\n                <div>\n                    <span class=\"campus-badge\">\u0e21\u0e17\u0e23.\u0e28\u0e23\u0e35\u0e27\u0e34\u0e0a\u0e31\u0e22 \u0e15\u0e23\u0e31\u0e07<\/span>\n                    <ul class=\"campus-list-fixed\">\n                        <li><a href=\"https:\/\/fishtech.rmutsv.ac.th\" target=\"_blank\" rel=\"noopener noreferrer\">\u0e04\u0e13\u0e30\u0e27\u0e34\u0e17\u0e22\u0e32\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c\u0e41\u0e25\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e21\u0e07<\/a><\/li>\n                        <li><a href=\"https:\/\/cht.rmutsv.ac.th\" target=\"_blank\" rel=\"noopener noreferrer\">\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22\u0e01\u0e32\u0e23\u0e42\u0e23\u0e07\u0e41\u0e23\u0e21\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e17\u0e48\u0e2d\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e27<\/a><\/li>\n                        <li><a href=\"https:\/\/engtech.rmutsv.ac.th\" target=\"_blank\" rel=\"noopener noreferrer\">\u0e04\u0e13\u0e30\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e23\u0e21\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c\u0e41\u0e25\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35<\/a><\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div style=\"margin-top:25px;\">\n                <span class=\"campus-badge\" style=\"background:#27ae60;\">\u0e27\u0e34\u0e17\u0e22\u0e32\u0e40\u0e02\u0e15\u0e19\u0e04\u0e23\u0e28\u0e23\u0e35\u0e18\u0e23\u0e23\u0e21\u0e23\u0e32\u0e0a<\/span>\n                <div class=\"campus-grid-fixed\">\n                    <ul class=\"campus-list-fixed\">\n                        <li><a href=\"https:\/\/nakhon.rmutsv.ac.th\" target=\"_blank\" rel=\"noopener noreferrer\">\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48\u0e17\u0e38\u0e48\u0e07\u0e43\u0e2b\u0e0d\u0e48<\/a><\/li>\n                        <li><a href=\"https:\/\/nakhon.rmutsv.ac.th\" target=\"_blank\" rel=\"noopener noreferrer\">\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48\u0e44\u0e2a\u0e43\u0e2b\u0e0d\u0e48<\/a><\/li>\n                        <li><a href=\"https:\/\/cim.rmutsv.ac.th\" target=\"_blank\" rel=\"noopener noreferrer\">\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23<\/a><\/li>\n                        <li><a href=\"https:\/\/agr.rmutsv.ac.th\" target=\"_blank\" rel=\"noopener noreferrer\">\u0e04\u0e13\u0e30\u0e40\u0e01\u0e29\u0e15\u0e23\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c<\/a><\/li>\n                    <\/ul>\n                    <ul class=\"campus-list-fixed\">\n                        <li><a href=\"https:\/\/vet.rmutsv.ac.th\" target=\"_blank\" rel=\"noopener noreferrer\">\u0e04\u0e13\u0e30\u0e2a\u0e31\u0e15\u0e27\u0e41\u0e1e\u0e17\u0e22\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c<\/a><\/li>\n                        <li><a href=\"https:\/\/agro-industry.rmutsv.ac.th\" target=\"_blank\" rel=\"noopener noreferrer\">\u0e04\u0e13\u0e30\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e29\u0e15\u0e23<\/a><\/li>\n                        <li><a href=\"https:\/\/scitech.rmutsv.ac.th\" target=\"_blank\" rel=\"noopener noreferrer\">\u0e04\u0e13\u0e30\u0e27\u0e34\u0e17\u0e22\u0e32\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c\u0e41\u0e25\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35<\/a><\/li>\n                        <li><a href=\"https:\/\/mt.rmutsv.ac.th\" target=\"_blank\" rel=\"noopener noreferrer\">\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23<\/a><\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"footer-partner-col\">\n            <h3>\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e02\u0e49\u0e2d\u0e07<\/h3>\n            <div class=\"partner-logo-grid\">\n                <a href=\"https:\/\/www.rmutsv.ac.th\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\">\n                    <img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2024\/11\/image-45-150x150.png\" alt=\"RUTS\">\n                    <span>RUTS<\/span>\n                <\/a>\n                <a href=\"https:\/\/www.onesqa.or.th\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\">\n                    <img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2024\/11\/image-51-150x150.png\" alt=\"\u0e2a\u0e21\u0e28.\">\n                    <span>\u0e2a\u0e21\u0e28.<\/span>\n                <\/a>\n                <a href=\"https:\/\/www.cpfworldwide.com\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\">\n                    <img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2024\/11\/%E0%B8%94%E0%B8%B2%E0%B8%A7%E0%B8%99%E0%B9%8C%E0%B9%82%E0%B8%AB%E0%B8%A5%E0%B8%94.png\" alt=\"CPF\">\n                    <span>CPF<\/span>\n                <\/a>\n                <a href=\"https:\/\/www.betagro.com\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\">\n                    <img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2024\/11\/Logo-BTG-COP-440x440_px-150x150.png\" alt=\"BETAGRO\">\n                    <span>BETAGRO<\/span>\n                <\/a>\n                <a href=\"https:\/\/rinmp.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\">\n                    <img decoding=\"async\" src=\"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-content\/uploads\/2025\/10\/LINE_ALBUM_%E0%B9%82%E0%B8%A5%E0%B9%82%E0%B8%81%E0%B9%89-RinMP_251023_1-300x212.png\" alt=\"Rin MP\">\n                    <span>Rin MP<\/span>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u0e04\u0e13\u0e30\u0e1c\u0e39\u0e49\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23\u0e04\u0e13\u0e30\u0e40\u0e01\u0e29\u0e15\u0e23\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c FACULTY OF AGRICULTURE \u2022 RMU [&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-20921","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-json\/wp\/v2\/pages\/20921","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=20921"}],"version-history":[{"count":30,"href":"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-json\/wp\/v2\/pages\/20921\/revisions"}],"predecessor-version":[{"id":21821,"href":"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-json\/wp\/v2\/pages\/20921\/revisions\/21821"}],"wp:attachment":[{"href":"https:\/\/agr.rmutsv.ac.th\/ruts\/wp-json\/wp\/v2\/media?parent=20921"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}