ADVERTISEMENT

Marcos tells BOC: The nation is watching, serve with integrity, compassion

Published Feb 7, 2025 10:49 am

When the public has confidence with the Bureau of Customs (BOC), more compliance with tax regulations and better utilization of taxpayers' money would follow, President Marcos said.

Screenshot 2025-02-07 184549.png
President Ferdinand 'Bongbong' Marcos Jr. speaks at the 123rd founding anniversary of the Bureau of Customs on Feb. 7, 2025. (RTVM)

Marcos made the statement in his remark during the 123rd founding anniversary of the BOC on Friday, Feb. 7.

He enjoined them to serve the people with integrity and prioritize the sake of the nation in hopes to overturn the decades-long of various controversies and corruption allegations that, he said, have eroded the public's trust.

"We hope that you will continue to excel as leaders, for you will be the pioneers who will usher the Bureau into a new era of efficiency and integrity," Marcos said as he congratulated all the recipients of the Leadership Awards in the bureau.

"This is important because when the public has confidence in the BOC, there is more compliance with tax regulations and, therefore, better utilization of taxpayers’ money," he said.

He further said "this is the kind of leadership that Filipino citizens require and it is what they deserve."

The whole nation is watching, he said. So, the men and women of the BOC must perform their mandate with integrity and compassion.

"Sa lahat ng opisyal, inspektor, at kawani ng BOC: Lagi ninyong unahin ang kapakanan ng sambayanan. Gampanan ninyo ang inyong tungkulin ng buong katapatan at may malasakit sa inyong kapwa Pilipino (To all the officials, inspectors, and employees of the BOC: Prioritize the interest of the public at all times. Perform your duty with integrity and compassion for all Filipinos)," Marcos urged them.

"Nakabantay ang buong bayan. Kaya naman, patuloy tayong magsumikap para sa minimithing landas patungo sa Bagong Pilipinas (The whole nation is watching. So, we must continue to work towards the path of a new Philippines)," he added.

In his speech, the President said the bureau must change its decades-long reputation to the public, and let its achievements speak for themselves.

"I shall be direct: Throughout its 123-year history, the Bureau of Customs has never had an easy time. Various controversies and corruption allegations have eroded the public’s trust," he said.

"But we are changing that. We will allow your accomplishments to speak for themselves," he added.

This as he acknowledged that the Customs bureau generated P931.046 billion in revenues last year, up by P40 billion from P890.446 billion in 2023.

The numbers, the President said, are significant as revenues are used in developing educational and infrastructure systems and many other projects.

Marcos also praised the BOC's efforts to protect the country's borders from economic exploitation, noting that the BOC confiscated more than P85.167 billion worth of smuggled goods last year, nearly doubling the P43.295 billion seized in 2023.

The Chief Executive also cited the revocation of 56 importers and customs brokers involved in illegal and questionable activities. He added that three Customs employees were dismissed due to misconduct or inefficiency, and five others were suspended.

By citing this, he said, "for the law to be fair, it must apply to all, especially to us who are in public service."

"The people have placed their trust in us, and they deserve nothing less than our utmost diligence, our integrity, and our total accountability," he said.

Related Tags

Bureau of Customs (BoC) President Marcos public trust
ADVERTISEMENT
.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; } .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; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); 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); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); 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]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.