{"id":9,"date":"2026-05-07T06:06:42","date_gmt":"2026-05-07T06:06:42","guid":{"rendered":"https:\/\/www.racermedical.com.sg\/?page_id=9"},"modified":"2026-07-10T08:07:12","modified_gmt":"2026-07-10T08:07:12","slug":"home","status":"publish","type":"page","link":"https:\/\/www.racermedical.com.sg\/zh\/","title":{"rendered":"Home"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_3_5 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h1>End-to-End CDMO for the World\u2019s Leading Medical Devices<\/h1>\n<p>Racer Medical delivers complete medical device manufacturing solutions with integrated engineering, tooling, molding, and assembly across global facilities.<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"et_pb_code_1 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><div class=\"racer-faq-search-wrap\">\n\n    <!-- Original dropdown (hidden, keeps functionality) -->\n    <select class=\"racer-faq-dropdown\" id=\"racerFaqDropdown\" style=\"display: none;\">\n        <option value=\"\" selected disabled>\n            How Can Racer Medical Help Me...\n        <\/option>\n\n        <option value=\"https:\/\/www.racermedical.com.sg\/capabilities\/contract-manufacturing-assembly\/\">\n            How can Racer provide manufacturing compliance with ISO13485?\n        <\/option>\n\n        <option value=\"https:\/\/www.racermedical.com.sg\/capabilities\/rapid-prototyping\/\">\n            How can Racer provide reliable and scalable production?\n        <\/option>\n\n        <option value=\"https:\/\/www.racermedical.com.sg\/capabilities\/product-development\/\">\n            How can Racer provide consistency in scaled manufacturing?\n        <\/option>\n\n        <option value=\"https:\/\/www.racermedical.com.sg\/portfolio\">\n            How can Racer provide support for proof-of-concept?\n        <\/option>\n\n        <option value=\"https:\/\/www.racermedical.com.sg\/capabilities\/plastics-injection-molding\/\">\n            How can Racer provide precision molding that meets medical standards?\n        <\/option>\n\n        <option value=\"https:\/\/www.racermedical.com.sg\/capabilities\/tooling\/\">\n            How can Racer provide DFM support to improve cost and performance?\n        <\/option>\n\n        <option value=\"https:\/\/www.racermedical.com.sg\/capabilities\/quality-management-system\/\">\n            How can Racer provide compliant validation and documentation?\n        <\/option>\n\n        <option value=\"https:\/\/www.racermedical.com.sg\/sustainability\">\n            How can Racer provide sustainable manufacturing without compromising medical quality?\n        <\/option>\n    <\/select>\n\n    <!-- Custom frontend dropdown -->\n    <div class=\"custom-dropdown-container\">\n        <div class=\"custom-dropdown-selected\" id=\"customDropdownSelected\">\n            <span class=\"custom-dropdown-text\">How Can Racer Medical Help Me...<\/span>\n            <span class=\"custom-dropdown-arrow\">\u25bc<\/span>\n        <\/div>\n        <div class=\"custom-dropdown-options\" id=\"customDropdownOptions\">\n            <div class=\"custom-dropdown-option\" data-value=\"\">\n                How Can Racer Medical Help Me...\n            <\/div>\n            <div class=\"custom-dropdown-option\"\n                data-value=\"https:\/\/www.racermedical.com.sg\/capabilities\/contract-manufacturing-assembly\/\">\n                How can Racer provide manufacturing compliance with ISO13485?\n            <\/div>\n            <div class=\"custom-dropdown-option\"\n                data-value=\"https:\/\/www.racermedical.com.sg\/capabilities\/rapid-prototyping\/\">\n                How can Racer provide reliable and scalable production?\n            <\/div>\n            <div class=\"custom-dropdown-option\"\n                data-value=\"https:\/\/www.racermedical.com.sg\/capabilities\/product-development\/\">\n                How can Racer provide consistency in scaled manufacturing?\n            <\/div>\n            <div class=\"custom-dropdown-option\" data-value=\"https:\/\/www.racermedical.com.sg\/portfolio\">\n                How can Racer provide support for proof-of-concept?\n            <\/div>\n            <div class=\"custom-dropdown-option\"\n                data-value=\"https:\/\/www.racermedical.com.sg\/capabilities\/plastics-injection-molding\/\">\n                How can Racer provide precision molding that meets medical standards?\n            <\/div>\n            <div class=\"custom-dropdown-option\" data-value=\"https:\/\/www.racermedical.com.sg\/capabilities\/tooling\/\">\n                How can Racer provide DFM support to improve cost and performance?\n            <\/div>\n            <div class=\"custom-dropdown-option\"\n                data-value=\"https:\/\/www.racermedical.com.sg\/capabilities\/quality-management-system\/\">\n                How can Racer provide compliant validation and documentation?\n            <\/div>\n\n            <div class=\"custom-dropdown-option\"\n                data-value=\"\/capabilities\/contract-manufacturing-assembly\/\">\n                How can Racer Provide cost efficiency without compromising quality?\n            <\/div>\n            <div class=\"custom-dropdown-option\" data-value=\"https:\/\/www.racermedical.com.sg\/sustainability\">\n                How can Racer provide sustainable manufacturing without compromising medical quality?\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <a href=\"#\" class=\"racer-learn-more-btn\" id=\"racerLearnMoreBtn\">\n        Learn More\n    <\/a>\n\n<\/div>\n\n\n<script>\n    document.addEventListener(\"DOMContentLoaded\", function () {\n\n        const dropdown = document.getElementById(\"racerFaqDropdown\");\n        const button = document.getElementById(\"racerLearnMoreBtn\");\n        const customSelected = document.getElementById(\"customDropdownSelected\");\n        const customOptions = document.getElementById(\"customDropdownOptions\");\n        const options = customOptions.querySelectorAll('.custom-dropdown-option');\n\n        \/\/ Toggle dropdown\n        customSelected.addEventListener('click', function () {\n            this.classList.toggle('active');\n            customOptions.classList.toggle('show');\n        });\n\n        \/\/ Close dropdown when clicking outside\n        document.addEventListener('click', function (e) {\n            if (!customSelected.contains(e.target) && !customOptions.contains(e.target)) {\n                customSelected.classList.remove('active');\n                customOptions.classList.remove('show');\n            }\n        });\n\n        \/\/ Handle option selection\n        options.forEach(option => {\n            option.addEventListener('click', function () {\n                const value = this.getAttribute('data-value');\n                const text = this.textContent.trim();\n\n                \/\/ Update custom dropdown display\n                customSelected.querySelector('.custom-dropdown-text').textContent = text;\n\n                \/\/ Remove selected class from all options\n                options.forEach(opt => opt.classList.remove('selected'));\n                \/\/ Add selected class to clicked option\n                this.classList.add('selected');\n\n                \/\/ Update original dropdown\n                dropdown.value = value;\n\n                \/\/ Update button link\n                button.setAttribute(\"href\", value);\n\n                \/\/ Close dropdown\n                customSelected.classList.remove('active');\n                customOptions.classList.remove('show');\n            });\n        });\n\n        \/\/ Original functionality\n        dropdown.addEventListener(\"change\", function () {\n            const selectedLink = this.value;\n            button.setAttribute(\"href\", selectedLink);\n        });\n\n    });\n<\/script><\/div><\/div>\n\n<div class=\"et_pb_code_2 et_pb_code et_pb_module\"><\/div>\n\n<div class=\"et_pb_code_3 et_pb_code et_pb_module\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_1 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_1 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_1 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Our Company<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_2 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_2 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_2_5 et_flex_column_2_5_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_2 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>30+ Years of MedTech Excellence Built for\u2028Global Scale<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_3 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Racer Medical is a trusted CDMO delivering secure, compliant, and cost-efficient medical device manufacturing. Headquartered in Singapore with multi-site facilities across Asia, we support your product from early design through full-scale production with precision molding, cleanroom assembly, reagent filling, and turnkey build services.<\/p>\n<p>Whether advancing a prototype or manufacturing a Class III device, our integrated operations ensure consistent quality and reliable global supply.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_3 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_3_5 et_flex_column_3_5_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_4 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Trusted by Medical Innovators<\/h4>\n<\/div><\/div>\n\n<div class=\"et_pb_row_3 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_4 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone trusted-medical-container\">\n<div class=\"et_pb_blurb_0 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/rating-icon.svg\" width=\"33\" height=\"32\" srcset=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/rating-icon.svg 33w\" sizes=\"(min-width: 0px) and (max-width: 0px) 0px, (min-width: 1px) 33px, 100vw\" class=\"wp-image-145\" alt=\"star rating\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h3 class=\"et_pb_module_header\">30+ Years<\/h3><div class=\"et_pb_blurb_description\"><p>of CDMO Expertise<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_blurb_1 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/worldwide-icon.svg\" width=\"32\" height=\"32\" srcset=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/worldwide-icon.svg 32w\" sizes=\"(min-width: 0px) and (max-width: 0px) 0px, (min-width: 1px) 32px, 100vw\" class=\"wp-image-155\" alt=\"Globe Icon\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h3 class=\"et_pb_module_header\">200+<\/h3><div class=\"et_pb_blurb_description\"><p>Global Partners<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_blurb_2 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/verified-icon.svg\" width=\"32\" height=\"32\" srcset=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/verified-icon.svg 32w\" sizes=\"(min-width: 0px) and (max-width: 0px) 0px, (min-width: 1px) 32px, 100vw\" class=\"wp-image-156\" alt=\"Checkmark Icon\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h3 class=\"et_pb_module_header\">ISO-Certified Class<\/h3><div class=\"et_pb_blurb_description\" data-et-mv-hidden-tablet=\"true\"><p>10K and 100K Cleanrooms<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_blurb_3 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/24-hours-icon.svg\" width=\"32\" height=\"32\" srcset=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/24-hours-icon.svg 32w\" sizes=\"(min-width: 0px) and (max-width: 0px) 0px, (min-width: 1px) 32px, 100vw\" class=\"wp-image-157\" alt=\"24\/7 Icon\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h3 class=\"et_pb_module_header\">24\/7<\/h3><div class=\"et_pb_blurb_description\"><p>Multi-Site Production Capacity<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_4 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_5 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_5 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Our Partners<\/h3>\n\n\n\n<div class=\"our-partners-logo-section\">\n    <div class=\"our-partners-logo-viewport\" id=\"opl-viewport\">\n    <div class=\"our-partners-logo-track\" id=\"opl-track\"><\/div>\n  <\/div>\n  <div class=\"our-partners-logo-dots\" id=\"opl-dots\"><\/div>\n<\/div>\n\n<script>\n(function(){\n  const logos = [\n    { src: '\/wp-content\/uploads\/2026\/05\/AStar.webp', alt: 'AStar' },\n    { src: '\/wp-content\/uploads\/2026\/05\/Cambridge-University.webp', alt: 'Cambridge University' },\n    { src: '\/wp-content\/uploads\/2026\/05\/Cedars-Sinai.webp', alt: 'Cedars Sinai' },\n    { src: '\/wp-content\/uploads\/2026\/05\/CGH.webp', alt: 'CGH' },\n    { src: '\/wp-content\/uploads\/2026\/05\/Co11ab.webp', alt: 'Co11ab' },\n    { src: '\/wp-content\/uploads\/2026\/05\/Enterprise-Singapore.webp', alt: 'Enterprise Singapore' },\n    { src: '\/wp-content\/uploads\/2026\/05\/Heal-Venture-Lab.webp', alt: 'Heal Venture Lab' },\n    { src: '\/wp-content\/uploads\/2026\/05\/Larta-Institute.webp', alt: 'Larta Institute' },\n    { src: '\/wp-content\/uploads\/2026\/05\/MedTech-Catapult.webp', alt: 'MedTech Catapult' },\n    { src: '\/wp-content\/uploads\/2026\/05\/Ngee-Ann-Polytechnic.webp', alt: 'Ngee Ann Polytechnic' },\n    { src: '\/wp-content\/uploads\/2026\/05\/NHG-Health.webp', alt: 'NHG Health' },\n    { src: '\/wp-content\/uploads\/2026\/05\/NHS.webp', alt: 'NHS' },\n    { src: '\/wp-content\/uploads\/2026\/05\/NUHS.webp', alt: 'NUHS' },\n    { src: '\/wp-content\/uploads\/2026\/05\/SIMTech.webp', alt: 'SIMTech' },\n    { src: '\/wp-content\/uploads\/2026\/05\/SGH.webp', alt: 'SGH' },\n    { src: '\/wp-content\/uploads\/2026\/05\/SMF.webp', alt: 'SMF' },\n    { src: '\/wp-content\/uploads\/2026\/05\/SingHealth.webp', alt: 'SingHealth' },\n    { src: '\/wp-content\/uploads\/2026\/05\/SPETA.webp', alt: 'SPETA' },\n];\n\n  const track = document.getElementById('opl-track');\n  const viewport = document.getElementById('opl-viewport');\n  const dotsEl = document.getElementById('opl-dots');\n\n  const GAP = 16;\n\n  function makeSlide(logo, isHalf) {\n    const slide = document.createElement('div');\n    slide.className = 'our-partners-logo-slide';\n\n    if (isHalf) {\n      slide.style.cssText += `\n        opacity:0.5;\n        border-right-color:transparent;\n        border-radius:var(--border-radius-lg) 0 0 var(--border-radius-lg);\n        overflow:hidden;\n      `;\n    }\n\n    const img = document.createElement('img');\n    img.src = logo.src;\n    img.alt = logo.alt;\n    img.loading = 'lazy';\n\n    slide.appendChild(img);\n\n    return slide;\n  }\n\n  function getColumns() {\n    \/\/ Mobile\n    if (window.innerWidth <= 768) {\n      return 2;\n    }\n\n    \/\/ Tablet\n    if (window.innerWidth <= 980) {\n      return 4;\n    }\n\n    \/\/ Desktop\n    return 7.6;\n  }\n\n  function getSlideWidth() {\n    const vw = viewport.offsetWidth;\n    const columns = getColumns();\n\n    return (vw - GAP * (Math.ceil(columns) - 1)) \/ columns;\n  }\n\n  const totalLogos = logos.length;\n\n  let currentIndex = 0;\n  let isAnimating = false;\n\n  function buildTrack() {\n    track.innerHTML = '';\n\n    const clonesBefore = logos.length;\n    const clonesAfter = logos.length + 1;\n\n    const allLogos = [\n      ...logos.slice(-clonesBefore),\n      ...logos,\n      ...logos.slice(0, clonesAfter),\n    ];\n\n    allLogos.forEach((logo, i) => {\n      const isLastVisible = i === clonesBefore + logos.length;\n\n      const slide = makeSlide(logo, isLastVisible);\n\n      const sw = getSlideWidth();\n\n      slide.style.minWidth = `${sw}px`;\n      slide.style.width = `${sw}px`;\n      slide.style.marginRight = `${GAP}px`;\n\n      track.appendChild(slide);\n    });\n\n    const startOffset = clonesBefore;\n\n    currentIndex = startOffset;\n\n    setPosition(currentIndex, false);\n\n    renderDots(0);\n  }\n\n  function setPosition(index, animate) {\n    const sw = getSlideWidth();\n\n    const offset = index * (sw + GAP);\n\n    track.style.transition = animate\n      ? 'transform 0.45s cubic-bezier(0.25,0.8,0.25,1)'\n      : 'none';\n\n    track.style.transform = `translateX(-${offset}px)`;\n  }\n\n  function getDotIndex() {\n    const clonesBefore = logos.length;\n\n    return (currentIndex - clonesBefore + totalLogos) % totalLogos;\n  }\n\n  function renderDots(active) {\n    dotsEl.innerHTML = '';\n\n    logos.forEach((_, i) => {\n      const d = document.createElement('button');\n\n      d.className =\n        'our-partners-logo-dot' + (i === active ? ' active' : '');\n\n      d.setAttribute('aria-label', 'Go to logo set ' + (i + 1));\n\n      d.addEventListener('click', () => goToLogo(i));\n\n      dotsEl.appendChild(d);\n    });\n  }\n\n  function goToLogo(logoIndex) {\n    if (isAnimating) return;\n\n    const clonesBefore = logos.length;\n\n    const target = clonesBefore + logoIndex;\n\n    isAnimating = true;\n\n    currentIndex = target;\n\n    setPosition(currentIndex, true);\n\n    setTimeout(() => {\n      isAnimating = false;\n      renderDots(getDotIndex());\n    }, 460);\n  }\n\n  function advance(dir) {\n    if (isAnimating) return;\n\n    isAnimating = true;\n\n    currentIndex += dir;\n\n    setPosition(currentIndex, true);\n\n    setTimeout(() => {\n      const clonesBefore = logos.length;\n      const clonesAfterStart = clonesBefore + logos.length;\n\n      if (currentIndex >= clonesAfterStart) {\n        currentIndex =\n          clonesBefore + (currentIndex - clonesAfterStart);\n\n        setPosition(currentIndex, false);\n\n      } else if (currentIndex < clonesBefore) {\n        currentIndex =\n          clonesAfterStart - (clonesBefore - currentIndex);\n\n        setPosition(currentIndex, false);\n      }\n\n      isAnimating = false;\n\n      renderDots(getDotIndex());\n\n    }, 460);\n  }\n\n  let dragStartX = 0;\n  let dragging = false;\n  let dragMoved = 0;\n\n  viewport.addEventListener('mousedown', e => {\n    dragging = true;\n    dragStartX = e.clientX;\n    dragMoved = 0;\n\n    track.style.transition = 'none';\n  });\n\n  window.addEventListener('mousemove', e => {\n    if (!dragging) return;\n\n    dragMoved = e.clientX - dragStartX;\n\n    const sw = getSlideWidth();\n\n    track.style.transform =\n      `translateX(${-(currentIndex * (sw + GAP)) + dragMoved}px)`;\n  });\n\n  window.addEventListener('mouseup', () => {\n    if (!dragging) return;\n\n    dragging = false;\n\n    if (dragMoved < -50) {\n      advance(1);\n\n    } else if (dragMoved > 50) {\n      advance(-1);\n\n    } else {\n      setPosition(currentIndex, true);\n    }\n\n    dragMoved = 0;\n  });\n\n  viewport.addEventListener('touchstart', e => {\n    dragStartX = e.touches[0].clientX;\n    dragMoved = 0;\n\n    track.style.transition = 'none';\n  }, { passive: true });\n\n  viewport.addEventListener('touchmove', e => {\n    dragMoved = e.touches[0].clientX - dragStartX;\n\n    const sw = getSlideWidth();\n\n    track.style.transform =\n      `translateX(${-(currentIndex * (sw + GAP)) + dragMoved}px)`;\n\n  }, { passive: true });\n\n  viewport.addEventListener('touchend', () => {\n    if (dragMoved < -40) {\n      advance(1);\n\n    } else if (dragMoved > 40) {\n      advance(-1);\n\n    } else {\n      setPosition(currentIndex, true);\n    }\n\n    dragMoved = 0;\n  });\n\n  \/\/ Rebuild on resize\n  window.addEventListener('resize', () => {\n    buildTrack();\n  });\n\n  \/\/ Initial build\n  buildTrack();\n\n  \/\/ Auto slide\n  let autoTimer = setInterval(() => advance(1), 3000);\n\n  viewport.addEventListener('mouseenter', () => {\n    clearInterval(autoTimer);\n  });\n\n  viewport.addEventListener('mouseleave', () => {\n    autoTimer = setInterval(() => advance(1), 3000);\n  });\n\n})();\n<\/script>\n<style>.our-partners-logo-section {\n    font-family: var(--font-sans);\n}\n.our-partners-logo-heading {\n    text-align: center;\n    font-size: 22px;\n    font-weight: 500;\n    color: var(--color-text-primary);\n    margin: 0 0 1.5rem;\n}\n.our-partners-logo-viewport {\n    overflow: hidden;\n    position: relative;\n}\n.our-partners-logo-track {\n    display: flex;\n    gap: 16px;\n    will-change: transform;\n}\n.our-partners-logo-slide {\n    flex: 0 0 calc((100% - 16px * 7) \/ 7.6);\n    background: var(--color-background-primary);\n    border: 0.5px solid var(--color-border-tertiary);\n    border-radius: var(--border-radius-lg);\n    height: 72px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 10px 14px;\n    box-sizing: border-box;\n}\n.our-partners-logo-slide img {\n    max-width: 100%;\n    max-height: 60px;\n    object-fit: contain;\n}\n.our-partners-logo-dots {\n    display: flex;\n    justify-content: center;\n    gap: 6px;\n    margin-top: 0rem;\n}\n.our-partners-logo-dot {\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    border: none;\n    padding: 0;\n    cursor: pointer;\n    background: var(--color-border-secondary);\n    transition: background 0.2s, transform 0.2s;\n}\n.our-partners-logo-dot.active {\n    background: var(--color-text-primary);\n    transform: scale(1.3);\n}<\/style>\n<\/div>\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_0_wrapper\"><a class=\"et_pb_button_0 et_pb_button et_pb_bg_layout_light et_pb_module et_block_module btn-effect\" href=\"https:\/\/www.racermedical.com.sg\/zh\/about-us\/\">Learn More About Us<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_5 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_6 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_6 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>The CDMO Journey: From Concept to\u2028Commercialization with Racer Medical<\/h3>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_7 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_7 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Streamline your supply chain with our integrated 5-stage CDMO framework.\u2028We guide your medical device from initial sketch to global fulfillment\u2014ensuring regulatory compliance and engineering precision at every step.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_6 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_8 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_4 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><div class=\"capability-wrapper\">\n<!-- TOP IMAGE SLIDER -->\n<div class=\"slider-for\">\n    <div>\n        <img decoding=\"async\" class=\"capability-image\"\n             src=\"\/wp-content\/uploads\/2026\/05\/OEM-Product-Development.webp\"\n             alt=\"OEM Product Development\">\n    <\/div>\n    <div>\n        <img decoding=\"async\" class=\"capability-image\"\n             src=\"\/wp-content\/uploads\/2026\/05\/MedTech-Prototyping.webp\"\n             alt=\"MedTech Prototyping\">\n    <\/div>\n    <div>\n        <img decoding=\"async\" class=\"capability-image\"\n             src=\"\/wp-content\/uploads\/2026\/05\/Quality-Validation.webp\"\n             alt=\"Quality Validation\">\n    <\/div>\n    <div>\n        <img decoding=\"async\" class=\"capability-image\"\n             src=\"\/wp-content\/uploads\/2026\/05\/Precision-Manufacturing.webp\"\n             alt=\"Precision Manufacturing\">\n    <\/div>\n    <div>\n        <img decoding=\"async\" class=\"capability-image\"\n             src=\"\/wp-content\/uploads\/2026\/05\/Packaging-Fulfillment.webp\"\n             alt=\"Packaging Fulfillment\">\n    <\/div>\n<\/div>\n\n    <!-- BOTTOM NAV SLIDER -->\n    <div class=\"slider-nav\">\n        <!-- ITEM 1 -->\n        <div>\n            <div class=\"capability-item\">\n                <div class=\"capability-dot\"><\/div>\n                <h3 class=\"capability-title\">\n                    OEM Product Development\n                <\/h3>\n                <div class=\"capability-desc\">\n                    Our engineers engage early to refine your concept,\n                    utilizing Design for Manufacturing (DFM) to identify\n                    cost savings and mitigate risks before tooling begins.\n                <\/div>\n                <a href=\"\/capabilities\/product-development\/\" class=\"capability-link\">\n                    Learn More <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" alt=\"Learn More\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\n  <g clip-path=\"url(#clip0_2691_146)\">\n    <path d=\"M1.6001 8H14.4001\" stroke=\"#000966\" stroke-width=\"1.82857\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n    <path d=\"M8 1.6001L14.4 8.0001L8 14.4001\" stroke=\"#000966\" stroke-width=\"1.82857\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n  <\/g>\n  <defs>\n    <clipPath id=\"clip0_2691_146\">\n      <rect width=\"16\" height=\"16\" fill=\"white\"\/>\n    <\/clipPath>\n  <\/defs>\n<\/svg>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- ITEM 2 -->\n        <div>\n            <div class=\"capability-item\">\n                <div class=\"capability-dot\"><\/div>\n                <h3 class=\"capability-title\">\n                    MedTech Prototyping\n                <\/h3>\n                <div class=\"capability-desc\">\n                    Validate form, fit, and function in days.\n                    We leverage advanced rapid prototyping\n                    to deliver functional samples.\n                <\/div>\n                <a href=\"\/capabilities\/rapid-prototyping\/\" class=\"capability-link\">\n                    Learn More <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\n  <g clip-path=\"url(#clip0_2691_146)\">\n    <path d=\"M1.6001 8H14.4001\" stroke=\"#000966\" stroke-width=\"1.82857\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n    <path d=\"M8 1.6001L14.4 8.0001L8 14.4001\" stroke=\"#000966\" stroke-width=\"1.82857\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n  <\/g>\n  <defs>\n    <clipPath id=\"clip0_2691_146\">\n      <rect width=\"16\" height=\"16\" fill=\"white\"\/>\n    <\/clipPath>\n  <\/defs>\n<\/svg>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- ITEM 4 -->\n        <div>\n            <div class=\"capability-item\">\n                <div class=\"capability-dot\"><\/div>\n                <h3 class=\"capability-title\">\n                    Quality & Validation\n                <\/h3>\n                <div class=\"capability-desc\">\n                    The critical safety gate for your device before production.\n                    Our robust QMS ensures every unit meets global standards.\n                <\/div>\n                <a href=\"\/capabilities\/quality-management-system\/\" class=\"capability-link\">\n                    Learn More <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\n  <g clip-path=\"url(#clip0_2691_146)\">\n    <path d=\"M1.6001 8H14.4001\" stroke=\"#000966\" stroke-width=\"1.82857\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n    <path d=\"M8 1.6001L14.4 8.0001L8 14.4001\" stroke=\"#000966\" stroke-width=\"1.82857\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n  <\/g>\n  <defs>\n    <clipPath id=\"clip0_2691_146\">\n      <rect width=\"16\" height=\"16\" fill=\"white\"\/>\n    <\/clipPath>\n  <\/defs>\n<\/svg>\n                <\/a>\n            <\/div>\n        <\/div>\n\n         <!-- ITEM 5 -->\n        <div>\n            <div class=\"capability-item\">\n                <div class=\"capability-dot\"><\/div>\n                <h3 class=\"capability-title\">\n                    Precision Manufacturing\n                <\/h3>\n                <div class=\"capability-desc\">\n                    We transition validated designs into full-scale production within Industry 4.0 environments, handling everything from micro-molding to complex electromechanical assembly.\n                <\/div>\n                <a href=\"\/capabilities\/contract-manufacturing-assembly\/\" class=\"capability-link\">\n                    Learn More <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\n  <g clip-path=\"url(#clip0_2691_146)\">\n    <path d=\"M1.6001 8H14.4001\" stroke=\"#000966\" stroke-width=\"1.82857\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n    <path d=\"M8 1.6001L14.4 8.0001L8 14.4001\" stroke=\"#000966\" stroke-width=\"1.82857\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n  <\/g>\n  <defs>\n    <clipPath id=\"clip0_2691_146\">\n      <rect width=\"16\" height=\"16\" fill=\"white\"\/>\n    <\/clipPath>\n  <\/defs>\n<\/svg>\n                <\/a>\n            <\/div>\n        <\/div>\n\n         <!-- ITEM 6 -->\n        <div>\n            <div class=\"capability-item\">\n                <div class=\"capability-dot\"><\/div>\n                <h3 class=\"capability-title\">\n                    Packaging & Fulfillment\n                <\/h3>\n                <div class=\"capability-desc\">\n                    Delivering shelf-ready products globally. We manage the final mile, from sterile barrier packaging to complex regulatory labeling, shipping directly to your distribution centers in the US, Europe, or Asia.\n                <\/div>\n                            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"capability-btn-wrap\">\n        <a href=\"\/capabilities\" class=\"capability-btn\">\n            View All Capabilities\n        <\/a>\n    <\/div>\n<\/div><style>.capability-wrapper {\n    max-width: 1200px;\n    margin: auto;\n    padding: 60px 20px;\n    font-family: Inter, sans-serif;\n}\n\/* =========================\n   TOP IMAGE SLIDER\n========================= *\/\n.slider-for .slick-slide {\n    opacity: .3;\n    transition: .4s ease;\n}\n.slider-for .slick-current {\n    opacity: 1;\n}\n.capability-image {\n    width: 100%;\n    max-width: 522px;\n        height: 420px;\n    object-fit: cover;\n    margin: auto;\n    border-radius: 4px;\n    display: block;\n}\n\/* =========================\n   BOTTOM CONTENT SLIDER\n========================= *\/\n.slider-nav {\n    margin-top: 25px;\n}\n.slider-nav .slick-slide {\n    box-sizing: border-box;\n    opacity: .35;\n    transition: .3s ease;\n    padding-top: 15px;\n}\n.slider-nav .slick-center {\n    opacity: 1;\n}\n.capability-item {\n    text-align: center;\n    position: relative;\n    padding-top: 30px;\n}\n\/* line *\/\n.capability-item::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 2px;\n        background: #000966;\n}\n\/* dot *\/\n.capability-dot {\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    background: #fff;\n    border: 6px solid #c3c3cf;\n    position: absolute;\n    top: -12px;\n    left: 50%;\n    transform: translateX(-50%);\n    transition: .3s ease;\n}\n.slider-nav .slick-center .capability-dot {\n    border-color: #08107b;\n}\n.capability-title {\n    font-size: 18px;\n    font-weight: 700;\n    color: #08107b;\n    margin-bottom: 15px;\n}\n.capability-desc {\n    font-size: 14px;\n    line-height: 1.4;\n    color: #010A1B;\n    margin-bottom: 18px;\n    padding: 0 20px;\n}\n.capability-link {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    text-decoration: none;\n    color: #08107b;\n    font-weight: 700;\n    font-size: 14px;\n}\n.capability-btn-wrap {\n    text-align: center;\n    margin-top: 40px;\n}\n.capability-btn {\n    background: #08107b;\n    color: #fff;\n    text-decoration: none;\n    padding: 11.5px 24px;\n    border-radius: 6px;\n    display: inline-block;\n    font-weight: 700;\n    font-size: 18px;\n    line-height: 1.4;\n}\n.capability-btn:hover {\n    background-color: #1A1A99;\n}\n\/* hide slick dots *\/\n.slider-nav .slick-dots {\n    display: none !important;\n}\n@media (max-width: 980px) {\n    .capability-wrapper {\n        padding: 0px;\n    }\n    .capability-btn {\n        font-size: 16px;\n    }\n}\n\/* MOBILE *\/\n@media(max-width:768px) {\n    .slider-nav .slick-slide {\n        opacity: 1;\n    }\n    .capability-image {\n        height: 200px;\n    }\n    .capability-title {\n        font-size: 18px;\n    }\n}\n<\/style><script>\n<\/script><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_3 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_7 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_9 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_8 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2>Industries We Serve<\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_text_9 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><div style=\"display: flex;gap: 20px;\">\nView All Industries<br \/>\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\n<path d=\"M2.40002 12H21.6\" stroke=\"#2484E4\" stroke-width=\"2.74286\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<path d=\"M12 2.40015L21.6 12.0001L12 21.6001\" stroke=\"#2484E4\" stroke-width=\"2.74286\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<\/svg>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_8 et_pb_row et_grid_row\">\n<div class=\"et_pb_column_10 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_image_0 et_pb_image et_animated et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/In-Vitro-Diagnostic-IVD.webp\" title=\"In-Vitro Diagnostic (IVD)\" width=\"604\" height=\"928\" srcset=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/In-Vitro-Diagnostic-IVD.webp 604w, https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/In-Vitro-Diagnostic-IVD-480x737.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 604px, 100vw\" class=\"wp-image-161\" alt=\"In-Vitro Diagnostic\" \/><\/span><\/div>\n\n<div class=\"et_pb_text_10 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><strong>In-Vitro Diagnostic (IVD)<\/strong><\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_11 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_image_1 et_pb_image et_animated et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Theraputic.webp\" title=\"Theraputic\" width=\"604\" height=\"928\" srcset=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Theraputic.webp 604w, https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Theraputic-480x737.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 604px, 100vw\" class=\"wp-image-163\" alt=\"Theraputic\" \/><\/span>\n<div class=\"et_pb_text_11 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p style=\"text-align: center;\"><strong>Theraputic<\/strong><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_column_12 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_image_2 et_pb_image et_animated et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Drug-Delivery.webp\" title=\"Drug Delivery\" width=\"604\" height=\"928\" srcset=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Drug-Delivery.webp 604w, https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Drug-Delivery-480x737.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 604px, 100vw\" class=\"wp-image-162\" alt=\"Drug Delivery\" \/><\/span>\n<div class=\"et_pb_text_12 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p style=\"text-align: center;\"><strong>Drug Delivery<\/strong><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_column_13 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_image_3 et_pb_image et_animated et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Laboratory-Equipment.webp\" title=\"Laboratory Equipment\" width=\"604\" height=\"928\" srcset=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Laboratory-Equipment.webp 604w, https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Laboratory-Equipment-480x737.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 604px, 100vw\" class=\"wp-image-164\" alt=\"Laboratory Equipment\" \/><\/span><\/div>\n\n<div class=\"et_pb_text_13 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p style=\"text-align: center;\"><strong>Laboratory Equipment<\/strong><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_4 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_9 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_14 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_14 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2><strong>Browse Our Portfolio<\/strong><\/h2>\n<p>Proven Results. Global Impact.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_15 et_pb_text et_pb_bg_layout_light et_animated et_clickable et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><div style=\"display: flex;gap: 20px;\">\nExplore Our Portfolio<br \/>\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\n<path d=\"M2.40002 12H21.6\" stroke=\"#2484E4\" stroke-width=\"2.74286\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<path d=\"M12 2.40015L21.6 12.0001L12 21.6001\" stroke=\"#2484E4\" stroke-width=\"2.74286\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<\/svg>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_10 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_15 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_5 et_pb_code et_animated et_pb_module\"><div class=\"et_pb_code_inner\"><div class=\"portfolio-section\">\n    <div class=\"portfolio-container\">\n        <div class=\"portfolio-grid\">\n            <!-- Large Featured Card -->\n            <div class=\"portfolio-featured-card\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/Portfolio-Article.webp\" alt=\"Microfluidic Chip\">\n\n                <div class=\"portfolio-featured-overlay\"><\/div>\n\n                <div class=\"portfolio-featured-content\">\n                    <span class=\"portfolio-tag\">IVD \/ Diagnostics<\/span>\n\n                    <a href=\"\/portfolio\/microfluidic-chip\/\"><h3>Microfluidic Chip<\/h3><\/a>\n\n                    <h4>Scaling a Lab-on-Chip to 1M Units\/Month<\/h4>\n\n                    <p>\n                        How we overcame micro-channel bonding challenges to deliver\n                        a leak-free diagnostic cartridge.\n                    <\/p>\n\n                    <a href=\"\/portfolio\/microfluidic-chip\/\" class=\"portfolio-card-link\">\n                        Read Case Study\n                        <span><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/button-arrow-right.svg\"><\/span>\n                    <\/a>\n                <\/div>\n            <\/div>\n\n            <!-- Right Column -->\n            <div class=\"portfolio-side-column\">\n\n                <!-- Item -->\n                <div class=\"portfolio-side-card\">\n\n                    <div class=\"portfolio-side-image\">\n                        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/Digital-PCR.webp\" alt=\"Digital PCR\">\n                    <\/div>\n\n                    <div class=\"portfolio-side-content\">\n\n                        <span class=\"portfolio-tag\">\n                            Life Support\n                        <\/span>\n\n                        <h3><a href=\"\/portfolio\/digital-pcr\/\">Digital PCR<\/a><\/h3>\n\n                        <h4>Emergency Ventilator Production<\/h4>\n\n                        <p>\n                            Rapid tooling acceleration to deliver life-saving equipment\n                            during the global pandemic supply crunch.\n                        <\/p>\n\n                        <a href=\"\/portfolio\/digital-pcr\/\" class=\"portfolio-card-link\">\n                            Read Case Study\n                            <span><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/button-arrow-right-blue.svg\"><\/span>\n                        <\/a>\n\n                    <\/div>\n\n                <\/div>\n\n                <!-- Item -->\n                <div class=\"portfolio-side-card\">\n\n                    <div class=\"portfolio-side-image\">\n                        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/Cell-Retriever-System.webp\" alt=\"Cell Retriever System\">\n                    <\/div>\n\n                    <div class=\"portfolio-side-content\">\n\n                        <span class=\"portfolio-tag\">\n                           Diagnostics\n                        <\/span>\n\n                        <h3> <a href=\"\/portfolio\/cell-retriever-system\/\">Cell Retriever System<\/a><\/h3>\n\n                        <h4>\n                            Fully Automated System for Circulating Tumour Cells\n                        <\/h4>\n\n                        <p>\n                            Used for molecular analyses and diagnostic assays of\n                            cancer cells.\n                        <\/p>\n\n                        <a href=\"\/portfolio\/cell-retriever-system\/\" class=\"portfolio-card-link\">\n                            Read Case Study\n                             <span><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/button-arrow-right-blue.svg\"><\/span>\n                        <\/a>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/div><style>\n\/* ========================================\nHEADING\n======================================== *\/\n.portfolio-heading {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-start;\n    gap: 20px;\n    margin-bottom: 32px;\n}\n.portfolio-heading-left h2 {\n    font-size: 52px;\n    line-height: 1.1;\n    font-weight: 700;\n    color: #000966;\n    margin: 0 0 8px;\n}\n.portfolio-heading-left p {\n    margin: 0;\n    font-size: 20px;\n    color: #1f2937;\n}\n.portfolio-main-link {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    text-decoration: none;\n    color: #000966;\n    font-size: 24px;\n    font-weight: 600;\n    white-space: nowrap;\n    transition: 0.3s ease;\n}\n.portfolio-main-link:hover {\n    opacity: 0.7;\n}\n\/* ========================================\nGRID\n======================================== *\/\n.portfolio-grid {\n    display: grid;\n    grid-template-columns: 1.4fr 1fr;\n    gap: 24px;\n    align-items: stretch;\n}\n\/* ========================================\nFEATURED CARD\n======================================== *\/\n.portfolio-featured-card {\n    position: relative;\n    overflow: hidden;\n    border-radius: 12px;\nmin-height: max-content;\n}\n.portfolio-featured-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n}\n.portfolio-featured-overlay {\n    position: absolute;\n    inset: 0;\n    background:\n        linear-gradient(to top,\n            rgba(0, 9, 102, 0.95) 0%,\n            rgba(0, 9, 102, 0.5) 30%,\n            rgba(0, 0, 0, 0.1) 70%);\n}\n.portfolio-featured-content {\n    position: absolute;\n    left: 0;\n    bottom: 0;\n    width: 100%;\n    padding: 32px;\n    color: #fff;\n}\n.portfolio-tag {\n    display: inline-block;\n    padding: 0px 10px;\n    border-radius: 6px;\n    background: #C0D6EA;\n    color: #2484E4;\n    font-size: 10px;\n    font-weight: 700;\n    margin-bottom: 20px;\n}\n.portfolio-featured-content h3 {\n    font-size: 18px;\n    line-height: 1.1;\n    \/* margin: 0 0 12px; *\/\n    font-weight: 700;\n    color: white;\n}\n.portfolio-featured-content h4 {\n    font-size: 16px;\n    line-height: normal;\n    margin: 0 0 0px;\n    font-weight: 400;\n    color: white;\n}\n.portfolio-featured-content p {\n    font-size: 14px;\n    line-height: 1.4;\n    max-width: 90%;\n}\n\/* ========================================\nSIDE COLUMN\n======================================== *\/\n.portfolio-side-column {\n    display: flex;\n    flex-direction: column;\n    gap: 24px;\n}\n.portfolio-side-card {\n    display: grid;\n    grid-template-columns: 200px 1fr;\n    gap: 20px;\n    align-items: stretch;\n}\n.portfolio-side-image {\n    overflow: hidden;\n    border-radius: 10px;\n}\n.portfolio-side-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    aspect-ratio: 1 \/ 1;\n}\n.portfolio-side-content h3 {\n    font-size: 18px;\n    line-height: 1.2;\n    color: #000966;\n    margin: 0 0 0px;\n    font-weight: 700;\n}\n.portfolio-side-content h4 {\n    font-size: 16px;\n    line-height: 1.4;\n    color: #1f2937;\n    margin: 0 0 0px;\n    font-weight: 400;\n}\n.portfolio-side-content p {\n    font-size: 14px;\n    line-height: 1.4;\n    color: #374151;\n    margin: 0 0 10px;\n}\n.portfolio-card-link {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    text-decoration: none;\n    color: #000966;\n    font-size: 14px;\n    font-weight: 700;\n    transition: 0.3s ease;\n    line-height: 1;\n    float: right;\n}\n.portfolio-featured-card .portfolio-card-link {\n    color: white;\n    margin-top: 15px;\n}\n.portfolio-card-link:hover {\n    opacity: 0.7;\n}\n\/* ========================================\nTABLET\n======================================== *\/\n@media (max-width: 980px) {\n.portfolio-side-content p {\n    margin-bottom: 25px;\n}\n    .portfolio-grid {\n        grid-template-columns: 1fr;\n    }\n    .portfolio-heading {\n        flex-direction: column;\n    }\n    .portfolio-heading-left h2 {\n        font-size: 42px;\n    }\n    .portfolio-featured-card {\n        min-height: 520px;\n    }\n    .portfolio-side-card {\n        grid-template-columns: 220px 1fr;\n    }\n}\n\/* ========================================\nMOBILE\n======================================== *\/\n@media (max-width: 767px) {\n    .portfolio-container {\n        padding: 0px;\n    }\n    .portfolio-heading-left h2 {\n        font-size: 34px;\n    }\n    .portfolio-heading-left p {\n        font-size: 17px;\n    }\n    .portfolio-main-link {\n        font-size: 18px;\n    }\n    .portfolio-featured-card {\n        min-height: 480px;\n    }\n    .portfolio-featured-content {\n        padding: 20px;\n    }\n    .portfolio-featured-content h3 {\n        font-size: 18px;\n    }\n    .portfolio-featured-content h4 {\n        font-size: 16px;\n    }\n    .portfolio-featured-content p {\n        font-size: 15px;\n        max-width: 100%;\n    }\n    .portfolio-side-card {\n        grid-template-columns: 1fr;\n    }\n    .portfolio-side-image {\n        height: 240px;\n    }\n    .portfolio-side-content h3 {\n        font-size: 18px;\n    }\n    .portfolio-side-content h4 {\n        font-size: 16px;\n    }\n    .portfolio-card-link {\n        font-size: 14px;\n    }\n}<\/style><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_5 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_11 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_16 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_6 et_pb_code et_animated et_pb_module\"><div class=\"et_pb_code_inner\"><section class=\"resources-section\">\n    <div class=\"resources-container\">\n        <!-- Featured Banner -->\n        <div class=\"resources-hero\">\n            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/Lastest-Resources-BG-scaled.webp\" alt=\"Medical Manufacturing\">\n            <div class=\"resources-hero-overlay\"><\/div>\n            <div class=\"resources-hero-content\">\n                <h2>Latest Insights on Medical Manufacturing<\/h2>\n                <a href=\"\/resources\" class=\"resources-btn\">\n                    Explore Our Resources\n                <\/a>\n            <\/div>\n        <\/div>\n        <!-- Cards -->\n        <div class=\"resources-grid\">\n                                                <article class=\"resources-card\">\n                <div class=\"resources-card-image\">\n                    <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Manufacturing-in-Asia.webp\" width=\"546\" height=\"300\" alt=\"Manufacturing in Asia\">\n                <\/div>\n                <div class=\"resources-card-content\">\n                    <h3>Manufacturing in Asia<\/h3>\n                    <a href=\"https:\/\/www.channelnewsasia.com\/asia\/asia-johor-sez-businesses-investment-singapore-malaysia-4503936\" target=\"_blank\" class=\"resources-link\">See Article <span><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/button-arrow-right-blue.svg\"><\/span><\/a>\n                <\/div>\n            <\/article>\n                        <article class=\"resources-card\">\n                <div class=\"resources-card-image\">\n                    <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/MOU-Signing-between-Singapore-MedTech-Consortium-and-NHS-Gloucester-Hospital.webp\" width=\"546\" height=\"300\" alt=\"MOU Signing between Singapore MedTech Consortium and NHS Gloucester Hospital\">\n                <\/div>\n                <div class=\"resources-card-content\">\n                    <h3>MOU Signing between Singapore MedTech Consortium and NHS Gloucester Hospital<\/h3>\n                    <a href=\"https:\/\/www.businesstimes.com.sg\/singapore\/local-medtech-consortium-partners-uks-nhs-business-research-opportunities\" target=\"_blank\" class=\"resources-link\">See Article <span><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/button-arrow-right-blue.svg\"><\/span><\/a>\n                <\/div>\n            <\/article>\n                        <article class=\"resources-card\">\n                <div class=\"resources-card-image\">\n                    <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Rethinking-the-Way-We-Operate.webp\" width=\"546\" height=\"300\" alt=\"Rethinking the Way We Operate\">\n                <\/div>\n                <div class=\"resources-card-content\">\n                    <h3>Rethinking the Way We Operate<\/h3>\n                    <a href=\"https:\/\/www.channelnewsasia.com\/business\/money-mind-energy-prices-electricity-businesses-stay-competitive-2690631\" target=\"_blank\" class=\"resources-link\">See Article <span><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/button-arrow-right-blue.svg\"><\/span><\/a>\n                <\/div>\n            <\/article>\n                        <article class=\"resources-card\">\n                <div class=\"resources-card-image\">\n                    <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Role-of-CDMOs-in-Singapores-MedTech-Landscape.webp\" width=\"546\" height=\"300\" alt=\"Role of CDMOs in Singapore's MedTech Landscape\">\n                <\/div>\n                <div class=\"resources-card-content\">\n                    <h3>Role of CDMOs in Singapore's MedTech Landscape<\/h3>\n                    <a href=\"https:\/\/www.sginnovate.com\/blog\/role-cdmos-supporting-singapores-medtech-startup-landscape\" target=\"_blank\" class=\"resources-link\">See Article <span><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/button-arrow-right-blue.svg\"><\/span><\/a>\n                <\/div>\n            <\/article>\n                    <\/div>\n    <\/div>\n<\/section><style>* {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n.resources-section {\n}\n.resources-container {\n    max-width: 1280px;\n    margin: 0 auto;\n}\n\/* HERO *\/\n.resources-hero {\n    position: relative;\n    overflow: hidden;\n    border-radius: 14px;\n    min-height: 320px;\n    margin-bottom: 24px;\n}\n.resources-hero img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    position: absolute;\n    inset: 0;\n}\n.resources-hero-overlay {\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(to top,\n            rgba(4, 15, 38, 0.85),\n            rgba(4, 15, 38, 0.15));\n}\n.resources-hero-content {\n    position: relative;\n    z-index: 2;\n    min-height: 320px;\n    display: flex;\n    align-items: flex-end;\n    justify-content: space-between;\n    gap: 24px;\n    padding: 32px;\n}\n.resources-hero-content h2 {\n    color: #fff;\n    font-size: clamp(24px, 2.5vw + 14px, 40px);\n    line-height: 1.1;\n    max-width: 760px;\n    font-weight: 700;\n}\n.resources-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    text-decoration: none;\n    background: #2484E4;\n    color: #fff;\n    min-width: 260px;\n    height: 48px;\n    border-radius: 8px;\n    font-size: 18px;\n    font-weight: 700;\n    transition: 0.3s ease;\n    white-space: nowrap;\n    padding: 0 24px;\n}\n.resources-btn:hover {\n    background: #1F75D1;\n}\n.resources-btn:active {\n    background: #1962A8;\n}\n\/* GRID *\/\n.resources-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n}\n\/* CARD *\/\n.resources-card {\n    background: #fff;\n    border: 1px solid #DBE6F4;\n    border-radius: 12px;\n    overflow: hidden;\n    display: flex;\n    flex-direction: column;\n    min-height: 420px;\n}\n.resources-card-image {\n    padding: 16px 16px 0;\n}\n.resources-card-image img {\n    width: 100%;\n    height: 150px;\n    object-fit: cover;\n    border-radius: 10px;\n    display: block;\n}\n.resources-card-content {\n    padding: 20px 16px 24px;\n    display: flex;\n    flex-direction: column;\n    flex: 1;\n}\n.resources-card-content h3 {\n    font-size: 18px;\n    line-height: 1.4;\n    color: #06145c;\n    font-weight: 700;\n}\n.resources-link {\n    margin-top: auto;\n    display: flex;\n    align-items: center;\n    justify-content: flex-end;\n    gap: 10px;\n    text-decoration: none;\n    color: #06145c;\n    font-size: 14px;\n    font-weight: 700;\n    padding-top: 30px;\n}\n.resources-link span {\n    font-size: 28px;\n    line-height: 1;\n}\n\/* TABLET *\/\n@media (max-width: 1024px) {\n    .resources-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n    .resources-hero-content {\n        flex-direction: column;\n        align-items: flex-start;\n        justify-content: flex-end;\n    }\n    .resources-hero-content h2 {\n        font-size: 40px;\n    }\n}\n\/* MOBILE *\/\n@media (max-width: 767px) {\n    .resources-card-content h3 {\n        font-size: 16px;\n    }\n    .resources-grid {\n        grid-template-columns: 1fr;\n    }\n    .resources-hero {\n        min-height: 420px;\n    }\n    .resources-hero-content {\n        min-height: 420px;\n        padding: 24px;\n        gap: 16px;\n        text-align: center;\n    }\n    .resources-hero-content h2 {\n        font-size: 32px;\n    }\n    .resources-btn {\n        width: 100%;\n        min-width: 100%;\n        height: 42px;\n        font-size: 18px;\n    }\n    .resources-card {\n        min-height: auto;\n    }\n}<\/style><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_6 et_pb_section et_section_regular et_flex_section et_animated\"><div class=\"et_pb_row_12 et_pb_row et_flex_row\"><div class=\"et_pb_column_17 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\"><div class=\"et_pb_text_16 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2>Our Global Sites<\/h2>\n<p>Strategic global hubs combining Singaporean engineering precision with cost-effective regional mass production and 24\/7 support.<\/p>\n<\/div><\/div><\/div><\/div><div class=\"et_pb_row_13 et_pb_row et_flex_row\"><div class=\"et_pb_column_18 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\"><div class=\"et_pb_code_7 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><div class=\"map-section\">\n  <div class=\"map-wrapper\" id=\"mapWrapper\">\n    <img decoding=\"async\" src=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/World.svg\" alt=\"World map\" id=\"mapImg\" \/>\n  <\/div>\n<\/div><style>.map-section {\n    font-family: var(--font-sans);\n    text-align: center;\n}\n#hs-indonesia {\n    z-index: 0;\n}\n.map-title {\n    font-size: 22px;\n    font-weight: 500;\n    color: var(--color-text-primary);\n    margin: 0 0 0.5rem;\n}\n.map-subtitle {\n    font-size: 14px;\n    color: var(--color-text-secondary);\n    margin: 0 0 1.5rem;\n    max-width: 600px;\n    margin-left: auto;\n    margin-right: auto;\n}\n.map-wrapper {\n    position: relative;\n    width: 100%;\n    max-width: 100%;\n    margin: 0 auto;\n    user-select: none;\n}\n.map-wrapper img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--border-radius-lg);\n}\n.hotspot {\n    position: absolute;\n    transform: translate(-50%, -50%);\n    cursor: pointer;\n    z-index: 2;\n}\n.hotspot-ring {\n    width: 18px;\n    height: 18px;\n    border-radius: 50%;\n    border: 1px solid #1a3c6e;\n    background: #fff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    transition: transform 0.15s;\n    box-shadow: 0 0 0 0 rgba(26, 60, 110, 0.35);\n    animation: pulse 2.5s infinite;\n}\n.hotspot:hover .hotspot-ring,\n.hotspot.active .hotspot-ring {\n    transform: scale(1.2);\n}\n.hotspot-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: #1a3c6e;\n}\n\/* .hotspot-label {\n    position: absolute;\n    font-size: 16px;\n    font-weight: 500;\n    color: var(--color-text-primary);\n    white-space: nowrap;\n    top: 22px;\n    left: 50%;\n    transform: translateX(-50%);\n    pointer-events: none;\n    font-weight: 500;\n} *\/\n.hotspot-label {\n    position: absolute;\n    font-size: 16px;\n    font-weight: 500;\n    color: var(--color-text-primary);\n    white-space: nowrap;\n    top: -3px;\n    left: -88%;\n    transform: translateX(-86%);\n    pointer-events: none;\n    font-weight: 500;\n}\n@keyframes pulse {\n    0% {\n        box-shadow: 0 0 0 0 rgba(26, 60, 110, 0.4);\n    }\n    60% {\n        box-shadow: 0 0 0 7px rgba(26, 60, 110, 0);\n    }\n    100% {\n        box-shadow: 0 0 0 0 rgba(26, 60, 110, 0);\n    }\n}\n.popup {\n    position: absolute;\n    background: #000966;\n    color: #fff;\n    border-radius: 10px;\n    padding: 16px;\n    width: 249px;\n    z-index: 10;\n    pointer-events: none;\n    opacity: 0;\n    transform: translateY(6px) translateX(-50%);\n    transition: opacity 0.18s, transform 0.18s;\n    overflow: hidden;\n}\n.popup.visible {\n    opacity: 1;\n    transform: translateY(0) translateX(-50%);\n    pointer-events: auto;\n}\n.popup img {\n    width: 100%;\n    height: 90px;\n    object-fit: cover;\n    display: block;\n}\n.popup-body {\n    padding: 10px 0 0;\n    text-align: left;\n}\n.popup-name {\n    font-size: 13px;\n    font-weight: 600;\n    margin: 0 0 4px;\n    color: #fff;\n}\n.popup-company {\n    font-size: 16px;\n    color: #fff;\n    margin: 0 0 0px;\n    font-weight: 700;\n    padding-bottom: 5px;\n}\n.popup-addr {\n    font-size: 14px;\n    color: #fff;\n    margin: 0;\n    line-height: 1.5;\n}\n.popup-arrow {\n    position: absolute;\n    width: 12px;\n    height: 12px;\n    background: #000966;\n    transform: rotate(45deg);\n    top: -6px;\n    left: 50%;\n    margin-left: -6px;\n}\n<\/style><script>\n    const locations = [\n    {\n        id: 'usa',\n    label: 'USA',\n    pct: {x: 15.9, y: 42 },\n    company: 'USA, San Carlos',\n    address: 'Racer Technology Inc.\\n125 Shoreway Road\\nSan Carlos, CA 94070',\n    img: 'https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/US-Global-Sites.webp'\n  },\n    {\n        id: 'india',\n    label: 'India',\n    pct: {x: 60, y: 42 },\n    company: 'India, Chennai',\n    address: 'Racer Technology\\nSP-49, 8th Street, III Main Road,\\nAmbattur Industrial Estate,\\nChennai 600058',\n    img: 'https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/India-Global-Sites.webp'\n  },\n    {\n        id: 'singapore',\n    label: 'Singapore',\n    pct: {x: 75.3, y: 73 },\n    company: 'Racer Technology Pte Ltd',\n    address: '28 Changi South Street 1\\nSingapore 486772',\n    img: 'https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Singapore-Global-Sites.webp'\n  },\n    {\n        id: 'indonesia',\n    label: 'Indonesia',\n    pct: {x: 78, y: 79 },\n    company: 'Indonesia, Batam',\n    address: 'PT. Racer Technology Batam\\nKomp. Hijrah Karya Mandiri F.3(8)\\nBatam Centre, Batam',\n    img: 'https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Indonesia-Global-Sites.webp'\n  },\n    {\n        id: 'malaysia',\n    label: 'Malaysia',\n    pct: {x: 73.4, y: 65 },\n    company: 'Malaysia, Senai',\n    address: 'Racer Technology Sdn Bhd\\n120 \u2013 121, Jalan Sinergi 6,\\nTaman Perindustrian Sinergi,\\n81400 Senai, Johor',\n    img: 'https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Maysia-Global-Sites.webp'\n  }\n    ];\n    const wrapper = document.getElementById('mapWrapper');\n    let activeId = null;\nlocations.forEach(loc => {\n  const hs = document.createElement('div');\n    hs.className = 'hotspot';\n    hs.id = 'hs-' + loc.id;\n    hs.style.left = loc.pct.x + '%';\n    hs.style.top = loc.pct.y + '%';\n    hs.innerHTML = `<div class=\"hotspot-ring\"><div class=\"hotspot-dot\"><\/div><\/div><span class=\"hotspot-label\">${loc.label}<\/span>`;\n    const popup = document.createElement('div');\n    popup.className = 'popup';\n    popup.id = 'popup-' + loc.id;\n    const imgHtml = loc.img\n    ? `<img decoding=\"async\" src=\"${loc.img}\" alt=\"${loc.label} facility\" style=\"width:100%;height:150px;border-radius:8px;object-fit:cover;display:block;\" \/>`\n    : '';\n    popup.innerHTML = `\n    <div class=\"popup-arrow\"><\/div>\n    ${imgHtml}\n    <div class=\"popup-body\">\n        <p class=\"popup-company\">${loc.company}<\/p>\n        <p class=\"popup-addr\">${loc.address.replace('\\n', '<br>')}<\/p>\n    <\/div>`;\n    popup.style.left = '50%';\n    popup.style.bottom = '30px';\n    hs.appendChild(popup);\n    wrapper.appendChild(hs);\n  hs.addEventListener('click', (e) => {\n        e.stopPropagation();\n    if (activeId === loc.id) {\n        popup.classList.remove('visible');\n    hs.classList.remove('active');\n    activeId = null;\n    } else {\n      if (activeId) {\n        document.getElementById('popup-' + activeId)?.classList.remove('visible');\n    document.getElementById('hs-' + activeId)?.classList.remove('active');\n      }\n    popup.classList.add('visible');\n    hs.classList.add('active');\n    activeId = loc.id;\n    }\n  });\n});\ndocument.addEventListener('click', () => {\n  if (activeId) {\n        document.getElementById('popup-' + activeId)?.classList.remove('visible');\n    document.getElementById('hs-' + activeId)?.classList.remove('active');\n    activeId = null;\n  }\n});\n<\/script><\/div><\/div><div class=\"et_pb_image_4 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/World-1.svg\" title=\"World (1)\" width=\"1920\" height=\"594\" srcset=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/World-1.svg 1920w\" sizes=\"(min-width: 0px) and (max-width: 0px) 0px, (min-width: 1px) 1920px, 100vw\" class=\"wp-image-409\" \/><\/span><\/div><div class=\"et_pb_code_8 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"> <div class=\"global-site-accordion-wrapper\">\n    <div class=\"global-site-accordion\" role=\"list\">\n      <!-- USA -->\n      <div class=\"global-site-item is-open\" role=\"listitem\">\n        <button\n          class=\"global-site-trigger\"\n          aria-expanded=\"true\"\n          aria-controls=\"gs-panel-usa\" id=\"gs-trigger-usa\">\n          <span class=\"global-site-trigger-left\">\n            <span class=\"global-site-flag-dot\" aria-hidden=\"true\"><\/span>\n            <span class=\"global-site-trigger-label\">USA<\/span>\n          <\/span>\n          <span class=\"global-site-chevron\" aria-hidden=\"true\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/span>\n        <\/button>\n        <div class=\"global-site-panel\" id=\"gs-panel-usa\" role=\"region\" aria-labelledby=\"gs-trigger-usa\">\n          <div class=\"global-site-panel-inner\">\n            <div class=\"global-site-content\">\n              <div class=\"global-site-img-wrap\">\n                <img decoding=\"async\"\n                  src=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/US-Global-Sites.webp\"\n                  alt=\"USA, San Carlos facility\"\n                  loading=\"lazy\"\n                \/>\n              <\/div>\n              <div class=\"global-site-text\">\n                <div class=\"global-site-divider\"><\/div>\n                <p class=\"global-site-company\">USA, San Carlos<\/p>\n                <p class=\"global-site-address\">Racer Technology Inc.\n125 Shoreway Road\nSan Carlos, CA 94070<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- India -->\n      <div class=\"global-site-item\" role=\"listitem\">\n        <button\n          class=\"global-site-trigger\"\n          aria-expanded=\"false\"\n          aria-controls=\"gs-panel-india\"\n          id=\"gs-trigger-india\"\n        >\n          <span class=\"global-site-trigger-left\">\n            <span class=\"global-site-flag-dot\" aria-hidden=\"true\"><\/span>\n            <span class=\"global-site-trigger-label\">India<\/span>\n          <\/span>\n          <span class=\"global-site-chevron\" aria-hidden=\"true\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/span>\n        <\/button>\n        <div class=\"global-site-panel\" id=\"gs-panel-india\" role=\"region\" aria-labelledby=\"gs-trigger-india\">\n          <div class=\"global-site-panel-inner\">\n            <div class=\"global-site-content\">\n              <div class=\"global-site-img-wrap\">\n                <img decoding=\"async\"\n                  src=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/India-Global-Sites.webp\"\n                  alt=\"India, Chennai facility\"\n                  loading=\"lazy\"\n                \/>\n              <\/div>\n              <div class=\"global-site-text\">\n                <div class=\"global-site-divider\"><\/div>\n                <p class=\"global-site-company\">India, Chennai<\/p>\n                <p class=\"global-site-address\">Racer Technology\nSP-49, 8th Street, III Main Road,\nAmbattur Industrial Estate,\nChennai 600058<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Singapore -->\n      <div class=\"global-site-item\" role=\"listitem\">\n        <button\n          class=\"global-site-trigger\"\n          aria-expanded=\"false\"\n          aria-controls=\"gs-panel-singapore\"\n          id=\"gs-trigger-singapore\"\n        >\n          <span class=\"global-site-trigger-left\">\n            <span class=\"global-site-flag-dot\" aria-hidden=\"true\"><\/span>\n            <span class=\"global-site-trigger-label\">Singapore<\/span>\n          <\/span>\n          <span class=\"global-site-chevron\" aria-hidden=\"true\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/span>\n        <\/button>\n        <div class=\"global-site-panel\" id=\"gs-panel-singapore\" role=\"region\" aria-labelledby=\"gs-trigger-singapore\">\n          <div class=\"global-site-panel-inner\">\n            <div class=\"global-site-content\">\n              <div class=\"global-site-img-wrap\">\n                <img decoding=\"async\"\n                  src=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Singapore-Global-Sites.webp\"\n                  alt=\"Singapore facility\"\n                  loading=\"lazy\"\n                \/>\n              <\/div>\n              <div class=\"global-site-text\">\n                <div class=\"global-site-divider\"><\/div>\n                <p class=\"global-site-company\">Singapore<\/p>\n                <p class=\"global-site-address\">Racer Technology Pte Ltd\n28 Changi South Street 1\nSingapore 486772<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Indonesia -->\n      <div class=\"global-site-item\" role=\"listitem\">\n        <button\n          class=\"global-site-trigger\"\n          aria-expanded=\"false\"\n          aria-controls=\"gs-panel-indonesia\"\n          id=\"gs-trigger-indonesia\"\n        >\n          <span class=\"global-site-trigger-left\">\n            <span class=\"global-site-flag-dot\" aria-hidden=\"true\"><\/span>\n            <span class=\"global-site-trigger-label\">Indonesia<\/span>\n          <\/span>\n          <span class=\"global-site-chevron\" aria-hidden=\"true\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/span>\n        <\/button>\n        <div class=\"global-site-panel\" id=\"gs-panel-indonesia\" role=\"region\" aria-labelledby=\"gs-trigger-indonesia\">\n          <div class=\"global-site-panel-inner\">\n            <div class=\"global-site-content\">\n              <div class=\"global-site-img-wrap\">\n                <img decoding=\"async\"\n                  src=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Indonesia-Global-Sites.webp\"\n                  alt=\"Indonesia, Batam facility\"\n                  loading=\"lazy\"\n                \/>\n              <\/div>\n              <div class=\"global-site-text\">\n                <div class=\"global-site-divider\"><\/div>\n                <p class=\"global-site-company\">Indonesia, Batam<\/p>\n                <p class=\"global-site-address\">PT. Racer Technology Batam\nKomp. Hijrah Karya Mandiri F.3(8)\nBatam Centre, Batam<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Malaysia -->\n      <div class=\"global-site-item\" role=\"listitem\">\n        <button\n          class=\"global-site-trigger\"\n          aria-expanded=\"false\"\n          aria-controls=\"gs-panel-malaysia\"\n          id=\"gs-trigger-malaysia\"\n        >\n          <span class=\"global-site-trigger-left\">\n            <span class=\"global-site-flag-dot\" aria-hidden=\"true\"><\/span>\n            <span class=\"global-site-trigger-label\">Malaysia<\/span>\n          <\/span>\n          <span class=\"global-site-chevron\" aria-hidden=\"true\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/span>\n        <\/button>\n        <div class=\"global-site-panel\" id=\"gs-panel-malaysia\" role=\"region\" aria-labelledby=\"gs-trigger-malaysia\">\n          <div class=\"global-site-panel-inner\">\n            <div class=\"global-site-content\">\n              <div class=\"global-site-img-wrap\">\n                <img decoding=\"async\"\n                  src=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Maysia-Global-Sites.webp\"\n                  alt=\"Malaysia, Senai facility\"\n                  loading=\"lazy\"\n                \/>\n              <\/div>\n              <div class=\"global-site-text\">\n                <div class=\"global-site-divider\"><\/div>\n                <p class=\"global-site-company\">Malaysia, Senai<\/p>\n                <p class=\"global-site-address\">Racer Technology Sdn Bhd\n120 \u2013 121, Jalan Sinergi 6,\nTaman Perindustrian Sinergi,\n81400 Senai, Johor<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div><!-- \/.global-site-accordion -->\n  <\/div><!-- \/.global-site-accordion-wrapper --><style>:root {\n      --gs-primary: #000966;\n      --gs-accent: #2484E4;\n      --gs-accent-light: #e8f0fe;\n      --gs-border: #d8dee8;\n      --gs-bg: #f5f7fa;\n      --gs-white: #ffffff;\n      --gs-text: #1e2d40;\n      --gs-muted: #5a6a7e;\n      --gs-radius: 8px;\n      --gs-img-h: 220px;\n      --gs-transition: 0.42s cubic-bezier(0.4, 0, 0.2, 1);\n      --gs-font-title: 18px;\n      --gs-font-body: 16px;\n  }\n  .global-site-accordion {\n    padding-bottom: 25px;\n  }\n  .hotspot.active {\n    z-index: 9999!important;\n  }\n  .global-site-accordion-wrapper {\n      font-family: 'Inter', sans-serif;\n      color: var(--gs-text);\n      margin-top: 25px;\n      width: 95%;\n  }\n  \/* ===== WRAPPER ===== *\/\n  .global-site-accordion-wrapper {\n      max-width: 100%;\n      margin: 0 auto;\n  }\n  .global-site-accordion-heading {\n      font-size: 26px;\n      color: var(--gs-primary);\n      margin-bottom: 20px;\n      letter-spacing: -0.3px;\n  }\n  \/* ===== ACCORDION ===== *\/\n  .global-site-accordion {\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n  }\n  \/* ===== ITEM ===== *\/\n  .global-site-item {\n      background: var(--gs-primary);\n      border: 1.5px solid var(--gs-border);\n      border-radius: var(--gs-radius);\n      overflow: hidden;\n      transition: box-shadow var(--gs-transition), border-color var(--gs-transition);\n  }\n  .global-site-item.is-open {\n      border-color: var(--gs-primary);\n      box-shadow: 0 4px 24px rgba(26, 111, 255, 0.10), 0 1px 4px rgba(10, 37, 64, 0.07);\n      background-color: var(--gs-primary);\n  }\n  \/* ===== TRIGGER ===== *\/\n  .global-site-trigger {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      width: 100%;\n      padding: 16px 20px;\n      background: transparent;\n      border: none;\n      cursor: pointer;\n      text-align: left;\n      gap: 12px;\n      transition: background var(--gs-transition);\n  }\n  .global-site-trigger:hover {\n      background: var(--gs-primary);\n  }\n  \/* .global-site-item.is-open .global-site-trigger {\n      background: var(--gs-accent-light);\n  } *\/\n  .global-site-trigger-left {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n  }\n  \/* Country flag dot *\/\n  .global-site-flag-dot {\n      width: 10px;\n      height: 10px;\n      border-radius: 50%;\n      background: var(--gs-border);\n      flex-shrink: 0;\n      transition: background var(--gs-transition), transform var(--gs-transition);\n  }\n  .global-site-item.is-open .global-site-flag-dot {\n      background: var(--gs-white);\n      transform: scale(1.3);\n  }\n  .global-site-trigger-label {\n      font-size: var(--gs-font-title);\n      font-weight: 600;\n      color: var(--gs-white);\n      line-height: 1.2;\n      letter-spacing: -0.1px;\n  }\n  \/* Chevron icon *\/\n  .global-site-chevron {\n      width: 22px;\n      height: 22px;\n      flex-shrink: 0;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 50%;\n      background: var(--gs-bg);\n      border: 1.5px solid var(--gs-border);\n      transition: transform var(--gs-transition), background var(--gs-transition), border-color var(--gs-transition);\n  }\n  .global-site-chevron svg {\n      width: 12px;\n      height: 12px;\n      stroke: var(--gs-muted);\n      transition: stroke var(--gs-transition);\n  }\n  .global-site-item.is-open .global-site-chevron {\n      transform: rotate(180deg);\n      background: var(--gs-white);\n      border-color: var(--gs-white);\n  }\n  .global-site-item.is-open .global-site-chevron svg {\n      stroke: var(--gs-primary);\n  }\n  \/* ===== PANEL ===== *\/\n  .global-site-panel {\n      display: grid;\n      grid-template-rows: 0fr;\n      transition: grid-template-rows var(--gs-transition);\n  }\n  .global-site-item.is-open .global-site-panel {\n      grid-template-rows: 1fr;\n  }\n  .global-site-panel-inner {\n      overflow: hidden;\n  }\n  \/* ===== CONTENT ===== *\/\n  .global-site-content {\n      display: flex;\n      gap: 20px;\n      padding: 0 20px 20px;\n      align-items: flex-start;\n  }\n  \/* Image *\/\n  .global-site-img-wrap {\n      flex: 0 0 42%;\n      border-radius: 8px;\n      overflow: hidden;\n      aspect-ratio: 4 \/ 3;\n      background: var(--gs-bg);\n  }\n  .global-site-img-wrap img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n      transition: transform 0.5s ease;\n  }\n  .global-site-item.is-open .global-site-img-wrap img {\n      transform: scale(1.03);\n  }\n  \/* Text block *\/\n  .global-site-text {\n      flex: 1;\n      display: flex;\n      flex-direction: column;\n      gap: 6px;\n      padding-top: 2px;\n  }\n  .global-site-company {\n      font-size: var(--gs-font-title);\n      color: var(--gs-white);\n      line-height: 1.25;\n      font-weight: 700;\n  }\n  .global-site-address {\n      font-size: var(--gs-font-body);\n      color: var(--gs-white);\n      line-height: 1.65;\n      white-space: pre-line;\n  }\n  \/* Accent line *\/\n  .global-site-divider {\n      width: 32px;\n      height: 2px;\n      background: var(--gs-accent);\n      border-radius: 2px;\n      margin-bottom: 4px;\n  }\n  \/* ===== TABLET: 980px ===== *\/\n  @media (max-width: 980px) {\n      :root {\n          --gs-font-title: 18px;\n          --gs-font-body: 16px;\n      }\n      .global-site-accordion-heading {\n          font-size: 24px;\n      }\n      .global-site-content {\n          gap: 16px;\n      }\n      .global-site-img-wrap {\n          flex: 0 0 40%;\n      }\n  }\n  \/* ===== TABLET: 768px ===== *\/\n  @media (max-width: 768px) {\n      :root {\n          --gs-font-title: 17px;\n          --gs-font-body: 15px;\n      }\n      .global-site-accordion-heading {\n          font-size: 22px;\n          margin-bottom: 14px;\n      }\n      .global-site-content {\n          flex-direction: column;\n          gap: 14px;\n          padding: 0 16px 18px;\n      }\n      .global-site-img-wrap {\n          flex: unset;\n          width: 100%;\n          aspect-ratio: 16 \/ 9;\n      }\n      .global-site-trigger {\n          padding: 14px 16px;\n      }\n      .global-site-text {\n          padding-top: 0;\n      }\n  }\n  \/* ===== MOBILE: 480px ===== *\/\n  @media (max-width: 480px) {\n      :root {\n          --gs-font-title: 16px;\n          --gs-font-body: 14px;\n      }\n      .global-site-accordion-heading {\n          font-size: 20px;\n      }\n      .global-site-img-wrap {\n          aspect-ratio: 3 \/ 2;\n      }\n  }\n<\/style><script>\n    (function () {\n        'use strict';\n    const accordion = document.querySelector('.global-site-accordion');\n    if (!accordion) return;\n    accordion.addEventListener('click', function (e) {\n        const trigger = e.target.closest('.global-site-trigger');\n    if (!trigger) return;\n    const item    = trigger.closest('.global-site-item');\n    const isOpen  = item.classList.contains('is-open');\n    \/\/ Close all\n    accordion.querySelectorAll('.global-site-item').forEach(function (el) {\n        el.classList.remove('is-open');\n    el.querySelector('.global-site-trigger').setAttribute('aria-expanded', 'false');\n        });\n    \/\/ Open clicked (toggle)\n    if (!isOpen) {\n        item.classList.add('is-open');\n    trigger.setAttribute('aria-expanded', 'true');\n        }\n      });\n      \/\/ Keyboard: Enter \/ Space already fire click on <button>\n      \/\/ Arrow key navigation\n        accordion.addEventListener('keydown', function (e) {\n        const trigger = e.target.closest('.global-site-trigger');\n        if (!trigger) return;\n        const triggers = Array.from(accordion.querySelectorAll('.global-site-trigger'));\n        const idx      = triggers.indexOf(trigger);\n        if (e.key === 'ArrowDown') {\n            e.preventDefault();\n        (triggers[idx + 1] || triggers[0]).focus();\n        } else if (e.key === 'ArrowUp') {\n            e.preventDefault();\n        (triggers[idx - 1] || triggers[triggers.length - 1]).focus();\n        } else if (e.key === 'Home') {\n            e.preventDefault();\n        triggers[0].focus();\n        } else if (e.key === 'End') {\n            e.preventDefault();\n        triggers[triggers.length - 1].focus();\n        }\n      });\n    })();<\/script><\/div><\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_section_7 et_pb_section et_section_regular et_flex_section et_animated\">\n<div class=\"et_pb_row_14 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_19 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_17 et_pb_text et_pb_bg_layout_dark et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Take Your Medical Device to the Next Stage<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_18 et_pb_text et_pb_bg_layout_dark et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Whether you\u2019re refining a concept or transferring production, Racer Medical provides the expertise to scale with confidence.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_15 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_20 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_1_wrapper\"><a class=\"et_pb_button_1 et_pb_button et_pb_bg_layout_light et_animated et_pb_module et_block_module btn-effect-two\" href=\"https:\/\/www.racermedical.com.sg\/zh\/contact-us\/\">Talk to Us<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":1835,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-9","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.6 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Racer Medical | End-to-End CDMO for Medical Devices<\/title>\n<meta name=\"description\" content=\"ISO-certified CDMO in Singapore. From design to full-scale production for IVD, therapeutics &amp; more.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Racer Medical | End-to-End CDMO for Medical Devices\" \/>\n<meta property=\"og:description\" content=\"ISO-certified CDMO in Singapore. From design to full-scale production for IVD, therapeutics &amp; more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.racermedical.com.sg\/zh\/\" \/>\n<meta property=\"og:site_name\" content=\"Racer Med | Leading OEM\/OBM Manufacturer\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-10T08:07:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Racer-Social-Sharing-Thumbnail-1024x538.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"538\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Racer Medical | End-to-End CDMO for Medical Devices\" \/>\n<meta name=\"twitter:description\" content=\"ISO-certified CDMO in Singapore. From design to full-scale production for IVD, therapeutics &amp; more.\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.racermedical.com.sg\\\/\",\"url\":\"https:\\\/\\\/www.racermedical.com.sg\\\/\",\"name\":\"Racer Medical | End-to-End CDMO for Medical Devices\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.racermedical.com.sg\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.racermedical.com.sg\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.racermedical.com.sg\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.racermedical.com.sg\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Racer-Social-Sharing-Thumbnail.png\",\"datePublished\":\"2026-05-07T06:06:42+00:00\",\"dateModified\":\"2026-07-10T08:07:12+00:00\",\"description\":\"ISO-certified CDMO in Singapore. From design to full-scale production for IVD, therapeutics & more.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.racermedical.com.sg\\\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.racermedical.com.sg\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/www.racermedical.com.sg\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.racermedical.com.sg\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Racer-Social-Sharing-Thumbnail.png\",\"contentUrl\":\"https:\\\/\\\/www.racermedical.com.sg\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Racer-Social-Sharing-Thumbnail.png\",\"width\":2400,\"height\":1260},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.racermedical.com.sg\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.racermedical.com.sg\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.racermedical.com.sg\\\/#website\",\"url\":\"https:\\\/\\\/www.racermedical.com.sg\\\/\",\"name\":\"Racer Med | Leading OEM\\\/OBM Manufacturer\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.racermedical.com.sg\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Racer Medical | End-to-End CDMO for Medical Devices","description":"ISO-certified CDMO in Singapore. From design to full-scale production for IVD, therapeutics & more.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"zh_CN","og_type":"article","og_title":"Racer Medical | End-to-End CDMO for Medical Devices","og_description":"ISO-certified CDMO in Singapore. From design to full-scale production for IVD, therapeutics & more.","og_url":"https:\/\/www.racermedical.com.sg\/zh\/","og_site_name":"Racer Med | Leading OEM\/OBM Manufacturer","article_modified_time":"2026-07-10T08:07:12+00:00","og_image":[{"width":1024,"height":538,"url":"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Racer-Social-Sharing-Thumbnail-1024x538.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_title":"Racer Medical | End-to-End CDMO for Medical Devices","twitter_description":"ISO-certified CDMO in Singapore. From design to full-scale production for IVD, therapeutics & more.","twitter_misc":{"Est. reading time":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.racermedical.com.sg\/","url":"https:\/\/www.racermedical.com.sg\/","name":"Racer Medical | End-to-End CDMO for Medical Devices","isPartOf":{"@id":"https:\/\/www.racermedical.com.sg\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.racermedical.com.sg\/#primaryimage"},"image":{"@id":"https:\/\/www.racermedical.com.sg\/#primaryimage"},"thumbnailUrl":"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Racer-Social-Sharing-Thumbnail.png","datePublished":"2026-05-07T06:06:42+00:00","dateModified":"2026-07-10T08:07:12+00:00","description":"ISO-certified CDMO in Singapore. From design to full-scale production for IVD, therapeutics & more.","breadcrumb":{"@id":"https:\/\/www.racermedical.com.sg\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.racermedical.com.sg\/"]}]},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.racermedical.com.sg\/#primaryimage","url":"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Racer-Social-Sharing-Thumbnail.png","contentUrl":"https:\/\/www.racermedical.com.sg\/wp-content\/uploads\/2026\/05\/Racer-Social-Sharing-Thumbnail.png","width":2400,"height":1260},{"@type":"BreadcrumbList","@id":"https:\/\/www.racermedical.com.sg\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.racermedical.com.sg\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/www.racermedical.com.sg\/#website","url":"https:\/\/www.racermedical.com.sg\/","name":"Racer Med | Leading OEM\/OBM Manufacturer","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.racermedical.com.sg\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"}]}},"meta_box":[],"_links":{"self":[{"href":"https:\/\/www.racermedical.com.sg\/zh\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.racermedical.com.sg\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.racermedical.com.sg\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.racermedical.com.sg\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.racermedical.com.sg\/zh\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":35,"href":"https:\/\/www.racermedical.com.sg\/zh\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":1831,"href":"https:\/\/www.racermedical.com.sg\/zh\/wp-json\/wp\/v2\/pages\/9\/revisions\/1831"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.racermedical.com.sg\/zh\/wp-json\/wp\/v2\/media\/1835"}],"wp:attachment":[{"href":"https:\/\/www.racermedical.com.sg\/zh\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}