{"id":594,"date":"2026-01-30T20:14:23","date_gmt":"2026-01-30T20:14:23","guid":{"rendered":"https:\/\/clouddemo.nc.co.th\/luciuscl\/?page_id=594"},"modified":"2026-04-21T20:01:53","modified_gmt":"2026-04-21T20:01:53","slug":"about","status":"publish","type":"page","link":"https:\/\/clouddemo.nc.co.th\/luciuscl\/about\/","title":{"rendered":"About"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"594\" class=\"elementor elementor-594\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0b90465 e-flex e-con-boxed e-con e-parent\" data-id=\"0b90465\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f83ebf8 e-con-full e-flex e-con e-parent\" data-id=\"f83ebf8\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-387787a elementor-widget elementor-widget-html\" data-id=\"387787a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"th\">\n\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Lucius Clinic - \u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e17\u0e35\u0e21\u0e41\u0e1e\u0e17\u0e22\u0e4c<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Prompt:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n  <style>\n    \/* --- CSS Variables & Reset --- *\/\n    :root {\n      font-family: 'Prompt', sans-serif;\n      --primary-gold: #c5a059;\n      --primary-gold-dark: #b08d4b;\n      --dark-brown: #3e3225;\n      --light-cream: #f9f7f2;\n      --white: #ffffff;\n      --text-gray: #555555;\n      --h-primary: #1e293b;\n      --h-gold: #c5a059;\n      --h-white: #ffffff;\n      --h-text: #333333;\n    }\n\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: 'Prompt';\n      background-color: var(--white);\n      color: var(--text-gray);\n      line-height: 1.6;\n    }\n\n    a {\n      text-decoration: none;\n    }\n\n    ul {\n      list-style: none;\n    }\n\n    img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 12px;\n    }\n\n    \/* --- Header Styles (Copied & Updated from header.html) --- *\/\n    #lucius-custom-header {\n      width: 100%;\n      position: fixed;\n      top: 0;\n      z-index: 1000;\n      background: #fff;\n    }\n\n    .lucius-top-bar {\n      background-color: var(--h-primary);\n      color: rgba(255, 255, 255, 0.9);\n      padding: 8px 0;\n      font-size: 14px;\n      width: 100%;\n    }\n\n    .lucius-inner,\n    .lucius-nav-content {\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 0 5%;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n\n    .lucius-info span {\n      margin-right: 20px;\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .lucius-info i {\n      color: var(--h-gold);\n    }\n\n    .lucius-navbar {\n      background-color: rgba(255, 255, 255, 0.98);\n      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);\n      padding: 0;\n      height: 70px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 100%;\n      position: relative;\n    }\n\n    .lucius-nav-content {\n      height: 100%;\n      width: 100%;\n    }\n\n    .lucius-logo {\n      font-size: 24px;\n      font-weight: 700;\n      color: var(--h-primary);\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n\n    .lucius-logo span {\n      color: var(--h-gold);\n    }\n\n    .lucius-menu {\n      display: flex;\n      gap: 30px;\n      height: 100%;\n      align-items: center;\n    }\n\n    .lucius-menu li {\n      position: relative;\n      height: 100%;\n      display: flex;\n      align-items: center;\n    }\n\n    .lucius-menu>li>a {\n      color: var(--h-text);\n      font-weight: 500;\n      font-size: 16px;\n      transition: 0.3s;\n      padding: 10px 0;\n      display: flex;\n      align-items: center;\n      gap: 5px;\n    }\n\n    .lucius-menu>li>a:hover {\n      color: var(--h-gold);\n    }\n\n    .lucius-dropdown {\n      display: none;\n      position: absolute;\n      top: 100%;\n      left: -20px;\n      background: #fff;\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n      min-width: 280px;\n      padding: 10px 0;\n      border-radius: 0 0 8px 8px;\n      border-top: 3px solid var(--h-gold);\n      z-index: 1000;\n    }\n\n    .lucius-menu li:hover .lucius-dropdown {\n      display: block;\n      animation: fadeIn 0.3s ease;\n    }\n\n    .lucius-dropdown a {\n      display: block;\n      padding: 10px 25px;\n      color: var(--h-text);\n      font-size: 15px;\n      border-bottom: 1px solid #f5f5f5;\n      transition: 0.2s;\n    }\n\n    .lucius-dropdown a:hover {\n      background-color: #fcfcfc;\n      color: var(--h-gold);\n      padding-left: 30px;\n    }\n\n    .lucius-btn {\n      background: linear-gradient(135deg, var(--h-gold), #b08d4b);\n      color: #fff !important;\n      padding: 10px 25px;\n      border-radius: 50px;\n      font-weight: 500;\n      font-size: 15px;\n      transition: 0.3s;\n    }\n\n    .lucius-btn:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 5px 15px rgba(197, 160, 89, 0.4);\n    }\n\n    \/* Mobile Menu *\/\n    .lucius-hamburger {\n      display: none;\n      font-size: 24px;\n      color: var(--h-primary);\n      cursor: pointer;\n    }\n\n    .lucius-mobile-menu {\n      display: none;\n      position: absolute;\n      top: 100%;\n      left: 0;\n      width: 100%;\n      background: #fff;\n      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);\n      padding: 20px 0;\n      flex-direction: column;\n      max-height: 80vh;\n      overflow-y: auto;\n      border-top: 1px solid #eee;\n    }\n\n    .lucius-mobile-menu.active {\n      display: flex !important;\n    }\n\n    .lucius-mobile-menu a {\n      padding: 15px 25px;\n      color: var(--h-text);\n      font-weight: 500;\n      border-bottom: 1px solid #f9f9f9;\n      display: block;\n    }\n\n    .mobile-dropdown-header {\n      background-color: #f5f5f5;\n      color: var(--h-primary) !important;\n      font-weight: 600 !important;\n      cursor: pointer;\n    }\n\n    .mobile-dropdown-item {\n      padding-left: 45px !important;\n      background-color: #fcfcfc;\n      color: #666 !important;\n      font-size: 14px;\n    }\n\n    .lucius-mobile-btn {\n      margin: 20px auto;\n      width: fit-content;\n      text-align: center;\n    }\n\n    @media (max-width: 992px) {\n\n      .lucius-top-bar,\n      .lucius-menu,\n      .lucius-btn-desktop {\n        display: none;\n      }\n\n      .lucius-hamburger {\n        display: block;\n      }\n    }\n\n    \/* --- Doctor Content Properties --- *\/\n    body {\n      padding-top: 0;\n    }\n\n    \/* Space for fixed header *\/\n    @media (max-width: 992px) {\n      \/* Removed padding for fixed header *\/\n    }\n\n    .section-padding {\n      padding: 60px 0;\n    }\n\n    .container {\n      max-width: 1100px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n\n    .text-center {\n      text-align: center;\n    }\n\n    .text-gold {\n      color: var(--primary-gold);\n    }\n\n    .bg-cream {\n      background-color: var(--light-cream);\n    }\n\n    h1,\n    h2,\n    h3 {\n      color: var(--dark-brown);\n      font-weight: 600;\n      margin-bottom: 20px;\n    }\n\n    .hero-img {\n      width: 100%;\n      max-width: 600px;\n      \/* Reduced size to prevent pixelation *\/\n      display: block;\n      margin: 0 auto 40px auto;\n      \/* Centered *\/\n      border-radius: 20px;\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n    }\n\n    .doctor-card {\n      background: #fff;\n      border-radius: 20px;\n      overflow: hidden;\n      box-shadow: 0 10px 30px rgba(62, 50, 37, 0.08);\n      margin-bottom: 40px;\n      border: 1px solid #eee;\n      transition: transform 0.3s;\n    }\n\n    .doctor-card:hover {\n      transform: translateY(-5px);\n    }\n\n    .doctor-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 40px;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    .doctor-header {\n      background: var(--dark-brown);\n      color: #fff;\n      padding: 20px 30px;\n    }\n\n    .doctor-header h3 {\n      color: var(--primary-gold);\n      margin: 0;\n      font-size: 1.5rem;\n    }\n\n    .doctor-header span {\n      font-size: 0.95rem;\n      color: #ccc;\n      letter-spacing: 0.5px;\n    }\n\n    .doctor-body {\n      padding: 30px;\n    }\n\n    .doctor-body ul {\n      margin-top: 15px;\n    }\n\n    .doctor-body li {\n      position: relative;\n      padding-left: 25px;\n      margin-bottom: 12px;\n      color: var(--text-gray);\n      font-size: 1.05rem;\n    }\n\n    .doctor-body li::before {\n      content: '\\f00c';\n      font-family: \"Font Awesome 6 Free\";\n      font-weight: 900;\n      position: absolute;\n      left: 0;\n      top: 4px;\n      color: var(--primary-gold);\n      font-size: 0.9rem;\n    }\n\n    .highlight-box {\n      background: linear-gradient(135deg, #fff 0%, #fdfbf7 100%);\n      border: 2px solid #eaddc5;\n      border-radius: 20px;\n      padding: 40px;\n      margin-top: 40px;\n      position: relative;\n      text-align: center;\n    }\n\n    .highlight-box p {\n      font-size: 1.15rem;\n      color: var(--dark-brown);\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    \/* Footer *\/\n    .footer-cta-box {\n      background-color: var(--dark-brown);\n      color: white;\n      padding: 60px 20px;\n      text-align: center;\n    }\n\n    .footer-cta-box h3 {\n      color: var(--primary-gold);\n      margin-bottom: 15px;\n    }\n\n    .footer-cta-box p {\n      margin-bottom: 30px;\n      color: #ccc;\n    }\n\n    .btn-gold {\n      display: inline-block;\n      background: linear-gradient(135deg, var(--primary-gold), var(--primary-gold-dark));\n      color: white;\n      padding: 12px 30px;\n      border-radius: 50px;\n      font-weight: 500;\n      font-size: 1.1rem;\n      box-shadow: 0 4px 15px rgba(193, 156, 86, 0.4);\n      border: none;\n      transition: 0.3s;\n    }\n\n    .btn-gold:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 6px 20px rgba(193, 156, 86, 0.6);\n    }\n\n    \/* --- Language Visibility --- *\/\n    .lang-en { display: none !important; }\n    .lang-th { display: contents; }\n    html[lang=\"en\"] .lang-en { display: contents !important; }\n    html[lang=\"en\"] .lang-th { display: none !important; }\n    html[lang=\"en\"] div.lang-en, html[lang=\"en\"] p.lang-en, html[lang=\"en\"] section.lang-en, html[lang=\"en\"] li.lang-en, html[lang=\"en\"] h2.lang-en, html[lang=\"en\"] h3.lang-en { display: block !important; }\n  <\/style>\n<\/head>\n\n<body>\n\n  <!-- Main Content -->\n  <section class=\"section-padding bg-cream\">\n    <div class=\"container\">\n\n      <div class=\"text-center\" style=\"margin-bottom: 50px;\">\n        <h2>\n          <span class=\"lang-th\">\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34\u0e04\u0e38\u0e13\u0e2b\u0e21\u0e2d<\/span>\n          <span class=\"lang-en\">Doctor's history<\/span>\n        <\/h2>\n        <p style=\"max-width: 800px; margin: 0 auto; font-size: 1.1rem;\">\n          <span class=\"lang-th\">\u0e17\u0e35\u0e21\u0e41\u0e1e\u0e17\u0e22\u0e4c Lucius Clinic \u0e17\u0e35\u0e21\u0e41\u0e1e\u0e17\u0e22\u0e4c\u0e21\u0e37\u0e2d\u0e2d\u0e32\u0e0a\u0e35\u0e1e\u0e21\u0e32\u0e01\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e01\u0e32\u0e23\u0e13\u0e4c \u0e14\u0e39\u0e41\u0e25\u0e17\u0e38\u0e01\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e43\u0e2a\u0e48\u0e43\u0e08 \u0e15\u0e31\u0e49\u0e07\u0e41\u0e15\u0e48\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e40\u0e21\u0e34\u0e19 \u0e44\u0e1b\u0e08\u0e19\u0e16\u0e36\u0e07\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21\u0e1c\u0e25\u0e2b\u0e25\u0e31\u0e07\u0e17\u0e33<\/span>\n          <span class=\"lang-en\">The medical team at Lucius Clinic is a team of highly experienced and professional doctors who carefully oversee every step, from initial assessment to post-procedure follow-up.<\/span>\n        <\/p>\n      <\/div>\n\n\n\n      <div class=\"doctor-grid\">\n\n        <!-- Doctor 1 -->\n        <div class=\"doctor-card\">\n          <img decoding=\"async\" src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/02\/S__29171852.jpg\"\n            alt=\"\u0e19\u0e32\u0e22\u0e41\u0e1e\u0e17\u0e22\u0e4c\u0e27\u0e38\u0e12\u0e34\u0e04\u0e38\u0e13 \u0e04\u0e38\u0e13\u0e27\u0e38\u0e12\u0e34 (\u0e2b\u0e21\u0e2d\u0e40\u0e19\u0e21)\" style=\"width: 100%; display: block;\">\n          <div class=\"doctor-header\">\n            <h3>\n              <span class=\"lang-th\">\u0e19\u0e32\u0e22\u0e41\u0e1e\u0e17\u0e22\u0e4c\u0e27\u0e38\u0e12\u0e34\u0e04\u0e38\u0e13 \u0e04\u0e38\u0e13\u0e27\u0e38\u0e12\u0e34 (\u0e2b\u0e21\u0e2d\u0e40\u0e19\u0e21)<\/span>\n              <span class=\"lang-en\">Dr. Wuttikun Kunawut (Dr. Name)<\/span>\n            <\/h3>\n            <span> \n              <span class=\"lang-th\">\u0e41\u0e1e\u0e17\u0e22\u0e4c\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e17\u0e32\u0e07\u0e28\u0e31\u0e25\u0e22\u0e01\u0e23\u0e23\u0e21 (\u0e27.51054)<\/span>\n              <span class=\"lang-en\">Specialist in surgical procedures. (V.51054)<\/span>\n            <\/span>\n          <\/div>\n          <div class=\"doctor-body\">\n            <ul class=\"lang-th\">\n              <li>\u0e21\u0e35\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e01\u0e32\u0e23\u0e13\u0e4c\u0e15\u0e23\u0e07\u0e14\u0e49\u0e32\u0e19\u0e28\u0e31\u0e25\u0e22\u0e01\u0e23\u0e23\u0e21\u0e1b\u0e23\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e2b\u0e19\u0e49\u0e32 \u0e41\u0e25\u0e30\u0e22\u0e01\u0e01\u0e23\u0e30\u0e0a\u0e31\u0e1a<\/li>\n              <li>\u0e1c\u0e48\u0e32\u0e19\u0e01\u0e32\u0e23\u0e2d\u0e1a\u0e23\u0e21\u0e40\u0e17\u0e04\u0e19\u0e34\u0e04\u0e17\u0e31\u0e19\u0e2a\u0e21\u0e31\u0e22\u0e14\u0e49\u0e32\u0e19\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e41\u0e1e\u0e17\u0e22\u0e4c\u0e41\u0e25\u0e30\u0e40\u0e25\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e17\u0e32\u0e07<\/li>\n            <\/ul>\n            <ul class=\"lang-en\">\n              <li>Experienced in facial contouring and facelift surgery.<\/li>\n              <li>Trained in modern techniques for the use of specialized medical instruments and lasers.<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <!-- Doctor 2 -->\n        <div class=\"doctor-card\">\n          <img decoding=\"async\" src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/02\/S__29171853.jpg\"\n            alt=\"\u0e41\u0e1e\u0e17\u0e22\u0e4c\u0e2b\u0e0d\u0e34\u0e07\u0e13\u0e31\u0e10\u0e18\u0e34\u0e14\u0e32 \u0e27\u0e07\u0e28\u0e4c\u0e21\u0e42\u0e19\u0e27\u0e34\u0e2a\u0e38\u0e17\u0e18\u0e34\u0e4c (\u0e2b\u0e21\u0e2d\u0e44\u0e2d\u0e0b\u0e4c)\" style=\"width: 100%; display: block;\">\n          <div class=\"doctor-header\">\n            <h3>\n              <span class=\"lang-th\">\u0e41\u0e1e\u0e17\u0e22\u0e4c\u0e2b\u0e0d\u0e34\u0e07\u0e13\u0e31\u0e10\u0e18\u0e34\u0e14\u0e32 \u0e27\u0e07\u0e28\u0e4c\u0e21\u0e42\u0e19\u0e27\u0e34\u0e2a\u0e38\u0e17\u0e18\u0e34\u0e4c (\u0e2b\u0e21\u0e2d\u0e44\u0e2d\u0e0b\u0e4c)<\/span>\n              <span class=\"lang-en\">Dr. Natthida Wongmanowisut (Dr. Ice)<\/span>\n            <\/h3>\n            <span>\n              <span class=\"lang-th\">\u0e41\u0e1e\u0e17\u0e22\u0e4c\u0e1c\u0e39\u0e49\u0e40\u0e0a\u0e35\u0e48\u0e22\u0e27\u0e0a\u0e32\u0e0d\u0e14\u0e49\u0e32\u0e19\u0e1c\u0e34\u0e27\u0e2b\u0e19\u0e31\u0e07 \u0e40\u0e25\u0e40\u0e0b\u0e2d\u0e23\u0e4c \u0e41\u0e25\u0e30\u0e1c\u0e48\u0e32\u0e15\u0e31\u0e14 (\u0e27.50759)<\/span>\n              <span class=\"lang-en\">Dermatologist, laser specialist, and surgeon. (V.50759)<\/span>\n            <\/span>\n          <\/div>\n          <div class=\"doctor-body\">\n            <ul class=\"lang-th\">\n              <li>\u0e21\u0e35\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e01\u0e32\u0e23\u0e13\u0e4c\u0e22\u0e32\u0e27\u0e19\u0e32\u0e19\u0e43\u0e19\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e1c\u0e34\u0e27\u0e2b\u0e22\u0e48\u0e2d\u0e19\u0e04\u0e25\u0e49\u0e2d\u0e22 \u0e23\u0e34\u0e49\u0e27\u0e23\u0e2d\u0e22 \u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e2b\u0e19\u0e49\u0e32<\/li>\n              <li>\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e40\u0e17\u0e04\u0e19\u0e34\u0e04\u0e43\u0e2b\u0e21\u0e48 \u0e46 \u0e2d\u0e22\u0e48\u0e32\u0e07\u0e15\u0e48\u0e2d\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07 \u0e17\u0e31\u0e49\u0e07\u0e01\u0e32\u0e23\u0e22\u0e01\u0e01\u0e23\u0e30\u0e0a\u0e31\u0e1a\u0e41\u0e25\u0e30\u0e07\u0e32\u0e19\u0e40\u0e15\u0e34\u0e21\u0e40\u0e15\u0e47\u0e21<\/li>\n            <\/ul>\n            <ul class=\"lang-en\">\n              <li>Extensive experience in addressing sagging skin, wrinkles, and facial contouring.<\/li>\n              <li>Continuously updates techniques in both lifting and filling procedures.<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n      <\/div>\n\n      <div class=\"highlight-box\">\n        <p>\n          <i class=\"fas fa-quote-left\" style=\"color: var(--primary-gold); margin-right: 10px;\"><\/i>\n          <span class=\"lang-th\">\u0e17\u0e35\u0e21\u0e41\u0e1e\u0e17\u0e22\u0e4c\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e40\u0e17\u0e04\u0e19\u0e34\u0e04 \u0e41\u0e25\u0e30\u0e2d\u0e1a\u0e23\u0e21\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e41\u0e1e\u0e17\u0e22\u0e4c\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e40\u0e2a\u0e21\u0e2d \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e21\u0e31\u0e48\u0e19\u0e43\u0e08\u0e44\u0e14\u0e49\u0e27\u0e48\u0e32\u0e17\u0e38\u0e01\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e23\u0e31\u0e01\u0e29\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e44\u0e1b\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22 \u0e41\u0e21\u0e48\u0e19\u0e22\u0e33 \u0e41\u0e25\u0e30\u0e15\u0e23\u0e07\u0e08\u0e38\u0e14\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13<\/span>\n          <span class=\"lang-en\">Our medical team constantly updates their techniques and receives training on the correct use of medical equipment to ensure that every step of your treatment is safe, precise, and targeted to your specific needs.<\/span>\n          <i class=\"fas fa-quote-right\" style=\"color: var(--primary-gold); margin-left: 10px;\"><\/i>\n        <\/p>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <footer class=\"footer-cta-box\">\n    <div class=\"container\">\n      <h3>LUCIUS CLINIC<\/h3>\n      <p>\n        <span class=\"lang-th\">\u0e22\u0e01\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e07\u0e32\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e14\u0e49\u0e27\u0e22\u0e17\u0e35\u0e21\u0e41\u0e1e\u0e17\u0e22\u0e4c\u0e1c\u0e39\u0e49\u0e40\u0e0a\u0e35\u0e48\u0e22\u0e27\u0e0a\u0e32\u0e0d\u0e41\u0e25\u0e30\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e17\u0e35\u0e48\u0e17\u0e31\u0e19\u0e2a\u0e21\u0e31\u0e22<\/span>\n        <span class=\"lang-en\">Enhance your beauty with our team of medical experts and modern technology.<\/span>\n      <\/p>\n      <a href=\"https:\/\/line.me\/ti\/p\/~YOUR_LINE_ID\" class=\"btn-gold\" style=\"min-width: 250px;\">\n        <i class=\"fab fa-line\"><\/i> \n        <span class=\"lang-th\">\u0e2a\u0e2d\u0e1a\u0e16\u0e32\u0e21\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25 \/ \u0e1b\u0e23\u0e36\u0e01\u0e29\u0e32\u0e40\u0e40\u0e1e\u0e17\u0e22\u0e4c<\/span>\n        <span class=\"lang-en\">Free Consultation<\/span>\n      <\/a>\n    <\/div>\n  <\/footer>\n\n  <script>\n    \/\/ Initialize Language\n    const savedLang = localStorage.getItem('lucius_pref_lang') || 'th';\n    document.documentElement.setAttribute('lang', savedLang);\n\n    function toggleMobileMenu() {\n      var menu = document.getElementById('mobileMenu');\n      if (menu) menu.classList.toggle('active');\n    }\n\n    function toggleMobileServices() {\n      var servicesList = document.getElementById('mobileServicesList');\n      if (servicesList) {\n        servicesList.style.display = (servicesList.style.display === 'none' || servicesList.style.display === '') ? 'block' : 'none';\n      }\n    }\n  <\/script>\n\n<\/body>\n\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Lucius Clinic &#8211; \u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e17\u0e35\u0e21\u0e41\u0e1e\u0e17\u0e22\u0e4c \u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34\u0e04\u0e38\u0e13\u0e2b\u0e21\u0e2d Doctor&#8217;s history \u0e17\u0e35\u0e21\u0e41\u0e1e\u0e17\u0e22\u0e4c Lucius Clinic \u0e17\u0e35\u0e21\u0e41\u0e1e\u0e17\u0e22\u0e4c\u0e21\u0e37\u0e2d\u0e2d\u0e32\u0e0a\u0e35\u0e1e\u0e21\u0e32\u0e01\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e01\u0e32\u0e23\u0e13\u0e4c \u0e14\u0e39\u0e41\u0e25\u0e17\u0e38\u0e01\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e43\u0e2a\u0e48\u0e43\u0e08 \u0e15\u0e31\u0e49\u0e07\u0e41\u0e15\u0e48\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e40\u0e21\u0e34\u0e19 \u0e44\u0e1b\u0e08\u0e19\u0e16\u0e36\u0e07\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21\u0e1c\u0e25\u0e2b\u0e25\u0e31\u0e07\u0e17\u0e33 The medical team at Lucius Clinic is a team of highly experienced and professional doctors who carefully oversee every step, from initial assessment to post-procedure follow-up. \u0e19\u0e32\u0e22\u0e41\u0e1e\u0e17\u0e22\u0e4c\u0e27\u0e38\u0e12\u0e34\u0e04\u0e38\u0e13 \u0e04\u0e38\u0e13\u0e27\u0e38\u0e12\u0e34 (\u0e2b\u0e21\u0e2d\u0e40\u0e19\u0e21) Dr. Wuttikun Kunawut (Dr. Name) \u0e41\u0e1e\u0e17\u0e22\u0e4c\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e17\u0e32\u0e07\u0e28\u0e31\u0e25\u0e22\u0e01\u0e23\u0e23\u0e21 (\u0e27.51054) Specialist in surgical procedures. (V.51054) [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-594","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages\/594","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/comments?post=594"}],"version-history":[{"count":22,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages\/594\/revisions"}],"predecessor-version":[{"id":868,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages\/594\/revisions\/868"}],"wp:attachment":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/media?parent=594"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}