Abacus dx is excited to present Certest’s latest VIASURE catalogue, which features a wide range of products and solutions for effective molecular diagnostics.
Explore the latest diagnostic advancements that can transform your lab operation!
Download the 2025 Certest VIASURE Catalogue
2025 Certest VIASURE Catalogue
THESE PRODUCTS ARE NOT AVAILABLE FOR PURCHASE BY THE GENERAL PUBLIC.
function resizeCTA(){
jQuery(".em_ctab__cta_main_container").each(function(){
var containerHeight = jQuery(this).outerHeight(); var containerWidth = jQuery(this).width();
var content = jQuery(this).find('.em_ctab__cta_content p'); var button = jQuery(this).find('.em_ctab__cta_button');
button.css('top', (containerHeight/2 - button.outerHeight()/2) );
var marginRight = button.outerWidth() + 25;
content.css('margin-right', marginRight);
});
}
jQuery( window ).resize(function() { resizeCTA(); });
jQuery(document).ready(function(){ resizeCTA(); });