<?php if ( is_active_sidebar( 'kofejob-blog-widget' ) ) { ?>
<div class="col-lg-4 col-md-12 sidebar-right theiaStickySidebar">
<?php dynamic_sidebar( 'kofejob-blog-widget' ); ?>
</div>
<?php } else if ( is_active_sidebar( 'sidebar-1' ) ) { ?>
<div class="col-lg-4 col-md-12 sidebar-right theiaStickySidebar">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div>
<?php } ?>