2022 Product Catalogue now available
Products are for professional/laboratory use only.
Abacus dx are pleased to inform you that the Thermo Fisher Immunodiagnostics Product Catalogue is now available.
Thermo Fisher Scientific is a leading provider of IVD tests for allergy and autoimmune diseases. As immunodiagnostic experts, Thermo Fisher work to significantly improve the management of allergy, asthma, and autoimmune diseases. This is done by providing healthcare professionals with diagnostic technologies and clinical expertise, enabling better health care and leading to improved quality of life for millions of patients and their caregivers.
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(); });