<!DOCTYPE html>
<html>

<head>
    <title>ค้นหาภายในเว็บไซต์ : เทศบาลตำบลแม่สาย (ทต.แม่สาย) </title>
    <meta name="description" content="เทศบาลตำบลแม่สาย เลขที่ 68 หมู่ 8 ต.แม่สาย อ.แม่สาย จ.เชียงราย 57130">
    <meta name="keywords" content="เทศบาลตำบลแม่สาย,ทต.แม่สาย,แม่สาย,ตำบลแม่สาย,อำเภอแม่สาย,จังหวัดเชียงราย" />
    <meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<meta property="og:image" content="https://www.maesai.go.th/src/assets/images/logo_Gov/logo_250px.png" />
<meta property="og:image:secure_url" content="https://www.maesai.go.th/src/assets/images/logo_Gov/logo_250px.png" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="250" />
<meta property="og:image:height" content="250" />
<meta property="og:url" content="https://www.maesai.go.th/" />
<meta property="og:title" content="เทศบาลตำบลแม่สาย (ทต.แม่สาย) " />
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="https://www.maesai.go.th/src/assets/images/logo_Gov/logo_250px.png">
<meta name="theme-color" content="#ffffff">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">    <link rel="icon" href="./src/assets/images/logo_Gov/logo_250px.png?v=1781521105">

<link rel="stylesheet" href="./src/assets/css/style.css?v=1781521105">
<link rel="stylesheet" href="./src/assets/css/bg.css?v=1781521105">
<link rel="stylesheet" href="./src/assets/css/text.css?v=1781521105">
<link rel="stylesheet" href="https://chiangraientersoft.com/SAO/cdn/css/hover.css?v=1781521105">
<link rel="stylesheet" href="https://www.chiangraientersoft.com/SAO/plugin/js/slick/slick.css?v=1659343470">
<link rel="stylesheet" href="https://www.chiangraientersoft.com/SAO/plugin/js/slick/slick-theme.css?v=1659343470">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">

<script type="text/javascript" src="https://www.chiangraientersoft.com/SAO/plugin/css/tailwindcss3/tailwind.min.js?v=1694398302"></script>
<script type="text/javascript" src="https://www.chiangraientersoft.com/SAO/plugin/js/jquery/jquery.min.js?v=1659343470" ></script>
<script type="text/javascript" src="https://www.chiangraientersoft.com/SAO/plugin/js/axios/axios.min.js?v=1659343470"></script>
<script type="text/javascript" src="https://www.chiangraientersoft.com/SAO/plugin/js/sweetalert2/sweetalert2.min.js?v=1659343470"></script>
<!-- <script type="text/javascript" src="https://www.chiangraientersoft.com/SAO/plugin/js/vue/vue.global.js?v=1659343470"></script> -->
<script type="text/javascript" src="https://www.chiangraientersoft.com/SAO/plugin/js/vue/vue.global.prod.js?v=1659343470"></script>
<script type="text/javascript" src="https://www.chiangraientersoft.com/SAO/plugin/js/vue-router/vue-router.global.js?v=1662523407"></script>
<script type="text/javascript" src="https://www.chiangraientersoft.com/SAO/plugin/js/vuejs-paginate/vuejs-paginate-next.umd.js?v=1659598518"></script>
<script type="text/javascript" src="https://www.chiangraientersoft.com/SAO/plugin/js/slick/slick.min.js?v=1659343470" ></script>

<script type="text/javascript" src="./src/assets/js/appConfig.js?v=1781521105" ></script>
<script src="./src/assets/js/headfooter.js?v=1781521105" async defer></script> </head>

<body data-theme="cupcake">
    <header class="max__min_width_main mx-auto" id="headerdata">
    <div class="bg_menu relative z-50">
        <div class="container_main mx-auto bg_menu">
            <div class="container_main px-3.5 mx-auto pt-3.5 transition-all duration-500" id="divmenu">
                <nav class=" transition-all font-bold duration-500 text-[18px] text-white ibm-plex" id="headernav">
                    <ul class="flex flex-wrap justify-center relative nav font-light space-x-4  " id="ulmenu" v-if="header">
                        <div class="flex relative menu_li justify-center  items-center  " data-page="home">
                            <li id="home_menu">
                                <a href="./?page=home" class="flex items-center ">
                                    <looped-regular class="  flex  justify-center p-2 rounded-lg  text_025_shadow">หน้าแรก </looped-regular>
                                </a>
                            </li>
                        </div>
                        <div class="flex items-center justify-center" data-page="main">
                            <li class="button-dropdown  ">
                                <a href="javascript:void(0)" class="dropdown-toggle">
                                    <ul id="main_menu" class="flex justify-center ">
                                        <li class="  flex items-center   justify-center menu_li">
                                            <looped-regular class="flex p-2 rounded-lg text_025_shadow">
                                                ข้อมูลพื้นฐาน
                                            </looped-regular>
                                        </li>
                                    </ul>
                                </a>
                                <ul class="dropdown-menu text-black font-normal z-20 overflow-auto" style="width: 200px; max-height: 80vh;">
                                    <li v-for="data in header.main">
                                        <a :href="'?page=main&id=' + data.id" class="text-base" v-if="data.selected < 4">
                                            &#8226; {{data.topic}}
                                        </a>
                                        <a target="_blank" :href="data.url" class="text-base" v-else>
                                            &#8226; {{data.topic}}
                                        </a>
                                    </li>
                                </ul>
                            </li>
                        </div>

                        <div class="flex items-center justify-center" data-page="personnel">
                            <li class="button-dropdown ">
                                <a href="javascript:void(0)" class="dropdown-toggle">
                                    <ul id="doc_download_menu_6" class="flex    justify-center  ">
                                        <li class="  flex items-center  justify-center menu_li">
                                            <looped-regular class="flex  p-2 rounded-lg text_025_shadow">
                                                โครงสร้างองค์กร
                                            </looped-regular>
                                        </li>
                                    </ul>
                                </a>
                                <ul class="dropdown-menu text-black font-normal z-20 overflow-auto" style="width: 200px; max-height: 80vh;">
                                    <li v-for="data in header.personal">
                                        <a :href="'?page=personnel_person&type=' + data.id" class="text-base">
                                            &#8226; {{data.topic}}
                                        </a>
                                    </li>
                                </ul>
                            </li>
                        </div>

                        <div class="flex items-center justify-center ">
                            <li class="button-dropdown ">
                                <a href="javascript:void(0)" class="dropdown-toggle">
                                    <ul id="service_menu" class="flex    justify-center  ">
                                        <li class="  flex items-center  justify-center menu_li">
                                            <looped-regular class="flex  p-2 rounded-lg text_025_shadow">
                                                การให้บริการประชาชน
                                            </looped-regular>
                                        </li>
                                    </ul>
                                </a>
                                <ul class="dropdown-menu text-black font-normal z-20 overflow-auto" style="width: 200px; max-height: 80vh;">
                                    <li>
                                        <a href="?page=webboard" class="text-base">
                                            &#8226; เว็บบอร์ด
                                        </a>
                                    </li>
                                    <li>
                                        <a href="?page=commentlist" class="text-base">
                                            &#8226; ช่องทางรับฟังความคิดเห็นของประชาชน
                                        </a>
                                    </li>
                                    <li>
                                        <a href="?page=hotlinelist" class="text-base">
                                            &#8226; ร้องเรียน-ร้องทุกข์
                                        </a>
                                    </li>
                                    <li>
                                        <a href="?page=reportlist" class="text-base">
                                            &#8226; ร้องเรียนทุจริตและประพฤติมิชอบ
                                        </a>
                                    </li>
                                    <li>
                                        <a href="?page=e-service_list" class="text-base">
                                            &#8226; E-Service
                                        </a>
                                    </li>
                                    <li>
                                        <a href="?page=oss" class="text-base">
                                            &#8226; OSS (One Stop Service)
                                        </a>
                                    </li>
                                    <li>
                                        <a href="?page=onlineservice" class="text-base">
                                            &#8226; Online-Service
                                        </a>
                                    </li>
                                </ul>
                            </li>
                        </div>


                        <div class="flex items-center justify-center" id="doc_download_menu_2">
                            <li class="flex items-center justify-center menu_li">
                                <a href="./?page=document_download&level=1&link_id=0&id=2">
                                    <looped-regular class="text-center p-2 rounded-lg text_025_shadow">ผลการดำเนินงาน</looped-regular>
                                </a>
                            </li>
                        </div>

                        <div class="flex items-center justify-center" id="doc_download_menu_3">
                            <li class="flex items-center justify-center menu_li">
                                <a href="./?page=document_download&level=1&link_id=0&id=3">
                                    <looped-regular class="text-center p-2 rounded-lg text_025_shadow">การป้องกันการทุจริต</looped-regular>
                                </a>
                            </li>
                        </div>

                        <div class="flex items-center justify-center ">
                            <li class="button-dropdown ">
                                <a href="javascript:void(0)" class="dropdown-toggle">
                                    <ul id="news_menu" class="flex    justify-center  ">
                                        <li class="  flex items-center   justify-center menu_li">
                                            <looped-regular class="flex  p-2 rounded-lg text_025_shadow">
                                                ศูนย์ข้อมูลข่าวสาร
                                            </looped-regular>
                                        </li>
                                    </ul>
                                </a>
                                <ul class="dropdown-menu text-black font-normal z-20 overflow-auto" style="width: 200px; max-height: 80vh;">
                                    <li v-for="data in header.newstype">
                                        <a :href="'?page=newslist&type=' + data.id+'&pages=1'" class="text-base">
                                            &#8226; {{data.topic}}
                                        </a>
                                    </li>
                                    <li>
                                        <a href="./?page=egp&pages=1" class="text-base">
                                            &#8226; ระบบจัดซื้อจัดจ้างภาครัฐ EGP
                                        </a>
                                    </li>
                                    <div class="h-1 bg-gray-400"></div>
                                    <li v-for="data in header.gallerytype">
                                        <a :href="'?page=gallerylist&type=' + data.id+'&pages=1'" class="text-base">
                                            &#8226; {{data.topic}}
                                        </a>
                                    </li>
                                    <div class="h-1 bg-gray-400"></div>
                                    <li>
                                        <a href="./?page=vdo&pages=1" class="text-base">
                                            &#8226; วิดีโอประชาสัมพันธ์
                                        </a>
                                    </li>
                                </ul>
                            </li>
                        </div>
                        <div class="flex items-center justify-center" data-page="contact">
                            <li class="  flex items-center   justify-center menu_li">
                                <a href="./?page=contact">
                                    <looped-regular class="text-center p-2 rounded-lg text_025_shadow">ติดต่อหน่วยงาน</looped-regular>
                                </a>
                            </li>
                        </div>
                    </ul>
                </nav>
            </div>
        </div>
    </div>
    <div class="bg__header01 -mt-1">
        <div class="container_main px-3.5 mx-auto relative">
            <div class="absolute left-0 -top-2">
                <img src="./src/assets/images/title_main.png" alt="เทศบาลตำบลแม่สาย (ทต.แม่สาย) ">
            </div>
            <div class="absolute right-3.5 space-y-5 pt-3">
                <div class="flex  -lg">
                    <form action="" method="get">
                        <div class="flex shadow-xl">
                            <input type="hidden" name="page" value="search">
                            <div>
                                <input id="q" name="q" type="text" placeholder="ค้นหา .." class="focus:text-base focus:bg-white pl-3 bg-[#EAF0F0] text-lg  max-w-xs rounded-lg noto-sans-thai w-[282px] h-[37px] ">
                            </div>
                            <button type="submit">
                                <div class="w-[47px] h-[37px] rounded-r-lg bg-[#A020EF] relative -ml-[44px] cursor-pointer flex justify-center items-center">
                                    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="19px" height="19px">
                                        <path fill-rule="evenodd" fill="rgb(255, 255, 255)" d="M11.064,7.929 L10.053,8.915 L9.297,8.177 C10.880,6.187 10.736,3.311 8.861,1.484 C6.828,-0.499 3.531,-0.499 1.498,1.484 C-0.535,3.466 -0.535,6.680 1.498,8.661 C3.236,10.355 5.898,10.600 7.904,9.397 L8.731,10.204 L7.642,11.264 L15.575,18.999 L18.997,15.662 L11.064,7.929 ZM2.691,7.499 C1.316,6.160 1.316,3.987 2.691,2.646 C4.065,1.307 6.294,1.307 7.668,2.646 C9.043,3.987 9.043,6.160 7.668,7.499 C6.294,8.840 4.065,8.840 2.691,7.499 Z"></path>
                                    </svg>
                                </div>
                            </button>
                        </div>
                    </form>
                </div>
                <div class="flex space-x-1.5 pr-2 justify-end drop-shadow-lg">
                <a target="_blank" href="tel:0381925956">
                        <div class="hoverzoom">
                            <svg 
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="34px" height="34px">
<image  x="0px" y="0px" width="34px" height="34px"  xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH6AENCQ0P0wmacQAACVJJREFUWMOlmF1sXMUVx38zc++ud9def9uJ7YRk49gJCeQLsJukAoqgEu7SqlKfWhW1pZAIKShqhdoildA+8FCqtOEhKZSqqir1qbwsphBAqCVNE5JABAklwY7jJLbjj03iXe/H3Xtnpg+72cSEUqfcp9U9d+f/n3POf+acI6y1LPQZTKVqgQHgXmA9sByor5hngRHgOPA2MDiQTM4tdG2xECKDqdRGYLvjOI+0tbXR3NJCPB4nGo3iuC4Age+Tz+fJZDKkZ2aYmpoiCILfA3sHksn3vhCRwVTqFmBnLBZ7YkV3Nx2dnSilFrRDrTXjY2MMDw2Ry+V+C/xmIJk8e9NEBlOpR6WUv+vp7WV5IoGUcqFenvcYYxg5c4bTp05hjHlsIJl8YUFEbn3ur/yqN/R0NBbbtemOO4jH4wBYoBhohmau8NbwJEfOzXAu53M50ChraXIVnbVhNnU1ce/ydnraGom4ClFZN5PJ8N7Ro+RyuV2Pf1B85uxT3/p8IoOp1DP19fU/v7Ovj3A4DEDB1xwZn+b5o0O8O5rBCIsxgBBIIVCBwFqDH5IE1sGx0Lckxo5NS+lfsoiIWw6n53kcOXyY2dnZXwwkk0//VyKDqdRjsVhs3+atWwmFQgBM5Qq8cOgM+967iHYEGEtAgNRFkAqpBBaJFZKQLoF10MpBWotrinxnXYLH+7tZVFcDQKlU4uCBA+Ryue0DyeS+G4gMplLLlFIjm7durYZjfDbHk28e4+CIR96RULpMlBA1tRFWN0bJZDw+ms0jlIPARYji1WXBghUCrGVLVyPP3n8by5tqq2E6eOAAWuvlVxP4+gzcubKnp0ricqHET14/zoGzGUoWiqLEukbJz7YkeHhNF9u29LLnGxtZ31ZD0fNx8cAaLAIhBMYajNZIJTh8YZIn3zjJxbky0Xg8zsqeHoCdV8FlxRsbo7HYjkQiAUBgDM8f/ITXxvNoYTDCUIvkmxt6eGTLWla1RJhMT7K6vZaB9UuRYUXOGBASrMVaixACpSTGGDQO70zmeO7QKYqBBiCRSBCLxXYMplKbrvfI9u7ubkRFoscupHnx/QkcU8R3LMrmaXVDbOxYBFjaYzEms5ArefQvaqSzIUJRg7BljVwlcjVMWglCpSJ/PjHJwdHp8lspWdHdDbAdQA6mUnWO4zzS0dkJgDaW3YdO4yuPiPYRJkQgIeQIYiEFCG5pqCMqXU7NeCyqidHiRhAaHFOW+Tw1ILDGwcEnYi27D31S9UpHZyeO4/xgMJWqk8CDbW1t1RPz45ksfz+fBeVjCOEENRjjULI+RpcXqI8JOupCTFzKMTRbJF0oYMI+JaUR9tNELCFrmXPCBMbjWDrPiakMAEop2traAB6UwH3Nra3VP74+PI4QCjdw8FWYQPoIpQmKkkKx7G7XATcS5dVPJtnzz2Em5wqEXQOinKhCCMpqLLOSVqGEJZAGqwP2D81U8SrY9znA7fG6uqrhyPhMeTErsWiE0fhS4BvBpYIPQLageXtkjD+eHCGkQoRrItToCNJCRTfV01gAgQBlS9iK/djYlSpeBft2CayIxmJVw+hsCYHGKI0kIGwVWEXOas5nZgHw/YCJK1nyOkQk7OBajTKheSGRUoIFYy1GagwWB4WDYjTrVb+rYK+QQNxxnKohWzJILNZorFBYNK5QFKzP0OVybBujEda0NRBXDkILhPVA+JjqzVLJj4pyrNCAQhoHLFzxStVvKtjxG65UaSxYi7CqvBvlo6zEYjg+nWWiUCLkumzqaqQ97pLGI5AabTUIixTXJAwghUBiwcrKVWBAGm7ABTJBEFRfNIbAANY4CAtaaaSBkBacnvE5PHwegDsW17O1ow1R8AnrMMgajAAfgUWUM6TiIFH5qSVoGdAQvbb/CnZGAsP5XK5qaGqIlV0qLAKFMGGEMCihyZZK/O3ji+S9Ek2xGh5a20JnbZwrxRq00HieTy5TIlfyCACNjwWssEhrsVYAgqWRSBWvgj0sgQ8y2WzV0NfVijACJQwCizQORoJUEgX8YyLLGyOTIEJ8pbuV796+FBFk8IsZvtrTxk+/vJrbWusRgaDGU2hrsKbiFaGRNsqdHS1VvAr2BxJ4Kz09XTUMJNrRwsG1FoSBCiGswpUu0wWfP354lolZj7gT5vsbOnju6+t4oHcJfYvr2HlPgp39q2gISwpCIJFI42AFSDysldy/sr2KV8F+SwKvTk1NoSun5qqWOvqWNlIUYNEgDNaCRYEUuFZx9Mwse48P4RHQ1VzLwxuWs21jNxenS4xMpxlY1Uz/ijo8x2CtxShLgIsWPpsW17K2tVwOaK2ZmpoCeFUOJJPZIAheGh8bK8tJCn7Uv4xAuRgEppJohgArwXFcPCP4y0cnefnDUcBBoelf0kBDOM4rp9IgBT9cs5KecAzPBGWPCgnSYWffMmqccrKOj40RBMFLA8lk9mr67h0eGsKasqzu6mjk0fXLyueILWtfCoOxAVoZnBpBes7y63f+zcsnxwEXV8E9q+OcvpjnxMQcGxbVUxeP4ksXFYCyHt9e08Pmpc1leRvD8NAQwF4AtWvXLnp6eydOnjjRpBynr6mpCSUE69vrOT2d4dzlLFopjARhAqTwUdYQtmHGdJH3L14kHsCalnqWNEeYyOQ5lc7w7qVL7L9wCeNLwlZyV6KJX959Kw015T5o5MwZxsfH9wwkk38oS/zzSsVskafePMkbw2kkBlSJQAImRI2v8KRgTpaoVwFbFjdyd3cHs3nNax+dY3QuwCPAsZb+pe08+8BaEvXRslKulYqJgWRyZB6RCpltsVhs7/zi2WP30WH+9P5Z3JLASPBcTcRXKC0oigDjSrQ2SC1xRfkUNo5ES8331nXxxJ29LK5dYPF8HZkb24lA86+xS+w7ep5Do5cRtoBWAuFDyCh8Cb4jcbAY64Pw+dKSJrZtWsXmrhaiN9tOAHTs2c+Ly72nY7HYro2f0WB9PJNj/9AE705dZipbIJ8PMBKiUYfOqMuGRa3cl2hnbUstEdf5zAbrsVP2mQs/fojPJXJ9mKSUe3t6e0kkEtV69mYfawxnrrWc88KxICJXE5hyE77jCzbhe4Dd/1cT/ilC18YS7e00NzcTr68nGo3iVmoZPwjKY4nZWdLpNFOTkwRB8BLlscSx/4WxICLXEaoFvsb8QU1DxXyF+YOaV25mUPMff9Gkkbi/tR4AAAAASUVORK5CYII=" />
</svg>                        </div>
                    </a>
                    <a target="_blank" href="https://line.me/R/ti/p/@975sjkyg">
                        <div class="hoverzoom">
                            <svg 
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="34px" height="34px">
<image  x="0px" y="0px" width="34px" height="34px"  xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACylBMVEX///8BuQG0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK4trbOzMzh4ODv7u75+Pj9/f2/vb3i4eH8/Pz///+2tLTc29u+vb3x8fHH8Md823xDy0MlwyUXvxfDwcH4+Pi47LhCy0IBuQH5+fn0/PRo1WgAuQAAtwAAtQAAtAC3tbXp+ek9yT0AtgAqwCpcz1yD2YKY4Zea4pqI24hn0mc1wzQGtwUAuAD1/PU7yTsCtgJbzVvC68L5/fn//v/R8NBx1HEPuQ/+/f1m1WYtwC3A68HY8thJx0kAuQG77Ls/xT7r+Otk0GT+//4nvyfr+ev+/v5MyUzJ8MkBtQG46bjh9eAQuRDh4eF72ns5xjml4qXc9Nz2/Pae357j9uOd3537/fui4aLe9N+Y35hx0nFy0nPi9eJp0mhBy0GC2oIevR+f457i9uIVtxWu564AsgB613oeux6b4ZsXuhdSy1Jt0Wzf9eC06LVAy0AjwiOn5acpwSmj5KIhvCGx6LATvBMFtgWv5rA2xDad4p0jviN61nqb35rs+evR8dEBtwEiwiKm5acowSir56rn9+cgvCCF2oUWuhYbvBuk5KM+xj5SyVLa89kWvxYkwCRo0mip5KnG7cUbuhuq5qkQuhDs+uxv1G8ArwCh46EauhqN3Yy06LTx+vGz57M5xTls1G0rwCwrvyuj4aNs0WzN781dzVzx+/L6/fpbzFzG7cZZzVowwDDR8NFk0WW56bjZ89kMuA3u+e1BxkFBxUHt+e1gz2DB68H4/Phfzl8AswADtgNazVrA6r/g9eBExUQowCdZzViM24zu+e6y57IevB6k4qRu0m7d3NzN8M2r5KsmviYDuAN513lLyUzOzc3v7+/EJTqsAAAAH3RSTlMAAAxXmMjp+DKbH5AgZn+BZ2iRM5wNmuv5IViZyer62mF4egAAAAFiS0dEAIgFHUgAAAAHdElNRQfoAQ0JDSEP35e+AAACvElEQVQ4y4WU91cTQRDHD0Io0iRUaSnkkknobQPJHiTYBewGGyqooIINu2LDXrAX7Nh7F7tYsXfFXrA3+B/cuyMxF3jP72877/N2dma+sxT1T44iJ7Gzi4uz2EnkSDUnVzepTK6IUCojFHKZ1M21CdDCnVapwSq1inb3EBKeGq0SBFJqNZ42gINXZBQbjo6JjYuPj4uNiWZPUbSXgxXxTkgkoaRkZFVyEgkkJnhbiJa0DiAlFSG9ATNE2KBHKDUFQEf78IRHGsmSbkR6bMpo3aZtu/YdOnZiMpExneRK498s0QJkZSNT5y5du/FP7d6jZy+MsrMAtBKuH5FmgByEe/exLahvP6Z/DoCZ9iWImwogF+EBA+2KHsSgXACVH0X5S9WQZzTkDwY7DRmKjXmglvpTIhlAgb5wGDTR8BGZBQAyERVQBFBsGklCo0bDmLEl48bDhImTJk+ZCjANFwMUBVBiBUApM50gM2bCrNllc+bCvPkLFi5aDLAELwVQiKlA0rZyZhlBlq+AkpWrVq9Zu259xYaNmwA2b9lK2hdIBZHxxTPbCFK5HXbsLKvctXvP3op9+w+wyEFSWVAjwiY6dPjI0WPHT5w8VXX6zNlz5wEuMDzCJTJdJMil6stXrl67fqPm5q3bGXfuAtzD5Vwi7rn6wvtNi37wMLOUey5XNDLkP7Inah5jxBfNtQ4h/OSpHfKMQYhvHT8AwlQ/twVqX7xEqHEAlB83RoRMr16/qbUQb9+ROyxjpHxpzgzEcxi///CxjiU+fcYkYDWDxVKIM2bVF4C6r9hATqylvkkExuSgwu/w4ydDvNtozFa8eX0s9ibIr99/GPYKob2FS4JN+maWhKwa/b9VI7k0WrOwc2atxocSyENiv/YSu7XnP496eYPObNY1yOulfr7N/jCOwSGhYeHhYaEhwbZf0F+TLPKwjAdb+gAAAABJRU5ErkJggg==" />
</svg>                        </div>
                    </a>
                    <a target="_blank" href="https://www.facebook.com/tessabanmaesai">
                        <div class="hoverzoom">
                            <svg 
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="34px" height="34px">
<image  x="0px" y="0px" width="34px" height="34px"  xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABy1BMVEX///8oUpa0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK4trbOzMzh4ODv7u75+Pj9/f2/vb3i4eH8/Pz///+2tLTc29u+vb3x8fHQ2eiQpclgf7FGaqQ7YZ/DwcH4+PjDz+JffrEoUpb5+fn2+Pp+l8AnUZUiTZMhTJMgTJK3tbXs8PZaeq4pU5YeSpElUJRCZ6NGaqVJbaZKbaYtVplZea4pUpYdSZFXeK3S2un6+/39/v5Mb6b+/f19l8A9Y6Dz9flNcKbG0eMZRo+Ppcnx9PhKbaUhTJL+/v9be6+vv9iMo8cuV5k3Xp0qVJcoUZbR2uklUJUUQoyxwNhFaaTh4eGPpcgmUJU0XJw0W5u4xdxlgrM6YZ9BZqIsVZgnUZaZrc74+fv8/P37/P35+vzu8fcjTpSfstGdsNDb4u0mUZU7Yp9BZKG/yt9/mMBIbKUkT5QSQIsUQo0hTZMaR4+ywdlffrAdSpFhgLK7yN1lg7QcSJHd3NxriLeUqMqRpsmTqMpDaKMiTpPOzc3v7+81k+opAAAAH3RSTlMAAAxXmMjp+DKbH5AgZn+BZ2iRM5wNmuv5IViZyer62mF4egAAAAFiS0dEAIgFHUgAAAAHdElNRQfoAQ0JDTKLYdZgAAACOklEQVQ4y42U51sTQRDGl4QAkQCmUKSlkEsmR0mOcoFgCImiArZD5FQSRSUYwN47FuxiV/hzndvdXO4Snkfn2879npvZed9ZQkphsVbbampra2zVVgvZLersXp8/0BMM9gT8Pq+9rgLYUy+EwqBHOCTUO8xEQ0QMgimCYqTBAFQ19vZp6f6BaEySYtGBfu3UJzRW6UjT4BCmhkdkPUaGMTE02FQk9gpxgNEx9jExvj+ZTMjy2ChAXHAywjGBVVKTFEhnDhycOnT4CDKTKaw1wXp2ifiPaUrMzB49dvwEwMkkHqbxP6KLzqNXAZhjVcZPzdPrnNYQeQ5AEdyI2EMAC7xL9YwGzJ89t0iPCwAhDyHN3jBkc0XkPBIXli5eukyPuSyEvc3E6gNY5kR+5QoihZVMgieWAXxW0rIKsMYS61evXUfkxs1bt++wzBrAaguxBQD4zNS79+4j8uDhI+kxnyBAwEZacWwFjjzh+qSW8ixTwPG1kjaUT+LIU8hS5Nlz3oyEcrYZkfzGi5cIvHodW5eNiKHQzOYb7dK5t++KarJChnZl+f0HRD5+KglO2zVcuhJhlzaOrgJhozMJUIZwAYjHICNForNFhMtI3ELJDBT5XER0MxgtpW4h8uUrIzRLfXOVG3Px+4+fv37/oQQz5j5mXqdu73RGVdXNtEaY7P0/S4KrJvxr1bBWRFTMC6uIEScxhcNVvvausrVnj8e2fyeuKPEd/7bX4971hbG0d3R2dXd3dXa0G5+gv1AeyZrjZo9BAAAAAElFTkSuQmCC" />
</svg>                        </div>
                    </a>
                    <a target="_blank" href="mailto:saraban@maesai.go.th">
                        <div class="hoverzoom">
                            <svg 
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="34px" height="34px">
<image  x="0px" y="0px" width="34px" height="34px"  xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH6AENCQ4FGPEgrAAACRJJREFUWMOlmFtsXMUZx3/fzDnrvdjrW7IJdsDEdm4tCU0CDQTTFgXaCnfFQwWtKvUF0kKqKpRWBYmiQnhAQrTlopa0VVOkPvWqghbTSiUtFVaqEEhCUGKS2HES1w7ZZH3Z9a53z54z04ddr+0QwJSRVjpnZmf+//PdvxFrLYsdfalUPdAL3AJ8BlgJNFaXp4Bh4DDwL6CvN5mcXuzZshgifanUJmCH4zjbE4kErUuWEI/HiUajOK4LgF8uUygUyGazZC5eJJ1O4/v+b4DdvcnkwU9EpC+V6gAeiMVi93d1d9PW3o7WelFfGAQBY6OjDA0Oks/nnwWe6U0mT39sIn2p1LeVUr9avWYNKzs7UUotVsoLhjGG4VOnOHH8OMaYe3uTyV8visi6x1/lJxtnHo3GYo9tvu464vH4gvWDZyfpH7rIkXPTjE0UmJwpgSiawi5tTRE2tMfo6VzKpquaF+zLZrMcfPNN8vn8Yw++Hdl19JFbP5xIXyq1q7Gx8cfXb9lCXV1dbb5/MMNv9w3zxtlJAgtgAcFaqTwCCIiAEuGzHc3cfeOV3Ny9pHZGqVTiwP79TE1NPd6bTD76gUT6Uql7Y7HYL7f29BAKhQDIFX2e3XucPxw8R9k6IAZhlkgVff6wCsQCBi1w18Y2vrdtFfGwA4Dneezr7yefz+/oTSZ/+T4ifanU1Vrr4a09PTV1nM+VePClAd44M0Uu71GY8RFlscyRF5FLyBhEFIFvaayPEA0HbOlo5sk7riHRUFdT077+foIgWDlrwM68Ex5YtXp1jcR0yeehF49y4NQ4M57HnetdvvTpCF4ARgSwCILYWSIWa6uzEhDSDqkDGf4+pNl/apyH/3qUZ762gfo6h3g8zqrVq3l3YOAB4P4akb5UalM0FtvZ2dlZY/XTVwfZPzyOKCgZxaeWunx5vQszZcCvGgSAgln1WipqMR7E6jl8rMx0epzGjiv4z+kMT+0dYtftawDo7Oxk5OzZnX2p1O96k8m3ZiWyo7u7G6m6aP9Qhj8dGq0ebrFW8HwFhQAvPULg5xFRIGCswUpFRdZasAaj6mhY3k1Rh/BnshQmXMJNCf5yeIzb1iylp6sFUYqu7m6OvP32DmC76kulGhzH2d7W3g5AYC179p0hMLZqRGDR+KJAB6ACRBlEG0RZXA0OAcp4OPiI5BA7AwqEAO24lAoz5CczuH6RF/YNY6oSbGtvx3Gce/pSqQYHuD2RSNQi5jujWQ6cnqjYgAWlDFosRnlgNUZZEFPRhoBvLDqyHOVGwCqUDQgQIIxYHwuEnBAyM04+KHBAK94ZzXHtijhaaxKJBGNjY7crYFvr0qU12/j3yYsEs14hBrfskNctFN06UBZRDYjTijgtKKcFE2pB3CUotwXtNKKdVkK6CaxhxgmRc5pR1kMkhO8Zshcu0n/yQg2vir1NARviDQ21hSNjUzXbEytMRh3Wnn2LG04chiCKG1tOqHElbmMHTryDcLwdrRxUeQZlilg8AlUGR7Ft5CRr3jtKwXEpi4OjQZcLHBg4XcOrYm9QQFc0FqstvDdVrIUFC5Q8h0e6nmdD3SGsbgG/jPWKUC4hvof4AZQDwBLgYIyDDizWJtjccJAfXfcyBWvRaKwJYbXh3IVMDa+K3aWAuOPMhZPJfAlBqIQHhSr4NPaEadj4MrlzfRBqRWkwEmCsRoygtGCVi1gPoxU21Mrk2d/TdP0/aL5BYfOCr0r42kehmSgUa3hV7Pj7Uqpc8mydAN+LESqdJxh+iNyZxylLA1olEMoEKDxdBuNh3WUIAdmRH2JHH0FKk/jFOkQEEUGhwAqXy/cKyPq+X5toioQW/EEbMEYoEyHkRnEyLzI58A2mS4ch3IZVCi2COKsoT+9j5vjX0eP/JKxbQLkLvqySgaC5Plybq2JnFTBUyOdrC1c0RRcQsVah8NHWUtaWUn0DUf8M/sC3yI78HOVGEN3ERPoJSoPfJ+JN4jhxyrpcgbZzTKqJgLbW+tpcFXvIAY5kc7ktTc2V+mH9ijj9w+OVBAr4yjCbV7RVOCVLORxBKGPTv2A69y5QQhVfJxRqoCgRrJQQP4SY4jw5WMBHxLDxyrlwkc3lAI4oYG/mwpxff657CVrmEr2yCgeFsQEBlkAMrtG4pQZscQnlM6/jn3oTVVhKGRA1gzFljPar5cD87GxRorl5fUcNr4q9VwGvpNNpgiCoSKQ9zvUdTQtMVmzlp0Uj1sHkLH66TJBzcXQLIR3HZBXeuShmOoQYB4zCUPE8rFTqFDRbVrVz7VUViQRBQDqdBnhF9SaTOd/394yNVpKcFuGerR1oJQgQKI3RBqUMTqmIHg9gyqLFENZFRBXA8dBOGS0+wZTCTCkcT1ACDqbqE4JWivtuXY9WFQmNjY7i+/6e3mQyN+u+u4cGB7HGANDT1cpXN19FWQxh65MPLJMTEcYnohSLETzClGwdngnhB2E8U3kPcLHKEJTqmJ7QZMfD5L0IRlxc43Pn1lXcvHZFRUnGMDQ4CLAbFlZoz65dt25nV3c3APmSz3f/eJjX/ltkWWGY4OIwxmnGildJfJcZUjkQRRiDYCmCccnaODetTfD89tuoD1fCw6mhIQaOHXuuN5mcK4yq4+mTJ07sXJpIEI/HidU5PHnHeh566Rj9pzsotSzHZEbQ0kigNPBBZEy1rBbENlHWwq1rm3jqm7fUSGSzWU4cPw7wTG3fJcXzfbFYbPf84jlb9PnZayf586H3MLkM3uR4ReWoeb5Q9QsBXwQRgxhDSIW466ZOfpC8kXg1UH5k8TyPzGXbidcHM7ywf5Q3BoaYzqRxlSJQBkEhqErsshBonzAuW7rauPuL1/D5dStqZyy6nQC49uEUT9zIo7FY7LFNl2mwDo1k6R8Y4fCJ05yemGGiMIOD0BQN0d7awDVXJfjCunY2dy1fsG9+g7XzbyO7hp7/Dh9KZL6alFK7V69ZQ2dnZ62e/bjDGsOpuZZzgToWRaRK5moqTfjOT9iEPwc8/X814ZcQmruWWLaM1tZW4o2NRKNR3GotU/b9yrXE1BSZTIb0+fP4vr+HyrXEWx+FsSgi8wjVA19h4UVNU3V5koUXNS9/nIua/wHENFPRn65/mgAAAABJRU5ErkJggg==" />
</svg>                        </div>
                    </a>
                    <a target="_blank" href="https://www.youtube.com/@itmaesai">
                        <div class="hoverzoom">
                            <svg 
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="34px" height="34px">
<image  x="0px" y="0px" width="34px" height="34px"  xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABelBMVEX///+0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK0srK4trbOzMzh4ODv7u75+Pj9/f2/vb3i4eH8/Pz///+2tLTc29u+vb3x8fHDwcH4+Pj5+fm3tbX+/f3/uLj/iIj/aGj/XFz/U1P/QED/ODj/PDz/Ly//LS3/Ozv/OTn/Pz//T0//WVn/gYH/srL/+fn//v7/g4P/AAD/UFD/+Pj/wcH/mJj+enr/Tk7h4eH/WFj/Cgr/Dg7/PT3/Hh7/0dH/W1v/Nzf/MTH/GBj/+vr/m5v/LCz/KCj/IyP/GRn/8PD/KSn/IiL/0ND/MjL/9PT/z8//UVH/AgL/Jyf/HR3/8fH/lJT/CQn/MzP/Li7/cHD/SUn/rq7/gID/6+v/8vL/fn7/Kir/JSX/ICD/Njb/SEj/d3f/4ODd3NzOzc3v7+9tQ7pXAAAAHnRSTlMADFeYyOn4MpsfkCBmf4FnaJEznA2a6/khWJnJ6vpcMha8AAAAAWJLR0QAiAUdSAAAAAd0SU1FB+gBDQkOJ82RYUgAAAHFSURBVDjLjZTnW8IwEMYDgiCIUoYKYlmFUFGsoqiACwcquHGBinvh3vN/t2kCtFDF91Ny+T25y40AUJZCWadS19erVXVKBZCTRks7XW6P1+txu5y0VlMFNOgYnx+W5PcxOr2UaAywXiiRlw00iglDZxBWKcgYykRTVzeUUXdXU5FoZkJQViHGiAl9TxD+omAPjpli4a9iKSEfnRza9PaF+wcig0PD0Vh8ZHQsPD6R4K0cY+IRrY9fTk5NV2kmyR/4zABYaJSx2WkZzaEc0hagdCI383JICp04lcCaRosFYl1cEiERdJK2ApUbLZaJdWV1rYxk0IlbBVqEtK0T68Ym3NouIlkhfS2gVShfjlh3diFMzK3gzZ5QzlaC5EUI3D8Q3cIj2FG0iBzCo+MTsjkljnC4cWI9O7+4LIVbIOHiR88Q69KV6NHL5NE4dddyqbshqcMFuJVD7kgBgBmVMZmqJnL3pIzAxKBmeHhMxTKFp+ds/uX0OXvwGnt7/yg1w58t9UnVbsw23LzGmu39nyHhR42pNWq8rwDLSQGODRiBRHqqcuypirHHn8eX6zvEcaFv1xdtNsn+MAqbvd3R0eFot9vEX9APwbS3pKQPlhcAAAAASUVORK5CYII=" />
</svg>                        </div>
                    </a>
                </div>
            </div>
        </div>
    </div>
    <div class="bg_vision relative z-[2]">
        <div class="container_main px-3.5 mx-auto">
            <div class=" ibm-plex flex justify-end py-6 pr-2">
                <looped-bold class="text-[22px] text-[#FEC52D] drop-shadow-lg">"แม่สาย น่าอยู่ น่าเที่ยว อยู่ดี กินดี เมืองแห่งความสุข"</looped-bold>
            </div>
        </div>
    </div>
</header>    <main class="w-full mx-auto mb-16 pb-[300px] pt-[130px] bg-gradient-to-b from-[#9526DA] to-transparent relative -mt-[80px]">
        <section class="w-full mx-auto container_main px-3 relative z-[3] ">
            <div class="w-full rounded-3xl ">
                <div class="flex space-x-5 ">
                    <div class="w-full">
                        <div class="w-full mx-auto ">
                            <div class="flex justify-center ">
                                <div class="py-5 px-8 rounded-3xl  bg-gradient-to-b from-[#7504BB] to-[#7504BB]  border-4 border-[#9A26E0]">
                                    <p class="text-xl font-semibold text-white sarabun">ค้นหาภายในเว็บไซต์</p>
                                </div>
                            </div>
                            <div class="w-full bg-white border-[5px] rounded-xl  -mt-9 pt-10 py-20 border-white px-4">
                                <div>
                                    <div class="flex flex-col p-2 py-6 m-h-screen">
                                        <form action="" method="get">
                                            <div class="sticky flex items-center justify-between w-full p-2 mb-3 bg-white shadow-lg rounded-xl" style="top: 5px">
                                                <input type="hidden" name="page" value="search">
                                                <input id="q" name="q" value="" class="w-full py-4 pl-4 text-xs font-bold leading-tight text-gray-700 bg-gray-100 rounded-full focus:outline-none focus:shadow-outline lg:text-sm" type="text" placeholder="ค้นหา">
                                                <button type="submit" class="w-16 p-2 mx-2 text-white bg-gray-600 hover:bg-blue-500 rounded-xl">
                                                    <i class="text-xl bi bi-search "></i> <span class="text-xs">ค้นหา</span>
                                                </button>
                                            </div>
                                        </form>
                                        <div class="rounde-lg">
                                            <div class="p-1 font-black text-gray-700 lg:text-xl md:text-lg">ผลการค้าหา "  "</div>

                                            <div class="div-all-doc">
                                                <div class="flex justify-start my-2">
                                                    <div class="w-auto p-2 text-lg text-white bg-blue-600 rounded-xl">
                                                        <p class="font-bold">
                                                            เอกสารกองงาน เอกสารดาวโหลด และเอกสารเรื่องอื่นๆ
                                                        </p>
                                                    </div>
                                                </div>
                                                                                                    <a target="_blank" href="./?page=document_download&id=455&level=3&link_id=435" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     ประกาศแก้ไขเปลี่ยนแปลงคำชี้แจง ครั้งที่ 1 ประจำปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=456&level=3&link_id=435" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     ประกาศแก้ไขเปลี่ยนแปลงคำชี้แจง ครั้งที่ 2 ประจำปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=457&level=3&link_id=435" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     ประกาศแก้ไขเปลี่ยนแปลงคำชี้แจง ครั้งที่ 3 ประจำปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=262&level=3&link_id=87" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     พระราชบัญญัติการเลือกตั้งสมาชิกสภาท้องถิ่นและผู้บริหารท้องถิ่น (ฉบับที่ 2) พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=260&level=3&link_id=87" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     ระเบียบ กกต. ว่าด้วยการเลือกตั้งสมาชิกสภาท้องถิ่นหรือผู้บริหารท้องถิ่น (ฉบับที่ 3) พ.ศ. 2564                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=261&level=3&link_id=87" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     ระเบียบ กกต. ว่าด้วยการเลือกตั้งสมาชิกสภาท้องถิ่นหรือผู้บริหารท้องถิ่น (ฉบับที่ 4) พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=383&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 3 ประจำปี พ.ศ. 2568 ครั้งที่ 2/2568 (วันที่ 29 สิงหาคม 2568)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=476&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 4 ประจำปี พ.ศ. 2568 ครั้งที่ 1/2568 (วันที่ 22 ธันวาคม 2568)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=482&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2569 ครั้งที่ 1/2569 (วันที่ 20 กุมภาพันธ์ 2569)                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=202&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     ศูนย์ยุติธรรมชุมชนตำบลแม่สาย เข้าร่วมโครงการอบรมพัฒนาศักยาภาพคณะกรรมการศูนย์ยุติธรรมชุมชน  (วันที่ 21 พฤษภาคม 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=466&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     โอนงบประมาณครั้งที่ 14 ปีงบประมาณ 2569                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=467&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     โอนงบประมาณครั้งที่ 15 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=472&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     โอนงบประมาณครั้งที่ 17 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=473&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     โอนงบประมาณครั้งที่ 18 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=486&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     โอนงบประมาณครั้งที่ 21 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=495&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     โอนงบประมาณครั้งที่ 25 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=504&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     โอนงบประมาณครั้งที่ 26 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=169&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    (สำเนา) แผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) เทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2566 (ในระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=170&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    (สำเนา) แผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) เทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2567 (ในระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=171&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    (สำเนา) แผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) เทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2568 (ในระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=172&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    (สำเนา) แผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) เทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2569 (ในระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=173&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    (สำเนา) แผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) เทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2570 (ในระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=36&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    « ย้อนกลับ สำเนา การแก้ไขแผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) ครั้งที่ 1/2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=87&level=2&link_id=84" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กฎหมาย กฎ ระเบียบ ข้อบังคับ ที่เกี่ยวข้อง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=533&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กองสาธารณสุขและสิ่งแวดล้อม เทศบาลตำบลแม่สาย ประชาสัมพันธ์เชิญชวนประชาชนในเขตเทศบาลตำบลแม่สาย สมัครเป็นอาสาสมัครท้องถิ่นรักษ์โลก (อถล.) เทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ.2568 รายละเอียดตามที่ปรากฏ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=406&level=2&link_id=386" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การขยายระยะเวลาดำเนินการจัดเก็บภาษีที่ดินและสิ่งปลูกสร้าง ประจำปี พ.ศ.2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=17&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การจัดการความรู้ KM                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=206&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การเลือกตั้งนายกเทศมนตรีและสมาชิกสภาเทศบาล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=288&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การเลือกตั้งสมาชิกสภาเทศบาล และนายกเทศมนตรีตำบลแม่สาย พ.ศ.2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=338&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การแจ้งเหตุที่ทำให้ไม่อาจไปใช้สิทธิเลือกตั้งสมาชิกสภาเทศบาลและนายกเทศมนตรี                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=84&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจการสภาเทศบาล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=386&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ข่าวประชาสัมพันธ์กองคลัง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=294&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ความรู้การเลือกตั้งสมาชิกสภาเทศบาลและนายกเทศมนตรี                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=314&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งคณะกรรมการการเลือกตั้งประจำจังหวัดเชียงราย ที่ 28/2568 เรื่อง คำสั่งแต่งตั้งคณะกรรมการการเลือกตั้งประจำเทศบาล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=103&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งคณะกรรมการสามัญด้านการศึกษา ศาสนาและวัฒนธรรม เรื่อง แต่งตั้งคณะอนุกรรมการของคณะกรรมการสามัญด้านการศึกษา ศาสนาและวัฒนธรรม                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=106&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งคณะกรรมการสามัญด้านสวัสดิการสังคม เรื่อง แต่งตั้งคณะอนุกรรมการของคณะกรรมการสามัญด้านสวัสดิการสังคม                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=105&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งคณะกรรมการสามัญด้านสาธารณสุขและสิ่งแวดล้อม เรื่อง แต่งตั้งคณะอนุกรรมการของคณะกรรมการสามัญด้านสาธารณสุขและสิ่งแวดล้อม                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=104&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งคณะกรรมการสามัญด้านโครงสร้างพื้นฐานและสาธารณูปโภค เรื่อง แต่งตั้งคณะอนุกรรมการของคณะกรรมการสามัญด้านโครงสร้างพื้นฐานและสาธารณูปโภค                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=363&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งอำเภอแม่สาย ที่ 190 เรื่อง แต่งตั้งประธานสภาเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=364&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งอำเภอแม่สาย ที่ 191 เรื่อง แต่งตั้งรองประธานสภาเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=101&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งอำเภอแม่สาย ที่ 337/2566 เรื่อง แต่งตั้งรองประธานสภาเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=421&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งอำเภอแม่สาย ที่ 485/2568 เรื่อง แต่งตั้งประธานสภาเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=393&level=2&link_id=230" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 1387/2568 เรื่อง แต่งตั้งคณะทำงานตามโครงการประชาสัมพันธ์หลักเกณฑ์ ขั้นตอน และระยะเวลาการจัดเก็บภาษี , โครงการให้บริการผู้ชำระภาษีในช่วงพักเที่ยง , โครงการบริการรับชำระภาษี แบบ DELIVERY รับภาษีถึงสถานประกอบการ และโครงการชำระค่าธรรมเนียมเก็บขนขยะมูลฝอยรายปี ประจำปีงบประมาณ พ.ศ.2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=167&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 998/2565 เรื่อง แต่งตั้งคณะทำงานจัดทำแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) เทศบาลตำบลแม่สายบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=385&level=2&link_id=230" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย เรื่อง แต่งตั้งพนักงานเจ้าหน้าที่เพื่อปฏิบัติการตามกฎหมายว่าด้วย ภาษีป้ายประจำปี พ.ศ.2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=384&level=2&link_id=230" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย เรื่อง แต่งตั้งพนักงานเทศบาลเป็นพนักงานเก็บภาษีตามพระราชบัญญญัติภาษีตามพระราชบัญญัิติภาษีที่ดินและสิ่งปลูกสร้าง พ.ศ.2562 ประจำปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=14&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือ/แนวทางการขอรับบริการ สำหรับผู้รับบริการหรือผู้มาติดต่อ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=304&level=2&link_id=14" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือ/แนวทางการขอรับบริการขอต่ออายุใบอนุญาตก่อสร้าง ดัดแปลง รื้อถอนหรือเคลื่อนย้ายอาคาร                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=303&level=2&link_id=14" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือ/แนวทางการขอรับบริการขอต่อใบอนุญาตจำหน่ายสินค้าในที่หรือทางสาธารณะ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=300&level=2&link_id=14" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือ/แนวทางการขอรับบริการขออนุญาตฆ่าสัตว์ในโรงฆ่าสัตว (เทศบาลตำบลแม่สาย)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=301&level=2&link_id=14" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือ/แนวทางการขอรับบริการขอใบอนุญาตจำหน่ายสินค้าในที่หรือทางสาธารณะ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=302&level=2&link_id=14" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือ/แนวทางการขอรับบริการจดทะเบียนพาณิชย์ (ตั้งใหม่) กรณีผู้ขอจดทะเบียนเป็นบุคคลธรรมดา                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=13&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือ/แนวทางการปฏิบัติงานของเจ้าหน้าที่                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=557&level=2&link_id=14" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือการขอรับบริการ หรือแนวทางการปฏิบัติผู้มาขอรับบริการหรือผู้มาติดต่อกับหน่วยงาน : กองสวัสดิการสังคม เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=555&level=2&link_id=13" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือการปฏิบัติงานของเจ้าหน้าที่ : การขอรับการสงเคราะห์ผู้ป่วยเอดส                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=556&level=2&link_id=13" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือการปฏิบัติงานของเจ้าหน้าที่ : การลงทะเบียนและยื่นคำขอรับเงินเบี้ยยังชีพผู้สูงอายุ                                                                  </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=63&level=2&link_id=13" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือการปฏิบัติงานองค์กรปกครองส่วนท้องถิ่น                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=554&level=2&link_id=13" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือจัดทำงบประมาณรายจ่ายประจำปี เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=500&level=2&link_id=78" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือจัดทำงบประมาณรายจ่ายประจำปี เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=558&level=2&link_id=14" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือบริการประชาชน : กองสวัสดิการสังคม เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=166&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือปฏิบัติการเพื่อป้องกันผลประโยชน์ทับซ้อน เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=298&level=2&link_id=13" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือปฏิบัติงาน ขั้นตอนการขอติดตั้ง/ซ่อมแซมไฟฟ้าสาธารณะ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=296&level=2&link_id=13" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือปฏิบัติงาน ขั้นตอนการขออนุญาตก่อสร้าง-ดัดแปลง-รื้อถอนอาคาร                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=297&level=2&link_id=13" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือปฏิบัติงาน ขั้นตอนการแจ้ง-ซ่อมแซมถนน ทางเท้า รางระบายน้ำ เครื่องออกกำลังกาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=124&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือสมาชิกสภาท้องถิ่น                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=299&level=2&link_id=13" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือแนวทางปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=352&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ฐานข้อมูลคนพิการอายุเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=528&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ฐานข้อมูลคนพิการเทศบาลตำบลแม่สาย ประจำปี 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=527&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ฐานข้อมูลผู้สูงอายุเทศบาลตำบลแม่สาย ประจำปี 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=351&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ฐานข้อมูลผู้สูงอายุเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=4&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ดาวน์โหลดเอกสาร                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=337&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตรวจสอบผู้มีสิทธิเลือกตั้งสมาชิกสภาเทศบาลและนายกเทศมนตรี (ออนไลน์) เลือกตั้งท้องถิ่น (เทศบาล) วันอาทิตย์ที่ 11 พฤษภาคม 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=458&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตรวจสอบรายชื่อผู้มีสิทธิเลือกตั้งการเลือกตั้งนายกเทศมนตรีตำบลแม่สายและสมาชิกสภาเทศบาลตำบลแม่สาย เขตเลือกตั้งที่ 1 กรณีแทนตำแหน่งว่าง เลือกตั้งวันที่ 1 กุมภาพันธ์ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=348&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ทะเบียนผู้สูงอายุที่มีภาวะพึ่งพิง ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=349&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ทะเบียนอาสาสมัครบริบาลท้องถิ่นเทศบาลตำบลแม่สาย                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=12&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    บริการอื่นๆ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=291&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ปฏิทินเลือกตั้งสมาชิกสภาเทศบาลและนายกเทศมนตรี                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=474&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศ เปลี่ยนแปลงแผน ครั้งที่ 1/2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=487&level=2&link_id=230" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศ เรื่อง ราคาประเมินทุนทรัพย์ของที่ดินและสิ่งปลูกสร้าง (ภ.ด.ส.1/2) ประจำปี พ.ศ.2569 ตามพระราชบัญญัติภาษีที่ดินและสิ่งปลูกสร้าง พ.ศ.2562                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=230&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศ/คำสั่ง (กองคลัง)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=85&level=2&link_id=84" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศ/คำสั่ง สภาเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=313&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศคณะกรรมการการเลือกตั้ง เรื่อง การแบ่งเขตเลือกตั้งสมาชิกสภาเทศบาลในจังหวัดเชียงราย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=317&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศคณะกรรมการการเลือกตั้ง เรื่อง การแบ่งเขตเลือกตั้งสมาชิกสภาเทศบาลในจังหวัดเชียงราย (ฉบับลงราชกิจจจานุเบกษา)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=361&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศคณะกรรมการการเลือกตั้ง เรื่อง ผลการเลือกตั้งนายกเทศมนตรี อำเภอแม่สาย จังหวัดเชียงราย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=207&level=2&link_id=206" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศคณะกรรมการการเลือกตั้ง เรื่อง ผลการเลือกตั้งนายกเทศมนตรีตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=478&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศคณะกรรมการการเลือกตั้ง เรื่อง ผลการเลือกตั้งนายกเทศมนตรีตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย (ผ.ถ. 6/1)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=360&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศคณะกรรมการการเลือกตั้ง เรื่อง ผลการเลือกตั้งสมาชิกสภาเทศบาล อำเภอแม่สาย จังหวัดเชียงราย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=208&level=2&link_id=206" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศคณะกรรมการการเลือกตั้ง เรื่อง ผลการเลือกตั้งสมาชิกสภาเทศบาลตำบลแม่สาย อ.แม่สาย จ.เชียงราย (บางส่วน)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=209&level=2&link_id=206" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศคณะกรรมการการเลือกตั้ง เรื่อง ผลการเลือกตั้งสมาชิกสภาเทศบาลตำบลแม่สาย อ.แม่สาย จ.เชียงราย (เพิ่มเติม)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=479&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศคณะกรรมการการเลือกตั้ง เรื่อง ผลการเลือกตั้งสมาชิกสภาเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย (ส.ถ. 6/1)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=468&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศคณะกรรมการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง ผลการนับคะแนนเลือกตั้ง (ผ.ถ. 5/8) นายกเทศมนตรีตำบลแม่สาย กรณีแทนตำแหน่งที่ว่าง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=345&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศคณะกรรมการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง ผลการนับคะแนนเลือกตั้ง (ผ.ถ.5/8) นายกเทศมนตรีตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=469&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศคณะกรรมการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง ผลการนับคะแนนเลือกตั้ง (ส.ถ. 5/8) สมาชิกสภาเทศบาลตำบลแม่สาย เขตเลือกตั้งที่ 1 กรณีแทนตำแหน่งที่ว่าง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=346&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศคณะกรรมการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง ผลการนับคะแนนเลือกตั้ง (ส.ถ.5/8) สมาชิกสภาเทศบาลตำบลแม่สาย เขตเลือกตั้งที่ 1                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=347&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศคณะกรรมการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง ผลการนับคะแนนเลือกตั้ง (ส.ถ.5/8) สมาชิกสภาเทศบาลตำบลแม่สาย เขตเลือกตั้งที่ 2                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=436&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศคณะกรรมการการเลือกตั้งประจำเทศบาลตำบลแม่สาย เรื่อง  กำหนดสถานที่รวบรวมผลคะแนนการเลือกตั้งนายกเทศมนตรีตำบลแม่สายและสมาชิกสภา เทศบาลตำบลแม่สาย เขตเลือกตั้งที่ 1 กรณีแทนตำแหน่งว่าง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=335&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศคณะกรรมการการเลือกตั้งประจำเทศบาลตำบลแม่สาย เรื่อง  กำหนดสถานที่รวบรวมผลคะแนนการเลือกตั้งสมาชิกสภาเทศบาลตำบลแม่สาย และนายกเทศมนตรีตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=325&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศคณะกรรมการการเลือกตั้งประจำเทศบาลตำบลแม่สาย เรื่อง ประกาศกำหนดเกี่ยวกับการหาเสียงเลือกตั้ง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=379&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการการเลือกตั้งประจำจังหวัดเชียงราย เรื่อง บัญชีรายรับและรายจ่ายในการเลือกตั้งของผู้สมัครนายกเทศมนตรีตำบลแม่สายและสมาชิกสภาเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย (กรณีครบวาระ) (ส.ถ./ผ.ถ. 1/13) )                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=548&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการการเลือกตั้งประจำจังหวัดเชียงราย เรื่อง บัญชีรายรับและรายจ่ายในการเลือกตั้งของผู้สมัครนายกเทศมนตรีตำบลแม่สายและสมาชิกสภาเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย (กรณีแทนตำแหน่งที่ว่าง) (ส.ถ./ผ.ถ. 1/13)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=210&level=2&link_id=206" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำจังหวัดเชียงราย เรื่อง บัญชีรายรับรายจ่ายในการเลือกตั้งของผู้สมัครรับเลือกตั้งเป็นสมาชิกสภาเทศบาล-นายกเทศมนตรีตำบลแม่สาย อำเภอแม่สาย จังหวัดเชีงราย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=422&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง กำหนดหน่วยเลือกตั้งและที่เลือกตั้งนายกเทศมนตรีตำบลแม่สาย เขตเลือกตั้งที่ 1 (ผ.ถ. 3/1)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=424&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง กำหนดหน่วยเลือกตั้งและที่เลือกตั้งนายกเทศมนตรีตำบลแม่สาย เขตเลือกตั้งที่ 2 (ผ.ถ. 3/1)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=423&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง กำหนดหน่วยเลือกตั้งและที่เลือกตั้งสมาชิกสภาเทศบาลตำบลแม่สาย เขตเลือกตั้งที่ 1 (ส.ถ. 3/1)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=333&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง กำหนดหน่วยเลือกตั้งและที่เลือกตั้งสมาชิกสภาเทศบาลตำบลแม่สายและนายกเทศมนตรีตำบลแม่สาย เขตเลือกตั้งที่ 1 (ส.ถ./ผ.ถ. 3/1)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=334&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง กำหนดหน่วยเลือกตั้งและที่เลือกตั้งสมาชิกสภาเทศบาลตำบลแม่สายและนายกเทศมนตรีตำบลแม่สาย เขตเลือกตั้งที่ 2 (ส.ถ./ผ.ถ. 3/1)                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=332&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง ชื่อผู้มีสิทธิสมัครรับเลือกตั้งนายกเทศมนตรีตำบลแม่สาย (ผ.ถ. 4/5)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=427&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง ชื่อผู้มีสิทธิสมัครรับเลือกตั้งนายกเทศมนตรีตำบลแม่สาย (ผ.ถ. 4/5)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=428&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง ชื่อผู้มีสิทธิสมัครรับเลือกตั้งสมาชิกสภาเทศบาลตำบลแม่สาย (ส.ถ. 4/5)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=330&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง ชื่อผู้มีสิทธิสมัครรับเลือกตั้งสมาชิกสภาเทศบาลตำบลแม่สาย เขตเลือกตั้งที่ 1 (ส.ถ. 4/5)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=331&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง ชื่อผู้มีสิทธิสมัครรับเลือกตั้งสมาชิกสภาเทศบาลตำบลแม่สาย เขตเลือกตั้งที่ 2 (ส.ถ. 4/5)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=329&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง บัญชีรายชื่อผู้สมัครรับเลือกตั้งนายกเทศมนตรีตำบลแม่สาย ที่ได้รับสมัครรับเลือกตั้งและไม่ได้รับสมัครรับเลือกตั้ง (ผ.ถ. 4/4)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=425&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง บัญชีรายชื่อผู้สมัครรับเลือกตั้งนายกเทศมนตรีตำบลแม่สาย ที่ได้รับสมัครรับเลือกตั้งและไม่ได้รับสมัครรับเลือกตั้ง (ผ.ถ.4/4)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=327&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง บัญชีรายชื่อผู้สมัครรับเลือกตั้งสมาชิกสภาเทศบาลตำบลแม่สาย ที่ได้รับสมัครรับเลือกตั้งและไม่ได้รับสมัครรับเลือกตั้ง เขตเลือกตั้งที่ 1 (ส.ถ. 4/4)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=426&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง บัญชีรายชื่อผู้สมัครรับเลือกตั้งสมาชิกสภาเทศบาลตำบลแม่สาย ที่ได้รับสมัครรับเลือกตั้งและไม่ได้รับสมัครรับเลือกตั้ง เขตเลือกตั้งที่ 1 (ส.ถ. 4/4)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=328&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง บัญชีรายชื่อผู้สมัครรับเลือกตั้งสมาชิกสภาเทศบาลตำบลแม่สาย ที่ได้รับสมัครรับเลือกตั้งและไม่ได้รับสมัครรับเลือกตั้ง เขตเลือกตั้งที่ 2 (ส.ถ. 4/4)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=344&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง เปลี่ยนแปลงที่เลือกตั้ง (ส.ถ./ผ.ถ. 3/3) หน่วยเลือกตั้งที่ 10 เขตเลือกตั้งที่ 1                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=343&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง เปลี่ยนแปลงที่เลือกตั้ง (ส.ถ./ผ.ถ. 3/3) หน่วยเลือกตั้งที่ 8 เขตเลือกตั้งที่ 1                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=413&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง ให้มีการเลือกตั้งนายกเทศมนตรีตำบลแม่สาย กรณีแทนตำแหน่งว่าง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=414&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย เรื่อง ให้มีการเลือกตั้งสมาชิกสภาเทศบาลตำบลแม่สาย เขตเลือกตั้งที่ 1 กรณีแทนตำแหน่งว่าง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=319&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย เรื่อง ให้มีการเลือกตั้งนายกเทศมนตรีตำบลแม่สาย                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=318&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย เรื่อง ให้มีการเลือกตั้งสมาชิกสภาเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=289&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการเลือกตั้งประจำเทศบาลตำบลแม่สาย เรื่อง การรับสมัครบุคคลเข้ารับการสรรหาเป็นคณะกรรมการการเลือกตั้ง ประจำเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=277&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย  เรื่อง  กำหนดสมัยประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ ประจำปี พ.ศ. 2568  และสมัยประชุมสามัญ สมัยแรก ประจำปี พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=367&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย  เรื่อง  แต่งตั้งคณะกรรมการสามัญของสภาเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=377&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย  เรื่อง  แต่งตั้งคณะกรรมการแปรญัตติ (ร่าง) เทศบัญญัติงบประมาณรายจ่าย  ประจำปีงบประมาณ พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=477&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย  เรื่อง กำหนดสมัยประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ ประจำปี พ.ศ. 2569  และสมัยประชุมสามัญ สมัยแรก ประจำปี พ.ศ. 2570                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=102&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรือง แต่งตั้งคณะกรรมการสามัญของสภาเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=227&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง  เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 3 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=275&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง  เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=92&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง กำหนดวันเริ่มสมัยประชุมสามัญ ประจำปี พ.ศ. 2565 และกำหนดสมัยประชุมสามัญ สมัยแรกของปี พ.ศ.2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=110&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง กำหนดสมัยประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ ประจำปี พ.ศ. 2567 และสมัยประชุมสามัญ สมัยแรก ประจำปี พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=365&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง กำหนดสมัยประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ ประจำปี พ.ศ. 2568 และสมัยประชุมสามัญ สมัยแรก ประจำปี พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=93&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง กำหนดสมัยประชุมสามัญประจำปี พ.ศ. 2566 และกำหนดสมัยประชุมสามัญประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=97&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยประชุมสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=98&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยประชุมสามัญ สมัยที่ 3 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=112&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=366&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=502&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2569                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=374&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 3 ประจำปี พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=108&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 4 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=245&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 4 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=403&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 4 ประจำปี พ.ศ. 2568                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=95&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=109&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=464&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=90&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง แต่งตั้งเลขานุการสภาเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=89&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศอำเภอแม่สาย เรื่อง การเรียกประชุมสภาเทศบาลตำบลแม่สายครั้งแรก                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=94&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศอำเภอแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยวิสามัญ สมัยที่ 1 ครั้งที่ 1 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=111&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศอำเภอแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยวิสามัญ สมัยที่ 1 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=292&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศอำเภอแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยวิสามัญ สมัยที่ 1 ประจำปี พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=99&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศอำเภอแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยวิสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=256&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศอำเภอแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยวิสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=380&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศอำเภอแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยวิสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2568                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=107&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศอำเภอแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยวิสามัญ สมัยที่ 3 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=362&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศอำเภอแม่สาย เรื่อง เรียกประชุมสภาเทศบาลตำบลแม่สายครั้งแรก                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=238&level=2&link_id=230" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรือง ลงทะเบียนขอลดหรือยกเว้นภาษีที่ดินและสิ่งปลูกสร้าง อันเนื่องมาจากเหตุอันพ้นวิสัยที่จะป้องกันได้โดยทั่วไป (กรณีอุทกภัย)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=391&level=2&link_id=230" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง การจัดทำโครงการเพิ่มประสิทธิภาพการพัฒนารายได้ ประจำปีงบประมาณ พ.ศ.2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=404&level=2&link_id=230" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง การยื่นแบบแสดงรายการภาษีป้ายและชำระภาษีป้าย ประจำปี 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=231&level=2&link_id=230" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง การสำรวจที่ดินและสิ่งปลูกสร้าง ประจำปีงบประมาณ พ.ศ.2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=232&level=2&link_id=230" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง การแจ้งเปลี่ยนแปลงการใช้ประโยชน์ในที่ดินและสิ่งปลูกสร้าง ตามพระราชบัญญัติภาษีที่ีดินและสิ่งปลูกสร้าง พ.ศ.2562 ประจำปีงบประมาณ พ.ศ.2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=247&level=2&link_id=246" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ขยายเวลาการจัดทำแผนการดำเนินงาน ประจำปีงบประมาณ พ.ศ.2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=249&level=2&link_id=246" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ขยายเวลาการจัดทำแผนการดำเนินงาน ประจำปีงบประมาณ พ.ศ.2568 ครั้งที่ 2                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=165&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง นโยบายคุณธรรมและความโปร่งใส                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=341&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศเจตนารมณ์ขับเคลื่อนการลดก๊าซเรือนกระจก                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=253&level=2&link_id=246" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้แผนการดำเนินงาน ประจำปีงบประมาณ พ.ศ.2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=168&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้แผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=34&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้แผนพัฒนาท้องถิ่น (พ.ศ.2561-2565) เพิ่มเติม ครั้งที่ 2 พ.ศ.2565                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=31&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=42&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) เปลี่ยนแปลง ครั้งที่ 2/2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=44&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) เปลี่ยนแปลง ครั้งที่ 3/2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=216&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) เปลี่ยนแปลง ครั้งที่ 3/2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=32&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) เพิ่มเติม ครั้งที่ 1 พ.ศ.2565                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=271&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) เพิ่มเติม ครั้งที่ 1 พ.ศ.2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=228&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) เพิ่มเติม ครั้งที่ 1 พ.ศ.2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=40&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) เพิ่มเติม ครั้งที่ 2/2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=372&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) แก้ไข ครั้งที่ 2/2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=411&level=2&link_id=230" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง รายงานผลการจัดเก็บรายได้ภาษีท้องถิ่น ประจำปีงบประมาณ พ.ศ.2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=178&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง รายงานผลการดำเนินการตามแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) ประจำปีงบประมาณ พ.ศ. 2566 รอบ 12 เดือน (1 ตุลาคม 2565 – 30 กันยายน 2566)                                                                  </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=183&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง รายงานผลการดำเนินการตามแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) ประจำปีงบประมาณ พ.ศ. 2567 รอบ 6 เดือน (1 ตุลาคม 2566 – 31 มีนาคม 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=174&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง รายงานผลดำเนินการตามแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 - 2570) ประจำปีงบประมาณ พ.ศ. 2566 รอบ 6 เดือน (1 ต.ค. 65 - 31 มี.ค. 66)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=240&level=2&link_id=230" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง รายชื่อผู้เสียภาษีที่ประสงค์ขอลดหรือยกเว้นภาษีที่ดินและสิ่งปลูกสร้าง อันเนื่องมาจากเหตุอันพ้นวิสัยที่จะป้องกันได้โดยทั่วไป (กรณีอุทกภัย)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=242&level=2&link_id=230" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง แผนการจัดเก็บภาษีและพัฒนารายได้ ประจำปีงบประมาณ พ.ศ.2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=21&level=3&link_id=19" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง โครงสร้างส่วนราชการและการแบ่งงานภายใน และการกำหนดอำนาจหน้าที่ของกองหรือส่วนราชการตามแผนอัตรากำลัง 3 ปี (ประจำปีงบประมาณ 2567 - 2569)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=312&level=2&link_id=230" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่องการขยายกำหนดเวลาดำเนินการตามพระราชบัญญัติภาษีที่ดินและสิ่งปลูกสร้าง พ.ศ.2562 ประจำปี พ.ศ.2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=311&level=2&link_id=230" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่องราคาประเมินทุนทรัพย์ของที่ดินและสิ่งปลูกสร้าง(ภ.ด.ส.1/2)ประจำปี พ.ศ.2568 ตามพระราชบัญญัติภาษีที่ดินและสิ่งปลูกสร้าง พ.ศ.2562                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=241&level=2&link_id=230" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำลแม่สาย รายงานผลการจัดเก็บรายได้ภาษีท้องถิ่น ประจำปีงบประมาณ พ.ศ.2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=485&level=3&link_id=435" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศแก้ไขเปลี่ยนแปลงคำชี้แจง ครั้งที่ 4 ประจำปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=489&level=3&link_id=435" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศแก้ไขเปลี่ยนแปลงคำชี้แจง ครั้งที่ 5 ประจำปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=492&level=3&link_id=435" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศแก้ไขเปลี่ยนแปลงคำชี้แจง ครั้งที่ 6 ประจำปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=503&level=3&link_id=435" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศแก้ไขเปลี่ยนแปลงคำชี้แจง ครั้งที่ 7 ประจำปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=399&level=2&link_id=246" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศแผนการดำเนินงานประจำปีงบประมาณ พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=336&level=2&link_id=230" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศ​เทศบาลตำบล​แม่สาย​ เรื่อง​ ลดหรือ​ยกเว้นภาษีที่ดินและ​สิ่งปลูกสร้าง​ อันเนื่องมาจาก​เหตุ​อันพ้นวิสัย​ที่จะ​ป้องกัน​ได้ทั่วไป​(กรณี​อุทกภัย)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=91&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาสสภาเทศบาลตำบลแม่สาย เรื่อง กำหนดสมัยประชุม สมัยสามัญ ประจำปี พ.ศ. 2564 และกำหนดสมัยประชุม สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2565                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=22&level=3&link_id=19" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาสเทศบาลตำบลแม่สาย เรื่อง แผนอัตรากำลัง 3 ปี ประจำปีงบประมาณ พ.ศ.2567-2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=324&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประชาสัมพันธ์ช่องทางดาวน์โหลดใบสมัครรับเลือกตั้งสมาชิกสภาเทศบาลตำบลแม่สายและนายกเทศมนตรีตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=460&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประชาสัมพันธ์สีบัตรเลือกตั้งที่ใช้ในการเลือกตั้งนายกเทศมนตรีตำบลแม่สายและสมาชิกสภาเทศบาลตำบลแม่สาย เขตเลือกตั้งที่ 1 (กรณีแทนตำแหน่งว่าง) ที่จะมีการเลือกตั้งในวันอาทิตย์ที่ 1 กุมภาพันธ์ 2569                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=308&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประชาสัมพันธ์เชิญชวนผู้สนใจจะสมัครรับเลือกตั้งสามาชิกสภาเทศบาลหรือนายกเทศมนตรี เข้าร่วมประชุมรับการชี้แจง (ผ่านระบบประชุมออนไลน์ Zoom Meeting)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=315&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประชาสัมพันธ์เตรียมพร้อมสมัครรับเลือกตั้งเป็นสมาชิกสภาเทศบาลและนายกเทศมนตรี ระหว่างวันที่ 31 มีนาคม 2568 – วันที่ 4 เมษายน 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=2&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ผลการดำเนินงาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=182&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ผลการนำแผนปฏิบัติการป้องกันการทุจริตไปสู่การปฏิบัติระดับจังหวัด ของจังหวัดเชียงราย ประจำปีงบประมาณ พ.ศ. 2566 รอบ 12 เดือน (ในระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=177&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ผลการนำแผนปฏิบัติการป้องกันการทุจริตไปสู่การปฏิบัติระดับจังหวัด ของจังหวัดเชียงราย ประจำปีงบประมาณ พ.ศ. 2566 รอบ 6 เดือน (ในระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=251&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ผลการนำแผนปฏิบัติการป้องกันการทุจริตไปสู่การปฏิบัติระดับจังหวัด ของจังหวัดเชียงราย ประจำปีงบประมาณ พ.ศ. 2567 รอบ 12 เดือน (ในระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=186&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ผลการนำแผนปฏิบัติการป้องกันการทุจริตไปสู่การปฏิบัติระดับจังหวัด ของจังหวัดเชียงราย ประจำปีงบประมาณ พ.ศ. 2567 รอบ 6 เดือน (ในระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=257&level=3&link_id=87" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระราชบัญญัติการเลือกตั้งสมาชิกสภาท้องถิ่นและผู้บริหารท้องถิ่น พ.ศ. 2562                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=181&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ภาพรวมผลการนำแผนปฏิบัติการป้องกันการทุจริตไปปฏิบัติ ประจำปีงบประมาณ พ.ศ. 2566 รอบ 12 เดือน (E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=176&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ภาพรวมรายงานผลการนำแผนปฏิบัติการป้องกันการทุจริตไปปฏิบัติ ประจำปีงบประมาณ พ.ศ. 2566 รอบ 6 เดือน (ในระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=252&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ภาพรวมรายงานผลการนำแผนปฏิบัติการป้องกันการทุจริตไปปฏิบัติ ประจำปีงบประมาณ พ.ศ. 2567 รอบ 12 เดือน (ในระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=185&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ภาพรวมรายงานผลการนำแผนปฏิบัติการป้องกันการทุจริตไปปฏิบัติ ประจำปีงบประมาณ พ.ศ. 2567 รอบ 6 เดือน (ในระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=5&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ภาษี                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=6&level=2&link_id=5" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ภาษีที่ดินและสิ่งปลูกสร้าง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=7&level=2&link_id=5" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ภาษีป้ายและอื่นๆ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=551&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระบบข้อมูลรายชื่อกลุ่มเปราะบาง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=226&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระบบฐานข้อมูลเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=259&level=3&link_id=87" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบ กกต. ว่าด้วยการเลือกตั้งสมาชิกสภาท้องถิ่นหรือผู้บริหารท้องถิ่น (ฉบับที่ 2) พ.ศ. 2563                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=258&level=3&link_id=87" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบ กกต. ว่าด้วยการเลือกตั้งสมาชิกสภาท้องถิ่นหรือผู้บริหารท้องถิ่น พ.ศ. 2562                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=263&level=3&link_id=87" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบ กกต. ว่าด้วยวิธีการหาเสียงและลักษณะต้องห้ามในการหาเสียงเลือกตั้งสมาชิกสภาท้องถิ่นหรือผู้บริหารท้องถิ่น พ.ศ. 2563                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=128&level=3&link_id=87" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบกระทรวงมหาดไทย ว่าด้วยการลาของผู้บริหารท้องถิ่น ผู้ช่วยผู้บริหารท้องถิ่น และสมาชิกสภาท้องถิ่น พ.ศ 2547                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=131&level=3&link_id=87" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบกระทรวงมหาดไทย ว่าด้วยข้อบังคับการประชุมสภาท้องถิ่น (ฉบับที่ 3) พ.ศ. 2565                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=130&level=3&link_id=87" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบกระทรวงมหาดไทย ว่าด้วยเงินเดือน เงินค่าตอบแทน และประโยชน์ตอบแทนอย่างอื่นของนายกเทศมนตรี รองนายกเทศมนตรี ประธานสภาเทศบาล รองประธานสภาเทศบาล สมาชิกสภาเทศบาล ฯ (ฉบับ 2) พ.ศ. 2557                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=129&level=3&link_id=87" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบกระทรวงมหาดไทย ว่าด้วยเงินเดือน เงินค่าตอบแทน และประโยชน์ตอบแทนอย่างอื่นของนายกเทศมนตรี รองนายกเทศมนตรี ประธานสภาเทศบาล รองประธานสภาเทศบาล สมาชิกสภาเทศบาล ฯ พ.ศ. 2554                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=127&level=3&link_id=87" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบกระทรวงมหาดไทยว่าด้วยข้อบังคับการประชุมสภาท้องถิ่น (ฉบับที่ 2) พ.ศ. 2554                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=125&level=3&link_id=87" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบกระทรวงมหาดไทยว่าด้วยข้อบังคับการประชุมสภาท้องถิ่น พ.ศ. 2547                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=132&level=3&link_id=87" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบสภาเทศบาลตำบลแม่สาย ว่าด้วยการดำเนินการของประชาชนในการเข้าชื่อเสนอข้อบัญญัติท้องถิ่น พ.ศ. 2565                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=126&level=3&link_id=87" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบสภาเทศบาลตำบลแม่สาย ว่าด้วยหลักเกณฑ์และวิธีการสำหรับให้ประชาชนเข้าฟังการประชุมสภาเทศบาลตำบลแม่สาย พ.ศ. 2551                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=498&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการกำกับติดตามการใช้จ่ายงบประมาณ ประจำปีงบประมาณ พ.ศ. 2569 รอบ 6 เดือนแรก (ตุลาคม 2568-มีนาคม 2569)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=79&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการติดตามการประเมินผลแผนพัฒนา                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=115&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาล สมัยสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=116&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาล สมัยสามัญ สมัยที่ 3 ครั้งที่ 1 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=117&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาล สมัยสามัญ สมัยที่ 3 ครั้งที่ 2 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=86&level=2&link_id=84" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=113&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยวิสามัญ สมัยที่ 1 ครั้งที่ 1 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=123&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยวิสามัญ สมัยที่ 1 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=350&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยวิสามัญ สมัยที่ 1 ประจำปี พ.ศ. 2568 (วันที่ 17 มีนาคม 2568)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=118&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยวิสามัญ สมัยที่ 2 ครั้งที่ 1 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=119&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยวิสามัญ สมัยที่ 2 ครั้งที่ 2 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=248&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยวิสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=419&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยวิสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2568 ครั้งที่ 1/2568 (วันที่ 29 กันยายน 2568)                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=120&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยวิสามัญ สมัยที่ 3 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=234&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=369&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2568 ครั้งที่ 1/2568 (วันที่ 17 มิถุนายน 2568)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=370&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2568 ครั้งที่ 2/2568 (วันที่ 30 มิถุนายน 2568)                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=376&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2568 ครั้งที่ 3/2568 (วันที่ 9 กรกฎาคม 2568)                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=235&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 3 ครั้งที่ 1 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=239&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 3 ครั้งที่ 2 ประจำปี พ.ศ. 2567                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=378&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 3 ประจำปี พ.ศ. 2568 ครั้งที่ 1/2568 (วันที่ 15 สิงหาคม 2568)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=121&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 4 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=278&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 4 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=114&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=122&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=309&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2568 (วันที่ 13 กุมภาพันธ์ 2568)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=490&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2569 ครั้งที่ 2/2569 (วันที่ 6 มีนาคม 2569)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=547&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2569 ครั้งที่ 3/2569 (วันที่ 17 มีนาคม 2569)                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=368&level=3&link_id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สายครั้งแรก (วันที่ 13 มิถุนายน 2568)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=342&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการปล่อยและดูดกลับก๊าซเรือนกระจกขององค์กร เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=287&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการเงิน ประจำปีงบประมาณ พ.ศ.2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=420&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการเงิน ประจำปีงบประมาณ พ.ศ.2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=493&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการเงินประจำปีพร้อมกับรายงานผลการตรวจสอบของสำนักตรวจเงินแผ่นดิน สำหรับปีสิ้นสุดวันที่ 30 กันยายน 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=397&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการเงินประจำเดือนกันยายน 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=488&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการเงินประจำเดือนกุมภาพันธ์ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=281&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการเงินประจำเดือนตุลาคม 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=401&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการเงินประจำเดือนตุลาคม 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=283&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการเงินประจำเดือนธันวาคม 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=432&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการเงินประจำเดือนธันวาคม 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=282&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการเงินประจำเดือนพฤศจิกายน 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=408&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการเงินประจำเดือนพฤศจิกายน 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=553&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการเงินประจำเดือนพฤษภาคม 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=284&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการเงินประจำเดือนมกราคม 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=470&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการเงินประจำเดือนมกราคม 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=496&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการเงินประจำเดือนมีนาคม 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=76&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการเงินประจำเดือนเมษายน 2567(ณ วันที่ 30 เมษายน 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=529&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการเงินประจำเดือนเมษายน 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=286&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานของผู้สอบบัญชีและรายงานการเงินเทศบาลตำบลแม่สาย สำหรับปีสิ้นสุดวันที่ 30 กันยายน 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=357&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานของผู้สอบบัญชีและรายงานการเงินเทศบาลตำบลแม่สาย สำหรับปีสิ้นสุดวันที่ 30 กันยายน 2567(ฉบับแก้ไข)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=285&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานงบประมาณคงเหลือ ณ 30 กันยายน 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=398&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานงบประมาณคงเหลือ ณ 30 กันยายน 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=75&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานทางการเงิน-การคลัง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=255&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการตามแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) ประจำปีงบประมาณ พ.ศ. 2567 รอบ 12 เดือน (1 ตุลาคม 2566 – 30 กันยายน 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=522&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการตามแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) ประจำปีงบประมาณ พ.ศ. 2568 รอบ 12 เดือน (1 ตุลาคม 2567 – 30 กันยายน 2568)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=521&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการตามแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) ประจำปีงบประมาณ พ.ศ. 2568 รอบ 6 เดือน (1 ตุลาคม 2567 – 31 มีนาคม 2568)                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=179&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินงานตามแผนปฏิบัติการป้องกันการทุจริต ของเทศบาลตำบลแม่สาย พ.ศ. 2566 รอบ 12 เดือน (ในระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=175&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินงานตามแผนปฏิบัติการป้องกันการทุจริต ของเทศบาลตำบลแม่สาย พ.ศ. 2566 รอบ 6 เดือน (ในระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=250&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินงานตามแผนปฏิบัติการป้องกันการทุจริต ของเทศบาลตำบลแม่สาย พ.ศ. 2567 รอบ 12 เดือน (1 ต.ค. 66 - 30 ก.ย. 67) (ในระบบ E-Plan.nacc)                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=184&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินงานตามแผนปฏิบัติการป้องกันการทุจริต ของเทศบาลตำบลแม่สาย พ.ศ. 2567 รอบ 6 เดือน (ในระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=501&level=2&link_id=79" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการติดตามและประเมินผลแผนพัฒนาท้องถิ่น ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=276&level=2&link_id=79" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการติดตามและประเมินผลแผนพัฒนาท้องถิ่น ประจำปีงบประมาณ พ.ศ.2567 และรายงานแสดงผลการปฏิบัติงานตามนโยบายของนายกเทศมนตรี ประจำปีงบประมาณ พ.ศ.2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=213&level=2&link_id=79" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลความก้าวหน้าในการดำเนินงานตามแผนการดำเนินงานและค่าใช้จ่ายงบประมาณตามแผนการดำเนินงาน ประจำปีงบประมาณ พ.ศ. 2567 (ข้อมูล ณ วันที่ 31 มีนาคม 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=326&level=2&link_id=79" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณ  ตามแผนการดำเนินงาน ประจำปีงบประมาณ พ.ศ.2568 (ณ วันที่ 31 มีนาคม 2568)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=550&level=2&link_id=79" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณ ตามแผนการดำเนินงาน ประจำปีงบประมาณ พ.ศ.2568 (ณ วันที่ 30 กันยายน 2568)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=499&level=2&link_id=79" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณ ตามแผนการดำเนินงาน ประจำปีงบประมาณ พ.ศ.2569 ณ วันที่1 ตุลาคม 2568 ถึงวันที่ 31 มีนาคม 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=280&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานเงินสะสม ณ วันที่ 30 กันยายน 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=396&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานเงินสะสม ณ วันที่ 30 กันยายน 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=340&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานเงินสะสม ณ วันที่ 31 มีนาคม 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=497&level=2&link_id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานเงินสะสม ณ วันที่ 31 มีนาคม 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=16&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์บริการต่างๆ ศูนย์ช่วยเหลือประชาชน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=187&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=279&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สาย ดำเนินการไกล่เกลี่ยข้อพิพาท กรณี เจ้าของรถยนต์และรถจักยานยนต์เฉี่ยวชนกันเป็นเหตุทำให้คู่กรณีได้รับความเสียหาย (วันที่ 6 กุมภาพันธ์ 2568)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=483&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สาย ดำเนินการไกล่เกลี่ยข้อพิพาทกรณีการเช่าที่ดินวัดป่ายาง (ร้าง) ในพื้นที่ของสำนักงานพระพุทธศาสนาจังหวัดเชียงราย  (วันที่ 5 มีนาคม 2569)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=203&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สาย ต้อนรับนายยู่สิน จินตภากร ผู้ช่วยรัฐมนตรีประจำกระทรวงยุติธรรม พร้อมคณะ ในการลงพื้นที่ตรวจเยี่ยมศูนย์ยุติธรรมชุมชนตำบลแม่สาย (วันที่ 15กุมภาพันธ์  2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=205&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สาย ร่วมกับสำนักงานยุติธรรมจังหวัดเชียงราย ลงพื้นที่เยี่ยมและให้กำลังใจผู้เสียหาย พร้อมทั้งแจ้งสิทธิการขอรับความช่วยเหลือทางการเงินแก่ผู้เสียหายและจำเลยในคดีอาญา ตามพระราชบัญญัติค่าตอบแทนผู้เสียหายฯ กรณี เหตุรถเฉี่ยวชนแล้วหนี (วันที่ 2 พฤศจิกายน 2565)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=273&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สาย ลงพื้นที่เยี่ยมและสัมภาษณ์ข้อมูลผู้พ้นโทษที่ได้รับการปล่อยตัวในพื้นที่ จำนวน 1 ราย (วันที่ 15 มกราคม 2568)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=198&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สาย ลงพื้นที่เยี่ยมและสัมภาษณ์ข้อมูลผู้พ้นโทษที่ได้รับการปล่อยตัวในพื้นที่ จำนวน 1 ราย (วันที่ 16 กุมภาพันธ์ 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=194&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สาย ลงพื้นที่เยี่ยมและสัมภาษณ์ข้อมูลผู้พ้นโทษที่ได้รับการปล่อยตัวในพื้นที่ จำนวน 1 ราย (วันที่ 30 พฤศจิกายน 2565)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=200&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สาย ลงพื้นที่เยี่ยมและสัมภาษณ์ข้อมูลผู้พ้นโทษที่ได้รับการปล่อยตัวในพื้นที่ จำนวน 2 ราย (วันที่ 17 พฤษภาคม 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=188&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สาย ลงพื้นที่เยี่ยมและสัมภาษณ์ข้อมูลผู้พ้นโทษที่ได้รับการปล่อยตัวในพื้นที่ จำนวน 2 ราย (วันที่ 19 ตุลาคม 2564)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=197&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สาย ลงพื้นที่เยี่ยมและสัมภาษณ์ข้อมูลผู้พ้นโทษที่ได้รับการปล่อยตัวในพื้นที่ จำนวน 2 ราย (วันที่ 8 มิถุนายน 2566)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=189&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สาย ลงพื้นที่เยี่ยมและสัมภาษณ์ข้อมูลผู้พ้นโทษที่ได้รับการปล่อยตัวในพื้นที่ จำนวน 3 ราย (วันที่ 15 พฤศจิกายน 2564)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=191&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สาย ลงพื้นที่เยี่ยมและสัมภาษณ์ข้อมูลผู้พ้นโทษที่ได้รับการปล่อยตัวในพื้นที่ จำนวน 3 ราย (วันที่ 26 สิงหาคม 2564)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=196&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สาย ลงพื้นที่ให้คำแนะนำและแจ้งสิทธิการขอรับความช่วยเหลือทางการเงินแก่ผู้เสียหายและจำเลยในคดีอาญา ตามพรบ.ค่าตอบแทนผู้เสียหายฯ กรณี เจ้าของหอพักทำร้ายร่างกายผู้อื่นจนเป็นเหตุให้มีผู้เสียชีวิต (วันที่ 18 กุมภาพันธ์ 2566)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=204&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สาย เข้าร่วมกิจกรรม “มหกรรมไกล่เกลี่ยหนี้สินครัวเรือน และยุติธรรมพบประชาชน ครั้งที่ 12 จังหวัดเชียงราย“ ณ โรงแรมเลอเมอริเดียน เชียงราย รีสอร์ท อำเภอเมืองเชียงราย (วันที่ 11 มิถุนายน 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=201&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สาย ให้คำปรึกษาด้านกฎหมาย กรณี การค้างชำระภาษีที่ดินและสิ่งปลูกสร้าง (วันที่ 31 พฤษภาคม 2567)                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=193&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สาย ให้คำปรึกษาด้านกฎหมาย กรณี การปฏิบัติตามคำสั่งทางปกครอง (วันที่ 28 มกราคม 2565)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=195&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สาย ให้คำปรึกษาด้านกฎหมาย กรณี การรับมรดกและการขออนุญาตก่อสร้างอาคาร (วันที่ 17 มกราคม 2566)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=199&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สาย ให้คำปรึกษาด้านกฎหมาย กรณี การละเมิดเป็นเหตุทำให้ทรัพย์สินได้รับความเสียหาย (วันที่ 5 เมษายน 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=192&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สายลงพื้นที่ร่วมตรวจสอบข้อเท็จจริงตามข้อร้องเรียนร้องทุกข์ของประชาชนในพื้นที่ กรณี ได้รับผลกระทบด้านกลิ่นและเสียงจากการเลี้ยงไก่                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=190&level=2&link_id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ยุติธรรมชุมชนตำบลแม่สายลงพื้นที่เยี่ยมและสัมภาษณ์ข้อมูลผู้พ้นโทษที่ได้รับการปล่อยตัวในพื้นที่ จำนวน 1 ราย (วันที่ 15 มีนาคม 2564)                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=30&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา การแก้ไขแผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) ครั้งที่ 1/2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=39&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา การแก้ไขแผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) ครั้งที่ 1/2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=452&level=3&link_id=433" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา เทศบัญญัติ เรื่อง งบประมาณรายจ่าย ประจำปีงบประมาณ พ.ศ.2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=453&level=3&link_id=433" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา เทศบัญญัติ เรื่อง งบประมาณรายจ่าย ประจำปีงบประมาณ พ.ศ.2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=454&level=3&link_id=433" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา เทศบัญญัติ เรื่อง งบประมาณรายจ่าย ประจำปีงบประมาณ พ.ศ.2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=358&level=2&link_id=79" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา แผนการดำเนินงาน ประจำปีงบประมาณ พ.ศ.2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=254&level=2&link_id=246" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา แผนการดำเนินงาน ประจำปีงบประมาณ พ.ศ.2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=400&level=2&link_id=246" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา แผนการดำเนินงาน ประจำปีงบประมาณ พ.ศ.2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=218&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา แผนพัฒนาท้องถิ่น (พ.ศ. 2566-2570) แก้ไข ครั้งที่ 1/2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=35&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา แผนพัฒนาท้องถิ่น (พ.ศ.2561-2565) เพิ่มเติม ครั้งที่ 2 พ.ศ.2565                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=38&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) เปลี่ยนแปลง ครั้งที่ 1/2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=43&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) เปลี่ยนแปลง ครั้งที่ 2/2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=29&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) เปลี่ยนแปลง ครั้งที่ 3/2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=217&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) เปลี่ยนแปลง ครั้งที่ 3/2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=33&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) เพิ่มเติม ครั้งที่ 1 พ.ศ.2565                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=272&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) เพิ่มเติม ครั้งที่ 1 พ.ศ.2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=233&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) เพิ่มเติม ครั้งที่ 1 พ.ศ.2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=37&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) เพิ่มเติม ครั้งที่ 1/2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=375&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) เพิ่มเติม ครั้งที่ 1/2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=41&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนา แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) เพิ่มเติม ครั้งที่ 2/2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=269&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือประชาสัมพันธ์ประกาศเรียกประชุมสภาเทศบาล สมัยวิสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=147&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือประชาสัมพันธ์ประกาศเรียกประชุมสภาเทศบาล สมัยสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=264&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือประชาสัมพันธ์ประกาศเรียกประชุมสภาเทศบาล สมัยสามัญ สมัยที่ 3 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=267&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือประชาสัมพันธ์ประกาศเรียกประชุมสภาเทศบาล สมัยสามัญ สมัยที่ 4 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=142&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือประชาสัมพันธ์ประกาศเรียกประชุมสภาเทศบาล สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=545&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือประชาสัมพันธ์แจ้งขยายเวลาการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=144&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือประชาสัมพันธ์แจ้งประกาศกำหนดสมัยประชุมสามัญ ประจำปี พ.ศ. 2567 และกำหนดสมัยประชุมสามัญ สมัยแรก ประจำปี พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=519&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือประชาสัมพันธ์แจ้งประกาศกำหนดสมัยประชุมสามัญ ประจำปี พ.ศ. 2568 และกำหนดสมัยประชุมสามัญ สมัยแรก ประจำปี พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=145&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือประชาสัมพันธ์แจ้งประกาศเรียกประชุมสภาเทศบาล สมัยวิสามัญ สมัยที่ 1 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=356&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือประชาสัมพันธ์แจ้งประกาศเรียกประชุมสภาเทศบาล สมัยวิสามัญ สมัยที่ 1 ประจำปี พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=355&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือประชาสัมพันธ์แจ้งประกาศเรียกประชุมสภาเทศบาล สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=513&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือประชาสัมพันธ์แจ้งประกาศเรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยวิสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=506&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือประชาสัมพันธ์แจ้งประกาศเรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=510&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือประชาสัมพันธ์แจ้งประกาศเรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 3 ประจำปี พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=515&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือประชาสัมพันธ์แจ้งประกาศเรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 4 ประจำปี พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=541&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือประชาสัมพันธ์แจ้งประกาศเรียกประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=505&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือประชาสัมพันธ์แจ้งประกาศเรียกประชุมและนัดประชุมสภาเทศบาลตำบลแม่สายครั้งแรก (ประชุมวันที่ 13 มิถุนายน 2568)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=322&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือยืนยันการไม่ได้เสียภาษีเงินได้บุคคลธรรมดา (ส.ถ./ผ.ถ. ๔/๒)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=100&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสืออำเภอแม่สาย เรื่อง ขยายเวลาการประชุมสภาเทศบาลตำบลแม่สาย สมัยวิสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=146&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุม ประชาสัมพันธ์รับฟังการประชุมสภาเทศบาล สมัยวิสามัญ สมัยที่ 1 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=270&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุม ประชาสัมพันธ์รับฟังการประชุมสภาเทศบาล สมัยวิสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=148&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุม ประชาสัมพันธ์รับฟังการประชุมสภาเทศบาล สมัยสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=265&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุม ประชาสัมพันธ์รับฟังการประชุมสภาเทศบาล สมัยสามัญ สมัยที่ 3 ครั้งที่ 1 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=266&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุม ประชาสัมพันธ์รับฟังการประชุมสภาเทศบาล สมัยสามัญ สมัยที่ 3 ครั้งที่ 2 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=133&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุม ประชาสัมพันธ์เชิญร่วมรับฟังการประชุมสภาเทศบาล สมัยวิสามัญ สมัยที่ 1 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=138&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุม ประชาสัมพันธ์เชิญร่วมรับฟังการประชุมสภาเทศบาล สมัยวิสามัญ สมัยที่ 2 ครั้งที่ 1 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=139&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุม ประชาสัมพันธ์เชิญร่วมรับฟังการประชุมสภาเทศบาล สมัยวิสามัญ สมัยที่ 2 ครั้งที่ 2 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=140&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุม ประชาสัมพันธ์เชิญร่วมรับฟังการประชุมสภาเทศบาล สมัยวิสามัญ สมัยที่ 3 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=143&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุม ประชาสัมพันธ์เชิญร่วมรับฟังการประชุมสภาเทศบาล สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=135&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุม ประชาสัมพันธ์เชิญร่วมรับฟังการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=136&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุม ประชาสัมพันธ์เชิญร่วมรับฟังการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 3 ครั้งที่ 1 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=137&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุม ประชาสัมพันธ์เชิญร่วมรับฟังการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 3 ครั้งที่ 2 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=141&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุม ประชาสัมพันธ์เชิญร่วมรับฟังการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 4 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=134&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุม ประชาสัมพันธ์เชิญร่วมรับฟังการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=353&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุมและประชาสัมพันธ์รับฟังการประชุมสภาเทศบาล สมัยวิสามัญ สมัยที่ 1 ประจำปี พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=268&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุมและประชาสัมพันธ์รับฟังการประชุมสภาเทศบาล สมัยสามัญ สมัยที่ 4 ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=354&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุมและประชาสัมพันธ์รับฟังการประชุมสภาเทศบาล สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=514&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุมและประชาสัมพันธ์รับฟังการประชุมสภาเทศบาลตำบลแม่สาย สมัยวิสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2568 ครั้งที่ 1/68                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=507&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุมและประชาสัมพันธ์รับฟังการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2568 ครั้งที่ 1/68                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=508&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุมและประชาสัมพันธ์รับฟังการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2568 ครั้งที่ 2/68                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=509&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุมและประชาสัมพันธ์รับฟังการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2568 ครั้งที่ 3/68                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=511&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุมและประชาสัมพันธ์รับฟังการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 3 ประจำปี พ.ศ. 2568 ครั้งที่ 1/68                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=512&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุมและประชาสัมพันธ์รับฟังการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 3 ประจำปี พ.ศ. 2568 ครั้งที่ 2/68                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=516&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุมและประชาสัมพันธ์รับฟังการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 4 ประจำปี พ.ศ. 2568 ครั้งที่ 1/68                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=542&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุมและประชาสัมพันธ์รับฟังการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2569 ครั้งที่ 1/69                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=543&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุมและประชาสัมพันธ์รับฟังการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2569 ครั้งที่ 2/69                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=544&level=3&link_id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งนัดประชุมและประชาสัมพันธ์รับฟังการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2569 ครั้งที่ 3/69                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=96&level=2&link_id=84" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนังสือแจ้งเวียน สื่อประชาสัมพันธ์กิจการสภาเทศบาล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=463&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ห้ามมิให้ผู้ใดขาย จำหน่าย จ่ายแจก หรือจัดเลี้ยงสุราทุกชนิด ในพื้นที่เขตเลือกตั้งนายกเทศมนตรีตำบลแม่สายและสมาชิกสภาเทศบาลตำบลแม่สาย กรณีแทนตำแหน่งว่าง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=459&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    อย่าลืมตรวจสอบรายชื่อผู้มีสิทธิเลือกตั้งการเลือกตั้งนายกเทศมนตรีตำบลแม่สายและสมาชิกสภาเทศบาลตำบลแม่สาย เขตเลือกตั้งที่ 1 กรณีแทนตำแหน่งว่าง เลือกตั้งวันที่ 1 กุมภาพันธ์ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=164&level=2&link_id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เจตจำนงสุจริต ของนายชัยยนต์ ศรีสมุทร นายกเทศมนตรีตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=433&level=2&link_id=78" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบัญญัติงบประมาณประจำปี                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=78&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบัญญัติงบประมาณรายจ่าย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=45&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบัญญัติเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=162&level=2&link_id=45" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบัญญัติเทศบาลตำบลแม่สาย เรือง การจัดระเบียบการจอดรถในเขตเทศบาลตำบลแม่สาย พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=46&level=2&link_id=45" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การกำจัดสิ่งปฏิกูลและมูลฝอย พ.ศ. 2543                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=150&level=2&link_id=45" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การควบคุมการจำหน่ายสินค้าในที่หรือทางสาธารณะ พ.ศ. 2543                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=161&level=2&link_id=45" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การควบคุมการเลี้ยงหรือปล่อยสัตว์ พ.ศ. 2564                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=163&level=2&link_id=45" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การควบคุมกิจการที่เป็นอันตรายต่อสุขภาพ พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=160&level=2&link_id=45" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การควบคุมควันไฟฝุ่นละอองและหมอกควันจากการเผา พ.ศ. 2553                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=152&level=2&link_id=45" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การควบคุมสถานที่จำหน่ายอาหารหรือสถานที่สะสมอาหาร พ.ศ. 2543                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=158&level=2&link_id=45" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การควบคุมแหล่งเพาะพันธุ์ยุงลาย พ.ศ. 2552                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=157&level=2&link_id=45" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การจัดระเบียบการจำหน่ายสินค้าในที่สาธารณะ พ.ศ. 2551                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=155&level=2&link_id=45" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การติดตั้งบ่อดักไขมันบำบัดน้ำเสียในอาคาร พ.ศ. 2549                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=156&level=2&link_id=45" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การลดหย่อนไม่ต้องเสียภาษีบำรุงท้องที่ พ.ศ. 2550                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=149&level=2&link_id=45" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การเก็บภาษีธุรกิจเฉพาะ ภาษีมูลค่าเพิ่ม ค่าธรรมเนียมใบอนุญาตขายสุรา พ.ศ. 2543                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=159&level=2&link_id=45" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง จัดระเบียบการจอดยานยนตร์ พ.ศ. 2552                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=153&level=2&link_id=45" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง ตลาด พ.ศ. 2543                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=154&level=2&link_id=45" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง สุสานและฌาปนสถาน พ.ศ. 2544                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=435&level=2&link_id=78" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แก้ไขเปลี่ยนแปลงคำชี้แจงงบประมาณรายจ่ายประจำปี                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=465&level=2&link_id=246" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แก้ไขแผนดำเนินการ ครั้งที่ 1 พ.ศ.2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=480&level=3&link_id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แจ้งขยายเวลาการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=462&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แจ้งเหตุไม่อาจไปใช้สิทธิเลือกตั้งนายกเทศมนตรีตำบลแม่สายและสมาชิกสภาเทศบาลตำบลแม่สาย เขตเลือกตั้งที่ 1 กรณีแทนตำแหน่งว่าง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=405&level=2&link_id=386" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แบบบัญชีรายการที่ดินและสิ่งปลูกสร้าง (ภ.ด.ส.3) แบบบัญชีรายการห้องชุด (ภ.ด.ส.4)                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=211&level=2&link_id=206" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แบบบัญชีรายรับและรายจ่ายในการเลือกตั้ง ส.ถ.ผ.ถ. 1-13(ก) เขตเลือกตั้งที่ 1                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=212&level=2&link_id=206" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แบบบัญชีรายรับและรายจ่ายในการเลือกตั้ง ส.ถ.ผ.ถ. 1-13(ก) เขตเลือกตั้งที่ 2                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=290&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนการจัดการเลือกตั้งสมาชิกสภาเทศบาลและนายกเทศมนตรี                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=392&level=2&link_id=386" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนการจัดเก็บภาษีและพัฒนารายได้ ประจำปีงบประมาณ พ.ศ.2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=246&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนการดำเนินงาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=27&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนการตรวจสอบภายใน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=3&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนการปฏิบัติการป้องกันการทุจริต                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=532&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนพัฒนาการศึกษาท้องถิ่น พ.ศ.2566-2570                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=531&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนพัฒนาการศึกษาเทศบาลตำบลแม่สาย (พ.ศ. 2566- 2570)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=77&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนพัฒนาท้องถิ่น                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=274&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนพัฒนาท้องถิ่น (พ.ศ.2566 - 2570)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=310&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) เพิ่มเติม ครั้งที่ 1 พ.ศ.2565                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=371&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) แก้ไข ครั้งที่ 2/2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=381&level=2&link_id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนพัฒนาท้องถิ่น (พ.ศ.2566-2570) แก้ไข ครั้งที่ 3/2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=23&level=3&link_id=19" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนภูมิโครงสร้างการแบ่งส่วนราชการตามแผนอัตรากำลัง 3 ปี ประจำปีงบประมาณ พ.ศ.2567-2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=536&level=2&link_id=534" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนอัตรากำลัง 3 ปี (ปีงบประมาณ พ.ศ. 2567 -2569)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=537&level=2&link_id=534" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนอัตรากำลัง 3 ปี (ปีงบประมาณ พ.ศ. 2567 -2569) ปรับปรุงครั้งที่ 1                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=538&level=2&link_id=534" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนอัตรากำลัง 3 ปี (ปีงบประมาณ พ.ศ. 2567 -2569) ปรับปรุงครั้งที่ 2                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=539&level=2&link_id=534" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนอัตรากำลัง 3 ปี (ปีงบประมาณ พ.ศ. 2567 -2569) ปรับปรุงครั้งที่ 3                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=540&level=2&link_id=534" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนอัตรากำลัง 3 ปี (ปีงบประมาณ พ.ศ. 2567 -2569) ปรับปรุงครั้งที่ 4                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=534&level=1&link_id=0" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนอัตรากําลัง 3 ปี                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 1                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=388&level=2&link_id=386" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการเพิ่มประสิทธิภาพการพัฒนารายได้ ประจำปีงบประมาณ พ.ศ.2569 การชำระค่าธรรมเนียมเก็บและขนมูลฝอยรายปี ประจำปีงบประมาณ พ.ศ.2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=387&level=2&link_id=386" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการเพิ่มประสิทธิภาพการพัฒนารายได้ ประจำปีงบประมาณ พ.ศ.2569 โครงการ "บริการรับชำระภาษี แบบ DELIVERY รับภาษีถึงสถานที่ประกอบการ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=390&level=2&link_id=386" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการเพิ่มประสิทธิภาพการพัฒนารายได้ ประจำปีงบประมาณ พ.ศ.2569 โครงการการให้บริการชำระภาษีในช่วงพักเที่ยง ประจำปีงบประมาณ พ.ศ.2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=389&level=2&link_id=386" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการเพิ่มประสิทธิภาพการพัฒนารายได้ ประจำปีงบประมาณ พ.ศ.2569 โครงการประชาสัมพันธ์หลักเกณฑ์ ขั้นตอน และระยะเวลาการจัดเก็บภาษี ประจำปีงบประมาณ พ.ศ.2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=19&level=2&link_id=4" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงสร้างส่วนราชการ เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=20&level=3&link_id=19" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงสร้างองค์กร และการแบ่งส่วนราชการ เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=437&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 1 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=446&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 10 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=447&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 11 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=448&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 12 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=461&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 13 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=471&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 16 ปีงบประมาณ 2569                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=475&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 19 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=438&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 2 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=481&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 20 ปีงบประมาณ 2569                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=484&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 22 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=491&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 23 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=494&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 24 ปีงบประมาณ 2569                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=517&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 27 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=523&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 28 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=535&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 29 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=439&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 3 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=546&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 30 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=549&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 31 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=552&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 32 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=440&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 4 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=441&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 5 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=442&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 6 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=443&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 7 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=444&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 8 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=445&level=3&link_id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนงบประมาณครั้งที่ 9 ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 3                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=434&level=2&link_id=78" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โอนเงินงบประมาณรายจ่ายประจำปี                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=321&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ใบสมัครรับเลือกตั้งนายกเทศมนตรีตำบลแม่สาย (ผ.ถ.4/1)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=415&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ใบสมัครรับเลือกตั้งนายกเทศมนตรีตำบลแม่สาย กรณีแทนตำแหน่งว่าง (ผ.ถ.4/1)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=320&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ใบสมัครรับเลือกตั้งสมาชิกสภาเทศบาลตำบลแม่สาย (ส.ถ.4/1)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=document_download&id=416&level=2&link_id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/document.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ใบสมัครรับเลือกตั้งสมาชิกสภาเทศบาลตำบลแม่สาย เขตเลือกตั้งที่ 1 กรณีแทนตำแหน่งว่าง (ส.ถ.4/1)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : หัวข้อชั้นที่ 2                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                

                                            </div>



                                            <div class="div-all-news">
                                                <div class="flex justify-start my-2">
                                                    <div class="w-auto p-2 text-lg text-white bg-blue-600 rounded-xl">
                                                        <p class="font-bold">
                                                            ข้อมูลทั่วไป
                                                        </p>
                                                    </div>
                                                </div>
                                                                                                    <a target="_blank" href="./?page=main&id=15" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/note.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    E-Service                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=main&id=10" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/note.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    No Gift Policy                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=main&id=16" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/note.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำร้องขอซ่อมแซมไฟฟ้าสาธารณะทางออนไลน์                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=main&id=19" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/note.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำร้องขอถังขยะทางออนไลน์                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=main&id=18" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/note.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำร้องขอรับบริการเก็บขนมูลฝอย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=main&id=13" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/note.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำแถลงนโยบายของนายอนุชา ยอดเชียงคำ นายกเทศมนตรีตำบลแม่สาย แถลงต่อสภาเทศบาลตำบลแม่สาย เมื่อวันที่ 6 มีนาคม 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=main&id=20" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/note.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือขั้นตอนการขอรับบริการ "คำร้องขอซ่อมแซมไฟฟ้าสาธารณะ"                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=main&id=22" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/note.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือขั้นตอนการขอรับบริการ "คำร้องขอถังขยะ"                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=main&id=21" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/note.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือขั้นตอนการขอรับบริการ "คำร้องขอเก็บขนมูลฝอย"                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=main&id=1" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/note.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประวัติความเป็นมาของเทศบาล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=main&id=8" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/note.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ร้านอาหาร                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=main&id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/note.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ลักษณะที่ตั้ง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=main&id=2" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/note.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สภาพทั่วไปและข้อมูลพื้นฐาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=main&id=11" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/note.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สารจากนายก ฯ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=main&id=9" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/note.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สินค้า OTOP                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=main&id=12" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/note.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เจตจำนงสุจริตของผู้บริหารงานฯ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=main&id=6" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/note.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แหล่งท่องเที่ยว                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=main&id=4" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/note.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงสร้างองค์กร                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=main&id=7" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/note.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โรงแรมที่พัก                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                            </div>

                                            <div class="div-all-news">
                                                <div class="flex justify-start my-2">
                                                    <div class="w-auto p-2 text-lg text-white bg-blue-600 rounded-xl">
                                                        <p class="font-bold">
                                                            บุคลากร
                                                        </p>
                                                    </div>
                                                </div>
                                                                                                    <a target="_blank" href="./?page=personnel_person&type=6" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/gender-neutral-user.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กองการศึกษา                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=personnel_person&type=4" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/gender-neutral-user.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กองคลัง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=personnel_person&type=5" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/gender-neutral-user.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กองช่าง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=personnel_person&type=9" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/gender-neutral-user.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กองยุทธศาสตร์และงบประมาณ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=personnel_person&type=8" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/gender-neutral-user.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กองสวัสดิการสังคม                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=personnel_person&type=7" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/gender-neutral-user.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กองสาธารณสุขและสิ่งแวดล้อม                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=personnel_person&type=1" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/gender-neutral-user.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คณะผู้บริหาร                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=personnel_person&type=11" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/gender-neutral-user.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ฝ่ายนิติบัญญัติ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=personnel_person&type=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/gender-neutral-user.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำนักงานปลัด                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=personnel_person&type=2" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/gender-neutral-user.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ส่วนราชการ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=personnel_person&type=10" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/gender-neutral-user.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หน่วยตรวจสอบภายใน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                            </div>

                                            <div class="div-all-ita">
                                                <div class="flex justify-start my-2">
                                                    <div class="w-auto p-2 text-lg text-white bg-blue-600 rounded-xl">
                                                        <p class="font-bold">
                                                            ITA
                                                        </p>
                                                    </div>
                                                </div>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=69&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    facebook                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=76&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    Google                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=26&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o1 โครงสร้าง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=35&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o10 นโยบายคุ้มครองข้อมูล ส่วนบุคคล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=36&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o11 แผนดำเนินงานและ การใช้งบประมาณประจำปี                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=37&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o12 รายงานการกำกับติดตาม การดำเนินงานและการใช้ งบประมาณประจำปี รอบ 6 เดือน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=38&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o13 รายงานผลการดำเนินงาน ประจำปี                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=39&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o14 คู่มือหรือมาตรฐาน การปฏิบัติงาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=40&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o15 คู่มือหรือมาตรฐาน การให้บริการ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=41&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o16 ข้อมูลเชิงสถิติการให้บริการ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=42&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o17 รายงานผลการสำรวจ ความพึงพอใจการให้บริการ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=43&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o18 E–Service                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=44&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o19 แผนการจัดซื้อจัดจ้างหรือ แผนการจัดหาพัสด                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=27&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o2 ข้อมูลผู้บริหาร                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=45&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o20 ประกาศต่าง ๆ เกี่ยวกับ การจัดซื้อจัดจ้างหรือ การจัดหาพัสดุ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=46&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o21 สรุปผลการจัดซื้อจัดจ้างหรือ การจัดหาพัสดุรายเดือน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=47&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o22 รายงานผลการจัดซื้อจัดจ้าง หรือการจัดหาพัสดุประจำปี                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=48&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o23 นโยบายหรือแผนการบริหาร ทรัพยากรบุคคล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=49&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o24 การดำเนินการตามนโยบาย หรือแผนการบริหาร ทรัพยากรบุคคล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=50&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o25 หลักเกณฑ์การบริหารและ พัฒนาทรัพยากรบุคคล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=51&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o26 รายงานผลการบริหารและ พัฒนาทรัพยากรบุคคล ประจำปี                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=52&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o27 แนวปฏิบัติการจัดการ เรื่องร้องเรียนการทุจริต และประพฤติมิชอบ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=53&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o28 ช่องทางแจ้งเรื่องร้องเรียน การทุจริตและประพฤติมิชอบ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=54&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o29 ข้อมูลเชิงสถิติเรื่องร้องเรียน การทุจริตและประพฤติมิชอบ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=28&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o3 อำนาจหน้าที่                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=55&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o30 การเปิดโอกาสให้เกิด การมีส่วนร่วม                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=56&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o31 ประกาศเจตนารมณ์นโยบาย No Gift Policy จาก การปฏิบัติหน้าที่                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=57&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o32 การสร้างวัฒนธรรม No Gift Policy                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=58&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o33 รายงานผลตามนโยบาย No Gift Policy                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=59&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o34 การประเมินความเสี่ยง การทุจริตและประพฤติมิชอบ ประจำปี                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=60&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o35 การดำเนินการเพื่อจัดการ ความเสี่ยงการทุจริตและ ประพฤติมิชอบ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=61&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o36 แผนปฏิบัติการป้องกัน การทุจริต                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=62&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o37 รายงานการกำกับติดตาม การดำเนินการป้องกัน การทุจริตประจำปี รอบ 6 เดือน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=63&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o38 รายงานผลการดำเนินการ ป้องกันการทุจริตประจำปี                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=64&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o39 ประมวลจริยธรรมสำหรับ เจ้าหน้าที่ของรัฐ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=29&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o4 แผนยุทธศาสตร์หรือ แผนพัฒนาหน่วยงาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=65&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o40 การขับเคลื่อนจริยธรรม                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=66&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o41 การประเมินจริยธรรม เจ้าหน้าที่ของรัฐ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=67&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o42 มาตรการส่งเสริมคุณธรรมและ ความโปร่งใสภายในหน่วยงาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=68&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o43 การดำเนินการตาม มาตรการส่งเสริมคุณธรรม และความโปร่งใสภายใน หน่วยงาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=30&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o5 ข้อมูลการติดต่อ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=31&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o6 กฎหมายที่เกี่ยวข้อง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=32&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o7 ข่าวประชาสัมพันธ์                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=33&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o8 Q&A                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=34&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    o9 Social Network                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=19&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=97&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=17&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การจัดซื้อจัดจ้างหรือการจัดหาพัสดุ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=95&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การจัดซื้อจัดจ้างหรือการจัดหาพัสดุ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=14&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การดำเนินงาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=92&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การดำเนินงาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=18&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การบริหารและพัฒนาทรัพยากรบุคคล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=96&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การบริหารและพัฒนาทรัพยากรบุคคล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=15&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การปฏิบัติงาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=93&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การปฏิบัติงาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=13&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การปฏิสัมพันธ์ข้อมูล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=91&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การปฏิสัมพันธ์ข้อมูล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=12&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การประชาสัมพันธ์                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=90&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การประชาสัมพันธ์                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=22&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การประเมินความเสี่ยงเพื่อป้องกันการทุจริต                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=100&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การประเมินความเสี่ยงเพื่อป้องกันการทุจริต                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=20&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การเปิดโอกาสให้เกิดการมีส่วนร่วม                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=98&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การเปิดโอกาสให้เกิดการมีส่วนร่วม                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=16&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การให้บริการ*                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=94&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การให้บริการ*                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=10&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ข้อมูลพื้นฐาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=89&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ข้อมูลพื้นฐาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=2&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตัวชี้วัดที่ 10 การป้องกันการทุจริต                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=80&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตัวชี้วัดที่ 10 การป้องกันการทุจริต                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=1&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตัวชี้วัดที่ 9 การเปิดเผยข้อมูล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=79&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตัวชี้วัดที่ 9 การเปิดเผยข้อมูล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=9&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตัวชี้วัดย่อย 10.2 มาตรการส่งเสริมคุณธรรมและความโปร่งใส                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=88&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตัวชี้วัดย่อย 10.2 มาตรการส่งเสริมคุณธรรมและความโปร่งใส                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=8&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตัวชี้วัดย่อยที่ 10.1 การดำเนินการเพื่อป้องกันการทุจริต                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=87&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตัวชี้วัดย่อยที่ 10.1 การดำเนินการเพื่อป้องกันการทุจริต                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=3&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตัวชี้วัดย่อยที่ 9.1 ข้อมูลพื้นฐาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=82&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตัวชี้วัดย่อยที่ 9.1 ข้อมูลพื้นฐาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=4&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตัวชี้วัดย่อยที่ 9.2 การบริหารงาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=83&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตัวชี้วัดย่อยที่ 9.2 การบริหารงาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=5&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตัวชี้วัดย่อยที่ 9.3 การจัดซื้อจัดจ้าง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=84&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตัวชี้วัดย่อยที่ 9.3 การจัดซื้อจัดจ้าง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=6&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตัวชี้วัดย่อยที่ 9.4 การบริหารและพัฒนาทรัพยากรบุคคล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=85&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตัวชี้วัดย่อยที่ 9.4 การบริหารและพัฒนาทรัพยากรบุคคล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=7&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตัวชี้วัดย่อยที่ 9.5 การส่งเสริมความโปร่งใส                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=86&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตัวชี้วัดย่อยที่ 9.5 การส่งเสริมความโปร่งใส                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=74&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ทดสอบ รายละเอียด ita 1                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=75&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ทดสอบ ไฟล์ ita 1                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=21&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    นโยบาย No Gift Policy*                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=99&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    นโยบาย No Gift Policy*                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=25&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    มาตรการส่งเสริมความโปร่งใสและป้องกันการทุจริตภายในหน่วยงาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=103&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    มาตรการส่งเสริมความโปร่งใสและป้องกันการทุจริตภายในหน่วยงาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=24&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    มาตรการเสริมสร้างมาตรฐานทางจริยธรรม*                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=102&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    มาตรการเสริมสร้างมาตรฐานทางจริยธรรม*                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=77&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หลักเกณฑ์และปฏิทินการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=23&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนป้องกันการทุจริต                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=ita_sub&link_id=101&year=2026" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/checklist.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนป้องกันการทุจริต                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข้อมูล
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                            </div>

                                            <div class="div-all-news">
                                                <div class="flex justify-start my-2">
                                                    <div class="w-auto p-2 text-lg text-white bg-blue-600 rounded-xl">
                                                        <p class="font-bold">
                                                            ข่าว
                                                        </p>
                                                    </div>
                                                </div>
                                                                                                    <a target="_blank" href="./?page=news&id=515" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     คำสั่งเทศบาลตำบลแม่สาย ที่ 828/2568 เรื่อง แต่งตั้งที่ปรึกษานายกเทศมนตรีตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=602" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     ประกาศ เรื่อง   การชี้แจงสอบถามรายละเอียดประกวดราคาซื้อรถบรรทุกขยะ ขนาด 1 ตัน ปริมาตรกระบอกสูบไม่ต่ำกว่า 2,400 ซีซี หรือกำลังเครื่องยนต์สูงสุดไม่ต่ำกว่า 110 กิโลวัตต์ แบบเปิดข้างเทท้าย จำนวน 1 คัน  ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=519" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     ประกาศประกวดราคาซื้อรถขุดล้อยาง จำนวน ๑ คัน ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=63" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     ภาระค่าใช้จ่ายเกี่ยวกับเงินเดือน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=689" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     รายงานสรุปผลการดำเนินงานโครงการส่งเสริมศักยภาพคณะกรรมการและสมาชิกกองทุน สวัสดิการชุมชนเทศบาลตำบลแม่สาย ประจำปีงบประมาณ 2569 : โครงการส่งเสริมศักยภาพคณะกรรมการและสมาชิกกองทุนสวัสดิการชุมชนเทศบาล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=676" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     รายงานสรุปผลงานการรับทรัพย์สินหรือประโยชน์อื่นใดโดยธรรมจรรยา ประจำปีงบประมาณ พ.ศ. 2568 (1 ตุลาคม 2567 – 30 กันยายน 2568)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=541" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     เปิดเผยราคากลางจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนสายลมจอย - ดอยเวา ชุมชนดอยเวา หมู่ที่ ๑ ตำบลเวียงพางคำ อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=582" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     โครงการเสริมสร้างสุขภาพเชิงรุกและลดภาวะคลอด                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=666" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    **แก้ไข** ประกาศการสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง สังกัดเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2569 (ครั้งที่ 4) New เฉพาะตำแหน่ง ลูกมือช่างแผนที่ภาษี                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=109" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    Announcement of Mae Sai Subdistrict Municipality Subject: Policy of not accepting neither gifts nor profits from performing duties (No Gift Policy) Fiscal year 2024                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=395" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    Announcement of Mae Sai Subdistrict Municipality Subject: Policy of not accepting neither gifts nor profits from performing duties (No Gift Policy) Fiscal year 2025                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=462" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    Announcement of Mae Sai Subdistrict Municipality Subject: Policy of not accepting neither gifts nor profits from performing duties (No Gift Policy) Fiscal year 2025                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=20" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    RE-X-RAY โครงการถังขยะเปียกลดโลกร้อน เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=15" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การชำระค่าธรรมเนียมขยะ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=647" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การถ่ายโอนภารกิจโรงงานจำพวกที่ 1 และ 2                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=477" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=62" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การวิเคราะห์ตำแหน่ง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=661" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง สังกัดเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2569 (ครั้งที่ 4) New (เพิ่มเติม)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=445" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การสำรวจที่ดินและสิ่งปลูกสร้าง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=528" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การแจ้งเปลี่ยนแปลงการใช้ประโยชน์ในที่ดินและสิ่งปลูกสร้าง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=238" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรม “รณรงค์เสริมสร้างคุณธรรมและจริยธรรม เพื่อป้องกันการกระทำผิดเกี่ยวกับการขัดกันแห่งผลประโยชน์” ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=105" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมขับเคลื่อนการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=136" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมจิตอาสาพัฒนาเนื่องในโอกาสวันสำคัญของชาติไทย ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=139" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมถวายความเคารพ เนื่องในวันคล้ายวันพระราชสมภพ 2 เมษายน 2567 สมเด็จพระกนิษฐาธิราชเจ้า กรมสมเด็จพระเทพรัตนราชสุดา                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=138" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมถวายความเคารพ เพื่อแสดงพลังความจงรักภักดีแด่สมเด็จพระกนิษฐาธิราชเจ้า กรมสมเด็จพระเทพรัตนราชสุดา วันที่ 13 กุมภาพันธ์ 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=127" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมทำบุญตักบาตร เนื่องในงานประเพณีสงกรานต์ล้านนา เพื่อส่งเสริมคุณธรรม จริยธรรมในการปฏิบัติงานให้กับบุคลากรในองค์กร ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=128" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมทำบุญตักบาตร เนื่องในวันเทศบาล ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=149" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมน้อมรำลึกเนื่องในวันคล้ายวันสวรรคตพระบาทสมเด็จพระจุลจอมเกล้าเจ้าอยู่หัว ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=129" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมน้อมรำลึกเนื่องในวันนวมินทรมหาราช ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=135" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมประเพณีตักบาตรเทโวโรหณะ ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=137" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมส่งเสริมคุณธรรมจริยธรรมในหน่วยงาน “พิธีสมโภชสมณศักดิ์พัดยศ” วันที่ 28 มีนาคม 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=140" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมส่งเสริมจริยธรรม ประจำปีงบประมาณ พ.ศ. 2567 “การประชุมคัดเลือกพนักงานเทศบาลตำบลแม่สาย เพื่อร่วมเป็นคณะกรรมการ มาตรฐานจริยธรรม ประจำเทศบาลตำบลแม่สาย”                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=485" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมสร้างวัฒนธรรม No Gift Policy ประจำปี พ.ศ. 2568 “การถ่ายทอดนโยบายการไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy) ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=481" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมสร้างวัฒนธรรม No Gift Policy ประจำปี พ.ศ. 2568 “การถ่ายทอดนโยบายการไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy) ประจำปีงบประมาณ พ.ศ. 2568”                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=121" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ข้อบังคับเทศบาลตำบลแม่สาย ว่าด้วยจรรยาข้าราชการเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=60" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ข้อมูลการช่วยเหลือประชาชน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=655" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ข้อมูลการใช้จ่ายเงินสะสมขององค์กรปกครองส่วนท้องถิ่นที่ได้รับอนุมัติจากจากสภาองค์กรปกครองส่วนท้องถิ่น ประจำปีงบประมาณ พ.ศ. 2568 (หน่วยงาน เทศบาลตำบลแม่สาย)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=185" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ข้อมูลสถิติการขอรับบริการของประชาชนตามพระราชบัญญัติการอำนวยความสะดวกฯ ประจำปีงบประมาณ พ.ศ. 2565 รอบ 12 เดือน (1 ตุลาคม 2564 - 30 กันยายน 2565)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=187" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ข้อมูลสถิติการขอรับบริการของประชาชนตามพระราชบัญญัติการอำนวยความสะดวกฯ ประจำปีงบประมาณ พ.ศ. 2566 รอบ 12 เดือน (1 ตุลาคม 2565 - 30 กันยายน 2566)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=674" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ข้อมูลสถิติเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ ประจำปีงบประมาณ พ.ศ. 2568 รอบ 12 เดือน (1 ต.ค. 67 - 30 ก.ย. 68) รูปแบบไฟล์ .pdf                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=675" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ข้อมูลสถิติเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ ประจำปีงบประมาณ พ.ศ. 2568 รอบ 12 เดือน (1 ต.ค. 67 - 30 ก.ย. 68) รูปแบบไฟล์ .xls                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=81" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ข้อมูลสถิติและรายงานผลการดำเนินการรับเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ ประจำปีงบประมาณ พ.ศ. 2566 รอบ 12 เดือน (1 ต.ค. 65 - 30 ก.ย. 66)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=426" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ข้อมูลสถิติและรายงานผลการดำเนินการรับเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ ประจำปีงบประมาณ พ.ศ. 2567 รอบ 12 เดือน (1 ต.ค. 66 - 30 ก.ย. 67)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=88" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ข้อมูลสถิติและรายงานผลการดำเนินการรับเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ ประจำปีงบประมาณ พ.ศ. 2567 รอบ 6 เดือน (1 ต.ค. 66 - 31 มี.ค. 67)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=151" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ขออนุมัติโครงการส่งเสริมและสนับสนุนการจัดทำแผนชุมชนและการจัดทำแผนพัฒนาท้องถิ่น ประจำปีงบประมาณ พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=663" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ขอเชิญชวนพุทธศาสนิกชน ร่วมรักษาศีล ลด ละ เลิกอบายมุข งดเหล้า ตลอดพรรษา ประจำปี 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=512" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ขอเชิญร่วมการอบรม “หลักสูตรการสุขาภิบาลอาหาร สำหรับผู้สัมผัสอาหาร รุ่นที่ 6                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=22" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ขอเชิญร่วมเป็นส่วนหนึ่งในการประเมินคุณธรรมและความโปร่งใสระดับชาติ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=645" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ขายทอดตลาดซากพัสดุชำรุด เสื่อมสภาพ ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=101" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ข่าวประชาสัมพันธ์การดำเนินโครงการอบรมสร้างเครือข่ายชมรม STRONG - จิตพอเพียงต้านทุจริต ประจำปีงบประมาณ พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=577" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ข่าวฝากประชาสัมพันธ์ ประกาศเทศบาลตำบลเวียงพางคำ เรื่อง ประชาสัมพันธ์รายละเอียดโครงการและราคากลางในการจัดซื้อจัดจ้าง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=76" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คะแนนผลการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2565 (หน่วยงานเทศบาลตำบลแม่สาย)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คะแนนผลการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2566 (หน่วยงานเทศบาลตำบลแม่สาย)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=335" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คะแนนผลการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2567 (หน่วยงานเทศบาลตำบลแม่สาย)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=113" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำรับรองการปฏิบัติราชการ สำหรับการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปี พ.ศ. 2567 และบันทึกข้อตกลงความร่วมมือระหว่างผู้ว่าราชการจังหวัดกับท้องถิ่นจังหวัด และผู้บริหารองค์กรปกครองส่วนท้องถิ่น                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=494" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งคณะกรรมการอาสาสมัครท้องถิ่นรักษ์โลก (อถล.)                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=514" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่  774/2568 เรื่อง มอบรองนายกเทศมนตรีรักษาราชการแทนนายกเทศมนตรีตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=525" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่  982/2568 เรื่อง มอบหมายและมอบอำนาจของนายกเทศมนตรี ให้รองนายกเทศมนตรีปฏิบัติราชการแทน (เพิ่มเติม)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=499" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ ๑๐๐๘-๒๕๖๒ เรื่อง แต่งตั้งเจ้าหน้าที่ประจำศูนย์ข้อมูลข่าวสารเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=116" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 107/2567 เรื่อง มอบหมายหน้าที่ความรับผิดชอบจัดทำข้อมูลตามแบบตรวจการเปิดเผยข้อมูลสาธารณะ (OIT) การประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=428" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 111/2568 เรื่อง แต่งตั้งคณะทำงานขับเคลื่อนจริยธรรมของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=433" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 111/2568 เรื่อง แต่งตั้งคณะทำงานขับเคลื่อนจริยธรรมของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=307" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 1113/2566 เรื่อง แต่งตั้งผู้มีอำนาจเปรียบเทียบคดีละเมิดเทศบัญญัติประจำเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=259" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 1209/2564 เรื่อง แต่งตั้งผู้มีอำนาจเปรียบเทียบคดีละเมิดเทศบัญญัติประจำเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=336" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 1227/2567 เรื่อง มอบอำนาจนายกเทศมนตรี ให้รองนายกเทศมนตรีปฏิบัติราชการแทน (เพิ่มเติม)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=531" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 1228/2568 เรื่อง แต่งตั้งคณะทำงานติดตามการขออนุมัติ ขออนุญาตใช้พื้นที่ที่อยู่ในความรับผิดชอบของส่วนราชการ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=532" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 1229/2568 เรื่อง  แต่งตั้งคณะทำงานด้านการประชาสัมพันธ์                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=308" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 1245/2566 เรื่อง มอบอำนาจของนายกเทศมนตรีให้รองนายกเทศมนตรี ปฏิบัติราชการแทน (เพิ่มเติม)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=133" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 125/2567 เรื่อง แต่งตั้งคณะกรรมการขับเคลื่อนจริยธรรมของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=79" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 126/2567 เรื่อง แต่งตั้งเจ้าหน้าที่เพื่อดำเนินการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบของหน่วยงาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=324" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 126/2567 เรื่อง แต่งตั้งเจ้าหน้าที่เพื่อดำเนินการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบของหน่วยงาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=282" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 1389/2565 เรื่อง แต่งตั้งเจ้าหน้าที่คุ้มครองข้อมูลส่วนบุคคล (DPO) ของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=280" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 1493/2565 เรื่อง มอบอำนาจของนายกเทศมนตรี ให้รองนายกเทศมนตรีปฏิบัติราชการแทน (เพิ่มเติม)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=660" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 1566/2568 เรื่อง แก้ไขปรับปรุงคำสั่งแต่งตั้งคณะกรรมการพัฒนาเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=590" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 1611/2568 เรื่อง แต่งตั้งเจ้าพนักงานสาธารณสุขตามพระราชบัญญัติการสาธารณสุข พ.ศ. 2535                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=591" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 1612/2568 เรื่อง แต่งตั้งให้พนักงานเทศบาลเป็นผู้ซึ่งได้รับการแต่งตั้งจากเจ้าพนักงานท้องถิ่น ตามพระราชบัญญัติการสาธารณสุข พ.ศ. 2535                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=587" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 1614/2568 เรื่อง แต่งตั้งคณะทำงานโครงการน้ำใจเหนือสุดสู่แดนใต้                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=284" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 1717/2565 เรื่อง แต่งตั้งคณะทำงานพิจารณาทบทวน แก้ไข ปรับปรุง เปลี่ยนแปลง หรือยกเลิกภารกิจหรือเทศบัญญัติของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=396" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 1922/2567 เรื่อง แต่งตั้งคณะทำงานขับเคลื่อนและสนับสนุนการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=463" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 1922/2567 เรื่อง แต่งตั้งคณะทำงานขับเคลื่อนและสนับสนุนการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=397" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 1923/2567 เรื่อง แต่งตั้งผู้บริหารและเจ้าหน้าที่ผู้ทำหน้าที่เป็น Admin รับผิดชอบการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=464" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 1923/2567 เรื่อง แต่งตั้งผู้บริหารและเจ้าหน้าที่ผู้ทำหน้าที่เป็น Admin รับผิดชอบการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=627" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 207/2569 เรื่อง แต่งตั้งรองนายกเทศมนตรีตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=142" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 218/2567 เรื่อง แต่งตั้งคณะกรรมการพิจารณาคัดเลือกคณะกรรมการมาตรฐานจริยธรรมประจำเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=406" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 23/2568 เรื่อง  มอบหมายหน้าที่ความรับผิดชอบจัดทำข้อมูลตามแบบตรวจการเปิดเผยข้อมูลสาธารณะ (OIT) การประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=465" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 23/2568 เรื่อง มอบหมายหน้าที่ความรับผิดชอบจัดทำข้อมูลตามแบบตรวจการเปิดเผยข้อมูลสาธารณะ (OIT) การประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=628" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 232/2569 เรื่อง แต่งตั้งเลขานุการนายกเทศมนตรีตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=633" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 256/2569 เรื่อง มอบหมายรองนายกเทศมนตรีรักษาราชการแทนนายกเทศมนตรี                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=294" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 275/2566 เรื่อง แต่งตั้งคณะทำงานเปลี่ยนแปลงฐานะเทศบาลตำบลแม่สายเป็นเทศบาลเมือง-เทศบาลนคร                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=450" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 285 / 2568 เรื่อง แต่งตั้งคณะกรรมการกำหนดพื้นที่ผ่อนผัน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=449" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 352 /2568 เรื่อง  เปลี่ยนแปลงผู้บริหารของหน่วยงานผู้ทำหน้าที่รับผิดชอบการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=466" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 352 /2568 เรื่อง เปลี่ยนแปลงผู้บริหารของหน่วยงานผู้ทำหน้าที่รับผิดชอบการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=641" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 369/2569 เรื่อง แต่งตั้งผู้บริหารและเจ้าหน้าที่ผู้ทำหน้าที่เป็น Admin รับผิดชอบการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ของเทศบาลตำบลแม่สาย  ประจำปีงบประมาณ พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=642" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 370/2569 เรื่อง แต่งตั้งคณะทำงานขับเคลื่อนและสนับสนุนการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ของเทศบาลตำบลแม่สาย  ประจำปีงบประมาณ พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=643" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 381/2569 เรื่อง มอบหมายหน้าที่ความรับผิดชอบจัดทำข้อมูลตามแบบตรวจการเปิดเผยข้อมูลสาธารณะ (OIT) การประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA)  ประจำปีงบประมาณ พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=658" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 394/2569 เรื่อง มอบหมายให้รองนายกเทศมนตรี ควบคุม กำกับดูแลการบริหารงานของส่วนราชการ ในสังกัดเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=648" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 408/2569 เรื่อง แต่งตั้งคณะทำงานขับเคลื่อนจริยธรรมของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=297" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 417/2565 เรื่อง แต่งตั้งคณะอนุกรรมการคุ้มครองผู้บริโภคประจำเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=286" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 42/2566 เรื่อง ระบบสำหรับการปฏิบัติหน้าที่โดยวิธีการทางอิเล็กทรอนิกส์                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=295" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 436/2566 เรื่อง แต่งตั้งคณะกรรมการพิจารณาและแก้ไขแนวเขต หรือเปลี่ยนแปลงแนวเขตขององค์กรปกครองส่วนท้องถิ่น ระดับพื้นที่ของเทศบาลตำบลแม่สาย                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=132" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 445/2566 เรื่อง แต่งตั้งคณะกรรมการจริยธรรมของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=659" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 490/2569 เรื่อง มอบหมายและมอบอำนาจของนายกเทศมนตรีให้รองนายกเทศมนตรีปฏิบัติราชการแทน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=500" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 498/2567 เรื่อง แต่งตั้งคณะกรรมการติดตามและประเมินผลแผนพัฒนาเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=501" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 499/2567 เรื่อง แต่งตั้งคณะกรรมการพัฒนาเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=502" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 500/2567 เรื่อง แต่งตั้งคณะกรรมการสนับสนุนการจัดทำแผนพัฒนาเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=167" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 556/2563 เรื่อง แต่งตั้งคณะกรรมการบริหารจัดการความเสี่ยงของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=248" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่่ 598/2564 เรื่อง แต่งตั้งรองนายกเทศมนตรีตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=249" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่่ 599/2564 เรื่อง แต่งตั้งเลขานุการนายกเทศมนตรีตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=250" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่่ 600/2564 เรื่อง แต่งตั้งที่ปรึกษานายกเทศมนตรีตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=179" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 618/2563 เรื่อง แต่งตั้งคณะกรรมการกลั่นกรองและพิจารณาเรื่องราวร้องทุกข์เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=242" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 618/2563 เรื่อง แต่งตั้งคณะกรรมการกลั่นกรองและพิจารณาเรื่องราวร้องทุกข์เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=180" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 619/2563 เรื่อง แต่งตั้งเจ้าหน้าที่ปฏิบัติงานประจำศูนย์รับเรื่องราวร้องทุกข์เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=243" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 619/2563 เรื่อง แต่งตั้งเจ้าหน้าที่ปฏิบัติงานประจำศูนย์รับเรื่องราวร้องทุกข์เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=114" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 62/2567 เรื่อง แต่งตั้งคณะทำงานขับเคลื่อนและสนับสนุนการประเมินคุณธรรมและความโปร่งใส ในการดำเนินงานของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=115" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 63/2567 เรื่อง แต่งตั้งผู้บริหารและเจ้าหน้าที่ผู้ทำหน้าที่เป็น Admin รับผิดชอบการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=251" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 638/2564 เรื่อง มอบอำนาจของนายกเทศมนตรีให้รองนายกเทศมนตรีปฏิบัติราชการแทน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=321" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 679/2564 เรื่อง แต่งตั้งคณะกรรมการพัฒนาเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=322" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 680/2564 เรื่อง แต่งตั้งคณะกรรมการติดตามและประเมินผลแผนพัฒนาเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=197" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 682/2564 เรื่อง แต่งตั้งคณะทำงานพิจารณาทบทวน แก้ไข ปรับปรุง เปลี่ยนแปลง หรือยกเลิกภารกิจหรือเทศบัญญัติเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=252" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 682/2564 เรื่อง แต่งตั้งคณะทำงานพิจารณาทบทวน แก้ไข ปรับปรุง เปลี่ยนแปลง หรือยกเลิกภารกิจหรือเทศบัญญัติเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=511" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 734/2568 เรื่อง แต่งตั้งรองนายกเทศมนตรีตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=253" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 759/2564  เรื่อง แต่งตั้งนายทะเบียนข้อมูลข่าวสารลับ เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=268" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 759/2565 เรื่อง แก้ไขเปลี่ยนแปลงการจัดลำดับของรองนายกเทศมนตรีตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=513" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 760 /2568 เรื่อง  มอบหมายและมอบอำนาจของนายกเทศมนตรี ให้รองนายกเทศมนตรีปฏิบัติราชการแทน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=269" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 792/2565 เรื่อง แก้ไขเพิ่มเติมคำสั่งแต่งตั้งคณะทำงานพิจารณาทบทวน แก้ไข ปรับปรุง เปลี่ยนแปลง หรือยกเลิกภารกิจหรือเทศบัญญัติของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=299" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 821/2566 เรื่อง เรื่อง แต่งตั้งคณะทำงานสำรวจและช่วยเหลือการจัดทำแผนที่และคำบรรยายแนวเขตของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=304" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 961/2566 เรื่อง แต่งตั้งเจ้าพนักงานสาธารณสุขตามพระราชบัญญัติการสาธารณสุข พ.ศ. 2535                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=305" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 962/2566 เรื่อง แต่งตั้งให้พนักงานเทศบาลเป็นผู้ปฏิบัติหน้าที่ตามพระราชบัญญัติการสาธารณสุข พ.ศ. 2535                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=270" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สาย ที่ 998/2565 เรื่อง แต่งตั้งคณะทำงานจัดทำแผนปฏิบัติการป้องกันการทุจริต (พ.ศ. 2566 - 2570) ของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=261" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำสั่งเทศบาลตำบลแม่สายที่ 1467/2564 เรื่อง มอบหมายให้พนักงานเทศบาลปฏิบัติการตามพระราชบัญญัติทางหลวง พ.ศ. 2535 และที่แก้ไขเพิ่มเติม                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=169" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือการบริหารความเสี่ยงเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=382" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คู่มือการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=12" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ช่องทางการยื่นคำร้องเพื่อขอเผาศพ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=33" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ชำระภาษีผ่านระบบ QR Code                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=50" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ฐานข้อมูลสุนัขและแมว ในเขตพื้นที่เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=49" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ทะเบียนตลาดสดในเขตพื้นที่เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=65" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    บัญชีจัดคนลงสู่ตำแหน่ง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=54" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    บัญชีถนนเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=98" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    บันทึกข้อตกลงความร่วมมือว่าด้วยการจัดทำข้อตกลงคุณธรรมป้องกันการทุจริต ระหว่างชมรม STRONG - จิตพอเพียงต้านทุจริต จังหวัดเชียงราย กับเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=163" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    บันทึกขออนุมัติโครงการส่งเสริมและสนับสนุนการจัดทำแผนชุมชนและการจัดทำแผนพัฒนาท้องถิ่น ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=117" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    บันทึกรายงานผลคะแนนการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=175" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    บันทึกรายงานรายงานผลการดำเนินงานตามแผนประเมินความเสี่ยงการทุจริต ประจำปีงบประมาณ พ.ศ. 2566 รอบ 12 เดือน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=173" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    บันทึกรายงานรายงานผลการดำเนินงานตามแผนประเมินความเสี่ยงการทุจริต ประจำปีงบประมาณ พ.ศ. 2566 รอบ 6 เดือน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=171" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    บันทึกแจ้งเวียน ประกาศใช้แผนประเมินความเสี่ยงการทุจริต ประจำปีงบประมาณ พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=131" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    บันทึกแต่งตั้งคณะกรรมการจริยธรรมของเทศบาลตำบลแม่สาย และเผยแพร่แนวปฏิบัติ Dos & Don’ts ค่านิยมของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=510" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    บุหรี่ไฟฟ้า ผิดกฎหมาย อันตรายกว่าที่คิด                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=640" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ปฏิทินและหลักเกณฑ์การประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (Integrity and Transparency Assessment: ITA) ประจำปีงบประมาณ พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=644" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ปฏิทินและหลักเกณฑ์การประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (Integrity and Transparency Assessment: ITA) ประจำปีงบประมาณ พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=694" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศ ก.ท.จ.เชียงราย เรื่อง หลักเกณฑ์เกี่ยวกับการประเมินผลการปฏิบัติงานพนักงานครูและบุคลากรทางการศึกษาเทศบาล พ.ศ. 2562 ลงวันที่ 26 มิถุนายน 2562                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=693" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศ ก.ท.จ.เชียงราย เรื่อง หลักเกณฑ์และเงื่อนไขเกี่ยวกับการบริหารงานบุคคลของเทศบาล(เพิ่มเติม) พ.ศ. 2563                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=473" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศ การชี้แจงสอบถามรายละเอียดประกวดราคาจ้างก่อสร้างโครงการปรับปรุงศาลาอเนกประสงค์พร้อมลานอเนกประสงค์สุสานเหมืองแดง ชุมชนเหมืองแดง หมู่ที่ ๒ ตำบลแม่สาย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=524" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศ การชี้แจงสอบถามรายละเอียดประกวดราคาซื้อรถขุดล้อยาง จำนวน 1 คัน ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=656" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศ นโยบายและมาตรการการงดใช้ถุงพลาสติกและโฟมบรรจุอาหารฯ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=544" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศ เผยแพร่แผนการจัดซื้อจัดจ้าง ประจำปีงบประมาณ พ.ศ. ๒๕๖๙                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=603" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศ เรื่อง  การชี้แจงสอบถามรายละเอียดประกวดราคาซื้อรถบรรทุกขยะ ขนาด 6 ตัน 6 ล้อ ปริมาตรกระบอกสูบไม่ต่ำกว่า 6,000 ซีซี หรือกำลังเครื่องยนต์สูงสุดไม่ต่ำกว่า 170 กิโลวัตต์ แบบอัดท้าย จำนวน 1 คัน  ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=570" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศ เรื่อง การชี้แจงสอบถามรายละเอียดประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนภายในชุมชนเหมืองแดง หมู่ที่ 2 ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=562" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศ เรื่อง การชี้แจงสอบถามรายละเอียดประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนสายลมจอย - ดอยเวา ชุมชนดอยเวา หมู่ที่ 1 ตำบลเวียงพางคำ อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=563" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศ เรื่อง การชี้แจงสอบถามรายละเอียดประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนป่ายางชุม หมู่ที่ 6 ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=565" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศ เรื่อง การชี้แจงสอบถามรายละเอียดประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนเกาะทราย หมู่ที่ 7 ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=571" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศ เรื่อง การชี้แจงสอบถามรายละเอียดประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนไม้ลุงขน หมู่ที่ 10 ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=564" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศ เรื่อง การชี้แจงสอบถามรายละเอียดประกวดราคาจ้างโครงการจ้างเหมาทำความสะอาดอาคารสำนักงาน ประจำปีงบประมาณ พ.ศ. 2569 ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=637" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศ เรื่อง การชี้แจงสอบถามรายละเอียดประกวดราคาซื้อโครงการติดตั้งกล้องโทรทัศน์วงจรปิด (CCTV System) หมู่ที่ 2,6,8,10 ตำบลแม่ สาย หมู่ที่ 1,2,3,10 ตำบลเวียงพางคำ อำเภอแม่สาย จังหวัดเชียงราย จำนวน 32 ชุด ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=455" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศการชี้แจงสอบถามรายละเอียดประกวดราคาจ้างก่อสร้าง โครงการก่อสร้างหลังคาคลุมลานอเนกประสงค์ ชุมชนป่ายาง หมู่ที่ ๘ ตำบลแม่สาย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=454" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศการชี้แจงสอบถามรายละเอียดประกวดราคาจ้างก่อสร้าง โครงการปรับปรุงถนนคอนกรีตเสริมเหล็กพร้อมก่อสร้างท่อระบายน้ำถนนเกาะทรายไปถึงถนนผามควาย ชุมชนเหมืองแดง ชุมชนเกาะทราย ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=424" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศการชี้แจงสอบถามรายละเอียดประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็กพร้อมก่อสร้างท่อระบายน้ำถนนเกาะทรายไปถึงถนนผามควาย ชุมชนเหมืองแดง ชุมชนเกาะทราย ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=638" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศการสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง สังกัดเทศบาลตำบลแม่สาย  ประจำปีงบประมาณ พ.ศ.2569                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=359" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศการสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง สังกัดเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ.2568 (ครั้งที่ 2)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=566" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศการสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง สังกัดเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ.2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=639" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศการสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง สังกัดเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ.2569 (ครั้งที่ 3)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=306" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศกำหนดพื้นที่จอดรถ โดยเก็บค่าธรรมเนียมการจอดรถในเขตเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=92" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศคณะกรรมการมาตรฐานการบริหารงานบุคคลส่วนท้องถิ่น เรื่อง ประมวลจริยธรรมพนักงานส่วนท้องถิ่น ลงวันที่ 5 พฤศจิกายน 2564                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=230" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศคณะกรรมการสิ่งแวดล้อมแห่งชาติ เรื่อง การกำหนดอัตราค่าบริการกำจัดขยะมูลฝอยขององค์กรปกครองส่วนท้องถิ่น (ฉบับที่ ๓)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=555" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศจังหวัดเชียงราย เรื่อง ประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนภายในชุมชนเหมืองแดง หมู่ที่ 2 ต.แม่สาย อ.แม่สาย จ.เชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=548" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศจังหวัดเชียงราย เรื่อง ประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนสายลมจอย - ดอยเวา ชุมชนดอยเวา หมู่ที่ 1 ต.เวียงพางคำ อ.แม่สาย จ.เชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=550" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศจังหวัดเชียงราย เรื่อง ประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนป่ายางชุม หมู่ที่ 6 ต.แม่สาย อ.แม่สาย จ.เชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=551" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศจังหวัดเชียงราย เรื่อง ประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนเกาะทราย หมู่ที่ 7 ต.แม่สาย อ.แม่สาย จ.เชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=553" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศจังหวัดเชียงราย เรื่อง ประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนไม้ลุงขน หมู่ที่ 10 ต.แม่สาย อ.แม่สาย จ.เชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=595" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศจังหวัดเชียงราย เรื่อง ประกาศผู้ชนะการเสนอราคา จ้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็กและก่อสร้างรางระบายน้ำสาธารณะถนนสายลมจอย - ดอยเวา ชุมชนดอยเวา หมู่ที่ ๑ ตำบลเวียงพางคำ อำเภอแม่สาย จังหวัดเชียงราย โดยวิธีคัดเลือก                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=574" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศจังหวัดเชียงราย เรื่อง ประกาศผู้ชนะการเสนอราคา ประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็กและก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนป่ายางชุม หมู่ที่ ๖ ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=575" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศจังหวัดเชียงราย เรื่อง ยกเลิกประกาศ ประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนสายลมจอย - ดอยเวา ชุมชนดอยเวา หมู่ที่ ๑ ตำบลเวียงพางคำ อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=576" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศจังหวัดเชียงราย เรื่อง ยกเลิกประกาศ ประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนเกาะทราย หมู่ที่ ๗ ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=579" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศจังหวัดเชียงราย เรื่อง ยกเลิกประกาศ ประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนเหมืองแดง หมู่ที่ ๒ ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=578" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศจังหวัดเชียงราย เรื่อง ยกเลิกประกาศ ประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนไม้ลุงขน หมู่ที่ ๑๐ ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=607" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศจังหวัดเชียงราย โดย เทศบาลตำบลแม่สาย เรื่อง ประกาศผู้ชนะการเสนอราคา จ้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนภายในชุมชนเหมืองแดง หมู่ที่ ๒ ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย โดยวิธีคัดเลือก                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=608" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศจังหวัดเชียงราย โดย เทศบาลตำบลแม่สาย เรื่อง ประกาศผู้ชนะการเสนอราคา จ้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนไม้ลุงขน หมู่ที่  10 ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย โดยวิธีคัดเลือก                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=496" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศจัดตั้งศูนย์ข้อมูลข่าวสารเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=453" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศชี้แจงสอบถามรายละเอียดประกวดราคาซื้อรถบรรทุก (ดีเซล)  ขนาด 1 ตัน ปริมาตรกระบอกสูบไม่ต่ำกว่า 2,400 ซีซี หรือกำลังเครื่องยนต์สูงสุดไม่ต่ำกว่า 110 กิโลวัตต์ ขับเคลื่อน 2 ล้อ แบบดับเบิ้ลแค็บ จำนวน 1 คัน  ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=451" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศประกวดราคาจ้างก่อสร้างโครงการก่อสร้างหลังคาคลุมลานอเนกประสงค์ ชุมชนป่ายาง หมู่ที่ ๘ ตำบลแม่สาย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=441" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็กพร้อมก่อสร้างท่อระบายน้ำถนนเกาะทรายไปถึงถนนผามควาย ชุมชนเหมืองแดง ชุมชนเกาะทราย ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=417" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็กพร้อมก่อสร้างท่อระบายน้ำถนนเกาะทรายไปถึงถนนผามควาย ชุมชนเหมืองแดง ชุมชนเกาะทราย ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding) เลขที่ 1/2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=456" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศประกวดราคาจ้างก่อสร้างโครงการปรับปรุงศาลาอเนกประสงค์พร้อมลานอเนกประสงค์สุสานเหมืองแดง ชุมชนเหมืองแดง หมู่ที่ ๒ ตำบลแม่สาย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=560" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศประกวดราคาจ้างโครงการจ้างเหมาทำความสะอาดอาคารสำนักงาน ประจำปีงบประมาณ พ.ศ. ๒๕๖๙ ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=597" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศประกวดราคาซื้อรถบรรทุกขยะ ขนาด ๑ ตัน ปริมาตรกระบอกสูบไม่ต่ำกว่า ๒,๔๐๐ ซีซี หรือกำลังเครื่องยนต์สูงสุดไม่ต่ำกว่า ๑๑๐ กิโลวัตต์ แบบเปิดข้างเทท้าย จำนวน ๑ คัน ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=446" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศประกวดราคาซื้อโครงการจัดซื้อรถบรรทุก (ดีเซล) ขนาด ๑ ตัน ปริมาตรกระบอกสูบไม่ต่ำกว่า ๒,๔๐๐ ซีซี หรือกำลังเครื่องยนต์สูงสุดไม่ต่ำกว่า ๑๑๐ กิโลวัตต์ ขับบเคลื่อน ๒ ล้อ แบบดับเบิ้ลแค็บ ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=600" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศประกวดราคาซื้อโครงการติดตั้งกล้องโทรทัศน์วงจรปิด (CCTV System) หมู่ที่ ๒,๖,๘,๑๐ ตำบลแม่สาย หมู่ที่ ๑,๒,๓,๑๐ ตำบลเวียงพางคำ อำเภอแม่สาย จังหวัดเชียงราย จำนวน ๓๒ ชุด ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=636" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศประกวดราคาซื้อโครงการติดตั้งกล้องโทรทัศน์วงจรปิด (CCTV System) หมู่ที่ ๒,๖,๘,๑๐ ตำบลแม่สาย หมู่ที่ ๑,๒,๓,๑๐ ตำบลเวียงพางคำ อำเภอแม่สาย จังหวัดเชียงราย จำนวน ๓๒ ชุด ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=599" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศประกวดราคาประกวดราคาซื้อรถบรรทุกขยะ ขนาด ๖ ตัน ๖ ล้อ ปริมาตรกระบอกสูบไม่ต่ำกว่า ๖,๐๐๐ ซีซี หรือกำลังเครื่องยนต์สูงสุดไม่ต่ำกว่า ๑๗๐ กิโลวัตต์ แบบอัดท้าย จำนวน ๑ คัน ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=619" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศประกวดราคาโครงการจัดซื้อเครื่องปรับอากาศ พร้อมติดตั้ง จำนวน ๓ รายการ ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=489" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผลการประกวดชุมชนสะอาดน่าบ้านน่ามอง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=375" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผลการสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง ครั้งที่ 3 ตำแหน่ง ผู้ช่วยเจ้าพนักงานเทศกิจ (ผู้มีคุณวุฒิ)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=339" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผลการสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง ครั้งที่ 4                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=688" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผลการสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง สังกัดเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=584" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผลการสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง สังกัดเทศบาลตำบลแม่สาย  ประจำปีงบประมาณ พ.ศ.2569 (ครั้งที่ 1)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=654" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผลการสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง สังกัดเทศบาลตำบลแม่สาย (ครั้งที่ 3)                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=371" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผลการสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง สังกัดเทศบาลตำบลแม่สาย ครั้งที่ 2 ตำแหน่ง พนักงานดับเพลิง (ปฏิบัติงานธุรการ)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=365" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผลการสรรหาและเลือกสรรพนักงานจ้างประจำปีงบประมาณ พ.ศ.2568 ครั้งที่ 1 ตำแหน่ง ผู้ช่วยครูผู้ช่วย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=16" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผลการสรรหาและเลือกสรรเพื่อแต่งตั้งเป็นพนักงานจ้างประจำปีงบประมาณ พ.ศ.2567 (ครั้งที่ 2)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=332" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผลการสรรหาและเลือกสรรเพื่อแต่งตั้งเป็นพนักงานจ้างประจำปีงบประมาณ พ.ศ.2567 (ครั้งที่ 3)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=530" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผลการสรรหาและเลือกสรรเพื่อแต่งตั้งเป็นพนักงานจ้างประจำปีงบประมาณ พ.ศ.2568  ครั้งที่ 2                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=431" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผลการสรรหาและเลือกสรรเพื่อแต่งตัั้งเป็นพนักงานจ้างประจำปีงบประมาณ พ.ศ.2568 ครั้งที่ 5 ตำแหน่ง ผู้ช่วยนักวิชาการสุขาภิบาล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=626" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคา จ้างโครงการก่อสร้างท่อระบายน้ำสาธารณะ ถนนภายในโรงฆ่าสัตว์เทศบาลตำบลแม่สาย โดยวิธีเฉพาะเจาะจง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=624" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคา จ้างโครงการก่อสร้างรางระบายน้ำสาธารณะถนนเทศบาล 28 ชุมชนป่ายางชุม หมู่ที่ 6 ตำบลแม่สาย โดยวิธีเฉพาะเจาะจง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=547" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคา จ้างโครงการจ้างเหมาบริการกำจัดขยะมูลฝอยจากองค์กรปกครองส่วนท้องถิ่นอำเภอแม่สาย ประจำปีงบประมาณ พ.ศ. ๒๕๖๙ โดยวิธีเฉพาะเจาะจง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=620" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคา จ้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะในชุมชนเกาะทราย หมู่ที่ 7 ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย โดยวิธีเฉพาะเจาะจง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=625" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคา จ้างโครงการปรับปรุงห้อง Coding โรงเรียนเทศบาล 1 (วัดพรหมวิหาร) โดยวิธีเฉพาะเจาะจง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=474" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคา ประกวดราคาจ้างก่อสร้างโครงการก่อสร้างหลังคาคลุมลานอเนกประสงค์ ชุมชนป่ายาง หมู่ที่ ๘ ตำบลแม่สาย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=475" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคา ประกวดราคาจ้างก่อสร้างโครงการปรับปรุงศาลาอเนกประสงค์พร้อมลานอเนกประสงค์สุสานเหมืองแดง ชุมชนเหมืองแดง หมู่ที่ ๒ ตำบลแม่สาย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=471" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคา ประกวดราคาซื้อโครงการจัดซื้อรถบรรทุก (ดีเซล) ขนาด ๑ ตัน ปริมาตรกระบอกสูบไม่ต่ำกว่า ๒,๔๐๐ ซีซี หรือกำลังเครื่องยนต์สูงสุดไม่ต่ำกว่า ๑๑๐ กิโลวัตต์ ขับบเคลื่อน ๒ ล้อ แบบดับเบิ้ลแค็บ ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=623" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคา โครงการจัดซื้อเครื่องปรับอากาศพร้อมติดตั้ง จำนวน 3 รายการ ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=443" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคาจ้าง โครงการก่อสร้างสะพานเหล็ก ชุมชนดอยงาม หมู่ที่ 2 ตำบลเวียงพางคำ โดยวิธีเฉพาะเจาะจง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=487" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคาจ้าง โครงการปรับปรุงถนนคอนกรีตเสริมเหล็กพร้อมก่อสร้างท่อระบายน้ำถนนเกาะทรายไปถึงถนนผามควาย ชุมชนเหมืองแดง ชุมชนเกาะทราย ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย โดยวิธีคัดเลือก                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=444" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคาจ้าง โครงการปรับปรุงศาลาอเนกประสงค์ชุมชนดอยงาม หมู่ที่ 2 ตำบลเวียงพางคำ โดยวิธีเฉพาะเจาะจง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=605" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคาจ้าง โครงการปรับปรุงอาคารสำนักงาน ห้องทะเบียน ชั้น ๒ โดยวิธีเฉพาะเจาะจง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=509" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคาจ้างโครงการจ้างดำเนินการจัดสภาพแวดล้อมที่เหมาะสม เพื่อซ่อมแซม ปรับปรุง ก่อสร้างที่อยู่อาศัย และสภาพแวดล้อมที่เหมาะสมให้ถูกสุขลักษณะฯ ตามโครงการปรับสภาพแวดล้อมและสิ่งอำนวยความสะดวกของผู้สูงอายุให้เหมาะสมและปลอดภัย และโครงการปณิธานความดี ประจำปีงบประมาณ 2568 (จำนวน 1 ราย) โดยวิธีเฉพาะเจาะจง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=508" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคาจ้างโครงการจ้างดำเนินการจัดสภาพแวดล้อมที่เหมาะสม เพื่อซ่อมแซม ปรับปรุง ก่อสร้างที่อยู่อาศัย และสภาพแวดล้อมที่เหมาะสมให้ถูกสุขลักษณะฯ ตามโครงการปรับสภาพแวดล้อมและสิ่งอำนวยความสะดวกของผู้สูงอายุให้เหมาะสมและปลอดภัย และโครงการปณิธานความดี ประจำปีงบประมาณ 2568 (จำนวน 4 ราย) โดยวิธีเฉพาะเจาะจง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=668" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคาจ้างโครงการติดตั้งถังเก็บน้ำไฟเบอร์กลาส โดยวิธีเฉพาะเจาะจง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=520" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคาจ้างโครงการปรับปรุงระบบรางระบายน้ำภายในอาคารโรงฆ่าสัตว์ โดยวิธีเฉพาะเจาะจง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=436" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคาจ้างโครงการปรับปรุงเวทีหอประชุมพระเจ้าพรหมมหาราช ชุมชนเหมืองแดง หมู่ที่ ๒ ตำบลแม่สาย โดยวิธีเฉพาะเจาะจง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=667" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคาจ้างโครงการเพิ่มประสิทธิภาพความจุถังเก็บน้ำและเชื่อมระบบประปาเดิมสนามกีฬากลางอำเภอแม่สาย โดยวิธีเฉพาะเจาะจง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=646" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคาซื้อโครงการติดตั้งกล้องโทรทัศน์วงจรปิด (CCTV System) หมู่ที่ 2,6,8,10 ตำบลแม่สาย หมู่ที่ 1,2,3,10 ตำบลเวียงพางคำ อำเภอแม่สาย จังหวัดเชียงราย จำนวน 32 ชุด ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์  (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=568" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคาประกวดราคาจ้างโครงการจ้างเหมาทำความสะอาดอาคารสำนักงาน ประจำปีงบประมาณ พ.ศ. ๒๕๖๙ ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=526" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้ชนะการเสนอราคาประกวดราคาซื้อรถขุดล้อยาง จำนวน ๑ คัน ด้วยวิธีประกวดราคา                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=432" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศผู้อำนวยการการเลือกตั้งประจำเทศบาลตำบลแม่สาย เรื่อง การรับสมัครบุคคลเข้ารับการสรรหาเป็นคณะกรรมการการเลือกตั้ง ประจำเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=472" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศยกเลิกประกาศประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็กพร้อมก่อสร้างท่อระบายน้ำถนนเกาะทรายไปถึงถนนผามควาย ชุมชนเหมืองแดง ชุมชนเกาะทราย ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=274" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรับการรับฟังความคิดเห็นต่อร่างระเบียบเทศบาลตำบลแม่สาย เรื่อง การบริการสุสานฌปณสถาน พ.ศ. 2565                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=17" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรับสมัครบุคคล เป็นคณะกรรมการมาตรฐานจริยธรรมประจำเทศบาลตำบลแม่สาย ตำแหน่ง กรรมการมาตรฐานจริยธรรมประจำเทศบาลตำบลแม่สาย (ข้าราชการหรือพนักงานส่วนท้องถิ่นขององค์กรปกครองส่วนท้องถิ่นผู้ดำรงตำแหน่งประเภทอำนวยการท้องถิ่นขึ้นไป)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=147" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรับสมัครบุคคล เป็นคณะกรรมการมาตรฐานจริยธรรมประจำเทศบาลตำบลแม่สาย ตำแหน่ง กรรมการมาตรฐานจริยธรรมประจำเทศบาลตำบลแม่สาย (ข้าราชการหรือพนักงานส่วนท้องถิ่นขององค์กรปกครองส่วนท้องถิ่นผู้ดำรงตำแหน่งประเภทอำนวยการท้องถิ่นขึ้นไป)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=18" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรับสมัครบุคคล เป็นคณะกรรมการมาตรฐานจริยธรรมประจำเทศบาลตำบลแม่สาย ตำแหน่ง ประธานกรรมการมาตรฐานจริยธรรมประจำเทศบาลตำบลแม่สาย (ผู้ทรงคุณวุฒิภายนอกเทศบาลตำบลแม่สาย)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=141" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรับสมัครบุคคล เป็นคณะกรรมการมาตรฐานจริยธรรมประจำเทศบาลตำบลแม่สาย ตำแหน่ง ประธานกรรมการมาตรฐานจริยธรรมประจำเทศบาลตำบลแม่สาย (ผู้ทรงคุณวุฒิภายนอกเทศบาลตำบลแม่สาย)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=36" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรับสมัครสรรหาและเลือกสรรเพื่อแต่งตั้งเป็นพนักงานจ้าง ประจำปีงบประมาณ พ.ศ.2567 (ครั้งที่ 3)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=527" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรับสมัครสอบคัดเลือกพนักงานเทศบาลเพื่อเปลี่ยนสายงานตำแหน่งประเภททั่วไปให้ดำรงตำแหน่งประเภทวิชาการ ระดับปฏิบัติการ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=23" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรับสมัครเพื่อสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง ประจำปีงบประมาณ พ.ศ. 2567 (ครั้งที่ 2 ) New                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=629" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศร่างประกวดราคาซื้อโครงการติดตั้งกล้องโทรทัศน์วงจรปิด (CCTV System) หมู่ที่ ๒,๖,๘,๑๐ ตำบลแม่สาย หมู่ที่ ๑,๒,๓,๑๐ ตำบลเวียงพางคำ อำเภอแม่สาย จังหวัดเชียงราย จำนวน ๓๒ ชุด ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=635" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศร่างประกวดราคาซื้อโครงการติดตั้งกล้องโทรทัศน์วงจรปิด (CCTV System) หมู่ที่ ๒,๖,๘,๑๐ ตำบลแม่สาย หมู่ที่ ๑,๒,๓,๑๐ ตำบลเวียงพางคำ อำเภอแม่สาย จังหวัดเชียงราย จำนวน ๓๒ ชุด ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=542" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศร่างประกาศ และร่างเอกสารประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนภายในชุมชนเหมืองแดง หมู่ที่ ๒ ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=540" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศร่างประกาศ และร่างเอกสารประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนสายลมจอย - ดอยเวา ชุมชนดอยเวา หมู่ที่ ๑ ตำบลเวียงพางคำ อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=538" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศร่างประกาศ และร่างเอกสารประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนป่ายางชุม หมู่ที่ ๖ ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=536" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศร่างประกาศ และร่างเอกสารประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนเกาะทราย หมู่ที่ ๗ ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=534" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศร่างประกาศ และร่างเอกสารประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนไม้ลุงขน หมู่ที่ ๑๐ ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=439" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศร่างประกาศ และร่างเอกสารประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็กพร้อมก่อสร้างท่อระบายน้ำถนนเกาะทรายไปถึงถนนผามควาย ชุมชนเหมืองแดง ชุมชนเกาะทราย ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=516" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศร่างประกาศ และร่างเอกสารประกวดราคาซื้อรถขุดล้อยาง จำนวน ๑ คัน ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=588" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศร่างประกาศ และร่างเอกสารประกวดราคาซื้อรถบรรทุกขยะ ขนาด ๑ ตัน ปริมาตรกระบอกสูบไม่ต่ำกว่า ๒,๔๐๐ ซีซี หรือกำลังเครื่องยนต์สูงสุดไม่ต่ำกว่า ๑๑๐ กิโลวัตต์ แบบเปิดข้างเทท้าย จำนวน ๑ คัน ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=585" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศร่างประกาศ และร่างเอกสารประกวดราคาประกวดราคาซื้อรถบรรทุกขยะ ขนาด ๖ ตัน ๖ ล้อ ปริมาตรกระบอกสูบไม่ต่ำกว่า ๖,๐๐๐ ซีซี หรือกำลังเครื่องยนต์สูงสุดไม่ต่ำกว่า ๑๗๐ กิโลวัตต์ แบบอัดท้าย จำนวน ๑ คัน ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=414" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรายชื่อ และกำหนดวัน เวลา สถานที่ ผู้มีสิทธิเข้ารับการคัดเลือก กรณีที่มีเหตุพิเศษที่ไม่จำเป็นต้องสอบแข่งขันเพื่อบรรจุบุคคลเป็นพนักงานครูเทศบาล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=423" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรายชื่อผู้ผ่านการคัดเลือกกรณีที่มีเหตุพิเศษที่ไม่จำเป็นต้องสอบแข่งขัน เพื่อบรรจุบุคคลเป็นพนักงานครูเทศบาล สังกัดกองการศึกษา เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=573" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรายชื่อผู้มีสิทธิเข้ารับการคัดเลือกภาคความเหมาะสมกับตำแหน่ง (ภาค ค.) ในการสอบคัดเลือกพนักงานเทศบาลเพื่อเปลี่ยนสายงานตำแหน่งประเภททั่วไปให้ดำรงตำแหน่งประเภทวิชาการ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=650" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรายชื่อผู้มีสิทธิเข้ารับการสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง ประจำปีงบประมาณ พ.ศ.2569 (ครั้งที่ 3)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=368" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรายชื่อผู้มีสิทธิเข้ารับการสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้างประจำปี 2568 ครั้งที่ 2  ตำแหน่ง พนักงานดับเพลิง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=328" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรายชื่อผู้มีสิทธิเข้ารับการสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้างประจำปีงบประมาณ พ.ศ.2567 (ครั้งที่ 3)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=422" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรายชื่อผู้มีสิทธิเข้ารับการสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้างประจำปีงบประมาณ พ.ศ.2568 ตำแหน่ง ผู้ช่วยนักวิชาการสุขาภิบาล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=19" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรายชื่อผู้มีสิทธิเข้ารับการสรรหาและเลือกสรรเพื่อแต่งตั้งเป็นพนักงานจ้าง ประจำปีงบประมาณ พ.ศ.2567 (ครั้งที่ 2)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=370" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรายชื่อผู้มีสิทธิเข้ารับการสรรหาและเลือกสรรเพืื่อแต่งตั้งเป็นพนักงานจ้างประจำปีงบประมาณ พ.ศ.2568 (ครั้งที่ 3) ตำแหน่ง ผู้ช่วยเจ้าพนักงานเทศกิจ (ผู้มีคุณวุฒิ)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=559" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรายชื่อผู้มีสิทธิเข้ารับการสอบคัดเลือกพนักงานเทศบาล เพื่อเปลี่ยนสายงานตำแหน่งประเภททั่วไปให้ดำรงตำแหน่งประเภทวิชาการ และกำหนดวัน เวลา สถานที่สอบคัดเลือกฯ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=377" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรายชื่อผู้มีสิทธิ์เข้ารับการสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง งบประมาณ พ.ศ.2568 ครั้งที่ 4 ตำแหน่ง คนงาน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=581" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรายชื่อผู้มีสิทธิ์เข้ารับการสรรหาและเลือกสรรเพื่อแต่งตั้งเป็นพนักงานจ้าง ประจำปีงบประมาณ พ.ศ.2569 (ครั้งที่ 1)                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=580" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรายชื่อผู้สอบคัดเลือกได้ในการสอบคัดเลือกพนักงานเทศบาลเพื่อเปลี่ยนสายงานตำแหน่งประเภททั่วไปให้ดำรงตำแหน่งประเภทวิชาการ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=529" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรายชื่อผู้เข้ารับการสรรหาและเลือกสรรเพื่อแต่งตั้งเป็นพนักงานจ้าง ประจำปีงบประมาณ พ.ศ.2568 (ครั้งที่ 2)                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=684" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศรายชื่อเข้ารับการสรรหาเพื่อเลือกสรรเป็นพนักงานจ้าง ประจำปีงบประมาณ พ.ศ.2569 ครั้งที่ 4                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=264" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสภาเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้คู่มือการยืมทรัพย์สินทางราชการของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=334" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง ประจำปีงบประมาณ พ.ศ.2567 (ครั้งที่ 4)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=340" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง ประจำปีงบประมาณ พ.ศ.2568 (ครั้งที่ 1)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=521" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง สังกัดเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ.2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=522" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง สังกัดเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ.2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=367" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง สังกัดเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ.2568 ครั้งที่ 4 ตำแหน่ง คนงาน   จำนวน 2 ตำแหน่ง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=379" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศสรรหาและเลือกสรรเพื่อแต่งตั้งเป็นพนักงานจ้างประจำปีงบประมาณ พ.ศ.2568 (ครั้งที่ 5) ตำแหน่ง ผู้ช่วยนักวิชาการสุขาภิบาล (ผู้มีคุณวุฒิ)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=437" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศหลักเกณฑ์ประกวดภาพถ่ายโครงการลานอนุรักษ์วัฒนธรรมเพื่อประชาสัมพันธ์และส่งเสริมการท่องเที่ยง ประจำปีงบประมาณ 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=692" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศหลักเกณฑ์เกี่ยวกับการคัดเลือกเพื่อเลื่อนและแต่งตั้งพนักงานเทศบาลตำแหน่งประเภททั่วไปและประเภทวิชาการให้ดำรงตำแหน่งในระดับที่สูงขึ้น พ.ศ. 2561                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=372" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศหลักเกณฑ์และวิธีการจำหน่ายพัสดุ โดยวิธีแปรสภาพหรือทำลาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=488" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเกณฑ์การประกวดชุมชนสะอาดหน้าบ้านน่ามอง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=122" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเจตนารมณ์ ความร่วมมือการขับเคลื่อนจังหวัดเชียงราย เป็นจังหวัดคุณธรรม ระหว่างจังหวัดเชียงราย กับ องค์กรเครือข่ายทางสังคมในพื้นที่จังหวัดเชียงราย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเจตนารมณ์นโยบายไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=378" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาล เรื่องการคัดเลือกกรณีพิเศษที่ไม่จำเป็นของสอบแข่งขันเพื่อบรรจุและแต่ตั้งบุลคลเป็นพนักงานครูเทศบาล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=621" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง   การชี้แจงสอบถามรายละเอียดประกวดราคาซื้อโครงการจัดซื้อเครื่องปรับอากาศ พร้อมติดตั้ง จำนวน 3 รายการ ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=314" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง  กำหนด วิธีการ ระยะเวลา และสถานที่ รับฟังความคิดเห็นของประชาชน ตามโครงการปรับปรุงระบบจำหน่ายไฟฟ้าเป็นเคเบิลใต้ดิน 22 เควี ถนนเหมืองแดงและถนนป่ายาง อำเภอแม่สาย  จังหวัดเชียงราย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=669" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง  ยกเลิกประกาศการสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง  ตำแหน่ง ลูกมือช่างแผนที่ภาษี (ผู้มีทักษะ) สังกัดเทศบาลตำบลแม่สาย                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=177" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง  รายงานผลการดำเนินการตามแผนประเมินความเสี่ยงการทุจริต  ประจำปีงบประมาณ พ.ศ. 2567 รอบ 12 เดือน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=267" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง การกำหนดพื้นที่ผ่อนผันการจำหน่ายสินค้าในที่ทางสาธารณะ ภายในเขตเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=369" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง การขยายกำหนดเวลาดำเนินการตามพระราชบัญญัติภาษีที่ดินและสิ่งปลูกสร้าง พ.ศ.2562 ประจำปี พ.ศ.2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=300" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง การจัดตั้งชุมชน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=78" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง การจัดตั้งศูนย์รับเรื่องราวร้องทุกข์                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=362" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง การจัดทำโครงการเพิ่มประสิทธิภาพการพัฒนารายได้ ประจำปีงบประมาณ พ.ศ.2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=361" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง การสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง สังกัดเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=497" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง การเปิดเผยข้อมูลข่าวสารของราชการ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=240" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง กำหนดการรับฟังความคิดเห็นของประชาชน ตามโครงการปรับปรุงระบบจำหน่ายไฟฟ้าเป็นเคเบิ้ลใต้ดินบริเวณด่านพรมแดนไทย-เมียนมา ในส่วนของการดำเนินงานพื้นที่เทศบาลตำบลตำบลเวียงพางคำ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=302" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง กำหนดจำนวนกรรมการชุมชน วัน เวลา สถานที่ เลือกกรรมการชุมชน และวิธีเลือกกรรมการชุมชน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=438" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง กำหนดพื้นที่ควบคุมเหตุรำคาญ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=246" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง กำหนดพื้นที่ผ่อนผันการจำหน่ายสินค้าในที่สาธารณะในเขตเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=330" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง กำหนดพื้นที่ผ่อนผันการจำหน่ายสินค้าในที่สาธารณะในเขตเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=448" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง กำหนดพื้นที่ผ่อนผันการจำหน่ายสินค้าในที่สาธารณะในเขตเทศบาลตำบลแม่สาย (ถนนป่ายาง ชุมชนป่ายางชุม หมู่ 6 และถนนไม้ลุงขน ชุมชนไม้ลุงขน หมู่ 10 ตำบลแม่สาย)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=318" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง กำหนดพื้นที่ห้ามจอดรถบนถนนในเขตเทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=405" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง กำหนดสถานที่ หลักเกณฑ์และวิธีการปิดประกาศเกี่ยวกับการหาเสียงเลือกตั้งสมาชิกสภาองค์การบริหารส่วยจังหวัดเชียงรายและนายกองค์การบริหารส่วนจังหวัดเชียงราย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=609" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง กำหนดสถานที่ หลักเกณฑ์และวิธีการปิดประกาศเกี่ยวกับการเลือกตั้งสมาชิกสภาผู้แทนราษฎร  พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=237" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง กำหนดอัตราค่าบริการกำจัดขยะมูลฝอยของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=273" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง กำหนดอัตราค่าบริการกำจัดขยะมูลฝอยของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=498" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ขั้นตอนและกำหนดระยะเวลาในการให้บริการข้อมูลข่าวสาร                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=178" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง จัดตั้งศูนย์รับเรื่องราวร้องทุกข์เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=285" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ช่องทางอิเล็กทรอนิกส์สำหรับติดต่อเทศบาลตำบลแม่สาย พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=281" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง นโยบายการคุ้มครองข้อมูลส่วนบุคคล (Privacy Policy) เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=296" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง นโยบายการรักษาความมั่นคงปลอดภัยเว็บไซต์ของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=108" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง นโยบายการไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy) ของเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=394" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง นโยบายการไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy) ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=461" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง นโยบายการไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy) ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=632" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง นโยบายการไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy) ประจำปีงบประมาณ พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=634" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง นโยบายการไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No GiftPolicy) ประจำปีงบประมาณ พ.ศ. ๒๕๖๙                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=95" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง นโยบายคุณธรรมและความโปร่งใส                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=168" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง นโยบายบริหารจัดการความเสี่ยงของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=495" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง นโยบายเทศบาลตำบลแม่สาย ปลอดบุหรี่                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=97" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง นโยบายไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=611" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศผู้ชนะการเสนอราคา ประกวดราคาซื้อรถบรรทุกขยะ ขนาด ๑ ตัน ปริมาตรกระบอกสูบไม่ต่ำกว่า ๒,๔๐๐ ซีซี หรือกำลังเครื่องยนต์สูงสุดไม่ต่ำกว่า ๑๑๐ กิโลวัตต์ แบบเปิดข้างเทท้าย จำนวน ๑ คัน ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=612" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศผู้ชนะการเสนอราคา ประกวดราคาซื้อรถบรรทุกขยะ ขนาด ๖ ตัน ๖ ล้อ ปริมาตรกระบอกสูบไม่ต่ำกว่า ๖,๐๐๐ ซีซี หรือกำลังเครื่องยนต์สูงสุดไม่ต่ำกว่า ๑๗๐ กิโลวัตต์ แบบอัดท้าย จำนวน ๑ คัน ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=271" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศรับฟังความคิดเห็นของประชาชนต่อร่างประกาศเทศบาลตำบลแม่สาย เรื่อง กำหนดอัตราค่าบริการกำจัดขยะมูลฝอยของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=277" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศรับฟังความคิดเห็นของประชาชนต่อร่างระเบียบเทศบาลตำบลแม่สาย เรื่อง การใช้สนามกีฬากลางอำเภอแม่สาย พ.ศ. 2565                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=146" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศรายชื่อผู้สมัครเป็นคณะกรรมการมาตรฐานจริยธรรมประจำเทศบาลตำบลแม่สาย ที่ผ่านการตรวจสอบ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=523" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศรายชื่อผู้ได้รับการพิจารณาให้ความช่วยเหลือจากเหตุอุทกภัยพายุดีเปรสชั่น "ยากิ"                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=283" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศเกี่ยวกับความเป็นส่วนตัวในการใช้กล้องวงจรปิด (CCTV Privacy Notice)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=93" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศเจตจำนงทางการเมืองในการต่อต้านการทุจริต และการบริหารราชการส่วนท้องถิ่นตามหลักธรรมาภิบาล                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=100" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศเจตนารมณ์ นโยบายไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy) ประจำปีงบประมาณ พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=279" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้ระเบียบเทศบาลตำบลแม่สาย ว่าด้วยการใช้สนามกีฬากลางอำเภอแม่สาย พ.ศ. 2565                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=247" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้ระเบียบเทศบาลตำบลแม่สายว่าด้วยเครื่องแบบและชุดปฏิบัติงานพนักงานเทศบาล ลูกจ้างประจำ พนักงานจ้างที่ปฏิบัติงานเกี่ยวกับเทศกิจ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=258" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้เทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การควบคุมการเลี้ยงหรือปล่อยสัตว์ พ.ศ. 2564                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=293" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้เทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การควบคุมกิจการที่เป็นอันตรายต่อสุขภาพ พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=292" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้เทศบัญญัติเทศบาลตำบลแม่สาย เรือง การจัดระเบียบการจอดรถในเขตเทศบาลตำบลแม่สาย พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=176" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้แผนบริหารจัดการความเสี่ยงการทุจริต ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=341" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้แผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=170" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประกาศใช้แผนประเมินความเสี่ยงการทุจริต ประจำปีงบประมาณ พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=317" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประมูลให้สิทธิเอกชนทำหน้าที่เรียกเก็บค่าธรรมเนียมจอดรถแทนเทศบาลตำบลแม่สาย (กุมภาพันธ์ 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=312" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประมูลให้สิทธิเอกชนทำหน้าที่เรียกเก็บค่าธรรมเนียมจอดรถแทนเทศบาลตำบลแม่สาย (วันที่ 11 มกราคม 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=319" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ประมูลให้สิทธิเอกชนทำหน้าที่เรียกเก็บค่าธรรมเนียมจอดรถแทนเทศบาลตำบลแม่สาย (วันที่ 30 เมษายน 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=244" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ปรับปรุงเงื่อนไขการให้บริการสำหรับคู่มือประชาชน ตามพระราชบัญญัติการอำนวยความสะดวกในการพิจารณาอนุญาตของทางราชการ พ.ศ. 2558                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=260" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง มาตรการควบคุมการเล่น หรือจุดประทัดในเขตเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=265" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง มาตรการตรวจสอบการใช้ดุลพินิจ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=245" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง มาตรการป้องกันการละเว้นการไม่ปฏิบัติตามคู่มือสำหรับประชาชน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=333" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ยกเลิกจัดเก็บค่าธรรมเนียมการจอดรถในเขตเทศบาลตำบลแม่สาย (บางพื้นที่)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=606" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ยกเลิกประกาศ ประกวดราคาซื้อโครงการติดตั้งกล้องโทรทัศน์วงจรปิด (CCTV System) หมู่ที่ ๒,๖,๘,๑๐ ตำบลแม่สาย หมู่ที่ ๑,๒,๓,๑๐ ตำบลเวียงพางคำ อำเภอแม่สาย จังหวัดเชียงราย จำนวน ๓๒ ชุด  ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=254" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง รับฟังความคิดเห็นของประชาชนต่อร่างระเบียบสภาเทศบาลตำบลแม่สาย ว่าด้วยการให้ประชาชนเข้าฟังการประชุมและการปรึกษาของสภาเทศบาลตำบลแม่สาย พ.ศ. .....                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=256" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง รับฟังความคิดเห็นของประชาชนต่อร่างเทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การควบคุมการเลี้ยงหรือปล่อยสัตว์ พ.ศ. …..                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=290" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง รับฟังความคิดเห็นของประชาชนต่อร่างเทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การควบคุมกิจการที่เป็นอันตรายต่อสุขภาพ พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=288" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง รับฟังความคิดเห็นของประชาชนต่อร่างเทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การจัดระเบียบการจอดรถในเขตเทศบาลตำบลแม่สาย พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=366" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง รายงานการรับ - จ่ายเงิน ประจำปีงบประมาณ พ.ศ.2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=567" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง รายงานการรับ - จ่ายเงินประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=617" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง รายงานผลการดำเนินการตามแผนประเมินความเสี่ยงการทุจริต ประจำปีงบประมาณ พ.ศ. 2568 รอบ 12 เดือน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=174" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง รายงานผลการดำเนินงานตามแผนประเมินความเสี่ยงการทุจริต ประจำปีงบประมาณ พ.ศ. 2566 รอบ 12 เดือน (1 ตุลาคม 2565 - 30 กันยายน 2566)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=172" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง รายงานผลการดำเนินงานตามแผนประเมินความเสี่ยงการทุจริต ประจำปีงบประมาณ พ.ศ. 2566 รอบ 6 เดือน (1 ตุลาคม 2565 - 31 มีนาคม 2566)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=351" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง รายงานผลดำเนินงานตามแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 - 2570) ประจำปีงบประมาณ พ.ศ. 2566 รอบ 12 เดือน (1 ต.ค. 65 - 30 ก.ย. 66)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=347" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง รายงานผลดำเนินงานตามแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 - 2570) ประจำปีงบประมาณ พ.ศ. 2566 รอบ 6 เดือน (1 ต.ค. 65 - 31 มี.ค. 66)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=338" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง รายชื่อผู้มีสิทธิเข้ารับการสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง ประจำปีงบประมาณ 2567 (ครั้งที่ 4)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=360" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง รายชื่อผู้มีสิทธิเข้ารับการสรรหาและเลือกสรรบุคคลเพื่อจ้างเป็นพนักงานจ้าง ประจำปีงบประมาณ 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=235" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง วิธีการแสดงใบอนุญาตโดยวิธีการทางอิเล็กทรอนิกส์ พ.ศ. ๒๕๖๖                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=287" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง วิธีการแสดงใบอนุญาตโดยวิธีการทางอิเล็กทรอนิกส์ พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=272" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง สรุปผลการรับฟังความคิดเห็นของประชาชนต่อร่างประกาศเทศบาลตำบลแม่สาย เรื่อง กำหนดอัตราค่าบริการกำจัดขยะมูลฝอยของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=255" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง สรุปผลการรับฟังความคิดเห็นของประชาชนต่อร่างระเบียบสภาเทศบาลตำบลแม่สาย ว่าด้วยการให้ประชาชนเข้าฟังการประชุมและการปรึกษาของสภาเทศบาลตำบลแม่สาย พ.ศ. ...                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=278" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง สรุปผลการรับฟังความคิดเห็นของประชาชนต่อร่างระเบียบเทศบาลตำบลแม่สาย เรื่อง การใช้สนามกีฬากลางอำเภอแม่สาย พ.ศ. 2565                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=275" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง สรุปผลการรับฟังความคิดเห็นของประชาชนต่อร่างระเบียบเทศบาลตำบลแม่สาย เรื่อง การให้บริการฌาปนสถาน พ.ศ. 2565                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=257" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง สรุปผลการรับฟังความคิดเห็นของประชาชนต่อร่างเทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การควบคุมการเลี้ยงหรือปล่อยสัตว์ พ.ศ. ....                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=291" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง สรุปผลการรับฟังความคิดเห็นของประชาชนต่อร่างเทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การควบคุมกิจการที่เป็นอันตรายต่อสุขภาพ พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=289" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง สรุปผลการรับฟังความคิดเห็นของประชาชนต่อร่างเทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การจัดระเบียบการจอดรถในเขตเทศบาลตำบลแม่สาย พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=241" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง สรุปผลการรับฟังความคิดเห็นของประชาชนตามโครงการปรับปรุงระบบจำหน่ายไฟฟ้าเป็นเคเบิ้ล ใต้ดินตั้งแต่บริเวณด่านพรมแดนไทย - เมียนมา ในส่วนของการดำเนินงานพื้นที่เทศบาลตำบลเวียงพางคำ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=316" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง สรุปผลการรับฟังความคิดเห็นของประชาชนตามโครงการปรับปรุงระบบจำหน่ายไฟฟ้าเป็นเคเบิลใต้ดิน 22 เควี ถนนเหมืองแดงและถนนป่ายาง อำเภอแม่สาย จังหวัดเชียงราย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=266" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง หลักเกณฑ์ เงื่อนไขการจำหน่ายสินค้าในพื้นที่จุดผ่อนผัน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=309" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง หลักเกณฑ์และวิธีการการมอบให้เอกชนทำหน้าที่เรียกเก็บค่าธรรมเนียมจอดรถแทนเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=311" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง หลักเกณฑ์และวิธีการการมอบให้เอกชนทำหน้าที่เรียกเก็บค่าธรรมเนียมจอดรถแทนเทศบาลตำบลแม่สาย (ใหม่)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=518" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง ห้ามเข้าพื้นที่ อาคารหรือสถานที่ที่กำหนด                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=320" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง อนุญาตให้ใช้ลิขสิทธิ์สัญญาลักาณ์ ๑๐ ชาติพันธุ์แม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=326" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง เปลี่ยนแปลงคณะกรรมการกำหนดพื้นที่ผ่อนผัน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=315" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรือง เปลี่ยนแปลงสถานที่จัดการประชุมปรึกษาหารือด้วยวิธีการอภิปรายสาธารณะ เพื่อรับฟังความคิดเห็นของประชาชนตามโครงการปรับปรุงระบบจำหน่ายไฟฟ้าเป็นเคเบิลใต้ดิน 22 เควี ถนนเหมืองแดงและถนนป่ายาง อำเภอแม่สาย จังหวัดเชียงราย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=313" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง เผยแพร่ข้อมูลข่าวสารโครงการปรับปรุงระบบจำหน่ายไฟฟ้าเป็นเคเบิ้ลใต้ดิน 22 เควี ถนนเหมืองแดงและถนนป่ายาง อำเภอแม่สาย จังหวัดเชียงราย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=239" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง เผยแพร่ข้อมูลโครงการปรับปรุงระบบจำหน่ายไฟฟ้าเป็นเคเบิ้ลใต้ดินบริเวณด่านพรมแดนไทย-เมียนมา  ในส่วนของการดำเนินงานพื้นที่เทศบาลตำบลเวียงพางคำ (ระยะทาง 174 เมตร)                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=262" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง แต่งตั้งคณะกรรมการกำหนดพื้นที่ผ่อนผัน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=263" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง แต่งตั้งคณะกรรมการจัดระเบียบการจำหน่ายสินค้าและคัดเลือกผู้จำหน่ายสินค้า                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=303" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง แต่งตั้งคณะกรรมการชุมชน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=429" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง แนวทางการประพฤติปฏิบัติตนทางจริยธรรมของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=434" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง แนวทางการประพฤติปฏิบัติตนทางจริยธรรมของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=649" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง แนวทางการประพฤติปฏิบัติตนทางจริยธรรมของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=80" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง แนวทางปฏิบัติเรื่องร้องเรียนการทุจริตและประพฤติมิชอบของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=325" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่อง แนวทางปฏิบัติเรื่องร้องเรียนการทุจริตและประพฤติมิชอบของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=323" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่องการขยายชั้นเรียนระดับมัธยมศึกษาตอนต้น โรงเรียนเทศบาล ๑ (วัดพรหมวิหาร)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=301" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่องการเลือกตั้งคณะกรรมการชุมชนในเขตพื้นที่เทศบาลตำบลแม่สาย ทั้ง 10 ชุมชน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=657" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่องผลการประกวดชุมชนสะอาดหน้าบ้านน่ามอง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=503" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเทศบาลตำบลแม่สาย เรื่องมาตรการประหยัดพลังงานภายในสำนักงานเทศบาลตำบลแม่สายและสถานศึกษาในสังกัด                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=418" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเปิดเผยราคากลางการประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็กพร้อมก่อสร้างท่อระบายน้ำถนนเกาะทรายไปถึงถนนผามควาย ชุมชนเหมืองแดง ชุมชนเกาะทราย ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=310" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศเรื่องประมูลให้สิทธิเอกชนทำหน้าที่เรียกเก็บค่าธรรมเนียมจอดรถแทนเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=615" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศแก้ไขเปลี่ยนแปลงคำชี้แจง ครั้งที่ 1                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=614" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศแก้ไขเปลี่ยนแปลงคำชี้แจง ครั้งที่ 2                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=613" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศแก้ไขเปลี่ยนแปลงคำชี้แจง ครั้งที่ 3                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=413" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศแบบบัญชีรายการที่ดินและสิ่งปลูกสร้าง (ภ.ด.ส.๓) ประจำปีงบประมาณ พ.ศ.2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=592" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศแบบบัญชีรายการที่ดินและสิ่งปลูกสร้าง (ภ.ด.ส.๓) ประจำปีงบประมาณ พ.ศ.2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=593" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศแบบบัญชีรายการห้องชุด (ภ.ด.ส.4) ประจำปีงบประมาณ พ.ศ.2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=66" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศโครงสร้างและอำนาจหน้าที ส่วนราชการ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=276" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศใช้ระเบียบเทศบาลตำบลแม่สาย ว่าด้วยการให้บริการฌาปนสถาน พ.ศ. 2565                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=61" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประกาศใช้แผนอัตรากำลัง 3 ปี พ.ศ.2567-2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=491" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประชาสัมพันธ์ คู่มือการจัดการน้ำเสียชุมชนภาคประชาชน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=492" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประชาสัมพันธ์ คู่มือการจัดการน้ำเสียสำหรับบ้านเรือน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=490" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประชาสัมพันธ์ แนวทางการขับเคลื่อนมาตรา 80 แห่งพระราชบัญญัติส่งเสริมและรักษาคุณภาพสิ่งแวดล้อมแห่งชาติ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=21" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประชาสัมพันธ์ช่องทางการเข้าทำแบบวัดการรับรู้ของผู้มีส่วนได้ส่วนเสียภายนอก (EIT) การประเมินคุณธรรมและความโปร่งใสฯ ITA 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=415" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประชาสัมพันธ์สำนักงานอัยการคุ้มครองสิทธิและช่วยเหลือทางกฎหมายและการบังคับคดีจังหวัดเชียงราย ประกาศรับสมัคร "อาสาอัยการช่วยได้"                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=604" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประชาสัมพันธ์เชิญชวนประชาชนทั่วไป เข้ารับบริการปรึกษาทางกฎหมายกับสำนักงานอัยการคุ้มครองสิทธิและช่วยเหลือทางกฎหมายและการบังคับคดีจังหวัดเชียงราย ฟรี                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=90" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประมวลจริยธรรมผู้บริหารท้องถิ่น พ.ศ. 2565                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=91" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประมวลจริยธรรมสมาชิกสภาท้องถิ่น พ.ศ. 2565                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=408" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประมูลให้สิทธิเอกชนทำหน้าที่เรียกเก็บค่าธรรมเนียมจอดรถแทนเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=353" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ผลการนำแผนปฏิบัติการป้องกันการทุจริตไปสู่การปฏิบัติระดับจังหวัดของจังหวัดเชียงราย ประจำปีงบประมาณ พ.ศ. 2566 รอบ 12 เดือน (ระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=349" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ผลการนำแผนปฏิบัติการป้องกันการทุจริตไปสู่การปฏิบัติระดับจังหวัดของจังหวัดเชียงราย ประจำปีงบประมาณ พ.ศ. 2566 รอบ 6 เดือน (ระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=357" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ผลการนำแผนปฏิบัติการป้องกันการทุจริตไปสู่การปฏิบัติระดับจังหวัดของจังหวัดเชียงราย ประจำปีงบประมาณ พ.ศ. 2567 รอบ 6 เดือน (ระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=390" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ผลคะแนนการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2565                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=391" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ผลคะแนนการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=393" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ผลคะแนนการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=13" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ฝ่ายพัฒนารายได้ กองคลัง เทศบาลตำบลแม่สาย ขอประชาสัมพันธ์ภาษีป้ายประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=126" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระบรมราโชวาทเนื่องในวันข้าราชการพลเรือน ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=150" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระบรมราโชวาทเนื่องในวันข้าราชการพลเรือน ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=209" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระราชบัญญัติการสาธารณสุข พ.ศ. ๒๕๓๕                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=224" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระราชบัญญัติการเลือกตั้งสมาชิกสภาท้องถิ่นหรือผู้บริหารท้องถิ่น พ.ศ. ๒๕๖๒                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=214" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระราชบัญญัติข้อมูลข่าวสารของราชการ พ.ศ. ๒๕๔๐                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=210" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระราชบัญญัติควบคุมอาคาร พ.ศ. ๒๕๒๒                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=212" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระราชบัญญัติความรับผิดทางละเมิดของเจ้าหน้าที่ พ.ศ. ๒๕๓๙                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=218" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระราชบัญญัติป้องกันและบรรเทาสาธารณภัย พ.ศ. ๒๕๕๐                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=205" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระราชบัญญัติภาษีป้าย พ.ศ. ๒๕๑๐                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=89" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระราชบัญญัติมาตรฐานทางจริยธรรม พ.ศ. 2562                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=216" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระราชบัญญัติระเบียบบริหารงานบุคคลส่วนท้องถิ่น พ.ศ. ๒๕๔๒                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=207" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระราชบัญญัติระเบียบบริหารราชการแผ่นดิน พ.ศ. ๒๕๓๔                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=208" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระราชบัญญัติรักษาความสะอาดและความเป็นระเบียบเรียบร้อยของบ้านเมือง พ.ศ. ๒๕๓๕                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=211" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระราชบัญญัติวิธีปฏิบัติราชการทางปกครอง พ.ศ. ๒๕๓๙                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=215" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระราชบัญญัติองค์การบริหารส่วนจังหวัด พ.ศ. ๒๕๔๐                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=204" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระราชบัญญัติเทศบาล พ.ศ. ๒๔๙๖                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=225" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระราชบัญัติภาษีที่ดินและสิ่งปลูกสร้าง พ.ศ. ๒๕๖๒                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=206" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระราชบัญัติระเบียบบริหาราชการกรุงเทพมหานคร พ.ศ. ๒๕๒๘                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=354" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ภาพรวมรายงานผลการนำแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใสฯ ประจำปีงบประมาณ พ.ศ. 2566 รอบ 12 เดือน (ระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=350" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ภาพรวมรายงานผลการนำแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใสฯ ประจำปีงบประมาณ พ.ศ. 2566 รอบ 6 เดือน (ระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=358" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ภาพรวมรายงานผลการนำแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใสฯ ประจำปีงบประมาณ พ.ศ. 2567 รอบ 6 เดือน (ระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=430" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ยกเลิกประกาศ ประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็กพร้อมก่อสร้างท่อระบายน้ำถนนเกาะทรายไปถึงถนนผามควาย ชุมชนเหมืองแดง ชุมชนเกาะทราย ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=622" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ร่วมตรวจสอบบริการภาครัฐ ในส่วนของเทศบาลตำบลแม่สาย                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=234" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบกระทรวงมหาดไทย ว่าด้วยข้อบังคับการประชุมสภาท้องถิ่น (ฉบับที่ ๓) พ.ศ. ๒๕๖๕                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=223" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบกระทรวงมหาดไทยว่าด้วยข้อบังคับการประชุมสภาท้องถิ่น (ฉบับที่ ๒) พ.ศ. ๒๕๕๔                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=227" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบคณะกรรมการการเลือกตั้ง ว่าด้วยการเลือกตั้งสมาชิกสภาท้องถิ่นหรือผู้บริหารท้องถิ่น (ฉบับที่ ๒) พ.ศ. ๒๕๖๓                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=236" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบคณะกรรมการการเลือกตั้ง ว่าด้วยการเลือกตั้งสมาชิกสภาท้องถิ่นหรือผู้บริหารท้องถิ่น (ฉบับที่ ๔) พ.ศ. ๒๕๖๖                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=226" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบคณะกรรมการการเลือกตั้ง ว่าด้วยการเลือกตั้งสมาชิกสภาท้องถิ่นหรือผู้บริหารท้องถิ่น พ.ศ. ๒๕๖๒                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=229" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบคณะกรรมการการเลือกตั้ง ว่าด้วยวิธีการหาเสียงและลักษณะต้องห้ามในการหาเสียงเลือกตั้งสมาชิกสภาท้องถิ่นหรือผู้บริหารท้องถิ่น (ฉบับที่ ๒) พ.ศ. ๒๕๖๓                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=228" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบคณะกรรมการการเลือกตั้ง ว่าด้วยวิธีการหาเสียงและลักษณะต้องห้ามในการหาเสียงเลือกตั้งสมาชิกสภาท้องถิ่นหรือผู้บริหารท้องถิ่น พ.ศ. ๒๕๖๓                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=213" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบว่าด้วยการรักษาความลับของทางราชการ พ.ศ. ๒๕๔๔                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=233" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบสภาเทศบาลตำบลแม่สาย ว่าด้วยการดำเนินการของประชาชนในการเข้าชื่อเสนอข้อบัญญัติท้องถิ่น พ.ศ. ๒๕๖๕                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=220" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบเทศบาลตำบลแม่สาย ว่าด้ยการรักษาความเป็นระเบียบเรียบร้อยและความปลอดภัยในการให้ประชาชนเข้าตรวจดูข้อมูลข่าวสาร พ.ศ. ๒๕๕๑                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=222" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบเทศบาลตำบลแม่สาย ว่าด้วยการปฏิบัติงานของพนักงานเจ้าหน้าที่ตามกฎหมายว่าด้วยการรักษาความสะอาดและความเป็นระเบียบเรียบร้อยของบ้าเมือง พ.ศ. ๒๕๕๑                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=231" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบเทศบาลตำบลแม่สาย ว่าด้วยการใช้สนามกีฬากลางอำเภอแม่สาย พ.ศ. ๒๕๖๕                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=232" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบเทศบาลตำบลแม่สาย ว่าด้วยการให้บริการฌาปนสถาน พ.ศ. ๒๕๖๕                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=219" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบเทศบาลตำบลแม่สาย ว่าด้วยข้อมูลข่าวสารของราชการ พ.ศ. ๒๕๕๑                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=221" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบเทศบาลตำบลแม่สาย ว่าด้วยหลักเกณฑ์และวิธีการสําหรับให้ประชาชนเข้าฟังการประชุมสภาเทศบาลตําบลแม่สาย พ.ศ. ๒๕๕๑                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=217" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ระเบียบเทศบาลตำบลแม่สายว่าด้วยข้อมูลข่าวสารของราชการ พ.ศ. ๒๕๔๕                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=203" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รัฐธรรมนูญแห่งราชอาณาจักรไทย พุทธศักราช ๒๕๖๐                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=410" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รับสมัครอาวสาบริบาลท้องถิ่น                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=480" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายการการจัดซื้อจัดจ้างหรือจัดหาพัสดุและความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ ประจำปีงบประมาณ 2568 (ณ วันที่ 31 มีนาคม 2568)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=161" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการจัดประชุมเวทีอภิปรายสาธารณะ เพื่อรับฟังความคิดเห็นของประชาชนตามโครงการปรับปรุงระบบจำหน่ายไฟฟ้าเป็นเคเบิ้ลใต้ดิน 22 เควี ถนนเหมืองแดงและถนนป่ายาง อำเภอแม่สาย จังหวัดเชียงราย วันอังคารที่ 20 กุมภาพันธ์ 2567 ณ อาคารอเนกประสงค์ศูนย์ลูกเสือป่ายาง หมู่ 8 ตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=162" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการจัดประชุมเวทีอภิปรายสาธารณะ เพื่อรับฟังความคิดเห็นของประชาชนตามโครงการปรับปรุงระบบจำหน่ายไฟฟ้าเป็นเคเบิ้ลใต้ดิน 22 เควี ถนนเหมืองแดงและถนนป่ายาง อำเภอแม่สาย จังหวัดเชียงราย วันอังคารที่ 21 กุมภาพันธ์ 2567 ณ อาคารอเนกประสงค์วัดผาสุการาม (วัดไม้ลุงขน) หมู่ 10 ตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=486" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการนำผลจากการมีส่วนร่วมของประชาชนไปปรับปรุงพัฒนา ประจำปี พ.ศ. 2568 ข้อเสนอจากการประชุมประชาคม ชุมชนป่ายาง ม. 8 เพื่อจัดทำแผนพัฒนาท้องถิ่น (พ.ศ. 2566-2570) เพิ่มเติม ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=479" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการนำผลจากการมีส่วนร่วมของประชาชนไปปรับปรุงพัฒนาการดำเนินงานหน่วยงาน  ประจำปีงบประมาณ พ.ศ. 2568 (การดำเนินโครงการสร้างการมีส่วนร่วมในการดูแลรักษาความสะอาดของชุมชน (สะสาง)  ในปีงบประมาณ 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=681" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการนำผลจากการมีส่วนร่วมของประชาชนไปปรับปรุงพัฒนาการดำเนินงานหน่วยงาน  ประจำปีงบประมาณ พ.ศ. 2569 เรื่อง การมีส่วนร่วมของประชาชนในการสะท้อนปัญหาโครงสร้างพื้นฐานและระบบสาธารณูปโภคในชุมชน กรณีระบบไฟฟ้าขัดข้อง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=682" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการนำผลจากการมีส่วนร่วมของประชาชนไปปรับปรุงพัฒนาการดำเนินงานหน่วยงาน  ประจำปีงบประมาณ พ.ศ. 2569 เรื่อง ข้อเสนอแนะของประชาชนเกี่ยวกับการขอให้รื้อถอนศาลาข้างศูนย์วิจัยและพัฒนาผลิตภัณฑ์น้ำมันเมล็ดคามีเลียฯ ในพื้นที่ชุมชนป่ายางผาแตก หมู่ที่ 10                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=160" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการนำผลจากการมีส่วนร่วมของประชาชนไปปรับปรุงพัฒนาการดำเนินงานหน่วยงาน ประจำปี พ.ศ. 2567 กรณี การพิจารณาออกประกาศกำหนดพื้นที่ห้ามจอดรถบนถนนในเขตเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=166" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการนำผลจากการมีส่วนร่วมของประชาชนไปปรับปรุงพัฒนาการดำเนินงานหน่วยงาน ประจำปีงบประมาณ พ.ศ. 2567 การประชุมประชาชคม ชุมชนป่ายางผาแตก หมู่ 10                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=165" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการนำผลจากการมีส่วนร่วมของประชาชนไปปรับปรุงพัฒนาการดำเนินงานหน่วยงาน ประจำปีงบประมาณ พ.ศ. 2567 การประชุมประชาชคม ชุมชนเวียงพาน หมู่  3                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=695" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการนำผลจากการมีส่วนร่วมของประชาชนไปปรับปรุงพัฒนาการดำเนินงานหน่วยงาน ประจำปีงบประมาณ พ.ศ. 2569 โครงการสัตว์ปลอดโรค คนปลอดภัย จากโรคพิษสุนัขบ้า ตามพระปณิธานศาสตราจารย์ ดร.สมเด็จพระเจ้าน้องนางเธอ  เจ้าฟ้าจุฬาภรณ์วลัยลักษณ์อัครราชกุมารี กรมพระศรีสวางควัฒน วรขัตติยราชนารี ประจำปีงบประมาณ 2569                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=435" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมขับเคลื่อนคุณธรรมจริยธรรมและความโปร่งใสของเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=484" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมขับเคลื่อนคุณธรรมจริยธรรมและความโปร่งใสของเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=652" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมขับเคลื่อนจริยธรรม เพื่อเสริมสร้างและส่งเสริมจริยธรรมของเทศบาลตำบลแม่สาย และมอบนโยบายการเสริมสร้างความรู้ด้านคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงาน ประจำปีงบประมาณ พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=653" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมขับเคลื่อนจริยธรรม เพื่อเสริมสร้างและส่งเสริมจริยธรรมของเทศบาลตำบลแม่สาย และมอบนโยบายการเสริมสร้างความรู้ด้านคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงาน ประจำปีงบประมาณ พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=143" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมคณะกรรมการพิจารณาคัดเลือกคณะกรรมการมาตรฐานจริยธรรมประจำเทศบาลตำบลแม่สาย วันที่ 15 กุมภาพันธ์ 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=144" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมคณะกรรมการพิจารณาคัดเลือกคณะกรรมการมาตรฐานจริยธรรมประจำเทศบาลตำบลแม่สาย วันที่ 21 กุมภาพันธ์ 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=145" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมคณะกรรมการพิจารณาคัดเลือกคณะกรรมการมาตรฐานจริยธรรมประจำเทศบาลตำบลแม่สาย วันที่ 7 มีนาคม 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=198" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมคณะทำงานฯ เพื่อพิจารณาร่างเทศบัญญัติเทศบาลตำบลแม่สาย ครั้งที่ 1/2564                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=201" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมคณะทำงานฯ เพื่อพิจารณาร่างเทศบัญญัติเทศบาลตำบลแม่สาย ครั้งที่ 1/2565                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=199" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมคณะทำงานฯ เพื่อพิจารณาร่างเทศบัญญัติเทศบาลตำบลแม่สาย ครั้งที่ 2/2564                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=153" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมคณะทำงานฯ เพื่อพิจารณาร่างเทศบัญญัติเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=202" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมคณะทำงานฯ เพื่อพิจารณาร่างเทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การจัดระเบียบการจอดรถในเขตเทศบาลตำบลแม่สาย พ.ศ. .... และเรื่อง การควบคุมกิจการที่เป็นอันตรายต่อสุขภาพ พ.ศ. ....                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=68" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 2 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=69" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 3 ครั้งที่ 1 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=70" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 3 ครั้งที่ 2 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=71" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 4 ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=67" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยแรก ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=685" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการประเมินความเสี่ยงการทุจริต เทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ประจำปีงบประมาณ พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=389" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานการเงิน ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=189" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานข้อมูลสถิติการให้บริการ (ผ่านช่องทาง E-Service) ประจำปีงบประมาณ พ.ศ. 2566 รอบ 12 เดือน (1 ต.ค. 65 - 30 ก.ย. 66)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=404" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานข้อมูลสถิติการให้บริการ (ผ่านช่องทาง E-Service) ประจำปีงบประมาณ พ.ศ. 2567 รอบ 12 เดือน (1 ต.ค. 66 - 30 ก.ย. 67)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=196" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานข้อมูลสถิติการให้บริการ (ผ่านช่องทาง E-Service) ประจำปีงบประมาณ พ.ศ. 2567 รอบ 6 เดือน (1 ต.ค. 66 - 31 มี..ค.67)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=662" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานข้อมูลสถิติการให้บริการ (ผ่านช่องทาง E-Service) ประจำปีงบประมาณ พ.ศ. 2568 รอบ 12 เดือน (1 ตุลาคม 67 - 30 กันยายน 2568)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=458" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=154" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการตามข้อคิดเห็น-ข้อเสนอแนะ-ข้อร้องทุกข์ร้องเรียนจากประชาชน เพื่อจัดทำแผนพัฒนาท้องถิ่น (พ.ศ. 2566 – 2570) เพิ่มเติม ประจำปี พ.ศ. 2566 บ้านป่ายางผาแตก หมู่ที่ 10                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=156" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการตามข้อคิดเห็น/ข้อเสนอแนะ/ข้อร้องทุกข์ร้องเรียนจากประชาชน เพื่อจัดทำแผนพัฒนาท้องถิ่น (พ.ศ. 2566 – 2570) เพิ่มเติม ประจำปี พ.ศ. 2566 บ้านดอยงาม หมู่ที่ 2                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=159" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการตามข้อคิดเห็น/ข้อเสนอแนะ/ข้อร้องทุกข์ร้องเรียนจากประชาชน เพื่อจัดทำแผนพัฒนาท้องถิ่น (พ.ศ. 2566 – 2570) เพิ่มเติม ประจำปี พ.ศ. 2566 บ้านป่ายาง หมู่ที่ 8                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=158" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการตามข้อคิดเห็น/ข้อเสนอแนะ/ข้อร้องทุกข์ร้องเรียนจากประชาชน เพื่อจัดทำแผนพัฒนาท้องถิ่น (พ.ศ. 2566 – 2570) เพิ่มเติม ประจำปี พ.ศ. 2566 บ้านเวียงพาน หมู่ที่ 3                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=155" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการตามข้อคิดเห็น/ข้อเสนอแนะ/ข้อร้องทุกข์ร้องเรียนจากประชาชน เพื่อจัดทำแผนพัฒนาท้องถิ่น (พ.ศ. 2566 – 2570) เพิ่มเติม ประจำปี พ.ศ. 2566 บ้านเหมืองแดง หมู่ที่ 2                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=157" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการตามข้อคิดเห็น/ข้อเสนอแนะ/ข้อร้องทุกข์ร้องเรียนจากประชาชน เพื่อจัดทำแผนพัฒนาท้องถิ่น (พ.ศ. 2566 – 2570) เพิ่มเติม ประจำปี พ.ศ. 2566 บ้านแม่สายดอยเวา หมู่ที่ 1                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=387" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการตามนโยบายไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy) ประจำปีงบประมาณ พ.ศ. 2567 รอบ 12 เดือน (1 ต.ค. 66 – 30 ก.ย. 67)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=677" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการตามนโยบายไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy) ประจำปีงบประมาณ พ.ศ. 2568 รอบ 12 เดือน (1 ต.ค. 67 - 30 ก.ย. 68)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=483" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการตามนโยบายไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy) ประจำปีงบประมาณ พ.ศ. 2568 รอบ 6 เดือน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=651" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการตามนโยบายไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy) ประจำปีงบประมาณ พ.ศ. 2569 รอบ 6 เดือน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=104" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการตามประกาศเจตนารมณ์ นโยบายไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy) ประจำปีงบประมาณ พ.ศ. 2566 รอบ 6 เดือน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=112" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการตามประกาศเจตนารมณ์ นโยบายไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy) ประจำปีงบประมาณ พ.ศ. 2567 รอบ 6 เดือน (1 ต.ค. 66 - 31 มี.ค. 67)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=103" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการตามมาตรการหรือแนวทางในการขับเคลื่อนการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงานฯ (ITA) ประจำปีงบประมาณ พ.ศ. 2566 รอบ 6 เดือน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=385" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการตามแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) ประจำปีงบประมาณ พ.ศ. 2567 รอบ 12 เดือน (1 ตุลาคม 2566 – 30 กันยายน 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=355" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการตามแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) ประจำปีงบประมาณ พ.ศ. 2567 รอบ 6 เดือน (1 ตุลาคม 2566 – 31 มีนาคม 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=467" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน  ประจำปีงบประมาณ 2567 รอบ 12 เดือน (1 ตุลาคม 2566 – 30 กันยายน 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=679" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน ประจำปีงบประมาณ 2568 รอบ 12 เดือน (1 ตุลาคม 2567 – 30 กันยายน 2568)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=184" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการและสถิติข้อมูลการขอรับบริการศูนย์รับเรื่องราวร้องทุกข์และศูนย์ให้ความช่วยเหลือทางก ประจำปีงบประมาณ พ.ศ. 2565 รอบ 6 เดือน (1 ต.ค 64 - 31 มี.ค. 65)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=181" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการและสถิติข้อมูลการขอรับบริการศูนย์รับเรื่องราวร้องทุกข์และศูนย์ให้ความช่วยเหลือทางกฎหมายแก่ประชาชน ประจำปี 2565 รอบ 12 เดือน (1 ต.ค 64 - 30 ก.ย. 65)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=183" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการและสถิติข้อมูลการขอรับบริการศูนย์รับเรื่องราวร้องทุกข์และศูนย์ให้ความช่วยเหลือทางกฎหมายแก่ประชาชน ประจำปี 2566 รอบ 12 เดือน (1 ต.ค 65 - 30 ก.ย. 66)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=182" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการและสถิติข้อมูลการขอรับบริการศูนย์รับเรื่องราวร้องทุกข์และศูนย์ให้ความช่วยเหลือทางกฎหมายแก่ประชาชน ประจำปี 2566 รอบ 6 เดือน (1 ต.ค 65 - 31 มี.ค. 66)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=427" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการและสถิติข้อมูลการขอรับบริการศูนย์รับเรื่องราวร้องทุกข์และศูนย์ให้ความช่วยเหลือทางกฎหมายแก่ประชาชน ประจำปีงบประมาณ พ.ศ. 2567 รอบ 12 เดือน (1 ตุลาคม 2566 – 30 กันยายน 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=329" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินการและสถิติข้อมูลการขอรับบริการศูนย์รับเรื่องราวร้องทุกข์และศูนย์ให้ความช่วยเหลือทางกฎหมายแก่ประชาชน ประจำปีงบประมาณ พ.ศ. 2567 รอบ 6 เดือน (1 ตุลาคม 2566 – 31 มีนาคม 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=419" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินงานตามแผนปฏิบัติการป้องกันการทุจริต ของเทศบาลตำบลแม่สาย พ.ศ. 2567 รอบ 12 เดือน (1 ต.ค. 66 - 30 ก.ย. 67) (ในระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=352" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินงานตามแผนปฏิบัติการป้องกันการทุจริตของเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2566 รอบ 12 เดือน (ระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=348" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินงานตามแผนปฏิบัติการป้องกันการทุจริตของเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2566 รอบ 6 เดือน (ระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=356" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินงานตามแผนปฏิบัติการป้องกันการทุจริตของเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2567 รอบ 6 เดือน (ระบบ E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=186" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินงานและสถิติขอรับบริการศูนย์ข้อมูลข่าวสารเทศบาลตำบลแม่สาย  พ.ศ. 2565 รอบ 12 เดือน (1 ตุลาคม 2564 – 30 กันยายน 2565)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=188" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินงานและสถิติขอรับบริการศูนย์ข้อมูลข่าวสารเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2566 รอบ 12 เดือน (1 ตุลาคม 2565 – 30 กันยายน 2566)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=421" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการดำเนินงานและสถิติขอรับบริการศูนย์ข้อมูลข่าวสารเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2567 รอบ 6 เดือน (1 ตุลาคม 2566 – 31 มีนาคม 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=55" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการติดตามและประเมินผลแผนพัฒนาเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ.2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=469" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการบริหารทรัพยากรบุคคล ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=686" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการบริหารพัฒนาทรัพยากรบุคคล ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=111" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการประชุม เพื่อถ่ายทอดนโยบายการไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy) ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=546" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการประเมิณมาตรฐานขั้นต่ำการจัดบริการสาธารณะ                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=392" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการประเมินความพึงพอใจของผู้รับบริการองค์กรปกครองส่วนท้องถิ่น เทศบาลตำบลแม่สาย จังหวัดเชียงราย ประจำปีงบประมาณ พ.ศ. 2565 (เทศบาลตำบลแม่สาย)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=470" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการพัฒนาทรัพยากรบุคคล ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=687" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการพัฒนาทรัพยากรบุคคล ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=200" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการพิจารณายกร่างเทศบัญญัติเทศบาลตำบลแม่สาย เรื่อง การควบคุมการเลี้ยงหรือปล่อยสัตว์ พ.ศ. ....                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=386" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานผลการรับทรัพย์สินหรือประโยชน์อื่นใดโดยธรรมจรรยา ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=388" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานพิสูจน์ยอดเงินสะสม ณ 30 กันยายน 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=468" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานวิเคราะห์ผลการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA)  ประจำปีงบประมาณ พ.ศ. 2567 เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=107" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานวิเคราะห์ผลการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=110" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานวิเคราะห์ผลการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2567 เทศบาลตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=678" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานวิเคราะห์ผลการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2568 เทศบาลตำบลแม่สาย (การนำผลการประเมิน ITA ไปสู่การพัฒนา)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=672" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานสรุปผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ ประจำปีงบประมาณ พ.ศ. 2568 (1 ต.ค 67 - 30 ก.ย. 68) รูปแบบไฟล์ .pdf                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=673" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานสรุปผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ ประจำปีงบประมาณ พ.ศ. 2568 (1 ต.ค 67 - 30 ก.ย. 68) รูปแบบไฟล์ .xls                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=152" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานสรุปผลการประชุมประชาคมชุมชนในเขตเทศบาล ประจำปีงบประมาณ พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=164" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานสรุปผลการประชุมประชาคมชุมชนในเขตเทศบาลตำบลแม่สาย เพื่อจัดทำแผนพัฒนาท้องถิ่น (พ.ศ. 2566-2570) เพิ่มเติม ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=478" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานสรุปผลการประชุมประชาคมชุมชนในเขตเทศบาลตำบลแม่สาย เพื่อจัดทำแผนพัฒนาท้องถิ่น (พ.ศ. 2566-2570) เพิ่มเติม ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=680" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานสรุปผลการประชุมประชาคมชุมชนในเขตเทศบาลตำบลแม่สาย เพื่อจัดทำแผนพัฒนาท้องถิ่น (พ.ศ. 2566-2570) เพิ่มเติม ประจำปีงบประมาณ พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=420" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานสรุปผลข้อมูลสถิติการให้บริการของประชาชนตามพระราชบัญญัติการอำนวยความสะดวก ณ จุดให้บริการ (Walk-in)  พ.ศ. 2567 รอบ 6 เดือน (1 ตุลาคม 2566 – 31 มีนาคม 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=425" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานสรุปผลข้อมูลสถิติการให้บริการของประชาชนตามพระราชบัญญัติการอำนวยความสะดวก ณ จุดให้บริการ (Walk-in) พ.ศ. 2567 รอบ 12 เดือน (1 ตุลาคม 2566 – 30 กันยายน 2567)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=106" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายงานสรุปผลงานการรับทรัพย์สินหรือประโยชน์อื่นใดโดยธรรมจรรยา ประจำปีงบประมาณ พ.ศ. 2566 (1 ตุลาคม 2565 – 30 กันยายน 2566)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=374" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รายชื่อผู้ผ่านการทดสอบโดยวิธีการสอบสมรรถภาพร่างกายและวิธีการสอบข้อเขียน เพื่อเข้ารับการสอบสัมภาษณ์  ตำแหน่ง ผู้ช่วยเจ้าพนักงานเทศกิจ (ผู้มีคุณวุฒิ)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=671" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สรุปผลการจัดซื้อจัดจ้าง หรือการจัดหาพัสดุรายเดือน ประจำปีงบ 2569 (แบบ สขร.1) ตั้งแต่ 1 ตุลาคม 2568 - 31 มีนาคม 2569 (ไตรมาสที่ 1 - 2) รูปแบบไฟล์ .pdf                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=670" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สรุปผลการจัดซื้อจัดจ้าง หรือการจัดหาพัสดุรายเดือน ประจำปีงบ 2569 (แบบ สขร.1) ตั้งแต่ 1 ตุลาคม 2568 - 31 มีนาคม 2569 (ไตรมาสที่ 1 - 2) รูปแบบไฟล์ .xls                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=148" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สรุปภาพรวมการดำเนินโครงการ-กิจกรรม เพื่อเสริมสร้าง-ส่งเสริมจริยธรรม เพื่อขับเคลื่อนจริยธรรมเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2567 รอบ 6 เดือน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=298" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สั่งเทศบาลตำบลแม่สาย ที่ 774/2560 เรื่อง การมอบอำนาจของปลัดเทศบาลในฐานะพนักงานเจ้าหน้าที่ตามกฎหมายว่าด้วยการรักษาความสะอาดฯ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=342" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนาแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) เทศบาลตำบลแม่สาย ประจำปี พ.ศ. 2566 (E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=343" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนาแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) เทศบาลตำบลแม่สาย ประจำปี พ.ศ. 2567 (E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=344" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนาแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) เทศบาลตำบลแม่สาย ประจำปี พ.ศ. 2568 (E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=345" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนาแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) เทศบาลตำบลแม่สาย ประจำปี พ.ศ. 2569 (E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=346" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำเนาแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส (พ.ศ. 2566 – 2570) เทศบาลตำบลแม่สาย ประจำปี พ.ศ. 2570 (E-Plan.nacc)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=99" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สื่อประชาสัมพันธ์ นโยบายไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=119" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สื่อประชาสัมพันธ์ นโยบายไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy) ประจำปี 2567 (Eng)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=118" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สื่อประชาสัมพันธ์ นโยบายไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy) ประจำปี 2567 (ไทย)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=125" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สื่อประชาสัมพันธ์การปฏิบัติตามพระราชบัญญัติมาตรฐานมางจริยธรรม เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=124" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สื่อประชาสัมพันธ์การส่งเสริมจริยธรรมในหน่วยงานเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=120" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สื่อประชาสัมพันธ์องค์กรแห่งคุณธรรมและความโปร่งใส                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=123" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สื่อประชาสัมพันธ์เทศบาลตำบลแม่สายร่วมสร้างสังคมคุณธรรม พอเพียง วินัย สุจริต                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=102" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สื่อประชาสัมพันธ์แนวปฏิบัติค่านิยมหลักของเทศบาลตำบลแม่สาย Dos & Don'ts                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=130" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สื่อประชาสัมพันธ์แนวปฏิบัติค่านิยมหลักของเทศบาลตำบลแม่สาย ประจำปี พ.ศ. 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=381" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หลักเกณฑ์และปฏิทินการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=407" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หลักเกณฑ์และวิธีการการมอบให้เอกชนทำหน้าที่เรียกเก็บค่าธรรมเนียมจอดรถแทนเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=690" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หลักเกณฑ์และเงื่อนไขเกี่ยวกับพนักงาน (ฉบับที่ 6)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=691" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หลักเกณฑ์และเงื่อนไขเกี่ยวกับพนักงานจ้าง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=58" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    อนุมัติจัดซื้อวัสดุในโครงการแม่สายเมืองน่าอยู่  ปลอดภัยจากภัยพิบัติ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=416" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    อำนาจหน้าที่ของเทศบาล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=94" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เจตจำนงสุจริต ของนายชัยยนต์ ศรีสมุทร นายกเทศมนตรีตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=545" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลาง โครงการจ้างเหมาบริการกำจัดขยะมูลฝอยจากองค์กรปกครองส่วนท้องถิ่นอำเภอแม่สาย ประจำปีงบประมาณ พ.ศ. ๒๕๖๙ โดยวิธีเฉพาะเจาะจง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=589" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางการจัดซื้อรถบรรทุกขยะ ขนาด ๑ ตัน ปริมาตรกระบอกสูบไม่ต่ำกว่า ๒,๔๐๐ ซีซี หรือกำลังเครื่องยนต์สูงสุดไม่ต่ำกว่า ๑๑๐ กิโลวัตต์ แบบเปิดข้างเทท้าย จำนวน ๑ คัน ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=586" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางการจัดซื้อรถบรรทุกขยะ ขนาด ๖ ตัน ๖ ล้อ ปริมาตรกระบอกสูบไม่ต่ำกว่า ๖,๐๐๐ ซี ซี หรือกำลังเครื่องยนต์สูงสุดไม่ต่ำกว่า ๑๗๐ กิโลวัตต์ แบบอัดท้าย จำนวน ๑ คัน                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=476" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางการจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็กพร้อมก่อสร้างท่อระบายน้ำถนนเกาะทรายไปถึงถนนผามควาย ชุมชนเหมืองแดง ชุมชนเกาะทราย ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย โดยวิธีคัดเลือก                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=452" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางการประกวดราคาจ้างก่อสร้างโครงการก่อสร้างหลังคาคลุมลานอเนกประสงค์ ชุมชนป่ายาง หมู่ที่ ๘ ตำบลแม่สาย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=440" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางการประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็กพร้อมก่อสร้างท่อระบายน้ำถนนเกาะทรายไปถึงถนนผามควาย ชุมชนเหมืองแดง ชุมชนเกาะทราย ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=442" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางการประกวดราคาจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็กพร้อมก่อสร้างท่อระบายน้ำถนนเกาะทรายไปถึงถนนผามควาย ชุมชนเหมืองแดง ชุมชนเกาะทราย ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=457" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางการประกวดราคาจ้างก่อสร้างโครงการปรับปรุงศาลาอเนกประสงค์พร้อมลานอเนกประสงค์สุสานเหมืองแดง ชุมชนเหมืองแดง หมู่ที่ ๒ ตำบลแม่สาย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=517" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางการประกวดราคาซื้อรถขุดล้อยาง จำนวน ๑ คัน ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=543" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนภายในชุมชนเหมืองแดง หมู่ที่ ๒ ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=583" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนสายลมจอย - ดอยเวา ชุมชนดอยเวา หมู่ที่ ๑ ตำบลเวียงพางคำ อำเภอแม่สาย จังหวัดเชียงราย โดยวิธีคัดเลือก                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=539" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนป่ายางชุม หมู่ที่ ๖ ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=537" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนเกาะทราย หมู่ที่ ๗ ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=594" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนเกาะทราย หมู่ที่ ๗ ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย โดยวิธีคัดเลือก                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=616" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนเกาะทราย หมู่ที่ ๗ ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย โดยวิธีเฉพาะเจาะจง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=596" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนเหมืองแดง หมู่ที่ ๒ ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย โดยวิธีคัดเลือก                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=535" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนไม้ลุงขน หมู่ที่ ๑๐ ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=598" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางจ้างก่อสร้างโครงการปรับปรุงถนนคอนกรีตเสริมเหล็ก และก่อสร้างรางระบายน้ำสาธารณะถนนในชุมชนไม้ลุงขน หมู่ที่ ๑๐ ตำบลแม่สาย อำเภอแม่สาย จังหวัดเชียงราย โดยวิธีคัดเลือก                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=447" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางประกาศประกวดราคาซื้อโครงการจัดซื้อรถบรรทุก (ดีเซล) ขนาด ๑ ตัน ปริมาตรกระบอกสูบไม่ต่ำกว่า ๒,๔๐๐ ซีซี หรือกำลังเครื่องยนต์สูงสุดไม่ต่ำกว่า ๑๑๐ กิโลวัตต์ ขับบเคลื่อน ๒ ล้อ แบบดับเบิ้ลแค็บ ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=507" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางโครงการจัดซื้ออาหารเสริม (นม) โรงเรียน สำหรับเด็กนักเรียนโรงเรียนสังกัดสำนักงานคณะกรรมการการศึกษาขั้นพื้นฐาน (สพฐ.) และโรงเรียนสังกัดเทศบาลตำบลแม่สาย ภาคเรียนที่ 1/2568 โดยวิธีเฉพาะเจาะจง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=683" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางโครงการจัดซื้ออาหารเสริม (นม) โรงเรียน สำหรับเด็กนักเรียนโรงเรียนสังกัดสำนักงานคณะกรรมการการศึกษาขั้นพื้นฐาน (สพฐ.) และโรงเรียนสังกัดเทศบาลตำบลแม่สาย ภาคเรียนที่ 1/2569 โดยวิธีเฉพาะเจาะจง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=572" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางโครงการจัดซื้ออาหารเสริม (นม) โรงเรียน สำหรับเด็กนักเรียนโรงเรียนสังกัดสำนักงานคณะกรรมการการศึกษาขั้นพื้นฐาน (สพฐ.) และโรงเรียนสังกัดเทศบาลตำบลแม่สาย ภาคเรียนที่ 2/2568 โดยวิธีเฉพาะเจาะจง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=618" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางโครงการจัดซื้อเครื่องปรับอากาศ พร้อมติดตั้ง จำนวน 3 รายการ ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=561" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางโครงการจ้างเหมาทำความสะอาดอาคารสำนักงาน ประจำปีงบประมาณ พ.ศ. ๒๕๖๙ ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=601" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางโครงการติดตั้งกล้องโทรทัศน์วงจรปิด (CCTV System) หมู่ที่ ๒,๖,๘,๑๐ ตำบลแม่สาย หมู่ที่ ๑,๒,๓,๑๐ ตำบลเวียงพางคำ อำเภอแม่สาย จังหวัดเชียงราย จำนวน ๓๒ ชุด ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=630" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดเผยราคากลางโครงการติดตั้งกล้องโทรทัศน์วงจรปิด (CCTV System) หมู่ที่ ๒,๖,๘,๑๐ ตำบลแม่สาย หมู่ที่ ๑,๒,๓,๑๐ ตำบลเวียงพางคำ อำเภอแม่สาย จังหวัดเชียงราย จำนวน ๓๒ ชุด ด้วยวิธีประกวดราคาอิเล็กทรอนิกส์ (e-bidding)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=533" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เผยแพร่แผนการจัดซื้อจัดจ้าง ประจำปีงบประมาณ พ.ศ. ๒๕๖๘ งบกลาง รายงานการเงินสำรองจ่าย เพื่อกรณีฉุกเฉินหรือจำเป็น โครงการฟื้นฟูพื้นที่ที่ได้รับผลกระทบจากอุทกภัยของจังหวัดเชียงราย ตามมติคณะรัฐมนตรี เมื่อวันศุกร์ที่ ๒๙ พฤศจิกายน ๒๕๖๗                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=57" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แจ้งผลการดำเนินงานตรวจสอบอาคาร                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=134" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แนวปฏิบัติ Dos & Don’ts เพื่อลดความสับสนเกี่ยวกับพฤติกรรมสีเทาและแนวทางในการประพฤติตนทางจริยธรรมของเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=610" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แบบกำหนดสถานที่ติดแผ่นป้ายเกี่ยวกับการเลือกตั้งสมาชิกสภาผู้แทนราษฎร เทศบาลตำบลแม่สาย เขตเลือกตั้งที่ 6 จังหวัดเชียงราย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=59" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แบบรายงานตรวจสอบอาคารโครงการแม่สายเมืองน่าอยู่ ด้านความปลอดภัยจากอัคคีภัย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=52" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนการดำเนินการ ประจำปีงบประมาณ 2566                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=460" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนการบริหารพัฒนาทรัพยากรบุคคล ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=665" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนการบริหารพัฒนาทรัพยากรบุคคล ประจำปีงบประมาณ พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=493" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผ่นประชาสัมพันธ์การจัดการขยะ เทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=51" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนพัฒนาท้องถิ่น (พ.ศ.2566 - 2570)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=459" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนพัฒนาบุคคลากรของเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2567 - 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=327" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการ “เสริมสร้างหลักปฏิบัติราชการที่ดีจากคำวินิจฉัยของศาลปกครอง และให้ความรู้เกี่ยวกับบทบาทหน้าที่ของศาลปกครองและการใช้สิทธิทางศาล” ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=412" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการขับเคลื่อนเพื่อพัฒนาและยกระดับคะแนนการประเมินคุณธรรม และความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2568 จังหวัดเชียงราย”                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=384" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2568 "กิจกรรมประชุมชี้แจงการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ"                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=506" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการเทศบาลตำบลแม่สายองค์กรแห่งความสุข (Happy Workplace)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=664" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการเทศบาลตำบลแม่สายองค์กรแห่งความสุข (Happy Workplace)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=383" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการเสริมสร้างธรรมาภิบาลสู่สังคมของสำนักงานศาลปกครองเชียงใหม่  ประจำปีงบประมาณ พ.ศ. 2568 (ครั้งที่ 1)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=news&id=64" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/news.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงสร้างส่วนราชการเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                            </div>

                                            <div class="div-all-letternews">
                                                <div class="flex justify-start my-2">
                                                    <div class="w-auto p-2 text-lg text-white bg-blue-600 rounded-xl">
                                                        <p class="font-bold">
                                                            จดหมายข่าว
                                                        </p>
                                                    </div>
                                                </div>
                                                                                                    <a target="_blank" href="./?page=letternews&id=1" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/open-envelope.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    move for health 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ข่าว
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                            </div>

                                            <div class="div-all-gallery">
                                                <div class="flex justify-start my-2">
                                                    <div class="w-auto p-2 text-lg text-white bg-blue-600 rounded-xl">
                                                        <p class="font-bold">
                                                            ภาพกิจกรรม - อัลบั้มภาพ
                                                        </p>
                                                    </div>
                                                </div>
                                                                                                    <a target="_blank" href="./?page=gallery&id=73" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     กองสาธารณสุขและสิ่งแวดล้อม เทศบาลตำบลแม่สาย ดำเนินกิจกรรมคนรุ่นใหม่ใส่ใจสุขภาพ ตามโครงการส่งเสริมสุขภาพทุกกลุ่มวัย ประจำปีงบประมาณ พ.ศ .2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=13" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                     เทศบาลตำบลแม่สาย เข้าร่วมการสัมมนา “ส่งเสริมการจัดทำแผนปฏิบัติการป้องกันการทุจริตเพื่อยกระดับคุณธรรมและความโปร่งใส สำหรับองค์กรปกครองส่วนท้องถิ่น (พ.ศ. 2566 - 2570)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=76" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    Big Day รณรงค์ไปใช้สิทธิเลือกตั้ง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=58" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    BigCleaningชุมชนดอยเวา                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=38" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    Fashion on the Road  2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=29" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    TO BE NUMBER ONE DANCERCISE                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=69" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กองสาธารณสุขและสิ่งแวดล้อม เทศบาลตำบลแม่สาย จัดกิจกรรมผ่าตัดทำหมันสุนัขและแมว ตามโครงการผ่าตัดทำหมันสุนัขและแมวไม่มีเจ้าของและสุนัขและแมวที่ด้อยโอกาส ในพื้นที่เทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=72" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กองสาธารณสุขและสิ่งแวดล้อม เทศบาลตำบลแม่สาย ดำเนินกิจกรรมคนรุ่นใหม่ใส่ใจสุขภาพ ตามโครงการส่งเสริมสุขภาพทุกกลุ่มวัย ประจำปีงบประมาณ พ.ศ .2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=74" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กองสาธารณสุขและสิ่งแวดล้อม เทศบาลตำบลแม่สาย ดำเนินโครงการป้องกันและควบคุมโรคติดต่อ ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=68" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กองสาธารณสุขและสิ่งแวดล้อม เทศบาลตำบลแม่สาย ออกให้บริการฉีดวัคซีนป้องกันโรคพิษสุนัขบ้าในพื้นที่ชุมชนเขตเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2567                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=67" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การปฏิบัติงานของอาสาสมัครบริบาลท้องถิ่นเทศบาลตำบลแม่สาย ประจำเดือนเมษายน พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=56" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การพัฒนาศักยภาพแกนนำเยาวชนด้านการพัฒนาเมืองแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=46" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การศึกษาเรียนรู้นอกสถานที่                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=31" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การอบรมหลักสูตรการสุขาภิบาลอาหาร สำหรับผู้ประกอบกิจการ (รุ่นที่5) ตามโครงการพัฒนาสุขาภิบาลอาหาร ความปลอดภัย และการคุ้มครองผู้บริโภค                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=97" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การเลือกตั้ง นายกเทศมนตรีตำบลแม่สาย และสมาชิกสภาเทศบาลตำบลแม่สาย เขตเลือกตั้งที่ 1 (กรณีแทนตำแหน่งว่าง)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=25" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรม “รณรงค์เสริมสร้างคุณธรรมและจริยธรรมเพื่อป้องกันการกระทำผิด เกี่ยวกับการขัดกันแห่งผลประโยชน์” ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=66" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรม Big Cleaning Day ชุมชนป่ายางผาแตก                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=118" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมการคัดกรองกลุ่มเสี่ยงโรคไม่ติดต่อในชุมชน ร่วมกับแกนนำด้านสุขภาพ โรงพยาบาลและโรงพยาบาลส่งเสริมสุขภาพตำบลในพื้นที่ ตรวจคัดกรองเป็นประจำทุกเดือน ตามโครงการส่งเสริมสุขภาพทุกกลุ่มวัย ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=64" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมการประกวดชุมชนสะอาดหน้าบ้านน่ามอง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=119" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมการป้องกันและควบคุมโรคติดต่อในชุมชน ตามโครงการป้องกันและควบคุมโรคติดต่อ ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=112" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมขับเคลื่อนจริยธรรม เพื่อเสริมสร้างและส่งเสริมจริยธรรมของเทศบาลตำบลแม่สาย และมอบนโยบายการเสริมสร้างความรู้ด้านคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงาน ประจำปีงบประมาณ พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=121" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมจิตอาสาพัฒนาทำสะอาดBigCleaningเนื่องในโอกาสวันเฉลิมพระชนมพรรษาสมเด็จพระนางเจ้าฯพระบรมราชินี                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=71" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมตรวจประเมินร้านอาหารและแผงลอยจำหน่ายอาหาร ประจำปีงบประมาณ พ.ศ.2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=117" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมตรวจประเมินร้านอาหารและแผงลอยจำหน่ายอาหาร ประจำปีงบประมาณ พ.ศ.2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=125" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมพัฒนาและส่งเสริมการปฏิบัติตามมาตรฐานการจัดการท่องเที่ยวอย่างยั่งยืน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=113" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมสร้างวัฒนธรรมองค์กรตามนโยบาย No Gift Policy ประจำปีงบประมาณ พ.ศ. 2569  “การถ่ายทอดนโยบายการไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่ (No Gift Policy) ประจำปีงบประมาณ พ.ศ. 2569”                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=63" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมอนุรักษ์คู-คลอง  ณ คูเมือง ถนนเพชรยนต์ ซอย 1 (ซอยบ่อปลาโสภา)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=114" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมอบรมเพื่อสร้างความรู้ความเข้าใจเกี่ยวกับการดำเนินคดีปกครองด้วยวิธีการทางอิเล็กทรอนิกส์ให้แก่เจ้าหน้าที่ของรัฐที่เกี่ยวข้อง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=70" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิจกรรมเฝ้าระวังสถานการณ์การบริโภคยาสูบในพื้นที่                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=27" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กีฬาภายในสถานศึกษาสังกัดเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=87" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กีฬาวู้ดบอล ผู้สูงอายุ ปีงบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=98" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กีฬาเครือข่ายบริการสาธารณสุขอำเภอแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=4" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ขุนน้ำนางนอน-ถ้ำหลวง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=12" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    จำนวนห้องพักของโรงแรม/รีสอร์ท ในพื้นที่อำเภอแม่สาย โดยสังเขป                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=85" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    จุดเทียนถวายความอาลัยและน้อมรำลึกในพระมหากรุณาธิคุณ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=17" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตรวจพื้นที่สวนสาธารณะหัวฝาย ตรวจติดตามความเรียบร้อยการตัดต้นไม้ที่ล้ม ลอกรางระบายน้ำบริเวณโรงฆ่าสัตว์ และ ประชุมคณะกรรมการที่ปรึกษาอุทยานแห่งชาติถ้ำหลวงขุนน้ำนางนอน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=7" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตลาดการค้าชายแดน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=45" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ทดสอบระบบป้องกันอัคคีภัย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=20" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    นิเทศติดตามและประเมินผลการปฏิบัติงานของศูนย์ยุติธรรมชุมชน ตรวจพื้นที่สะพานทรุดชุมชนดอยงาม ตรวจพื้นที่บริเวณหัวฝาย หน้าบ้านน่ามองชุมชนป่ายาง และหน้าบ้านน่ามองชุมชนป่ายางผาแตก                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=23" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประชุมการติดตามเฝ้าระวังการบุกรุกที่ดินอันเป็นสาธารณสมบัติของแผ่นดินสำหรับพลเมืองใช่ร่วมกัน (น.ส.ล.)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=54" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประชุมประชาคมชุมชนแม่สายและชุมชนดอยเวา                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=111" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประชุมประชาคมชุมชนไม้ลุงขน ประจำปี พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=124" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประชุมร่วมกับคณะกรรมาธิการการป้องกันและบรรเทาผลกระทบจากภัยธรรมชาติและสาธารณภัย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=48" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประชุมสภาเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=93" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประชุมสภาเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=82" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 3                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=80" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประชุมสภาเทศบาลตำบลแม่สาย สมัยสามัญ สมัยที่ 3 ประจำปี 2568 ครั้งที่ 2/2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=53" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประชุมเชิงปฏิบัติการสร้างการมีส่วนร่วมในการพัฒนาท้องถิ่น                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=102" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ประเพณีนมัสการและสรงน้ำพระธาตุดอยตุง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=8" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พระบรมราชานุสาวรีย์พระเจ้าพรหมมหาราช                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=103" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พิธีบวงสรวงพระเจ้าพรหมมหาราช                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=51" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พิธีบวงสรวงพระเจ้าพรหมมหาราช ครั้งที่ 23                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=99" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พิธีบวงสรวงสมโภชศาลหลักเมืองแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=84" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พิธีบำเพ็ญกุศลปัณรสมวาร 15 วัน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=96" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พิธีบำเพ็ญกุศลสตมวาร100วัน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=19" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พิธีปลงผมบวชนาค อบรมเชิงปฏิบัติการการดูสำหรับผู้สูงอายุที่มีภาวะพึ่งพิง พิธีทำบุญฉลองพระวิหารใหม่วัดบ้านสันนา และ ประชุมหารือการทำบุญและปรับปรุงพื้นที่ฌาปนสถานสาธารณะ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=81" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พิธีมอบบ้านตามโครงการปณิธานความดีฯ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=57" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พิธีมอบวุฒิบัตรวันกตัญญูรู้คุณสถาบัน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=94" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พิธีเปิดการแข่งขันกีฬาภายในสถานศึกษาสังกัดเทศบาบตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=65" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    มอบรางวัลการประกวดชุมชนสะอาดหน้าบ้านน่ามอง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=120" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    มอบรางวัลการประกวดชุมชนสะอาดหน้าบ้านน่ามอง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=59" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รับเงินเยียวยาค่าล้างดินโคลนจากพายุยางิ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=40" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รางวัลดิจิทัลยอดเยี่ยมในระดับชาติ ประจำปี 2566 Prime Minister’s Digital Awards 2023                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=39" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รางวัลท้องถิ่นต้นแบบ ด้านการมีส่วนร่วมของสภาเด็กและเยาวชน โดยกรมส่งเสริมการปกครองท้องถิ่น 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=123" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ลงนามบันทึกข้อตกลงความร่วมมือทางการศึกษา กับ มหาวิทยาลัยราชภัฏเชียงราย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=50" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ลานอนุรักษ์วัฒนธรรมเพื่อประชาสัมพันธ์และส่งเสริมการท่องเที่ยว                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=6" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    วัดถ้ำปลา                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=5" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    วัดถ้ำปุ่ม                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=9" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    วัดถ้ำผาจม                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=11" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    วัดพระธาตุดอยตุง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=10" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    วัดพระธาตุดอยเวา                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=75" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    วันคล้ายวันสวรรคตสมเด็จพระนเรศวรมหาราช                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=109" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    วันจักรี 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=77" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    วันต้นไม้ประจำปีของชาติ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=37" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    วันปิยะมหาราช พ.ศ.2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=60" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    วันพระบาทสมเด็จพระพุทธยอดฟ้าจุฬาโลกมหาราช                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=86" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    วันพ่อแห่งชาติ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=36" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    วันพ่อแห่งชาติ ประจำปี พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=55" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    วันสตรีสากลเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=100" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    วันสตรีสากลเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=95" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    วันเด็กแห่งชาติ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=83" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    วันแม่แห่งชาติ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=91" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศุนย์ผู้สูงอายุ ปีงบประมาณ 68 สัญจรครั้งที่ 1 ชุมชนดอยงาม                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=90" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ผู้สูงอายุ สัญจร ครั้งที่ 2 ปี 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=89" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์ผู้สูงอายุ สัญจร ครั้งที่ 3 ปี 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=16" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ศูนย์พัฒนาเด็กเล็กวัดพรหมวิหาร เทศบาลตำบลแม่สาย                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=62" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สงกรานต์ 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=128" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สำรวจและทำลายแหล่งเพาะพันธุ์ยุงลาย ชุมชนป่ายางชุม                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=2" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หนองพุน้ำ (สิ่งมหัศจรรย์แดนแม่สาย)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    หมู่บ้านชาวเขาบ้านผาหมี และบ้านผาฮี้                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=106" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ออกตรวจความเที่ยงตรงของตาชั่งสปริง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=110" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ออกให้บริการฉีดวัคซีนป้องกันโรคพิษสุนัขบ้า ประจำปีงบประมาณ พ.ศ. 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=28" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    อัยการคุ้มครองสิทธิและช่วยเหลือทางกฎหมายและการบังคับคดีจังหวัดเชียงราย ตรวจเยี่ยมศูนย์ให้ความช่วยเหลือทางกฎหมายแก่ประชาชนเทศบาลตำบลแม่สาย                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=49" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศกาลดอกไม้บานอร่ามเทศบาล1                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=43" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบาลตำบลแม่สาย เข้าร่วมโครงการเสริมสร้างธรรมาภิบาลสู่สังคมของสำนักงานศาลปกครองสุพรรณบุรี ประจำปีงบประมาณ พ.ศ. 2568 ครั้งที่ 1 หัวข้อ “ความรับผิดทางละเมิดของเจ้าหน้าที่ของรัฐ”                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=41" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบาลตำบลแม่สายขับเคลื่อนและส่งเสริมการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=44" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบาลตำบลแม่สายดำเนินกิจกรรม "ขับเคลื่อนคุณธรรมจริยธรรมและความโปร่งใสของเทศบาลตำบลแม่สาย ประจำปีงบประมาณ พ.ศ. 2568"                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=115" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบาลตำบลแม่สายร่วมการอบรมโครงการยกระดับคะแนนการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ของจังหวัดเชียงราย ประจำปีงบประมาณ พ.ศ. 2569                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=42" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เทศบาลตำบลแม่สายร่วมกิจกรรมขับเคลื่อนเพื่อพัฒนาและยกระดับการประเมินคุณธรรม และความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปี 2568                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=88" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปตองผู้สูงอายุประจำปี งบประมาณ 2569                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=52" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดการแข่งขันกีฬาวู้ดบอลผู้สูงอายุ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=101" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดบ้านวิชาการโรงเรียนเทศบาล2                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=61" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดศูนย์ปฏิบัติการป้องกันและลดอุบัติเหตุทางถนน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=126" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดโครงการส่งเสริมการออกกำลังกายเพื่อสุขภาพ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=104" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เปิดโครงการอบรมเชิงปฏิบัติการทางดนตรีวงโยธวาทิต                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=78" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แถลงนโยบายต่อสภาเทศบาลตำบลแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=1" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แผนที่ท่องเที่ยว                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=127" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แม่ทัพภาคที่ 3 ตรวจเยี่ยมการซ่อมแซมพนังกั้นน้ำชั่วคราวกึ่งถาวรแม่น้ำสาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=26" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการ “เสริมสร้างหลักปฏิบัติราชการที่ดีจากคำวินิจฉัยของศาลปกครอง และให้ความรู้เกี่ยวกับบทบาทหน้าที่ของศาลปกครองและการใช้สิทธิทางศาล” ประจำปีงบประมาณ พ.ศ. 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=122" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการ สืบสาน ศิลปะ วัฒนธรรม ประเพณีสงกรานต์ล้านนา และกิจกรรมทำบุญตักบาตรและสรงน้ำพระ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=24" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการขับเคลื่อนเพื่อพัฒนาและยกระดับคะแนนการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2568 จังหวัดเชียงราย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=30" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการคนเฒ่าเล่าเรื่องเมืองแม่สาย พ.ศ.2575 – 2567 ตามรอยอดีตแม่สาย 92 ปีผ่านเรื่องราวของวัยผู้สูงอายุมากประสบการณ์                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=33" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการนำเสนอผลงานผู้สูงอายุ ประจำปีงบประมาณ 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=22" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการประเมินคุณธรรมและความโปร่งใสในการดำเนินงานของหน่วยงานภาครัฐ (ITA) ประจำปีงบประมาณ พ.ศ. 2568 “กิจกรรมประชุมชี้แจงการประเมินคุณธรรมและความโปร่งใส ในการดำเนินงานของหน่วยงานภาครัฐ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=105" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการพัฒนาศักยภาพคณะกรรมการชุมชนฯ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=108" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการพัฒนาศักยภาพผู้บริหารสมาชิกสภาและบุคลากร                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=107" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการร้อยเรื่องราวการเรียนรู้จากห้องเรียนสู่ชุมชน เทศบาล 1 วัดพรหมวิหาร                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=35" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการศูนย์พัฒนาคุณภาพชีวิตและส่งเสริมอาชีพพระเจ้าพรหมมหาราช ประจำปี 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=92" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการส่งเสริมศักยภาพคณะกรรมการและสมาชิกกองทุนสวัสดิการชุมชน68                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=18" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการอบรมเชิงปฏิบัติการการปฐมพยาบาลเบื้องต้น พิธีบำเพ็ญกุศลสัตตมวาร #แสดงความยินดีเนื่องในโอกาสทำบุญขึ้นบ้านใหม่ ร่วมทำบุญงานพรรพชาอุปสมบท และกิจกรรมเนื่องในวัน อปพร.                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=116" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการเสริมสร้างธรรมาภิบาลสู่สังคม : กิจกรรมศาลปกครองพบประชาชนออนไลน์ ประจำปี พ.ศ. 2569 หัวข้อ                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=21" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการเสริมสร้างธรรมาภิบาลสู่สังคมของสำนักงานศาลปกครองเชียงใหม่  ประจำปีงบประมาณ พ.ศ. 2568 (ครั้งที่ 1)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=32" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการแข่งขันกีฬาวู้บอลผู้สูงอายุ ปีงบประมาณ 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=47" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการแข่งขันกีฬาเปตองผู้สูงอายุ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=34" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โครงการแข่งขันกีฬาเปตองผู้สูงอายุ (น้อมรำลึกสมเด็จย่า) ประจำงบประมาณ 2567                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=15" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โรงเรียนเทศบาล 2 (วัดป่ายาง)                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=gallery&id=14" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/stack-of-photos.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    โรงเรียนเทศบาล1 (วัดพรหมวิหาร)                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : อัลบั้มภาพ
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                            </div>

                                            <div class="div-all-eservice">
                                                <div class="flex justify-start my-2">
                                                    <div class="w-auto p-2 text-lg text-white bg-blue-600 rounded-xl">
                                                        <p class="font-bold">
                                                            E-Service One Stop Service
                                                        </p>
                                                    </div>
                                                </div>
                                                                                                    <a target="_blank" href="./?page=e-service_detail&id=2" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/online-support.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    คำร้องทั่วไป                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=e-service_detail&id=1" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/online-support.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    งานระงับเหตุอัคคีภัย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=e-service_detail&id=6" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/online-support.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แจ้งขอสนับสนุนรถบรรทุกน้ำ สำหรับดันท่อ รางระบายน้ำ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=e-service_detail&id=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/online-support.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แจ้งขอสนับสนุนรถบรรทุกน้ำ สำหรับล้างทำความสะอาด                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=e-service_detail&id=4" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/online-support.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แจ้งขอสนับสนุนรถบรรทุกน้ำ สำหรับอุปโภคบริโภค                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=e-service_detail&id=7" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/online-support.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แจ้งขออนุญาตก่อสร้างอาคาร                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=e-service_detail&id=13" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/online-support.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แจ้งคำร้องทั่วไป กองคลัง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=e-service_detail&id=5" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/online-support.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แจ้งคำร้องทั่วไป สำนักปลัด                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=e-service_detail&id=14" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/online-support.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แจ้งชำระค่าธรรมเนียมขยะ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=e-service_detail&id=15" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/online-support.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แจ้งชำระภาษีออนไลน์                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                            </div>

                                            <div class="div-all-onlineservice">
                                                <div class="flex justify-start my-2">
                                                    <div class="w-auto p-2 text-lg text-white bg-blue-600 rounded-xl">
                                                        <p class="font-bold">
                                                            ขอรับบริการออนไลน์
                                                        </p>
                                                    </div>
                                                </div>
                                                                                            </div>

                                            <div class="div-all-report">
                                                <div class="flex justify-start my-2">
                                                    <div class="w-auto p-2 text-lg text-white bg-blue-600 rounded-xl">
                                                        <p class="font-bold">
                                                            ร้องเรียนทุจริตและประพฤติมิชอบ
                                                        </p>
                                                    </div>
                                                </div>
                                                                                            </div>




                                            <div class="div-all-hotline">
                                                <div class="flex justify-start my-2">
                                                    <div class="w-auto p-2 text-lg text-white bg-blue-600 rounded-xl">
                                                        <p class="font-bold">
                                                            ร้องเรียนร้องทุกข์
                                                        </p>
                                                    </div>
                                                </div>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=15" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กรณี แม่ค้า พ่อค้าที่ขายของ ข้างโรงเรียน  ข้างแฟลตตำรวจ ยุววรรณ  กินเหล้าเปิดเพลงส่งเสียงดัง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=5" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กรวยจราจร วางไม่เป็นที่                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=9" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กลิ่นขยะและชิ้นส่วนปลา                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=9" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กลิ่นร่องน้ำ เหม็น ไม่สามารถเปิดประตูทำกิจกรรมต่างๆได้                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=9" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กลิ่นและควันรบกวน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=9" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    การพ่นสีสเปย์                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=15" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กำจัดรังผึ้ง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=9" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    กิ่งไม้ล้ำเข้ามาภายในสนามบาสเกตบอล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=9" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ขยะวางทิ้งไม่ตรงวัน ไม่แยกขยะ ทิ้งขยะเรี่ยราด                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ขอความอนุเคราะห์รถน้ำช่วยฉีดล้างโคลน ในซอยฝามควาย 8/1 และ ซอยเหมืองแดง 8/2                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=15" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ขอความอนุเคราะห์แจ้งเจ้าของบ้านตัดกิ่งไม้                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=15" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ขอความเป็นธรรมและคุณธรรม/จริยธรรม/บรรทัดฐาน ต่อหน้าที่ในการปฏิบัติแก่ ประชาชน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=15" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ขอรถน้ำรดถนนช่วงการขนย้ายดิน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=15" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ขอให้ยกเลิก TOR LOCK SPEC                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=4" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ขอให้แก้ไขฝารางระบายน้ำชำรุด                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=9" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ควันปิ้งย่างเพื่อนบ้าน เข้าบ้านเราทุกวัน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=15" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ดินถล่มหลังบ้าน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=5" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ตลาดไม้ลุงขน                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=4" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ถนนต่างระบบทำให้เกิดอุบัติเหตุบ่อยครั้ง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=4" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ถนนเป็นแอ่ง                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=15" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ธงชาติ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=5" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    บริเวณตลาดดอยเวาร้านเสื้อผ้าเด็ก เลขที่ 60 ได้ตั้งแผงล้ำพื้นที่ออกมาจนเกือบถึงกลางถนน ส่งผลกระทบต่อการสัญจรของนักท่องเที่ยว รวมถึงพ่อค้าแม่ค้าในบริเวณนั้น                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=5" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    บริเวณตลาดดอยเวาร้านเสื้อผ้าเด็ก เลขที่ 60 ได้ตั้งแผงล้ำพื้นที่ออกมาจนเกือบถึงกลางถนน อีกแล้ว                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=9" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ป้า ห้องติดกัน ไม่ยอมทำความสะอาดห้อง มีขี้นก ตกไม่ยอมเก็บกวาด ทำให้ ส่งกลิ่นเหม็น คุยกันหลายรอบแล้ว ป้าไม่ยอมทำความสะอาด                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=4" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พม่าถุยน้ำหมาก และทิ้งขยะไม่เป็นที่                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=4" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พื้นทางเท้าทรุดตัว                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=9" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พื้นที่ว่างเปล่ารกร้าง,หญ้าขึ้นสูง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=15" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    พื้นที่ว่างเปล่ารกร้าง,หญ้าขึ้นสูง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=15" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    รถขยะเปียกเข้าไม่ถึง                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=15" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ร้องเรียนให้ปรับปรุงสนามฟุตบอลหญ้าเทียม (King Power)  ที่อยู่ในความดูแลและเก็บค่าเช่าบำรุงสนามโดยเทศบาลตำบลแม่สาย                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=9" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ร้านซูชิแยก  โรงแรมเบิร์ด ปล่อยน้ำเน่าเหม็นมาก ช่วยตรวจสอบหน่อย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=15" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ร้านพลอยปลาตู้ไฟไหม้ส่งกินเหม็น                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=5" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ล็อคขายของ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=5" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    วางขายทิชชูบนถนน ตรงตลาดแม่สาย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=4" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    สายไฟฟ้า/เคเบิล                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=15" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เจ้าหน้าที่เทศบาลละเลยการปฏิบัติหน้าที่                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=9" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เด็กชาย และ เด็กหญิง ส่งเสียงดังมาก                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=15" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เผา ส่งกลิ่นเหม็นขั้นรุนแรง / อันตรายต่อสุขภาพ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=9" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เพื่อนบ้านเผาหญ้า เศษวัชพืช เศษขยะ พลาสติก                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=9" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เพื่อนบ้านเผาใบไม้                                                                 </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=4" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    เมื่อไหร่จะมาลอกท่อ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=15" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    แจ้งเจ้าของบ้านตัดต้นไม้                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ไฟกิ่งชำรูดครับ                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=3" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ไฟกิ่งหน้าทางเข้าโรงแรม เดอะรูมแอดแม่สาย ในโครงการวีปาร์ค                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                                    <a target="_blank" href="./?page=hotlinelist&type=4" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/commercial.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ไฟกิ่งเสีย                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                            </div>

                                            <div class="div-all-comment">
                                                <div class="flex justify-start my-2">
                                                    <div class="w-auto p-2 text-lg text-white bg-blue-600 rounded-xl">
                                                        <p class="font-bold">
                                                            ช่องทางรับฟังความคิดเห็นของประชาชน
                                                        </p>
                                                    </div>
                                                </div>
                                                                                                    <a target="_blank" href="./?page=commentdetail&id=5" class="flex items-center justify-between w-full p-2 bg-gray-100 border-2 rounded-lg cursor-pointer lg:rounded-full md:rounded-full hover:bg-blue-100">
                                                        <div class="flex items-center">
                                                            <div class="w-12 h-12 mb-2 mr-3 border rounded-full lg:mb-0 md:mb-0">
                                                                <img src="https://img.icons8.com/bubbles/50/null/comments.png" />
                                                            </div>
                                                            <div class="max-w-6xl">
                                                                <div class="mt-2 text-sm font-bold leading-3 text-gray-700 ">
                                                                    ต้องการสอบถามข้อมูลแต่กลับได้บัตรคิวรอถึงช่วงบ่ายเพื่อสอบถามข้อมูลเกี่ยวกับเอกสาร                                                                </div>
                                                                <div class="w-full mt-2 text-xs text-gray-600">
                                                                    หมวดหมู่ : ให้บริการประชาชน
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <svg class="invisible w-6 h-6 mr-1 md:visible lg:visible xl:visible" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
                                                            <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
                                                        </svg>
                                                    </a>
                                                                                            </div>



                                        </div>
                                    </div>
                                </div>



                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <div class="h-10 w-full bg-[#770682] relative z-[2] mt-20">

        </div>
    </main>

    <footer class="w-full mx-auto max__min_width_main -mt-96">
    <div class="bg-footer relative z-[0]"></div>
    <div class="bg_footer001 w-full -mt-5  relative z-[2] ">
        <div class="container_main px-3.5 mx-auto relative">
            <div class="absolute top-9 left-3.5">
                <div class="fc_iconic  text-left relative">
                    <div class="flex justify-start relative">
                        <h1 class=" text-[#6a05a9] text-[22px] font-semibold     py-2 ">เทศบาลตำบลแม่สาย</h1>
                    </div>
                    <div class="  text-black font-light text-base space-y-1.5">
                        <p class=""> 68 หมู่ 8 ต.แม่สาย อ.แม่สาย จ.เชียงราย 57130</p>
                        <p class=" ">โทร :  <a href="tel:053731288" class="hoverfootertext" target="_blank">  053-731288 </a>,  <a href="tel:053732828" class="hoverfootertext" target="_blank">  053-732828-9 </a> | โทรสาร : 053-731288 ต่อ 5 </p>
                        <p class="">อีเมล์ :  <a href="mailto:saraban@maesai.go.th" class="hoverfootertext" target="_blank">  saraban@maesai.go.th </a> ,  <a href="mailto:nayok@maesai.go.th" class="hoverfootertext" target="_blank">  nayok@maesai.go.th </a> </p>
                        <p class="">เว็บไซต์ :  <a href="https://www.maesai.go.th/" class="hoverfootertext" target="_blank">  http://www.maesai.go.th/ </a> </p>
                        <p class="">Facebook :  <a href="https://www.facebook.com/tessabanmaesai" class="hoverfootertext" target="_blank">  เทศบาลตำบลแม่สาย  </a> </p>
                        <p class="">พิกัด :  <a href="https://maps.app.goo.gl/kPRpnWTek66RZyP27" class="hoverfootertext" target="_blank">  https://maps.app.goo.gl/kPRpnWTek66RZyP27 </a>  </p>
                    </div>
                </div>
            </div>
            <div class="absolute left-[560px] top-[50px] z-[2]">
                <div class="shine  rounded-full">
                    <img src="./src/assets/images/logo_180px.png" class="p-2.5 rounded-full bg-white" alt="เทศบาลตำบลแม่สาย (ทต.แม่สาย) ">
                </div>
            </div>
            <div class="absolute w-[350px] top-[90px] z-[1] right-[240px] ">
                <div class="flex space-x-2 text-[18px] font-light justify-center flex-wrap pt-[18px]   fc_iconic">
                    <div>
                        <a class="hoverfootertext" href="./?page=home">หน้าแรก | </a>
                    </div>
                    <div>
                        <a class="hoverfootertext" href="./?page=contact">ติดต่อเรา | </a>
                    </div>
                    <div>
                        <a class="hoverfootertext" href="?page=search&q=+">แผนผังเว็บไซต์ | </a>
                    </div>
                    <div>
                        <a class="hoverfootertext" href="./src/assets/pdpa/นโยบายการคุ้มครองข้อมูลส่วนบุคคลทต.แม่สาย.pdf">นโยบายคุ้มครองข้อมูลส่วนบุคคุล </a>
                    </div>
                </div>
                <div class="flex space-x-1 justify-center pt-4 pl-3">
                    <div>
                        <a target="_blank" href="tel:0381925956">
                            <img src="./src/assets/images/icon_social/i-Tel.png" class="transition duration-300  ease-in-out hover:scale-110" alt="เทศบาลตำบลแม่สาย (ทต.แม่สาย) ">
                        </a>
                    </div>
                    <div>
                        <a href="https://liff.line.me/1645278921-kWRPP32q/?accountId=975sjkyg">
                            <img src="./src/assets/images/icon_social/i-Line.png" class="transition duration-300  ease-in-out hover:scale-110" alt="เทศบาลตำบลแม่สาย (ทต.แม่สาย) ">
                        </a>
                    </div>
                    <div>
                        <a target="_blank" href="https://www.facebook.com/tessabanmaesai">
                            <img src="./src/assets/images/icon_social/i-Facebook.png" class="transition duration-300  ease-in-out hover:scale-110" alt="เทศบาลตำบลแม่สาย (ทต.แม่สาย) ">
                        </a>
                    </div>
                    <div>
                        <a target="_blank" href="mailto:saraban@maesai.go.th">
                            <img src="./src/assets/images/icon_social/i-Email.png" class="transition duration-300  ease-in-out hover:scale-110" alt="เทศบาลตำบลแม่สาย (ทต.แม่สาย) ">
                        </a>
                    </div>
                    <div>
                        <a target="_blank" href="https://www.youtube.com/@itmaesai">
                            <img src="./src/assets/images/icon_social/i-Youtube.png" class="transition duration-300  ease-in-out hover:scale-110" alt="เทศบาลตำบลแม่สาย (ทต.แม่สาย) ">
                        </a>
                    </div>
                </div>
            </div>
            <div class="absolute top-[40px] z-[1] right-[30px]">
                <div class="w-[300px]">
                    <div class="flex justify-end" id="footercount">
                        <div class="w-[202px] h-[189px]">
                            <div class="sarabun space-y-5">
                                <div class="bg-white space-y-1 py-5  border border-blue-200 rounded-3xl text-center">
                                    <h2 class="text-center text-xl mb-2">สถิติการเข้าชม</h2>
                                    <div class="grid grid-cols-2 gap-2" style="min-width: 200px;">
                                        <div>วันนี้ </div>
                                        <div>{{datavisit.day}}   ครั้ง</div>
                                    </div>
                                    <div class="grid grid-cols-2 gap-2" style="min-width: 200px;">
                                        <div>เดือนนี้</div>
                                        <div>{{datavisit.month}} ครั้ง</div>
                                    </div>
                                    <div class="grid grid-cols-2 gap-2" style="min-width: 200px;">
                                        <div>ปีนี้</div>
                                        <div>{{datavisit.Years}}  ครั้ง</div>
                                    </div>
                                    <div class="grid grid-cols-2 gap-2" style="min-width: 200px;">
                                        <div>ทั้งหมด</div>
                                        <div>{{datavisit.sum}}  ครั้ง</div>
                                    </div>
                                </div>
                                <div class="flex justify-center font-medium">
                                    <p class="px-4 bg-[#EBEBEB] py-1.5 text-black rounded-2xl text-base font-semibold  anuphan">ออนไลน์ขณะนี้ {{datauseronline}}  คน </p>
                                </div>
                            </div>
                        </div>

                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="h-[40px] w-full bg-gradient-to-r from-[#9432D7] via-[#9779D3] to-[#9432D7] pt-2 fc_iconic">
        <h4 class="text-center text-[#262425] text-lg font-medium"><span class="text-[#D9374E]">สายด่วน!</span> <span>งานป้องกันและบรรเทาสาธารณภัย : </span> 
        <!-- <span class="text-[#FBC52D]">199</span> หรือ  -->
        โทร. <span class="text-[#FBC52D]">  <a  class="hoverfootertext" target="_blank" href="tel: 0537331"> 053-733123 </a> </span></h4>
    </div>
    <div class="h-[57px] w-full bg-[#A020EF] flex justify-center py-3 fc_iconic">
        <div class="text-white">
                        <p class=" pt-[5px] space-x-3 flex items-center tracking-wide prompt text-[16px] font-light "><span>สงวนลิขสิทธิ์ 2569 เทศบาลตำบลแม่สาย : https://www.maesai.go.th</span>
                <span><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="11px" height="11px">
                        <path fill-rule="evenodd" fill="rgb(253, 216, 130)" d="M5.499,-0.008 C8.537,-0.008 10.999,2.453 10.999,5.492 C10.999,8.530 8.537,10.990 5.499,10.990 C2.462,10.990 -0.001,8.530 -0.001,5.492 C-0.001,2.453 2.462,-0.008 5.499,-0.008 Z" />
                    </svg></span>
                <span>Design by <a  class="hoverfootertext" href="https://www.chiangraientersoft.com/" target="_blank">Chiangrai Enter Soft</a></span>
            </p>
        </div>
    </div>
</footer>


  <!-- Messenger ปลั๊กอินแชท Code -->
  <div id="fb-root"></div>

  <!-- Your ปลั๊กอินแชท code -->
  <div id="fb-customer-chat" class="fb-customerchat">
  </div>

  <script>
    var chatbox = document.getElementById('fb-customer-chat');
    chatbox.setAttribute("page_id", "153033514792286");
    chatbox.setAttribute("attribution", "biz_inbox");
  </script>

  <!-- Your SDK code -->
  <script>
    window.fbAsyncInit = function() {
      FB.init({
        xfbml: true,
        version: 'v15.0'
      });
    };

    (function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s);
      js.id = id;
      js.src = 'https://connect.facebook.net/th_TH/sdk/xfbml.customerchat.js';
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));
  </script>
 <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> 
<style>
    .fixed-box {
        position: fixed;
        bottom: 40px;
        left: 50px;
        z-index: 99;
        background-color: rgba(148, 163, 184, 0.8);
        padding: 1.25rem;
        border-radius: 0.75rem;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        color: #111827;
    }
</style>
<div class="fixed-box">
    <div id="google_translate_element" class="" style="z-index: 100;"></div>
</div>

<script>
    function googleTranslateElementInit() {
        new google.translate.TranslateElement({
                pageLanguage: 'TH'
            },
            'google_translate_element'
        );
    }
</script>    <!-- <script src="./src/assets/js/config.js?v=1781521105"></script>
<script src="./src/assets/js/menu.js?v=1781521105"></script>
<script src="./src/assets/js/headfooter.js?v=1781521105" async defer></script> --></body>

</html>