{"id":1993,"date":"2026-05-05T15:50:30","date_gmt":"2026-05-05T07:20:30","guid":{"rendered":"https:\/\/depedilocosnorte.com\/sdoin\/?page_id=1993"},"modified":"2026-09-17T15:28:40","modified_gmt":"2026-09-17T06:58:40","slug":"procurement","status":"publish","type":"page","link":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/procurement\/","title":{"rendered":"PROCUREMENT"},"content":{"rendered":"\n<style>\n\/* =========================================================\n   DEPED ILOCOS NORTE - PROCUREMENT DOCUMENTS\n   CLEAN NAVY BLUE THEME\n   ========================================================= *\/\n\n.deped-procurement {\n    max-width: 1150px;\n    margin: 30px auto;\n    padding: 0 20px;\n\n    font-family: Arial, Helvetica, sans-serif;\n    color: #333333;\n\n    box-sizing: border-box;\n}\n\n.deped-procurement *,\n.deped-procurement *::before,\n.deped-procurement *::after {\n    box-sizing: border-box;\n}\n\n\n\/* =========================================================\n   PAGE HEADER (SOLID BLUE BANNER)\n   ========================================================= *\/\n\n.deped-procurement-header {\n    width: 100%;\n    max-width: 1050px;\n    margin: 0 auto 38px auto;\n    padding: 35px 32px;\n    box-sizing: border-box;\n\n    background: #123b8f;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(18, 59, 143, 0.2);\n    text-align: left;\n}\n\n.deped-procurement-label {\n    display: inline-block;\n    margin-bottom: 14px;\n    background: rgba(255, 255, 255, 0.15);\n    color: #ffffff;\n    padding: 6px 14px;\n    border-radius: 6px;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n}\n\n.deped-procurement-title {\n    margin: 0 0 12px 0 !important;\n    color: #ffffff !important;\n    font-family: Georgia, \"Times New Roman\", serif !important;\n    font-size: clamp(28px, 4.5vw, 38px) !important;\n    font-weight: 700 !important;\n    line-height: 1.25 !important;\n}\n\n.deped-procurement-description {\n    max-width: 900px;\n    margin: 0 !important;\n    color: #e8eef8 !important;\n    font-size: 15px !important;\n    line-height: 1.6 !important;\n}\n\n\n\/* =========================================================\n   MONTH SECTION\n   ========================================================= *\/\n\n.deped-month {\n    width: 100%;\n    margin-bottom: 45px;\n}\n\n\n\/* =========================================================\n   MONTH HEADER\n   ========================================================= *\/\n\n.deped-month-header {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 20px;\n}\n\n.deped-month-line {\n    width: 5px;\n    height: 30px;\n    background: #102f70;\n    border-radius: 3px;\n    flex-shrink: 0;\n}\n\n.deped-month-header h3 {\n    margin: 0;\n    font-size: 22px;\n    font-weight: 700;\n    color: #102f70;\n    line-height: 1.2;\n}\n\n\n\/* =========================================================\n   DOCUMENT GRID\n   ========================================================= *\/\n\n.deped-document-grid {\n    width: 100%;\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n    margin-bottom: 20px;\n}\n\n\n\/* =========================================================\n   DOCUMENT CARD\n   ========================================================= *\/\n\n.deped-document-card {\n    width: 100%;\n    min-width: 0;\n    box-sizing: border-box;\n\n    background: #ffffff;\n    border: 1px solid #d9e2ef;\n    border-radius: 10px;\n\n    padding: 16px 18px;\n\n    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);\n\n    transition:\n        transform 0.2s ease,\n        box-shadow 0.2s ease,\n        border-color 0.2s ease;\n}\n\n.deped-document-card:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.10);\n    border-color: #102f70;\n}\n\n\n\/* =========================================================\n   DOCUMENT LINKS\n   ========================================================= *\/\n\n.deped-document-card a {\n    display: block;\n\n    color: #102f70;\n    text-decoration: none;\n\n    font-size: 16px;\n    font-weight: 600;\n\n    line-height: 1.5;\n\n    word-wrap: break-word;\n    overflow-wrap: anywhere;\n}\n\n.deped-document-card a:hover {\n    text-decoration: underline;\n}\n\n\n\/* =========================================================\n   LCS CONTAINER\n   ========================================================= *\/\n\n.lcs-container {\n    width: 100%;\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 20px;\n}\n\n\n\/* =========================================================\n   LCS CARD\n   ========================================================= *\/\n\n.lcs-card {\n    width: 100%;\n    box-sizing: border-box;\n\n    background: #ffffff;\n    border: 1px solid #d9e2ef;\n    border-radius: 10px;\n\n    padding: 16px 18px;\n\n    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);\n}\n\n.lcs-title {\n    margin: 0 0 12px 0;\n\n    color: #102f70;\n    font-size: 16px;\n    font-weight: 700;\n}\n\n\n\/* =========================================================\n   LCS LINKS\n   ========================================================= *\/\n\n.lcs-links {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n}\n\n.lcs-links a {\n    display: inline-block;\n\n    padding: 7px 13px;\n\n    background: #102f70;\n    color: #ffffff;\n\n    border-radius: 6px;\n\n    font-size: 14px;\n    font-weight: 600;\n\n    text-decoration: none;\n\n    transition: background 0.2s ease;\n}\n\n.lcs-links a:hover {\n    background: #0756a8;\n}\n\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media (max-width: 768px) {\n\n    .deped-procurement {\n        padding: 15px;\n    }\n\n    .deped-document-grid,\n    .lcs-container {\n        grid-template-columns: 1fr;\n    }\n\n    .deped-month-header h3 {\n        font-size: 20px;\n    }\n\n    .deped-document-card {\n        padding: 15px;\n    }\n\n    .deped-document-card a {\n        font-size: 15px;\n    }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media (max-width: 480px) {\n\n    .deped-procurement {\n        padding: 10px;\n    }\n\n    .deped-procurement-header {\n        padding: 24px 18px;\n    }\n\n    .deped-procurement-label {\n        font-size: 11px;\n    }\n\n    .deped-procurement-title {\n        font-size: 24px !important;\n        line-height: 1.2 !important;\n    }\n\n    .deped-procurement-description {\n        font-size: 14px !important;\n        line-height: 1.55 !important;\n    }\n\n    .deped-month {\n        margin-bottom: 35px;\n    }\n\n    .deped-month-header {\n        gap: 9px;\n        margin-bottom: 15px;\n    }\n\n    .deped-month-line {\n        width: 4px;\n        height: 25px;\n    }\n\n    .deped-month-header h3 {\n        font-size: 18px;\n    }\n\n    .deped-document-grid {\n        gap: 12px;\n    }\n\n    .deped-document-card {\n        padding: 13px 14px;\n        border-radius: 8px;\n    }\n\n    .deped-document-card a {\n        font-size: 14px;\n        line-height: 1.45;\n    }\n\n    .lcs-container {\n        gap: 12px;\n    }\n\n    .lcs-card {\n        padding: 13px 14px;\n    }\n\n    .lcs-title {\n        font-size: 15px;\n    }\n\n    .lcs-links a {\n        font-size: 13px;\n        padding: 6px 10px;\n    }\n\n}\n<\/style>\n\n\n<div class=\"deped-procurement\">\n\n    <!-- =====================================================\n         PAGE HEADER BANNER\n         ===================================================== -->\n    <div class=\"deped-procurement-header\">\n        <div class=\"deped-procurement-label\">\n            Transparency\n        <\/div>\n        <h1 class=\"deped-procurement-title\">\n            Procurement Portal\n        <\/h1>\n        <p class=\"deped-procurement-description\">\n            All procurement activities of the Schools Division Office of Ilocos Norte are published here in line with RA 9184 and full public disclosure policy.\n        <\/p>\n    <\/div>\n\n\n    <!-- =====================================================\n         AUGUST 2026\n         ===================================================== -->\n\n    <section class=\"deped-month\">\n\n        <div class=\"deped-month-header\">\n            <div class=\"deped-month-line\"><\/div>\n            <h3>AUGUST 2026<\/h3>\n        <\/div>\n\n\n        <div class=\"deped-document-grid\">\n\n            <div class=\"deped-document-card\">\n                <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/Memo-Reschedule-Bidding.pdf\" target=\"_blank\" rel=\"noopener\">\n                    Cancellation and Rescheduling of the Opening of Bids for the Procurement of the PB-04-2026 &#8211; Purchase of Printing Materials for Academic Recovery and Accessible Learning (ARAL) Program and PB-05-2026 &#8211; Purchase of Nutritious Food Products for SBFP SY 2026-2027\n                <\/a>\n            <\/div>\n\n\n            <div class=\"deped-document-card\">\n                <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/RFQ-2026-103-Food-Accommodation-and-Venue-Cap.-Bldg.-on-the-Pedagogies-and-Strategies-in-Teaching-Kindergarten.pdf\" target=\"_blank\" rel=\"noopener\">\n                    RFQ-2026-103-Food-Accomodation-and-Venue-Cap. -Bldg. -on-the-Pedagogies-and-Strategies-in-Teaching-Kindergaten\n                <\/a>\n            <\/div>\n\n\n            <div class=\"deped-document-card\">\n                <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/Updated-APP-1st-Semester-2026.pdf\" target=\"_blank\" rel=\"noopener\">\n                    Updated APP 1st Semester 2026\n                <\/a>\n            <\/div>\n\n\n            <div class=\"deped-document-card\">\n                <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/PMR-1st-Semester-FY-2026.pdf\" target=\"_blank\" rel=\"noopener\">\n                    PMR 1st Semester FY 2026\n                <\/a>\n            <\/div>\n\n\n            <div class=\"deped-document-card\">\n                <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/Bid-Bulletin-02.pdf\" target=\"_blank\" rel=\"noopener\">\n                    Bid Bulletin 2\n                <\/a>\n            <\/div>\n\n\n            <div class=\"deped-document-card\">\n                <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/Bid-Bulletin-03.pdf\" target=\"_blank\" rel=\"noopener\">\n                    Bid Bulletin 3\n                <\/a>\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n\n    <!-- =====================================================\n         JULY 2026\n         ===================================================== -->\n\n    <section class=\"deped-month\">\n\n        <div class=\"deped-month-header\">\n            <div class=\"deped-month-line\"><\/div>\n            <h3>JULY 2026<\/h3>\n        <\/div>\n\n\n        <div class=\"deped-document-grid\">\n\n            <div class=\"deped-document-card\">\n                <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/07\/RFQ-2026-088-Purchase-of-Nutritious-Food-Products-for-SBFP-SY-2026-2027-NP-CP.pdf\" target=\"_blank\" rel=\"noopener\">\n                    RFQ 2026-088 Purchase of Nutritious Food Products for SBFP SY 2026-2027 (NP-CP)\n                <\/a>\n            <\/div>\n\n\n            <div class=\"deped-document-card\">\n                <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/07\/PBD_04-2026-ARAL.pdf\" target=\"_blank\" rel=\"noopener\">\n                    PBD_04-2026-ARAL\n                <\/a>\n            <\/div>\n\n\n            <div class=\"deped-document-card\">\n                <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/07\/PBD_05-2026-SBFP.pdf\" target=\"_blank\" rel=\"noopener\">\n                    PBD_05-2026-SBFP\n                <\/a>\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n\n    <!-- =====================================================\n         JUNE 2026\n         ===================================================== -->\n\n    <section class=\"deped-month\">\n\n        <div class=\"deped-month-header\">\n            <div class=\"deped-month-line\"><\/div>\n            <h3>JUNE 2026<\/h3>\n        <\/div>\n\n\n        <div class=\"deped-document-grid\">\n\n            <div class=\"deped-document-card\">\n                <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/Memo_MEARB.pdf\" target=\"_blank\" rel=\"noopener\">\n                    MEARB\n                <\/a>\n            <\/div>\n\n\n            <div class=\"deped-document-card\">\n                <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/07\/Reso-PB-01-2026-Lot-4-Correction-of-Contract-Amount.pdf\" target=\"_blank\" rel=\"noopener\">\n                    Reso # PB-01-2026-Lot 4 &#8211; Correction of Contract Amount\n                <\/a>\n            <\/div>\n\n\n            <div class=\"deped-document-card\">\n                <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/07\/RFQ-2026-074-Weighing-and-Height-Scale.pdf\" target=\"_blank\" rel=\"noopener\">\n                    RFQ 2026-074 (Weighing and Height Scale)\n                <\/a>\n            <\/div>\n\n\n            <div class=\"deped-document-card\">\n                <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/07\/RFQ-2026-071-Repair-SDS-Lounge.pdf\" target=\"_blank\" rel=\"noopener\">\n                    RFQ 2026-071 (Repair SDS Lounge)\n                <\/a>\n            <\/div>\n\n        <\/div>\n\n\n        <!-- LCS -->\n\n        <div class=\"lcs-container\">\n\n            <div class=\"lcs-card\">\n                <p class=\"lcs-title\">LCS Lot 1 Batch 1<\/p>\n\n                <div class=\"lcs-links\">\n                    <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/06\/NTP.pdf\" target=\"_blank\" rel=\"noopener\">NTP<\/a>\n                    <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/06\/NOA.pdf\" target=\"_blank\" rel=\"noopener\">NOA<\/a>\n                    <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/06\/Contract.pdf\" target=\"_blank\" rel=\"noopener\">Contract<\/a>\n                <\/div>\n            <\/div>\n\n\n            <div class=\"lcs-card\">\n                <p class=\"lcs-title\">LCS Lot 2 Batch 1<\/p>\n\n                <div class=\"lcs-links\">\n                    <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/06\/NTP-1.pdf\" target=\"_blank\" rel=\"noopener\">NTP<\/a>\n                    <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/06\/NOA-1.pdf\" target=\"_blank\" rel=\"noopener\">NOA<\/a>\n                    <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/06\/Contract-1.pdf\" target=\"_blank\" rel=\"noopener\">Contract<\/a>\n                <\/div>\n            <\/div>\n\n\n            <div class=\"lcs-card\">\n                <p class=\"lcs-title\">LCS Lot 3 Batch 1<\/p>\n\n                <div class=\"lcs-links\">\n                    <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/06\/NTP-2.pdf\" target=\"_blank\" rel=\"noopener\">NTP<\/a>\n                    <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/06\/NOA-2.pdf\" target=\"_blank\" rel=\"noopener\">NOA<\/a>\n                    <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/06\/CONTRACT-2.pdf\" target=\"_blank\" rel=\"noopener\">Contract<\/a>\n                <\/div>\n            <\/div>\n\n\n            <div class=\"lcs-card\">\n                <p class=\"lcs-title\">LCS Lot 4 Batch 1<\/p>\n\n                <div class=\"lcs-links\">\n                    <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/06\/NTP-3.pdf\" target=\"_blank\" rel=\"noopener\">NTP<\/a>\n                    <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/06\/NOA-3.pdf\" target=\"_blank\" rel=\"noopener\">NOA<\/a>\n                    <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/06\/CONTRACT-3.pdf\" target=\"_blank\" rel=\"noopener\">Contract<\/a>\n                <\/div>\n            <\/div>\n\n\n            <div class=\"lcs-card\">\n                <p class=\"lcs-title\">LCS Lot 5 Batch 1<\/p>\n\n                <div class=\"lcs-links\">\n                    <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/06\/NTP-4.pdf\" target=\"_blank\" rel=\"noopener\">NTP<\/a>\n                    <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/06\/NOA-4.pdf\" target=\"_blank\" rel=\"noopener\">NOA<\/a>\n                    <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/06\/Contract-4.pdf\" target=\"_blank\" rel=\"noopener\">Contract<\/a>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n\n    <!-- =====================================================\n         MAY 2026\n         ===================================================== -->\n\n    <section class=\"deped-month\">\n\n        <div class=\"deped-month-header\">\n            <div class=\"deped-month-line\"><\/div>\n            <h3>MAY 2026<\/h3>\n        <\/div>\n\n\n        <div class=\"deped-document-grid\">\n\n            <div class=\"deped-document-card\">\n                <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/06\/PB-02-2026.pdf\" target=\"_blank\" rel=\"noopener\">\n                    PB-02-2026\n                <\/a>\n            <\/div>\n\n\n            <div class=\"deped-document-card\">\n                <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/06\/PB-03-2026.pdf\" target=\"_blank\" rel=\"noopener\">\n                    PB-03-2026\n                <\/a>\n            <\/div>\n\n\n            <div class=\"deped-document-card\">\n                <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/05\/BOQ-024-LCS2-Labut-ES-.pdf\" target=\"_blank\" rel=\"noopener\">\n                    BOQ 024 LCS2 Labut ES\n                <\/a>\n            <\/div>\n\n\n            <div class=\"deped-document-card\">\n                <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/05\/RFQ-1.pdf\" target=\"_blank\" rel=\"noopener\">\n                    RFQ LCS\n                <\/a>\n            <\/div>\n\n\n            <div class=\"deped-document-card\">\n                <a href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/05\/PB-01-2026.pdf\" target=\"_blank\" rel=\"noopener\">\n                    PB-01-2026 (LEARNING CONTINUITY SPACES)\n                <\/a>\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Transparency Procurement Portal All procurement activities of the Schools Division Office of Ilocos Norte are published here in line with &hellip; <\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1993","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/pages\/1993","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/comments?post=1993"}],"version-history":[{"count":27,"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/pages\/1993\/revisions"}],"predecessor-version":[{"id":4058,"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/pages\/1993\/revisions\/4058"}],"wp:attachment":[{"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/media?parent=1993"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}