const t=document.getElementById("banner"),o=document.querySelectorAll(".banner-top .ul-1 li"),l=document.querySelectorAll(".text-banner-top");t.addEventListener("mousemove",()=>{o.forEach(e=>{e.style.backgroundColor="#bfbfbda3"}),l.forEach(e=>{e.style.visibility="visible"})});t.addEventListener("mouseout",()=>{o.forEach(e=>{e.style.backgroundColor="transparent"}),l.forEach(e=>{e.style.visibility="hidden"})});const n=document.getElementById("value"),s=document.querySelectorAll("#value img"),a=document.querySelectorAll("#value .text-value");n.addEventListener("mousemove",()=>{s.forEach(e=>{e.style.display="none"}),a.forEach(e=>{e.style.display="block"})});n.addEventListener("mouseout",()=>{s.forEach(e=>{e.style.display="block"}),a.forEach(e=>{e.style.display="none"})});
