Jordanian apparel industry drives economic growth, green shift

Jordanian apparel industry drives economic growth, green shift

AMMAN — The Jordan Chamber of Industry (JCI) has highlighted the leather and garments industries sector as one of the national industries leading in export and production, attributing its success to “supportive” political will and continuous economic reforms.

Ehab Qadri, representative of the sector at JCI, said the sector has become one of the main pillars of Jordanian industry. It now ranks first among export-oriented manufacturing industries, the Jordan News Agency, Petra, reported on Sunday.

Qadri added that the sector’s export value exceeded $2.5 billion in 2024, accounting for 26 per cent of Jordan’s total industrial exports. Total production amounted to more than $3.2 billion.

He noted that Jordan has become a strategic industrial base for exporting products to global markets, particularly the United States, benefiting from the free trade agreements signed by the Kingdom.

Qadri emphasised that the sector is among the primary drivers of the Economic Modernisation Vision (EMV), launched by His Majesty King Abdullah in 2022. The EMV aims to increase the industry’s contribution to Gross Domestic Product (GDP) and create hundreds of thousands of quality jobs by 2033.

He said companies in the sector are now working to shift towards higher value-added industries by promoting design, innovation, and the development of national brands. The sector is also moving towards sustainable production that considers environmental and social dimensions.

As part of its partnerships, Qadri referred to the signing of a memorandum of understanding with the International Finance Corporation (IFC). The agreement aims to enhance productivity and adopt advanced manufacturing technologies.

Qadri explained that the partnership includes initiatives to build institutional capacity, develop value chains, and promote compliance with international standards. These efforts will strengthen Jordan’s position as a regional hub for advanced textile and leather industries.

According to Qadri, the sector is a leader in human development, currently providing over 90,000 direct jobs. Women make up more than 67 per cent of its workforce.

It is also regarded as one of the most supportive sectors for women’s economic empowerment, particularly in governorates, productive branches, and industrial zones across the Kingdom.

Qadri noted that the sector also appeals to Jordanian youth through specialised training programmes and job opportunities designed to align with the demands of the modern labour market.

In line with the global shift towards a green economy, Qadri said major factories in the sector have begun to adopt environmental and social sustainability standards.

He added that these standards include the use of solar energy, water treatment technologies, and commitment to responsible production practices, enhancing the competitiveness of Jordanian products in both European and US markets.

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