Our Innovation -
Driven Facilities
Innovation in every corner.
Facilities
State-of-the-art
R&D Center
Our Research & Development Center is the heart of innovation, where science meets creativity to design cutting-edge solutions for food, beverage, wellness, and beyond.
Production Facilities
Equipped to handle a wide range of flavor formulations, we adhere to the highest industry standards, including ISO 9001, Halal certification, and GMP compliance. This ensures that every product we deliver meets rigorous quality, safety, and regulatory requirements, empowering our partners to innovate with confidence.
Flavorist & Application
Laboratory
Our dedicated Flavorist & Application Laboratory brings ideas to life, combining advanced technology with expert craftsmanship to create, test, and launch innovative flavors.
// Get all facility cards
// Detect touch device
// Remove active class from all cards
// ===== MOBILE/TABLET: Click/Tap Behavior =====
// Toggle active
// Close when clicking outside
// ===== DESKTOP: Mouse Hover Behavior =====
// Add active on mouseenter
removeAllActive(); // Remove dari semua card lain
this.classList.add('active'); // Add ke card ini
// Remove active on mouseleave