MaxxForce là dòng động cơ diesel hiệu suất cao, được phát triển cho các ứng dụng xe thương mại và công nghiệp nặng. Với thiết kế mạnh mẽ, tối ưu khả năng vận hành và độ bền lâu dài, động cơ MaxxForce đáp ứng tốt yêu cầu về hiệu suất, độ tin cậy và khả năng hoạt động liên tục trong môi trường làm việc cường độ cao.

No products were found matching your selection.

document.addEventListener("DOMContentLoaded", function () { const btn = document.querySelector(".nut2 a"); if (!btn) return; // ===== LẤY BRAND TỪ ẢNH ===== const brandImg = document.querySelector(".product-brand img"); if (!brandImg || !brandImg.alt) return; const brand = brandImg.alt.toLowerCase(); // ===== LẤY TÊN SẢN PHẨM ===== const titleEl = document.querySelector("h1.product-title, h1.entry-title"); if (!titleEl) return; const name = titleEl.innerText.trim().toLowerCase(); const nameNoSpace = name.replace(/\s+/g, ''); const nameSlug = name.replace(/\s+/g, '-'); let url = "#"; if (brand.includes("fleetguard")) { url = "https://www.fleetguard.com/fr/product/" + nameSlug; } else if (brand.includes("mann")) { // w-962-1 → w962/1 const code = nameNoSpace.replace('-', ''); url = "https://www.mann-filter.com/vn-vi/catalog/search-results/product.html/" + code + "_mann-filter.html"; } else if (brand.includes("wix")) { url = "https://www.wixfilters.com/vi-vn/catalog/results/product.html/" + nameNoSpace + "_wix.html"; } btn.href = url; btn.target = "_blank"; });