// Adds dimensions UUID, Author and Topic into GA4
Friday, July 11, 2025
27.8 C
Singapore

As China pressure mounts, Hong Kong’s Cathay sacks two pilots

Cathay Pacific said Wednesday two pilots had been sacked, as the Hong Kong carrier comes under huge pressure from Beijing to clamp down on staff supportive of anti-government rallies.

“One is currently involved in legal proceedings. The other misused company information on Flight CX216/12 August,” the airline said in a statement.

Hong Kong has been gripped by ten weeks of protests that have seen millions take to the streets, sparked by opposition to a planned law that would have allowed extraditions to mainland China.

The demonstrations have evolved into a much broader campaign for democratic freedoms.

Cathay Pacific chief executive Rupert Hogg warned staff on Monday that they could be fired for supporting “illegal protests”.

The airline said last week it had suspended a pilot accused of rioting after allegedly participating in protests.

It also said it had fired two ground staff, without specifying why. Local media reported that they were accused of leaking the travel details of a Hong Kong police football team that was travelling to the mainland.

See also  Uber seeks Hong Kong govt meeting after court defeat

Cathay has struggled to find middle ground in the increasingly bitter standoff between protesters in Hong Kong and local authorities backed by Beijing.

The airline is now subject to new regulations announced last week by Beijing’s aviation regulator.

The rules require the airline to submit manifests of staff working on flights going to the mainland or through its airspace.

They ban any staff member accused of involvement in “illegal protests” from working on those flights, with authorities warning planes could be prevented from landing if they fail to comply.

© Agence France-Presse

Hot this week

Djokovic or Sinner? Experts split on who’s the favourite for Wimbledon semi-final

John McEnroe, a seven-time Grand Slam winner, has stated...

Singapore’s Under-16 Boys are geared up to compete in the Lion City Cup

Singapore's U-16 Boys football team is geared up and...

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