Ministry of Transport, JCI discuss ways to sustain exports

Ministry of Transport, JCI discuss ways to sustain exports
Minister of Transport Wissam Tahtouni and President of the Jordan Chamber of Industry Fathi Jaghbir on Wedensday discuss ways to cope with emergency challenges by providing logistical alternatives (Petra photo)

AMMAN — Minister of Transport Wissam Tahtamouni on Wednesday met with President of the Jordan Chamber of Industry (JCI) Fathi Jaghbir over ways to ensure the sustainability of Jordanian exports to foreign markets in light of the emerging regional conditions by providing appropriate logistical alternatives.

The meeting, attended by several stakeholders, was held as part of the national framework to enhance economic readiness to face any developments that might affect the flow of goods and movement of foreign trade, the Jordan News Agency, Petra, reported.

During the meeting, Tahtamouni stressed keenness of the ministry and its affiliated bodies to provide all forms of support and assistance to the industrial sector, which is a "key" pillar of the national economy.

She stressed that the ministry's priority is to promote the flow of exports, especially in emergency and crisis situations.

Jaghbir praised the efforts of the ministry in supporting national industries, stressing the importance of the "continuous" partnership between the public and private sectors to ensure the continuation of exports and overcome challenges related to transportation and supply chains.

He said that the industrial sector has been and is still one of the "most prominent" supporters of the national economy, and that national exports today represent one of the "main" pillars in enhancing the balance of payments and providing job opportunities.

Jaghbir said that the sector requires a “flexible and safe” transport environment capable of facing any emergency.

He added that the current regional conditions necessitate "alternative and proactive" plans that ensure the sustainable access of Jordanian products to other markets.

Jaghbir expressed hope that the ministry will continue to support the sector through facilitating procedures and providing alternative routes when needed.

.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'); }); }); });