EN CN

Products

Explore our premium product series

ON-608 Gold-1

ON-608 Gold-1

ON-608

ON-608

ON-385BM

ON-385BM

ON-385 Silver

ON-385 Silver

ON-385 Gold-3

ON-385 Gold-3

ON-385 Gold-2

ON-385 Gold-2

ON-385 Gold-1

ON-385 Gold-1

ON-385

ON-385

ON-333 Gold

ON-333 Gold

ON-327

ON-327

ON-324 Gold-2

ON-324 Gold-2

ON-324 Gold-1

ON-324 Gold-1

Scan QR Code
For More Information
$(function(){ $('a[href^="#"]').on('click', function(e) { e.preventDefault(); var target = $(this.getAttribute('href')); if (target.length) { $('html, body').stop().animate({ scrollTop: target.offset().top - 100 }, 800); } }); $('.product-nav a').on('click', function() { $('.product-nav a').removeClass('active'); $(this).addClass('active'); }); $('.product-card img').each(function() { $(this).on('load', function() { $(this).css('opacity', '0').animate({opacity: 1}, 500); }); }); $('.product-card').hover( function() { $(this).find('.product-title').css('color', '#975540'); }, function() { $(this).find('.product-title').css('color', '#333'); } ); });