ADVERTISEMENT

Live concerts light up Resorts World Manila's marquee again

Published Dec 21, 2021 02:46 pm

The Grand Countdown to 2022

The country’s premier lifestyle and entertainment destination, Resorts World Manila (RWM), is taking a bet on the triumphant return of live shows and concerts to the stage. After a 20-month hiatus, RWM’s own theater is finally reopening its curtains to live performances.

Earlier this month, the award-winning Newport Performing Arts Theater (NPAT) was abuzz with the familiar hustle and bustle that only a live performance with an audience can bring. The crowd may be a little spaced out, in today’s era of physical distancing, but the energy is the same. It was electrifying.

On stage, the air was emotionally charged for the artists and production as they returned to their home stage and are once again performing for a crowd they can finally look out to with applause and laughter they can hear again. On their seats, the audience’s mood was undeniably excited.

New normal-ready. Resorts World Manila’s Newport Performing Arts Theater held its first major concert with a live audience. The theater capacity was capped at 50 percent with the audience following socially-distanced sitting and strict mask protocols at all times.

Finally, watching a live performance surrounded by other fans, albeit a seat apart, is a familiar thrill that has been sorely missed. And the show, what a delight! A nostalgic homecoming concert of RWM’s beloved musical. After a 20-month silence on the stage, nostalgia takes on a deeper meaning for everyone present in the moment.

RWM President and CEO, Kingson Sian, is not a betting man, but he is willing to gamble to make a statement and show a vote of confidence that live entertainment is due for a grand return.

“When the lockdowns started, one of the sectors that have been severely affected is live entertainment. No live shows meant no livelihood for them. So, when restrictions were finally eased enough to allow shows with live audiences, we grabbed the opportunity to stage our first concert. It may not make financial sense right now, given the 50 percent capacity limit, but we went ahead anyway. Because it’s not about business. We want to bring back live entertainment in a big way and make a strong statement in support of Filipino performing artists, and the people who make live entertainment possible.”

The cast of the highly successful AHEB musical returned to the stage and performed their hearts out for the Ang Muling El Bimbo homecoming concert once again after a long 20-month hiatus.

Home of the massive and ultra-modern NPAT that boasts of over 1,700-seating capacity, RWM is pulling out all the stops to ensure that both the audience and the cast and crew are safe and confident to venture out and live a little more in the theater. Strictly adhering to government and expert guidelines, capacity is capped at 50 percent with socially-distanced seating for audiences.

Coupled with RWM 2.0 - a compilation of its world-class services that have been adapted to fit in the new normal, the NPAT has gone through an upgrade, too, with its new seats and sophisticated air filtration system.

Following the smashing success of its first foray back to live concerts, RWM is in full-steam to setting the NPAT stage for the grandest countdown party in its side of the Metro. The Grand Countdown to 2022 sees A New Age is Dawning with a back-to-back Aegis and The Dawn concert hosted by Nicole Laurel Asensio on New Year’s Eve at the Newport Performing Arts Theater.

The Grand Countdown to 2022 concert is an added shine to RWM’s hundred stars in live events and performances for this year’s Grand Fiesta Manila celebrations. For inquiries contact Girah Manaligod (0917 872 8309), Neil Crisostomo (0917 658 9378), or King Feria (0917 823 9602).

For more information on The Grand Countdown to 2022 and Grand Fiesta Manila visit www.rwmanila.com and follow @rwmanila and @newportmall on Facebook and Twitter, and @resortsworldmanila Instagram.

Related Tags

rwm Resorts World Manila
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.