ADVERTISEMENT
970x220

ASEAN, EU launch Customs Transit System to boost trade

Published Dec 1, 2020 05:18 pm

Three weeks after the conclusion of the negotiation on the massive Regional Comprehensive Economic Partnership (RCEP) between the Association of Southeast Asian Nations (ASEAN) and its five dialogue partners, ASEAN and the European Union (EU) launched a new online Customs Transit System aimed to boost trade in the region. 

Called the ASEAN Customs Transit System (ACTS), the online management platform will reduce intra-ASEAN trading challenges and enable companies to benefit fully from the ASEAN Economic Community (AEC) and the free movement of goods across the ASEAN region.

ACTS is simplifying the movement of goods across the region, making it more efficient and cost-effective.

The EU, which helped develop the system, said the private sector in ASEAN now has access to a powerful new online system, the ASEAN Customs Transit System (ACTS), which will reduce intra-ASEAN trading challenges and enable companies to benefit fully from the ASEAN Economic Community (AEC) and the free movement of goods across the ASEAN region.

Three years ago, ASEAN Economic Ministers set the twin goals of reducing trade transaction costs by 10 percent by 2020 and doubling intra-ASEAN trade between 2017 and 2025. To attain this goal, the ASEAN Customs Transit System has been developed to allow businesses to lodge e-transit declarations directly with ASEAN Customs Authorities and to track the movement of their goods from loading at departure to delivery at the final destination.

“The implementation of the ASEAN Customs Transit System plays a vital role in facilitating seamless movement of goods in the region. I believe the system would be an excellent tool in enhancing ASEAN’s trade and production networks as well as establishing a more unified market for its firms and consumers,” ASEAN Secretary General Dato Lim Jock Hoi said. 

The ASEAN official explained that the ACTS could also support post-COVID recovery to accelerate the transit movement of medical supplies, vaccines, and Personal Protective Equipment within the Member States.

Under the ACTS, the private sector can make a single Customs transit declaration that covers the transport of goods across multiple ASEAN countries, without the need to make repeated Customs declarations or change vehicles at each border. 

Special arrangements allow reliable traders to load their goods at their own premises in the country of departure, and to deliver the goods to their own premises at the destination. Faster Customs clearance at borders helps accelerate transit movements, and reduce the time and expense of carrying out regional trade in goods, to the benefit of producers and consumers across the continental ASEAN region.

The system is managed by a permanent ACTS Central Management Team based in the ASEAN Secretariat in Jakarta, Indonesia, with support from the EU-funded ARISE Plus program. 

Koen Doens, Director General for International Cooperation and Development at the European Commission, said the ACTS is a “remarkable achievement” that is testament to the strong, dynamic and long-standing partnership between ASEAN and the EU.

“The ACTS will make the movement of goods by road quicker and easier across the borders of the participating ASEAN Member States, thereby reducing costs for businesses and citizens. The EU is proud to have joined ASEAN to make the ACTS a reality, providing European technical expertise and EUR 10 million since 2012, in addition to the EUR 5 million invested by our ASEAN partners,” he added.

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.