ADVERTISEMENT
970x220

PH, Vietnam air forces vow stronger cooperation for security, stability of Indo-Pacific

Published Nov 21, 2023 08:25 am
PAF.jpg
Senior Colonel Vu Hong Diep (left), deputy chief of staff of Vietnam Air Defense Force, receives foyer honors upon his arrival at the Philippine Air Force (PAF) headquarters at Villamor Air Base in Pasay City on Nov. 21, 2023. He is welcomed by PAF Chief of Air Staff Maj. Gen. Fabian Pedregosa (right). (Photo by PAF)

The Philippine Air Force (PAF) and Vietnam Air Defense Force (VN ADF) committed to reinforce their bilateral relations on Tuesday, Nov. 21, to ensure a more secure and stable Indo-Pacific region.

This, as Senior Colonel Vu Hong Diep, deputy chief of staff of VN ADF, paid a courtesy visit at the PAF headquarters at Villamor Airbase in Pasay City where he was welcomed by PAF Chief of Air Staff Maj. Gen. Fabian Pedregosa.

"The VN ADAF's visit is in relation to the second hosting of the Philippines and Vietnam Air Force Working Group Meeting, a platform to explore avenues for enhanced cooperation and exchange of defense-related information on topics of mutual interest," PAF spokesperson Col. Ma. Consuelo Castillo said.

"Further, the meeting underscores the commitment of both air forces to foster a strong bond and promote regional security and stability," she added.

Last year, Manila hosted the PAF-VN ADF Working Group meeting where they discussed a variety of topics centered on security cooperation initiatives. 

The Philippines and Vietnam have supported each other's claims in the South China Sea, with the latter backing the 2016 arbitral ruling that invalidated China's expansive claims in the hotly contested waters.

PAF chief in Hawaii symposium

Meanwhile, PAF commanding general Lt. Gen. Stephen Parreño attended a symposium which gathered air force chiefs from 22 other countries at the headquarters of the Pacific Air Forces in Hawaii from Nov. 13 to 17.

Castillo said that this year's Pacific Air Chief Symposium (PACS) 2023 marked the largest biannual gathering of air chiefs to date, underscoring the growing significance of collaboration in addressing regional security challenges.

Parreño was even invited as one of the panel members to discuss the complexities of air domain awareness during the symposium. 

The symposium served as a platform for senior air force leaders from the Indo-Pacific, Europe, South America, and North America to engage in strategic discussions and strengthen international partnerships. 

"It focused on fostering interoperability among partner Air Forces and enhancing air domain awareness. The air chiefs exchanged insights on lessons learned from recent security challenges, and explored strategies for strengthening humanitarian assistance and disaster relief capabilities," Castillo said.

After the symposium, Parreño held bilateral and multilateral sessions with military leader counterparts from the United States, Australia, Japan, Thailand, Brunei, Vietnam, and France. 

"Beyond the formal discussions, the event also featured several social engagements, which provided opportunities for the international partners to forge closer ties and build camaraderie," Castillo noted.

Related Tags

PAF PH-Vietnam
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.