Hi
You can open this file:
ROOT/templates/ja_landscape/acm/clients/tmpl/style-1.php
Look for this line of code:
<?php if($clientLink):?><a href="<?php echo $clientLink; ?>" title="<?php echo $clientName; ?>" target="_blank"><?php endif; ?>
<img class="img-responsive" alt="<?php echo $clientName; ?>" src="<?php echo $clientLogo; ?>">
<?php if($clientLink):?></a><?php endif; ?>
and add attribute: target="_blank" as above