<script> // 18-01-2025 tuanphan const galleryAppend = () => { const gallery01 = document.querySelector('#gallery-01'); const gallery02 = document.querySelector('#gallery-02'); const section01 = document.querySelector('section[data-section-id="677f929e741e4b46d1404afb"]'); const section02 = document.querySelector('section[data-section-id="678b6ec605b99928fd3c506f"]'); if (gallery01 && section01) { gallery01.appendChild(section01); } if (gallery02 && section02) { gallery02.appendChild(section02); } }; document.addEventListener('DOMContentLoaded', galleryAppend); </script>