Trịnh Ngọc Minh anh xem qua code của em rồi, rất đơn giản thôi! Em thay toàn bộ js thành code dưới đây là được nhé 🙈
<script src='//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js'></script>
<script type='text/javascript'>
$(window).load(function () {
setTimeout(function () {
$(".preloading").fadeOut("slow");
}, 5000) // 5 seconds x 1000 milisec = 5000 milisec
});
</script>
Chúc em thành công 🎉