Wednesday, June 25, 2025
31.9 C
Singapore

Sarawak pulls out of Tourism Malaysia over tax insults

Yet another sign of split and disagreement under Prime Minister Najib Razak’s rule.

The Sarawak government has simply pulled its representative from the board of Tourism Malaysia.

A statement from the Sarawak Chief Minister’s Office stated the pullout was with immediate effect.

Sources said the pullout followed a barrage of insults from the Minister of Tourism and Culture Nazri Aziz on the Sarawak counterpart Abdul Karim Rahman Hamzah, who apparently opposed a new tax on hotels.

This was not mentioned by the Chief Minister’s Office instead stating that Sarawak already had a Tourism Promotion Board.

“The state government deems that the participation of its representatives in Tourism Malaysia is not necessary as this is duplicating the role and function of the Sarawak Tourism Promotion Board,” its statement said.

See also  Perak incident not a warning from Umno to PM Muhyiddin, analysts

Hot this week

Investors gain access to Thai and HK giants as SGX expands SDR line-up

Singapore: Investors in Singapore now have even more options...

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