Syria's new rulers hold talks in Saudi on first foreign visit

A handout photo provided by the Saudi ministry of foreign affairs, shows newly appointed Syrian Foreign Minister Assaad Al Shibani (centre-left) welcomed by Saudi Vice Minister of Foreign Affairs Waleed Al khereiji  upon his arrival in Riyadh on Wednesday  (AFP photo)

RIYADh, Saudi Arabia — Ministers from Syria's transitional government held talks in Saudi Arabia on Thursday on their first foreign visit since they toppled longtime ruler Bashar Assad last month.

"Through this first visit in the history of free Syria, we aspire to open a new, bright page in Syrian-Saudi relations that befits the long shared history between the two countries," interim Foreign Minister Assaad Al Shibani posted on social media after arriving in Riyadh late on Wednesday.

Saudi Arabia severed ties with Assad's government in 2012 and backed Syrian rebels seeking to overthrow him early in the country's civil war.

But last year, Riyadh restored ties with Assad's government and was instrumental in Syria's return to the Arab League, ending its regional isolation.

Now Syria's new leadership is eager for Saudi investment to help rebuild the country's infrastructure, which has been shattered by more than a decade of war.

Shibani was accompanied by Defence Minister Murhaf Abu Qasra and General Intelligence Service chief Anas Khattab, and the three men held talks with Saudi Foreign Minister Prince Faisal Bin Farhan and Defence Minister Prince Khalid Bin Salman, Saudi state television reported.

Last month, a Saudi delegation met Syria's new leader Ahmed Al Sharaa in Damascus, a source close to the Saudi government told AFP at the time.

Sharaa heads the Islamist Hayat Tahrir Al Sham group that led the rebel offensive that ousted Assad on December 8.

Last week, in an interview with Saudi-owned Al Arabiya television, Sharaa said Saudi Arabia "will certainly have a large role in Syria's future", pointing to "a big investment opportunity for all neighbouring countries".

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