cwadex I can't access FTP now, to enable the sound, you can open this file:
/templates/ja_donate/acm/slideshow/tmpl/style-owl.php
Line 40:
<iframe width="560" height="315" src="https://www.youtube.com/embed/<?php echo $helper->get('data.video', $i); ?>?version=3&autoplay=1&mute=1&loop=1&rel=0&controls=0&showinfo=0&playlist=<?php echo $helper->get('data.video', $i); ?>" allowfullscreen></iframe>
Remove the param: &mute=1
<iframe width="560" height="315" src="https://www.youtube.com/embed/<?php echo $helper->get('data.video', $i); ?>?version=3&autoplay=1&loop=1&rel=0&controls=0&showinfo=0&playlist=<?php echo $helper->get('data.video', $i); ?>" allowfullscreen></iframe>