I updated this file: /templates/ja_restaurant/acm/features-intro/tmpl/style-1.php
added this script at the end of file:
<script>
(function($){
$(document).ready(function(){
$('.acm-container-tabs .tab-pane').removeClass('show');
});
})(jQuery);
</script>