ADVERTISEMENT

Aisin celebrates 2021 milestones and breakthroughs

Published Dec 21, 2021 11:14 am

New branding, products, and plans for the Philippine market

Aising, a leading provider of premium OE-quality automotive parts, marked significant milestones this year, including the appointment of Aisin Asia’s new Managing Director, new brand and logo, products, and vision in the coming years.

With the theme, “Celebrating the New Era of Excellence: Transforming the Vision Into Movement,” Aisin celebrated the company’s achievements in 2021 in a virtual Year-End Gathering. The company was joined by media, influencers, as well as its executives and authorized Philippine distributor, Riken Motor Sales, Inc.

Aisin Asia’s new Managing Director, Yasuhiro Nakamura, shared how the company has strived to innovate and create products to better serve its customers. “With the help of our tech-driven solutions, we want to create a better future for our customers without compromising the quality of life and the sustainable environment. We want to show tangible solutions to environmental and social challenges while creating a safe and sustainable future for everyone. That is our vision, and we will turn this into a movement through the range and quality of products that we offer,” he said.

The company also showcased Aisin Group’s new brand and logo, which embody the company’s vision and philosophy, "Inspiring Movement, Creating Tomorrow." Meanwhile, their new tagline, "We Touch the Future," strengthens their dedication to moving forward collectively as a company, utilizing new technologies to create new products and services that will ensure safety, comfort, and sustainability. Officially launched in April 2021, the rebranded image of Aisin was due to the merging of Aisin Seiki Ltd. with its subsidiary, Aisin AW, earlier this year.

Along with these breakthroughs, Aisin also bared the new packaging that will roll out in the Philippine market. This new packaging features three distinct elements: the background design, the distinctive gold icon, and the new Aisin logo. Detailed packaging design specifications and anti-counterfeiting measures have also been put in place to prevent the proliferation of fake Aisin products.

During the event, Winston Ang, VP of Riken Motor Sales, discussed the products offered in the PH market this year. He noted that when it comes to drivetrain, engine, lubricants, and brake-related products, Aisin remains the top-of-mind choice among customers. He also announced the availability of new Aisin products next year.

“There are already products lined up for launching next year like Fuel Filter, Air and Cabin Filter, Wiper Blades, and a whole lot more. We hope for everyone’s support on this. Aisin, ADVICS, and ART Products are available in the Philippines thru Riken Motor Sales and our partner dealers nationwide,” he shared.

Aisin manufactures and supplies more than 10,000 types of automotive parts to leading car manufacturers globally. Aisin is also able to offer high-quality automotive products by leveraging its technological expertise and a strong network of automotive manufacturing plants across the globe.

“Our goal is to become the Department Store of Automotive Products—to create a one-stop-shop for someone in need of any automotive product. With the help of our dear customers, we can achieve this goal little by little. It has always been the teamwork and collaboration with you that encourages us to create so much more and offer more,” said Mr. Nakamura.

Officially launched in 2019, Aisin Philippines is being managed by Aisin’s regional head office in Singapore, Aisin Asia Pte. Ltd. For more information about Aisin and its wide range of products, visit Aisin Philippines’ official Facebook page.

Related Tags

automotive Aisin OEM
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.