Giá: 16.5 tỷ
Địa chỉ: Đường 30 tháng 4, Tân An mới, Cần Thơ
Giá: 16 tỷ
Địa chỉ: Đường A10 KDC Hưng Phú, Cái Răng, Cần Thơ
Giá: 26 tỷ
Địa chỉ: Cách Mạng tháng 8, Cái khế, Cần Thơ
script> document.addEventListener("DOMContentLoaded", function() { function updateAnimations() { document.querySelectorAll('[data-animate="fadeInUp"]').forEach(function(el) { el.style.setProperty('animation-delay', '4s', 'important'); el.style.setProperty('-webkit-animation-delay', '4s', 'important'); el.style.setProperty('animation-duration', '1.5s', 'important'); el.style.setProperty('-webkit-animation-duration', '1.5s', 'important'); }); } // Gọi ngay khi trang load updateAnimations(); // Flatsome load lại animation khi scroll => gọi lại mỗi khi cuộn window.addEventListener('scroll', updateAnimations); window.addEventListener('ux_appear', updateAnimations); // Hook riêng của Flatsome });