ADVERTISEMENT

Mr. & Ms. Chinatown Global 2025 proclaims winners

Published Feb 4, 2025 11:28 pm

At A Glance

  • A total of 20 candidates from seven countries vied for the titles at stake in the pageant, which Chinoy TV and the Federation of Filipino Chinese Association of the Philippines Foundation Inc. spearheaded.
2 -- Mr. & Ms. Chinatown Global GRAND WINNERS.jpg
Mr. Chinatown Global 2025 Byron Sng is an award-winning model who has a master's degree in food technology, while Ms. Chinatown Global 2025 is Khryss Nicole Go, who was previously hailed Miss Aura PH 2023.

The inaugural edition of Mr. and Ms. Chinatown Global 2025 (MMCG) was deemed a success. The winners, Byron Sng, a Malaysian model, and Khryss Nicole Go, a Filipino nursing student, were recently crowned. They will serve for a year as ambassadors representing the Chinese communities' rich heritage and vibrant traditions.

Byron and Nicole were proclaimed during the Winner's Night of the pageant held in Hilton Manila at Newport World Resorts. Their court consists of Aragon Yu Lor (Philippines)   and Juliette Louie (Hong Kong), Mr. and  Ms. Chinatown Global 1st Runner; Joseph Morris and Jenina Lui, representing Australia, Mr. and  Ms. Chinatown Global 2nd runner-up.

Organizers pointed to the precious crowns awarded to the women-winners, composed of valued gemstones designed by Nannette Ibasco of Christelle by Nannette. The elegant pieces symbolize core Confucian values: Hé (Harmony), Zhōng (Loyalty), and Zhì (Wisdom). For instance, the crown donned by Ms. Chinatown Grand Winner was made with jade and adorned with brilliant diamonds.

1 -- Mr. & Ms. Chinatown GLobal Winners.jpg
Winners of the inaugural Mr. & Ms. Chinatown Global pageant for 2025 (from left): Joseph Morris, Jenina Lui, Byron Sng, Khryss Nichole Go, Juliette Louie, and Aragon Yu Lor.

The pageant's  special awards were given to the following: Ethan Tam Ming Hao (Malaysia) and Jenina Lui (Australia) as Mr and Ms.Friendship; Face of Chinatown - Aragon Yu Lor (Philippines) and Jastine Lim (Philippines);  Best in Cultural Wear - Ethan Tam Ming Hao (Malaysia) and Zhang Ruoxi (China); Best in Formal Wear - Aravinda Rao (Singapore) and Khryss Nichole Go (Philippines).  Getting the  Mr. and Ms. Chinatown Global People’s Choice Award powered by Eventista were Rebecca Kwek Jing Yi (Singapore) and Kirby Mark Chen (Philippines), ensuring them a spot in the semi-finals.

Sponsor awards went to: Mr.and Ms.Hilton Manila at Newport World Resorts - Ethan Tam Ming Hao (Malaysia) and Chiara Alix Lim (Philippines); Mr.and Ms.King Chef - Francis Matthew Ngo (Philippines) and Candice Xiao Liang (USA); Mr. and Ms.Gibi Shoes - Aragon Jacob Yu Lor (Philippines) and Jenina Lui (Australia); Ms. Luftonic - Ellyana Jastine Lim (Philippines); Mr. and Ms. Hotel 101 - Francis Matthew Ngo (Philippines) and Khryss Nichole Go (Philippines); and Mr. and Ms. Novodental - Francis Matthew Ngo (Philippines) and Ellyana Jastine Lim (Philippines).

A total of 20 candidates from seven countries vied for the titles at stake in the pageant, which Chinoy TV and the Federation of Filipino Chinese Association of the Philippines Foundation Inc. spearheaded. They were judged based on Beauty & Poise (20 percent), Modern Cultural Wear (25 percent),  Formal Wear ( 25 percent), Interview Skills (20 percent), and Overall Impression (10 percent).

The coronation night was hosted by the talented Janeena Chan, beauty queen, and Mr. and Ms.Chinatown Global ambassador Nicole Cordoves. Providing the entertainment number  for the evening was no less than Korean actor-singer Kim Won Shik, who sang the official soundtrack of the Philippine adaptation of the hit K-drama series, "What's Wrong with Secretary Kim."

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.