// Cấu hình Chatbase: luôn mở
window.chatbaseConfig = {
chatbotId: "KZYpIiSIuTaOi87Y17Oki",
openOnLoad: true,
openDelay: 500, // mở rất nhanh
hideLauncher: true // ẨN icon bong bóng
};
// Load Chatbase
(function () {
var script = document.createElement("script");
script.src = "https://www.chatbase.co/embed.min.js";
script.id = "KZYpIiSIuTaOi87Y17Oki";
script.async = true;
document.body.appendChild(script);
})();