ADVERTISEMENT
970x220

Pangilinan says he is fit to fight corruption: 'I was never involved in any anomaly'

Published Feb 26, 2022 07:11 pm

Vice-Presidential aspirant Senator Francis "Kiko" Pangilinan is confident that he has what it takes to fight corruption in government, citing his clean track record throughout his three terms in the Senate.

Senator Francis "Kiko" Pangilinan (Screenshot from CNN Philippines Sports Desk Facebook Live)

Pangilinan made the statement as he participated in the Vice Presidential debate hosted by CNN Philippines at the University of Santo Tomas (UST) on Saturday, February 26.

In response to the question to the candidates about their capacity to fight corruption, Pangilinan, who was elected in the Upper House in 2001, cited his clean track record throughout his three terms.

"Mahalaga sa akin ang tiwala na ibinigay sa akin ng ating mga kababayan kaya tiniyak natin na sa tatlong termino natin, ni minsan hindi tayo nasangkot sa ano mang kaso ng anomalya. So maliwanag 'yan (The public's trust is important to me that's why I ensured that in my three terms, I was never involved in any anomaly. That's clear)," he said.

According to Pangilinan, during his first term as senator, he pushed for the modernization of the country's justice system because this will solve the problem of corruption.

"Dinagdagan natin ang sahod ng mga huwes, binaba natin ang vacancy rate sa huwes noong tayo ay miyembro ng JBC (Judicial and Bar Council), nadagdagan din ang benepisyo ng ating mga prosecutor (We increased the salary of judges, we lowered the vacancy rate when I was member of the JBC, we increased the benefits of prosecutors)," he enumerated.

"'Pag malakas ang sistema ng katarungan, talagang ang corruption mababawasan talaga dahil napaparusahan ang dapat maparusahan (If the justice system is strong, we will be able to eradicate corruption because we can punish those who needs to be punished)," he added.

Aside from the Pangilinan said the country was able to save money when he chaired the National Food Authority (NFA) in 2014.

"For the first time in 42 years, nag-reject ng bid ang NFA dahil masyadong mataas. In fact, apat na beses tayong nag-reject ng bid. Bakit nag-reject? Kasi mataas. Bakit mataas? Dahil merong isinisingit na tongpats (we rejected four bids because they were too high. Why were they high? Because there were inserted amounts)," he said.

"Sa apat nating pag-reject, napababa nila ang presyo ng Thailand at Vietnam ng kanilang ino-offer na bigas at nakatipid tayo ng P7 billion dahil dito. 'Yan ang ating track record (In the four times we rejected bids, we were able to bring the down the rice from Thailand and Vietnam and because of that, we were able to save P7 billion. That's our track record)," he added.

Related Tags

justice system debate Kiko Pangilinan 2022 elections CNN Philippines Francis Pangilinan Vice Presidential Debates improve justice system corruption track record
ADVERTISEMENT
300x250
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0 72px 0 12px; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } li:empty { display: none; } .hidden { display: none; }
function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.