2023 Thermo Fisher Product Catalog now available
Products are for professional/laboratory use only.
We are pleased to launch the Thermo Fisher Phadia product catalog for ImmunoCAP and EliA.
Thermo Fisher Scientific is a leading provider of IVD tests for allergy and autoimmune diseases. As immunodiagnostic experts, Thermo Fisher Scientific work to significantly improve the management of allergy, asthma, and autoimmune diseases. This is achieved by providing healthcare professionals with diagnostic technologies and clinical expertise, enabling better healthcare 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(); });