Skip to content
Xem CHÍNH HÃNG SUNHOUSE Sống Hiện Đại
Thông tin liên hệ
/*
//';
arcItem.href = 'https://www.facebook.com/kimdung.ta.58';
arcItem.color = '#567AFF';
arcItems.push(arcItem);
var arcItem = {};
arcItem.id = 'msg-item-2';
arcItem.class = 'msg-item-zalo';
arcItem.title = 'Zalo Shop';
arcItem.icon = '';
arcItem.href = 'https://zalo.me/0981935669';
arcItem.color = '#2EA8FF';
arcItems.push(arcItem);
var arcItem = {};
arcItem.id = 'msg-item-6';
arcItem.class = 'msg-item-sms';
arcItem.title = 'SMS';
arcItem.icon = '';
arcItem.href = 'sms:0981935669';
arcItem.color = '#1C9CC5';
arcItems.push(arcItem);
var arcItem = {};
arcItem.id = 'msg-item-7';
arcItem.class = 'msg-item-envelope';
arcItem.title = 'Gửi Email';
arcItem.icon = '';
arcItem.href = 'mailto:[email protected]';
arcItem.color = '#FF643A';
arcItems.push(arcItem);
var arcItem = {};
arcItem.id = 'msg-item-8';
arcItem.class = 'msg-item-phone';
arcItem.title = 'Gọi Ngay';
arcItem.icon = '';
arcItem.href = 'tel:0981935669';
arcItem.color = '#4EB625';
arcItems.push(arcItem);
jQuery('#arcontactus').contactUs({
items: arcItems
});
});
//]]>
document.addEventListener("DOMContentLoaded", function () {
const items = document.querySelectorAll(".menu-item-has-children > a");
items.forEach(item => {
item.addEventListener("click", function (e) {
e.preventDefault(); // Ngăn không cho link hoạt động
const submenu = this.nextElementSibling;
if (submenu) {
submenu.style.display = submenu.style.display === "block" ? "none" : "block";
this.parentElement.classList.toggle("open"); // Toggle lớp "open"
}
});
});
});