Aidian (formerly Orion Diagnostica)
Aidian (formerly Orion Diagnostica) builds well-being by specialising in accurate and affordable clinical diagnostic and hygiene monitoring tests, which are easy to use and provide fast results. The range includes the point-of-care QuikRead go instrument that provides rapid results for CRP, CRP+Hb, iFOBT and Strep A as well as the newly released HbA1c assay.
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(); });