ADVERTISEMENT

Erwin Tulfo calls for total activity ban, enforcement of environmental laws to protect Sierra Madre

Published Nov 12, 2025 12:30 pm  |  Updated Nov 12, 2025 01:04 pm

At A Glance

  • Senator Erwin Tulfo has urged his colleagues to step up efforts to safeguard the Sierra Madre mountain.
Senator Erwin Tulfo has urged his colleagues to step up efforts to safeguard the Sierra Madre mountain.
Senator Erwin Tulfo (Senate PRIB photo)
Senator Erwin Tulfo (Senate PRIB photo)
In a privileged speech on Tuesday, November 11, Tulfo described the Sierra Madre mountain as a mother who would always protect her kids from danger or destruction during the height of Super Typhoon Uwan's recent onslaught.
“Just last Saturday and Sunday, when Super Typhoon Uwan hit Luzon, we once again witnessed the resilience of the Sierra Madre. She was the one who stopped the storm, held back the fury of the wind, and saved millions of lives in Luzon,” Tulfo said.
“She quietly fulfilled his duty as our savior once again – like a mother who hid her children from the deadly lash of the storm,” the senator added.
The Sierra Madre is the longest mountain range in the Philippines, stretching over 540 kilometers along the eastern coast of Luzon. It acts as a natural shield against typhoons from the Pacific Ocean.
The range runs from Cagayan in the north to Quezon in the south.
Tulfo recalled that the Sierra Madre has saved Luzon countless times — from worse damages brought by Typhoon Yolanda, Rolly, Paeng, and now Uwan.
“But who will save the Sierra Madre? It cannot speak for itself. It cannot march to this hall. It cannot plead for mercy against bulldozers and chainsaws. It relies on us — the people’s representatives — to give it voice and legal protection,” he said
Tulfo noted that “mining operations continue to carve scars upon its slopes. Illegal logging and quarrying, erode its soil. Infrastructure and resort developments threaten to fragment its forests. “
Despite the enactment of Republic Act No. 9125, or the Northern Sierra Madre Natural Park Act of 2001, which aims to protect it, the implementation of the provisions that should have protected the country's remaining natural resources are inadequate and weak.
“I call for the immediate review and approval of the implementation of protection for the Sierra Madre. Stricter bans are needed on any harmful mining, logging, and construction of all types of resorts, whether for vacation or permanent residence, along with providing nature-based livelihoods to indigenous and local communities who are the true guardians of nature,” Tulfo said.
“If the Sierra Madre is willing to sacrifice itself for our salvation, isn't it time for us to save it in return?” he added.
Senator Raffy Tulfo expressed his support for Senator Erwin’s privilege speech, slamming the Department of Environment and Natural Resources (DENR) over the alleged Environmental Compliance Certificate-for-sale and for being reactive rather than proactive in protecting the environment.
Senator Raffy called for stronger environmental protection and accountability, particularly in the management of the country’s protected areas, following the recent landfall of Super Typhoon Uwan, which battered Luzon over the weekend.
“The problem with our environment is that damages are often irreversible. Kaya dapat prevention ang priority natin hindi rehabilitation. Dahil years even decades ang kailangan to bring back any damage to our environment. And the cost is nowhere near any economic advantage that we can gain from some of the projects,” he said.
Senator Raffy cited in example the Kaliwa Dam Project which he opposed years ago due to its irreversible impact on the Sierra Madre ecosystem and the displacement of indigenous communities. DENR later suspended the project after several environmentalist groups warned against how it could threaten the lives of 100,000 residents once it is built.
“At the moment, may go signal na ulit sa Kaliwa Dam Project, dahil ba nabaling na ang atensyon ng mga tao? Are the concerns of the indigenous peoples addressed? While the MWSS claimed that only half of the village will be affected, Indigenous groups and villagers said the waters would submerge up to 90% of the village as only houses situated 70 meters and above will be spared,” he said.
Sen. Raffy also called for a review of the Expanded National Integrated Protected Areas System (E-NIPAS) Act, which governs the country’s protected areas.
“There is a need to instill better regulatory systems. Community participation in the regulation must be strengthened. Because just like infra projects, it is the communities that point out irregularities. It is the community that has genuine concern for the environment,” he said.
“Furthermore, we should include in the prohibited and penalized acts, the participation of government officials in the prohibited acts. Because the violations of our environmental laws are never committed without the consent or cooperation of a public official.
Senators JV Ejercito, Risa Hontiveros, Loren Legarda, and Senate Minority Leader Alan Peter Cayetano also backed Senator Erwin Tulfo’s call to protect Sierra Madre.

Related Tags

Erwin Tulfo Sierra Madre SUPER TYPHOON UWAN
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.