ADVERTISEMENT

Mining firm affirms legal commitment amid land dispute in Mati City

Published Jul 3, 2025 12:43 pm
DAVAO CITY – Hallmark Mining Corp. reiterated on Wednesday, July 2, its commitment to legal compliance and social responsibility as tensions mount over a controversial road barricade in Barangay Macambol in Mati City, prompting public outcry and renewed debate on ancestral domain, public access, and land rights.
In an official statement, the mining corporation emphasized its adherence to mining regulations and ongoing efforts to support marginalized communities in its host and neighboring areas.
“The Hallmark Mining Corp. remains steadfast in its commitment to full compliance with all regulations governing the mining industry,” they said.
It said that the mining corporation upholds pro-people and pro-environment principles and continues implementing development projects to improve the lives of the poor and marginalized.
The statement comes after a contentious blockade on a road leading to the remote sitios of Catmonan and Magum, where residents said this access route has been used continuously for nearly 30 years.
Hallmark expressed “deep concern” over the sudden barricade, claiming the road is a vital lifeline for indigenous and rural communities.
Reports said the blockade, attributed to businesswoman Claridel dela Cruz Cellona, has ignited outrage among residents and barangay officials, who insist the road is part of the provincial network and not private property.
Cellona and two farmer leaders were arrested on June 28 after allegedly obstructing Hallmark trucks from passing through the area. She maintains that the road crosses her titled land.
However, community leaders, environmental advocates, and former program beneficiaries of the mining firm have pushed back against her claims, questioning both the legal foundation and timing of her actions.
Barangay Captain Cerino Danzalan Salazar, in a phone interview, said that the route connecting the barangays of Dawan, Mamali, Macambol, and Cabuaya has served as a public road since the 1990s and was recognized as a provincial road during the administration of former Gov. Palma Gil.
“The community has relied on this road for decades. It was open to the public long before mining operations began here,” Salazar said, adding that former Barangay Captain Braulio Cheng supports this assertion.
According to Chen, the road’s origins in the 1970s initially opened during early exploration activities by a now-defunct mining company, later improved by both Hallmark and the provincial government.
Salazar cited a previous incident in which Cellona allegedly blocked another community road leading to Catmonan Elementary School, causing disruption for students, teachers, and parents.
“Despite multiple appeals from local officials, the road remained closed for an extended period. She ignored the calls from the community,” the barangay captain said, recalling the hardship suffered by schoolchildren from the blockade.
Cellona’s past links with the mining company she now opposes add to the controversy. Helen Seliote, a retired educator and volunteer for Hallmark’s Social Development and Management Program, confirmed that Cellona’s family was among its beneficiaries.
“She and her daughters received help from us. Her college student is one of our scholars. Her sudden opposition surprises many of us in the community,” Seliote said.
The emergence of a group named Davao Oriental Pujada Bay Landscape Eco Tourism Association, Farmers, Fisherfolk, Family and Friends – or DAPUBPLETA F4 – further complicated the situation.
The group formed just two weeks before the blockade and now backing Cellona alleged environmental harm by the mining company, Salazar said.
Residents questioned the group’s makeup and motives. They claimed that many of its members are not locals, casting doubt on the group’s representation of affected communities.
One of the group’s key claims is that mining operations have led to a decline in fish catch. However, marine scientists and environmental groups point to broader causes such as climate change, overfishing, and pollution as the main culprits behind dwindling marine resources.
Cellona and the two detained farmers have posted bail. The provincial government has yet to issue a formal statement addressing the situation and communities and stakeholders are awaiting clarity on the road’s legal status and access rights.
Hallmark reaffirmed its intention to work closely with local leaders to find peaceful and lawful solutions, noting that the disputed road is crucial for company operations and residents’ daily lives across several barangays.

Related Tags

Mati City Mining
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.