ADVERTISEMENT

Isuzu launches latest D-Max and mu-X

Rugged yet stylish new looks

Published Apr 28, 2023 07:58 am
The latest Isuzu D-Max and mu-X were finally unveiled to the public as part of the opening ceremonies of a festival of music, car club meet-ups, fun family activities, and live performances from well-loved OPM artists. The new models were on display at the Isuzu Summer Music Festival hosted by Isuzu Philippines Corporation (IPC) held at the Alabang Town Center last weekend.

Two new family vehicles

The new D-Max is now made even more dynamic and sporty with a redesigned exterior that boasts of a new two-tone front grille matched with new matte dark gray 18-inch alloy wheels. They’re paired with a body featuring a brand new color, Islay Gray, for a rugged yet stylish look. Meanwhile, the new mu-X was also displayed alongside. Highlighted as a premium family SUV that’s perfect for road trips, its fresh new look is thanks to the sleek new two-tone front grille and 20-inch alloy wheels. The overall design exudes an upscale and luxurious vibe, elevating its exterior design. The new mu-X also has a classy new color variant, Norwegian Blue which is available for LS-E variants. Isuzu mu-X interior To top it all off, the new Isuzu mu-X further elevates the family experience with its new owner-friendly features like the new Smart Power Tailgate with Step Sensor. This is a new feature that allows owner to open its tailgate automatically through advance key detection and sensor technology  for more convenient loading and unloading of luggage. Isuzu D-Max interior
More than the aesthetics, both the D-Max and mu-X are solid bets thanks to the Blue Power technology engines under the hood. Both the D-Max and mu-X are powered by the 4JJ3-TCX diesel engine that optimizes performance with fuel efficiency. Both models were also awarded with 5-Stars for safety by the ASEAN NCAP for their high passenger protection results during crash tests. Both vehicles also come with the very latest in active and passive safety features, as well as Advanced Driver Assist System (ADAS). These include the Smart Duo Cam which is loaded with Blind Spot Monitoring, Forward Collision Warning, Lane Departure Warning, Turn Assist, and Adaptive Cruise Control with Stop & Go Functionality, to name a few. From left: Isuzu Philippines Corporation Vice President for Sales, Yasuhiko Oyama; Executive Vice President, Shojiro Sakoda; President, Tetsuya Fujita; and Asst. Division Head for Sales, Robert Carlos.

“As your responsible partner in providing durable and reliable vehicles, we are elevating your driving experience with safer, more efficient, and more comfortable drive – a drive that will suit the needs of all members of the family,” said IPC President Tetsuya Fujita. Since their introduction to the Philippine market, the Isuzu D-Max and mu-X have won the heart of many Filipinos because of the value for money and core values instilled in both vehicles that offer many possibilities.

An activity-packed weekend

Sam Concepcion performing at the Isuzu Summer Music Festival.


As for the Isuzu Summer Music Festival, the event features live performances by all-time favorite OPM artists such as Yeng Constantino, Sam Concepcion, MYMP and Barbie Almalbis scheduled to perform live through-out the weekend. There were also activities for the entire family. New and existing customers were invited to join the car club meet-up at the ATC open parking. There were afternoon games for customers where they won different prizes. There was also a Special Isuzu Dog Show where customers brought their dogs to take photos with the D-Max and mu-X display units to win special prizes. These are just a few of the ways Isuzu shows it is not just a family vehicle, but an everyday reliable partner that will accompany Filipino families through different life journeys.

Related Tags

Isuzu mu-x Isuzu Philippines Corp. (IPC)
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.