Fleetguard là thương hiệu hàng đầu thế giới về giải pháp lọc và bảo vệ động cơ, cung cấp các sản phẩm lọc dầu, lọc nhiên liệu, lọc khí, lọc thủy lực và các phụ kiện lọc khác cho nhiều ứng dụng công nghiệp, xe thương mại và máy móc nặng. Với hơn 60 năm kinh nghiệm, công nghệ tiên tiến và mạng lưới toàn cầu, Fleetguard giúp kéo dài tuổi thọ thiết bị, nâng cao hiệu suất vận hành và bảo vệ máy móc dưới mọi điều kiện hoạt động

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"; });