{"id":1328,"date":"2025-03-02T01:16:11","date_gmt":"2025-03-02T01:16:11","guid":{"rendered":"https:\/\/ntmedical.com.my\/?page_id=1328"},"modified":"2025-10-25T03:02:07","modified_gmt":"2025-10-25T03:02:07","slug":"company-history-3","status":"publish","type":"page","link":"https:\/\/ntmedical.com.my\/en_us\/company-history-3\/","title":{"rendered":"Company History"},"content":{"rendered":"<p style=\"font-size:1.3rem\">Before establishing Nourish-Tech Chinese Medical Centre , Dr.Teoh (Director) had been practicing in a herbal medicine shop for 20 years. One day, a stroke patient who had fully recovered tragically passed away after following non-medical advice and consuming highly tonifying supplements. This deeply saddened me and strengthened my resolve to leave the shop and establish my own clinic, naming it \"Nourish-Tech\" \u2014for only with righteous intent can a physician nurture true vitality.<\/p>\n\n\n\n<p style=\"font-size:1.3rem\">Five years later, Dr.Ngiam eturned from Fujian University of Traditional Chinese Medicine, China, and she entrusted Nourish-Tech to him. We then established the Red Yeast  (our medicinal cuisine department), integrating both medicine and nourishment into a holistic health service.\nOnly by upholding the right path can we truly save lives in times of need.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"\u990a\u6b63\u4e2d\u91ab\u5275\u8fa6\u4eba\uff0c\u5f35\u78a7\u83ef\u91ab\u5e2b\u3010\u990a\u6b63\u4e2d\u91ab\u57fa\u696d50\u5e74\u3011\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/_5xqb2APCwc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<!-- Modern Timeline Redesign for Elementor -->\n<style>\n  \/* General Styles *\/\nbody {\n  font-family: Arial, sans-serif;\n  background: white;\n  margin: 0;\n  padding: 0;\n}\n\n\n  .timeline-container {\n    position: relative;\n    max-width: 1200px;\n    margin: 50px auto;\n    padding: 20px;\n  }\n\n  \/* Timeline Line *\/\n  .timeline-container::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    left: 50%;\n    width: 4px;\n    background: #0073aa;\n    transform: translateX(-50%);\n    z-index: 1;\n  }\n\n  \/* Timeline Item *\/\n  .timeline-item {\n    position: relative;\n    width: 45%;\n    padding: 20px;\n    background: #ffffff;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n    margin-bottom: 40px;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    z-index: 2;\n  }\n\n  .timeline-item:hover {\n    transform: translateY(-10px);\n    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);\n  }\n\n  \/* Alternate Positioning for Timeline Items *\/\n  .timeline-item.left {\n    left: 0;\n  }\n\n  .timeline-item.right {\n    left: 55%;\n  }\n\n  \/* Timeline Dot *\/\n  .timeline-item::before {\n    content: '';\n    position: absolute;\n    top: 20px;\n    width: 20px;\n    height: 20px;\n    background: #0073aa;\n    border-radius: 50%;\n    z-index: 3;\n  }\n\n  .timeline-item.left::before {\n    right: -30px;\n  }\n\n  .timeline-item.right::before {\n    left: -30px;\n  }\n\n  \/* Timeline Content *\/\n  .timeline-title {\n    font-size: 24px;\n    color: #0073aa;\n    font-weight: bold;\n    margin-bottom: 10px;\n  }\n\n  .timeline-description {\n    font-size: 16px;\n    color: #555;\n    line-height: 1.6;\n    margin-bottom: 15px;\n  }\n\n  .timeline-images {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    overflow: hidden;\n    position: relative;\n    padding: 10px 0;\n  }\n\n  .timeline-images img {\n    width: 100%;\n    max-width: 400px; \/* Adjusted for best resolution *\/\n    border-radius: 8px;\n    transition: transform 0.5s ease, opacity 0.5s ease;\n    display: none; \/* Hide all images by default *\/\n    opacity: 0.7; \/* Zoom out effect for non-active images *\/\n    transform: scale(0.9); \/* Zoom out effect *\/\n  }\n\n  .timeline-images img.active {\n    display: block; \/* Show only the active image *\/\n    opacity: 1; \/* Full visibility for active image *\/\n    transform: scale(1.1); \/* Zoom in effect *\/\n  }\n\n  \/* Carousel Dots *\/\n  .carousel-dots {\n    display: flex;\n    justify-content: center;\n    gap: 8px;\n    margin-top: 10px;\n  }\n\n  .carousel-dot {\n    width: 10px;\n    height: 10px;\n    background: #ccc;\n    border-radius: 50%;\n    cursor: pointer;\n    transition: background 0.3s ease;\n  }\n\n  .carousel-dot.active {\n    background: #0073aa;\n  }\n\n  \/* Navigation Buttons *\/\n  .carousel-navigation {\n    display: flex;\n    justify-content: center;\n    gap: 20px;\n    margin-top: 10px;\n  }\n\n  .carousel-navigation button {\n    cursor: pointer;\n    padding: 10px 20px;\n    font-size: 16px;\n    color: white;\n    background: #0073aa;\n    border: none;\n    border-radius: 5px;\n    transition: background 0.3s ease;\n  }\n\n  .carousel-navigation button:hover {\n    background: #005f8a;\n  }\n\n  \/* Responsive Design *\/\n  @media (max-width: 768px) {\n    .timeline-container::before {\n      left: 20px;\n    }\n\n    .timeline-item {\n      width: 90%;\n      left: 0 !important;\n      margin-left: 40px;\n    }\n\n    .timeline-item::before {\n      left: -20px !important;\n      right: auto !important;\n    }\n\n    .timeline-images img {\n      max-width: 100%; \/* Full width on mobile *\/\n    }\n\n    .carousel-navigation button {\n      font-size: 14px;\n      padding: 8px 16px;\n    }\n  }\n<\/style>\n\n<div class=\"timeline-container\">\n  <!-- 1974\u5e74-1994\u5e74 -->\n  <div class=\"timeline-item left\">\n    <div class=\"timeline-title\">1974-1993<\/div>\n    <div class=\"timeline-description\">Established \u201cNgiam &amp; Teoh TCM Acupuncture\u201d (Traditional Herbal Medicine store).<\/div>\n    <div class=\"timeline-images\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/1974-1993\u5e74-1.jpg\" alt=\"1974-1993-1\" class=\"active\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/1974-1993\u5e74-2.jpg\" alt=\"1974-1993-2\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/1974-1993\u5e74-3.jpg\" alt=\"1974-1993-3\">\n    <\/div>\n    <!-- Dots Container -->\n    <div class=\"carousel-dots\"><\/div>\n    <!-- Navigation Buttons -->\n    <div class=\"carousel-navigation\">\n      <button class=\"prev\">Previous<\/button>\n      <button class=\"next\">Next<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- 1993\u5e743\u6708 -->\n  <div class=\"timeline-item right\">\n    <div class=\"timeline-title\">Mar 1993<\/div>\n    <div class=\"timeline-description\">Founded \u201cNourish-Tech Chinese Medical Centre\u201d (clinic).<\/div>\n    <div class=\"timeline-images\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/1993\u5e743\u6708.jpg\" alt=\"1993\u5e743\u6708\" class=\"active\">\n    <\/div>\n    <!-- No Dots or Buttons for Single Image -->\n  <\/div>\n\n  <!-- 1999\u5e74 -->\n  <div class=\"timeline-item left\">\n    <div class=\"timeline-title\">1999<\/div>\n    <div class=\"timeline-description\">Reform of \u201cNTmedical\u201d to apply scientific herbal medicine and establish a health department.<\/div>\n    <div class=\"timeline-images\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/1996\u5e74-1.jpg\" alt=\"1996\u5e74-1\" class=\"active\">\n    <\/div>\n    <!-- No Dots or Buttons for Single Image -->\n  <\/div>\n\n  <!-- 2001\u5e74 -->\n  <div class=\"timeline-item right\">\n    <div class=\"timeline-title\">2001<\/div>\n    <div class=\"timeline-description\">Relocated \u201cNTmedical\u201d to enhance management, scale, and service.<\/div>\n    <div class=\"timeline-images\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/2001\u5e74-\u642c\u8fc1-1.jpg\" alt=\"2001\u5e74-\u642c\u8fc1-1\" class=\"active\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/2001\u5e74-\u642c\u8fc1-2.jpg\" alt=\"2001\u5e74-\u642c\u8fc1-2\">\n    <\/div>\n    <!-- Dots Container -->\n    <div class=\"carousel-dots\"><\/div>\n    <!-- Navigation Buttons -->\n    <div class=\"carousel-navigation\">\n      <button class=\"prev\">Previous<\/button>\n      <button class=\"next\">Next<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- 2001\u5e74 -->\n  <div class=\"timeline-item left\">\n    <div class=\"timeline-title\">2001<\/div>\n    <div class=\"timeline-description\">Associated with \u201cNTmedical,\u201d the creation of \u201cHealthcare\u201d integrating medical care, medical food, and culture, focusing on research and development in medicinal food therapy.<\/div>\n    <div class=\"timeline-images\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/2001\u5e74-\u751f\u6d3b\u96c5\u96c6-1.jpg\" alt=\"2001\u5e74-\u751f\u6d3b\u96c5\u96c6-1\" class=\"active\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/2001\u5e74-\u751f\u6d3b\u96c5\u96c6-2.jpg\" alt=\"2001\u5e74-\u751f\u6d3b\u96c5\u96c6-2\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/2001\u5e74-\u751f\u6d3b\u96c5\u96c6-3.jpg\" alt=\"2001\u5e74-\u751f\u6d3b\u96c5\u96c6-3\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/2001\u5e74-\u751f\u6d3b\u96c5\u96c6-4.jpg\" alt=\"2001\u5e74-\u751f\u6d3b\u96c5\u96c6-4\">\n    <\/div>\n    <!-- Dots Container -->\n    <div class=\"carousel-dots\"><\/div>\n    <!-- Navigation Buttons -->\n    <div class=\"carousel-navigation\">\n      <button class=\"prev\">Previous<\/button>\n      <button class=\"next\">Next<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- 2004\u5e74 -->\n  <div class=\"timeline-item right\">\n    <div class=\"timeline-title\">2004<\/div>\n    <div class=\"timeline-description\">The Medical Relief Fund\" was established.<\/div>\n    <div class=\"timeline-images\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2025\/10\/Picture3.jpg\" alt=\"2004\u5e74-Picture3\" class=\"active\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2025\/10\/Picture2.jpg\" alt=\"2004\u5e74-Picture2\">\n    <\/div>\n    <!-- Dots Container -->\n    <div class=\"carousel-dots\"><\/div>\n    <!-- Navigation Buttons -->\n    <div class=\"carousel-navigation\">\n      <button class=\"prev\">Previous<\/button>\n      <button class=\"next\">Next<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- 2006\u5e74 -->\n  <div class=\"timeline-item left\">\n    <div class=\"timeline-title\">2006<\/div>\n    <div class=\"timeline-description\">Renamed \u201cHealthcare\u201d to \u201cRed Yeast\u201d focusing entirely on medicinal food therapy and dietary therapy, with an affiliated \u201cMedical Food Department\u201d<\/div>\n    <div class=\"timeline-images\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/2006\u5e74-1.bmp\" alt=\"2006\u5e74-1\" class=\"active\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/2006\u5e74-2.jpg\" alt=\"2006\u5e74-2\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/2006\u5e74-3.jpg\" alt=\"2006\u5e74-3\">\n    <\/div>\n    <!-- Dots Container -->\n    <div class=\"carousel-dots\"><\/div>\n    <!-- Navigation Buttons -->\n    <div class=\"carousel-navigation\">\n      <button class=\"prev\">Previous<\/button>\n      <button class=\"next\">Next<\/button>\n    <\/div>\n  <\/div>\n\n   <!-- 2017\u5e74 -->\n  <div class=\"timeline-item right\">\n    <div class=\"timeline-title\">2017<\/div>\n    <div class=\"timeline-description\">Transitioned traditional family experience to external recruitment for specialized departments, including gynecology, oncology, gastroenterology, etc.<\/div>\n    <div class=\"timeline-images\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/2017-\u4e13\u79d1\u90e8\u95e8-2-1.jpg\" alt=\"2017-\u4e13\u79d1\u90e8\u95e8-2\" class=\"active\">\n    <\/div>\n    <!-- Dots Container -->\n    <div class=\"carousel-dots\"><\/div>\n    <!-- Navigation Buttons -->\n    <div class=\"carousel-navigation\">\n      <button class=\"prev\">Previous<\/button>\n      <button class=\"next\">Next<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- 2017\u5e74 -->\n  <div class=\"timeline-item left\">\n    <div class=\"timeline-title\">2017<\/div>\n    <div class=\"timeline-description\">Launched the \u201c7 Days needs\u201d in the Medical Food Department.<\/div>\n    <div class=\"timeline-images\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/2017\u5e74-\u5f00\u95e8\u4e03\u4ef6\u4e8b-1.jpg\" alt=\"2017\u5e74-\u5f00\u95e8\u4e03\u4ef6\u4e8b-1\" class=\"active\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/2017\u5e74-\u5f00\u95e8\u4e03\u4ef6\u4e8b-2.png\" alt=\"2017\u5e74-\u5f00\u95e8\u4e03\u4ef6\u4e8b-2\">\n    <\/div>\n    <!-- Dots Container -->\n    <div class=\"carousel-dots\"><\/div>\n    <!-- Navigation Buttons -->\n    <div class=\"carousel-navigation\">\n      <button class=\"prev\">Previous<\/button>\n      <button class=\"next\">Next<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- 2020\u5e74 -->\n  <div class=\"timeline-item right\">\n    <div class=\"timeline-title\">2020<\/div>\n    <div class=\"timeline-description\">Launched \"Nanyang Herbal Soup\" into the mainstream market.<\/div>\n    <div class=\"timeline-images\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/2020\u5e74-1.png\" alt=\"2020\u5e74-1\" class=\"active\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/2020\u5e74-2.png\" alt=\"2020\u5e74-2\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/2020\u5e74-3.jpg\" alt=\"2020\u5e74-3\">\n    <\/div>\n    <!-- Dots Container -->\n    <div class=\"carousel-dots\"><\/div>\n    <!-- Navigation Buttons -->\n    <div class=\"carousel-navigation\">\n      <button class=\"prev\">Previous<\/button>\n      <button class=\"next\">Next<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- 2022\u5e74 -->\n  <div class=\"timeline-item left\">\n    <div class=\"timeline-title\">2022<\/div>\n    <div class=\"timeline-description\">Opened a branch of NTmedical, combining our TCM specialty department and Medical Food Department entering Lifecare.<\/div>\n    <div class=\"timeline-images\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2024\/08\/2022\u5e74-1.jpg\" alt=\"2022\u5e74-1\" class=\"active\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2025\/10\/2022\u5e74-2.jpeg\" alt=\"2022\u5e74-2\">\n      <img decoding=\"async\" src=\"https:\/\/ntmedical.com.my\/wp-content\/uploads\/2025\/10\/2022\u5e74-3.jpeg\" alt=\"2022\u5e74-3\">\n      <img decoding=\"async\" src=\" https:\/\/ntmedical.com.my\/wp-content\/uploads\/2025\/10\/2022\u5e74-4.jpg \" alt=\"2022\u5e74-4\">\n    <\/div>\n    <!-- Dots Container -->\n    <div class=\"carousel-dots\"><\/div>\n    <!-- Navigation Buttons -->\n    <div class=\"carousel-navigation\">\n      <button class=\"prev\">Previous<\/button>\n      <button class=\"next\">Next<\/button>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ JavaScript for Image Carousel with Dots, Zoom Effect, and Navigation Buttons\n  document.querySelectorAll('.timeline-images').forEach((container) => {\n    const images = container.querySelectorAll('img');\n    const dotsContainer = container.parentElement.querySelector('.carousel-dots');\n    const navigationContainer = container.parentElement.querySelector('.carousel-navigation');\n    let currentIndex = 0;\n\n    \/\/ Function to update the active image and dot\n    const updateCarousel = (index) => {\n      images.forEach((img, i) => {\n        img.classList.toggle('active', i === index);\n      });\n      if (dotsContainer) {\n        const dots = dotsContainer.querySelectorAll('.carousel-dot');\n        dots.forEach((dot, i) => {\n          dot.classList.toggle('active', i === index);\n        });\n      }\n    };\n\n    \/\/ Create Dots and Navigation Buttons (only if there are multiple images)\n    if (images.length > 1) {\n      \/\/ Create Dots\n      images.forEach((_, index) => {\n        const dot = document.createElement('div');\n        dot.classList.add('carousel-dot');\n        if (index === currentIndex) dot.classList.add('active');\n        dot.addEventListener('click', () => {\n          currentIndex = index;\n          updateCarousel(currentIndex);\n        });\n        dotsContainer.appendChild(dot);\n      });\n\n      \/\/ Previous Button Click\n      const prevButton = navigationContainer.querySelector('.prev');\n      prevButton.addEventListener('click', () => {\n        currentIndex = (currentIndex - 1 + images.length) % images.length;\n        updateCarousel(currentIndex);\n      });\n\n      \/\/ Next Button Click\n      const nextButton = navigationContainer.querySelector('.next');\n      nextButton.addEventListener('click', () => {\n        currentIndex = (currentIndex + 1) % images.length;\n        updateCarousel(currentIndex);\n      });\n    } else {\n      \/\/ Hide Dots and Navigation Buttons for Single Image\n      if (dotsContainer) dotsContainer.style.display = 'none';\n      if (navigationContainer) navigationContainer.style.display = 'none';\n    }\n\n    \/\/ Show the first image by default\n    updateCarousel(currentIndex);\n  });\n<\/script>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"has-text-align-center has-large-font-size\"><strong>Quotes<\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<div class=\"wp-block-essential-blocks-testimonial  root-eb-testimonial-w5rec\"><div class=\"eb-parent-wrapper eb-parent-eb-testimonial-w5rec\"><div class=\"eb-testimonial-wrapper eb-testimonial-w5rec layout-preset-1\" data-id=\"eb-testimonial-w5rec\"><div class=\"eb-testimonial-container\"><div class=\"eb-avatar-container avatar-inline\"><div class=\"image-container\"><div class=\"eb-avatar-style\"><\/div><\/div><div class=\"eb-userinfo-container\"><p class=\"eb-testimonial-username\">Teoh Ha Mooi \/ TCM Practitioner<\/p><p class=\"eb-testimonial-company\">President<\/p><\/div><\/div><div class=\"eb-description-container\"><div class=\"eb-testimonial-quote-style\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"123.961\" height=\"123.961\" x=\"0\" y=\"0\" enable-background=\"new 0 0 123.961 123.961\" version=\"1.1\" viewbox=\"0 0 123.961 123.961\" xml:space=\"preserve\"><path d=\"M49.8 29.032c3.1-1.3 4.4-5 3-8l-4.9-10.3c-1.4-2.899-4.8-4.2-7.8-2.899-8.5 3.6-15.8 8.3-21.6 14C11.4 28.532 6.6 36.232 4 44.732c-2.6 8.601-4 20.3-4 35.2v30.7c0 3.3 2.7 6 6 6h39.3c3.3 0 6-2.7 6-6v-39.3c0-3.301-2.7-6-6-6H26.5c.2-10.101 2.6-18.2 7-24.301 3.6-4.898 9-8.898 16.3-11.999zM120.4 29.032c3.1-1.3 4.399-5 3-8l-4.9-10.199c-1.4-2.9-4.8-4.2-7.8-2.9-8.4 3.6-15.601 8.3-21.5 13.9-7.101 6.8-12 14.5-14.601 23-2.6 8.399-3.899 20.1-3.899 35.1v30.7c0 3.3 2.7 6 6 6H116c3.3 0 6-2.7 6-6v-39.3c0-3.301-2.7-6-6-6H97.1c.2-10.101 2.601-18.2 7-24.301 3.6-4.899 9-8.899 16.3-12z\"><\/path><\/svg><\/div><p class=\"eb-testimonial-description\">I am a humble physician who has always worked diligently, merely a member of the team pulling on a rope to guide the ship. From a small boat to a medium-sized vessel, it has been 50 years of progress, and we have continually advanced in our medical work, striving to save more patients and tackle difficult and miscellaneous diseases. Seeing the younger generation rise with determination today is deeply reassuring. I am the embodiment of the spirit of Nourish-Tech, and I hope that every future member of Nourish-Tech will also become a leader of spirit in the future!<\/p><\/div><\/div><\/div><\/div><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<div class=\"wp-block-essential-blocks-testimonial  root-eb-testimonial-knmro\"><div class=\"eb-parent-wrapper eb-parent-eb-testimonial-knmro\"><div class=\"eb-testimonial-wrapper eb-testimonial-knmro layout-preset-1\" data-id=\"eb-testimonial-knmro\"><div class=\"eb-testimonial-container\"><div class=\"eb-avatar-container avatar-inline\"><div class=\"image-container\"><div class=\"eb-avatar-style\"><\/div><\/div><div class=\"eb-userinfo-container\"><p class=\"eb-testimonial-username\"><strong><p style=\"font-size: 15px\"> Ngiam Chee Jieh \/ TCM Practitioner<\/p><\/strong><\/p><p class=\"eb-testimonial-company\">Chairman<\/p><\/div><\/div><div class=\"eb-description-container\"><div class=\"eb-testimonial-quote-style\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"123.961\" height=\"123.961\" x=\"0\" y=\"0\" enable-background=\"new 0 0 123.961 123.961\" version=\"1.1\" viewbox=\"0 0 123.961 123.961\" xml:space=\"preserve\"><path d=\"M49.8 29.032c3.1-1.3 4.4-5 3-8l-4.9-10.3c-1.4-2.899-4.8-4.2-7.8-2.899-8.5 3.6-15.8 8.3-21.6 14C11.4 28.532 6.6 36.232 4 44.732c-2.6 8.601-4 20.3-4 35.2v30.7c0 3.3 2.7 6 6 6h39.3c3.3 0 6-2.7 6-6v-39.3c0-3.301-2.7-6-6-6H26.5c.2-10.101 2.6-18.2 7-24.301 3.6-4.898 9-8.898 16.3-11.999zM120.4 29.032c3.1-1.3 4.399-5 3-8l-4.9-10.199c-1.4-2.9-4.8-4.2-7.8-2.9-8.4 3.6-15.601 8.3-21.5 13.9-7.101 6.8-12 14.5-14.601 23-2.6 8.399-3.899 20.1-3.899 35.1v30.7c0 3.3 2.7 6 6 6H116c3.3 0 6-2.7 6-6v-39.3c0-3.301-2.7-6-6-6H97.1c.2-10.101 2.601-18.2 7-24.301 3.6-4.899 9-8.899 16.3-12z\"><\/path><\/svg><\/div><p class=\"eb-testimonial-description\">The third generation of a medical family, with a foundation of over 50 years in \"Nourish-Tech Chinese Medical Centre.\" Initially developing medical food for his daughter's congenital heart disease, then established \"Red Yeast.\" By combining traditional prescriptions, medicinal herbs, and culinary techniques, he continuously brings highly effective and delicious medical soups to everyone. This has shattered the stereotype of traditional medicinal cuisine and created medical herbal soups that are as flavorful as chicken soup.<\/p><\/div><\/div><\/div><\/div><\/div>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>\u5728\u521b\u529e\uff3b\u517b\u6b63\u4e2d\u533b\u836f\u8bca\u7597\u4e2d\u5fc3\uff3d\u4e4b [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_eb_attr":"","footnotes":""},"class_list":["post-1328","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ntmedical.com.my\/en_us\/wp-json\/wp\/v2\/pages\/1328","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ntmedical.com.my\/en_us\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ntmedical.com.my\/en_us\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ntmedical.com.my\/en_us\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ntmedical.com.my\/en_us\/wp-json\/wp\/v2\/comments?post=1328"}],"version-history":[{"count":24,"href":"https:\/\/ntmedical.com.my\/en_us\/wp-json\/wp\/v2\/pages\/1328\/revisions"}],"predecessor-version":[{"id":1799,"href":"https:\/\/ntmedical.com.my\/en_us\/wp-json\/wp\/v2\/pages\/1328\/revisions\/1799"}],"wp:attachment":[{"href":"https:\/\/ntmedical.com.my\/en_us\/wp-json\/wp\/v2\/media?parent=1328"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}