Hi hostrk
You can try opening this file:
/templates/ja_lawfirm/acm/container-tabs/tmpl/style-1.php
Add this script at the end of file:
<script>
(function($){
$(document).ready(function(){
$('.acm-container-tabs .tab-pane').removeClass('show');
});
})(jQuery);
</script>
Then clear all caches.