ADVERTISEMENT

Where are you spending the next long weekend?

Here are four different options in one place for you

Published Aug 22, 2023 06:03 pm

At A Glance

  • Discover serenity in the Hinoki-yu Room featuring a handcrafted hinoki tub.

Everybody wishes weekends would last forever. Close enough, this August, after last weekend, there’s another exciting long weekend coming up.
Newport Resorts has five international luxury hotels in one expansive property to choose from, so you can make the most out of this rare three-day break. with some well-earned rest and relaxation at Newport World Resorts.

Hinoki yu wooden bath tub at Hotel Okura Manila.jpeg
Hinoki-yu wooden bathtub, Hinoki-yu at Hotel Okura Manila


Experience the essence of summer’s end through the rejuvenating aroma of Japanese cypress or hinoki at Hotel Okura Manila. Discover serenity in the Hinoki-yu Room featuring a handcrafted hinoki tub and comforting interiors inspired by traditional Japan that creates an invigorating ambience. Likewise, the Palace Suite seamlessly extends Japanese refinement and culture, harmonizing intricate wooden elements with elegant details. Spend a long weekend in a Japanese-inspired urban getaway. www.hotelokuramanila.com

Sheraton Manila Hotel - Bi-Level Loft - Lower.jpeg
The Family Room at Sheraton Manila Hotel

Holidays love company in the world’s gathering place, Sheraton Manila Hotel. The Family Room has a king bed on the ground level and twin beds up on the loft where four guests can chill and hang out on lazy days. There is also the Larger Guest Room with balcony doors that lead to an outdoor veranda and a bubbly Jacuzzi that fits four for those peaceful evenings under the stars. www.sheratonmanila.com

Hilton Manila.jpeg
Hilton Manila

Fun-filled playtime never ends at the pet-friendly Hilton Manila. The King One Bedroom Deluxe Suite features separate dining and living areas that turn into a spacious piece of paradise for the fur babies to roam around and twist in the bedsheets. The modern suite also includes exclusive access to the Executive Lounge and its array of light breakfast spread, hors d’oeuvres, and evening refreshments for guests. Dogs wag their tails and kitties purr at the special pet amenities available for every room such as dog and cat beds and a nutritious in-room menu. Within the hotel, the Kabang Dog Park, named in honor of the four-legged hero, is a safe and sustainable space for pet parents and their furry companions to have fun together. www.hilton.com

Holiday Inn Express Manila Newport City.jpeg
Holiday Inn Express Manila Newport City

Sit back and unwind with magnificent views of the runways of Ninoy Aquino International Airport (NAIA) at Holiday Inn Express Manila-Newport City. Each stay assures undisturbed sleep on cozy beds with various pillow options and black-out shades. By sunrise, views of the city bathed in light greet guests via floor to ceiling windows. Head on over to the bountiful breakfast buffet that awaits at the Great Room to start the day feeling ready and refreshed. The Book Early and Save More offers discounted rates up to 10 percent with reservations done seven seven days in advance. www.ihg.com/holidayinnexpress

Chairman Suite at Marriott Hotel Manila 1.jpg
Chairman Suite at Marriott Hotel Manila

Marriott Hotel Manila makes dreams of grandeur come true with a VIP staycation. Overlooking the splendid greens of the Villamor Golf Course and the glittering metropolitan highrises in the distance, the Chairman Suite encompasses a living room, an eight-seater dining area, a secluded king bedroom with an adjoining walk-in closet, and a grand bathtub on cool marble floors. On top of an in-room evening turndown service, guests also have access to the day-to-night gourmet selection in the exclusive Executive Lounge. The coming long weekend is the perfect chance for extravagant self-rewards that have been a long time coming. www.manilamarriott.com

Related Tags

Philippine Panorama Holiday Inn Express Manila Newport City Hilton Manila Sheraton Manila Hotel Marriott Hotel Manila Hotel Okura 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.