{"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\/zh_cn\/company-history-3\/","title":{"rendered":"\u516c\u53f8\u5386\u53f2"},"content":{"rendered":"\n<p style=\"font-size:1.3rem\">\u5728\u521b\u529e\uff3b\u517b\u6b63\u4e2d\u533b\u836f\u8bca\u7597\u4e2d\u5fc3\uff3d\u4e4b\u524d\uff0c\u5f20\u533b\u5e08\uff08\u9662\u957f\uff09\u5df2\u5728\u836f\u6750\u5e97\u94fa\u5750\u8bca\u4e8c\u5341\u5e74\u3002\u4e00\u6b21\uff0c\u4e00\u4f4d\u6cbb\u6108\u7684\u4e2d\u98ce\u75c5\u4eba\u56e0\u542c\u4fe1\u975e\u533b\u7597\u4eba\u58eb\u7684\u5efa\u8bae\uff0c\u670d\u7528\u5927\u8865\u4e4b\u54c1\u540e\u4e0d\u5e78\u79bb\u4e16\u3002\u8fd9\u4ef6\u4e8b\u8ba9\u6211\u6df1\u611f\u75db\u60dc\uff0c\u4e5f\u8ba9\u6211\u4e0b\u5b9a\u51b3\u5fc3\u79bb\u5f00\u836f\u5e97\uff0c\u521b\u7acb\u8bca\u6240\uff0c\u547d\u540d\uff3b\u517b\u6b63\uff3d\u2014\u2014\u533b\u8005\u6709\u6b63\u5ff5\uff0c\u65b9\u53ef\u517b\u6b63\u6c14\u3002<\/p>\n\n\n\n<p style=\"font-size:1.3rem\">\u4e94\u5e74\u540e\uff0c\u4e25\u5c45\u6770\u533b\u5e08\u81ea\uff3b\u4e2d\u56fd\u798f\u5efa\u4e2d\u533b\u5927\u5b66\uff3d\u5b66\u6210\u5f52\u6765\uff0c\u5c06\uff3b\u517b\u6b63\uff3d\u6258\u4ed8\u4e8e\u4ed6\uff0c\u5e76\u8bbe\u7acb\u7ea2\u66f2\u9986\uff08\u836f\u81b3\u90e8\u95e8\uff09\uff0c\u5b9e\u73b0\u533b\u4e0e\u517b\u4e00\u4f53\u5316\u7684\u5065\u5eb7\u670d\u52a1\u3002\u552f\u6709\u79c9\u6301\u6b63\u9053\uff0c\u65b9\u80fd\u6551\u4eba\u4e8e\u5371\u96be\u4e4b\u95f4\u3002<\/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\u5e74-1994\u5e74<\/div>\n    <div class=\"timeline-description\">\u521b\u7acb\u201c\u4e25\u5f20\u4e2d\u533b\u9488\u7078\u6240\u201d\uff08\u4f20\u7edf\u836f\u6750\u5e97\uff09<\/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\">1993\u5e743\u6708<\/div>\n    <div class=\"timeline-description\">\u521b\u7acb\u201c\u517b\u6b63\u4e2d\u533b\u836f\u6cbb\u7597\u4e2d\u5fc3\u201d\uff08\u8bca\u6240\uff09<\/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\u5e74<\/div>\n    <div class=\"timeline-description\">\u201c\u517b\u6b63\u4e2d\u533b\u201d \u65b0\u6539\u9769\uff0c\u4e25\u533b\u5e08\u548c\u5218\u533b\u5e08\u52a0\u5165\u56e2\u961f\uff0c\u5e94\u7528\u79d1\u5b66\u4e2d\u836f\uff0c\u8bbe\u7acb\u4fdd\u5065\u90e8<\/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\u5e74<\/div>\n    <div class=\"timeline-description\">\u201c\u517b\u6b63\u4e2d\u533b\u201d\u642c\u8fc1\uff0c\u518d\u6b21\u63d0\u5347\u7ba1\u7406\u3001\u89c4\u6a21\u53ca\u670d\u52a1<\/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\u5e74<\/div>\n    <div class=\"timeline-description\">\u9644\u5c5e\u201c\u517b\u6b63\u4e2d\u533b\u2018\u2019\u521b\u7acb\u201c\u751f\u6d3b\u96c5\u96c6\u201d\uff0c\u4e09\u8005\u5408\u4e00\uff0c\u533b\u7597\u3001\u836f\u81b3\u548c\u6587\u5316\uff0c\u4ee5\u836f\u81b3\u98df\u7597\u65b9\u9762\u8fdb\u884c\u7814\u7a76\u548c\u5f00\u53d1<\/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\u5e74<\/div>\n    <div class=\"timeline-description\">\u6210\u7acb\u201c\u517b\u6b63\u533b\u7597\u6551\u6d4e\u57fa\u91d1\u201d<\/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\u5e74<\/div>\n    <div class=\"timeline-description\">\u201c\u751f\u6d3b\u96c5\u96c6\u201d\u66f4\u540d\u4e3a\u201c\u7ea2\u66f2\u9986\u201d\uff0c\u5168\u9762\u4ee5\u836f\u81b3\u6cbb\u7597\u53ca\u98df\u7597\u4e3a\u4e3b\uff1b\u9644\u5c5e\u201c\u517b\u6b63\u4e2d\u533b\u836f\u81b3\u90e8\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\u5e74<\/div>\n    <div class=\"timeline-description\">\u4f20\u7edf\u5bb6\u65cf\u7ecf\u9a8c\u8f6c\u578b\u5bf9\u5916\u5e94\u8058\uff0c\u4e2d\u533b\u4e13\u79d1\u90e8\u95e8\uff0c\u5987\u79d1\u4e13\u79d1\u3001\u80bf\u7624\u4e13\u79d1\u3001\u6d88\u5316\u79d1\u3001\u9aa8\u4f24\u79d1\u53ca\u7591\u96be\u6742\u75c7\u7b49<\/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\u5e74<\/div>\n    <div class=\"timeline-description\">\u517b\u6b63\u836f\u81b3\u90e8\u95e8\u63a8\u51fa\u201c\u5f00\u95e8\u4e03\u4ef6\u4e8b\u201d<\/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\u5e74<\/div>\n    <div class=\"timeline-description\">\u5f00\u521b\u201c\u5357\u6d0b\u81b3\u6c64\u201d\u8fdb\u5165\u666e\u53ca\u5316\u5e02\u573a<\/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\u5e74<\/div>\n    <div class=\"timeline-description\">\u5f00\u542f\u517b\u6b63\u4e2d\u533b\u5206\u5e97\uff0c\u4e2d\u533b\u4e13\u79d1\u90e8\u4e0e\u836f\u81b3\u90e8\u7ed3\u5408\u8fdb\u9a7bLifecare<\/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>\u8bed\u5f55<\/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\">\u5f20\u78a7\u534e\u533b\u5e08<\/p><p class=\"eb-testimonial-company\">\u9662\u957f<\/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\">\u6211\u662f\u4e00\u4f4d\u4f4e\u5934\u82e6\u5e72\u7684\u533b\u5e08\uff0c\u53ea\u662f\u4e00\u4e2a\u53c2\u4e0e\u961f\u4f0d\u91cc\u62c9\u7740\u4e00\u6839\u7ed1\u5b9a\u8239\u5934\u7684\u5927\u7ef3\u5b50\u3002\u4ece\u4e00\u53ea\u5c0f\u53f7\u8239\uff0c\u5230\u4eca\u5929\u7684\u4e2d\u53f7\u8239\uff0c\u8d70\u7740\u8d70\u7740\u4e0d\u77e5\u4e0d\u89c9\u5df2\u7ecf50\u8f7d\u3002\u81f3\u4eca\u6211\u4eec\u4f9d\u7136\u5728\u6301\u7eed\u4e3a\u533b\u7597\u5de5\u4f5c\u4e0d\u65ad\u524d\u8fdb\uff0c\u53ea\u4e3a\u80fd\u62ef\u6551\u66f4\u591a\u7684\u75c5\u60a3\u53ca\u7591\u96be\u6742\u75c7\u3002\u4eca\u5929\u770b\u89c1\u540e\u8f88\u4eec\u594b\u529b\u800c\u8d77\uff0c\u6211\u6df1\u611f\u5b89\u6170\u3002\u6211\u662f\u517b\u6b63\u7684\u7cbe\u795e\u4eba\u7269\uff0c\u6211\u4e5f\u5e0c\u671b\u672a\u6765\u7684\u6bcf\u4e00\u4f4d\u517b\u6b63\u4eba\uff0c\u90fd\u53ef\u4ee5\u6210\u4e3a\u672a\u6765\u7684\u7cbe\u795e\u9886\u8896\uff01<\/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\">\u4e25\u5c45\u6770\u533b\u5e08<\/p><p class=\"eb-testimonial-company\">\u8463\u4e8b\u957f<\/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\">\u4e43\u533b\u7597\u4e16\u5bb6\u7b2c\u4e09\u4ee3\uff0c\u57fa\u4e1a\u4e8e \u201c\u517b\u6b63\u4e2d\u533b\u201d 50\u4f59\u5e74\u3002\u7531\u4e8e\u5973\u513f\u5148\u5929\u6027\u5fc3\u810f\u75c5\uff0c\u540e\u6765\u5f00\u521b\u4e86\u7ea2\u66f2\u9986\uff0c\u5e76\u901a\u8fc7\u4f20\u7edf\u9a8c\u65b9\u7ecf\u65b9\u548c\u70f9\u996a\u6280\u672f\u9646\u7eed\u4e3a\u5927\u5bb6\u5e26\u6765\u4e86\u5177\u6709\u9ad8\u6548\u8865\u76ca\u548c\u7f8e\u5473\u7684\u836f\u81b3\u6c64\u3002\u4ece\u6b64\u6253\u7834\u4f20\u7edf\u836f\u81b3\u523b\u677f\u5370\u8c61\uff0c\u7814\u53d1\u72b9\u5982\u9e21\u6c64\u822c\u7684\u836f\u81b3\u6c64\u3002<\/p><\/div><\/div><\/div><\/div><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5728\u521b\u529e\uff3b\u517b\u6b63\u4e2d\u533b\u836f\u8bca\u7597\u4e2d\u5fc3\uff3d\u4e4b [&hellip;]<\/p>\n","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\/zh_cn\/wp-json\/wp\/v2\/pages\/1328","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ntmedical.com.my\/zh_cn\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ntmedical.com.my\/zh_cn\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ntmedical.com.my\/zh_cn\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ntmedical.com.my\/zh_cn\/wp-json\/wp\/v2\/comments?post=1328"}],"version-history":[{"count":24,"href":"https:\/\/ntmedical.com.my\/zh_cn\/wp-json\/wp\/v2\/pages\/1328\/revisions"}],"predecessor-version":[{"id":1799,"href":"https:\/\/ntmedical.com.my\/zh_cn\/wp-json\/wp\/v2\/pages\/1328\/revisions\/1799"}],"wp:attachment":[{"href":"https:\/\/ntmedical.com.my\/zh_cn\/wp-json\/wp\/v2\/media?parent=1328"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}