MoU signed to make Aqaba a regional logistics hub

Prime Minister Bisher Khasawneh presides over the signing of a memorandum of understanding between the Aqaba Development Corporation  and APM Terminals on Tuesday (Petra photo)

Direct investment volume for project totals $242m


AMMAN — The Aqaba Development Corporation (ADC) and APM Terminals signed a memorandum of understanding (MoU) on Tuesday, entailing a direct investment volume of some $242 million in a bid to make Aqaba a regional logistics hub.

Prime Minister Bisher Khasawneh presided over the signing ceremony, during which the memo was signed by CEO of ADC Hussein Safadi and CEO of APM Terminals Keith Svendsen, the Jordan News Agency, Petra, reported.

The MoU is in line with the requirements of the future, as it would pave the way for Aqaba for the expected increase in trade, shipping, and alternative energy, Safadi said.

He also noted that under the agreement, a training college called "Maersk" will be established to offer Jordanian youth training that would allow them to work in the regional and international port system.

The college, set to be based in Aqaba, would be the first of its kind, enhancing the port city’s regional, logistic, educational and commercial role.

The Aqaba Container Terminal (ACT) is one of the most important public-private partnership projects in the duration of the partnership between ADC and Denmark’s APM Terminals. Since 2006, as ACT has shown efficiency in operating the containers station, in addition to the activities related to the port’s sustainable development, including infrastructure, port equipment, technological systems and manpower capacity-building.

APM Terminals is seeking to expand its investment in Jordan through its partnership with ADC. Both parties are currently considering a number of new investments and initiatives.

The agreement is expected to see a total investment of $242 million, in addition to enabling investment in renewable energy projects and carbon emission reductions, to enhance the status of the ACT as a regional flagship port and support the logistics of the transport and supply chain.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });