Friday, June 27, 2025
30.4 C
Singapore

AirAsia CEO marries Korean stunner

 

It was a busy weekend for AirAsia CEO Tony Fernandes who married his Korean girlfriend of two years Chloe in a quiet ceremony in Cote d’Azur.

Not much is known of the Korean stunner, and even her second name is top secret.

Photos of the wedding were first carried in Malaysia’s New Straits Times.

Fernandes is 57 while Chloe is said to be in her 20s.

The wedding was held in Côte d’Azur, which is the Mediterranean coastline of the southeast corner of France.

There are no AirAsia flights to Cote d’Azur though.

This article first appeared on The Monitor

See also  AirAsia's Tony Fernandes steps aside amid Airbus bribery probe

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });