CINXE.COM

कोशी प्रदेश सरकारको आधिकारिक पोर्टल

<!doctype html> <html lang="ne" class="notranslate" translate="no"> <head> <meta charset="UTF-8"> <meta name="description" content=""> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="google" content="notranslate" /> <!-- Title --> <title> कोशी प्रदेश सरकारको आधिकारिक पोर्टल </title> <link rel="icon" href="https://koshi.gov.np/web/img/core-img/favicon.ico"> <script src="https://koshi.gov.np/web/js/jquery/jquery-2.2.4.min.js"></script> <script src="https://cdn.tailwindcss.com/3.4.3"></script> <script src="https://cdn.datatables.net/2.0.3/js/dataTables.js"></script> <script src="https://cdn.datatables.net/buttons/3.0.1/js/dataTables.buttons.js"></script> <script src="https://cdn.datatables.net/buttons/3.0.1/js/buttons.dataTables.js"></script> <script src="https://cdn.datatables.net/buttons/3.0.1/js/buttons.print.min.js"></script> <script src="https://cdn.datatables.net/2.0.3/js/dataTables.tailwindcss.js"></script> <script src="https://cdn.tailwindcss.com"></script> <link rel="stylesheet" href="https://cdn.datatables.net/2.0.3/css/dataTables.tailwindcss.css"> <link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" /> <script src="https://koshi.gov.np/web/js/moment.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" /> <link rel="stylesheet" href="https://koshi.gov.np/css/glide.core.css"> <link rel="stylesheet" href="https://koshi.gov.np/css/glide.theme.css"> <script src="https://www.google.com/recaptcha/api.js" async defer></script> <script> tailwind.config = { darkMode: 'class', theme: { extend: { colors: { primary: '#1C2B78', danger: '#D74242', } } } } </script> <script> if (localStorage.getItem('color-theme') === 'dark' || (!('color-theme' in localStorage) && window.matchMedia( '(prefers-color-scheme: dark)').matches)) { document.documentElement.classList.add('dark'); } else { document.documentElement.classList.remove('dark') } </script> <script> $(document).ready(function () { // $('.dt-buttons').addClass('px-5 py-5'); $('.buttons-print').addClass('px-5 py-2 mx-2 my-2 rounded-md text-primary border border-primary transition duration-200 dark:text-white dark:border-white hover:bg-primary dark:hover:bg-white dark:hover:text-black'); }); </script> <style> #scrollUp { background-color: #1C2B78; border-radius: 5px 0 0 5px; bottom: 70px; color: #ffffff; font-size: 10px; padding: 12px 0; height: 60px; line-height: 1.5; right: 0; text-align: center; width: 35px; -webkit-transition-duration: 500ms; transition-duration: 500ms; font-weight: 700; box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15); text-transform: uppercase; } #scrollUp i { font-size: 18px; display: block; } #scrollUp:hover { background-color: red; color: #ffffff; } html { scroll-behavior: smooth; } </style> </head> <body class="bg-white dark:bg-black"> <header class="h-auto bg-white dark:bg-black dark:text-white flex flex-col xl:flex-row xl:justify-between px-5 py-5 xl:px-16 xl:items-center space-y-5 xl:space-y-0"> <div class="flex flex-row justify-between items-center"> <a href="/" class="flex flex-row space-x-1 sm:space-x-4 items-center"> <img src="https://koshi.gov.np/images/logo/abbb02cf85ce35f9154eadd71a48f685.png" alt="Koshi Logo" class="h-[30px] sm:h-[50px] xl:h-[60px]"> <div class="uppercase -space-y-1"> <p id="myfontsize" class="font-semibold text-xs sm:text-base xl:text-lg">कोशी प्रदेश सरकारको आधिकारिक पोर्टल</p> <p id="myfontsize" class="font-semibold text-[12px] sm:text-lg xl:text-xl">THE OFFICIAL PORTAL OF GOVERNMENT OF KOSHI PROVINCE</p> </div> </a> <button id="togglenavbar" class="xl:hidden p-1 bg-primary rounded-md text-white border-2 border-primary hover:bg-white hover:text-primary transition-all hover:scale-105 duration-150 ease-out cursor-pointer"> <span class="iconify" data-icon="line-md:menu" data-width="22"></span> </button> <script> $(document).ready(function() { $('#togglenavbar').click(function(e) { e.preventDefault(); $('#toggleMeHai').toggleClass('hidden'); }); }); </script> </div> <div class="flex flex-col-reverse xl:flex-col xl:space-y-3 justify-start items-start xl:justify-end xl:items-end"> <div class="flex space-x-2 xl:mt-0 w-full xl:w-fit items-center"> <button id="theme-toggle" type="button" class="border-2 text-base border-primary h-8 dark:border-white bg-primary dark:bg-white dark:text-primary text-white w-full xl:w-fit rounded-full py-1 px-5 flex items-center justify-center hover:bg-white dark:hover:bg-primary dark:hover:text-white hover:text-primary transition-all duration-200 ease-out cursor-pointer"> <svg id="theme-toggle-dark-icon" class="hidden w-[26px] h-[26px]" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <path d="M17.293 13.293A8 8 0 016.707 2.707a8.001 8.001 0 1010.586 10.586z"></path> </svg> <svg id="theme-toggle-light-icon" class="hidden w-[26px] h-[26px]" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <path d="M10 2a1 1 0 011 1v1a1 1 0 11-2 0V3a1 1 0 011-1zm4 8a4 4 0 11-8 0 4 4 0 018 0zm-.464 4.95l.707.707a1 1 0 001.414-1.414l-.707-.707a1 1 0 00-1.414 1.414zm2.12-10.607a1 1 0 010 1.414l-.706.707a1 1 0 11-1.414-1.414l.707-.707a1 1 0 011.414 0zM17 11a1 1 0 100-2h-1a1 1 0 100 2h1zm-7 4a1 1 0 011 1v1a1 1 0 11-2 0v-1a1 1 0 011-1zM5.05 6.464A1 1 0 106.465 5.05l-.708-.707a1 1 0 00-1.414 1.414l.707.707zm1.414 8.486l-.707.707a1 1 0 01-1.414-1.414l.707-.707a1 1 0 011.414 1.414zM4 11a1 1 0 100-2H3a1 1 0 000 2h1z" fill-rule="evenodd" clip-rule="evenodd"></path> </svg> </button> <a id="myfontsize" href="https://koshi.gov.np/bandwidth/1" class="border-2 text-base border-primary h-8 dark:border-white bg-primary dark:bg-white dark:text-primary text-white w-full xl:w-fit rounded-full py-1 px-5 flex items-center justify-center hover:bg-white dark:hover:bg-primary dark:hover:text-white hover:text-primary transition-all duration-200 ease-out cursor-pointer"> <span class="iconify" data-icon="bx:wifi-2" data-width="26"></span> </a> <div class="flex flex-col md:flex-row space-x-2 w-full"> <ul class="flex space-x-2"> <li class=""> <a href="https://koshi.gov.np/language/en" class="border-2 text-base border-primary h-8 dark:border-white bg-primary dark:bg-white dark:text-primary text-white w-full xl:w-fit rounded-full py-1 px-5 flex items-center justify-center hover:bg-white dark:hover:bg-primary dark:hover:text-white hover:text-primary transition-all duration-200 ease-out cursor-pointer lang" id="en"> <span class="iconify" data-icon="flagpack:gb-ukm" data-width="26"></span> </a> </li> </ul> <ul class="grid grid-cols-2 border-2 text-base border-primary h-8 text-white dark:border-white bg-primary dark:bg-white dark:text-primary w-full xl:w-fit rounded-full "> <li><button type="button" class="rounded-l-full font-bold hover:bg-white dark:hover:bg-primary dark:hover:text-white hover:text-primary px-3 h-full w-full transition-all duration-200 ease-out cursor-pointer " name="btn1" onclick="changeRootFontSize(-1)">-A</button></li> <li><button type="button" class="rounded-r-full font-bold hover:bg-white dark:hover:bg-primary dark:hover:text-white hover:text-primary px-3 h-full w-full transition-all duration-200 ease-out cursor-pointer" name="btn2" onclick="changeRootFontSize(1)">+A</button></li> </ul> </div> <script> let rootElement = document.documentElement; // Reference to the root element let currentRootFontSize = parseFloat( window.getComputedStyle(rootElement).fontSize ); // Get current root font size function changeRootFontSize(delta) { currentRootFontSize += delta; // Increase or decrease by delta rootElement.style.fontSize = currentRootFontSize + "px"; // Apply the new font size to root } </script> </div> </div> </header> <nav class="py-4 hidden xl:block px-5 xl:px-16 bg-white dark:bg-black dark:text-white" id="toggleMeHai"> <ul class="xl:space-x-10 text-xl capitalize flex flex-col xl:flex-row justify-end space-x-0 space-y-5 xl:space-y-0"> <li class="group space-y-0"> <span class="flex space-x-2 items-center "> <a href="https://koshi.gov.np" class="text-black hover:text-primary dark:text-white hover:underline transition-all duration-100 ease-in text-base"> गृहपृष्ठ </a> </span> </li> <li class="group space-y-0"> <span class="flex space-x-2 items-center "> <a href="https://koshi.gov.np/detail/yearly-budget" class="text-black hover:text-primary dark:text-white hover:underline transition-all duration-100 ease-in text-base"> वार्षिक कार्यक्रम र बजेट </a> </span> </li> <li class="group space-y-0"> <span class="flex space-x-2 items-center "> <a href="https://koshi.gov.np/detail/publication" class="text-black hover:text-primary dark:text-white hover:underline transition-all duration-100 ease-in text-base"> प्रकाशन </a> </span> </li> <li class="group space-y-0"> <span class="flex space-x-2 items-center "> <a href="#" class="text-black hover:text-primary dark:text-white hover:underline transition-all duration-100 ease-in text-base"> ऐन, नियम, निर्देशिका </a> <span class="iconify" data-icon="mdi:chevron-down" data-width="18"> </span> </span> <div id="dropdownNavbar11" class="z-[99999] font-normal hidden group-hover:block group-focus:block bg-white dark:bg-black divide-y divide-gray-100 dark:divide-gray-700 rounded-lg shadow w-44 absolute pt-2"> <ul class="py-2 text-sm text-gray-700 dark:text-white" aria-labelledby="dropdownLargeButton"> <li> <a href="https://koshi.gov.np/niti/ayan" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600"> ऐन </a> </li> <li> <a href="https://koshi.gov.np/niti/nirdesika" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600"> निर्देशिका </a> </li> <li> <a href="https://koshi.gov.np/niti/directory" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600"> कार्यविधि </a> </li> </ul> </div> </li> <li class="group space-y-0"> <span class="flex space-x-2 items-center "> <a href="https://koshi.gov.np/bivagh-karyalaya" class="text-black hover:text-primary dark:text-white hover:underline transition-all duration-100 ease-in text-base"> विभाग/कार्यालय </a> </span> </li> <li class="group space-y-0"> <span class="flex space-x-2 items-center "> <a href="#" class="text-black hover:text-primary dark:text-white hover:underline transition-all duration-100 ease-in text-base"> सूचना / प्रेस विज्ञप्ति </a> <span class="iconify" data-icon="mdi:chevron-down" data-width="18"> </span> </span> <div id="dropdownNavbar13" class="z-[99999] font-normal hidden group-hover:block group-focus:block bg-white dark:bg-black divide-y divide-gray-100 dark:divide-gray-700 rounded-lg shadow w-44 absolute pt-2"> <ul class="py-2 text-sm text-gray-700 dark:text-white" aria-labelledby="dropdownLargeButton"> <li> <a href="https://koshi.gov.np/notice/sadaran-suchana" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600"> साधारण सूचना </a> </li> <li> <a href="https://koshi.gov.np/notice/kharid-suchana" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600"> खरिद सूचना </a> </li> <li> <a href="https://koshi.gov.np/notice/covid-19-notice" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600"> Covid-19 सूचना </a> </li> </ul> </div> </li> <li class="group space-y-0"> <span class="flex space-x-2 items-center "> <a href="#" class="text-black hover:text-primary dark:text-white hover:underline transition-all duration-100 ease-in text-base"> प्रतिवेदन </a> <span class="iconify" data-icon="mdi:chevron-down" data-width="18"> </span> </span> <div id="dropdownNavbar14" class="z-[99999] font-normal hidden group-hover:block group-focus:block bg-white dark:bg-black divide-y divide-gray-100 dark:divide-gray-700 rounded-lg shadow w-44 absolute pt-2"> <ul class="py-2 text-sm text-gray-700 dark:text-white" aria-labelledby="dropdownLargeButton"> <li> <a href="https://koshi.gov.np/report/yearly-report" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600"> वार्षिक प्रतिवेदन </a> </li> <li> <a href="https://koshi.gov.np/report/taemasikh" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600"> त्रैमासिक प्रगति प्रतिवेदन </a> </li> </ul> </div> </li> </ul> </nav> <section class=""> <section class="md:h-[65vh] w-full relative"> <div id="default-carousel" class="relative w-full" data-carousel="slide"> <div class="relative h-56 overflow-hidden md:h-[65vh]"> <div class="duration-700 ease-in-out " data-carousel-item=""> <img src="https://koshi.gov.np/images/slider/efd30f61444dc7f7b1e7b1fb83c8cf43.jpg" class="absolute block w-full -translate-x-1/2 -translate-y-1/2 top-1/2 left-1/2" alt="Slider Image"> </div> <div class="duration-700 ease-in-out " data-carousel-item="active"> <img src="https://koshi.gov.np/images/slider/aa775f85f0c5bf12b05037bb44dcdf11.jpg" class="absolute block w-full -translate-x-1/2 -translate-y-1/2 top-1/2 left-1/2" alt="Slider Image"> </div> </div> <!-- Slider controls --> <button type="button" class="absolute top-0 start-0 z-30 flex items-center justify-center h-full px-4 cursor-pointer group focus:outline-none" data-carousel-prev> <span class="inline-flex items-center justify-center w-10 h-10 rounded-full bg-white/30 dark:bg-black/30 group-hover:bg-white/50 dark:group-hover:bg-gray-800/60 group-focus:ring-4 group-focus:ring-white dark:group-focus:ring-gray-800/70 group-focus:outline-none"> <svg class="w-4 h-4 text-white dark:text-gray-800 rtl:rotate-180" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 6 10"> <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 1 1 5l4 4" /> </svg> <span class="sr-only">Previous</span> </span> </button> <button type="button" class="absolute top-0 end-0 z-30 flex items-center justify-center h-full px-4 cursor-pointer group focus:outline-none" data-carousel-next> <span class="inline-flex items-center justify-center w-10 h-10 rounded-full bg-white/30 dark:bg-black/30 group-hover:bg-white/50 dark:group-hover:bg-gray-800/60 group-focus:ring-4 group-focus:ring-white dark:group-focus:ring-gray-800/70 group-focus:outline-none"> <svg class="w-4 h-4 text-white dark:text-gray-800 rtl:rotate-180" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 6 10"> <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m1 9 4-4-4-4" /> </svg> <span class="sr-only">Next</span> </span> </button> </div> </section> <div class="w-full flex items-center md:-mt-52 justify-center z-[9999] relative"> <div class="h-auto bg-white shadow-xl rounded-lg md:w-9/12 m-10 p-10 space-y-8 dark:bg-black"> <h1 class="text-4xl font-bold dark:text-white">Portal Search</h1> <form method="GET" action="https://koshi.gov.np/search" class="flex h-[100px] lg:h-[80px] flex-col lg:flex-row"> <select name="type" id="searchOption" class="lg:w-1/3 text-slate-500 border-primary dark:border-white text-2xl px-5 outline-none border border-b-0 lg:border-b p-2 bg-white lg:rounded-l-lg rounded-t-md lg:rounded-tr-none dark:bg-black dark:text-white dark:border-primary-dark"> <option value="9"> Law </option> <option value="10"> Regulation </option> <option value="11"> General Notice </option> <option value="12"> Procurement Notice </option> <option value="15"> Yearly Report </option> <option value="16"> Quaterly Report </option> <option value="18"> Covid-19 Notice </option> <option value="19"> Directory </option> <option value="17"> Yearly Program &amp; budget </option> <option value="21"> Publication </option> <option value="8"> Department/Offices </option> </select> <div class="flex w-full"> <input type="text" name="search" id="" placeholder="Search.." class="w-full h-full border text-slate-500 border-primary dark:border-white text-2xl px-5 outline-none bg-white lg:border-l-0 lg:border-r-0 border-r-0 rounded-bl-md lg:rounded-bl-none dark:bg-black dark:text-white "> <button type="submit" class="flex items-center justify-center p-2 border-primary dark:border-white border lg:border-l-0 px-5 bg-white lg:rounded-r-md rounded-br-md cursor-pointer hover:bg-primary dark:hover:bg-white group dark:bg-black dark:text-white "> <span class="iconify text-primary dark:text-white dark:group-hover:text-primary group-hover:text-white transition-all duration-200 ease-out" data-width="33" data-icon="line-md:search"></span> </button> </div> </form> <div class="grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-4 2xl:grid-cols-8 gap-4"> <a href="https://koshi.gov.np/detail/suchana" class="group border-2 text-primary dark:text-white shadow-lg hover:text-white dark:hover:text-primary hover:bg-primary dark:hover:bg-white cursor-pointer transition-all duration-200 ease-out border-primary dark:border-white rounded-md h-[100px] p-3 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="mingcute:news-fill" data-width="35"></span> </div> <h3 class="text-xl"> सुचनाहरु </h3> </a> <a href="https://koshi.gov.np/detail/kharid-bolpatra" title=" सार्वजनिक खरिद / बोलपत्र" class="group border-2 text-red-800 dark:text-white shadow-lg hover:text-white dark:hover:text-red-800 hover:bg-red-800 dark:hover:bg-white cursor-pointer transition-all duration-200 ease-out border-red-800 dark:border-white rounded-md h-[100px] p-3 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="mingcute:news-fill" data-width="35"></span> </div> <h3 class="text-xl"> सार्वजनिक... </h3> </a> <a href="https://koshi.gov.np/detail/ain-kanoon" title=" ऐन, कानून, नियमहरु" class="group border-2 text-primary dark:text-white shadow-lg hover:text-white dark:hover:text-primary hover:bg-primary dark:hover:bg-white cursor-pointer transition-all duration-200 ease-out border-primary dark:border-white rounded-md h-[100px] p-3 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="mingcute:news-fill" data-width="35"></span> </div> <h3 class="text-xl"> ऐन, कानून,... </h3> </a> <a href="https://koshi.gov.np/detail/procedure" title=" कार्यविधि, निर्देशिका" class="group border-2 text-red-800 dark:text-white shadow-lg hover:text-white dark:hover:text-red-800 hover:bg-red-800 dark:hover:bg-white cursor-pointer transition-all duration-200 ease-out border-red-800 dark:border-white rounded-md h-[100px] p-3 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="mingcute:news-fill" data-width="35"></span> </div> <h3 class="text-xl"> कार्यविधि,... </h3> </a> <a href="https://koshi.gov.np/detail/sewa-prava" title=" सेवा प्रवाह" class="group border-2 text-primary dark:text-white shadow-lg hover:text-white dark:hover:text-primary hover:bg-primary dark:hover:bg-white cursor-pointer transition-all duration-200 ease-out border-primary dark:border-white rounded-md h-[100px] p-3 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="mingcute:news-fill" data-width="35"></span> </div> <h3 class="text-xl"> सेवा प्रवा... </h3> </a> <a href="https://koshi.gov.np/detail/e-farum" title=" इ-फारम" class="group border-2 text-red-800 dark:text-white shadow-lg hover:text-white dark:hover:text-red-800 hover:bg-red-800 dark:hover:bg-white cursor-pointer transition-all duration-200 ease-out border-red-800 dark:border-white rounded-md h-[100px] p-3 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="mingcute:news-fill" data-width="35"></span> </div> <h3 class="text-xl"> इ-फारम </h3> </a> <a href="https://koshi.gov.np/detail/prativedan" title=" प्रतिवेदन / रिपोर्ट " class="group border-2 text-primary dark:text-white shadow-lg hover:text-white dark:hover:text-primary hover:bg-primary dark:hover:bg-white cursor-pointer transition-all duration-200 ease-out border-primary dark:border-white rounded-md h-[100px] p-3 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="mingcute:news-fill" data-width="35"></span> </div> <h3 class="text-xl"> प्रतिवेदन... </h3> </a> <a href="https://koshi.gov.np/detail/publication" title=" प्रकाशन" class="group border-2 text-red-800 dark:text-white shadow-lg hover:text-white dark:hover:text-red-800 hover:bg-red-800 dark:hover:bg-white cursor-pointer transition-all duration-200 ease-out border-red-800 dark:border-white rounded-md h-[100px] p-3 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="mingcute:news-fill" data-width="35"></span> </div> <h3 class="text-xl"> प्रकाशन </h3> </a> </div> </div> </div> </section> <script> function toggleReadMore() { const moreText = document.getElementById("more-text"); const readMoreBtn = document.getElementById("read-more-btn"); if (moreText.style.display === "none") { moreText.style.display = "block"; readMoreBtn.innerText = "Read Less"; } else { moreText.style.display = "none"; readMoreBtn.innerText = "Read More"; } } </script> <section class="h-auto bg-white dark:bg-black flex flex-col items-center justify-center xl:flex-row xl:justify-between px-5 py-5 xl:px-20 xl:py-10 xl:items-center gap-10 my-10 xl:my-20"> <div class="max-w-4xl 2xl:max-w-7xl 3xl:max-w-8xl flex flex-col items-center w-full justify-center xl:justify-start xl:items-start"> <p class="text-[32px] xl:text-[46px] uppercase font-bold text-primary dark:text-white text-center lg:text-start mb-2"> कोशी प्रदेशको संक्षिप्त परिचय</p> <div class="text-sm lg:text-base text-primary dark:text-white text-center lg:text-justify mb-5 block "> <span id="initial-text"> हिमाल, पहाड र तराईसम्म फैलिएको यस कोशी प्रदेशमा झापा, इलाम, पाँचथर, ताप्लेजुङ, संखुवासभा, तेह्रथुम, भोजपुर, धनकुटा, खोटाङ, सुनसरी, मोरङ, सोलुखुम्बु, ओखलढुङ्गा र उदयपुर गरी जम्मा १४ वटा जिल्ला पर्दछन् । यस प्रदेशको पूर्वतर्फ भारतको पश्चिम बङ्गाल राज्य र दक्षिणतर्फ बिहार राज्य पर्दछन् । यसै गरी उत्तरतर्फ चीनको स्वशासित क्षेत्र तिब्बत र पश्चिमतर्फ मधेश प्रदेश र बाग्मती प्रदेश पर्दछन् । यो प्रदेश २६ डिग्री २२ मिनेट देखि २८ डिग्री ६ मिनेट उत्तरी अक्षांशसम्म र ८६ डिग्री ९ मिनेट देखि ८८ डिग्री १२ मिनेट पूर्वी देशान्तरसम्म रहेको छ । यस प्रदेशको कूल क्षेत्रफल २५९०५ वर्ग कि. मि. तथा कूल जनसङ्ख्या ४५३४९४३ रहेको छ । </span> <span id="more-text" style="display: none;"> जातीय तथा भाषिक विविधता रहेको यस प्रदेशमा मुख्य रुपमा ब्राम्हण, क्षेत्री, राई, लिम्बू, थारू, लेप्चा, मुस्लिम, तामाङ, गुरुङ, मेचे, कोचे, यादव, राजवंशीलगायतका जातिहरूको बसोबास रहेको छ भने नेपाली, मैथिली, किराँती, तामाङ, लिम्बू, गुरुङ, लेप्चा, मुस्लिम, मगर र थारू भाषा मुख्य रुपमा बोलिन्छन् । विश्वकै सर्वाेच्च शिखर सगरमाथालगायत कञ्चनजङ्घा, मकालु, चोयु, ल्होत्से, जन्नु आदि हिमालहरूको अवस्थितिले मित्रराष्ट्र चीनसँग प्राकृतिक सीमाको काम गरेको छ । यस प्रदेशमा इलामको अन्तुडाँडा, कन्याम, धनकुटाको भेडेटार, सोलुखुम्बुको नाम्चे बजार, सगरमाथा आधार शिविर तथा सुनसरीको तालतलैया लगायतका पर्यटकीय स्थलहरू रहेका छन् । प्राकृतिक सम्पदा, वन्यजन्तु तथा पशुपंछीको संरक्षण गर्ने हेतुले स्थापना गरिएका सगरमाथा राष्ट्रिय निकुञ्ज, मकालु बरुण राष्ट्रिय निकुञ्ज, कोशीटप्पु वन्यजन्तु आरक्ष, कञ्चनजङ्घा संरक्षण क्षेत्रलगायत नेपालकै अग्लो ह््यातुङ झरना तथा टोड्के र पोकली जस्ता ठूला र लामा झरनाहरू पनि यसै प्रदेशमा रहेका छन् । सुन्दर पहाड र हिमवत् खण्ड, उच्च हिम श्रृङ्खलालगायत प्राकृतिक सम्पदाले सुशोभित दक्षिणपूर्वी एसियामा अवस्थित नेपाल धार्मिक तथा सांस्कृतिक दृष्टिलेसमेत सम्वृद्ध छ । असङ्ख्य मठ, मन्दिर, पाटी, पौवा, गुम्बा, मस्जिदले भरिपूर्ण नेपालको सूदुरपूर्वमा रहेको यस प्रदेश नं.१ मा विभिन्न प्रसिद्ध धार्मिक तीर्थस्थलहरू जस्तै: ताप्लेजुङको पाथिभरा देवीको मन्दिर, इलामको माइपोखरी, झापाको अर्जुनधारा र सताक्षी धाम, सुनसरीको बराह क्षेत्र, बूढा सुब्बा, पिण्डेश्वरी, दन्तकाली र रामधुनी, खोटाङको हलेसी महादेवलगायत बराह पोखरी, साल्पा पोखरी, दूधकुण्ड, कालिका देवी, छिन्ताङ देवी, कन्काई आदि प्रख्यात धार्मिक स्थलहरू रहेका छन् । यी स्थलहरूमा स्वदेशी तथा विदेशी तिर्थालुहरूको प्रगाढ आस्था रही आएको छ । वर्षेनी हजारौँ भक्तजन तथा तीर्थयात्रीहरूको आगमनले धार्मिक पर्यटनमा टेवा पुगेको पाइन्छ । यस प्रदेशमा पुवा खोला जलविद्युत आयोजना र थामे जलविद्युत आयोजना निर्माण भई सञ्चालनमा रहेका छन् भने अरुण तेस्रो जलविद्युत आयोजना प्रमुख प्रस्तावित जलविद्युत आयोजनाभित्र पर्दछ । जलस्रोतमा सम्पन्न यस प्रदेशमा अरुण, तमोर, दूधकोशी, मेची, कन्काई र त्रियुगालगायतका नदीहरू रहेका छन् । </span> <button id="read-more-btn" class="text-blue-500 underline" onclick="toggleReadMore()"> Read More </button> </div> </div> <div class="bg-primary dark:bg-white max-w-xl lg:max-w-sm 2xl:max-w-xl min-w-[200px] 2xl:min-w-[300px] w-full lg:w-full 2xl:w-full p-5 lg:p-2 2xlp-5 rounded-md space-y-5"> <h1 class="text-3xl text-white dark:text-black font-bold uppercase">मन्त्रालयहरु</h1> <div class=""> <ul class="space-y-3"> <a href="https://pradeshsabha.koshi.gov.np" class="flex justify-between items-center text-white dark:text-black cursor-pointer " target="_blank"> <p class="text-xl hover:text-red-400 dark:hover:text-red-900">प्रदेश सभा सचिवालय </p> <span class="iconify" data-icon="mingcute:right-line" data-width="24"></span> </a> <a href="https://ocmcm.koshi.gov.np/" class="flex justify-between items-center text-white dark:text-black cursor-pointer " target="_blank"> <p class="text-xl hover:text-red-400 dark:hover:text-red-900">मुख्यमन्त्री तथा मन्त्रिपरिषद्को कार्यालय </p> <span class="iconify" data-icon="mingcute:right-line" data-width="24"></span> </a> <a href="https://moeap.koshi.gov.np/" class="flex justify-between items-center text-white dark:text-black cursor-pointer " target="_blank"> <p class="text-xl hover:text-red-400 dark:hover:text-red-900">आर्थिक मामिला तथा योजना मन्त्रालय </p> <span class="iconify" data-icon="mingcute:right-line" data-width="24"></span> </a> <a href="https://mopid.koshi.gov.np/" class="flex justify-between items-center text-white dark:text-black cursor-pointer " target="_blank"> <p class="text-xl hover:text-red-400 dark:hover:text-red-900">भौतिक पूर्वाधार विकास मन्त्रालय </p> <span class="iconify" data-icon="mingcute:right-line" data-width="24"></span> </a> <a href="https://moial.koshi.gov.np/" class="flex justify-between items-center text-white dark:text-black cursor-pointer " target="_blank"> <p class="text-xl hover:text-red-400 dark:hover:text-red-900">आन्तरिक मामिला तथा कानून मन्त्रालय </p> <span class="iconify" data-icon="mingcute:right-line" data-width="24"></span> </a> <a href="https://moh.koshi.gov.np/" class="flex justify-between items-center text-white dark:text-black cursor-pointer " target="_blank"> <p class="text-xl hover:text-red-400 dark:hover:text-red-900">स्वास्थ्य मन्त्रालय </p> <span class="iconify" data-icon="mingcute:right-line" data-width="24"></span> </a> <a href="https://mowsie.koshi.gov.np/" class="flex justify-between items-center text-white dark:text-black cursor-pointer " target="_blank"> <p class="text-xl hover:text-red-400 dark:hover:text-red-900">खानेपानी, सिंचाइ तथा उर्जा मन्त्रालय </p> <span class="iconify" data-icon="mingcute:right-line" data-width="24"></span> </a> <a href="https://mosd.koshi.gov.np/" class="flex justify-between items-center text-white dark:text-black cursor-pointer " target="_blank"> <p class="text-xl hover:text-red-400 dark:hover:text-red-900">सामाजिक विकास मन्त्रालय </p> <span class="iconify" data-icon="mingcute:right-line" data-width="24"></span> </a> <a href="https://moiac.koshi.gov.np" class="flex justify-between items-center text-white dark:text-black cursor-pointer " target="_blank"> <p class="text-xl hover:text-red-400 dark:hover:text-red-900">उद्योग,कृषि तथा सहकारी मन्त्रालय </p> <span class="iconify" data-icon="mingcute:right-line" data-width="24"></span> </a> <a href="https://motfe.koshi.gov.np" class="flex justify-between items-center text-white dark:text-black cursor-pointer " target="_blank"> <p class="text-xl hover:text-red-400 dark:hover:text-red-900">पर्यटन, वन तथा वातावरण मन्त्रालय </p> <span class="iconify" data-icon="mingcute:right-line" data-width="24"></span> </a> <a href="https://psc.koshi.gov.np/" class="flex justify-between items-center text-white dark:text-black cursor-pointer " target="_blank"> <p class="text-xl hover:text-red-400 dark:hover:text-red-900">प्रदेश लोक सेवा आयोग </p> <span class="iconify" data-icon="mingcute:right-line" data-width="24"></span> </a> <a href="https://ppc.koshi.gov.np/" class="flex justify-between items-center text-white dark:text-black cursor-pointer " target="_blank"> <p class="text-xl hover:text-red-400 dark:hover:text-red-900">प्रदेश योजना आयोग </p> <span class="iconify" data-icon="mingcute:right-line" data-width="24"></span> </a> </ul> </div> </div> </section> <section class="h-auto bg-white dark:bg-black flex flex-col items-center justify-center px-5 py-5 xl:px-20 xl:py-10 xl:items-center space-y-16 my-20"> <div class="text-center"> <h1 class="text-center text-3xl font-bold text-primary dark:text-white uppercase"> More Links </h1> <p class="text-primary text-xl font-light dark:text-white">Here are some of more links, which is usefull for you!</p> </div> <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 xl:grid-cols-3 gap-8"> <a href="https://koshi.gov.np/web/sidelink/pradesh-sarkar" target="_self" class="flex bg-white dark:bg-black transition-all duration-300 p-5 h-[110px] 2xl:w-[450px] rounded-md items-center justify-between space-x-4 max-w-lg hover:bg-primary dark:hover:bg-white hover:bg-opacity-80 group" style="box-shadow: 1px 1px 5px grey"> <div class="max-w-sm"> <h2 class="text-base xl:text-2xl dark:text-white text-primary group-hover:text-white dark:group-hover:text-black font-bold transition-all duration-300 "> प्रदेश सरकार </h2> <p class="text-sm text-primary group-hover:text-white dark:group-hover:text-black font-light"> </p> </div> <div class="h-20 w-20 flex items-center justify-center bg-white dark:bg-black text-primary border-2 border-primary dark:border-white dark:group-hover:border-black group-hover:border-red-800 transition-all duration-300 rounded-md"> <i class="fa fa-university text-2xl group-hover:scale-125 transition-all duration-300 group-hover:text-red-800 dark:text-white dark:group-hover:text-white"></i> </div> </a> <a href="http://139.5.73.91:8082" target="_blank" class="flex bg-white dark:bg-black transition-all duration-300 p-5 h-[110px] 2xl:w-[450px] rounded-md items-center justify-between space-x-4 max-w-lg hover:bg-primary dark:hover:bg-white hover:bg-opacity-80 group" style="box-shadow: 1px 1px 5px grey"> <div class="max-w-sm"> <h2 class="text-base xl:text-2xl dark:text-white text-primary group-hover:text-white dark:group-hover:text-black font-bold transition-all duration-300 "> मुख्यमन्त्री ड्यासबोर्ड </h2> <p class="text-sm text-primary group-hover:text-white dark:group-hover:text-black font-light"> </p> </div> <div class="h-20 w-20 flex items-center justify-center bg-white dark:bg-black text-primary border-2 border-primary dark:border-white dark:group-hover:border-black group-hover:border-red-800 transition-all duration-300 rounded-md"> <i class=" text-2xl group-hover:scale-125 transition-all duration-300 group-hover:text-red-800 dark:text-white dark:group-hover:text-white"></i> </div> </a> <a href="https://koshi.gov.np/web/sidelink/mantralaya" target="_self" class="flex bg-white dark:bg-black transition-all duration-300 p-5 h-[110px] 2xl:w-[450px] rounded-md items-center justify-between space-x-4 max-w-lg hover:bg-primary dark:hover:bg-white hover:bg-opacity-80 group" style="box-shadow: 1px 1px 5px grey"> <div class="max-w-sm"> <h2 class="text-base xl:text-2xl dark:text-white text-primary group-hover:text-white dark:group-hover:text-black font-bold transition-all duration-300 "> मन्त्रालय / कार्यालयहरु </h2> <p class="text-sm text-primary group-hover:text-white dark:group-hover:text-black font-light"> </p> </div> <div class="h-20 w-20 flex items-center justify-center bg-white dark:bg-black text-primary border-2 border-primary dark:border-white dark:group-hover:border-black group-hover:border-red-800 transition-all duration-300 rounded-md"> <i class="fa fa-building text-2xl group-hover:scale-125 transition-all duration-300 group-hover:text-red-800 dark:text-white dark:group-hover:text-white"></i> </div> </a> <a href="https://koshi.gov.np/web/sidelink/important-place" target="_self" class="flex bg-white dark:bg-black transition-all duration-300 p-5 h-[110px] 2xl:w-[450px] rounded-md items-center justify-between space-x-4 max-w-lg hover:bg-primary dark:hover:bg-white hover:bg-opacity-80 group" style="box-shadow: 1px 1px 5px grey"> <div class="max-w-sm"> <h2 class="text-base xl:text-2xl dark:text-white text-primary group-hover:text-white dark:group-hover:text-black font-bold transition-all duration-300 "> महत्त्वपूर्ण स्थानहरु </h2> <p class="text-sm text-primary group-hover:text-white dark:group-hover:text-black font-light"> </p> </div> <div class="h-20 w-20 flex items-center justify-center bg-white dark:bg-black text-primary border-2 border-primary dark:border-white dark:group-hover:border-black group-hover:border-red-800 transition-all duration-300 rounded-md"> <i class="fa fa-globe text-2xl group-hover:scale-125 transition-all duration-300 group-hover:text-red-800 dark:text-white dark:group-hover:text-white"></i> </div> </a> <a href="https://koshi.gov.np/web/sidelink/karyalaya-pramukh" target="_self" class="flex bg-white dark:bg-black transition-all duration-300 p-5 h-[110px] 2xl:w-[450px] rounded-md items-center justify-between space-x-4 max-w-lg hover:bg-primary dark:hover:bg-white hover:bg-opacity-80 group" style="box-shadow: 1px 1px 5px grey"> <div class="max-w-sm"> <h2 class="text-base xl:text-2xl dark:text-white text-primary group-hover:text-white dark:group-hover:text-black font-bold transition-all duration-300 "> प्रबक्ता / सूचना अधिकारी </h2> <p class="text-sm text-primary group-hover:text-white dark:group-hover:text-black font-light"> </p> </div> <div class="h-20 w-20 flex items-center justify-center bg-white dark:bg-black text-primary border-2 border-primary dark:border-white dark:group-hover:border-black group-hover:border-red-800 transition-all duration-300 rounded-md"> <i class="fa fa-user-circle text-2xl group-hover:scale-125 transition-all duration-300 group-hover:text-red-800 dark:text-white dark:group-hover:text-white"></i> </div> </a> <a href="https://pradeshsabha.koshi.gov.np/province-members" target="_blank" class="flex bg-white dark:bg-black transition-all duration-300 p-5 h-[110px] 2xl:w-[450px] rounded-md items-center justify-between space-x-4 max-w-lg hover:bg-primary dark:hover:bg-white hover:bg-opacity-80 group" style="box-shadow: 1px 1px 5px grey"> <div class="max-w-sm"> <h2 class="text-base xl:text-2xl dark:text-white text-primary group-hover:text-white dark:group-hover:text-black font-bold transition-all duration-300 "> प्रदेश सभा सदस्यज्यूहरु </h2> <p class="text-sm text-primary group-hover:text-white dark:group-hover:text-black font-light"> </p> </div> <div class="h-20 w-20 flex items-center justify-center bg-white dark:bg-black text-primary border-2 border-primary dark:border-white dark:group-hover:border-black group-hover:border-red-800 transition-all duration-300 rounded-md"> <i class="fa fa-users text-2xl group-hover:scale-125 transition-all duration-300 group-hover:text-red-800 dark:text-white dark:group-hover:text-white"></i> </div> </a> <a href="https://koshi.gov.np/web/sidelink/secretary" target="_self" class="flex bg-white dark:bg-black transition-all duration-300 p-5 h-[110px] 2xl:w-[450px] rounded-md items-center justify-between space-x-4 max-w-lg hover:bg-primary dark:hover:bg-white hover:bg-opacity-80 group" style="box-shadow: 1px 1px 5px grey"> <div class="max-w-sm"> <h2 class="text-base xl:text-2xl dark:text-white text-primary group-hover:text-white dark:group-hover:text-black font-bold transition-all duration-300 "> सचिब </h2> <p class="text-sm text-primary group-hover:text-white dark:group-hover:text-black font-light"> </p> </div> <div class="h-20 w-20 flex items-center justify-center bg-white dark:bg-black text-primary border-2 border-primary dark:border-white dark:group-hover:border-black group-hover:border-red-800 transition-all duration-300 rounded-md"> <i class="fa fa-user-circle text-2xl group-hover:scale-125 transition-all duration-300 group-hover:text-red-800 dark:text-white dark:group-hover:text-white"></i> </div> </a> <a href="https://hellocm.koshi.gov.np/" target="_blank" class="flex bg-white dark:bg-black transition-all duration-300 p-5 h-[110px] 2xl:w-[450px] rounded-md items-center justify-between space-x-4 max-w-lg hover:bg-primary dark:hover:bg-white hover:bg-opacity-80 group" style="box-shadow: 1px 1px 5px grey"> <div class="max-w-sm"> <h2 class="text-base xl:text-2xl dark:text-white text-primary group-hover:text-white dark:group-hover:text-black font-bold transition-all duration-300 "> हेल्लो सिएम </h2> <p class="text-sm text-primary group-hover:text-white dark:group-hover:text-black font-light"> </p> </div> <div class="h-20 w-20 flex items-center justify-center bg-white dark:bg-black text-primary border-2 border-primary dark:border-white dark:group-hover:border-black group-hover:border-red-800 transition-all duration-300 rounded-md"> <i class="fa fa-user text-2xl group-hover:scale-125 transition-all duration-300 group-hover:text-red-800 dark:text-white dark:group-hover:text-white"></i> </div> </a> <a href="https://koshi.gov.np/web/sidelink/e-services" target="_self" class="flex bg-white dark:bg-black transition-all duration-300 p-5 h-[110px] 2xl:w-[450px] rounded-md items-center justify-between space-x-4 max-w-lg hover:bg-primary dark:hover:bg-white hover:bg-opacity-80 group" style="box-shadow: 1px 1px 5px grey"> <div class="max-w-sm"> <h2 class="text-base xl:text-2xl dark:text-white text-primary group-hover:text-white dark:group-hover:text-black font-bold transition-all duration-300 "> इ-सर्भिसेस </h2> <p class="text-sm text-primary group-hover:text-white dark:group-hover:text-black font-light"> </p> </div> <div class="h-20 w-20 flex items-center justify-center bg-white dark:bg-black text-primary border-2 border-primary dark:border-white dark:group-hover:border-black group-hover:border-red-800 transition-all duration-300 rounded-md"> <i class="fa fa-cog text-2xl group-hover:scale-125 transition-all duration-300 group-hover:text-red-800 dark:text-white dark:group-hover:text-white"></i> </div> </a> <a href="https://koshi.gov.np/web/sidelink/sthaniya-taha" target="_self" class="flex bg-white dark:bg-black transition-all duration-300 p-5 h-[110px] 2xl:w-[450px] rounded-md items-center justify-between space-x-4 max-w-lg hover:bg-primary dark:hover:bg-white hover:bg-opacity-80 group" style="box-shadow: 1px 1px 5px grey"> <div class="max-w-sm"> <h2 class="text-base xl:text-2xl dark:text-white text-primary group-hover:text-white dark:group-hover:text-black font-bold transition-all duration-300 "> स्थानीय तह </h2> <p class="text-sm text-primary group-hover:text-white dark:group-hover:text-black font-light"> </p> </div> <div class="h-20 w-20 flex items-center justify-center bg-white dark:bg-black text-primary border-2 border-primary dark:border-white dark:group-hover:border-black group-hover:border-red-800 transition-all duration-300 rounded-md"> <i class="fa fa-university text-2xl group-hover:scale-125 transition-all duration-300 group-hover:text-red-800 dark:text-white dark:group-hover:text-white"></i> </div> </a> <a href="https://gis.p1.gov.np/" target="_blank" class="flex bg-white dark:bg-black transition-all duration-300 p-5 h-[110px] 2xl:w-[450px] rounded-md items-center justify-between space-x-4 max-w-lg hover:bg-primary dark:hover:bg-white hover:bg-opacity-80 group" style="box-shadow: 1px 1px 5px grey"> <div class="max-w-sm"> <h2 class="text-base xl:text-2xl dark:text-white text-primary group-hover:text-white dark:group-hover:text-black font-bold transition-all duration-300 "> वेब GIS </h2> <p class="text-sm text-primary group-hover:text-white dark:group-hover:text-black font-light"> </p> </div> <div class="h-20 w-20 flex items-center justify-center bg-white dark:bg-black text-primary border-2 border-primary dark:border-white dark:group-hover:border-black group-hover:border-red-800 transition-all duration-300 rounded-md"> <i class="fa fa-map-marker text-2xl group-hover:scale-125 transition-all duration-300 group-hover:text-red-800 dark:text-white dark:group-hover:text-white"></i> </div> </a> <a href="https://accounts.gioms.gov.np/auth/realms/gerp-services/login-actions/authenticate?client_id=gerp-main&amp;tab_id=ZryWhrUF5oc" target="_blank" class="flex bg-white dark:bg-black transition-all duration-300 p-5 h-[110px] 2xl:w-[450px] rounded-md items-center justify-between space-x-4 max-w-lg hover:bg-primary dark:hover:bg-white hover:bg-opacity-80 group" style="box-shadow: 1px 1px 5px grey"> <div class="max-w-sm"> <h2 class="text-base xl:text-2xl dark:text-white text-primary group-hover:text-white dark:group-hover:text-black font-bold transition-all duration-300 "> एकीकृत कार्यालय व्यवस्थापन प्रणाली </h2> <p class="text-sm text-primary group-hover:text-white dark:group-hover:text-black font-light"> </p> </div> <div class="h-20 w-20 flex items-center justify-center bg-white dark:bg-black text-primary border-2 border-primary dark:border-white dark:group-hover:border-black group-hover:border-red-800 transition-all duration-300 rounded-md"> <i class="fa fa-user text-2xl group-hover:scale-125 transition-all duration-300 group-hover:text-red-800 dark:text-white dark:group-hover:text-white"></i> </div> </a> </div> </section> <section class="bg-primary dark:bg-white py-20 xl:p-20 flex justify-center"> <div class="grid md:grid-cols-2 xl:grid-cols-4 w-[95%] gap-4"> <a href="https://pradeshsabha.koshi.gov.np" target="_blank" class="rounded-lg group bg-white dark:bg-black relative w-full cursor-pointer border-2 border-red-800 dark:border-black"> <img src="https://koshi.gov.np/images/mantralaya/169e1fa59d8faaff17e5fc037f600c95.jpg" alt="img" class="w-full rounded-t-lg h-[200px]" /> <div class="p-3 text-center"> <div class="text-lg font-semibold capitalize group-hover:scale-110 transition-all duration-200 dark:text-white"> प्रदेश सभा सचिवालय </div> </div> <div class="px-5"> <div class="border-t-2 border-red-800 dark:border-slate-400 border-opacity-20 w-full p-2 text-center dark:text-white"> कोशी प्रदेश </div> </div> </a> <a href="https://ocmcm.koshi.gov.np/" target="_blank" class="rounded-lg group bg-white dark:bg-black relative w-full cursor-pointer border-2 border-red-800 dark:border-black"> <img src="https://koshi.gov.np/images/mantralaya/ead666a7099db83f35c2399a5d6a1b5b.jpg" alt="img" class="w-full rounded-t-lg h-[200px]" /> <div class="p-3 text-center"> <div class="text-lg font-semibold capitalize group-hover:scale-110 transition-all duration-200 dark:text-white"> मुख्यमन्त्री तथा मन्त्रिपरिषद्को कार्यालय </div> </div> <div class="px-5"> <div class="border-t-2 border-red-800 dark:border-slate-400 border-opacity-20 w-full p-2 text-center dark:text-white"> कोशी प्रदेश </div> </div> </a> <a href="http://oph.p1.gov.np/" target="_blank" class="rounded-lg group bg-white dark:bg-black relative w-full cursor-pointer border-2 border-red-800 dark:border-black"> <img src="https://koshi.gov.np/images/mantralaya/pardeshpramukh.jpg.jpg" alt="img" class="w-full rounded-t-lg h-[200px]" /> <div class="p-3 text-center"> <div class="text-lg font-semibold capitalize group-hover:scale-110 transition-all duration-200 dark:text-white"> प्रदेश प्रमुखको कार्यालय </div> </div> <div class="px-5"> <div class="border-t-2 border-red-800 dark:border-slate-400 border-opacity-20 w-full p-2 text-center dark:text-white"> कोशी प्रदेश, विराटनगर </div> </div> </a> <a href="https://cao.koshi.gov.np/" target="_blank" class="rounded-lg group bg-white dark:bg-black relative w-full cursor-pointer border-2 border-red-800 dark:border-black"> <img src="https://koshi.gov.np/images/mantralaya/naydish.jpg.jpg" alt="img" class="w-full rounded-t-lg h-[200px]" /> <div class="p-3 text-center"> <div class="text-lg font-semibold capitalize group-hover:scale-110 transition-all duration-200 dark:text-white"> मुख्य न्यायाधिवक्ताको कार्यालय </div> </div> <div class="px-5"> <div class="border-t-2 border-red-800 dark:border-slate-400 border-opacity-20 w-full p-2 text-center dark:text-white"> कोशी प्रदेश, विराटनगर </div> </div> </a> </div> </section> <section class="h-auto bg-white dark:bg-black px-5 py-5 xl:px-20 xl:py-10 xl:items-center space-y-5 xl:space-y-10 my-20"> <h1 class="text-3xl font-extrabold uppercase text-primary dark:text-white">Gis Koshi Province</h1> <div class="grid xl:grid-cols-2 gap-6"> <div class="w-full rounded-lg"> <iframe src="https://gis.p1.gov.np/iframe" width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade" class="rounded-xl h-[400px] lg:h-[500px] xl:h-full"></iframe> </div> <div class="grid grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-2 col-span-1"> <div class="group xl:col-span-2 2xl:col-span-1 border-2 text-primary dark:text-white shadow-lg hover:text-white dark:hover:text-black dark:hover:bg-white hover:bg-primary cursor-pointer transition-all duration-200 ease-out border-primary dark:border-white rounded-md h-[140px] p-5 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="ph:building-bold" data-width="40"></span> <p class="text-lg xl:text-3xl ">१ </p> </div> <h3 class="text-xl"> म.न.पा </h3> </div> <div class="group xl:col-span-2 2xl:col-span-2 border-2 dark:text-white shadow-lg hover:text-white dark:hover:text-black dark:hover:bg-white hover:bg-primary cursor-pointer transition-all duration-200 ease-out border-primary dark:border-white rounded-md h-[140px] p-5 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="ph:building-bold" data-width="40"></span> <p class="text-lg xl:text-3xl "> २</p> </div> <h3 class="text-xl"> उप.म.न.पा </h3> </div> <div class="group border-2 xl:col-span-2 2xl:col-span-1 dark:text-white shadow-lg hover:text-white dark:hover:text-black dark:hover:bg-white hover:bg-primary cursor-pointer transition-all duration-200 ease-out border-primary dark:border-white rounded-md h-[140px] p-5 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="mdi:electricity-circle" data-width="40"></span> <p class="text-lg xl:text-3xl "> १२१मे.वा.</p> </div> <h3 class="text-xl"> जल बिधुत उत्पादन </h3> </div> <div class="group border-2 xl:col-span-2 2xl:col-span-1 dark:text-white shadow-lg hover:text-white dark:hover:text-black dark:hover:bg-white hover:bg-primary cursor-pointer transition-all duration-200 ease-out border-primary dark:border-white rounded-md h-[140px] p-5 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="ph:building-bold" data-width="40"></span> <p class="text-lg xl:text-3xl "> ४६</p> </div> <h3 class="text-xl"> नगरपालिका </h3> </div> <div class="group border-2 xl:col-span-2 2xl:col-span-1 text-green-800 dark:text-white dark:hover:text-black dark:hover:bg-white dark:border-white shadow-lg hover:text-white hover:bg-green-800 cursor-pointer transition-all duration-200 ease-out border-green-800 rounded-md h-[140px] p-5 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="ph:tree-fill" data-width="40"></span> <p class="text-lg xl:text-3xl ">४३% </p> </div> <h3 class="text-xl"> वनले ढाकिएको क्षेत्र </h3> </div> <div class="group border-2 xl:col-span-2 2xl:col-span-2 dark:text-white dark:hover:text-black dark:hover:bg-white dark:border-white text-orange-700 shadow-lg hover:text-white hover:bg-orange-700 cursor-pointer transition-all duration-200 ease-out border-orange-700 rounded-md h-[140px] p-5 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="flowbite:users-solid" data-width="40"></span> <p class="text-lg xl:text-3xl ">४९,६१,४१२</p> </div> <h3 class="text-xl"> जनसंख्या </h3> </div> <div class="group border-2 xl:col-span-2 2xl:col-span-2 dark:text-white dark:hover:text-black dark:hover:bg-white dark:border-white text-green-800 shadow-lg hover:text-white hover:bg-green-800 cursor-pointer transition-all duration-200 ease-out border-green-800 rounded-md h-[140px] p-5 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="game-icons:three-leaves" data-width="40"></span> <p class="text-lg xl:text-3xl "> ७८३५९५ </p> </div> <h3 class="text-xl"> कृषी योग्य जामिन </h3> </div> <div class="group border-2 xl:col-span-2 2xl:col-span-1 dark:text-white dark:hover:text-black dark:hover:bg-white dark:border-white text-orange-600 shadow-lg hover:text-white hover:bg-orange-600 cursor-pointer transition-all duration-200 ease-out border-orange-600 rounded-md h-[140px] p-5 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="ion:camera" data-width="40"></span> <p class="text-lg xl:text-3xl "> १३</p> </div> <h3 class="text-xl"> पर्यटक स्थल </h3> </div> <div class="group border-2 dark:text-white xl:col-span-2 2xl:col-span-1 dark:hover:text-black dark:hover:bg-white dark:border-white text-primary shadow-lg hover:text-white hover:bg-primary cursor-pointer transition-all duration-200 ease-out border-primary rounded-md h-[140px] p-5 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="fluent:building-bank-16-filled" data-width="40"></span> <p class="text-3xl "> ८८</p> </div> <h3 class="text-xl"> गाउँपालिका </h3> </div> <div class="group border-2 dark:text-white xl:col-span-2 2xl:col-span-1 dark:hover:text-black dark:hover:bg-white dark:border-white text-primary shadow-lg hover:text-white hover:bg-primary cursor-pointer transition-all duration-200 ease-out border-primary rounded-md h-[140px] p-5 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="fluent:building-bank-16-filled" data-width="40"></span> <p class="text-lg xl:text-3xl ">१४</p> </div> <h3 class="text-xl"> जिल्ला </h3> </div> <div class="group border-2 dark:text-white xl:col-span-2 2xl:col-span-1 dark:hover:text-black dark:hover:bg-white dark:border-white text-primary shadow-lg hover:text-white hover:bg-primary cursor-pointer transition-all duration-200 ease-out border-primary rounded-md h-[140px] p-5 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="fluent:building-bank-16-filled" data-width="40"></span> <p class="text-lg xl:text-3xl ">११५७</p> </div> <h3 class="text-xl"> वडा </h3> </div> <div class="group border-2 dark:text-white xl:col-span-2 2xl:col-span-2 dark:hover:text-black dark:hover:bg-white dark:border-white xl:col-span-2 text-slate-800 shadow-lg hover:text-white hover:bg-slate-800 cursor-pointer transition-all duration-200 ease-out border-slate-800 rounded-md h-[140px] p-5 flex flex-col justify-between"> <div class="flex justify-between"> <span class="iconify group-hover:scale-125 duration-500 " data-icon="la:industry" data-width="40"></span> <p class="text-lg xl:text-3xl ">0</p> </div> <h3 class="text-xl"> ठुलो/मझौला उध्योग </h3> </div> </div> </div> </section> <section class="bg-primary dark:bg-black p-5 xl:p-20 space-y-5 xl:space-y-10 w-full dark:*:text-white"> <div class=" flex flex-col xl:flex-row justify-between items-center space-y-5 xl:space-y-0"> <div class=""> <h1 class="tex-xl xl:text-4xl text-white dark:text-white uppercase text-center xl:text-start">Latest Entries</h1> <p class="tex-lg xl:text-2xl text-white dark:text-white text-center xl:text-start">Here are some of the latest entries</p> </div> <div class=""> </div> </div> <div class="grid grid-cols-1 md:grid-cols-2 2xl:grid-cols-4 gap-5 w-full "> <div class="rounded-md flex flex-col w-full"> <div class="p-3 bg-[#D7E8FC] dark:bg-slate-800 dark:border dark:border-white dark:text-white rounded-t-md text-2xl font-bold uppercase text-primary text-center flex justify-between items-center"> <span class="text-base font-medium"> सुचनाहरु </span> <span> <a href="https://koshi.gov.np/niti/ayan" class="group px-3 py-2 flex space-x-1 items-center bg-red-800 dark:bg-black text-white rounded-md text-xs"> <span> View all </span> <span class="iconify " data-icon="mingcute:right-fill"></span> </a> </span> </div> <div class=""> <a href="https://mowsie.koshi.gov.np/notice/general-notice/detail/2081-08-12-32214" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="तह बृद्धिका लागि निवेदन पेश गर्ने सम्बन्धी सूचना"> तह बृद्धिका लागि निवेदन पेश गर्ने सम्बन्धी सूचना</h1> <div class="flex justify-between text-sm"> <h4> - 2081-08-12 </h4> <h4 class="text-red-800 dark:text-white"> - खानेपानी, सिंचाइ तथा ऊर्जा मन्त्रालय</h4> </div> </div> </div> </a> <a href="https://moial.koshi.gov.np/notice/general-notice/detail/2081-08-10-17916" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="लैङ्गिक हिंसा विरुद्धको १६ दिने अभियान"> लैङ्गिक हिंसा विरुद्धको १६ दिने अभियान</h1> <div class="flex justify-between text-sm"> <h4> - 2081-08-11 </h4> <h4 class="text-red-800 dark:text-white"> - आन्तरिक मामिला तथा कानून मन्त्रालय</h4> </div> </div> </div> </a> <a href="https://moh.koshi.gov.np/notice/general-notice/detail/2081-08-11-24166" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="अन्तरवार्ताको समय र मिती परिवर्तन सम्वन्धी सूचना ।"> अन्तरवार्ताको समय र मिती परिवर्तन सम्वन्धी सूचना...</h1> <div class="flex justify-between text-sm"> <h4> - 2081-08-11 </h4> <h4 class="text-red-800 dark:text-white"> - स्वास्थ्य मन्त्रालय</h4> </div> </div> </div> </a> <a href="https://moeap.koshi.gov.np/notice/general-notice/detail/2081-08-09-83099" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="लैङ्गिक हिंसा विरुद्धको १६ दिने अभियान (नोभेम्बर २५ देखि डिसेम्बर १०)"> लैङ्गिक हिंसा विरुद्धको १६ दिने अभियान (नोभेम्बर २...</h1> <div class="flex justify-between text-sm"> <h4> - 2081-08-10 </h4> <h4 class="text-red-800 dark:text-white"> - आर्थिक मामिला तथा योजना मन्त्रालय</h4> </div> </div> </div> </a> <a href="https://motfe.koshi.gov.np/notice/general-notice/detail/2081-08-10-49485" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="लैंङ्गिक हिंसा विरुद्धको १६ दिन् अभियान (नोभेम्बर २५ देखि डिसेम्बर १०)"> लैंङ्गिक हिंसा विरुद्धको १६ दिन् अभियान (नोभेम्बर...</h1> <div class="flex justify-between text-sm"> <h4> - 2081-08-10 </h4> <h4 class="text-red-800 dark:text-white"> - पर्यटन, वन तथा वातावरण मन्त्रालय</h4> </div> </div> </div> </a> </div> </div> <div class="rounded-md flex flex-col w-full"> <div class="p-3 bg-[#D7E8FC] dark:bg-slate-800 dark:border dark:border-white dark:text-white rounded-t-md text-2xl font-bold uppercase text-primary text-center flex justify-between items-center"> <span class="text-base font-medium"> सार्वजनिक खरिद / बोलपत्र </span> <span> <a href="https://koshi.gov.np/detail/kharid-bolpatra" class="group px-3 py-2 flex space-x-1 items-center dark:bg-black bg-red-800 text-white rounded-md text-xs"> <span> View all </span> <span class="iconify " data-icon="mingcute:right-fill"></span> </a> </span> </div> <div class=""> <a href="https://motfe.koshi.gov.np/notice/procurement-notice/detail/2081-08-04-52345" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="Expression of Interest (EoI) Notice"> Expression of Interest (EoI) Notice</h1> <div class="flex justify-between text-sm"> <h4> - 2081-08-04 </h4> <h4 class="text-red-800 dark:text-white"> - पर्यटन, वन तथा वातावरण मन्त्रालय</h4> </div> </div> </div> </a> <a href="https://mosd.koshi.gov.np/notice/procurement-notice/detail/2081-07-20-62908" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="Invitation for Bids for Supply &amp; Delivery of Vehicles"> Invitation for Bids for Supply &amp; Delivery of Vehic...</h1> <div class="flex justify-between text-sm"> <h4> - 2081-07-20 </h4> <h4 class="text-red-800 dark:text-white"> - सामाजिक विकास मन्त्रालय</h4> </div> </div> </div> </a> <a href="https://mopid.koshi.gov.np/notice/procurement-notice/detail/2081-07-20-42686" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="Notice of Intention for Award of Contracts"> Notice of Intention for Award of Contracts</h1> <div class="flex justify-between text-sm"> <h4> - 2081-07-20 </h4> <h4 class="text-red-800 dark:text-white"> - भौतिक पूर्वाधार विकास मन्त्रालय</h4> </div> </div> </div> </a> <a href="https://psc.koshi.gov.np/notice/procurement-notice/detail/2081-06-10-32324" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="विद्युतिय सवारी साधन क्‍याटलग सपिङ विधिबाट खरिद सम्बन्धी प्रस्ताव आव्हानको सूचना तथा स्पेशिफिकेशन"> विद्युतिय सवारी साधन क्‍याटलग सपिङ विधिबाट खरिद सम...</h1> <div class="flex justify-between text-sm"> <h4> - 2081-06-10 </h4> <h4 class="text-red-800 dark:text-white"> - प्रदेश लोक सेवा आयोग</h4> </div> </div> </div> </a> <a href="https://moh.koshi.gov.np/notice/procurement-notice/detail/2081-06-06-18033" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="क्याटलक सपिङ विधिबाट सवारी साधन खरिद सम्वन्धी जिल्ला आयुर्वेद स्वास्थ्य केन्द्र उदयपुरको सूचना"> क्याटलक सपिङ विधिबाट सवारी साधन खरिद सम्वन्धी जि...</h1> <div class="flex justify-between text-sm"> <h4> - 2081-06-06 </h4> <h4 class="text-red-800 dark:text-white"> - स्वास्थ्य मन्त्रालय</h4> </div> </div> </div> </a> </div> </div> <div class="rounded-md flex flex-col w-full"> <div class="p-3 bg-[#D7E8FC] dark:bg-slate-800 dark:border dark:border-white dark:text-white rounded-t-md text-2xl font-bold uppercase text-primary text-center flex justify-between items-center"> <span class="text-base font-medium"> ऐन, कानून, नियमहरु </span> <span> <a href="https://koshi.gov.np/detail/ain-kanoon" class="group px-3 py-2 flex space-x-1 items-center dark:bg-black bg-red-800 text-white rounded-md text-xs"> <span> View all </span> <span class="iconify " data-icon="mingcute:right-fill"></span> </a> </span> </div> <div class=""> <a href="https://mowsie.koshi.gov.np/document/regulation/detail/2081-07-26-30656" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="प्रदेश सिंचाई नियमावली, २०८१"> प्रदेश सिंचाई नियमावली, २०८१</h1> <div class="flex justify-between text-sm"> <h4> - 2081-07-26 </h4> <h4 class="text-red-800 dark:text-white"> - खानेपानी, सिंचाइ तथा ऊर्जा मन्त्रालय</h4> </div> </div> </div> </a> <a href="https://motfe.koshi.gov.np/document/regulation/detail/2081-07-05-79739" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="विदेशी पर्यटक सवारी साधनको अस्थायी रुट परमिट सम्बन्धी नियमावली, २०८१"> विदेशी पर्यटक सवारी साधनको अस्थायी रुट परमिट सम्बन...</h1> <div class="flex justify-between text-sm"> <h4> - 2081-07-05 </h4> <h4 class="text-red-800 dark:text-white"> - पर्यटन, वन तथा वातावरण मन्त्रालय</h4> </div> </div> </div> </a> <a href="https://motfe.koshi.gov.np/document/regulation/detail/2081-07-05-46130" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="प्रदेश सार्वजनिक खरिद (पहिलो संशोधन) नियमावली, २०८१"> प्रदेश सार्वजनिक खरिद (पहिलो संशोधन) नियमावली, २०८...</h1> <div class="flex justify-between text-sm"> <h4> - 2081-07-05 </h4> <h4 class="text-red-800 dark:text-white"> - पर्यटन, वन तथा वातावरण मन्त्रालय</h4> </div> </div> </div> </a> <a href="https://moeap.koshi.gov.np/document/regulation/detail/2081-06-08-22865" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="प्रदेश सार्वजनिक खरिद (पहिलो संशोधन) नियमावली, २०८१"> प्रदेश सार्वजनिक खरिद (पहिलो संशोधन) नियमावली, २०८...</h1> <div class="flex justify-between text-sm"> <h4> - 2081-06-09 </h4> <h4 class="text-red-800 dark:text-white"> - आर्थिक मामिला तथा योजना मन्त्रालय</h4> </div> </div> </div> </a> <a href="https://psc.koshi.gov.np/document/regulation/detail/2081-06-01-89732" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="प्रदेश लोक सेवा आयोग नियमावली, २०८१"> प्रदेश लोक सेवा आयोग नियमावली, २०८१</h1> <div class="flex justify-between text-sm"> <h4> - 2081-06-01 </h4> <h4 class="text-red-800 dark:text-white"> - प्रदेश लोक सेवा आयोग</h4> </div> </div> </div> </a> </div> </div> <div class="rounded-md flex flex-col w-full"> <div class="p-3 bg-[#D7E8FC] dark:bg-slate-800 dark:border dark:border-white dark:text-white rounded-t-md text-2xl font-bold uppercase text-primary text-center flex justify-between items-center"> <span class="text-base font-medium"> कार्यविधि, निर्देशिका </span> <span> <a href="https://koshi.gov.np/detail/procedure" class="group px-3 py-2 flex space-x-1 items-center dark:bg-black bg-red-800 text-white rounded-md text-xs"> <span> View all </span> <span class="iconify " data-icon="mingcute:right-fill"></span> </a> </span> </div> <div class=""> <a href="https://moiac.koshi.gov.np/document/act_rule/detail/2081-08-05-98195" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="खोरेत रोग नियन्त्रण आयोजना सञ्चालन कार्यविधि, २०८१"> खोरेत रोग नियन्त्रण आयोजना सञ्चालन कार्यविधि, २०८१</h1> <div class="flex justify-between text-sm"> <h4> - 2081-08-05 </h4> <h4 class="text-red-800 dark:text-white"> - उद्योग,कृषि तथा सहकारी मन्त्रालय</h4> </div> </div> </div> </a> <a href="https://moh.koshi.gov.np/document/act_rule/detail/2081-08-05-34218" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="आन्तरिक नियन्त्रण प्रणाली सम्वन्धी कार्यविधी, २०८१"> आन्तरिक नियन्त्रण प्रणाली सम्वन्धी कार्यविधी, २०८१</h1> <div class="flex justify-between text-sm"> <h4> - 2081-08-05 </h4> <h4 class="text-red-800 dark:text-white"> - स्वास्थ्य मन्त्रालय</h4> </div> </div> </div> </a> <a href="https://motfe.koshi.gov.np/document/act_rule/detail/2081-07-26-41921" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="कोशी प्रदेश पर्यटन वर्ष २०८२ सञ्चालन तथा व्यवस्थापन कार्यविधि,२०८१"> कोशी प्रदेश पर्यटन वर्ष २०८२ सञ्चालन तथा व्यवस्थाप...</h1> <div class="flex justify-between text-sm"> <h4> - 2081-07-26 </h4> <h4 class="text-red-800 dark:text-white"> - पर्यटन, वन तथा वातावरण मन्त्रालय</h4> </div> </div> </div> </a> <a href="https://motfe.koshi.gov.np/document/act_rule/detail/2081-07-05-91753" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="सवारी साधनको इन्धन प्रणाली परिमार्जन सम्बन्धी कार्यविधि, २०८१"> सवारी साधनको इन्धन प्रणाली परिमार्जन सम्बन्धी कार्...</h1> <div class="flex justify-between text-sm"> <h4> - 2081-07-05 </h4> <h4 class="text-red-800 dark:text-white"> - पर्यटन, वन तथा वातावरण मन्त्रालय</h4> </div> </div> </div> </a> <a href="https://motfe.koshi.gov.np/document/nirdeshika/detail/2081-07-05-55316" target="_blank" class="dark:border dark:border-white bg-white dark:bg-black p-2 grid grid-cols-6 cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-500 transition-all duration-200 h-24 content-center"> <div class="hidden xl:block xl:col-span-1 self-center"> <img src="https://koshi.gov.np/images/notice.png" alt="" class=""> </div> <div class="flex flex-col justify-between w-full p-3 col-span-6 xl:col-span-5 space-y-3 self-center"> <div class="flex flex-col w-full space-y-1"> <h1 class="text-lg font-light" title="सार्वजनिक खर्चको मापदण्ड र मितव्ययीता सम्बन्धी (पहिलो संशोधन) निर्देशिका, २०८१"> सार्वजनिक खर्चको मापदण्ड र मितव्ययीता सम्बन्धी (पह...</h1> <div class="flex justify-between text-sm"> <h4> - 2081-07-05 </h4> <h4 class="text-red-800 dark:text-white"> - पर्यटन, वन तथा वातावरण मन्त्रालय</h4> </div> </div> </div> </a> </div> </div> </div> </section> <section class="flex w-full relative p-5 xl:px-20 bg-white"> <div class="h-auto xl:flex xl:items-center xl:justify-center space-y-5 xl:space-y-10 my-20 relative w-full glide-01"> <!-- Slides --> <div class="overflow-hidden" data-glide-el="track"> <ul class="relative w-full overflow-hidden p-0 whitespace-no-wrap flex flex-no-wrap [backface-visibility: hidden] [transform-style: preserve-3d] [touch-action: pan-Y] [will-change: transform]"> <li class="group"> <div class="flex"> <div class=" relative"> <img src="https://koshi.gov.np/images/mantralaya/f451f723e2b41dfb4462bc7891178ed6.png" alt="img" class="rounded-md h-[250px] w-[500px] " /> <div class="absolute top-0 bg-opacity-50 bg-primary h-[250px] w-full flex flex-col items-center justify-center text-center"> <div class="max-w-md group-hover:scale-125 transition-all duration-300 ease-in"> <a class="text-lg font-bold text-white" href="https://koshi.gov.np/mantralaya/17"> यातायात व्यवस्था तथा संचार मन्त्रालय </a> <h1 class="text-sm text-white"> कोशी प्रदेश </h1> </div> </div> </div> </div> </li> <li class="group"> <div class="flex"> <div class=" relative"> <img src="https://koshi.gov.np/images/mantralaya/fc943799aab3c9acefce1ea897f8f795.png" alt="img" class="rounded-md h-[250px] w-[500px] " /> <div class="absolute top-0 bg-opacity-50 bg-primary h-[250px] w-full flex flex-col items-center justify-center text-center"> <div class="max-w-md group-hover:scale-125 transition-all duration-300 ease-in"> <a class="text-lg font-bold text-white" href="https://koshi.gov.np/mantralaya/16"> उद्योग, श्रम तथा रोजगार मन्त्रालय </a> <h1 class="text-sm text-white"> कोशी प्रदेश </h1> </div> </div> </div> </div> </li> <li class="group"> <div class="flex"> <div class=" relative"> <img src="https://koshi.gov.np/images/noimage.png" alt="img" class="rounded-md h-[250px] w-[500px] " /> <div class="absolute top-0 bg-opacity-50 bg-primary h-[250px] w-full flex flex-col items-center justify-center text-center"> <div class="max-w-md group-hover:scale-125 transition-all duration-300 ease-in"> <a class="text-lg font-bold text-white" href="https://koshi.gov.np/mantralaya/158"> प्रदेश योजना आयोग </a> <h1 class="text-sm text-white"> कोशी प्रदेश, विराटनगर </h1> </div> </div> </div> </div> </li> <li class="group"> <div class="flex"> <div class=" relative"> <img src="https://koshi.gov.np/images/noimage.png" alt="img" class="rounded-md h-[250px] w-[500px] " /> <div class="absolute top-0 bg-opacity-50 bg-primary h-[250px] w-full flex flex-col items-center justify-center text-center"> <div class="max-w-md group-hover:scale-125 transition-all duration-300 ease-in"> <a class="text-lg font-bold text-white" href="https://koshi.gov.np/mantralaya/157"> प्रदेश लोक सेवा आयोग </a> <h1 class="text-sm text-white"> खार्जी चोक, विराटनगर </h1> </div> </div> </div> </div> </li> <li class="group"> <div class="flex"> <div class=" relative"> <img src="https://koshi.gov.np/images/mantralaya/9458a339a86467e5b1ebecf065f4f5fc.png" alt="img" class="rounded-md h-[250px] w-[500px] " /> <div class="absolute top-0 bg-opacity-50 bg-primary h-[250px] w-full flex flex-col items-center justify-center text-center"> <div class="max-w-md group-hover:scale-125 transition-all duration-300 ease-in"> <a class="text-lg font-bold text-white" href="https://koshi.gov.np/mantralaya/1"> भूमि व्यवस्था, सहकारी तथा गरिबी निवारण मन्त्रालय </a> <h1 class="text-sm text-white"> कोशी प्रदेश </h1> </div> </div> </div> </div> </li> <li class="group"> <div class="flex"> <div class=" relative"> <img src="https://koshi.gov.np/images/mantralaya/a777ccfc048bb8229f94775fdea3cecd.jpg" alt="img" class="rounded-md h-[250px] w-[500px] " /> <div class="absolute top-0 bg-opacity-50 bg-primary h-[250px] w-full flex flex-col items-center justify-center text-center"> <div class="max-w-md group-hover:scale-125 transition-all duration-300 ease-in"> <a class="text-lg font-bold text-white" href="https://koshi.gov.np/mantralaya/8"> पर्यटन तथा संस्कृति मन्त्रालय </a> <h1 class="text-sm text-white"> कोशी प्रदेश </h1> </div> </div> </div> </div> </li> <li class="group"> <div class="flex"> <div class=" relative"> <img src="https://koshi.gov.np/images/mantralaya/898ced873e1a99ee4508b120ba4c870a.jpg" alt="img" class="rounded-md h-[250px] w-[500px] " /> <div class="absolute top-0 bg-opacity-50 bg-primary h-[250px] w-full flex flex-col items-center justify-center text-center"> <div class="max-w-md group-hover:scale-125 transition-all duration-300 ease-in"> <a class="text-lg font-bold text-white" href="https://koshi.gov.np/mantralaya/15"> पर्यटन, वन तथा वातावरण मन्त्रालय </a> <h1 class="text-sm text-white"> कोशी प्रदेश, विराटनगर </h1> </div> </div> </div> </div> </li> <li class="group"> <div class="flex"> <div class=" relative"> <img src="https://koshi.gov.np/images/mantralaya/bd922800f6be73d75536adc51f7ad71d.jpg" alt="img" class="rounded-md h-[250px] w-[500px] " /> <div class="absolute top-0 bg-opacity-50 bg-primary h-[250px] w-full flex flex-col items-center justify-center text-center"> <div class="max-w-md group-hover:scale-125 transition-all duration-300 ease-in"> <a class="text-lg font-bold text-white" href="https://koshi.gov.np/mantralaya/7"> उद्योग,कृषि तथा सहकारी मन्त्रालय </a> <h1 class="text-sm text-white"> कोशी प्रदेश </h1> </div> </div> </div> </div> </li> <li class="group"> <div class="flex"> <div class=" relative"> <img src="https://koshi.gov.np/images/mantralaya/f375530fe016d3a3cdbeea264eb92079.png" alt="img" class="rounded-md h-[250px] w-[500px] " /> <div class="absolute top-0 bg-opacity-50 bg-primary h-[250px] w-full flex flex-col items-center justify-center text-center"> <div class="max-w-md group-hover:scale-125 transition-all duration-300 ease-in"> <a class="text-lg font-bold text-white" href="https://koshi.gov.np/mantralaya/9"> सामाजिक विकास मन्त्रालय </a> <h1 class="text-sm text-white"> कोशी प्रदेश </h1> </div> </div> </div> </div> </li> <li class="group"> <div class="flex"> <div class=" relative"> <img src="https://koshi.gov.np/images/noimage.png" alt="img" class="rounded-md h-[250px] w-[500px] " /> <div class="absolute top-0 bg-opacity-50 bg-primary h-[250px] w-full flex flex-col items-center justify-center text-center"> <div class="max-w-md group-hover:scale-125 transition-all duration-300 ease-in"> <a class="text-lg font-bold text-white" href="https://koshi.gov.np/mantralaya/156"> प्रदेश लेखा नियन्त्रक कार्यालय </a> <h1 class="text-sm text-white"> कोशी प्रदेश, विराटनगर </h1> </div> </div> </div> </div> </li> </ul> </div> <!-- Controls --> <div class="absolute left-0 flex items-center justify-between w-full h-0 px-4 top-[43%] " data-glide-el="controls"> <button class="inline-flex items-center justify-center w-8 h-8 transition duration-300 border rounded-full lg:w-12 lg:h-12 text-slate-700 border-slate-700 hover:text-slate-900 hover:border-slate-900 focus-visible:outline-none bg-white/20" data-glide-dir="<" aria-label="prev slide"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-5 h-5"> <title>prev slide</title> <path stroke-linecap="round" stroke-linejoin="round" d="M6.75 15.75L3 12m0 0l3.75-3.75M3 12h18" /> </svg> </button> <button class="inline-flex items-center justify-center w-8 h-8 transition duration-300 border rounded-full lg:w-12 lg:h-12 text-slate-700 border-slate-700 hover:text-slate-900 hover:border-slate-900 focus-visible:outline-none bg-white/20" data-glide-dir=">" aria-label="next slide"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-5 h-5"> <title>next slide</title> <path stroke-linecap="round" stroke-linejoin="round" d="M17.25 8.25L21 12m0 0l-3.75 3.75M21 12H3" /> </svg> </button> </div> </div> </section> <div class=" p-5 xl:p-20 w-full bg-primary dark:bg-black flex justify-between flex-wrap gap-10"> <div class="max-w-xl space-y-5"> <div class="flex flex-row space-x-4 items-center"> <img src="https://koshi.gov.np/images/logo/abbb02cf85ce35f9154eadd71a48f685.png" alt="Koshi Logo" class="h-[50px] xl:h-[80px]"> <div class="uppercase -space-y-1 text-white"> <p class="font-semibold text-sm xl:text-xl">कोशी प्रदेश सरकारको आधिकारिक पोर्टल</p> <p class="font-semibold text-md xl:text-xl">THE OFFICIAL PORTAL OF GOVERNMENT OF KOSHI PROVINCE</p> </div> </div> <p class="text-sm text-white">The province is named Koshi after the Koshi River, which is the largest river in the country. On 1 March 2023 the former temporary name of the province, Province No. 1, was changed to Koshi Province.</p> </div> <div class="text-white"> <h3 class="text-3xl font-bold">धेरै हेरिएको</h3> <ul class=" mt-2 xl:mt-6 list-outside"> <li class="mt-1 xl:mt-3 font-normal text-base xl:text-xl"><a href="https://koshi.gov.np/notice/sadaran-suchana"> साधारण सूचना </a></li> <li class="mt-1 xl:mt-3 font-normal text-base xl:text-xl"><a href="https://koshi.gov.np/niti/ayan"> ऐन </a></li> <li class="mt-1 xl:mt-3 font-normal text-base xl:text-xl"><a href="https://koshi.gov.np/bivagh-karyalaya"> विभाग/कार्यालय </a></li> <li class="mt-1 xl:mt-3 font-normal text-base xl:text-xl"><a href="https://koshi.gov.np/notice/covid-19-notice"> Covid-19 सूचना </a></li> <li class="mt-1 xl:mt-3 font-normal text-base xl:text-xl"><a href="https://koshi.gov.np/niti/directory"> कार्यविधि </a></li> </ul> </div> <div class="text-white "> <h3 class="text-3xl font-bold mb-2 xl:mb-6">हाम्रो सम्पर्क</h3> <p class="mt-1 xl:mt-3 font-normal text-base xl:text-xl flex items-center space-x-2"> <span class="iconify" data-icon="mdi:location" data-width="24"></span> <span> कोशी प्रदेश, विराटनगर </span> </p> <p class="mt-1 xl:mt-3 font-normal text-base xl:text-xl flex items-center space-x-2"> <span class="iconify" data-icon="ic:baseline-email" data-width="24"></span> <span> info.ocmcm@p1.gov.np </span> </p> <p class="mt-1 xl:mt-3 font-normal text-base xl:text-xl flex items-center space-x-2"> <span class="iconify" data-icon="ic:baseline-phone" data-width="24"></span> <span> +977-021-470166 </span> </p> </div> </div> <button id="scrollUp" style="position: fixed; z-index: 2147483647; display: none"><i class="fa fa-angle-up"></i> Top</button> </body> <script> var themeToggleDarkIcon = document.getElementById("theme-toggle-dark-icon"); var themeToggleLightIcon = document.getElementById("theme-toggle-light-icon"); // Change the icons inside the button based on previous settings if ( localStorage.getItem("color-theme") === "dark" || (!("color-theme" in localStorage) && window.matchMedia("(prefers-color-scheme: dark)").matches) ) { themeToggleLightIcon.classList.remove("hidden"); } else { themeToggleDarkIcon.classList.remove("hidden"); } var themeToggleBtn = document.getElementById("theme-toggle"); themeToggleBtn.addEventListener("click", function() { // toggle icons inside button themeToggleDarkIcon.classList.toggle("hidden"); themeToggleLightIcon.classList.toggle("hidden"); // if set via local storage previously if (localStorage.getItem("color-theme")) { if (localStorage.getItem("color-theme") === "light") { document.documentElement.classList.add("dark"); localStorage.setItem("color-theme", "dark"); } else { document.documentElement.classList.remove("dark"); localStorage.setItem("color-theme", "light"); } // if NOT set via local storage previously } else { if (document.documentElement.classList.contains("dark")) { document.documentElement.classList.remove("dark"); localStorage.setItem("color-theme", "light"); } else { document.documentElement.classList.add("dark"); localStorage.setItem("color-theme", "dark"); } } }); </script> <script> // Get the button: var mybutton = document.getElementById("scrollUp"); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() { scrollFunction() }; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = "block"; } else { mybutton.style.display = "none"; } } // When the user clicks on the button, scroll to the top of the document mybutton.addEventListener('click', function() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera }); </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/Glide.js/3.0.2/glide.js"></script> <script> var glide02 = new Glide('.glide-02', { type: 'slider', focusAt: 'center', perView: 1, autoplay: 3000, animationDuration: 700, gap: 24, classes: { activeNav: '[&>*]:bg-slate-700', }, }) glide02.mount(); </script> <script> var glide01 = new Glide('.glide-01', { type: 'carousel', focusAt: 'center', perView: 3, autoplay: 3000, animationDuration: 700, gap: 24, classes: { // activeNav: '[&>*]:bg-slate-700', }, breakpoints: { 1024: { perView: 2 }, 640: { perView: 1 } }, }); glide01.mount(); </script> <style> /* Hide the default Glide controls */ .glide--swipeable>.absolute { display: none; } </style> <script src="https://koshi.gov.np/js/app.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3.0/flowbite.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/iconify/2.0.0/iconify.min.js" integrity="sha512-lYMiwcB608+RcqJmP93CMe7b4i9G9QK1RbixsNu4PzMRJMsqr/bUrkXUuFzCNsRUo3IXNUr5hz98lINURv5CNA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> </html>

Pages: 1 2 3 4 5 6 7 8 9 10