{"id":77,"date":"2026-02-03T15:27:11","date_gmt":"2026-02-03T08:27:11","guid":{"rendered":"https:\/\/indus.srru.ac.th\/?page_id=77"},"modified":"2026-07-13T11:02:49","modified_gmt":"2026-07-13T04:02:49","slug":"home-2","status":"publish","type":"page","link":"https:\/\/indus.srru.ac.th\/","title":{"rendered":"HOME"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"77\" class=\"elementor elementor-77\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-83e06d5 e-flex e-con-boxed e-con e-parent\" data-id=\"83e06d5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a4e2f69 elementor-widget elementor-widget-image\" data-id=\"a4e2f69\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"365\" src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/06\/720495740_958210947277791_581446354103628333_n.png\" class=\"attachment-full size-full wp-image-2198\" alt=\"\" srcset=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/06\/720495740_958210947277791_581446354103628333_n.png 960w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/06\/720495740_958210947277791_581446354103628333_n-480x183.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 960px, 100vw\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-149153b e-flex e-con-boxed e-con e-parent\" data-id=\"149153b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-561ac96 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"561ac96\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- \u2705 Elementor HTML Widget - \u0e27\u0e32\u0e07\u0e44\u0e14\u0e49\u0e40\u0e25\u0e22 \u0e44\u0e21\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e41\u0e01\u0e49\u0e2d\u0e30\u0e44\u0e23 -->\r\n\r\n<style>\r\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+Thai:wght@400;500;600;700&display=swap');\r\n\r\n.srru-wrap {\r\n    font-family: 'Noto Sans Thai', sans-serif;\r\n    background: linear-gradient(135deg, #2d0a5e 0%, #4a1080 30%, #6b21a8 65%, #7c3aed 100%);\r\n    border-radius: 16px;\r\n    box-shadow: 0 10px 32px rgba(74,16,128,0.35);\r\n    overflow: hidden;\r\n    border: none;\r\n    width: 100%;\r\n}\r\n.srru-head {\r\n    background: rgba(0,0,0,0.22);\r\n    padding: 9px 18px;\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 7px;\r\n    overflow: hidden;\r\n    border-bottom: 1px solid rgba(255,255,255,0.12);\r\n}\r\n.srru-head span {\r\n    color: rgba(255,255,255,0.90);\r\n    font-size: 0.75rem;\r\n    font-weight: 500;\r\n    white-space: nowrap;\r\n    overflow: hidden;\r\n    text-overflow: ellipsis;\r\n}\r\n.srru-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }\r\n.srru-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(4, 1fr);\r\n}\r\n.srru-btn {\r\n    position: relative;\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: center;\r\n    justify-content: center;\r\n    gap: 8px;\r\n    padding: 22px 10px 18px;\r\n    text-decoration: none !important;\r\n    color: #fff !important;\r\n    border-right: 1px solid rgba(255,255,255,0.12);\r\n    background: transparent;\r\n    transition: background 0.3s ease, transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease;\r\n    overflow: hidden;\r\n}\r\n.srru-btn:last-child { border-right: none; }\r\n.srru-btn:hover {\r\n    background: rgba(255,255,255,0.10) !important;\r\n    color: #fff !important;\r\n    transform: translateY(-2px);\r\n    box-shadow: 0 6px 20px rgba(0,0,0,0.18);\r\n}\r\n.srru-btn::after {\r\n    content: '';\r\n    position: absolute;\r\n    bottom: 0; left: 0; right: 0;\r\n    height: 3px;\r\n    border-radius: 3px 3px 0 0;\r\n    background: #f59e0b;\r\n    transform: scaleX(0);\r\n    transition: transform 0.25s ease;\r\n}\r\n.srru-btn:hover::after { transform: scaleX(1); }\r\n.srru-ico {\r\n    width: 50px; height: 50px;\r\n    border-radius: 14px;\r\n    display: flex; align-items: center; justify-content: center;\r\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n    flex-shrink: 0;\r\n    background: rgba(255,255,255,0.13);\r\n    color: #fde68a;\r\n}\r\n.srru-btn:hover .srru-ico {\r\n    transform: scale(1.12) rotate(-5deg);\r\n    box-shadow: 0 6px 20px rgba(0,0,0,0.22);\r\n    background: rgba(245,158,11,0.25);\r\n    color: #fde68a;\r\n}\r\n.srru-ico svg { width: 22px; height: 22px; }\r\n.srru-lbl { font-size: 0.83rem; font-weight: 700; text-align: center; color: #fff; line-height: 1.35; transition: color 0.2s; }\r\n.srru-btn:hover .srru-lbl { color: #fde68a; }\r\n.srru-sub { font-size: 0.66rem; color: rgba(255,255,255,0.55); text-align: center; margin-top: -4px; }\r\n.srru-ext { position: absolute; top: 9px; right: 9px; opacity: 0; transition: opacity 0.2s; color: rgba(255,255,255,0.6); }\r\n.srru-ext svg { width: 13px; height: 13px; }\r\n.srru-btn:hover .srru-ext { opacity: 1; }\r\n@media (max-width: 580px) {\r\n    .srru-grid { grid-template-columns: repeat(2, 1fr); }\r\n    .srru-btn { border-bottom: 1px solid rgba(255,255,255,0.12); padding: 18px 8px 14px; }\r\n    .srru-btn:nth-child(2n) { border-right: none; }\r\n    .srru-btn:nth-last-child(-n+2) { border-bottom: none; }\r\n}\r\n<\/style>\r\n\r\n<div class=\"srru-wrap\">\r\n    <div class=\"srru-head\">\r\n        <div class=\"srru-dot\" style=\"background:rgba(255,255,255,0.35)\"><\/div>\r\n        <div class=\"srru-dot\" style=\"background:rgba(255,255,255,0.6)\"><\/div>\r\n        <div class=\"srru-dot\" style=\"background:#f59e0b\"><\/div>\r\n        <span>\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u00b7 \u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22\u0e23\u0e32\u0e0a\u0e20\u0e31\u0e0f\u0e2a\u0e38\u0e23\u0e34\u0e19\u0e17\u0e23\u0e4c<\/span>\r\n    <\/div>\r\n    <div class=\"srru-grid\">\r\n\r\n        <!-- 1 -->\r\n        <a href=\"https:\/\/indus.srru.ac.th\/?page_id=155\" target=\"_blank\" class=\"srru-btn srru-c1\">\r\n            <span class=\"srru-ext\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"\/><polyline points=\"15 3 21 3 21 9\"\/><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"\/><\/svg><\/span>\r\n            <div class=\"srru-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"3\" width=\"7\" height=\"7\"\/><rect x=\"14\" y=\"3\" width=\"7\" height=\"7\"\/><rect x=\"3\" y=\"14\" width=\"7\" height=\"7\"\/><rect x=\"14\" y=\"14\" width=\"7\" height=\"7\"\/><\/svg><\/div>\r\n            <span class=\"srru-lbl\">\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e17\u0e35\u0e48\u0e40\u0e1b\u0e34\u0e14\u0e2a\u0e2d\u0e19<\/span>\r\n            <span class=\"srru-sub\">Programs Offered<\/span>\r\n        <\/a>\r\n\r\n        <!-- 2 -->\r\n        <a href=\"https:\/\/reg1.srru.ac.th\/login.aspx\" target=\"_blank\" class=\"srru-btn srru-c2\">\r\n            <span class=\"srru-ext\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"\/><polyline points=\"15 3 21 3 21 9\"\/><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"\/><\/svg><\/span>\r\n            <div class=\"srru-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\"\/><path d=\"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z\"\/><\/svg><\/div>\r\n            <span class=\"srru-lbl\">\u0e08\u0e2d\u0e07\u0e23\u0e32\u0e22\u0e27\u0e34\u0e0a\u0e32<\/span>\r\n            <span class=\"srru-sub\">Course Registration<\/span>\r\n        <\/a>\r\n\r\n        <!-- 3 -->\r\n        <a href=\"https:\/\/new.srru.ac.th\/\" target=\"_blank\" class=\"srru-btn srru-c3\">\r\n            <span class=\"srru-ext\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"\/><polyline points=\"15 3 21 3 21 9\"\/><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"\/><\/svg><\/span>\r\n            <div class=\"srru-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><line x1=\"19\" y1=\"8\" x2=\"19\" y2=\"14\"\/><line x1=\"22\" y1=\"11\" x2=\"16\" y2=\"11\"\/><\/svg><\/div>\r\n            <span class=\"srru-lbl\">\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19<\/span>\r\n            <span class=\"srru-sub\">Apply for Admission<\/span>\r\n        <\/a>\r\n\r\n        <!-- 4 -->\r\n        <a href=\"https:\/\/acad.srru.ac.th\/?page_id=1148\" target=\"_blank\" class=\"srru-btn srru-c4\">\r\n            <span class=\"srru-ext\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"\/><polyline points=\"15 3 21 3 21 9\"\/><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"\/><\/svg><\/span>\r\n            <div class=\"srru-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\/><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\/><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\/><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\/><\/svg><\/div>\r\n            <span class=\"srru-lbl\">\u0e1b\u0e0f\u0e34\u0e17\u0e34\u0e19\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23<\/span>\r\n            <span class=\"srru-sub\">Academic Calendar<\/span>\r\n        <\/a>\r\n\r\n    <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d4e4e3b e-flex e-con-boxed e-con e-parent\" data-id=\"d4e4e3b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4173ed7 e-con-full e-flex e-con e-child\" data-id=\"4173ed7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-84a522b elementor-widget elementor-widget-ucaddon_post_slider\" data-id=\"84a522b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_post_slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- start Post Slider -->\n\t\t<link id='font-awesome-css' href='https:\/\/indus.srru.ac.th\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/font-awesome5\/css\/fontawesome-all.min.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='font-awesome-4-shim-css' href='https:\/\/indus.srru.ac.th\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/font-awesome5\/css\/fontawesome-v4-shims.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='owl-carousel-css' href='https:\/\/indus.srru.ac.th\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/owl-carousel-new\/assets\/owl.carousel.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='uc_ac_assets_file_animate_css_77907-css' href='https:\/\/indus.srru.ac.th\/wp-content\/uploads\/ac_assets\/uc_fixed_box_postslider\/animate.css' type='text\/css' rel='stylesheet' >\n\n\t\t\t<style type=\"text\/css\">\/* widget: Post Slider *\/\n\n#uc_post_slider_elementor_84a522b *{\n\tbox-sizing: border-box;\n}\n\n#widget-wrapper-uc_post_slider_elementor_84a522b{\n    min-height:1px;\n}\n\n\n#uc_post_slider_elementor_84a522b{\n  min-height:1px;\n}\n\n#uc_post_slider_elementor_84a522b .ue_post_slider_overlay{\n  position:absolute;\n  top:0;\n  bottom:0;\n  left:0;\n  right:0;\n}\n\n#uc_post_slider_elementor_84a522b  .uc_fbps_slide{\n\tbackground-repeat:no-repeat;\n\tbackground-position:center center;\n    display:flex;\n    align-items:flex-end;\n    justify-content:center;\n    background-blend-mode: normal;\n    overflow:hidden;\n\t}\t\n\t\n#uc_post_slider_elementor_84a522b .uc_fbps_slide .uc_fbps_content{\t\n\tposition:relative;\n}\n\t\n.ue-post-slider-containeruc_post_slider_elementor_84a522b {\n  \ttext-align: center;\n  \tcolor: ;\n}\n\n#uc_post_slider_elementor_84a522b .uc_more_btn{\n  display:inline-block;\n  text-decoration:none;\n}\n\n#uc_post_slider_elementor_84a522b .owl-nav .owl-prev{\n    position:absolute;\n    left:0px;\n    display:inline-block;\n    text-align:center;\n    transition:1s;\n}\n\n#uc_post_slider_elementor_84a522b .owl-nav .owl-next{\n  position:absolute;\n    right:0px;\n  display:inline-block;\n  text-align:center;\n  transition:1s;\n}\n\n\n#uc_post_slider_elementor_84a522b .owl-dots {\n  overflow:hidden;\n  display:true !important;\n  text-align:center;\n  position: relative;\n}\n\n#uc_post_slider_elementor_84a522b .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n\n.uc_fbps_container_title{\n  font-size:24px;\n}\n\n.uc_fbps_container_meta{\n  font-size:12px;\n}\n\n#uc_post_slider_elementor_84a522b .ue-post-terms a{\n  display:inline-block;\n}\n\n.uc_fbps_container a{\n  text-decoration:none;\n}\n\n\n\n<\/style>\n\n\t\t\t<div class=\"uc_fixed_box_postslider\" id=\"widget-wrapper-uc_post_slider_elementor_84a522b\"  style=\"direction:ltr;\"> \n \n\n        <div class=\"uc_fbps_container ue-post-slider-containeruc_post_slider_elementor_84a522b\">\n            <div id=\"uc_post_slider_elementor_84a522b\" class=\"owl-carousel uc-items-wrapper  \"  data-custom-sethtml=\"true\" >\n            \t<div class=\"uc_fbps_slide\" style=\"background-image:url(https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/104.jpg);\">\n  <div class=\"ue_post_slider_overlay\"><\/div>\n  <div class=\"uc_fbps_content\">\n    \n        \n    \n           \n        <div class=\"uc_fbps_container_title\"><a class=\"ue-dynamic-popup-single \" href='https:\/\/indus.srru.ac.th\/?p=2369'>\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22\u0e23\u0e32\u0e0a\u0e20\u0e31\u0e0f\u0e2a\u0e38\u0e23\u0e34\u0e19\u0e17\u0e23\u0e4c \u0e44\u0e14\u0e49\u0e08\u0e31\u0e14\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e1a\u0e23\u0e21\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e41\u0e25\u0e30\u0e17\u0e31\u0e01\u0e29\u0e30\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e17\u0e33\u0e1c\u0e25\u0e07\u0e32\u0e19\u0e17\u0e32\u0e07\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23 \u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e17\u0e35\u0e48 2<\/a><\/div>\n    \n        \n    \n        \n    \n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2369\" class=\"uc_fbps_cta uc_more_btn\">Read More<\/a>\n      <\/div>\n<\/div>\n<div class=\"uc_fbps_slide\" style=\"background-image:url(https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/97.jpg);\">\n  <div class=\"ue_post_slider_overlay\"><\/div>\n  <div class=\"uc_fbps_content\">\n    \n        \n    \n           \n        <div class=\"uc_fbps_container_title\"><a class=\"ue-dynamic-popup-single \" href='https:\/\/indus.srru.ac.th\/?p=2360'>\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e1e\u0e34\u0e08\u0e32\u0e23\u0e13\u0e32\u0e17\u0e38\u0e19\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 \u201c\u0e1e\u0e25\u0e2d\u0e22\u0e2d\u0e34\u0e19\u0e17\u0e19\u0e34\u0e25\u201d \u0e2a\u0e48\u0e27\u0e19\u0e25\u0e14\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 50% \u0e1b\u0e23\u0e30\u0e08\u0e33\u0e1b\u0e35\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 2569<\/a><\/div>\n    \n        \n    \n        \n    \n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2360\" class=\"uc_fbps_cta uc_more_btn\">Read More<\/a>\n      <\/div>\n<\/div>\n<div class=\"uc_fbps_slide\" style=\"background-image:url(https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96.jpg);\">\n  <div class=\"ue_post_slider_overlay\"><\/div>\n  <div class=\"uc_fbps_content\">\n    \n        \n    \n           \n        <div class=\"uc_fbps_container_title\"><a class=\"ue-dynamic-popup-single \" href='https:\/\/indus.srru.ac.th\/?p=2349'>\u0e02\u0e2d\u0e41\u0e2a\u0e14\u0e07\u0e04\u0e27\u0e32\u0e21\u0e22\u0e34\u0e19\u0e14\u0e35\u0e01\u0e31\u0e1a\u0e17\u0e35\u0e21\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e2a\u0e31\u0e07\u0e04\u0e21 \"ITECH \u0e1b\u0e23\u0e30\u0e2a\u0e32\u0e19\u0e27\u0e34\u0e28\u0e27\u0e4c\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\" \u0e04\u0e27\u0e49\u0e32\u0e23\u0e32\u0e07\u0e27\u0e31\u0e25\u0e0a\u0e19\u0e30\u0e40\u0e25\u0e34\u0e28\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22<\/a><\/div>\n    \n        \n    \n        \n    \n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2349\" class=\"uc_fbps_cta uc_more_btn\">Read More<\/a>\n      <\/div>\n<\/div>\n<div class=\"uc_fbps_slide\" style=\"background-image:url(https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/91.jpg);\">\n  <div class=\"ue_post_slider_overlay\"><\/div>\n  <div class=\"uc_fbps_content\">\n    \n        \n    \n           \n        <div class=\"uc_fbps_container_title\"><a class=\"ue-dynamic-popup-single \" href='https:\/\/indus.srru.ac.th\/?p=2342'>\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e08\u0e31\u0e14\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e1a\u0e23\u0e21\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e01\u0e32\u0e23 \"\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e40\u0e21\u0e34\u0e19\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e43\u0e2b\u0e49\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07\u0e01\u0e31\u0e1a\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\" \u0e22\u0e01\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e19<\/a><\/div>\n    \n        \n    \n        \n    \n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2342\" class=\"uc_fbps_cta uc_more_btn\">Read More<\/a>\n      <\/div>\n<\/div>\n<div class=\"uc_fbps_slide\" style=\"background-image:url(https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/87.jpg);\">\n  <div class=\"ue_post_slider_overlay\"><\/div>\n  <div class=\"uc_fbps_content\">\n    \n        \n    \n           \n        <div class=\"uc_fbps_container_title\"><a class=\"ue-dynamic-popup-single \" href='https:\/\/indus.srru.ac.th\/?p=2336'>\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e08\u0e31\u0e14\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e1a\u0e23\u0e21\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e01\u0e32\u0e23 \u0e1e\u0e31\u0e12\u0e19\u0e32\u0e28\u0e31\u0e01\u0e22\u0e20\u0e32\u0e1e\u0e19\u0e31\u0e01\u0e28\u0e36\u0e01\u0e29\u0e32\u0e14\u0e49\u0e27\u0e22\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e2a\u0e31\u0e07\u0e04\u0e21 \u0e1b\u0e23\u0e30\u0e08\u0e33\u0e1b\u0e35\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 2569<\/a><\/div>\n    \n        \n    \n        \n    \n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2336\" class=\"uc_fbps_cta uc_more_btn\">Read More<\/a>\n      <\/div>\n<\/div>\n<div class=\"uc_fbps_slide\" style=\"background-image:url(https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/82.jpg);\">\n  <div class=\"ue_post_slider_overlay\"><\/div>\n  <div class=\"uc_fbps_content\">\n    \n        \n    \n           \n        <div class=\"uc_fbps_container_title\"><a class=\"ue-dynamic-popup-single \" href='https:\/\/indus.srru.ac.th\/?p=2329'>\u0e2a\u0e32\u0e02\u0e32\u0e27\u0e34\u0e0a\u0e32\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e04\u0e2d\u0e21\u0e1e\u0e34\u0e27\u0e40\u0e15\u0e2d\u0e23\u0e4c \u0e08\u0e31\u0e14\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e20\u0e32\u0e22\u0e43\u0e15\u0e49\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e01\u0e32\u0e23\u0e40\u0e2a\u0e23\u0e34\u0e21\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e28\u0e31\u0e01\u0e22\u0e20\u0e32\u0e1e\u0e19\u0e31\u0e01\u0e28\u0e36\u0e01\u0e29\u0e32\u0e41\u0e25\u0e30\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e1a\u0e38\u0e04\u0e25\u0e32\u0e01\u0e23 \u0e2a\u0e32\u0e02\u0e32\u0e27\u0e34\u0e0a\u0e32\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e04\u0e2d\u0e21\u0e1e\u0e34\u0e27\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e2a\u0e39\u0e48\u0e28\u0e15\u0e27\u0e23\u0e23\u0e29\u0e17\u0e35\u0e48 21 \u0e1b\u0e23\u0e30\u0e08\u0e33\u0e1b\u0e35\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 2569 \u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48 1\u20133 \u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21 2569<\/a><\/div>\n    \n        \n    \n        \n    \n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2329\" class=\"uc_fbps_cta uc_more_btn\">Read More<\/a>\n      <\/div>\n<\/div>\n<div class=\"uc_fbps_slide\" style=\"background-image:url(https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/79.jpg);\">\n  <div class=\"ue_post_slider_overlay\"><\/div>\n  <div class=\"uc_fbps_content\">\n    \n        \n    \n           \n        <div class=\"uc_fbps_container_title\"><a class=\"ue-dynamic-popup-single \" href='https:\/\/indus.srru.ac.th\/?p=2324'>\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23 AI FUTURE READY \u0e40\u0e15\u0e23\u0e35\u0e22\u0e21\u0e04\u0e27\u0e32\u0e21\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e14\u0e49\u0e32\u0e19\u0e1b\u0e31\u0e0d\u0e0d\u0e32\u0e1b\u0e23\u0e30\u0e14\u0e34\u0e29\u0e10\u0e4c\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e28\u0e36\u0e01\u0e29\u0e32\u0e41\u0e25\u0e30\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e2d\u0e01\u0e32\u0e28\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e2d\u0e32\u0e0a\u0e35\u0e1e<\/a><\/div>\n    \n        \n    \n        \n    \n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2324\" class=\"uc_fbps_cta uc_more_btn\">Read More<\/a>\n      <\/div>\n<\/div>\n<div class=\"uc_fbps_slide\" style=\"background-image:url(https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/74.jpg);\">\n  <div class=\"ue_post_slider_overlay\"><\/div>\n  <div class=\"uc_fbps_content\">\n    \n        \n    \n           \n        <div class=\"uc_fbps_container_title\"><a class=\"ue-dynamic-popup-single \" href='https:\/\/indus.srru.ac.th\/?p=2317'>\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e21\u0e23\u0e20.\u0e2a\u0e38\u0e23\u0e34\u0e19\u0e17\u0e23\u0e4c \u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e38\u0e21\u0e2a\u0e20\u0e32\u0e04\u0e13\u0e1a\u0e14\u0e35\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22\u0e23\u0e32\u0e0a\u0e20\u0e31\u0e0f\u0e17\u0e31\u0e48\u0e27\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28 \u0e04\u0e23\u0e31\u0e49\u0e07\u0e17\u0e35\u0e48 41<\/a><\/div>\n    \n        \n    \n        \n    \n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2317\" class=\"uc_fbps_cta uc_more_btn\">Read More<\/a>\n      <\/div>\n<\/div>\n<div class=\"uc_fbps_slide\" style=\"background-image:url(https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/71.jpg);\">\n  <div class=\"ue_post_slider_overlay\"><\/div>\n  <div class=\"uc_fbps_content\">\n    \n        \n    \n           \n        <div class=\"uc_fbps_container_title\"><a class=\"ue-dynamic-popup-single \" href='https:\/\/indus.srru.ac.th\/?p=2312'>\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e08\u0e31\u0e14\u0e2d\u0e1a\u0e23\u0e21\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e01\u0e32\u0e23 \u0e02\u0e31\u0e1a\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e07\u0e32\u0e19\u0e27\u0e34\u0e08\u0e31\u0e22\u0e41\u0e25\u0e30\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e34\u0e07\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e22\u0e31\u0e48\u0e07\u0e22\u0e37\u0e19<\/a><\/div>\n    \n        \n    \n        \n    \n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2312\" class=\"uc_fbps_cta uc_more_btn\">Read More<\/a>\n      <\/div>\n<\/div>\n<div class=\"uc_fbps_slide\" style=\"background-image:url(https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/66.jpg);\">\n  <div class=\"ue_post_slider_overlay\"><\/div>\n  <div class=\"uc_fbps_content\">\n    \n        \n    \n           \n        <div class=\"uc_fbps_container_title\"><a class=\"ue-dynamic-popup-single \" href='https:\/\/indus.srru.ac.th\/?p=2306'>\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e23\u0e48\u0e27\u0e21\u0e41\u0e25\u0e01\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e2d\u0e07\u0e04\u0e4c\u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e17\u0e32\u0e07\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23\u0e41\u0e25\u0e30\u0e08\u0e31\u0e14\u0e17\u0e33\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e04\u0e27\u0e32\u0e21\u0e23\u0e48\u0e27\u0e21\u0e21\u0e37\u0e2d (MOU) \u0e01\u0e31\u0e1a\u0e2a\u0e16\u0e32\u0e1a\u0e31\u0e19\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32\u0e08\u0e32\u0e01\u0e2a\u0e2b\u0e23\u0e31\u0e10\u0e2d\u0e40\u0e21\u0e23\u0e34\u0e01\u0e32<\/a><\/div>\n    \n        \n    \n        \n    \n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2306\" class=\"uc_fbps_cta uc_more_btn\">Read More<\/a>\n      <\/div>\n<\/div>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\t\t\t<!-- end Post Slider -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-75e91fe e-con-full e-flex e-con e-child\" data-id=\"75e91fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a75c09b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"a75c09b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"793\" height=\"1024\" src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/153-793x1024.jpg\" class=\"attachment-large size-large wp-image-596\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b38b37 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b38b37\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0e1c\u0e39\u0e49\u0e0a\u0e48\u0e27\u0e22\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e32\u0e08\u0e32\u0e23\u0e22\u0e4c \u0e14\u0e23.\u0e19\u0e34\u0e28\u0e32\u0e19\u0e32\u0e16 \u0e41\u0e01\u0e49\u0e27\u0e27\u0e34\u0e19\u0e31\u0e14<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b714ca elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1b714ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">|| \u0e04\u0e13\u0e1a\u0e14\u0e35\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 ||<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5ba2a68 e-flex e-con-boxed e-con e-parent\" data-id=\"5ba2a68\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7eed4b1 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"7eed4b1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;bounce&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d81ba1 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"5d81ba1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96-1024x683.jpg\" class=\"attachment-large size-large wp-image-2350\" alt=\"\" srcset=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96-980x653.jpg 980w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96-480x320.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b0c600e e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"b0c600e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8685a0e elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"8685a0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.facebook.com\/profile.php?id=61554070431371&#038;rdid=mnSAkWfEuab5HrKe&#038;share_url=https%3A%2F%2Fwww.facebook.com%2Fshare%2F1DJr4iZYd3%2F#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">5001\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e28\u0e34\u0e25\u0e1b\u0e4c (\u0e04.\u0e2d.\u0e1a.)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-df72722 elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"df72722\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.facebook.com\/M3CH.SRRU\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">5002\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e23\u0e21\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e01\u0e25\u0e41\u0e25\u0e30\u0e22\u0e32\u0e19\u0e22\u0e19\u0e15\u0e4c\u0e44\u0e1f\u0e1f\u0e49\u0e32 (\u0e27\u0e17.\u0e1a.)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f5b34f elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"5f5b34f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.facebook.com\/yotha.s.tha.paty.mrph.surinthr\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">5003\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e23\u0e21\u0e42\u0e22\u0e18\u0e32\u0e41\u0e25\u0e30\u0e2a\u0e16\u0e32\u0e1b\u0e31\u0e15\u0e22\u0e01\u0e23\u0e23\u0e21 (\u0e27\u0e17.\u0e1a.)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8ac3be8 elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"8ac3be8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">5004\u0e19\u0e27\u0e31\u0e15\u0e01\u0e23\u0e23\u0e21\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a (\u0e27\u0e17.\u0e1a.)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c372b66 elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"c372b66\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.facebook.com\/computertechsrru\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">5005\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e04\u0e2d\u0e21\u0e1e\u0e34\u0e27\u0e40\u0e15\u0e2d\u0e23\u0e4c (\u0e17\u0e25.\u0e1a.)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e015f46 elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"e015f46\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.facebook.com\/profile.php?id=100088509547294\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">5006\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e23\u0e21\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e41\u0e25\u0e30\u0e1c\u0e25\u0e34\u0e15\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e01\u0e25 (\u0e17\u0e25.\u0e1a.)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f8b600f elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"f8b600f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">5007\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 (\u0e17\u0e25.\u0e1a.)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6e5fb6 elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"a6e5fb6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.facebook.com\/profile.php?id=61589988398016\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">5008\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e23\u0e21\u0e44\u0e1f\u0e1f\u0e49\u0e32 (\u0e17\u0e25.\u0e1a.)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc53b55 elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"bc53b55\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.facebook.com\/ENSRRU\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">5009\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e23\u0e21\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e41\u0e25\u0e30\u0e42\u0e25\u0e08\u0e34\u0e2a\u0e15\u0e34\u0e01\u0e2a\u0e4c (\u0e27\u0e28.\u0e1a.)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9816d68 elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"9816d68\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/sites.google.com\/view\/webphdintsrru\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\u0e1b\u0e23\u0e34\u0e0d\u0e0d\u0e32\u0e42\u0e17 \u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 (\u0e27\u0e17.\u0e21.)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-66b2ba3 elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"66b2ba3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/sites.google.com\/view\/webphdintsrru\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\u0e1b\u0e23\u0e34\u0e0d\u0e0d\u0e32\u0e40\u0e2d\u0e01 \u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 (\u0e1b\u0e23.\u0e14.)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1bd7571 e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"1bd7571\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d734d06 elementor-widget elementor-widget-html\" data-id=\"d734d06\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"th\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Kanit:wght@300;400;600;700&family=Sarabun:wght@300;400;700&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        .indus-section-wrapper {\r\n            --purple-dark: #6b21a8;\r\n            --purple-main: #9333ea;\r\n            --purple-light: #e9d5ff;\r\n            --purple-pale: #f5f0ff;\r\n            --gold: #f59e0b;\r\n\r\n            font-family: 'Kanit', sans-serif;\r\n            padding: 24px 28px;\r\n            margin: 10px 0;\r\n            display: flex;\r\n            flex-direction: row;\r\n            align-items: center;\r\n            justify-content: space-between;\r\n            background: linear-gradient(135deg, var(--purple-pale) 0%, #ffffff 100%);\r\n            border-radius: 16px;\r\n            border: 1px solid var(--purple-light);\r\n            box-shadow: 0 4px 20px rgba(107, 33, 168, 0.08);\r\n            position: relative;\r\n            overflow: hidden;\r\n            animation: slideIn 0.6s ease both;\r\n        }\r\n\r\n        \/* \u0e40\u0e2a\u0e49\u0e19\u0e15\u0e01\u0e41\u0e15\u0e48\u0e07\u0e0b\u0e49\u0e32\u0e22 *\/\r\n        .indus-section-wrapper::before {\r\n            content: '';\r\n            position: absolute;\r\n            left: 0; top: 0; bottom: 0;\r\n            width: 5px;\r\n            background: linear-gradient(180deg, var(--purple-dark), var(--purple-main));\r\n            border-radius: 16px 0 0 16px;\r\n        }\r\n\r\n        \/* \u0e27\u0e07\u0e01\u0e25\u0e21\u0e15\u0e01\u0e41\u0e15\u0e48\u0e07\u0e21\u0e38\u0e21\u0e02\u0e27\u0e32 *\/\r\n        .indus-section-wrapper::after {\r\n            content: '';\r\n            position: absolute;\r\n            right: -40px; top: -40px;\r\n            width: 120px; height: 120px;\r\n            border-radius: 50%;\r\n            background: radial-gradient(circle, rgba(147,51,234,0.08) 0%, transparent 70%);\r\n        }\r\n\r\n        .indus-left {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .indus-badge {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 6px;\r\n            background: var(--purple-dark);\r\n            color: white;\r\n            font-family: 'Sarabun', sans-serif;\r\n            font-size: 11px;\r\n            font-weight: 700;\r\n            letter-spacing: 2px;\r\n            text-transform: uppercase;\r\n            padding: 4px 12px;\r\n            border-radius: 50px;\r\n            width: fit-content;\r\n            margin-bottom: 4px;\r\n        }\r\n\r\n        .indus-badge::before {\r\n            content: '';\r\n            width: 6px; height: 6px;\r\n            border-radius: 50%;\r\n            background: var(--gold);\r\n            animation: pulse 1.5s infinite;\r\n        }\r\n\r\n        .indus-title-main {\r\n            font-size: clamp(20px, 4vw, 30px);\r\n            font-weight: 700;\r\n            color: #1e1b4b;\r\n            margin: 0;\r\n            line-height: 1.3;\r\n            letter-spacing: -0.3px;\r\n        }\r\n\r\n        .indus-subtitle-code {\r\n            font-family: 'Sarabun', sans-serif;\r\n            font-size: 13px;\r\n            font-weight: 400;\r\n            color: #9333ea;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            margin-top: 2px;\r\n        }\r\n\r\n        .indus-subtitle-code::before {\r\n            content: '';\r\n            display: inline-block;\r\n            width: 20px; height: 2px;\r\n            background: var(--gold);\r\n            border-radius: 2px;\r\n        }\r\n\r\n        \/* \u0e1b\u0e38\u0e48\u0e21 \"\u0e14\u0e39\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\" \u0e14\u0e49\u0e32\u0e19\u0e02\u0e27\u0e32 *\/\r\n        .indus-view-all {\r\n            position: relative;\r\n            z-index: 1;\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 6px;\r\n            background: var(--purple-dark);\r\n            color: white;\r\n            font-family: 'Kanit', sans-serif;\r\n            font-size: 13px;\r\n            font-weight: 500;\r\n            padding: 8px 18px;\r\n            border-radius: 50px;\r\n            text-decoration: none;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 4px 12px rgba(107, 33, 168, 0.25);\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .indus-view-all:hover {\r\n            background: var(--purple-main);\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 8px 20px rgba(107, 33, 168, 0.35);\r\n        }\r\n\r\n        .indus-view-all svg {\r\n            width: 14px; height: 14px;\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .indus-view-all:hover svg {\r\n            transform: translateX(3px);\r\n        }\r\n\r\n        @keyframes slideIn {\r\n            from { opacity: 0; transform: translateY(-10px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n\r\n        @keyframes pulse {\r\n            0%, 100% { opacity: 1; transform: scale(1); }\r\n            50% { opacity: 0.5; transform: scale(0.8); }\r\n        }\r\n\r\n        @media (max-width: 600px) {\r\n            .indus-section-wrapper {\r\n                flex-direction: column;\r\n                align-items: flex-start;\r\n                gap: 16px;\r\n                padding: 18px 20px;\r\n            }\r\n            .indus-view-all { align-self: flex-start; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body style=\"background:#f5f0ff; padding:30px;\">\r\n\r\n    <div class=\"indus-section-wrapper\">\r\n        <div class=\"indus-left\">\r\n            <div class=\"indus-badge\">INDUS-NEWS<\/div>\r\n            <h2 class=\"indus-title-main\">\u0e02\u0e48\u0e32\u0e27\u0e2a\u0e32\u0e23\u0e08\u0e32\u0e01\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21<\/h2>\r\n            <div class=\"indus-subtitle-code\">\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22\u0e23\u0e32\u0e0a\u0e20\u0e31\u0e0f\u0e2a\u0e38\u0e23\u0e34\u0e19\u0e17\u0e23\u0e4c<\/div>\r\n        <\/div>\r\n\r\n        <a href=\"#\" class=\"indus-view-all\">\r\n            \u0e14\u0e39\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\r\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                <path d=\"M5 12h14M12 5l7 7-7 7\"\/>\r\n            <\/svg>\r\n        <\/a>\r\n    <\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e9a90dd elementor-widget elementor-widget-ucaddon_post_grid\" data-id=\"e9a90dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_post_grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- start Post Grid -->\n\n\t\t\t<style type=\"text\/css\">\/* widget: Post Grid *\/\n\n\n\n#uc_post_grid_elementor_e9a90dd{\n  min-height: 1px;\n}\n\n#uc_post_grid_elementor_e9a90dd.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\n   display:grid;\n}\n\n\n#uc_post_grid_elementor_e9a90dd .uc_post_grid_style_one_item{\n  position:relative;\n}\n\n#uc_post_grid_elementor_e9a90dd .uc_post_image{\n  transition:0.3s;\n  position:relative;\n  overflow:hidden;\n}\n\n#uc_post_grid_elementor_e9a90dd .uc_post_image img{\n  width:100%;\n  display:block;\n  transition:0.3s;\n}\n\n\t\n\n#uc_post_grid_elementor_e9a90dd .uc_post_image_overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  height:100%;\n  width:100%;\n  transition:0.3s;\n}\n\n#uc_post_grid_elementor_e9a90dd .uc_more_btn-custom-field{\n  display:inline-block;\n  text-align:center;\n  text-decoration:none;\n  transition:0.3s;\n}\n\n#uc_post_grid_elementor_e9a90dd .uc_more_btn{\n  display:inline-block;\n  text-align:center;\n  text-decoration:none;\n  transition:0.3s;\n}\n\n.ue-grid-item-category a{\n  display:inline-block;\n  font-size:10px;\n  position: relative;\n  z-index: 1;\n}\n\n#uc_post_grid_elementor_e9a90dd .ue-grid-item-posttype{\n  display:inline-block;\n  position: relative;\n  z-index: 1;\n}\n\n\n.uc_post_title{\n  font-size:21px;\n}\n\n\n#uc_post_grid_elementor_e9a90dd.uc_post_grid_style_one.ue-list-view .uc_content{\n flex-grow:1;\n}\n\n\n  #uc_post_grid_elementor_e9a90dd:not(.ue-list-view) .ue_post_grid_item{\n    display:flex;\n    flex-direction:column;\n  }\n  \n  #uc_post_grid_elementor_e9a90dd.uc_post_grid_style_one:not(.ue-list-view) .uc_content{\n   flex-grow:1;\n  }\n\n  #uc_post_grid_elementor_e9a90dd.uc_post_grid_style_one .uc_content > div{\n    height:100%;\n    display:flex;\n    flex-direction:column;\n    justify-content: space-between;  }\n\n    #uc_post_grid_elementor_e9a90dd .uc_post_button   {\n     margin-top:auto;\n   }\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\/*  for grid\/list layout switcher*\/\n\t#uc_post_grid_elementor_e9a90dd.ue-list-view .uc_post_grid_style_one_item {\n     display:flex;  \n     flex-direction:row;\n    }\n    #uc_post_grid_elementor_e9a90dd.ue-list-view .uc_post_grid_style_one_item > div{\n     width:50%;\n    }\n   \n    #uc_post_grid_elementor_e9a90dd.ue-list-view .uc_content    {\n      display:flex;\n      flex-direction:column;\n      justify-content:center;\n    }\n \n\/*  for grid\/list layout switcher*\/\n\n#uc_post_grid_elementor_e9a90dd .ue-meta-data{  \n  display:flex !important;\n  flex-wrap: wrap;\n  line-height:1em;\n}\n\n#uc_post_grid_elementor_e9a90dd .ue-grid-item-meta-data{\n  display:inline-flex;\n  align-items:center;\n}\n\n#uc_post_grid_elementor_e9a90dd .ue-grid-item-meta-data a{\n  color:inherit;\n}\n\n.ue-grid-item-meta-data{\n  font-size:12px;\n}\n\n#uc_post_grid_elementor_e9a90dd .ue-grid-item-meta-data-icon{\n  line-height:1em;\n}\n\n#uc_post_grid_elementor_e9a90dd .ue-grid-item-meta-data-icon svg{\n  width:1em;\n  height:1em;\n}\n\n#uc_post_grid_elementor_e9a90dd .ue-debug-meta{\n  padding:10px;\n  border:1px solid red;\n  position:relative;\n  line-height:1.5em;\n  font-size:11px;\n  width:100%;\n}\n\n#uc_post_grid_elementor_e9a90dd .uc_btn_inner{\n  display:inline-flex;\n  align-items:center;\n  pointer-events:none;\n}\n\n#uc_post_grid_elementor_e9a90dd .uc_btn_inner svg{\n  width:1em;\n  height:1em;\n}\n#uc_post_grid_elementor_e9a90dd .ue_p_title{\n  pointer-events:none;\n}\n\n\n#uc_post_grid_elementor_e9a90dd .uc_content_inner{\n  width: 100%;\n}\n\n\n#uc_post_grid_elementor_e9a90dd .view-switcher-button{\n  display: flex;\n  align-items: center;\n}\n\n#uc_post_grid_elementor_e9a90dd .view-switcher-icon{\n  display: flex;\n  align-items: center;\n  line-height: 1;\n  cursor: pointer;\n  transition: all .3s ease;\n}\n\n#uc_post_grid_elementor_e9a90dd .view-switcher-icon svg{\n  height:1em;\n  width:1em;\n}\n\n#uc_post_grid_elementor_e9a90dd .view-switcher-icon.ue-hidden{\n  display: none;\n}\n\n\n#uc_post_grid_elementor_e9a90dd_item1 [href=\"javascript:void(0)\"]{\n  cursor: unset;\n}\n\n\n#uc_post_grid_elementor_e9a90dd_item2 [href=\"javascript:void(0)\"]{\n  cursor: unset;\n}\n\n\n#uc_post_grid_elementor_e9a90dd_item3 [href=\"javascript:void(0)\"]{\n  cursor: unset;\n}\n\n\n#uc_post_grid_elementor_e9a90dd_item4 [href=\"javascript:void(0)\"]{\n  cursor: unset;\n}\n\n\n#uc_post_grid_elementor_e9a90dd_item5 [href=\"javascript:void(0)\"]{\n  cursor: unset;\n}\n\n\n#uc_post_grid_elementor_e9a90dd_item6 [href=\"javascript:void(0)\"]{\n  cursor: unset;\n}\n\n\n<\/style>\n\n\t\t\t<div id=\"uc_post_grid_elementor_e9a90dd\" class=\"uc_post_grid_style_one \"  >\n      <div class=\"view-switcher\">\n      <div class=\"view-switcher-button\">\n        <div class=\"view-switcher-icon view-switcher-grid-icon ue-hidden\"><i class='fas fa-border-all'><\/i><\/div>\n      <\/div>\n      <div class=\"view-switcher-button\">\n        <div class=\"view-switcher-icon view-switcher-list-icon\"><i class='fas fa-list'><\/i><\/div>\n      <\/div>\n    <\/div>\n  \t\n  <div class=\"uc_post_grid_style_one_wrap ue_post_grid uc-items-wrapper ue-woo-grid\">\n    \n\n\n\n\n<div id=\"uc_post_grid_elementor_e9a90dd_item1\" class=\"uc_post_grid_style_one_item ue_post_grid_item ue-item \">\n  \n      <a class=\"uc_post_grid_style_one_image \" href='https:\/\/indus.srru.ac.th\/?p=2369' target=\"_self\">\n     <div class=\"uc_post_image\">\n       <img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/104.jpg\"  src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/104.jpg\" alt=\"104\" width=\"1080\" height=\"1080\">\n       <div class=\"uc_post_image_overlay\"><\/div>\n     <\/div>\n    <\/a>\n   \n  <div class=\"uc_content\">\n    <div class=\"uc_content_inner\">\n      <div class=\"uc_content-info-wrapper\" >\n                \n                            \n        <div class=\"uc_post_title\"><a class=\"\" href='https:\/\/indus.srru.ac.th\/?p=2369' target=\"_self\"><div class=\"ue_p_title\">\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22\u0e23\u0e32\u0e0a\u0e20\u0e31\u0e0f\u0e2a\u0e38\u0e23\u0e34\u0e19\u0e17\u0e23\u0e4c \u0e44\u0e14\u0e49\u0e08\u0e31\u0e14\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e1a\u0e23\u0e21\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e41\u0e25\u0e30\u0e17\u0e31\u0e01\u0e29\u0e30\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e17\u0e33\u0e1c\u0e25\u0e07\u0e32\u0e19\u0e17\u0e32\u0e07\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23 \u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e17\u0e35\u0e48 2<\/div><\/a><\/div>\t\n                 \n          <div class=\"ue-meta-data\">\n            \n                \t    \n                \n        \n\t\n                \n                \n                \n                \n    \t\t\t\n      \n            \n  <\/div>\t\n        \t<div class=\"uc_post_text\">\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21...<\/div>\n     \n                   \n                         \n                                              \n      <\/div>                      \n            <div class=\"uc_post_button\">\n        \n        <a class=\"uc_more_btn \" target=\"_blank\" href='https:\/\/indus.srru.ac.th\/?p=2369'>\n          <div class=\"uc_btn_inner\">\n            <div class=\"uc_btn_txt\">\u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21<\/div>\n                      <\/div>\n      \t<\/a>\n        \n                \n      <\/div>                           \n \t<\/div>  <\/div>      \n        \n<\/div>\n\n\n\n\n\n<div id=\"uc_post_grid_elementor_e9a90dd_item2\" class=\"uc_post_grid_style_one_item ue_post_grid_item ue-item \">\n  \n      <a class=\"uc_post_grid_style_one_image \" href='https:\/\/indus.srru.ac.th\/?p=2360' target=\"_self\">\n     <div class=\"uc_post_image\">\n       <img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/97.jpg\"  src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/97.jpg\" alt=\"97\" width=\"1080\" height=\"1080\">\n       <div class=\"uc_post_image_overlay\"><\/div>\n     <\/div>\n    <\/a>\n   \n  <div class=\"uc_content\">\n    <div class=\"uc_content_inner\">\n      <div class=\"uc_content-info-wrapper\" >\n                \n                            \n        <div class=\"uc_post_title\"><a class=\"\" href='https:\/\/indus.srru.ac.th\/?p=2360' target=\"_self\"><div class=\"ue_p_title\">\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e1e\u0e34\u0e08\u0e32\u0e23\u0e13\u0e32\u0e17\u0e38\u0e19\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 \u201c\u0e1e\u0e25\u0e2d\u0e22\u0e2d\u0e34\u0e19\u0e17\u0e19\u0e34\u0e25\u201d \u0e2a\u0e48\u0e27\u0e19\u0e25\u0e14\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 50% \u0e1b\u0e23\u0e30\u0e08\u0e33\u0e1b\u0e35\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 2569<\/div><\/a><\/div>\t\n                 \n          <div class=\"ue-meta-data\">\n            \n                \t    \n                \n        \n\t\n                \n                \n                \n                \n    \t\t\t\n      \n            \n  <\/div>\t\n        \t<div class=\"uc_post_text\">\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21...<\/div>\n     \n                   \n                         \n                                              \n      <\/div>                      \n            <div class=\"uc_post_button\">\n        \n        <a class=\"uc_more_btn \" target=\"_blank\" href='https:\/\/indus.srru.ac.th\/?p=2360'>\n          <div class=\"uc_btn_inner\">\n            <div class=\"uc_btn_txt\">\u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21<\/div>\n                      <\/div>\n      \t<\/a>\n        \n                \n      <\/div>                           \n \t<\/div>  <\/div>      \n        \n<\/div>\n\n\n\n\n\n<div id=\"uc_post_grid_elementor_e9a90dd_item3\" class=\"uc_post_grid_style_one_item ue_post_grid_item ue-item \">\n  \n      <a class=\"uc_post_grid_style_one_image \" href='https:\/\/indus.srru.ac.th\/?p=2349' target=\"_self\">\n     <div class=\"uc_post_image\">\n       <img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96.jpg\"  src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96.jpg\" alt=\"96\" width=\"2048\" height=\"1365\">\n       <div class=\"uc_post_image_overlay\"><\/div>\n     <\/div>\n    <\/a>\n   \n  <div class=\"uc_content\">\n    <div class=\"uc_content_inner\">\n      <div class=\"uc_content-info-wrapper\" >\n                \n                            \n        <div class=\"uc_post_title\"><a class=\"\" href='https:\/\/indus.srru.ac.th\/?p=2349' target=\"_self\"><div class=\"ue_p_title\">\u0e02\u0e2d\u0e41\u0e2a\u0e14\u0e07\u0e04\u0e27\u0e32\u0e21\u0e22\u0e34\u0e19\u0e14\u0e35\u0e01\u0e31\u0e1a\u0e17\u0e35\u0e21\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e2a\u0e31\u0e07\u0e04\u0e21 \"ITECH \u0e1b\u0e23\u0e30\u0e2a\u0e32\u0e19\u0e27\u0e34\u0e28\u0e27\u0e4c\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\" \u0e04\u0e27\u0e49\u0e32\u0e23\u0e32\u0e07\u0e27\u0e31\u0e25\u0e0a\u0e19\u0e30\u0e40\u0e25\u0e34\u0e28\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22<\/div><\/a><\/div>\t\n                 \n          <div class=\"ue-meta-data\">\n            \n                \t    \n                \n        \n\t\n                \n                \n                \n                \n    \t\t\t\n      \n            \n  <\/div>\t\n        \t<div class=\"uc_post_text\">\u0e02\u0e2d\u0e41\u0e2a\u0e14\u0e07\u0e04\u0e27\u0e32\u0e21\u0e22\u0e34\u0e19\u0e14\u0e35\u0e01\u0e31\u0e1a\u0e17\u0e35\u0e21\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e2a\u0e31\u0e07\u0e04\u0e21...<\/div>\n     \n                   \n                         \n                                              \n      <\/div>                      \n            <div class=\"uc_post_button\">\n        \n        <a class=\"uc_more_btn \" target=\"_blank\" href='https:\/\/indus.srru.ac.th\/?p=2349'>\n          <div class=\"uc_btn_inner\">\n            <div class=\"uc_btn_txt\">\u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21<\/div>\n                      <\/div>\n      \t<\/a>\n        \n                \n      <\/div>                           \n \t<\/div>  <\/div>      \n        \n<\/div>\n\n\n\n\n\n<div id=\"uc_post_grid_elementor_e9a90dd_item4\" class=\"uc_post_grid_style_one_item ue_post_grid_item ue-item \">\n  \n      <a class=\"uc_post_grid_style_one_image \" href='https:\/\/indus.srru.ac.th\/?p=2342' target=\"_self\">\n     <div class=\"uc_post_image\">\n       <img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/91.jpg\"  src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/91.jpg\" alt=\"91\" width=\"1080\" height=\"1080\">\n       <div class=\"uc_post_image_overlay\"><\/div>\n     <\/div>\n    <\/a>\n   \n  <div class=\"uc_content\">\n    <div class=\"uc_content_inner\">\n      <div class=\"uc_content-info-wrapper\" >\n                \n                            \n        <div class=\"uc_post_title\"><a class=\"\" href='https:\/\/indus.srru.ac.th\/?p=2342' target=\"_self\"><div class=\"ue_p_title\">\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e08\u0e31\u0e14\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e1a\u0e23\u0e21\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e01\u0e32\u0e23 \"\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e40\u0e21\u0e34\u0e19\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e43\u0e2b\u0e49\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07\u0e01\u0e31\u0e1a\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\" \u0e22\u0e01\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e19<\/div><\/a><\/div>\t\n                 \n          <div class=\"ue-meta-data\">\n            \n                \t    \n                \n        \n\t\n                \n                \n                \n                \n    \t\t\t\n      \n            \n  <\/div>\t\n        \t<div class=\"uc_post_text\">\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21...<\/div>\n     \n                   \n                         \n                                              \n      <\/div>                      \n            <div class=\"uc_post_button\">\n        \n        <a class=\"uc_more_btn \" target=\"_blank\" href='https:\/\/indus.srru.ac.th\/?p=2342'>\n          <div class=\"uc_btn_inner\">\n            <div class=\"uc_btn_txt\">\u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21<\/div>\n                      <\/div>\n      \t<\/a>\n        \n                \n      <\/div>                           \n \t<\/div>  <\/div>      \n        \n<\/div>\n\n\n\n\n\n<div id=\"uc_post_grid_elementor_e9a90dd_item5\" class=\"uc_post_grid_style_one_item ue_post_grid_item ue-item \">\n  \n      <a class=\"uc_post_grid_style_one_image \" href='https:\/\/indus.srru.ac.th\/?p=2336' target=\"_self\">\n     <div class=\"uc_post_image\">\n       <img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/87.jpg\"  src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/87.jpg\" alt=\"87\" width=\"1080\" height=\"1080\">\n       <div class=\"uc_post_image_overlay\"><\/div>\n     <\/div>\n    <\/a>\n   \n  <div class=\"uc_content\">\n    <div class=\"uc_content_inner\">\n      <div class=\"uc_content-info-wrapper\" >\n                \n                            \n        <div class=\"uc_post_title\"><a class=\"\" href='https:\/\/indus.srru.ac.th\/?p=2336' target=\"_self\"><div class=\"ue_p_title\">\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e08\u0e31\u0e14\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e1a\u0e23\u0e21\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e01\u0e32\u0e23 \u0e1e\u0e31\u0e12\u0e19\u0e32\u0e28\u0e31\u0e01\u0e22\u0e20\u0e32\u0e1e\u0e19\u0e31\u0e01\u0e28\u0e36\u0e01\u0e29\u0e32\u0e14\u0e49\u0e27\u0e22\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e2a\u0e31\u0e07\u0e04\u0e21 \u0e1b\u0e23\u0e30\u0e08\u0e33\u0e1b\u0e35\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 2569<\/div><\/a><\/div>\t\n                 \n          <div class=\"ue-meta-data\">\n            \n                \t    \n                \n        \n\t\n                \n                \n                \n                \n    \t\t\t\n      \n            \n  <\/div>\t\n        \t<div class=\"uc_post_text\">\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21...<\/div>\n     \n                   \n                         \n                                              \n      <\/div>                      \n            <div class=\"uc_post_button\">\n        \n        <a class=\"uc_more_btn \" target=\"_blank\" href='https:\/\/indus.srru.ac.th\/?p=2336'>\n          <div class=\"uc_btn_inner\">\n            <div class=\"uc_btn_txt\">\u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21<\/div>\n                      <\/div>\n      \t<\/a>\n        \n                \n      <\/div>                           \n \t<\/div>  <\/div>      \n        \n<\/div>\n\n\n\n\n\n<div id=\"uc_post_grid_elementor_e9a90dd_item6\" class=\"uc_post_grid_style_one_item ue_post_grid_item ue-item \">\n  \n      <a class=\"uc_post_grid_style_one_image \" href='https:\/\/indus.srru.ac.th\/?p=2329' target=\"_self\">\n     <div class=\"uc_post_image\">\n       <img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/82.jpg\"  src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/82.jpg\" alt=\"82\" width=\"1672\" height=\"941\">\n       <div class=\"uc_post_image_overlay\"><\/div>\n     <\/div>\n    <\/a>\n   \n  <div class=\"uc_content\">\n    <div class=\"uc_content_inner\">\n      <div class=\"uc_content-info-wrapper\" >\n                \n                            \n        <div class=\"uc_post_title\"><a class=\"\" href='https:\/\/indus.srru.ac.th\/?p=2329' target=\"_self\"><div class=\"ue_p_title\">\u0e2a\u0e32\u0e02\u0e32\u0e27\u0e34\u0e0a\u0e32\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e04\u0e2d\u0e21\u0e1e\u0e34\u0e27\u0e40\u0e15\u0e2d\u0e23\u0e4c \u0e08\u0e31\u0e14\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e20\u0e32\u0e22\u0e43\u0e15\u0e49\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e01\u0e32\u0e23\u0e40\u0e2a\u0e23\u0e34\u0e21\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e28\u0e31\u0e01\u0e22\u0e20\u0e32\u0e1e\u0e19\u0e31\u0e01\u0e28\u0e36\u0e01\u0e29\u0e32\u0e41\u0e25\u0e30\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e1a\u0e38\u0e04\u0e25\u0e32\u0e01\u0e23 \u0e2a\u0e32\u0e02\u0e32\u0e27\u0e34\u0e0a\u0e32\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e04\u0e2d\u0e21\u0e1e\u0e34\u0e27\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e2a\u0e39\u0e48\u0e28\u0e15\u0e27\u0e23\u0e23\u0e29\u0e17\u0e35\u0e48 21 \u0e1b\u0e23\u0e30\u0e08\u0e33\u0e1b\u0e35\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 2569 \u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48 1\u20133 \u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21 2569<\/div><\/a><\/div>\t\n                 \n          <div class=\"ue-meta-data\">\n            \n                \t    \n                \n        \n\t\n                \n                \n                \n                \n    \t\t\t\n      \n            \n  <\/div>\t\n        \t<div class=\"uc_post_text\">\u0e2a\u0e32\u0e02\u0e32\u0e27\u0e34\u0e0a\u0e32\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e04\u0e2d\u0e21\u0e1e\u0e34\u0e27\u0e40\u0e15\u0e2d\u0e23\u0e4c...<\/div>\n     \n                   \n                         \n                                              \n      <\/div>                      \n            <div class=\"uc_post_button\">\n        \n        <a class=\"uc_more_btn \" target=\"_blank\" href='https:\/\/indus.srru.ac.th\/?p=2329'>\n          <div class=\"uc_btn_inner\">\n            <div class=\"uc_btn_txt\">\u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21<\/div>\n                      <\/div>\n      \t<\/a>\n        \n                \n      <\/div>                           \n \t<\/div>  <\/div>      \n        \n<\/div>\n\n  <\/div>\n<\/div>\n\n  <div id=\"uc_post_grid_elementor_e9a90dd_empty_message\" class=\"ue-no-posts-found\"  style=\"display:none\" >No posts found<\/div>\n\n\t\t\t<!-- end Post Grid -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1667da9 e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"1667da9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;bounceInDown&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a77950e e-con-full e-flex e-con e-child\" data-id=\"a77950e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-413e556 elementor-widget elementor-widget-image\" data-id=\"413e556\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"724\" src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/Journal-indus-1024x724.jpg\" class=\"attachment-large size-large wp-image-204\" alt=\"\" srcset=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/Journal-indus-980x693.jpg 980w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/Journal-indus-480x339.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b522195 e-con-full e-flex e-con e-child\" data-id=\"b522195\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dad862a elementor-widget elementor-widget-heading\" data-id=\"dad862a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0e27\u0e32\u0e23\u0e2a\u0e32\u0e23\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22\u0e23\u0e32\u0e0a\u0e20\u0e31\u0e0f\u0e2a\u0e38\u0e23\u0e34\u0e19\u0e17\u0e23\u0e4c<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-660c001 elementor-widget elementor-widget-text-editor\" data-id=\"660c001\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Industrial Technology Journal Surindra Rajabhat University<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0305dd5 elementor-widget elementor-widget-text-editor\" data-id=\"0305dd5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span class=\"inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold bg-purple-100 text-purple-700 hover:bg-purple-200 transition-colors duration-200\">ISSN 3027-6314 (Print)<\/span><span class=\"inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold bg-purple-100 text-purple-700 hover:bg-purple-200 transition-colors duration-200\">ISSN 3027-6322 (Online)<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-de32970 elementor-widget elementor-widget-text-editor\" data-id=\"de32970\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n<style>\n        .custom-journal-section {\n            font-family: 'Noto Sans Thai', sans-serif;\n        }\n\n        .custom-journal-card {\n            background: linear-gradient(145deg, #ffffff, #fcf9f5);\n            border: 1px solid rgba(198, 166, 100, 0.2);\n            border-radius: 24px;\n            box-shadow: 0 15px 35px rgba(141, 110, 99, 0.15);\n            transition: all 0.3s ease;\n            padding: 2rem;\n            position: relative;\n            overflow: hidden;\n            cursor: pointer;\n        }\n\n        .custom-journal-card:hover {\n            transform: translateY(-6px);\n            border-color: #c6a664;\n            box-shadow: 0 25px 45px rgba(141, 110, 99, 0.25);\n        }\n\n        .custom-journal-card::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, transparent, #c6a664, #ffd966, #c6a664, transparent);\n            opacity: 0.6;\n        }\n\n        .custom-book-icon {\n            width: 90px; height: 90px;\n            background: linear-gradient(145deg, #f0eae4, #e8ddd5);\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #8d6e63;\n            transition: all 0.3s ease;\n            font-size: 42px;\n        }\n\n        .custom-journal-card:hover .custom-book-icon {\n            color: #c6a664;\n            transform: scale(1.05) rotate(-3deg);\n            background: linear-gradient(145deg, #e8ddd5, #f0eae4);\n        }\n\n        .custom-badge {\n            background: linear-gradient(145deg, #8d6e63, #a1887f);\n            color: white;\n            font-size: 0.7rem;\n            padding: 0.25rem 1rem;\n            border-radius: 30px;\n            display: inline-block;\n            font-weight: 500;\n            letter-spacing: 0.3px;\n        }\n\n        .custom-info-box {\n            background: linear-gradient(145deg, #f8f5f2, #f0eae4);\n            border-left: 4px solid #c6a664;\n            border-radius: 12px;\n            padding: 0.75rem 1rem;\n            margin: 1rem 0;\n        }\n\n        .custom-link-btn {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            color: #8d6e63;\n            font-weight: 600;\n            font-size: 1rem;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            padding: 8px 20px;\n            border: 1.5px solid rgba(198,166,100,0.4);\n            border-radius: 50px;\n            background: rgba(255,255,255,0.6);\n        }\n\n        .custom-link-btn:hover {\n            color: #5d4037;\n            border-color: #c6a664;\n            background: rgba(198,166,100,0.1);\n            gap: 14px;\n        }\n\n        .custom-link-btn .arrow {\n            transition: transform 0.3s ease;\n        }\n\n        .custom-link-btn:hover .arrow {\n            transform: translateX(5px);\n        }\n\n        .custom-footer-note {\n            color: #a1887f;\n            font-size: 0.9rem;\n            text-align: center;\n            margin-top: 1.5rem;\n            padding: 0.6rem 1rem;\n            background: rgba(255,255,255,0.5);\n            border-radius: 50px;\n            backdrop-filter: blur(5px);\n        }\n\n        .custom-footer-note a {\n            color: #8d6e63;\n            text-decoration: none;\n            font-weight: 500;\n            transition: color 0.2s;\n        }\n\n        .custom-footer-note a:hover {\n            color: #c6a664;\n            text-decoration: underline;\n        }\n\n        @media (max-width: 768px) {\n            .custom-journal-card { padding: 1.5rem; }\n            .custom-book-icon { width: 70px; height: 70px; font-size: 32px; }\n        }\n<\/style>\n\n<!-- container \u0e2b\u0e25\u0e31\u0e01 -->\n<div class=\"custom-journal-section max-w-4xl mx-auto px-4 py-8\">\n\n    <!-- Card \u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e04\u0e25\u0e34\u0e01\u0e44\u0e14\u0e49 -->\n    <a href=\"https:\/\/ph02.tci-thaijo.org\/index.php\/journalindus\"\n       target=\"_blank\" rel=\"noopener noreferrer\"\n       style=\"text-decoration: none; display: block;\">\n\n        <div class=\"custom-journal-card\">\n            <div class=\"flex flex-col md:flex-row items-center gap-6 md:gap-8\">\n\n                <!-- \u0e44\u0e2d\u0e04\u0e2d\u0e19\u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d -->\n                <div class=\"custom-book-icon flex-shrink-0\">\ud83d\udcd6<\/div>\n\n                <!-- \u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32 -->\n                <div class=\"flex-1 text-center md:text-left\">\n\n                    <!-- Badges -->\n                    <div class=\"flex flex-wrap gap-2 justify-center md:justify-start mb-3\">\n                        <span class=\"custom-badge\">TCI \u0e10\u0e32\u0e19\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25<\/span>\n                        <span class=\"custom-badge\">ISSN 3027-6322<\/span>\n                        <span class=\"custom-badge\">\u0e23\u0e32\u0e22 6 \u0e40\u0e14\u0e37\u0e2d\u0e19<\/span>\n                    <\/div>\n\n                    <!-- \u0e0a\u0e37\u0e48\u0e2d\u0e27\u0e32\u0e23\u0e2a\u0e32\u0e23 -->\n                    <h3 class=\"text-2xl md:text-3xl font-bold text-[#5d4037] mb-2\">\n                        \u0e27\u0e32\u0e23\u0e2a\u0e32\u0e23\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\n                    <\/h3>\n\n                    <!-- \u0e40\u0e08\u0e49\u0e32\u0e02\u0e2d\u0e07 -->\n                    <p class=\"text-[#8d6e63] text-base mb-3\">\n                        \u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22\u0e23\u0e32\u0e0a\u0e20\u0e31\u0e0f\u0e2a\u0e38\u0e23\u0e34\u0e19\u0e17\u0e23\u0e4c\n                    <\/p>\n\n                    <!-- \u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e09\u0e1a\u0e31\u0e1a\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19 -->\n                    <div class=\"custom-info-box\">\n                        <div class=\"flex flex-wrap items-center justify-center md:justify-start gap-4 text-sm text-[#5d4037]\">\n                            <span>\ud83d\udcc5 \u0e1b\u0e35\u0e17\u0e35\u0e48 10 \u0e09\u0e1a\u0e31\u0e1a\u0e17\u0e35\u0e48 2 (2025)<\/span>\n                            <span>\ud83d\uddd3 \u0e21.\u0e04.-\u0e21\u0e34.\u0e22. \/ \u0e01.\u0e04.-\u0e18.\u0e04.<\/span>\n                        <\/div>\n                    <\/div>\n\n                    <!-- \u0e1b\u0e38\u0e48\u0e21\u0e25\u0e34\u0e07\u0e01\u0e4c -->\n                    <div class=\"flex justify-center md:justify-start mt-3\">\n                        <span class=\"custom-link-btn\">\n                            \u0e44\u0e1b\u0e22\u0e31\u0e07\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c\u0e27\u0e32\u0e23\u0e2a\u0e32\u0e23\n                            <span class=\"arrow\">\u2192<\/span>\n                        <\/span>\n                    <\/div>\n\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/a>\n\n    <!-- \u0e2b\u0e21\u0e32\u0e22\u0e17\u0e49\u0e32\u0e22 \u0e40\u0e1b\u0e34\u0e14\u0e23\u0e31\u0e1a\u0e1a\u0e17\u0e04\u0e27\u0e32\u0e21 -->\n    <div class=\"custom-footer-note\">\n        \u0e40\u0e1b\u0e34\u0e14\u0e23\u0e31\u0e1a\u0e1a\u0e17\u0e04\u0e27\u0e32\u0e21\u0e27\u0e34\u0e08\u0e31\u0e22\u0e41\u0e25\u0e30\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23 \u0e16\u0e36\u0e07 15 \u0e40\u0e21.\u0e22. 2569 |\n        <a href=\"mailto:indusjournal@srru.ac.th\">indusjournal@srru.ac.th<\/a>\n    <\/div>\n\n<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2c31222 e-flex e-con-boxed e-con e-parent\" data-id=\"2c31222\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-57258ac e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"57258ac\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;zoomIn&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0d74212 elementor-widget elementor-widget-heading\" data-id=\"0d74212\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0e04\u0e25\u0e31\u0e07\u0e20\u0e32\u0e1e\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-71e9f5c elementor-widget elementor-widget-heading\" data-id=\"71e9f5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">faculty of industrial technology<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f7c8458 elementor-widget elementor-widget-text-editor\" data-id=\"f7c8458\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>\u0e23\u0e27\u0e1a\u0e23\u0e27\u0e21\u0e20\u0e32\u0e1e\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21 \u0e1c\u0e25\u0e07\u0e32\u0e19 \u0e41\u0e25\u0e30\u0e1a\u0e23\u0e23\u0e22\u0e32\u0e01\u0e32\u0e28\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e02\u0e2d\u0e07\u0e19\u0e31\u0e01\u0e28\u0e36\u0e01\u0e29\u0e32\u0e41\u0e25\u0e30\u0e04\u0e13\u0e32\u0e08\u0e32\u0e23\u0e22\u0e4c \u0e17\u0e35\u0e48\u0e2a\u0e30\u0e17\u0e49\u0e2d\u0e19\u0e15\u0e31\u0e27\u0e15\u0e19\u0e41\u0e25\u0e30\u0e28\u0e31\u0e01\u0e22\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e41\u0e15\u0e48\u0e25\u0e30\u0e2a\u0e32\u0e02\u0e32\u0e27\u0e34\u0e0a\u0e32<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13b9e5b elementor-align-left elementor-widget elementor-widget-button\" data-id=\"13b9e5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.facebook.com\/NewIndusSRRU\/photos\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-angle-right\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\u0e14\u0e39\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9819006 e-con-full e-flex e-con e-child\" data-id=\"9819006\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-540a5b6 elementor-widget elementor-widget-gallery\" data-id=\"540a5b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;gallery_layout&quot;:&quot;justified&quot;,&quot;ideal_row_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:149,&quot;sizes&quot;:[]},&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:7,&quot;sizes&quot;:[]},&quot;lazyload&quot;:&quot;yes&quot;,&quot;ideal_row_height_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:150,&quot;sizes&quot;:[]},&quot;ideal_row_height_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:150,&quot;sizes&quot;:[]},&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;link_to&quot;:&quot;file&quot;,&quot;overlay_background&quot;:&quot;yes&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;}\" data-widget_type=\"gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-gallery__container\">\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/29.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"540a5b6\" data-elementor-lightbox-title=\"29\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjI1MiwidXJsIjoiaHR0cHM6XC9cL2luZHVzLnNycnUuYWMudGhcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC8yOS5qcGciLCJzbGlkZXNob3ciOiI1NDBhNWI2In0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/29-300x169.jpg\" data-width=\"300\" data-height=\"169\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/70.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"540a5b6\" data-elementor-lightbox-title=\"70\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjM1NiwidXJsIjoiaHR0cHM6XC9cL2luZHVzLnNycnUuYWMudGhcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC83MC5qcGciLCJzbGlkZXNob3ciOiI1NDBhNWI2In0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/70-300x169.jpg\" data-width=\"300\" data-height=\"169\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"540a5b6\" data-elementor-lightbox-title=\"96\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjM1MCwidXJsIjoiaHR0cHM6XC9cL2luZHVzLnNycnUuYWMudGhcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC85Ni5qcGciLCJzbGlkZXNob3ciOiI1NDBhNWI2In0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96-300x200.jpg\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4329065 e-flex e-con-boxed e-con e-parent\" data-id=\"4329065\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-662ec0b elementor-widget elementor-widget-shortcode\" data-id=\"662ec0b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"powr-social-feed\" id=\"c58d9ac3_1646040883\"><\/div><script src=\"https:\/\/www.powr.io\/powr.js?platform=html\"><\/script><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u00b7 \u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22\u0e23\u0e32\u0e0a\u0e20\u0e31\u0e0f\u0e2a\u0e38\u0e23\u0e34\u0e19\u0e17\u0e23\u0e4c \u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e17\u0e35\u0e48\u0e40\u0e1b\u0e34\u0e14\u0e2a\u0e2d\u0e19 Programs Offered \u0e08\u0e2d\u0e07\u0e23\u0e32\u0e22\u0e27\u0e34\u0e0a\u0e32 Course Registration \u0e2a\u0e21\u0e31\u0e04\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19 Apply for Admission \u0e1b\u0e0f\u0e34\u0e17\u0e34\u0e19\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23 Academic Calendar \u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22\u0e23\u0e32\u0e0a\u0e20\u0e31\u0e0f\u0e2a\u0e38\u0e23\u0e34\u0e19\u0e17\u0e23\u0e4c \u0e44\u0e14\u0e49\u0e08\u0e31\u0e14\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e1a\u0e23\u0e21\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e41\u0e25\u0e30\u0e17\u0e31\u0e01\u0e29\u0e30\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e17\u0e33\u0e1c\u0e25\u0e07\u0e32\u0e19\u0e17\u0e32\u0e07\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23 \u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e17\u0e35\u0e48 2 Read More \u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e1e\u0e34\u0e08\u0e32\u0e23\u0e13\u0e32\u0e17\u0e38\u0e19\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 \u201c\u0e1e\u0e25\u0e2d\u0e22\u0e2d\u0e34\u0e19\u0e17\u0e19\u0e34\u0e25\u201d \u0e2a\u0e48\u0e27\u0e19\u0e25\u0e14\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 50% \u0e1b\u0e23\u0e30\u0e08\u0e33\u0e1b\u0e35\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 2569 Read More \u0e02\u0e2d\u0e41\u0e2a\u0e14\u0e07\u0e04\u0e27\u0e32\u0e21\u0e22\u0e34\u0e19\u0e14\u0e35\u0e01\u0e31\u0e1a\u0e17\u0e35\u0e21\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e2a\u0e31\u0e07\u0e04\u0e21 &#8220;ITECH \u0e1b\u0e23\u0e30\u0e2a\u0e32\u0e19\u0e27\u0e34\u0e28\u0e27\u0e4c\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35&#8221; \u0e04\u0e27\u0e49\u0e32\u0e23\u0e32\u0e07\u0e27\u0e31\u0e25\u0e0a\u0e19\u0e30\u0e40\u0e25\u0e34\u0e28\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22 Read More \u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e08\u0e31\u0e14\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e1a\u0e23\u0e21\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e01\u0e32\u0e23 &#8220;\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e40\u0e21\u0e34\u0e19\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e43\u0e2b\u0e49\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07\u0e01\u0e31\u0e1a\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23&#8221; \u0e22\u0e01\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e19 Read More \u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e08\u0e31\u0e14\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e1a\u0e23\u0e21\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e01\u0e32\u0e23 \u0e1e\u0e31\u0e12\u0e19\u0e32\u0e28\u0e31\u0e01\u0e22\u0e20\u0e32\u0e1e\u0e19\u0e31\u0e01\u0e28\u0e36\u0e01\u0e29\u0e32\u0e14\u0e49\u0e27\u0e22\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e2a\u0e31\u0e07\u0e04\u0e21 \u0e1b\u0e23\u0e30\u0e08\u0e33\u0e1b\u0e35\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 2569 Read More \u0e2a\u0e32\u0e02\u0e32\u0e27\u0e34\u0e0a\u0e32\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e04\u0e2d\u0e21\u0e1e\u0e34\u0e27\u0e40\u0e15\u0e2d\u0e23\u0e4c \u0e08\u0e31\u0e14\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e20\u0e32\u0e22\u0e43\u0e15\u0e49\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e01\u0e32\u0e23\u0e40\u0e2a\u0e23\u0e34\u0e21\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e28\u0e31\u0e01\u0e22\u0e20\u0e32\u0e1e\u0e19\u0e31\u0e01\u0e28\u0e36\u0e01\u0e29\u0e32\u0e41\u0e25\u0e30\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e1a\u0e38\u0e04\u0e25\u0e32\u0e01\u0e23 \u0e2a\u0e32\u0e02\u0e32\u0e27\u0e34\u0e0a\u0e32\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e04\u0e2d\u0e21\u0e1e\u0e34\u0e27\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e2a\u0e39\u0e48\u0e28\u0e15\u0e27\u0e23\u0e23\u0e29\u0e17\u0e35\u0e48 21 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"<img width=\"960\" height=\"365\" src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/06\/720495740_958210947277791_581446354103628333_n.png\" alt=\"\" srcset=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/06\/720495740_958210947277791_581446354103628333_n.png 960w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/06\/720495740_958210947277791_581446354103628333_n-300x114.png 300w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/06\/720495740_958210947277791_581446354103628333_n-768x292.png 768w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/06\/720495740_958210947277791_581446354103628333_n-480x183.png 480w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- \u2705 Elementor HTML Widget - \u0e27\u0e32\u0e07\u0e44\u0e14\u0e49\u0e40\u0e25\u0e22 \u0e44\u0e21\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e41\u0e01\u0e49\u0e2d\u0e30\u0e44\u0e23 -->\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+Thai:wght@400;500;600;700&display=swap');\n.srru-wrap {\n    font-family: 'Noto Sans Thai', sans-serif;\n    background: linear-gradient(135deg, #2d0a5e 0%, #4a1080 30%, #6b21a8 65%, #7c3aed 100%);\n    border-radius: 16px;\n    box-shadow: 0 10px 32px rgba(74,16,128,0.35);\n    overflow: hidden;\n    border: none;\n    width: 100%;\n}\n.srru-head {\n    background: rgba(0,0,0,0.22);\n    padding: 9px 18px;\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    overflow: hidden;\n    border-bottom: 1px solid rgba(255,255,255,0.12);\n}\n.srru-head span {\n    color: rgba(255,255,255,0.90);\n    font-size: 0.75rem;\n    font-weight: 500;\n    white-space: nowrap;\n    overflow: hidden;\n    text-overflow: ellipsis;\n}\n.srru-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }\n.srru-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n}\n.srru-btn {\n    position: relative;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    padding: 22px 10px 18px;\n    text-decoration: none !important;\n    color: #fff !important;\n    border-right: 1px solid rgba(255,255,255,0.12);\n    background: transparent;\n    transition: background 0.3s ease, transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease;\n    overflow: hidden;\n}\n.srru-btn:last-child { border-right: none; }\n.srru-btn:hover {\n    background: rgba(255,255,255,0.10) !important;\n    color: #fff !important;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 20px rgba(0,0,0,0.18);\n}\n.srru-btn::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 3px;\n    border-radius: 3px 3px 0 0;\n    background: #f59e0b;\n    transform: scaleX(0);\n    transition: transform 0.25s ease;\n}\n.srru-btn:hover::after { transform: scaleX(1); }\n.srru-ico {\n    width: 50px; height: 50px;\n    border-radius: 14px;\n    display: flex; align-items: center; justify-content: center;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    flex-shrink: 0;\n    background: rgba(255,255,255,0.13);\n    color: #fde68a;\n}\n.srru-btn:hover .srru-ico {\n    transform: scale(1.12) rotate(-5deg);\n    box-shadow: 0 6px 20px rgba(0,0,0,0.22);\n    background: rgba(245,158,11,0.25);\n    color: #fde68a;\n}\n.srru-ico svg { width: 22px; height: 22px; }\n.srru-lbl { font-size: 0.83rem; font-weight: 700; text-align: center; color: #fff; line-height: 1.35; transition: color 0.2s; }\n.srru-btn:hover .srru-lbl { color: #fde68a; }\n.srru-sub { font-size: 0.66rem; color: rgba(255,255,255,0.55); text-align: center; margin-top: -4px; }\n.srru-ext { position: absolute; top: 9px; right: 9px; opacity: 0; transition: opacity 0.2s; color: rgba(255,255,255,0.6); }\n.srru-ext svg { width: 13px; height: 13px; }\n.srru-btn:hover .srru-ext { opacity: 1; }\n@media (max-width: 580px) {\n    .srru-grid { grid-template-columns: repeat(2, 1fr); }\n    .srru-btn { border-bottom: 1px solid rgba(255,255,255,0.12); padding: 18px 8px 14px; }\n    .srru-btn:nth-child(2n) { border-right: none; }\n    .srru-btn:nth-last-child(-n+2) { border-bottom: none; }\n}\n<\/style>\n        \u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u00b7 \u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22\u0e23\u0e32\u0e0a\u0e20\u0e31\u0e0f\u0e2a\u0e38\u0e23\u0e34\u0e19\u0e17\u0e23\u0e4c\n        <!-- 1 -->\n        <a href=\"https:\/\/indus.srru.ac.th\/?page_id=155\" target=\"_blank\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"\/><polyline points=\"15 3 21 3 21 9\"\/><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"\/><\/svg>\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"3\" width=\"7\" height=\"7\"\/><rect x=\"14\" y=\"3\" width=\"7\" height=\"7\"\/><rect x=\"3\" y=\"14\" width=\"7\" height=\"7\"\/><rect x=\"14\" y=\"14\" width=\"7\" height=\"7\"\/><\/svg>\n            \u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e17\u0e35\u0e48\u0e40\u0e1b\u0e34\u0e14\u0e2a\u0e2d\u0e19\n            Programs Offered\n        <\/a>\n        <!-- 2 -->\n        <a href=\"https:\/\/reg1.srru.ac.th\/login.aspx\" target=\"_blank\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"\/><polyline points=\"15 3 21 3 21 9\"\/><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"\/><\/svg>\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\"\/><path d=\"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z\"\/><\/svg>\n            \u0e08\u0e2d\u0e07\u0e23\u0e32\u0e22\u0e27\u0e34\u0e0a\u0e32\n            Course Registration\n        <\/a>\n        <!-- 3 -->\n        <a href=\"https:\/\/new.srru.ac.th\/\" target=\"_blank\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"\/><polyline points=\"15 3 21 3 21 9\"\/><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"\/><\/svg>\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><line x1=\"19\" y1=\"8\" x2=\"19\" y2=\"14\"\/><line x1=\"22\" y1=\"11\" x2=\"16\" y2=\"11\"\/><\/svg>\n            \u0e2a\u0e21\u0e31\u0e04\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19\n            Apply for Admission\n        <\/a>\n        <!-- 4 -->\n        <a href=\"https:\/\/acad.srru.ac.th\/?page_id=1148\" target=\"_blank\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"\/><polyline points=\"15 3 21 3 21 9\"\/><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"\/><\/svg>\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\/><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\/><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\/><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\/><\/svg>\n            \u0e1b\u0e0f\u0e34\u0e17\u0e34\u0e19\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23\n            Academic Calendar\n        <\/a>\n\t\t\t\t\t<!-- start Post Slider -->\n\t\t<link id='font-awesome-css' href='https:\/\/indus.srru.ac.th\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/font-awesome5\/css\/fontawesome-all.min.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='font-awesome-4-shim-css' href='https:\/\/indus.srru.ac.th\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/font-awesome5\/css\/fontawesome-v4-shims.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='owl-carousel-css' href='https:\/\/indus.srru.ac.th\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/owl-carousel-new\/assets\/owl.carousel.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='uc_ac_assets_file_animate_css_77907-css' href='https:\/\/indus.srru.ac.th\/wp-content\/uploads\/ac_assets\/uc_fixed_box_postslider\/animate.css' type='text\/css' rel='stylesheet' >\n\t\t\t<style type=\"text\/css\">\/* widget: Post Slider *\/\n#uc_post_slider_elementor_84a522b *{\n\tbox-sizing: border-box;\n}\n#widget-wrapper-uc_post_slider_elementor_84a522b{\n    min-height:1px;\n}\n#uc_post_slider_elementor_84a522b{\n  min-height:1px;\n}\n#uc_post_slider_elementor_84a522b .ue_post_slider_overlay{\n  position:absolute;\n  top:0;\n  bottom:0;\n  left:0;\n  right:0;\n}\n#uc_post_slider_elementor_84a522b  .uc_fbps_slide{\n\tbackground-repeat:no-repeat;\n\tbackground-position:center center;\n    display:flex;\n    align-items:flex-end;\n    justify-content:center;\n    background-blend-mode: normal;\n    overflow:hidden;\n\t}\t\n#uc_post_slider_elementor_84a522b .uc_fbps_slide .uc_fbps_content{\t\n\tposition:relative;\n}\n.ue-post-slider-containeruc_post_slider_elementor_84a522b {\n  \ttext-align: center;\n  \tcolor: ;\n}\n#uc_post_slider_elementor_84a522b .uc_more_btn{\n  display:inline-block;\n  text-decoration:none;\n}\n#uc_post_slider_elementor_84a522b .owl-nav .owl-prev{\n    position:absolute;\n    left:0px;\n    display:inline-block;\n    text-align:center;\n    transition:1s;\n}\n#uc_post_slider_elementor_84a522b .owl-nav .owl-next{\n  position:absolute;\n    right:0px;\n  display:inline-block;\n  text-align:center;\n  transition:1s;\n}\n#uc_post_slider_elementor_84a522b .owl-dots {\n  overflow:hidden;\n  display:true !important;\n  text-align:center;\n  position: relative;\n}\n#uc_post_slider_elementor_84a522b .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n.uc_fbps_container_title{\n  font-size:24px;\n}\n.uc_fbps_container_meta{\n  font-size:12px;\n}\n#uc_post_slider_elementor_84a522b .ue-post-terms a{\n  display:inline-block;\n}\n.uc_fbps_container a{\n  text-decoration:none;\n}\n<\/style>\n        <a href='https:\/\/indus.srru.ac.th\/?p=2349'>\u0e02\u0e2d\u0e41\u0e2a\u0e14\u0e07\u0e04\u0e27\u0e32\u0e21\u0e22\u0e34\u0e19\u0e14\u0e35\u0e01\u0e31\u0e1a\u0e17\u0e35\u0e21\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e2a\u0e31\u0e07\u0e04\u0e21 \"ITECH \u0e1b\u0e23\u0e30\u0e2a\u0e32\u0e19\u0e27\u0e34\u0e28\u0e27\u0e4c\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\" \u0e04\u0e27\u0e49\u0e32\u0e23\u0e32\u0e07\u0e27\u0e31\u0e25\u0e0a\u0e19\u0e30\u0e40\u0e25\u0e34\u0e28\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22<\/a>\n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2349\">Read More<\/a>\n        <a href='https:\/\/indus.srru.ac.th\/?p=2342'>\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e08\u0e31\u0e14\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e1a\u0e23\u0e21\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e01\u0e32\u0e23 \"\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e40\u0e21\u0e34\u0e19\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e43\u0e2b\u0e49\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07\u0e01\u0e31\u0e1a\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\" \u0e22\u0e01\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e19<\/a>\n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2342\">Read More<\/a>\n        <a href='https:\/\/indus.srru.ac.th\/?p=2336'>\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e08\u0e31\u0e14\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e1a\u0e23\u0e21\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e01\u0e32\u0e23 \u0e1e\u0e31\u0e12\u0e19\u0e32\u0e28\u0e31\u0e01\u0e22\u0e20\u0e32\u0e1e\u0e19\u0e31\u0e01\u0e28\u0e36\u0e01\u0e29\u0e32\u0e14\u0e49\u0e27\u0e22\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e2a\u0e31\u0e07\u0e04\u0e21 \u0e1b\u0e23\u0e30\u0e08\u0e33\u0e1b\u0e35\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 2569<\/a>\n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2336\">Read More<\/a>\n        <a href='https:\/\/indus.srru.ac.th\/?p=2329'>\u0e2a\u0e32\u0e02\u0e32\u0e27\u0e34\u0e0a\u0e32\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e04\u0e2d\u0e21\u0e1e\u0e34\u0e27\u0e40\u0e15\u0e2d\u0e23\u0e4c \u0e08\u0e31\u0e14\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e20\u0e32\u0e22\u0e43\u0e15\u0e49\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e01\u0e32\u0e23\u0e40\u0e2a\u0e23\u0e34\u0e21\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e28\u0e31\u0e01\u0e22\u0e20\u0e32\u0e1e\u0e19\u0e31\u0e01\u0e28\u0e36\u0e01\u0e29\u0e32\u0e41\u0e25\u0e30\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e1a\u0e38\u0e04\u0e25\u0e32\u0e01\u0e23 \u0e2a\u0e32\u0e02\u0e32\u0e27\u0e34\u0e0a\u0e32\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e04\u0e2d\u0e21\u0e1e\u0e34\u0e27\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e2a\u0e39\u0e48\u0e28\u0e15\u0e27\u0e23\u0e23\u0e29\u0e17\u0e35\u0e48 21 \u0e1b\u0e23\u0e30\u0e08\u0e33\u0e1b\u0e35\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 2569 \u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48 1\u20133 \u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21 2569<\/a>\n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2329\">Read More<\/a>\n        <a href='https:\/\/indus.srru.ac.th\/?p=2324'>\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23 AI FUTURE READY \u0e40\u0e15\u0e23\u0e35\u0e22\u0e21\u0e04\u0e27\u0e32\u0e21\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e14\u0e49\u0e32\u0e19\u0e1b\u0e31\u0e0d\u0e0d\u0e32\u0e1b\u0e23\u0e30\u0e14\u0e34\u0e29\u0e10\u0e4c\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e28\u0e36\u0e01\u0e29\u0e32\u0e41\u0e25\u0e30\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e2d\u0e01\u0e32\u0e28\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e2d\u0e32\u0e0a\u0e35\u0e1e<\/a>\n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2324\">Read More<\/a>\n        <a href='https:\/\/indus.srru.ac.th\/?p=2317'>\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e21\u0e23\u0e20.\u0e2a\u0e38\u0e23\u0e34\u0e19\u0e17\u0e23\u0e4c \u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e38\u0e21\u0e2a\u0e20\u0e32\u0e04\u0e13\u0e1a\u0e14\u0e35\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22\u0e23\u0e32\u0e0a\u0e20\u0e31\u0e0f\u0e17\u0e31\u0e48\u0e27\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28 \u0e04\u0e23\u0e31\u0e49\u0e07\u0e17\u0e35\u0e48 41<\/a>\n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2317\">Read More<\/a>\n        <a href='https:\/\/indus.srru.ac.th\/?p=2312'>\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e08\u0e31\u0e14\u0e2d\u0e1a\u0e23\u0e21\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e01\u0e32\u0e23 \u0e02\u0e31\u0e1a\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e07\u0e32\u0e19\u0e27\u0e34\u0e08\u0e31\u0e22\u0e41\u0e25\u0e30\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e34\u0e07\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e22\u0e31\u0e48\u0e07\u0e22\u0e37\u0e19<\/a>\n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2312\">Read More<\/a>\n        <a href='https:\/\/indus.srru.ac.th\/?p=2306'>\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e23\u0e48\u0e27\u0e21\u0e41\u0e25\u0e01\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e2d\u0e07\u0e04\u0e4c\u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e17\u0e32\u0e07\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23\u0e41\u0e25\u0e30\u0e08\u0e31\u0e14\u0e17\u0e33\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e04\u0e27\u0e32\u0e21\u0e23\u0e48\u0e27\u0e21\u0e21\u0e37\u0e2d (MOU) \u0e01\u0e31\u0e1a\u0e2a\u0e16\u0e32\u0e1a\u0e31\u0e19\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32\u0e08\u0e32\u0e01\u0e2a\u0e2b\u0e23\u0e31\u0e10\u0e2d\u0e40\u0e21\u0e23\u0e34\u0e01\u0e32<\/a>\n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2306\">Read More<\/a>\n        <a href='https:\/\/indus.srru.ac.th\/?p=2300'>\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e23\u0e48\u0e27\u0e21\u0e41\u0e2a\u0e14\u0e07\u0e04\u0e27\u0e32\u0e21\u0e22\u0e34\u0e19\u0e14\u0e35\u0e15\u0e49\u0e2d\u0e19\u0e23\u0e31\u0e1a \u0e19\u0e32\u0e22\u0e01\u0e40\u0e17\u0e28\u0e21\u0e19\u0e15\u0e23\u0e35\u0e15\u0e33\u0e1a\u0e25\u0e40\u0e1e\u0e35\u0e49\u0e22\u0e23\u0e32\u0e21<\/a>\n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2300\">Read More<\/a>\n        <a href='https:\/\/indus.srru.ac.th\/?p=2293'>\u0e42\u0e23\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e08\u0e2d\u0e21\u0e1e\u0e23\u0e30\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e2a\u0e23\u0e23\u0e04\u0e4c \u0e08\u0e31\u0e14\u0e04\u0e48\u0e32\u0e22\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e17\u0e31\u0e01\u0e29\u0e30 STEM \u0e13 \u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e21\u0e23\u0e20.\u0e2a\u0e38\u0e23\u0e34\u0e19\u0e17\u0e23\u0e4c<\/a>\n        <a href=\"https:\/\/indus.srru.ac.th\/?p=2293\">Read More<\/a>\n\t\t\t<!-- end Post Slider -->\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"793\" height=\"1024\" src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/153-793x1024.jpg\" alt=\"\" srcset=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/153-793x1024.jpg 793w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/153-232x300.jpg 232w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/153-768x992.jpg 768w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/153-400x516.jpg 400w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/153-980x1265.jpg 980w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/153-480x620.jpg 480w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/153.jpg 1024w\" sizes=\"(max-width: 793px) 100vw, 793px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2>\u0e1c\u0e39\u0e49\u0e0a\u0e48\u0e27\u0e22\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e32\u0e08\u0e32\u0e23\u0e22\u0e4c \u0e14\u0e23.\u0e19\u0e34\u0e28\u0e32\u0e19\u0e32\u0e16 \u0e41\u0e01\u0e49\u0e27\u0e27\u0e34\u0e19\u0e31\u0e14<\/h2>\t\t\t\t\t<h2>|| \u0e04\u0e13\u0e1a\u0e14\u0e35\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 ||<\/h2>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"1024\" height=\"683\" src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96-1024x683.jpg\" alt=\"\" srcset=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96-1024x683.jpg 1024w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96-300x200.jpg 300w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96-768x512.jpg 768w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96-1536x1024.jpg 1536w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96-1080x720.jpg 1080w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96-1280x853.jpg 1280w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96-980x653.jpg 980w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96-480x320.jpg 480w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/profile.php?id=61554070431371&#038;rdid=mnSAkWfEuab5HrKe&#038;share_url=https%3A%2F%2Fwww.facebook.com%2Fshare%2F1DJr4iZYd3%2F#\">\n\t\t\t\t\t\t\t\t\t5001\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e28\u0e34\u0e25\u0e1b\u0e4c (\u0e04.\u0e2d.\u0e1a.)\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/M3CH.SRRU\">\n\t\t\t\t\t\t\t\t\t5002\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e23\u0e21\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e01\u0e25\u0e41\u0e25\u0e30\u0e22\u0e32\u0e19\u0e22\u0e19\u0e15\u0e4c\u0e44\u0e1f\u0e1f\u0e49\u0e32 (\u0e27\u0e17.\u0e1a.)\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/yotha.s.tha.paty.mrph.surinthr\">\n\t\t\t\t\t\t\t\t\t5003\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e23\u0e21\u0e42\u0e22\u0e18\u0e32\u0e41\u0e25\u0e30\u0e2a\u0e16\u0e32\u0e1b\u0e31\u0e15\u0e22\u0e01\u0e23\u0e23\u0e21 (\u0e27\u0e17.\u0e1a.)\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a role=\"button\">\n\t\t\t\t\t\t\t\t\t5004\u0e19\u0e27\u0e31\u0e15\u0e01\u0e23\u0e23\u0e21\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a (\u0e27\u0e17.\u0e1a.)\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/computertechsrru\">\n\t\t\t\t\t\t\t\t\t5005\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e04\u0e2d\u0e21\u0e1e\u0e34\u0e27\u0e40\u0e15\u0e2d\u0e23\u0e4c (\u0e17\u0e25.\u0e1a.)\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/profile.php?id=100088509547294\">\n\t\t\t\t\t\t\t\t\t5006\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e23\u0e21\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e41\u0e25\u0e30\u0e1c\u0e25\u0e34\u0e15\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e01\u0e25 (\u0e17\u0e25.\u0e1a.)\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a role=\"button\">\n\t\t\t\t\t\t\t\t\t5007\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 (\u0e17\u0e25.\u0e1a.)\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/profile.php?id=61589988398016\">\n\t\t\t\t\t\t\t\t\t5008\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e23\u0e21\u0e44\u0e1f\u0e1f\u0e49\u0e32 (\u0e17\u0e25.\u0e1a.)\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/ENSRRU\">\n\t\t\t\t\t\t\t\t\t5009\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e23\u0e21\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e41\u0e25\u0e30\u0e42\u0e25\u0e08\u0e34\u0e2a\u0e15\u0e34\u0e01\u0e2a\u0e4c (\u0e27\u0e28.\u0e1a.)\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/sites.google.com\/view\/webphdintsrru\">\n\t\t\t\t\t\t\t\t\t\u0e1b\u0e23\u0e34\u0e0d\u0e0d\u0e32\u0e42\u0e17 \u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 (\u0e27\u0e17.\u0e21.)\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/sites.google.com\/view\/webphdintsrru\">\n\t\t\t\t\t\t\t\t\t\u0e1b\u0e23\u0e34\u0e0d\u0e0d\u0e32\u0e40\u0e2d\u0e01 \u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 (\u0e1b\u0e23.\u0e14.)\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<!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    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Kanit:wght@300;400;600;700&family=Sarabun:wght@300;400;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        .indus-section-wrapper {\n            --purple-dark: #6b21a8;\n            --purple-main: #9333ea;\n            --purple-light: #e9d5ff;\n            --purple-pale: #f5f0ff;\n            --gold: #f59e0b;\n            font-family: 'Kanit', sans-serif;\n            padding: 24px 28px;\n            margin: 10px 0;\n            display: flex;\n            flex-direction: row;\n            align-items: center;\n            justify-content: space-between;\n            background: linear-gradient(135deg, var(--purple-pale) 0%, #ffffff 100%);\n            border-radius: 16px;\n            border: 1px solid var(--purple-light);\n            box-shadow: 0 4px 20px rgba(107, 33, 168, 0.08);\n            position: relative;\n            overflow: hidden;\n            animation: slideIn 0.6s ease both;\n        }\n        \/* \u0e40\u0e2a\u0e49\u0e19\u0e15\u0e01\u0e41\u0e15\u0e48\u0e07\u0e0b\u0e49\u0e32\u0e22 *\/\n        .indus-section-wrapper::before {\n            content: '';\n            position: absolute;\n            left: 0; top: 0; bottom: 0;\n            width: 5px;\n            background: linear-gradient(180deg, var(--purple-dark), var(--purple-main));\n            border-radius: 16px 0 0 16px;\n        }\n        \/* \u0e27\u0e07\u0e01\u0e25\u0e21\u0e15\u0e01\u0e41\u0e15\u0e48\u0e07\u0e21\u0e38\u0e21\u0e02\u0e27\u0e32 *\/\n        .indus-section-wrapper::after {\n            content: '';\n            position: absolute;\n            right: -40px; top: -40px;\n            width: 120px; height: 120px;\n            border-radius: 50%;\n            background: radial-gradient(circle, rgba(147,51,234,0.08) 0%, transparent 70%);\n        }\n        .indus-left {\n            display: flex;\n            flex-direction: column;\n            gap: 6px;\n            position: relative;\n            z-index: 1;\n        }\n        .indus-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n            background: var(--purple-dark);\n            color: white;\n            font-family: 'Sarabun', sans-serif;\n            font-size: 11px;\n            font-weight: 700;\n            letter-spacing: 2px;\n            text-transform: uppercase;\n            padding: 4px 12px;\n            border-radius: 50px;\n            width: fit-content;\n            margin-bottom: 4px;\n        }\n        .indus-badge::before {\n            content: '';\n            width: 6px; height: 6px;\n            border-radius: 50%;\n            background: var(--gold);\n            animation: pulse 1.5s infinite;\n        }\n        .indus-title-main {\n            font-size: clamp(20px, 4vw, 30px);\n            font-weight: 700;\n            color: #1e1b4b;\n            margin: 0;\n            line-height: 1.3;\n            letter-spacing: -0.3px;\n        }\n        .indus-subtitle-code {\n            font-family: 'Sarabun', sans-serif;\n            font-size: 13px;\n            font-weight: 400;\n            color: #9333ea;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            margin-top: 2px;\n        }\n        .indus-subtitle-code::before {\n            content: '';\n            display: inline-block;\n            width: 20px; height: 2px;\n            background: var(--gold);\n            border-radius: 2px;\n        }\n        \/* \u0e1b\u0e38\u0e48\u0e21 \"\u0e14\u0e39\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\" \u0e14\u0e49\u0e32\u0e19\u0e02\u0e27\u0e32 *\/\n        .indus-view-all {\n            position: relative;\n            z-index: 1;\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n            background: var(--purple-dark);\n            color: white;\n            font-family: 'Kanit', sans-serif;\n            font-size: 13px;\n            font-weight: 500;\n            padding: 8px 18px;\n            border-radius: 50px;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 12px rgba(107, 33, 168, 0.25);\n            white-space: nowrap;\n        }\n        .indus-view-all:hover {\n            background: var(--purple-main);\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px rgba(107, 33, 168, 0.35);\n        }\n        .indus-view-all svg {\n            width: 14px; height: 14px;\n            transition: transform 0.3s ease;\n        }\n        .indus-view-all:hover svg {\n            transform: translateX(3px);\n        }\n        @keyframes slideIn {\n            from { opacity: 0; transform: translateY(-10px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        @keyframes pulse {\n            0%, 100% { opacity: 1; transform: scale(1); }\n            50% { opacity: 0.5; transform: scale(0.8); }\n        }\n        @media (max-width: 600px) {\n            .indus-section-wrapper {\n                flex-direction: column;\n                align-items: flex-start;\n                gap: 16px;\n                padding: 18px 20px;\n            }\n            .indus-view-all { align-self: flex-start; }\n        }\n    <\/style>\n<\/head>\n<body style=\"background:#f5f0ff; padding:30px;\">\n            INDUS-NEWS\n            <h2>\u0e02\u0e48\u0e32\u0e27\u0e2a\u0e32\u0e23\u0e08\u0e32\u0e01\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21<\/h2>\n            \u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22\u0e23\u0e32\u0e0a\u0e20\u0e31\u0e0f\u0e2a\u0e38\u0e23\u0e34\u0e19\u0e17\u0e23\u0e4c\n        <a href=\"#\">\n            \u0e14\u0e39\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M5 12h14M12 5l7 7-7 7\"\/>\n            <\/svg>\n        <\/a>\n<\/body>\n<\/html>\t\t\t\t\n\t\t\t\t\t<!-- start Post Grid -->\n\t\t\t<style type=\"text\/css\">\/* widget: Post Grid *\/\n#uc_post_grid_elementor_e9a90dd{\n  min-height: 1px;\n}\n#uc_post_grid_elementor_e9a90dd.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\n   display:grid;\n}\n#uc_post_grid_elementor_e9a90dd .uc_post_grid_style_one_item{\n  position:relative;\n}\n#uc_post_grid_elementor_e9a90dd .uc_post_image{\n  transition:0.3s;\n  position:relative;\n  overflow:hidden;\n}\n#uc_post_grid_elementor_e9a90dd .uc_post_image img{\n  width:100%;\n  display:block;\n  transition:0.3s;\n}\n#uc_post_grid_elementor_e9a90dd .uc_post_image_overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  height:100%;\n  width:100%;\n  transition:0.3s;\n}\n#uc_post_grid_elementor_e9a90dd .uc_more_btn-custom-field{\n  display:inline-block;\n  text-align:center;\n  text-decoration:none;\n  transition:0.3s;\n}\n#uc_post_grid_elementor_e9a90dd .uc_more_btn{\n  display:inline-block;\n  text-align:center;\n  text-decoration:none;\n  transition:0.3s;\n}\n.ue-grid-item-category a{\n  display:inline-block;\n  font-size:10px;\n  position: relative;\n  z-index: 1;\n}\n#uc_post_grid_elementor_e9a90dd .ue-grid-item-posttype{\n  display:inline-block;\n  position: relative;\n  z-index: 1;\n}\n.uc_post_title{\n  font-size:21px;\n}\n#uc_post_grid_elementor_e9a90dd.uc_post_grid_style_one.ue-list-view .uc_content{\n flex-grow:1;\n}\n  #uc_post_grid_elementor_e9a90dd:not(.ue-list-view) .ue_post_grid_item{\n    display:flex;\n    flex-direction:column;\n  }\n  #uc_post_grid_elementor_e9a90dd.uc_post_grid_style_one:not(.ue-list-view) .uc_content{\n   flex-grow:1;\n  }\n  #uc_post_grid_elementor_e9a90dd.uc_post_grid_style_one .uc_content > div{\n    height:100%;\n    display:flex;\n    flex-direction:column;\n    justify-content: space-between;  }\n    #uc_post_grid_elementor_e9a90dd .uc_post_button   {\n     margin-top:auto;\n   }\n\/*  for grid\/list layout switcher*\/\n\t#uc_post_grid_elementor_e9a90dd.ue-list-view .uc_post_grid_style_one_item {\n     display:flex;  \n     flex-direction:row;\n    }\n    #uc_post_grid_elementor_e9a90dd.ue-list-view .uc_post_grid_style_one_item > div{\n     width:50%;\n    }\n    #uc_post_grid_elementor_e9a90dd.ue-list-view .uc_content    {\n      display:flex;\n      flex-direction:column;\n      justify-content:center;\n    }\n\/*  for grid\/list layout switcher*\/\n#uc_post_grid_elementor_e9a90dd .ue-meta-data{  \n  display:flex !important;\n  flex-wrap: wrap;\n  line-height:1em;\n}\n#uc_post_grid_elementor_e9a90dd .ue-grid-item-meta-data{\n  display:inline-flex;\n  align-items:center;\n}\n#uc_post_grid_elementor_e9a90dd .ue-grid-item-meta-data a{\n  color:inherit;\n}\n.ue-grid-item-meta-data{\n  font-size:12px;\n}\n#uc_post_grid_elementor_e9a90dd .ue-grid-item-meta-data-icon{\n  line-height:1em;\n}\n#uc_post_grid_elementor_e9a90dd .ue-grid-item-meta-data-icon svg{\n  width:1em;\n  height:1em;\n}\n#uc_post_grid_elementor_e9a90dd .ue-debug-meta{\n  padding:10px;\n  border:1px solid red;\n  position:relative;\n  line-height:1.5em;\n  font-size:11px;\n  width:100%;\n}\n#uc_post_grid_elementor_e9a90dd .uc_btn_inner{\n  display:inline-flex;\n  align-items:center;\n  pointer-events:none;\n}\n#uc_post_grid_elementor_e9a90dd .uc_btn_inner svg{\n  width:1em;\n  height:1em;\n}\n#uc_post_grid_elementor_e9a90dd .ue_p_title{\n  pointer-events:none;\n}\n#uc_post_grid_elementor_e9a90dd .uc_content_inner{\n  width: 100%;\n}\n#uc_post_grid_elementor_e9a90dd .view-switcher-button{\n  display: flex;\n  align-items: center;\n}\n#uc_post_grid_elementor_e9a90dd .view-switcher-icon{\n  display: flex;\n  align-items: center;\n  line-height: 1;\n  cursor: pointer;\n  transition: all .3s ease;\n}\n#uc_post_grid_elementor_e9a90dd .view-switcher-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_post_grid_elementor_e9a90dd .view-switcher-icon.ue-hidden{\n  display: none;\n}\n#uc_post_grid_elementor_e9a90dd_item1 [href=\"javascript:void(0)\"]{\n  cursor: unset;\n}\n#uc_post_grid_elementor_e9a90dd_item2 [href=\"javascript:void(0)\"]{\n  cursor: unset;\n}\n#uc_post_grid_elementor_e9a90dd_item3 [href=\"javascript:void(0)\"]{\n  cursor: unset;\n}\n#uc_post_grid_elementor_e9a90dd_item4 [href=\"javascript:void(0)\"]{\n  cursor: unset;\n}\n#uc_post_grid_elementor_e9a90dd_item5 [href=\"javascript:void(0)\"]{\n  cursor: unset;\n}\n#uc_post_grid_elementor_e9a90dd_item6 [href=\"javascript:void(0)\"]{\n  cursor: unset;\n}\n<\/style>\n      <a href='https:\/\/indus.srru.ac.th\/?p=2349' target=\"_self\">\n       <img src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96.jpg\"  src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96.jpg\" alt=\"96\" width=\"2048\" height=\"1365\">\n    <\/a>\n        <a href='https:\/\/indus.srru.ac.th\/?p=2349' target=\"_self\">\u0e02\u0e2d\u0e41\u0e2a\u0e14\u0e07\u0e04\u0e27\u0e32\u0e21\u0e22\u0e34\u0e19\u0e14\u0e35\u0e01\u0e31\u0e1a\u0e17\u0e35\u0e21\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e2a\u0e31\u0e07\u0e04\u0e21 \"ITECH \u0e1b\u0e23\u0e30\u0e2a\u0e32\u0e19\u0e27\u0e34\u0e28\u0e27\u0e4c\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\" \u0e04\u0e27\u0e49\u0e32\u0e23\u0e32\u0e07\u0e27\u0e31\u0e25\u0e0a\u0e19\u0e30\u0e40\u0e25\u0e34\u0e28\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22<\/a>\t\n        \t\u0e02\u0e2d\u0e41\u0e2a\u0e14\u0e07\u0e04\u0e27\u0e32\u0e21\u0e22\u0e34\u0e19\u0e14\u0e35\u0e01\u0e31\u0e1a\u0e17\u0e35\u0e21\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e2a\u0e31\u0e07\u0e04\u0e21...\n        <a target=\"_blank\" href='https:\/\/indus.srru.ac.th\/?p=2349'>\n            \u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\n      \t<\/a>\n      <a href='https:\/\/indus.srru.ac.th\/?p=2342' target=\"_self\">\n       <img src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/91.jpg\"  src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/91.jpg\" alt=\"91\" width=\"1080\" height=\"1080\">\n    <\/a>\n        <a href='https:\/\/indus.srru.ac.th\/?p=2342' target=\"_self\">\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e08\u0e31\u0e14\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e1a\u0e23\u0e21\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e01\u0e32\u0e23 \"\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e40\u0e21\u0e34\u0e19\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e43\u0e2b\u0e49\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07\u0e01\u0e31\u0e1a\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\" \u0e22\u0e01\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e19<\/a>\t\n        \t\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21...\n        <a target=\"_blank\" href='https:\/\/indus.srru.ac.th\/?p=2342'>\n            \u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\n      \t<\/a>\n      <a href='https:\/\/indus.srru.ac.th\/?p=2336' target=\"_self\">\n       <img src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/87.jpg\"  src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/87.jpg\" alt=\"87\" width=\"1080\" height=\"1080\">\n    <\/a>\n        <a href='https:\/\/indus.srru.ac.th\/?p=2336' target=\"_self\">\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e08\u0e31\u0e14\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e1a\u0e23\u0e21\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e01\u0e32\u0e23 \u0e1e\u0e31\u0e12\u0e19\u0e32\u0e28\u0e31\u0e01\u0e22\u0e20\u0e32\u0e1e\u0e19\u0e31\u0e01\u0e28\u0e36\u0e01\u0e29\u0e32\u0e14\u0e49\u0e27\u0e22\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e2a\u0e31\u0e07\u0e04\u0e21 \u0e1b\u0e23\u0e30\u0e08\u0e33\u0e1b\u0e35\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 2569<\/a>\t\n        \t\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21...\n        <a target=\"_blank\" href='https:\/\/indus.srru.ac.th\/?p=2336'>\n            \u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\n      \t<\/a>\n      <a href='https:\/\/indus.srru.ac.th\/?p=2329' target=\"_self\">\n       <img src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/82.jpg\"  src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/82.jpg\" alt=\"82\" width=\"1672\" height=\"941\">\n    <\/a>\n        <a href='https:\/\/indus.srru.ac.th\/?p=2329' target=\"_self\">\u0e2a\u0e32\u0e02\u0e32\u0e27\u0e34\u0e0a\u0e32\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e04\u0e2d\u0e21\u0e1e\u0e34\u0e27\u0e40\u0e15\u0e2d\u0e23\u0e4c \u0e08\u0e31\u0e14\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e20\u0e32\u0e22\u0e43\u0e15\u0e49\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e01\u0e32\u0e23\u0e40\u0e2a\u0e23\u0e34\u0e21\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e28\u0e31\u0e01\u0e22\u0e20\u0e32\u0e1e\u0e19\u0e31\u0e01\u0e28\u0e36\u0e01\u0e29\u0e32\u0e41\u0e25\u0e30\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e1a\u0e38\u0e04\u0e25\u0e32\u0e01\u0e23 \u0e2a\u0e32\u0e02\u0e32\u0e27\u0e34\u0e0a\u0e32\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e04\u0e2d\u0e21\u0e1e\u0e34\u0e27\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e2a\u0e39\u0e48\u0e28\u0e15\u0e27\u0e23\u0e23\u0e29\u0e17\u0e35\u0e48 21 \u0e1b\u0e23\u0e30\u0e08\u0e33\u0e1b\u0e35\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32 2569 \u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48 1\u20133 \u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21 2569<\/a>\t\n        \t\u0e2a\u0e32\u0e02\u0e32\u0e27\u0e34\u0e0a\u0e32\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e04\u0e2d\u0e21\u0e1e\u0e34\u0e27\u0e40\u0e15\u0e2d\u0e23\u0e4c...\n        <a target=\"_blank\" href='https:\/\/indus.srru.ac.th\/?p=2329'>\n            \u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\n      \t<\/a>\n      <a href='https:\/\/indus.srru.ac.th\/?p=2324' target=\"_self\">\n       <img src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/79.jpg\"  src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/79.jpg\" alt=\"79\" width=\"1080\" height=\"1080\">\n    <\/a>\n        <a href='https:\/\/indus.srru.ac.th\/?p=2324' target=\"_self\">\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23 AI FUTURE READY \u0e40\u0e15\u0e23\u0e35\u0e22\u0e21\u0e04\u0e27\u0e32\u0e21\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e14\u0e49\u0e32\u0e19\u0e1b\u0e31\u0e0d\u0e0d\u0e32\u0e1b\u0e23\u0e30\u0e14\u0e34\u0e29\u0e10\u0e4c\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e28\u0e36\u0e01\u0e29\u0e32\u0e41\u0e25\u0e30\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e2d\u0e01\u0e32\u0e28\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e2d\u0e32\u0e0a\u0e35\u0e1e<\/a>\t\n        \t\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21...\n        <a target=\"_blank\" href='https:\/\/indus.srru.ac.th\/?p=2324'>\n            \u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\n      \t<\/a>\n      <a href='https:\/\/indus.srru.ac.th\/?p=2317' target=\"_self\">\n       <img src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/74.jpg\"  src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/74.jpg\" alt=\"74\" width=\"1080\" height=\"1080\">\n    <\/a>\n        <a href='https:\/\/indus.srru.ac.th\/?p=2317' target=\"_self\">\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e21\u0e23\u0e20.\u0e2a\u0e38\u0e23\u0e34\u0e19\u0e17\u0e23\u0e4c \u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e38\u0e21\u0e2a\u0e20\u0e32\u0e04\u0e13\u0e1a\u0e14\u0e35\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22\u0e23\u0e32\u0e0a\u0e20\u0e31\u0e0f\u0e17\u0e31\u0e48\u0e27\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28 \u0e04\u0e23\u0e31\u0e49\u0e07\u0e17\u0e35\u0e48 41<\/a>\t\n        \t\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21...\n        <a target=\"_blank\" href='https:\/\/indus.srru.ac.th\/?p=2317'>\n            \u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\n      \t<\/a>\n  No posts found\n\t\t\t<!-- end Post Grid -->\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"1024\" height=\"724\" src=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/Journal-indus-1024x724.jpg\" alt=\"\" srcset=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/Journal-indus-1024x724.jpg 1024w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/Journal-indus-300x212.jpg 300w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/Journal-indus-768x543.jpg 768w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/Journal-indus-1536x1086.jpg 1536w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/Journal-indus-2048x1448.jpg 2048w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/Journal-indus-400x284.jpg 400w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/Journal-indus-1080x764.jpg 1080w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/Journal-indus-1280x905.jpg 1280w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/Journal-indus-980x693.jpg 980w, https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/02\/Journal-indus-480x339.jpg 480w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2>\u0e27\u0e32\u0e23\u0e2a\u0e32\u0e23\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22\u0e23\u0e32\u0e0a\u0e20\u0e31\u0e0f\u0e2a\u0e38\u0e23\u0e34\u0e19\u0e17\u0e23\u0e4c<\/h2>\t\t<p>Industrial Technology Journal Surindra Rajabhat University<\/p><p>ISSN 3027-6314 (Print)ISSN 3027-6322 (Online)<\/p>\n<style>\n        .custom-journal-section {\n            font-family: 'Noto Sans Thai', sans-serif;\n        }\n        .custom-journal-card {\n            background: linear-gradient(145deg, #ffffff, #fcf9f5);\n            border: 1px solid rgba(198, 166, 100, 0.2);\n            border-radius: 24px;\n            box-shadow: 0 15px 35px rgba(141, 110, 99, 0.15);\n            transition: all 0.3s ease;\n            padding: 2rem;\n            position: relative;\n            overflow: hidden;\n            cursor: pointer;\n        }\n        .custom-journal-card:hover {\n            transform: translateY(-6px);\n            border-color: #c6a664;\n            box-shadow: 0 25px 45px rgba(141, 110, 99, 0.25);\n        }\n        .custom-journal-card::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, transparent, #c6a664, #ffd966, #c6a664, transparent);\n            opacity: 0.6;\n        }\n        .custom-book-icon {\n            width: 90px; height: 90px;\n            background: linear-gradient(145deg, #f0eae4, #e8ddd5);\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #8d6e63;\n            transition: all 0.3s ease;\n            font-size: 42px;\n        }\n        .custom-journal-card:hover .custom-book-icon {\n            color: #c6a664;\n            transform: scale(1.05) rotate(-3deg);\n            background: linear-gradient(145deg, #e8ddd5, #f0eae4);\n        }\n        .custom-badge {\n            background: linear-gradient(145deg, #8d6e63, #a1887f);\n            color: white;\n            font-size: 0.7rem;\n            padding: 0.25rem 1rem;\n            border-radius: 30px;\n            display: inline-block;\n            font-weight: 500;\n            letter-spacing: 0.3px;\n        }\n        .custom-info-box {\n            background: linear-gradient(145deg, #f8f5f2, #f0eae4);\n            border-left: 4px solid #c6a664;\n            border-radius: 12px;\n            padding: 0.75rem 1rem;\n            margin: 1rem 0;\n        }\n        .custom-link-btn {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            color: #8d6e63;\n            font-weight: 600;\n            font-size: 1rem;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            padding: 8px 20px;\n            border: 1.5px solid rgba(198,166,100,0.4);\n            border-radius: 50px;\n            background: rgba(255,255,255,0.6);\n        }\n        .custom-link-btn:hover {\n            color: #5d4037;\n            border-color: #c6a664;\n            background: rgba(198,166,100,0.1);\n            gap: 14px;\n        }\n        .custom-link-btn .arrow {\n            transition: transform 0.3s ease;\n        }\n        .custom-link-btn:hover .arrow {\n            transform: translateX(5px);\n        }\n        .custom-footer-note {\n            color: #a1887f;\n            font-size: 0.9rem;\n            text-align: center;\n            margin-top: 1.5rem;\n            padding: 0.6rem 1rem;\n            background: rgba(255,255,255,0.5);\n            border-radius: 50px;\n            backdrop-filter: blur(5px);\n        }\n        .custom-footer-note a {\n            color: #8d6e63;\n            text-decoration: none;\n            font-weight: 500;\n            transition: color 0.2s;\n        }\n        .custom-footer-note a:hover {\n            color: #c6a664;\n            text-decoration: underline;\n        }\n        @media (max-width: 768px) {\n            .custom-journal-card { padding: 1.5rem; }\n            .custom-book-icon { width: 70px; height: 70px; font-size: 32px; }\n        }\n<\/style>\n<!-- container \u0e2b\u0e25\u0e31\u0e01 -->\n    <!-- Card \u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e04\u0e25\u0e34\u0e01\u0e44\u0e14\u0e49 -->\n    <a href=\"https:\/\/ph02.tci-thaijo.org\/index.php\/journalindus\"\n       target=\"_blank\" rel=\"noopener noreferrer\"\n       style=\"text-decoration: none; display: block;\">\n                <!-- \u0e44\u0e2d\u0e04\u0e2d\u0e19\u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d -->\n                \ud83d\udcd6\n                <!-- \u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32 -->\n                    <!-- Badges -->\n                        TCI \u0e10\u0e32\u0e19\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\n                        ISSN 3027-6322\n                        \u0e23\u0e32\u0e22 6 \u0e40\u0e14\u0e37\u0e2d\u0e19\n                    <!-- \u0e0a\u0e37\u0e48\u0e2d\u0e27\u0e32\u0e23\u0e2a\u0e32\u0e23 -->\n                    <h3>\n                        \u0e27\u0e32\u0e23\u0e2a\u0e32\u0e23\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\n                    <\/h3>\n                    <!-- \u0e40\u0e08\u0e49\u0e32\u0e02\u0e2d\u0e07 -->\n                    <p>\n                        \u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22\u0e23\u0e32\u0e0a\u0e20\u0e31\u0e0f\u0e2a\u0e38\u0e23\u0e34\u0e19\u0e17\u0e23\u0e4c\n                    <\/p>\n                    <!-- \u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e09\u0e1a\u0e31\u0e1a\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19 -->\n                            \ud83d\udcc5 \u0e1b\u0e35\u0e17\u0e35\u0e48 10 \u0e09\u0e1a\u0e31\u0e1a\u0e17\u0e35\u0e48 2 (2025)\n                            \ud83d\uddd3 \u0e21.\u0e04.-\u0e21\u0e34.\u0e22. \/ \u0e01.\u0e04.-\u0e18.\u0e04.\n                    <!-- \u0e1b\u0e38\u0e48\u0e21\u0e25\u0e34\u0e07\u0e01\u0e4c -->\n                            \u0e44\u0e1b\u0e22\u0e31\u0e07\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c\u0e27\u0e32\u0e23\u0e2a\u0e32\u0e23\n                            \u2192\n    <\/a>\n    <!-- \u0e2b\u0e21\u0e32\u0e22\u0e17\u0e49\u0e32\u0e22 \u0e40\u0e1b\u0e34\u0e14\u0e23\u0e31\u0e1a\u0e1a\u0e17\u0e04\u0e27\u0e32\u0e21 -->\n        \u0e40\u0e1b\u0e34\u0e14\u0e23\u0e31\u0e1a\u0e1a\u0e17\u0e04\u0e27\u0e32\u0e21\u0e27\u0e34\u0e08\u0e31\u0e22\u0e41\u0e25\u0e30\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23 \u0e16\u0e36\u0e07 15 \u0e40\u0e21.\u0e22. 2569 |\n        <a href=\"mailto:indusjournal@srru.ac.th\">indusjournal@srru.ac.th<\/a>\n\t\t\t<h2>\u0e04\u0e25\u0e31\u0e07\u0e20\u0e32\u0e1e\u0e04\u0e13\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21<\/h2>\t\t\t\t\t<h2>faculty of industrial technology<\/h2>\t\t<p>\u0e23\u0e27\u0e1a\u0e23\u0e27\u0e21\u0e20\u0e32\u0e1e\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21 \u0e1c\u0e25\u0e07\u0e32\u0e19 \u0e41\u0e25\u0e30\u0e1a\u0e23\u0e23\u0e22\u0e32\u0e01\u0e32\u0e28\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e02\u0e2d\u0e07\u0e19\u0e31\u0e01\u0e28\u0e36\u0e01\u0e29\u0e32\u0e41\u0e25\u0e30\u0e04\u0e13\u0e32\u0e08\u0e32\u0e23\u0e22\u0e4c \u0e17\u0e35\u0e48\u0e2a\u0e30\u0e17\u0e49\u0e2d\u0e19\u0e15\u0e31\u0e27\u0e15\u0e19\u0e41\u0e25\u0e30\u0e28\u0e31\u0e01\u0e22\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e41\u0e15\u0e48\u0e25\u0e30\u0e2a\u0e32\u0e02\u0e32\u0e27\u0e34\u0e0a\u0e32<\/p>\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/NewIndusSRRU\/photos\">\n\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\n\t\t\t\t\t\t\t\t\t\u0e14\u0e39\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a href=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/29.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"540a5b6\" data-elementor-lightbox-title=\"29\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjI1MiwidXJsIjoiaHR0cHM6XC9cL2luZHVzLnNycnUuYWMudGhcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC8yOS5qcGciLCJzbGlkZXNob3ciOiI1NDBhNWI2In0%3D\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a href=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/70.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"540a5b6\" data-elementor-lightbox-title=\"70\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjM1NiwidXJsIjoiaHR0cHM6XC9cL2luZHVzLnNycnUuYWMudGhcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC83MC5qcGciLCJzbGlkZXNob3ciOiI1NDBhNWI2In0%3D\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a href=\"https:\/\/indus.srru.ac.th\/wp-content\/uploads\/2026\/07\/96.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"540a5b6\" data-elementor-lightbox-title=\"96\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjM1MCwidXJsIjoiaHR0cHM6XC9cL2luZHVzLnNycnUuYWMudGhcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC85Ni5qcGciLCJzbGlkZXNob3ciOiI1NDBhNWI2In0%3D\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>","_et_gb_content_width":"","footnotes":""},"class_list":["post-77","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/indus.srru.ac.th\/index.php?rest_route=\/wp\/v2\/pages\/77","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/indus.srru.ac.th\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/indus.srru.ac.th\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/indus.srru.ac.th\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/indus.srru.ac.th\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=77"}],"version-history":[{"count":375,"href":"https:\/\/indus.srru.ac.th\/index.php?rest_route=\/wp\/v2\/pages\/77\/revisions"}],"predecessor-version":[{"id":2376,"href":"https:\/\/indus.srru.ac.th\/index.php?rest_route=\/wp\/v2\/pages\/77\/revisions\/2376"}],"wp:attachment":[{"href":"https:\/\/indus.srru.ac.th\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=77"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}