Jordan inaugurates pavilion at BUILDEX construction expo in Damascus

Jordan inaugurates pavilion at BUILDEX construction expo in Damascus

AMMAN — President of the Jordan and Amman Chambers of Industry Fathi Jaghbir inaugurated on Wednesday inaugurated the Jordanian pavilion at the 22nd edition of the international construction exhibition "BUILDEX" in the Syrian capital, Damascus.

The pavilion features 30 Jordanian industrial companies, participating with support from the Amman Chamber of Industry, jaghbir said, adding that the companies represent key sectors involved in reconstruction efforts, including infrastructure, building materials, energy, and engineering industries—areas where Jordan is recognized for its competitive capabilities.

Jaghbir was quoted in the government-owned Al Mamlaka TV as stressing the importance of boosting economic ties between Jordan and Syria, citing shared interests, historical connections, and the presence of a significant number of Syrian investors in the Kingdom.

The five-day exhibition is being held at the new Damascus Exhibition City, under the patronage of the Syrian Ministries of Economy, Industry, Public Works, and Housing.

This year’s edition features participation from 490 Syrian companies and 250 international and Arab firms, covering sectors such as construction materials, interior finishing, alternative energy, water technologies, furniture, real estate development, engineering consultancies, logistics, banking, and safety systems, according to Al Mamlaka News Channel.

Jaghbir said previously that the Jordanian exports to Syria exceeded JD13 million in the first two months of 2025, a 40 per cent increase compared with the same period last year, expressing optimism that trade levels could return to their 2011 peak of over JD181 million.

Syria on Monday invited Jordanian companies to participate in reconstruction efforts.

The invitation came during a meeting in Damascus on Monday between Syrian Minister of Public Works and Housing Mustafa Abdulrazzaq and members of a visiting Jordanian economic delegation.

Abdulrazzaq urged Jordanian firms specialising in contracting, construction and engineering consultancy to take part in efforts to rebuild war-damaged areas across Syria.

President of the Jordan Chamber of Commerce (JCC) Khalil Haj Tawfiq, who led the Jordanian delegation, said that the visit aims to revive commercial and investment ties.

Haj Tawfiq expressed the private sector’s readiness to forge strategic partnerships to support Syria’s recovery.

He cited Jordan’s “strong” construction and engineering sectors, and pledged to provide a list of Jordanian companies specialised in renewable energy and street lighting.

The JCC president proposed a "dedicated" business forum to showcase Jordanian capabilities in construction and housing.

President of the Jordanian Contractors Association Fouad Duweiri expressed the readiness of Jordan’s contracting sector to deliver services, including construction, consulting and mechanical training aligned with modern building standards.

He welcomed collaboration with Syria’s private sector in infrastructure and housing projects.

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