ADVERTISEMENT

Lima Land to develop 100 hectares in Batangas

Published Dec 11, 2020 06:00 am

Lima Land Inc. will develop over 100 hectares of its existing 700-hectare property in the next two years to accommodate more industrial locators for its Lima Estate where new locators are expected to generate 20,000 jobs in Batangas and neighboring provinces.

In a statement, Lima Land of the Aboitiz Group said the development of the 100 hectares is expected to be completed in the third quarter of 2022.

Additionally, its 30-hectare business district will further be transformed to house new commercial lots, Business Process Outsourcing (BPO) companies, office buildings, dormitories, schools, hospitals, hotels, and civic centers in addition to existing components such as The Outlets at Lipa, LIMA Exchange, and LIMA Park Hotel.

The development is in response to the increasing demand for industrial and commercial spaces in Region IV-A or Calabarzon (Cavite, Laguna, Batangas, Rizal, Quezon), a key industrial corridor and growth center in the Philippines.

“With this expansion, LIMA is well on its way to becoming a smart city, supported by a complete ecosystem of infrastructure and the latest digital technology. A smart city in Calabarzon opens up a new wave of opportunities, with data at the forefront of improved operations across the city,” Rafael Fernandez de Mesa, First Vice President of Aboitiz Integrated Economic Centers said.

“Drawing from the Aboitiz Group’s expertise in estate operations and management, as well as in infrastructure, power, land, and construction, LIMA Estate does not only support the government’s initiative to spread progress across the country. It also brings a higher standard of development and quality - whether industrial, commercial, or residential - to provincial locations,” he added.

The entire township is anchored on LIMA Technology Center (LTC), home to 124 domestic and international locators and about 55,000 employees. From being a purely industrial destination in 2014 when it was acquired by the Aboitiz Group, it has evolved into a mixed-use estate that promotes the seamless integration of work and life through thoughtfully planned amenity spaces and sustainable infrastructure, as well as complementary commercial and residential components.

LIMA Estate will also feature “The Outlets” at Lipa, which hosts retail brands, restaurants, and the athletic stadium Aboitiz Pitch. Residential and lodging options are integrated across the township with LIMA Park Hotel, The Villages at Lipa, and the Campo Verde and Summer Hills subdivisions. The estate also boasts of its own transport terminal in LIMA Exchange, and proximity to schools including Edustria Senior High School by FEU and TIP.

In addition, it is well-located near the second most important international seaport in Luzon, the port of Batangas. In this harbor, ships receive and discharge cargo between Luzon and southern Philippines, while also serving as a regional and global hub.

These features will greatly benefit LTC’s newest set of locators, which include Japanese manufacturer Leading Co. Ltd. (Leaden). Leaden produces wire harness products for construction and industrial machinery, supplying other big companies such as Yamaha and Komatsu. They also operate in the United States and China.

Leaden is set to begin constructing its facilities in December 2021 and operating by March 2022. Joining an impressive lineup of global companies at LIMA are Epson, JT International, Littlefuse, and Yamaha.

Meanwhile, Philippines TRC Incorporated, an existing locator at LIMA, will also be expanding its facilities next year. TRC is a metal processing (shaft) business focusing on painted products, resin molding, and assembly.

“We are happy to be welcoming Leaden and the expansion of TRC in LIMA soon and are committed to ensure them ease of doing business and fully integrated solutions of infrastructure services such as power, water, land, and construction. They are coming at a perfect time as we are on track to complete our expansion plans,” said Eduardo Aboitiz, Vice President for Business Development of the Aboitiz Integrated Economic Centers.

“We have been speaking to several potential locators for all of our Integrated Economic Centers throughout the lockdown, and what makes LIMA a great investment is its existing, fully established ecosystem already in place that’s only poised for further growth,” he said.

Related Tags

Aboitiz Group
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.