ADVERTISEMENT

Marcos welcomes new PH-EU security, defense dialogue to address geopolitical challenges

Published Jun 3, 2025 10:19 am
President Marcos welcomed the establishment of the Philippines-European Union Security and Defense Dialogue, which was initiated during the two-day visit of EU High Representative for Foreign Affairs and Security Policy and Vice President of the European Commission (HRVP) Kaja Kallas.

President Ferdinand 'Bongbong' Marcos Jr. welcomes EU High Representative for Foreign Affairs and Security Policy and Vice President of the European Commission (HRVP) Kaja Kallas during a courtesy visit to Malacañang on June 2, 2025. (PCO Photo)


The EU diplomat paid a courtesy call to the Chief Executive on Monday afternoon, June 2, at Malacañan Palace, wherein Marcos took the opportunity to thank EU for its continued support for the Philippines.

“The President welcomed the establishment of the Philippines-EU Security and Defense Dialogue, underscoring the importance of addressing geopolitical challenges with those who share similar values and adherence to the rules-based international order,” a statement from the Presidential Communications Office (PCO) said.

The dialogue, which is scheduled to commence in the last quarter of this year, was announced by Department of Foreign Affairs (DFA) Secretary Enrique Manalo and Kallas during a joint press conference on Monday.

“The dialogue addresses the current geopolitical challenges and will foster exchanges and cooperation in security and defense areas, including maritime security, cybersecurity, hybrid threats, foreign information manipulation and interference (FIMI),” Kallas said in a joint press statement.

Maritime security

Manalo, for his part, underscored the importance of strengthening the PH-EU security cooperation, saying that this is “a step in the right direction.”

“Through sustained dialogue and practical cooperation, the Philippines seeks to promote a resilient, rules-based international order that upholds peace, stability, and security in the Indo-Pacific region and beyond,” the statement read.

Aside from security and defense cooperation, the two diplomats also discussed maritime security and regional stability as they emphasized the benefit of continued cooperation under several initiatives, such as the Critical Maritime Routes Indo-Pacific (CRIMARIO II), Copernicus, and Enhancing Security Cooperation in and with Asia (ESIWA Plus).

They reaffirmed as well their commitment to freedom of navigation and overflight based on the 1982 UN Convention on the Law of the Sea (UNCLOS), an international treaty that sets the legal framework for all of the world’s oceans and seas.

“They express their concerns about China’s illegal, coercive, aggressive and deceptive measures against Philippine vessels and aircraft conducting lawful maritime operations in the South China Sea/West Philippine Sea,” the statement read.

“They reiterate their commitment to upholding international law, particularly UNCLOS and the 2016 South China Sea Arbitration Award, which is final and binding,” it added, referring to the arbitral victory secured by the Philippines’ that invalidates the basis of China’s claim in the region.

While ensuring peace and security is critical to the development of the region, the two officials further highlighted the importance of deepening trade and investment ties.

Trade and Investment

They both welcomed the ongoing negotiations for a Philippines-EU Free Trade Agreement (FTA), and expressed hope for its early conclusion.

The two officials also agreed to cooperate on human rights, rule of law, good governance, climate change and green transition under the Global Gateway Strategy, and people-to-people exchanges.

“Finally, the Philippines and the EU reaffirm their shared commitment to strengthening cooperation in response to evolving regional and global challenges,” the statement said, adding Kallas’ appreciation for the Philippines’ “active and constructive role” in the Association of Southeast Asian Nations (ASEAN) as it becomes its chair in 2026.

She also lauded the Philippines for its “strong commitment” to multilateralism, the UN Charter, the rule of law, and its “consistent support” for relevant UN General Assembly resolutions, including the UNGA resolution on Ukraine.

Lasting peace

In this regard, the Philippines and EU reiterated their support for Ukraine’s sovereignty, independence, and territorial integrity within its internationally recognized borders amid Russia’s full-scale invasion of Ukraine.

They also called for “ceasefire and cessation of any attacks against civilians and civilian objects to pave the way towards a peaceful and diplomatic resolution to the conflict.”

“They renew their call for achieving a comprehensive, just and lasting peace in Ukraine based on international law, including the United Nations Charter and underline the importance of preventing further escalation of the war as well as the use or threat of use of weapons of mass destruction by any country,” the statement stressed.

In discussing the Israel-Palestine issue, the officials “express support for initiatives that contribute to a just, lasting, and comprehensive peace” based on a two-state solution, the UN Charter, and relevant resolutions.

Kallas’ two-day trip to Manila on June 1 and 2 was her first visit to the Philippines since her appointment in December 2024.

According to the DFA, her visit signified an important step forward in strengthening diplomatic ties between the Philippines and the European Union.

Related Tags

President Marcos European Union security dialogue Kaja Kallas
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.