ADVERTISEMENT

Cavite awaits partner to build Sangley int'l airport

Published Dec 7, 2019 12:00 am
By Emmie Abadilla The Sangley Airport in Cavite, overhauled at cost of ₱480 million, had an operational dry run this October for the start of general aviation and turboprop cargo operations, as the military airbase is transformed into an alterna­tive gateway. ALTERNATIVE AIRPORT – Transportation Secretary Arthur Tugade (fourth from right) is joined by Cavite Governor Jonvic Remulla Jr. (third from right) as they inspect the Sangley Airport which went on an operational dry run last October. (MB File Photo) ALTERNATIVE AIRPORT – Transportation Secretary Arthur Tugade (fourth from right) is joined by Cavite Governor Jonvic Remulla Jr. (third from right) as they inspect the Sangley Airport which went on an operational dry run last October. (MB File Photo) Sangley Airport (Danilo Atienza Air Base) now has a new passenger terminal, a runway with asphalt overlay, drainage systems to address its flooding problem, access road, powerhouse, street­lights, closed-circuit televi­sion, x-ray machines, and fire trucks. To complete the additional infrastructure at Sangley Air­port, Department of Trans­portation (DOTr) Secretary Arthur Tugade ordered 24/7 construction at the military airbase. Building started the previous year but additional manpower and equipment were needed to fast-track the project. A number of airline com­panies have also committed to use Sangley Airport to help decongest the Ninoy Aquino International Airport (NAIA), among them, Philippine Air­lines (PAL), Cebu Pacific, Ce­bGo, PAL Express and AirAsia. A Cebu Pacific flight was the first to land at the new Sang­ley Airport and was part of the October operational dry run. The Philippine Ports Au­thority (PPA) has also built a temporary ferry terminal connecting Sangley Airport to the SM Mall of Asia in Pasay City. In the future, they will add an access road to link the airport to Cavite Expressway. Soon, a ferry service will be available to the public, from Pasay City to Sangley Point in Cavite to connect air passen­gers between Sangley Airport and the main metropolitan area. However, the Cavite local government unit (LGU) has pushed back the November 25, 2019 original deadline for proposals to build a new $10-billion Sangley Point Interna­tional Airport by three weeks, to December 17, 2019, hoping to entice more bidders. In fact, some bidders requested the local gov­ernment’s public-private partnership (PPP) selec­tion committee to extend the deadline by two more months but the committee maintained the project should keep to its tight development schedule. A total of seven firms re­portedly acquired the Cavite government's bid documents priced at ₱10 million per set. These include China Commu­nications Construction Co., Metro Pacific Investments Corp., MacroAsia Corp., Prime Asset Ventures, and Philip­pine Airport Ground Sup­port Solutions, Inc., Langham Properties, Inc. and Mosveldtt Law Offices. Megawide Con­struction Corp., the operator of the Mactan Cebu Interna­tional Airport with India’s GMR Infrastructure, also ac­quired access to the joint ven­ture (JV) documents. The provincial govern­ment of Cavite is the lead proponent and implementing agency of the Sangley Airport PPP. Its selected JV partner will provide the necessary equity investment and credit enhancements subject to a further competitive process or price test, perform engi­neering, procurement and construction services for the land and airport development components. Aside from the legal, tech­nical and financial qualifica­tions set by the provincial government, the selected JV partner should also pass the credit standards of project lenders. The request for proposals will require project feasibility study, instructions to candi­date JV partners and the draft joint venture and develop­ment agreement. The Cavite government is targeting to start the airport's construction by next year and would separately bid out its operations and maintenance. They are hoping the first phase of the project, which will expand the airport's ca­pacity to 25 million passen­gers per year, can be opera­tional by 2022. The Sangley Point Inter­national Airport is envisioned to be at par with Singapore’s Changi International Airport, the Hong Kong International Airport and South Korea’s In­cheon International Airport. At full capacity, the airport can accommodate 100 million passengers, three times the present design capacity of the badly congested Ninoy Aquino International Airport (NAIA). When completed, it will be the next biggest development in air transport innovation in the country.
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.