ADVERTISEMENT

ASEAN leaders vow stronger ties vs post-pandemic transnational crime

Published Oct 14, 2021 11:20 am

The leaders of the ten-member Association of Southeast Asian Nations (ASEAN) vowed to collectively strive to prevent and combat transnational crime through stronger cross-pillar and cross-sectoral cooperation in the post coronavirus disease-2019 (COVID-19) era, the Department of the Interior and Local Government (DILG) said on Thursday, Oct. 14.

In a virtual meeting of the 15th ASEAN Ministerial Meeting on Transnational Crime (AMMTC), DILG Secretary Eduardo M. Año disclosed that the ASEAN members saw the need for law enforcement officials of the region to be more vigilant, adaptable and flexible in addressing the new and emerging transnational crime trends in the post-COVID-19 landscape.

“Let us continue to strengthen our bonds and unite our actions in addressing all forms of transnational crimes. Let us remain committed to realizing our overarching vision of a united ASEAN where its peoples can proudly proclaim that we care, we prepare, we prosper,” Año said.

In a joint statement during the meeting hosted by Brunei Darussalam, the ministers adopted the Bandar Seri Begawan Declaration which declared to enhance cooperation among ASEAN law enforcement units dealing with transnational crime through the exchange of information, experiences and good practices on new methods and modus operandi, and in the implementation of the regional action plans and work plans.

Año said the 15th AMMTC also committed to explore modalities to promote practical cooperation among ASEAN law enforcement agencies, such as through table-top exercises, field training exercises and coordination, to further enhance their capacity and capability in responding to new and emerging challenges posed by transnational crime.

He added that the ASEAN ministers also pledged to pursue stronger border management cooperation to prevent criminal groups from taking advantage of the pandemic situation via illicit drug trafficking, trafficking in persons, smuggling of goods, people and weapons, forgeries of identification, health certificates and travel documents.

During the three-day event, Año noted that the continued prevalence of the COVID-19 pandemic has presented new challenges in how ASEAN member countries conduct their affairs.

“The continued discussions to jointly address transnational crimes amidst the current situation further manifests the importance of the 15th AMMTC and its instrumental role in nurturing our amity towards establishing a harmonious and progressive ASEAN community,” he added.

The 15th AMMTC and its related meetings was attended by AMMTC Leaders and Senior Officials Meeting on Transnational Crime (SOMTC) Leaders from ASEAN member countries including Brunei Darussalam, Cambodia, Indonesia, Lao PDR, Malaysia, Myanmar, Philippines, Singapore, Thailand, Vietnam, and ASEAN Secretariat. Also in attendance were AMMTC and SOMTC Leaders from dialogue partner countries namely China, Japan, and Korea.

Tier 1 Status for six straight years

In the country report during the 15th AMMTC, Año affirmed that the Philippine government remains steadfast in its serious effort and commitment as the lead shepherd against trafficking in persons (TIP) as proven by its Tier 1 status in the 2021 US TIP Report for the sixth consecutive year.

Reports from the Inter-Agency Council Against Trafficking (IACAT) noted 93 TIP convictions, with 86 traffickers convicted from January to December 2020 alone.

Of these convictions, one was on labor trafficking, 34 on online or cyber-sex trafficking and pornography, and 58 on prostitution and sexual exploitation.

The IACAT also recorded 26 TIP convictions with 29 persons from January to June 2021 which was aggregated as follows, three for labor trafficking, six for online or cyber-sex trafficking and pornography and 17 for prostitution and sexual exploitation.

Año stressed that the continuous efforts of the Armed Forces of the Philippines (AFP) and the Philippine National Police (PNP) led to the voluntarily surrender of over 300 members of Local Terrorist Groups composed of DAESH-inspired personalities under the Daulah Islamiyah consortium and Bangsamoro Islamic Freedom Fighters.

According to Arabic translator Alice Guthrie, "D.A.E.SH is a transliteration of the Arabic acronym formed of the same words that make up Islamic State in Iraq and Syria (I.S.I.S) or 'al-dowla al-islaamiyya fii-il-i’raaq wa-ash-shaam'.

The DILG chief added that a total of 1,539 barangays have been reached by the department’s whole-of-nation approach on Preventing and Countering Violent Extremism (PCVE). (Chito A. Chavez)

Related Tags

ASEAN 15th ministers meeting transnational crimes DILG Eduardo Año 2
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.