ADVERTISEMENT

DMCI's Isidro Consunji prepares to retire, focuses on building new foundation for farmers

Published Oct 11, 2025 03:08 pm
Isidro A. Consunji
Isidro A. Consunji
At 76 and 30 years at the helm of the diversified engineering conglomerate DMCI Holdings Inc., Chairman and President Isidro A. Consunji is starting to plan for his retirement, which will be filled with sunshine, as he shifts focus to expanding family-owned plantations covering thousands of hectares to produce cash crops and carbon credits.
“As I step back from active management in DMCI, I’m about to retire, I’ve been spending more and more time on our family’s agriculture ventures,” he said during the 57th Finex Annual Conference.
He noted that agriculture has one of the highest poverty rates in the country at around 27 percent, “so our goal is to develop marginal land, which is denuded, logged-over land, where there are very few economic activities, and turn idle land into real livelihoods."
In parts of Mindanao where the Consunji family once operated logging areas, they have converted the idle land into plantations of rubber, palm oil, coffee, and durian.
“When we were in logging with less than 500 people, now we have more than 3,000 people in our agricultural venture. Today, we operate plantations across Mindanao: palm oil and rubber in Zamboanga, coffee and durian in Sultan Kudarat, as well as other fruit trees in Sarangani and Davao,” Consunji shared.
The family’s agriculture business is now in the final stages of securing permits for an African palm oil project in Candoni, Negros Occidental, located south of Bacolod, an area with limited economic activity.
“So, if everything goes as planned, we aim to develop 6,000 hectares in the next two years and expand to 12,000 hectares in five years,” Consunji said.
Meanwhile, last July, in partnership with Marubeni and UP Los Baños, the Consunjis initiated a reforestation project in the same area, aiming to plant 1.5 million trees over 15,000 hectares in Candoni.
“This is for carbon credits. And, if it succeeds, we intend to go up to 100,000 hectares in areas that were denuded,” he said, adding that, “Between the plantation and reforestation projects, the workforce in Candoni could reach around 2,500 people.”
Meanwhile, he said, “We also run a plant-now-pay-later scheme for our outgrowers, so small farmers —Muslims and Christians— can participate in the value chain. We don’t want that it’s only the company that can survive. So we intend that small farmers also benefit.”
He explained that most of these small farmers do not have the money, especially for the seedlings, “So what we’re trying to do is to give them the seeds today, and they start paying us five years from today when they start harvesting.”
Consunji noted that “Infrastructure has made a significant difference in Zamboanga, where we allowed the public to use our company road that reduced travel time to the nearest city by over four hours.
“In some sitios without transportation or communications, we have introduced Starlink and shuttles so that children can get to school...
“We’ve also introduced vocational scholarships to employees’ children to study agriculture so that they can become supervisors or managers in the future.”
With their investment, Sirawai in Zamboanga has improved from fifth class to second class while Candoni, where reforestation just started a year ago, has changed from fourth class to third class in one year.
“For rural development to be sustainable, we believe our businesses has to be profitable. Our intention is that whatever income the agriculture business creates would be keep going to the business and not to dividend it out,” said Consunji.
He added that, “I hope that other people or other organization would replicate something similar with what we’re doing, because hardly anybody in the country has been investing in agriculture.
“Probably because the banks are scared of agricultural ventures. In this case, Land bank, BDO and BPI were very much willing to extend. So there’s been a shift. I think the big banks are prepared to lend long term money to Agri.”

Related Tags

Financial Executives Institute of the Philippines DMCI Holdings Inc. Isidro A. Consunji
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.