Showing source for: https://www.hflthailand.com/
Duration: 1.986657s
Server: Apache/2

<!DOCTYPE html>
<html lang="th" class="loading-site no-js bg-fill">
<head><meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
<!-- Google tag (gtag.js) -->
<script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=G-MW592NX8GJ"></script>
<script type="rocketlazyloadscript">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-MW592NX8GJ');
</script>
   <meta name="google-site-verification" content="IzeeVpFYw_DIALdJhv9AYHI5W0gvhXeKdYhPe1pyTVw" />
	
	<link rel="profile" href="https://gmpg.org/xfn/11" />
	<link rel="pingback" href="https://www.hflthailand.com/xmlrpc.php" />

	<script type="rocketlazyloadscript">(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script>
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<meta name="viewport" content="width=device-width, initial-scale=1" />
	<!-- This site is optimized with the Yoast SEO plugin v21.2 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Health for life เครื่องมือเเพทย์และเวชสำอาง</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CKanit%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRadio%20Canada%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A300%2C400&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CKanit%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRadio%20Canada%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A300%2C400&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CKanit%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRadio%20Canada%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A300%2C400&#038;display=swap" /></noscript><link rel="stylesheet" href="https://www.hflthailand.com/wp-content/cache/min/1/6de00b46a469487daea9b22c12176e27.css" media="all" data-minify="1" />
	<meta name="description" content="Health for life จัดจำหน่ายเครื่องมือเเพทย์และเวชสำอาง ยินดีให้คำปรึกษา สามารถติดต่อสอบถามได้เลยโทร.064 8358856 หรือ facebook : healthforlife" />
	<link rel="canonical" href="https://www.hflthailand.com/" />
	<meta property="og:locale" content="th_TH" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Health for life เครื่องมือเเพทย์และเวชสำอาง" />
	<meta property="og:description" content="Health for life จัดจำหน่ายเครื่องมือเเพทย์และเวชสำอาง ยินดีให้คำปรึกษา สามารถติดต่อสอบถามได้เลยโทร.064 8358856 หรือ facebook : healthforlife" />
	<meta property="og:url" content="https://www.hflthailand.com/" />
	<meta property="og:site_name" content="Health For Life" />
	<meta property="article:publisher" content="https://www.facebook.com/healthforlifethai/" />
	<meta property="article:modified_time" content="2023-12-06T08:25:56+00:00" />
	<meta property="og:image" content="https://www.hflthailand.com/wp-content/uploads/2023/05/S__135905411.jpg" />
	<meta property="og:image:width" content="1983" />
	<meta property="og:image:height" content="827" />
	<meta property="og:image:type" content="image/jpeg" />
	<meta name="twitter:card" content="summary_large_image" />
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//stats.wp.com' />
<link rel='dns-prefetch' href='//cdn.jsdelivr.net' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel='prefetch' href='https://www.hflthailand.com/wp-content/themes/flatsome/assets/js/flatsome.js?ver=89ac940c4841291ea8d6' />
<link rel='prefetch' href='https://www.hflthailand.com/wp-content/themes/flatsome/assets/js/chunk.slider.js?ver=3.17.6' />
<link rel='prefetch' href='https://www.hflthailand.com/wp-content/themes/flatsome/assets/js/chunk.popups.js?ver=3.17.6' />
<link rel='prefetch' href='https://www.hflthailand.com/wp-content/themes/flatsome/assets/js/chunk.tooltips.js?ver=3.17.6' />
<link rel='prefetch' href='https://www.hflthailand.com/wp-content/themes/flatsome/assets/js/woocommerce.js?ver=1a392523165907adee6a' />
<link rel="alternate" type="application/rss+xml" title="Health For Life &raquo; ฟีด" href="https://www.hflthailand.com/feed/" />
<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	
<style id='wp-block-library-inline-css' type='text/css'>
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#ddd;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}figure{margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
</style>










<style id='woocommerce-inline-inline-css' type='text/css'>
.woocommerce form .form-row .required { visibility: visible; }
</style>




<link rel='stylesheet' id='elementor-post-818-css' href='https://www.hflthailand.com/wp-content/uploads/elementor/css/post-818.css?ver=1684226385' type='text/css' media='all' />

<link rel='stylesheet' id='elementor-global-css' href='https://www.hflthailand.com/wp-content/uploads/elementor/css/global.css?ver=1684229361' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-830-css' href='https://www.hflthailand.com/wp-content/uploads/elementor/css/post-830.css?ver=1701851166' type='text/css' media='all' />



<style id='flatsome-main-inline-css' type='text/css'>
@font-face {
				font-family: "fl-icons";
				font-display: block;
				src: url(https://www.hflthailand.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.eot?v=3.17.6);
				src:
					url(https://www.hflthailand.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.eot#iefix?v=3.17.6) format("embedded-opentype"),
					url(https://www.hflthailand.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff2?v=3.17.6) format("woff2"),
					url(https://www.hflthailand.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.ttf?v=3.17.6) format("truetype"),
					url(https://www.hflthailand.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff?v=3.17.6) format("woff"),
					url(https://www.hflthailand.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.svg?v=3.17.6#fl-icons) format("svg");
			}
</style>


<style id='rocket-lazyload-inline-css' type='text/css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://www.hflthailand.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
</style>




<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>

<style data-related="n2-ss-13">div#n2-ss-13 .n2-ss-slider-1{display:grid;position:relative;}div#n2-ss-13 .n2-ss-slider-2{display:grid;position:relative;overflow:hidden;padding:0px 0px 0px 0px;border:0px solid RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;z-index:1;}div#n2-ss-13:not(.n2-ss-loaded) .n2-ss-slider-2{background-image:none !important;}div#n2-ss-13 .n2-ss-slider-3{display:grid;grid-template-areas:'cover';position:relative;overflow:hidden;z-index:10;}div#n2-ss-13 .n2-ss-slider-3 > *{grid-area:cover;}div#n2-ss-13 .n2-ss-slide-backgrounds,div#n2-ss-13 .n2-ss-slider-3 > .n2-ss-divider{position:relative;}div#n2-ss-13 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-13 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-13 .n2-ss-slide-background{transform:translateX(-100000px);}div#n2-ss-13 .n2-ss-slider-4{place-self:center;position:relative;width:100%;height:100%;z-index:20;display:grid;grid-template-areas:'slide';}div#n2-ss-13 .n2-ss-slider-4 > *{grid-area:slide;}div#n2-ss-13.n2-ss-full-page--constrain-ratio .n2-ss-slider-4{height:auto;}div#n2-ss-13 .n2-ss-slide{display:grid;place-items:center;grid-auto-columns:100%;position:relative;z-index:20;-webkit-backface-visibility:hidden;transform:translateX(-100000px);}div#n2-ss-13 .n2-ss-slide{perspective:1500px;}div#n2-ss-13 .n2-ss-slide-active{z-index:21;}.n2-ss-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}div#n2-ss-13 .nextend-arrow{cursor:pointer;overflow:hidden;line-height:0 !important;z-index:18;-webkit-user-select:none;}div#n2-ss-13 .nextend-arrow img{position:relative;display:block;}div#n2-ss-13 .nextend-arrow img.n2-arrow-hover-img{display:none;}div#n2-ss-13 .nextend-arrow:FOCUS img.n2-arrow-hover-img,div#n2-ss-13 .nextend-arrow:HOVER img.n2-arrow-hover-img{display:inline;}div#n2-ss-13 .nextend-arrow:FOCUS img.n2-arrow-normal-img,div#n2-ss-13 .nextend-arrow:HOVER img.n2-arrow-normal-img{display:none;}div#n2-ss-13 .nextend-arrow-animated{overflow:hidden;}div#n2-ss-13 .nextend-arrow-animated > div{position:relative;}div#n2-ss-13 .nextend-arrow-animated .n2-active{position:absolute;}div#n2-ss-13 .nextend-arrow-animated-fade{transition:background 0.3s, opacity 0.4s;}div#n2-ss-13 .nextend-arrow-animated-horizontal > div{transition:all 0.4s;transform:none;}div#n2-ss-13 .nextend-arrow-animated-horizontal .n2-active{top:0;}div#n2-ss-13 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active{left:100%;}div#n2-ss-13 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active{right:100%;}div#n2-ss-13 .nextend-arrow-previous.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-13 .nextend-arrow-previous.nextend-arrow-animated-horizontal:FOCUS > div{transform:translateX(-100%);}div#n2-ss-13 .nextend-arrow-next.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-13 .nextend-arrow-next.nextend-arrow-animated-horizontal:FOCUS > div{transform:translateX(100%);}div#n2-ss-13 .nextend-arrow-animated-vertical > div{transition:all 0.4s;transform:none;}div#n2-ss-13 .nextend-arrow-animated-vertical .n2-active{left:0;}div#n2-ss-13 .nextend-arrow-previous.nextend-arrow-animated-vertical .n2-active{top:100%;}div#n2-ss-13 .nextend-arrow-next.nextend-arrow-animated-vertical .n2-active{bottom:100%;}div#n2-ss-13 .nextend-arrow-previous.nextend-arrow-animated-vertical:HOVER > div,div#n2-ss-13 .nextend-arrow-previous.nextend-arrow-animated-vertical:FOCUS > div{transform:translateY(-100%);}div#n2-ss-13 .nextend-arrow-next.nextend-arrow-animated-vertical:HOVER > div,div#n2-ss-13 .nextend-arrow-next.nextend-arrow-animated-vertical:FOCUS > div{transform:translateY(100%);}div#n2-ss-13 .n2-ss-slide-limiter{max-width:3000px;}div#n2-ss-13 .n-uc-sh9OSnYzdgjd{padding:0px 0px 0px 0px}div#n2-ss-13 .n-uc-O1P9OiuLsiKh{padding:0px 0px 0px 0px}div#n2-ss-13 .n-uc-TNPXqVaGqO4o{padding:0px 0px 0px 0px}div#n2-ss-13 .n-uc-cK0CujOfvYoO{padding:0px 0px 0px 0px}div#n2-ss-13 .n-uc-nSrRbF6Izjqe{padding:0px 0px 0px 0px}div#n2-ss-13 .n-uc-0Di6yXCpJlt7{padding:0px 0px 0px 0px}div#n2-ss-13 .nextend-arrow img{width: 32px}@media (min-width: 1200px){div#n2-ss-13 [data-hide-desktopportrait="1"]{display: none !important;}}@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px){div#n2-ss-13 [data-hide-tabletportrait="1"]{display: none !important;}}@media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px){div#n2-ss-13 [data-hide-mobileportrait="1"]{display: none !important;}div#n2-ss-13 .nextend-arrow img{width: 16px}}</style>
<style data-related="n2-ss-14">div#n2-ss-14 .n2-ss-slider-1{display:grid;position:relative;}div#n2-ss-14 .n2-ss-slider-2{display:grid;position:relative;overflow:hidden;padding:0px 0px 0px 0px;border:0px solid RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;z-index:1;}div#n2-ss-14:not(.n2-ss-loaded) .n2-ss-slider-2{background-image:none !important;}div#n2-ss-14 .n2-ss-slider-3{display:grid;grid-template-areas:'cover';position:relative;overflow:hidden;z-index:10;}div#n2-ss-14 .n2-ss-slider-3 > *{grid-area:cover;}div#n2-ss-14 .n2-ss-slide-backgrounds,div#n2-ss-14 .n2-ss-slider-3 > .n2-ss-divider{position:relative;}div#n2-ss-14 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-14 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-14 .n2-ss-slide-background{transform:translateX(-100000px);}div#n2-ss-14 .n2-ss-slider-4{place-self:center;position:relative;width:100%;height:100%;z-index:20;display:grid;grid-template-areas:'slide';}div#n2-ss-14 .n2-ss-slider-4 > *{grid-area:slide;}div#n2-ss-14.n2-ss-full-page--constrain-ratio .n2-ss-slider-4{height:auto;}div#n2-ss-14 .n2-ss-slide{display:grid;place-items:center;grid-auto-columns:100%;position:relative;z-index:20;-webkit-backface-visibility:hidden;transform:translateX(-100000px);}div#n2-ss-14 .n2-ss-slide{perspective:1500px;}div#n2-ss-14 .n2-ss-slide-active{z-index:21;}.n2-ss-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}div#n2-ss-14 .nextend-arrow{cursor:pointer;overflow:hidden;line-height:0 !important;z-index:18;-webkit-user-select:none;}div#n2-ss-14 .nextend-arrow img{position:relative;display:block;}div#n2-ss-14 .nextend-arrow img.n2-arrow-hover-img{display:none;}div#n2-ss-14 .nextend-arrow:FOCUS img.n2-arrow-hover-img,div#n2-ss-14 .nextend-arrow:HOVER img.n2-arrow-hover-img{display:inline;}div#n2-ss-14 .nextend-arrow:FOCUS img.n2-arrow-normal-img,div#n2-ss-14 .nextend-arrow:HOVER img.n2-arrow-normal-img{display:none;}div#n2-ss-14 .nextend-arrow-animated{overflow:hidden;}div#n2-ss-14 .nextend-arrow-animated > div{position:relative;}div#n2-ss-14 .nextend-arrow-animated .n2-active{position:absolute;}div#n2-ss-14 .nextend-arrow-animated-fade{transition:background 0.3s, opacity 0.4s;}div#n2-ss-14 .nextend-arrow-animated-horizontal > div{transition:all 0.4s;transform:none;}div#n2-ss-14 .nextend-arrow-animated-horizontal .n2-active{top:0;}div#n2-ss-14 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active{left:100%;}div#n2-ss-14 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active{right:100%;}div#n2-ss-14 .nextend-arrow-previous.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-14 .nextend-arrow-previous.nextend-arrow-animated-horizontal:FOCUS > div{transform:translateX(-100%);}div#n2-ss-14 .nextend-arrow-next.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-14 .nextend-arrow-next.nextend-arrow-animated-horizontal:FOCUS > div{transform:translateX(100%);}div#n2-ss-14 .nextend-arrow-animated-vertical > div{transition:all 0.4s;transform:none;}div#n2-ss-14 .nextend-arrow-animated-vertical .n2-active{left:0;}div#n2-ss-14 .nextend-arrow-previous.nextend-arrow-animated-vertical .n2-active{top:100%;}div#n2-ss-14 .nextend-arrow-next.nextend-arrow-animated-vertical .n2-active{bottom:100%;}div#n2-ss-14 .nextend-arrow-previous.nextend-arrow-animated-vertical:HOVER > div,div#n2-ss-14 .nextend-arrow-previous.nextend-arrow-animated-vertical:FOCUS > div{transform:translateY(-100%);}div#n2-ss-14 .nextend-arrow-next.nextend-arrow-animated-vertical:HOVER > div,div#n2-ss-14 .nextend-arrow-next.nextend-arrow-animated-vertical:FOCUS > div{transform:translateY(100%);}div#n2-ss-14 .n2-ss-slide-limiter{max-width:3000px;}div#n2-ss-14 .n-uc-3OTTwO3ndqLR{padding:0px 0px 0px 0px}div#n2-ss-14 .n-uc-FvWypUAjtbAD{padding:0px 0px 0px 0px}div#n2-ss-14 .n-uc-4udhPVdYqvri{padding:0px 0px 0px 0px}div#n2-ss-14 .n-uc-QTbiJjHzf9Y3{padding:0px 0px 0px 0px}div#n2-ss-14 .nextend-arrow img{width: 32px}@media (min-width: 1200px){div#n2-ss-14 [data-hide-desktopportrait="1"]{display: none !important;}}@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px){div#n2-ss-14 [data-hide-tabletportrait="1"]{display: none !important;}}@media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px){div#n2-ss-14 [data-hide-mobileportrait="1"]{display: none !important;}div#n2-ss-14 .nextend-arrow img{width: 16px}}</style>
<style data-related="n2-ss-7">div#n2-ss-7 .n2-ss-slider-1{display:grid;position:relative;}div#n2-ss-7 .n2-ss-slider-2{display:grid;position:relative;overflow:hidden;padding:0px 0px 0px 0px;border:0px solid RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;z-index:1;}div#n2-ss-7:not(.n2-ss-loaded) .n2-ss-slider-2{background-image:none !important;}div#n2-ss-7 .n2-ss-slider-3{display:grid;grid-template-areas:'cover';position:relative;overflow:hidden;z-index:10;}div#n2-ss-7 .n2-ss-slider-3 > *{grid-area:cover;}div#n2-ss-7 .n2-ss-slide-backgrounds,div#n2-ss-7 .n2-ss-slider-3 > .n2-ss-divider{position:relative;}div#n2-ss-7 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-7 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-7 .n2-ss-slide-background{transform:translateX(-100000px);}div#n2-ss-7 .n2-ss-slider-4{place-self:center;position:relative;width:100%;height:100%;z-index:20;display:grid;grid-template-areas:'slide';}div#n2-ss-7 .n2-ss-slider-4 > *{grid-area:slide;}div#n2-ss-7.n2-ss-full-page--constrain-ratio .n2-ss-slider-4{height:auto;}div#n2-ss-7 .n2-ss-slide{display:grid;place-items:center;grid-auto-columns:100%;position:relative;z-index:20;-webkit-backface-visibility:hidden;transform:translateX(-100000px);}div#n2-ss-7 .n2-ss-slide{perspective:1500px;}div#n2-ss-7 .n2-ss-slide-active{z-index:21;}.n2-ss-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}div#n2-ss-7 .n2-ss-button-container,div#n2-ss-7 .n2-ss-button-container a{display:block;}div#n2-ss-7 .n2-ss-button-container--non-full-width,div#n2-ss-7 .n2-ss-button-container--non-full-width a{display:inline-block;}div#n2-ss-7 .n2-ss-button-container.n2-ss-nowrap{white-space:nowrap;}div#n2-ss-7 .n2-ss-button-container a div{display:inline;font-size:inherit;text-decoration:inherit;color:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;}div#n2-ss-7 .n2-ss-button-container a > div{display:inline-flex;align-items:center;vertical-align:top;}div#n2-ss-7 .n2-ss-button-container span{font-size:100%;vertical-align:baseline;}div#n2-ss-7 .n2-ss-button-container a[data-iconplacement="left"] span{margin-right:0.3em;}div#n2-ss-7 .n2-ss-button-container a[data-iconplacement="right"] span{margin-left:0.3em;}div#n2-ss-7 .n2-ss-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}div#n2-ss-7 .n2-ss-background-animation .n2-ss-slide-background{z-index:auto;}div#n2-ss-7 .n2-bganim-side{position:absolute;left:0;top:0;overflow:hidden;background:RGBA(51,51,51,1);}div#n2-ss-7 .n2-bganim-tile-overlay-colored{z-index:100000;background:RGBA(51,51,51,1);}div#n2-ss-7 .nextend-arrow{cursor:pointer;overflow:hidden;line-height:0 !important;z-index:18;-webkit-user-select:none;}div#n2-ss-7 .nextend-arrow img{position:relative;display:block;}div#n2-ss-7 .nextend-arrow img.n2-arrow-hover-img{display:none;}div#n2-ss-7 .nextend-arrow:FOCUS img.n2-arrow-hover-img,div#n2-ss-7 .nextend-arrow:HOVER img.n2-arrow-hover-img{display:inline;}div#n2-ss-7 .nextend-arrow:FOCUS img.n2-arrow-normal-img,div#n2-ss-7 .nextend-arrow:HOVER img.n2-arrow-normal-img{display:none;}div#n2-ss-7 .nextend-arrow-animated{overflow:hidden;}div#n2-ss-7 .nextend-arrow-animated > div{position:relative;}div#n2-ss-7 .nextend-arrow-animated .n2-active{position:absolute;}div#n2-ss-7 .nextend-arrow-animated-fade{transition:background 0.3s, opacity 0.4s;}div#n2-ss-7 .nextend-arrow-animated-horizontal > div{transition:all 0.4s;transform:none;}div#n2-ss-7 .nextend-arrow-animated-horizontal .n2-active{top:0;}div#n2-ss-7 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active{left:100%;}div#n2-ss-7 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active{right:100%;}div#n2-ss-7 .nextend-arrow-previous.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-7 .nextend-arrow-previous.nextend-arrow-animated-horizontal:FOCUS > div{transform:translateX(-100%);}div#n2-ss-7 .nextend-arrow-next.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-7 .nextend-arrow-next.nextend-arrow-animated-horizontal:FOCUS > div{transform:translateX(100%);}div#n2-ss-7 .nextend-arrow-animated-vertical > div{transition:all 0.4s;transform:none;}div#n2-ss-7 .nextend-arrow-animated-vertical .n2-active{left:0;}div#n2-ss-7 .nextend-arrow-previous.nextend-arrow-animated-vertical .n2-active{top:100%;}div#n2-ss-7 .nextend-arrow-next.nextend-arrow-animated-vertical .n2-active{bottom:100%;}div#n2-ss-7 .nextend-arrow-previous.nextend-arrow-animated-vertical:HOVER > div,div#n2-ss-7 .nextend-arrow-previous.nextend-arrow-animated-vertical:FOCUS > div{transform:translateY(-100%);}div#n2-ss-7 .nextend-arrow-next.nextend-arrow-animated-vertical:HOVER > div,div#n2-ss-7 .nextend-arrow-next.nextend-arrow-animated-vertical:FOCUS > div{transform:translateY(100%);}div#n2-ss-7 .n2-ss-control-bullet{visibility:hidden;text-align:center;justify-content:center;z-index:14;}div#n2-ss-7 .n2-ss-control-bullet--calculate-size{left:0 !important;}div#n2-ss-7 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize{width:100%;}div#n2-ss-7 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize{height:100%;flex-flow:column;}div#n2-ss-7 .nextend-bullet-bar{display:inline-flex;vertical-align:top;visibility:visible;align-items:center;flex-wrap:wrap;}div#n2-ss-7 .n2-bar-justify-content-left{justify-content:flex-start;}div#n2-ss-7 .n2-bar-justify-content-center{justify-content:center;}div#n2-ss-7 .n2-bar-justify-content-right{justify-content:flex-end;}div#n2-ss-7 .n2-ss-control-bullet-vertical > .nextend-bullet-bar{flex-flow:column;}div#n2-ss-7 .n2-ss-control-bullet-fullsize > .nextend-bullet-bar{display:flex;}div#n2-ss-7 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize > .nextend-bullet-bar{flex:1 1 auto;}div#n2-ss-7 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize > .nextend-bullet-bar{height:100%;}div#n2-ss-7 .nextend-bullet-bar .n2-bullet{cursor:pointer;transition:background-color 0.4s;}div#n2-ss-7 .nextend-bullet-bar .n2-bullet.n2-active{cursor:default;}div#n2-ss-7 div.n2-ss-bullet-thumbnail-container{position:absolute;z-index:10000000;}div#n2-ss-7 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail{background-size:cover;background-repeat:no-repeat;background-position:center;}div#n2-ss-7 .n2-font-10f70f00532ec4962e88f5af2ab5604a-link a{font-family: 'Roboto','Arial';color: #ffffff;font-size:56.25%;text-shadow: none;line-height: 1.5;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;letter-spacing: normal;word-spacing: normal;text-transform: none;font-weight: 400;}div#n2-ss-7 .n2-style-178499c722d340adb7822bbaefeec52b-heading{background: RGBA(0,0,0,0.5);opacity:1;padding:10px 30px 10px 30px ;box-shadow: none;border: 0px solid RGBA(0,0,0,1);border-radius:0px;}div#n2-ss-7 .n2-style-041670f7df29ffb4048fc6d85d61d1ee-heading{background: RGBA(0,0,0,0.67);opacity:1;padding:2px 2px 2px 2px ;box-shadow: none;border: 0px solid RGBA(0,0,0,1);border-radius:3px;}div#n2-ss-7 .n2-style-041670f7df29ffb4048fc6d85d61d1ee-heading:Hover, div#n2-ss-7 .n2-style-041670f7df29ffb4048fc6d85d61d1ee-heading:ACTIVE, div#n2-ss-7 .n2-style-041670f7df29ffb4048fc6d85d61d1ee-heading:FOCUS{background: RGBA(1,173,211,0.85);}div#n2-ss-7 .n2-style-c0fe1c7a37b7b7c3cb83a8d1cde6e7ce-dot{background: RGBA(0,0,0,0.67);opacity:1;padding:5px 5px 5px 5px ;box-shadow: none;border: 0px solid RGBA(0,0,0,1);border-radius:50px;margin:4px;}div#n2-ss-7 .n2-style-c0fe1c7a37b7b7c3cb83a8d1cde6e7ce-dot.n2-active, div#n2-ss-7 .n2-style-c0fe1c7a37b7b7c3cb83a8d1cde6e7ce-dot:HOVER, div#n2-ss-7 .n2-style-c0fe1c7a37b7b7c3cb83a8d1cde6e7ce-dot:FOCUS{background: #00c1c4;}div#n2-ss-7 .n2-style-739b6424a8015f4dafd070477b0c4abb-simple{background: RGBA(0,0,0,0.5);opacity:1;padding:3px 3px 3px 3px ;box-shadow: none;border: 0px solid RGBA(0,0,0,1);border-radius:3px;margin:5px;background-size:cover;}div#n2-ss-7 .n2-ss-slide-limiter{max-width:3000px;}div#n2-ss-7 .n-uc-YehEDtosfKuv{padding:0px 0px 0px 0px}div#n2-ss-7 .n-uc-5mlweTviipFt-inner{padding:10px 10px 10px 10px;text-align:center;--ssselfalign:center;;justify-content:flex-end}div#n2-ss-7 .n-uc-OVCOiacpDjSM{align-self:center;}div#n2-ss-7 .n-uc-jBg5NGY3PLAr{padding:0px 0px 0px 0px}div#n2-ss-7 .n-uc-0nX2pb0TMmeV{padding:0px 0px 0px 0px}div#n2-ss-7 .n-uc-i26XV9bkJMac{padding:0px 0px 0px 0px}div#n2-ss-7 .n-uc-oDyKqyewRhJy{padding:0px 0px 0px 0px}div#n2-ss-7 .n-uc-rANpeL36czyt{padding:0px 0px 0px 0px}div#n2-ss-7 .n-uc-B6XTid3VtLeg{padding:0px 0px 0px 0px}div#n2-ss-7 .n-uc-CDcR5CjxMG7c{padding:0px 0px 0px 0px}div#n2-ss-7 .n-uc-I12hWTDYVvo9{padding:0px 0px 0px 0px}div#n2-ss-7 .n-uc-EMUnZma0ut12{padding:0px 0px 0px 0px}div#n2-ss-7 .n-uc-TZwGkT04hcq5{padding:0px 0px 0px 0px}div#n2-ss-7 .nextend-arrow img{width: 26px}@media (min-width: 1200px){div#n2-ss-7 [data-hide-desktopportrait="1"]{display: none !important;}}@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px){div#n2-ss-7 [data-hide-tabletportrait="1"]{display: none !important;}}@media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px){div#n2-ss-7 [data-hide-mobileportrait="1"]{display: none !important;}div#n2-ss-7 .nextend-arrow img{width: 16px}}</style>
<style data-related="n2-ss-15">div#n2-ss-15 .n2-ss-slider-1{display:grid;position:relative;}div#n2-ss-15 .n2-ss-slider-2{display:grid;position:relative;overflow:hidden;padding:0px 0px 0px 0px;border:0px solid RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;z-index:1;}div#n2-ss-15:not(.n2-ss-loaded) .n2-ss-slider-2{background-image:none !important;}div#n2-ss-15 .n2-ss-slider-3{display:grid;grid-template-areas:'cover';position:relative;overflow:hidden;z-index:10;}div#n2-ss-15 .n2-ss-slider-3 > *{grid-area:cover;}div#n2-ss-15 .n2-ss-slide-backgrounds,div#n2-ss-15 .n2-ss-slider-3 > .n2-ss-divider{position:relative;}div#n2-ss-15 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-15 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-15 .n2-ss-slide-background{transform:translateX(-100000px);}div#n2-ss-15 .n2-ss-slider-4{place-self:center;position:relative;width:100%;height:100%;z-index:20;display:grid;grid-template-areas:'slide';}div#n2-ss-15 .n2-ss-slider-4 > *{grid-area:slide;}div#n2-ss-15.n2-ss-full-page--constrain-ratio .n2-ss-slider-4{height:auto;}div#n2-ss-15 .n2-ss-slide{display:grid;place-items:center;grid-auto-columns:100%;position:relative;z-index:20;-webkit-backface-visibility:hidden;transform:translateX(-100000px);}div#n2-ss-15 .n2-ss-slide{perspective:1500px;}div#n2-ss-15 .n2-ss-slide-active{z-index:21;}.n2-ss-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}div#n2-ss-15 .nextend-arrow{cursor:pointer;overflow:hidden;line-height:0 !important;z-index:18;-webkit-user-select:none;}div#n2-ss-15 .nextend-arrow img{position:relative;display:block;}div#n2-ss-15 .nextend-arrow img.n2-arrow-hover-img{display:none;}div#n2-ss-15 .nextend-arrow:FOCUS img.n2-arrow-hover-img,div#n2-ss-15 .nextend-arrow:HOVER img.n2-arrow-hover-img{display:inline;}div#n2-ss-15 .nextend-arrow:FOCUS img.n2-arrow-normal-img,div#n2-ss-15 .nextend-arrow:HOVER img.n2-arrow-normal-img{display:none;}div#n2-ss-15 .nextend-arrow-animated{overflow:hidden;}div#n2-ss-15 .nextend-arrow-animated > div{position:relative;}div#n2-ss-15 .nextend-arrow-animated .n2-active{position:absolute;}div#n2-ss-15 .nextend-arrow-animated-fade{transition:background 0.3s, opacity 0.4s;}div#n2-ss-15 .nextend-arrow-animated-horizontal > div{transition:all 0.4s;transform:none;}div#n2-ss-15 .nextend-arrow-animated-horizontal .n2-active{top:0;}div#n2-ss-15 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active{left:100%;}div#n2-ss-15 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active{right:100%;}div#n2-ss-15 .nextend-arrow-previous.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-15 .nextend-arrow-previous.nextend-arrow-animated-horizontal:FOCUS > div{transform:translateX(-100%);}div#n2-ss-15 .nextend-arrow-next.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-15 .nextend-arrow-next.nextend-arrow-animated-horizontal:FOCUS > div{transform:translateX(100%);}div#n2-ss-15 .nextend-arrow-animated-vertical > div{transition:all 0.4s;transform:none;}div#n2-ss-15 .nextend-arrow-animated-vertical .n2-active{left:0;}div#n2-ss-15 .nextend-arrow-previous.nextend-arrow-animated-vertical .n2-active{top:100%;}div#n2-ss-15 .nextend-arrow-next.nextend-arrow-animated-vertical .n2-active{bottom:100%;}div#n2-ss-15 .nextend-arrow-previous.nextend-arrow-animated-vertical:HOVER > div,div#n2-ss-15 .nextend-arrow-previous.nextend-arrow-animated-vertical:FOCUS > div{transform:translateY(-100%);}div#n2-ss-15 .nextend-arrow-next.nextend-arrow-animated-vertical:HOVER > div,div#n2-ss-15 .nextend-arrow-next.nextend-arrow-animated-vertical:FOCUS > div{transform:translateY(100%);}div#n2-ss-15 .n2-ss-slide-limiter{max-width:3000px;}div#n2-ss-15 .n-uc-P8okqFQCogkY{padding:0px 0px 0px 0px}div#n2-ss-15 .n-uc-1LzTHemiqlYc{padding:0px 0px 0px 0px}div#n2-ss-15 .n-uc-Fk2Zm7NGi5RC{padding:0px 0px 0px 0px}div#n2-ss-15 .n-uc-kt92ZLSIm66t{padding:0px 0px 0px 0px}div#n2-ss-15 .nextend-arrow img{width: 32px}@media (min-width: 1200px){div#n2-ss-15 [data-hide-desktopportrait="1"]{display: none !important;}}@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px){div#n2-ss-15 [data-hide-tabletportrait="1"]{display: none !important;}}@media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px){div#n2-ss-15 [data-hide-mobileportrait="1"]{display: none !important;}div#n2-ss-15 .nextend-arrow img{width: 16px}}</style>
<style data-related="n2-ss-16">div#n2-ss-16 .n2-ss-slider-1{display:grid;position:relative;}div#n2-ss-16 .n2-ss-slider-2{display:grid;position:relative;overflow:hidden;padding:0px 0px 0px 0px;border:0px solid RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;z-index:1;}div#n2-ss-16:not(.n2-ss-loaded) .n2-ss-slider-2{background-image:none !important;}div#n2-ss-16 .n2-ss-slider-3{display:grid;grid-template-areas:'cover';position:relative;overflow:hidden;z-index:10;}div#n2-ss-16 .n2-ss-slider-3 > *{grid-area:cover;}div#n2-ss-16 .n2-ss-slide-backgrounds,div#n2-ss-16 .n2-ss-slider-3 > .n2-ss-divider{position:relative;}div#n2-ss-16 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-16 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-16 .n2-ss-slide-background{transform:translateX(-100000px);}div#n2-ss-16 .n2-ss-slider-4{place-self:center;position:relative;width:100%;height:100%;z-index:20;display:grid;grid-template-areas:'slide';}div#n2-ss-16 .n2-ss-slider-4 > *{grid-area:slide;}div#n2-ss-16.n2-ss-full-page--constrain-ratio .n2-ss-slider-4{height:auto;}div#n2-ss-16 .n2-ss-slide{display:grid;place-items:center;grid-auto-columns:100%;position:relative;z-index:20;-webkit-backface-visibility:hidden;transform:translateX(-100000px);}div#n2-ss-16 .n2-ss-slide{perspective:1500px;}div#n2-ss-16 .n2-ss-slide-active{z-index:21;}.n2-ss-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}div#n2-ss-16 .n2-ss-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}div#n2-ss-16 .n2-ss-background-animation .n2-ss-slide-background{z-index:auto;}div#n2-ss-16 .n2-bganim-side{position:absolute;left:0;top:0;overflow:hidden;background:RGBA(51,51,51,1);}div#n2-ss-16 .n2-bganim-tile-overlay-colored{z-index:100000;background:RGBA(51,51,51,1);}div#n2-ss-16 .nextend-arrow{cursor:pointer;overflow:hidden;line-height:0 !important;z-index:18;-webkit-user-select:none;}div#n2-ss-16 .nextend-arrow img{position:relative;display:block;}div#n2-ss-16 .nextend-arrow img.n2-arrow-hover-img{display:none;}div#n2-ss-16 .nextend-arrow:FOCUS img.n2-arrow-hover-img,div#n2-ss-16 .nextend-arrow:HOVER img.n2-arrow-hover-img{display:inline;}div#n2-ss-16 .nextend-arrow:FOCUS img.n2-arrow-normal-img,div#n2-ss-16 .nextend-arrow:HOVER img.n2-arrow-normal-img{display:none;}div#n2-ss-16 .nextend-arrow-animated{overflow:hidden;}div#n2-ss-16 .nextend-arrow-animated > div{position:relative;}div#n2-ss-16 .nextend-arrow-animated .n2-active{position:absolute;}div#n2-ss-16 .nextend-arrow-animated-fade{transition:background 0.3s, opacity 0.4s;}div#n2-ss-16 .nextend-arrow-animated-horizontal > div{transition:all 0.4s;transform:none;}div#n2-ss-16 .nextend-arrow-animated-horizontal .n2-active{top:0;}div#n2-ss-16 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active{left:100%;}div#n2-ss-16 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active{right:100%;}div#n2-ss-16 .nextend-arrow-previous.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-16 .nextend-arrow-previous.nextend-arrow-animated-horizontal:FOCUS > div{transform:translateX(-100%);}div#n2-ss-16 .nextend-arrow-next.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-16 .nextend-arrow-next.nextend-arrow-animated-horizontal:FOCUS > div{transform:translateX(100%);}div#n2-ss-16 .nextend-arrow-animated-vertical > div{transition:all 0.4s;transform:none;}div#n2-ss-16 .nextend-arrow-animated-vertical .n2-active{left:0;}div#n2-ss-16 .nextend-arrow-previous.nextend-arrow-animated-vertical .n2-active{top:100%;}div#n2-ss-16 .nextend-arrow-next.nextend-arrow-animated-vertical .n2-active{bottom:100%;}div#n2-ss-16 .nextend-arrow-previous.nextend-arrow-animated-vertical:HOVER > div,div#n2-ss-16 .nextend-arrow-previous.nextend-arrow-animated-vertical:FOCUS > div{transform:translateY(-100%);}div#n2-ss-16 .nextend-arrow-next.nextend-arrow-animated-vertical:HOVER > div,div#n2-ss-16 .nextend-arrow-next.nextend-arrow-animated-vertical:FOCUS > div{transform:translateY(100%);}div#n2-ss-16 .n-uc-OSpAUbNJyRwu{padding:0px 0px 0px 0px}div#n2-ss-16 .n-uc-D1TTnhe66VGF{padding:0px 0px 0px 0px}div#n2-ss-16 .nextend-arrow img{width: 32px}@media (min-width: 1200px){div#n2-ss-16 [data-hide-desktopportrait="1"]{display: none !important;}}@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px){div#n2-ss-16 [data-hide-tabletportrait="1"]{display: none !important;}}@media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px){div#n2-ss-16 [data-hide-mobileportrait="1"]{display: none !important;}div#n2-ss-16 .nextend-arrow img{width: 16px}}</style>
<style data-related="n2-ss-8">div#n2-ss-8 .n2-ss-slider-1{display:grid;position:relative;}div#n2-ss-8 .n2-ss-slider-2{display:grid;position:relative;overflow:hidden;padding:0px 0px 0px 0px;border:0px solid RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;z-index:1;}div#n2-ss-8:not(.n2-ss-loaded) .n2-ss-slider-2{background-image:none !important;}div#n2-ss-8 .n2-ss-slider-3{display:grid;grid-template-areas:'cover';position:relative;overflow:hidden;z-index:10;}div#n2-ss-8 .n2-ss-slider-3 > *{grid-area:cover;}div#n2-ss-8 .n2-ss-slide-backgrounds,div#n2-ss-8 .n2-ss-slider-3 > .n2-ss-divider{position:relative;}div#n2-ss-8 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-8 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-8 .n2-ss-slide-background{transform:translateX(-100000px);}div#n2-ss-8 .n2-ss-slider-4{place-self:center;position:relative;width:100%;height:100%;z-index:20;display:grid;grid-template-areas:'slide';}div#n2-ss-8 .n2-ss-slider-4 > *{grid-area:slide;}div#n2-ss-8.n2-ss-full-page--constrain-ratio .n2-ss-slider-4{height:auto;}div#n2-ss-8 .n2-ss-slide{display:grid;place-items:center;grid-auto-columns:100%;position:relative;z-index:20;-webkit-backface-visibility:hidden;transform:translateX(-100000px);}div#n2-ss-8 .n2-ss-slide{perspective:1500px;}div#n2-ss-8 .n2-ss-slide-active{z-index:21;}.n2-ss-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}div#n2-ss-8 .n2-ss-slide-limiter{max-width:3000px;}@media (min-width: 1200px){div#n2-ss-8 [data-hide-desktopportrait="1"]{display: none !important;}}@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px){div#n2-ss-8 [data-hide-tabletportrait="1"]{display: none !important;}}@media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px){div#n2-ss-8 [data-hide-mobileportrait="1"]{display: none !important;}}</style>
<style data-related="n2-ss-19">div#n2-ss-19 .n2-ss-slider-1{display:grid;position:relative;}div#n2-ss-19 .n2-ss-slider-2{display:grid;position:relative;overflow:hidden;padding:0px 0px 0px 0px;border:0px solid RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;z-index:1;}div#n2-ss-19:not(.n2-ss-loaded) .n2-ss-slider-2{background-image:none !important;}div#n2-ss-19 .n2-ss-slider-3{display:grid;grid-template-areas:'cover';position:relative;overflow:hidden;z-index:10;}div#n2-ss-19 .n2-ss-slider-3 > *{grid-area:cover;}div#n2-ss-19 .n2-ss-slide-backgrounds,div#n2-ss-19 .n2-ss-slider-3 > .n2-ss-divider{position:relative;}div#n2-ss-19 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-19 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-19 .n2-ss-slide-background{transform:translateX(-100000px);}div#n2-ss-19 .n2-ss-slider-4{place-self:center;position:relative;width:100%;height:100%;z-index:20;display:grid;grid-template-areas:'slide';}div#n2-ss-19 .n2-ss-slider-4 > *{grid-area:slide;}div#n2-ss-19.n2-ss-full-page--constrain-ratio .n2-ss-slider-4{height:auto;}div#n2-ss-19 .n2-ss-slide{display:grid;place-items:center;grid-auto-columns:100%;position:relative;z-index:20;-webkit-backface-visibility:hidden;transform:translateX(-100000px);}div#n2-ss-19 .n2-ss-slide{perspective:1500px;}div#n2-ss-19 .n2-ss-slide-active{z-index:21;}.n2-ss-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}div#n2-ss-19 .nextend-arrow{cursor:pointer;overflow:hidden;line-height:0 !important;z-index:18;-webkit-user-select:none;}div#n2-ss-19 .nextend-arrow img{position:relative;display:block;}div#n2-ss-19 .nextend-arrow img.n2-arrow-hover-img{display:none;}div#n2-ss-19 .nextend-arrow:FOCUS img.n2-arrow-hover-img,div#n2-ss-19 .nextend-arrow:HOVER img.n2-arrow-hover-img{display:inline;}div#n2-ss-19 .nextend-arrow:FOCUS img.n2-arrow-normal-img,div#n2-ss-19 .nextend-arrow:HOVER img.n2-arrow-normal-img{display:none;}div#n2-ss-19 .nextend-arrow-animated{overflow:hidden;}div#n2-ss-19 .nextend-arrow-animated > div{position:relative;}div#n2-ss-19 .nextend-arrow-animated .n2-active{position:absolute;}div#n2-ss-19 .nextend-arrow-animated-fade{transition:background 0.3s, opacity 0.4s;}div#n2-ss-19 .nextend-arrow-animated-horizontal > div{transition:all 0.4s;transform:none;}div#n2-ss-19 .nextend-arrow-animated-horizontal .n2-active{top:0;}div#n2-ss-19 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active{left:100%;}div#n2-ss-19 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active{right:100%;}div#n2-ss-19 .nextend-arrow-previous.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-19 .nextend-arrow-previous.nextend-arrow-animated-horizontal:FOCUS > div{transform:translateX(-100%);}div#n2-ss-19 .nextend-arrow-next.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-19 .nextend-arrow-next.nextend-arrow-animated-horizontal:FOCUS > div{transform:translateX(100%);}div#n2-ss-19 .nextend-arrow-animated-vertical > div{transition:all 0.4s;transform:none;}div#n2-ss-19 .nextend-arrow-animated-vertical .n2-active{left:0;}div#n2-ss-19 .nextend-arrow-previous.nextend-arrow-animated-vertical .n2-active{top:100%;}div#n2-ss-19 .nextend-arrow-next.nextend-arrow-animated-vertical .n2-active{bottom:100%;}div#n2-ss-19 .nextend-arrow-previous.nextend-arrow-animated-vertical:HOVER > div,div#n2-ss-19 .nextend-arrow-previous.nextend-arrow-animated-vertical:FOCUS > div{transform:translateY(-100%);}div#n2-ss-19 .nextend-arrow-next.nextend-arrow-animated-vertical:HOVER > div,div#n2-ss-19 .nextend-arrow-next.nextend-arrow-animated-vertical:FOCUS > div{transform:translateY(100%);}div#n2-ss-19 .n2-ss-control-bullet{visibility:hidden;text-align:center;justify-content:center;z-index:14;}div#n2-ss-19 .n2-ss-control-bullet--calculate-size{left:0 !important;}div#n2-ss-19 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize{width:100%;}div#n2-ss-19 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize{height:100%;flex-flow:column;}div#n2-ss-19 .nextend-bullet-bar{display:inline-flex;vertical-align:top;visibility:visible;align-items:center;flex-wrap:wrap;}div#n2-ss-19 .n2-bar-justify-content-left{justify-content:flex-start;}div#n2-ss-19 .n2-bar-justify-content-center{justify-content:center;}div#n2-ss-19 .n2-bar-justify-content-right{justify-content:flex-end;}div#n2-ss-19 .n2-ss-control-bullet-vertical > .nextend-bullet-bar{flex-flow:column;}div#n2-ss-19 .n2-ss-control-bullet-fullsize > .nextend-bullet-bar{display:flex;}div#n2-ss-19 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize > .nextend-bullet-bar{flex:1 1 auto;}div#n2-ss-19 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize > .nextend-bullet-bar{height:100%;}div#n2-ss-19 .nextend-bullet-bar .n2-bullet{cursor:pointer;transition:background-color 0.4s;}div#n2-ss-19 .nextend-bullet-bar .n2-bullet.n2-active{cursor:default;}div#n2-ss-19 div.n2-ss-bullet-thumbnail-container{position:absolute;z-index:10000000;}div#n2-ss-19 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail{background-size:cover;background-repeat:no-repeat;background-position:center;}div#n2-ss-19 .n2-style-041670f7df29ffb4048fc6d85d61d1ee-heading{background: RGBA(0,0,0,0.67);opacity:1;padding:2px 2px 2px 2px ;box-shadow: none;border: 0px solid RGBA(0,0,0,1);border-radius:3px;}div#n2-ss-19 .n2-style-041670f7df29ffb4048fc6d85d61d1ee-heading:Hover, div#n2-ss-19 .n2-style-041670f7df29ffb4048fc6d85d61d1ee-heading:ACTIVE, div#n2-ss-19 .n2-style-041670f7df29ffb4048fc6d85d61d1ee-heading:FOCUS{background: RGBA(1,173,211,0.85);}div#n2-ss-19 .n2-style-c0fe1c7a37b7b7c3cb83a8d1cde6e7ce-dot{background: RGBA(0,0,0,0.67);opacity:1;padding:5px 5px 5px 5px ;box-shadow: none;border: 0px solid RGBA(0,0,0,1);border-radius:50px;margin:4px;}div#n2-ss-19 .n2-style-c0fe1c7a37b7b7c3cb83a8d1cde6e7ce-dot.n2-active, div#n2-ss-19 .n2-style-c0fe1c7a37b7b7c3cb83a8d1cde6e7ce-dot:HOVER, div#n2-ss-19 .n2-style-c0fe1c7a37b7b7c3cb83a8d1cde6e7ce-dot:FOCUS{background: #00c1c4;}div#n2-ss-19 .n2-style-739b6424a8015f4dafd070477b0c4abb-simple{background: RGBA(0,0,0,0.5);opacity:1;padding:3px 3px 3px 3px ;box-shadow: none;border: 0px solid RGBA(0,0,0,1);border-radius:3px;margin:5px;background-size:cover;}div#n2-ss-19 .n2-ss-slide-limiter{max-width:3000px;}div#n2-ss-19 .nextend-arrow img{width: 26px}@media (min-width: 1200px){div#n2-ss-19 [data-hide-desktopportrait="1"]{display: none !important;}}@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px){div#n2-ss-19 [data-hide-tabletportrait="1"]{display: none !important;}}@media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px){div#n2-ss-19 [data-hide-mobileportrait="1"]{display: none !important;}div#n2-ss-19 .nextend-arrow img{width: 16px}}</style>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2' id='wp-polyfill-inert-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.11' id='regenerator-runtime-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-includes/js/dist/hooks.min.js?ver=4169d3cf8e8d95a3d6d5' id='wp-hooks-js'></script>
<script type='text/javascript' src='https://stats.wp.com/w.js?ver=202422' id='woo-tracks-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.4' id='jquery-core-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0' id='jquery-migrate-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/plugins/photo-video-gallery-master/lightbox/swipebox/jquery.swipebox.min.js?ver=6.2.5' id='PVGM-swipe-js-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/cache/min/1/wp-content/plugins/wc-confirm-payment/public/js/jquery.form.js?ver=1698638073' id='woocommerce-confirm-payment-jquery-form-js' defer></script>
<script type='text/javascript' id='woocommerce-confirm-payment-js-extra'>
/* <![CDATA[ */
var WCP = {"ajaxurl":"https:\/\/www.hflthailand.com\/wp-admin\/admin-ajax.php","check_order_nonce":"5048440eb3","current_date":"02-06-2024","i18n":{"maximum_upload_file":"\u0e02\u0e19\u0e32\u0e14\u0e44\u0e1f\u0e25\u0e4c\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14 2 MB"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/cache/min/1/wp-content/plugins/wc-confirm-payment/public/js/woocommerce-confirm-payment-public.js?ver=1698638073' id='woocommerce-confirm-payment-js' defer></script>
<script type='text/javascript' id='wcps_js-js-extra'>
/* <![CDATA[ */
var wcps_ajax = {"wcps_ajaxurl":"https:\/\/www.hflthailand.com\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-products-slider/assets/front/js/scripts.js?ver=1698638073' id='wcps_js-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/plugins/woocommerce-products-slider/assets/front/js/owl.carousel.min.js?ver=6.2.5' id='owl.carousel.min-js' defer></script>
<link rel="https://api.w.org/" href="https://www.hflthailand.com/wp-json/" /><link rel="alternate" type="application/json" href="https://www.hflthailand.com/wp-json/wp/v2/pages/830" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.hflthailand.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.hflthailand.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 6.2.5" />
<meta name="generator" content="WooCommerce 8.0.3" />
<link rel='shortlink' href='https://www.hflthailand.com/' />
<link rel="alternate" type="application/json+oembed" href="https://www.hflthailand.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.hflthailand.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.hflthailand.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.hflthailand.com%2F&#038;format=xml" />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">if(!window._buttonizer) { window._buttonizer = {}; };var _buttonizer_page_data = {"language":"th"};window._buttonizer.data = { ..._buttonizer_page_data, ...window._buttonizer.data };</script>

<!-- This site is optimized with the Schema plugin v1.7.9.5 - http://schema.press -->
<script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"ContactPage","mainEntityOfPage":{"@type":"WebPage","@id":"https:\/\/www.hflthailand.com\/"},"url":"https:\/\/www.hflthailand.com\/","headline":"Health for life เครื่องมือเเพทย์และเวชสำอาง","image":{"@type":"ImageObject","url":"https:\/\/www.hflthailand.com\/wp-content\/uploads\/2023\/05\/S__135905411.jpg","width":1983,"height":827},"publisher":{"@type":"Organization","@id":"https:\/\/www.hflthailand.com\/#organization","name":"health for life","logo":{"@type":"ImageObject","url":"https:\/\/www.hflthailand.com\/wp-content\/uploads\/2023\/05\/Logo-Healforlift1-removebg-preview-1.png","width":600,"height":60}},"description":"Best Product Hyperbaric Oxygen Therapy onethera l"}</script>

<style>.bg{opacity: 0; transition: opacity 1s; -webkit-transition: opacity 1s;} .bg-loaded{opacity: 1;}</style>	<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	<meta name="generator" content="Elementor 3.13.2; features: e_dom_optimization, e_optimized_assets_loading, e_optimized_css_loading, a11y_improvements, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto">
<link rel="icon" href="https://www.hflthailand.com/wp-content/uploads/2017/09/cropped-logo-hfl-32x32.png" sizes="32x32" />
<link rel="icon" href="https://www.hflthailand.com/wp-content/uploads/2017/09/cropped-logo-hfl-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.hflthailand.com/wp-content/uploads/2017/09/cropped-logo-hfl-180x180.png" />
<meta name="msapplication-TileImage" content="https://www.hflthailand.com/wp-content/uploads/2017/09/cropped-logo-hfl-270x270.png" />
<style id="custom-css" type="text/css">:root {--primary-color: #446084;}html{background-image: url('https://www.hflthailand.com/wp-content/uploads/2023/07/Dani-Martinez-4.png');}html{background-color:#f4f4f4!important;}.sticky-add-to-cart--active, #wrapper,#main,#main.dark{background-color: rgba(255,255,255,0.68)}.header-main{height: 90px}#logo img{max-height: 90px}#logo{width:200px;}.header-top{min-height: 30px}.transparent .header-main{height: 90px}.transparent #logo img{max-height: 90px}.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top: 90px;}.header.show-on-scroll,.stuck .header-main{height:70px!important}.stuck #logo img{max-height: 70px!important}.header-bottom {background-color: #f1f1f1}@media (max-width: 549px) {.header-main{height: 70px}#logo img{max-height: 70px}}.nav-dropdown{font-size:100%}.header-top{background-color:#ffffff!important;}.blog-wrapper{background-color: #ffffff;}body{color: #333333}body{font-size: 100%;}@media screen and (max-width: 549px){body{font-size: 100%;}}body{font-family: Kanit, sans-serif;}body {font-weight: 400;font-style: normal;}.nav > li > a {font-family: Kanit, sans-serif;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family: Kanit, sans-serif;}.nav > li > a,.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-weight: 500;font-style: normal;}h1,h2,h3,h4,h5,h6,.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: Kanit, sans-serif;}h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2 {font-weight: 500;font-style: normal;}.alt-font{font-family: Kanit, sans-serif;}.alt-font {font-weight: 400!important;font-style: normal!important;}.breadcrumbs{text-transform: none;}button,.button{text-transform: none;}.nav > li > a, .links > li > a{text-transform: none;}.section-title span{text-transform: none;}h3.widget-title,span.widget-title{text-transform: none;}@media screen and (min-width: 550px){.products .box-vertical .box-image{min-width: 247px!important;width: 247px!important;}}.footer-2{background-color: rgba(119,119,119,0)}.nav-vertical-fly-out > li + li {border-top-width: 1px; border-top-style: solid;}.label-new.menu-item > a:after{content:"New";}.label-hot.menu-item > a:after{content:"Hot";}.label-sale.menu-item > a:after{content:"Sale";}.label-popular.menu-item > a:after{content:"Popular";}</style>		<style type="text/css" id="wp-custom-css">
			/* Form label */
.wcp-form .wcp-form-group .wcp-form-label{
	font-family:'kanit';
	font-weight:500;
}

/* Content */
#content{
	transform:translatex(0px) translatey(0px);
}

/* Span Tag */
.wcp-form .wcp-button-confirm span{
	font-family:'kanit';
	font-weight:500;
	
}


/* Navigation */
.page-title div nav{
	font-weight:500;
}

/* Link */
.product-categories .active a{
	font-weight:600;
	
}

/* Product short description */
.product-main .product-summary .product-short-description{
	font-size:10px;
}

/* Paragraph */
#tab-description p{
	font-size:13px;
}

/* 782px and smaller screen sizes */
@media (max-width:782px){

	/* Paragraph */
	#tab-description p{
		
	}
	
}


		</style>
		<style id="kirki-inline-styles">/* thai */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.hflthailand.com/wp-content/fonts/kanit/nKKZ-Go6G5tXcraBGwaKd6xBDFs.woff) format('woff');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.hflthailand.com/wp-content/fonts/kanit/nKKZ-Go6G5tXcraaGwaKd6xBDFs.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.hflthailand.com/wp-content/fonts/kanit/nKKZ-Go6G5tXcrabGwaKd6xBDFs.woff) format('woff');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.hflthailand.com/wp-content/fonts/kanit/nKKZ-Go6G5tXcraVGwaKd6xB.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://www.hflthailand.com/wp-content/fonts/kanit/nKKU-Go6G5tXcr5mOBWzVadrNlJzIu4.woff) format('woff');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://www.hflthailand.com/wp-content/fonts/kanit/nKKU-Go6G5tXcr5mOBWoVadrNlJzIu4.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://www.hflthailand.com/wp-content/fonts/kanit/nKKU-Go6G5tXcr5mOBWpVadrNlJzIu4.woff) format('woff');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://www.hflthailand.com/wp-content/fonts/kanit/nKKU-Go6G5tXcr5mOBWnVadrNlJz.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}</style><style id="yellow-pencil">
/*
	The following CSS codes are created by the YellowPencil plugin.
	https://yellowpencil.waspthemes.com/
*/
#wrapper .page-title{background-color:#ffffff;}#main{background-color:rgba(255,255,255,0.75);}#footer .dark{background-color:rgba(255,255,255,0.75);}.elementor-element-8c5ec11 .elementor-widget-button .elementor-button-wrapper{-webkit-transform:translatex(0px) translatey(0px);-ms-transform:translatex(0px) translatey(0px);transform:translatex(0px) translatey(0px);}.elementor-element-8c5ec11 .elementor-button-link h1{font-weight:400;color:#ffffff;line-height:1em;font-style:normal;}.elementor-element-a9f6b36 .elementor-widget-button .elementor-button-link{height:130px;}.elementor-element-a9f6b36 .elementor-button-link .elementor-button-text{font-size:27px;}.elementor-element-7ba33cb .e-swiper-container{padding-right:12px !important;}.elementor-element-7ba33cb .swiper-slide-duplicate img{min-height:275px;}.elementor-element-7ba33cb .swiper-slide img{height:275px;}.elementor-element-4440cc4 .swiper-slide-duplicate img{height:137px;}#footer .medium-text-center{background-color:#ffffff;}.elementor-element-1c74676 a p{font-size:25px;}.elementor-element-1c74676 .elementor-widget-wrap{-webkit-transform:translatex(0px) translatey(0px);-ms-transform:translatex(0px) translatey(0px);transform:translatex(0px) translatey(0px);}.elementor-element-1c74676 a .wp-image-2127{-webkit-transform:translatex(-13px) translatey(-174px);-ms-transform:translatex(-13px) translatey(-174px);transform:translatex(-13px) translatey(-174px);}.elementor-element-1c74676 a .wp-image-2128{-webkit-transform:translatex(263px) translatey(-345px);-ms-transform:translatex(263px) translatey(-345px);transform:translatex(263px) translatey(-345px);}.elementor-element-1c74676 a .wp-image-2129{-webkit-transform:translatex(-284px) translatey(0px);-ms-transform:translatex(-284px) translatey(0px);transform:translatex(-284px) translatey(0px);}#content .elementor .elementor-element-1c74676{height:161px;}.elementkit-tab-wraper .active .hentry .product{-webkit-transform:translatex(21px) translatey(0px);-ms-transform:translatex(21px) translatey(0px);transform:translatex(21px) translatey(0px);}.elementkit-tab-wraper .active .elementor-widget-wrap{-webkit-transform:translatex(13px) translatey(0px);-ms-transform:translatex(13px) translatey(0px);transform:translatex(13px) translatey(0px);}@media (max-width:640px){.elementor-element-439a1a1 .elementor-widget-text-editor p{color:#ffffff;}.elementor-element-7ba33cb .swiper-slide img{padding-left:9px;}.elementor-element-1c74676 .ekit-wid-con .elementskit-section-title-wraper{width:611px;}.elementor-element-1c74676 a .wp-image-2129{-webkit-transform:translatex(-204px) translatey(-3px);-ms-transform:translatex(-204px) translatey(-3px);transform:translatex(-204px) translatey(-3px);}.elementor-element-1c74676 a .wp-image-2127{-webkit-transform:translatex(12px) translatey(-173px);-ms-transform:translatex(12px) translatey(-173px);transform:translatex(12px) translatey(-173px);}.elementor-element-1c74676 a .wp-image-2128{-webkit-transform:translatex(218px) translatey(-350px);-ms-transform:translatex(218px) translatey(-350px);transform:translatex(218px) translatey(-350px);}.elementkit-tab-wraper .elementkit-tab-content .active{-webkit-transform:translatex(-13px) translatey(0px);-ms-transform:translatex(-13px) translatey(0px);transform:translatex(-13px) translatey(0px);}}@media (max-width:549px){.elementkit-tab-wraper .elementkit-tab-content .active{-webkit-transform:translatex(-20px) translatey(0px);-ms-transform:translatex(-20px) translatey(0px);transform:translatex(-20px) translatey(0px);padding-top:21px !important;}}@media (min-width:550px){.elementor-element-8c5ec11 .elementor-button-link h1{font-size:20px;}}
</style><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><script>(function(){this._N2=this._N2||{_r:[],_d:[],r:function(){this._r.push(arguments)},d:function(){this._d.push(arguments)}}}).call(window);!function(a){a.indexOf("Safari")>0&&-1===a.indexOf("Chrome")&&document.documentElement.style.setProperty("--ss-safari-fix-225962","1px")}(navigator.userAgent);</script><script src="https://www.hflthailand.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/n2.min.js?ver=4e06d1a7" defer async></script>
<script src="https://www.hflthailand.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/smartslider-frontend.min.js?ver=4e06d1a7" defer async></script>
<script src="https://www.hflthailand.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Simple/Assets/dist/ss-simple.min.js?ver=4e06d1a7" defer async></script>
<script src="https://www.hflthailand.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/dist/w-arrow-image.min.js?ver=4e06d1a7" defer async></script>
<script src="https://www.hflthailand.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Simple/Assets/dist/smartslider-backgroundanimation.min.js?ver=4e06d1a7" defer async></script>
<script src="https://www.hflthailand.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/Assets/dist/w-bullet.min.js?ver=4e06d1a7" defer async></script>
<script>_N2.r('documentReady',function(){_N2.r(["documentReady","smartslider-frontend","SmartSliderWidgetArrowImage","ss-simple"],function(){new _N2.SmartSliderSimple('n2-ss-13',{"admin":false,"background.video.mobile":1,"loadingTime":2000,"alias":{"id":0,"smoothScroll":0,"slideSwitch":0,"scroll":1},"align":"normal","isDelayed":0,"responsive":{"mediaQueries":{"all":false,"desktopportrait":["(min-width: 1200px)"],"tabletportrait":["(orientation: landscape) and (max-width: 1199px) and (min-width: 901px)","(orientation: portrait) and (max-width: 1199px) and (min-width: 701px)"],"mobileportrait":["(orientation: landscape) and (max-width: 900px)","(orientation: portrait) and (max-width: 700px)"]},"base":{"slideOuterWidth":1200,"slideOuterHeight":500,"sliderWidth":1200,"sliderHeight":500,"slideWidth":1200,"slideHeight":500},"hideOn":{"desktopLandscape":false,"desktopPortrait":false,"tabletLandscape":false,"tabletPortrait":false,"mobileLandscape":false,"mobilePortrait":false},"onResizeEnabled":true,"type":"auto","sliderHeightBasedOn":"real","focusUser":1,"focusEdge":"auto","breakpoints":[{"device":"tabletPortrait","type":"max-screen-width","portraitWidth":1199,"landscapeWidth":1199},{"device":"mobilePortrait","type":"max-screen-width","portraitWidth":700,"landscapeWidth":900}],"enabledDevices":{"desktopLandscape":0,"desktopPortrait":1,"tabletLandscape":0,"tabletPortrait":1,"mobileLandscape":0,"mobilePortrait":1},"sizes":{"desktopPortrait":{"width":1200,"height":500,"max":3000,"min":1200},"tabletPortrait":{"width":701,"height":292,"customHeight":false,"max":1199,"min":701},"mobilePortrait":{"width":320,"height":133,"customHeight":false,"max":900,"min":320}},"overflowHiddenPage":0,"focus":{"offsetTop":"#wpadminbar","offsetBottom":""}},"controls":{"mousewheel":0,"touch":"horizontal","keyboard":1,"blockCarouselInteraction":1},"playWhenVisible":1,"playWhenVisibleAt":0.5,"lazyLoad":0,"lazyLoadNeighbor":0,"blockrightclick":0,"maintainSession":0,"autoplay":{"enabled":0,"start":1,"duration":8000,"autoplayLoop":1,"allowReStart":0,"pause":{"click":1,"mouse":"0","mediaStarted":1},"resume":{"click":0,"mouse":0,"mediaEnded":1,"slidechanged":0},"interval":1,"intervalModifier":"loop","intervalSlide":"current"},"perspective":1500,"layerMode":{"playOnce":0,"playFirstLayer":1,"mode":"skippable","inAnimation":"mainInEnd"},"bgAnimations":0,"mainanimation":{"type":"horizontal","duration":800,"delay":0,"ease":"easeOutQuad","shiftedBackgroundAnimation":0},"carousel":1,"initCallbacks":function(){new _N2.SmartSliderWidgetArrowImage(this)}})});_N2.r(["documentReady","smartslider-frontend","SmartSliderWidgetArrowImage","ss-simple"],function(){new _N2.SmartSliderSimple('n2-ss-14',{"admin":false,"background.video.mobile":1,"loadingTime":2000,"alias":{"id":0,"smoothScroll":0,"slideSwitch":0,"scroll":1},"align":"normal","isDelayed":0,"responsive":{"mediaQueries":{"all":false,"desktopportrait":["(min-width: 1200px)"],"tabletportrait":["(orientation: landscape) and (max-width: 1199px) and (min-width: 901px)","(orientation: portrait) and (max-width: 1199px) and (min-width: 701px)"],"mobileportrait":["(orientation: landscape) and (max-width: 900px)","(orientation: portrait) and (max-width: 700px)"]},"base":{"slideOuterWidth":1200,"slideOuterHeight":500,"sliderWidth":1200,"sliderHeight":500,"slideWidth":1200,"slideHeight":500},"hideOn":{"desktopLandscape":false,"desktopPortrait":false,"tabletLandscape":false,"tabletPortrait":false,"mobileLandscape":false,"mobilePortrait":false},"onResizeEnabled":true,"type":"auto","sliderHeightBasedOn":"real","focusUser":1,"focusEdge":"auto","breakpoints":[{"device":"tabletPortrait","type":"max-screen-width","portraitWidth":1199,"landscapeWidth":1199},{"device":"mobilePortrait","type":"max-screen-width","portraitWidth":700,"landscapeWidth":900}],"enabledDevices":{"desktopLandscape":0,"desktopPortrait":1,"tabletLandscape":0,"tabletPortrait":1,"mobileLandscape":0,"mobilePortrait":1},"sizes":{"desktopPortrait":{"width":1200,"height":500,"max":3000,"min":1200},"tabletPortrait":{"width":701,"height":292,"customHeight":false,"max":1199,"min":701},"mobilePortrait":{"width":320,"height":133,"customHeight":false,"max":900,"min":320}},"overflowHiddenPage":0,"focus":{"offsetTop":"#wpadminbar","offsetBottom":""}},"controls":{"mousewheel":0,"touch":"horizontal","keyboard":1,"blockCarouselInteraction":1},"playWhenVisible":1,"playWhenVisibleAt":0.5,"lazyLoad":0,"lazyLoadNeighbor":0,"blockrightclick":0,"maintainSession":0,"autoplay":{"enabled":0,"start":1,"duration":8000,"autoplayLoop":1,"allowReStart":0,"pause":{"click":1,"mouse":"0","mediaStarted":1},"resume":{"click":0,"mouse":0,"mediaEnded":1,"slidechanged":0},"interval":1,"intervalModifier":"loop","intervalSlide":"current"},"perspective":1500,"layerMode":{"playOnce":0,"playFirstLayer":1,"mode":"skippable","inAnimation":"mainInEnd"},"bgAnimations":0,"mainanimation":{"type":"horizontal","duration":800,"delay":0,"ease":"easeOutQuad","shiftedBackgroundAnimation":0},"carousel":1,"initCallbacks":function(){new _N2.SmartSliderWidgetArrowImage(this)}})});_N2.r(["documentReady","smartslider-frontend","smartslider-backgroundanimation","SmartSliderWidgetArrowImage","SmartSliderWidgetBulletTransition","ss-simple"],function(){new _N2.SmartSliderSimple('n2-ss-7',{"admin":false,"background.video.mobile":1,"loadingTime":2000,"alias":{"id":0,"smoothScroll":0,"slideSwitch":0,"scroll":1},"align":"normal","isDelayed":0,"responsive":{"mediaQueries":{"all":false,"desktopportrait":["(min-width: 1200px)"],"tabletportrait":["(orientation: landscape) and (max-width: 1199px) and (min-width: 901px)","(orientation: portrait) and (max-width: 1199px) and (min-width: 701px)"],"mobileportrait":["(orientation: landscape) and (max-width: 900px)","(orientation: portrait) and (max-width: 700px)"]},"base":{"slideOuterWidth":1200,"slideOuterHeight":500,"sliderWidth":1200,"sliderHeight":500,"slideWidth":1200,"slideHeight":500},"hideOn":{"desktopLandscape":false,"desktopPortrait":false,"tabletLandscape":false,"tabletPortrait":false,"mobileLandscape":false,"mobilePortrait":false},"onResizeEnabled":true,"type":"auto","sliderHeightBasedOn":"real","focusUser":1,"focusEdge":"auto","breakpoints":[{"device":"tabletPortrait","type":"max-screen-width","portraitWidth":1199,"landscapeWidth":1199},{"device":"mobilePortrait","type":"max-screen-width","portraitWidth":700,"landscapeWidth":900}],"enabledDevices":{"desktopLandscape":0,"desktopPortrait":1,"tabletLandscape":0,"tabletPortrait":1,"mobileLandscape":0,"mobilePortrait":1},"sizes":{"desktopPortrait":{"width":1200,"height":500,"max":3000,"min":1200},"tabletPortrait":{"width":701,"height":292,"customHeight":false,"max":1199,"min":701},"mobilePortrait":{"width":320,"height":133,"customHeight":false,"max":900,"min":320}},"overflowHiddenPage":0,"focus":{"offsetTop":"#wpadminbar","offsetBottom":""}},"controls":{"mousewheel":0,"touch":"horizontal","keyboard":1,"blockCarouselInteraction":1},"playWhenVisible":1,"playWhenVisibleAt":0.5,"lazyLoad":0,"lazyLoadNeighbor":0,"blockrightclick":0,"maintainSession":0,"autoplay":{"enabled":1,"start":1,"duration":8000,"autoplayLoop":1,"allowReStart":0,"pause":{"click":1,"mouse":"0","mediaStarted":1},"resume":{"click":0,"mouse":0,"mediaEnded":1,"slidechanged":0},"interval":1,"intervalModifier":"loop","intervalSlide":"current"},"perspective":1500,"layerMode":{"playOnce":0,"playFirstLayer":1,"mode":"skippable","inAnimation":"mainInEnd"},"bgAnimations":{"global":0,"color":"RGBA(51,51,51,1)","speed":"normal","slides":{"0":{"animation":[{"type":"Flat","tiles":{"delay":0,"sequence":"ForwardDiagonal"},"main":{"type":"both","duration":1,"zIndex":2,"current":{"ease":"easeOutCubic","opacity":0}}}],"speed":"normal"},"1":{"animation":[{"type":"Flat","tiles":{"crop":false,"delay":0,"sequence":"ForwardDiagonal"},"main":{"type":"both","duration":0.75,"current":{"ease":"easeOutCubic","scale":0.5,"opacity":0},"next":{"ease":"easeOutCubic","opacity":0,"scale":1.5}},"invert":{"current":{"scale":1.5},"next":{"scale":0.5}}}],"speed":"normal"},"2":{"animation":[{"type":"Flat","tiles":{"crop":true,"delay":0,"sequence":"ForwardDiagonal"},"main":{"type":"both","duration":1,"current":{"ease":"easeOutCubic","scale":0.7},"next":{"ease":"easeOutCubic","xP":100}},"invert":{"zIndex":2,"current":{"xP":100,"scale":1},"next":{"scale":0.7,"xP":0}}}],"speed":"normal"},"3":{"animation":[{"type":"Flat","tiles":{"delay":0,"sequence":"ForwardDiagonal"},"main":{"type":"both","duration":1,"zIndex":2,"current":{"ease":"easeOutCubic","opacity":0}}}],"speed":"normal"},"6":{"animation":[{"type":"Flat","tiles":{"crop":false,"delay":0,"sequence":"ForwardDiagonal"},"main":{"type":"both","duration":0.75,"current":{"ease":"easeOutCubic","scale":0.5,"opacity":0},"next":{"ease":"easeOutCubic","opacity":0,"scale":1.5}},"invert":{"current":{"scale":1.5},"next":{"scale":0.5}}}],"speed":"normal"}}},"mainanimation":{"type":"fade","duration":600,"delay":0,"ease":"easeOutQuad","shiftedBackgroundAnimation":0},"carousel":1,"initCallbacks":function(){new _N2.SmartSliderWidgetArrowImage(this);new _N2.SmartSliderWidgetBulletTransition(this,{"area":12,"dotClasses":"n2-style-c0fe1c7a37b7b7c3cb83a8d1cde6e7ce-dot ","mode":"","action":"click","thumbnail":1,"thumbnailWidth":120,"thumbnailHeight":81,"thumbnailStyle":"n2-style-739b6424a8015f4dafd070477b0c4abb-simple ","thumbnailPosition":"top"})}})});_N2.r(["documentReady","smartslider-frontend","SmartSliderWidgetArrowImage","ss-simple"],function(){new _N2.SmartSliderSimple('n2-ss-15',{"admin":false,"background.video.mobile":1,"loadingTime":2000,"alias":{"id":0,"smoothScroll":0,"slideSwitch":0,"scroll":1},"align":"normal","isDelayed":0,"responsive":{"mediaQueries":{"all":false,"desktopportrait":["(min-width: 1200px)"],"tabletportrait":["(orientation: landscape) and (max-width: 1199px) and (min-width: 901px)","(orientation: portrait) and (max-width: 1199px) and (min-width: 701px)"],"mobileportrait":["(orientation: landscape) and (max-width: 900px)","(orientation: portrait) and (max-width: 700px)"]},"base":{"slideOuterWidth":1200,"slideOuterHeight":500,"sliderWidth":1200,"sliderHeight":500,"slideWidth":1200,"slideHeight":500},"hideOn":{"desktopLandscape":false,"desktopPortrait":false,"tabletLandscape":false,"tabletPortrait":false,"mobileLandscape":false,"mobilePortrait":false},"onResizeEnabled":true,"type":"auto","sliderHeightBasedOn":"real","focusUser":1,"focusEdge":"auto","breakpoints":[{"device":"tabletPortrait","type":"max-screen-width","portraitWidth":1199,"landscapeWidth":1199},{"device":"mobilePortrait","type":"max-screen-width","portraitWidth":700,"landscapeWidth":900}],"enabledDevices":{"desktopLandscape":0,"desktopPortrait":1,"tabletLandscape":0,"tabletPortrait":1,"mobileLandscape":0,"mobilePortrait":1},"sizes":{"desktopPortrait":{"width":1200,"height":500,"max":3000,"min":1200},"tabletPortrait":{"width":701,"height":292,"customHeight":false,"max":1199,"min":701},"mobilePortrait":{"width":320,"height":133,"customHeight":false,"max":900,"min":320}},"overflowHiddenPage":0,"focus":{"offsetTop":"#wpadminbar","offsetBottom":""}},"controls":{"mousewheel":0,"touch":"horizontal","keyboard":1,"blockCarouselInteraction":1},"playWhenVisible":1,"playWhenVisibleAt":0.5,"lazyLoad":0,"lazyLoadNeighbor":0,"blockrightclick":0,"maintainSession":0,"autoplay":{"enabled":0,"start":1,"duration":8000,"autoplayLoop":1,"allowReStart":0,"pause":{"click":1,"mouse":"0","mediaStarted":1},"resume":{"click":0,"mouse":0,"mediaEnded":1,"slidechanged":0},"interval":1,"intervalModifier":"loop","intervalSlide":"current"},"perspective":1500,"layerMode":{"playOnce":0,"playFirstLayer":1,"mode":"skippable","inAnimation":"mainInEnd"},"bgAnimations":0,"mainanimation":{"type":"horizontal","duration":800,"delay":0,"ease":"easeOutQuad","shiftedBackgroundAnimation":0},"carousel":1,"initCallbacks":function(){new _N2.SmartSliderWidgetArrowImage(this)}})});_N2.r(["documentReady","smartslider-frontend","smartslider-backgroundanimation","SmartSliderWidgetArrowImage","ss-simple"],function(){new _N2.SmartSliderSimple('n2-ss-16',{"admin":false,"background.video.mobile":1,"loadingTime":2000,"alias":{"id":0,"smoothScroll":0,"slideSwitch":0,"scroll":1},"align":"normal","isDelayed":0,"responsive":{"mediaQueries":{"all":false,"desktopportrait":["(min-width: 1200px)"],"tabletportrait":["(orientation: landscape) and (max-width: 1199px) and (min-width: 901px)","(orientation: portrait) and (max-width: 1199px) and (min-width: 701px)"],"mobileportrait":["(orientation: landscape) and (max-width: 900px)","(orientation: portrait) and (max-width: 700px)"]},"base":{"slideOuterWidth":1200,"slideOuterHeight":500,"sliderWidth":1200,"sliderHeight":500,"slideWidth":1200,"slideHeight":500},"hideOn":{"desktopLandscape":false,"desktopPortrait":false,"tabletLandscape":false,"tabletPortrait":false,"mobileLandscape":false,"mobilePortrait":false},"onResizeEnabled":true,"type":"auto","sliderHeightBasedOn":"real","focusUser":1,"focusEdge":"auto","breakpoints":[{"device":"tabletPortrait","type":"max-screen-width","portraitWidth":1199,"landscapeWidth":1199},{"device":"mobilePortrait","type":"max-screen-width","portraitWidth":700,"landscapeWidth":900}],"enabledDevices":{"desktopLandscape":0,"desktopPortrait":1,"tabletLandscape":0,"tabletPortrait":1,"mobileLandscape":0,"mobilePortrait":1},"sizes":{"desktopPortrait":{"width":1200,"height":500,"max":3000,"min":1200},"tabletPortrait":{"width":701,"height":292,"customHeight":false,"max":1199,"min":701},"mobilePortrait":{"width":320,"height":133,"customHeight":false,"max":900,"min":320}},"overflowHiddenPage":0,"focus":{"offsetTop":"#wpadminbar","offsetBottom":""}},"controls":{"mousewheel":0,"touch":"horizontal","keyboard":1,"blockCarouselInteraction":1},"playWhenVisible":1,"playWhenVisibleAt":0.5,"lazyLoad":0,"lazyLoadNeighbor":0,"blockrightclick":0,"maintainSession":0,"autoplay":{"enabled":1,"start":1,"duration":8000,"autoplayLoop":1,"allowReStart":0,"pause":{"click":1,"mouse":"0","mediaStarted":1},"resume":{"click":0,"mouse":"0","mediaEnded":1,"slidechanged":0},"interval":1,"intervalModifier":"loop","intervalSlide":"current"},"perspective":1500,"layerMode":{"playOnce":0,"playFirstLayer":1,"mode":"skippable","inAnimation":"mainInEnd"},"bgAnimations":{"global":[{"type":"Flat","tiles":{"crop":false,"delay":0,"sequence":"ForwardDiagonal"},"main":{"type":"both","duration":0.75,"current":{"ease":"easeOutCubic","scale":0.5,"opacity":0},"next":{"ease":"easeOutCubic","opacity":0,"scale":1.5}},"invert":{"current":{"scale":1.5},"next":{"scale":0.5}}}],"color":"RGBA(51,51,51,1)","speed":"normal"},"mainanimation":{"type":"horizontal","duration":800,"delay":0,"ease":"easeOutQuad","shiftedBackgroundAnimation":0},"carousel":1,"initCallbacks":function(){new _N2.SmartSliderWidgetArrowImage(this)}})});_N2.r(["documentReady","smartslider-frontend","ss-simple"],function(){new _N2.SmartSliderSimple('n2-ss-8',{"admin":false,"background.video.mobile":1,"loadingTime":2000,"alias":{"id":0,"smoothScroll":0,"slideSwitch":0,"scroll":1},"align":"normal","isDelayed":0,"responsive":{"mediaQueries":{"all":false,"desktopportrait":["(min-width: 1200px)"],"tabletportrait":["(orientation: landscape) and (max-width: 1199px) and (min-width: 901px)","(orientation: portrait) and (max-width: 1199px) and (min-width: 701px)"],"mobileportrait":["(orientation: landscape) and (max-width: 900px)","(orientation: portrait) and (max-width: 700px)"]},"base":{"slideOuterWidth":1200,"slideOuterHeight":500,"sliderWidth":1200,"sliderHeight":500,"slideWidth":1200,"slideHeight":500},"hideOn":{"desktopLandscape":false,"desktopPortrait":false,"tabletLandscape":false,"tabletPortrait":false,"mobileLandscape":false,"mobilePortrait":false},"onResizeEnabled":true,"type":"auto","sliderHeightBasedOn":"real","focusUser":1,"focusEdge":"auto","breakpoints":[{"device":"tabletPortrait","type":"max-screen-width","portraitWidth":1199,"landscapeWidth":1199},{"device":"mobilePortrait","type":"max-screen-width","portraitWidth":700,"landscapeWidth":900}],"enabledDevices":{"desktopLandscape":0,"desktopPortrait":1,"tabletLandscape":0,"tabletPortrait":1,"mobileLandscape":0,"mobilePortrait":1},"sizes":{"desktopPortrait":{"width":1200,"height":500,"max":3000,"min":1200},"tabletPortrait":{"width":701,"height":292,"customHeight":false,"max":1199,"min":701},"mobilePortrait":{"width":320,"height":133,"customHeight":false,"max":900,"min":320}},"overflowHiddenPage":0,"focus":{"offsetTop":"#wpadminbar","offsetBottom":""}},"controls":{"mousewheel":0,"touch":"horizontal","keyboard":1,"blockCarouselInteraction":1},"playWhenVisible":1,"playWhenVisibleAt":0.5,"lazyLoad":0,"lazyLoadNeighbor":0,"blockrightclick":0,"maintainSession":0,"autoplay":{"enabled":1,"start":1,"duration":8000,"autoplayLoop":1,"allowReStart":0,"pause":{"click":1,"mouse":"0","mediaStarted":1},"resume":{"click":0,"mouse":"0","mediaEnded":1,"slidechanged":0},"interval":1,"intervalModifier":"loop","intervalSlide":"current"},"perspective":1500,"layerMode":{"playOnce":0,"playFirstLayer":1,"mode":"skippable","inAnimation":"mainInEnd"},"bgAnimations":0,"mainanimation":{"type":"fade","duration":600,"delay":0,"ease":"easeOutQuad","shiftedBackgroundAnimation":0},"carousel":1,"initCallbacks":function(){}})});_N2.r(["documentReady","smartslider-frontend","SmartSliderWidgetArrowImage","SmartSliderWidgetBulletTransition","ss-simple"],function(){new _N2.SmartSliderSimple('n2-ss-19',{"admin":false,"background.video.mobile":1,"loadingTime":2000,"alias":{"id":0,"smoothScroll":0,"slideSwitch":0,"scroll":1},"align":"normal","isDelayed":0,"responsive":{"mediaQueries":{"all":false,"desktopportrait":["(min-width: 1200px)"],"tabletportrait":["(orientation: landscape) and (max-width: 1199px) and (min-width: 901px)","(orientation: portrait) and (max-width: 1199px) and (min-width: 701px)"],"mobileportrait":["(orientation: landscape) and (max-width: 900px)","(orientation: portrait) and (max-width: 700px)"]},"base":{"slideOuterWidth":1200,"slideOuterHeight":500,"sliderWidth":1200,"sliderHeight":500,"slideWidth":1200,"slideHeight":500},"hideOn":{"desktopLandscape":false,"desktopPortrait":false,"tabletLandscape":false,"tabletPortrait":false,"mobileLandscape":false,"mobilePortrait":false},"onResizeEnabled":true,"type":"auto","sliderHeightBasedOn":"real","focusUser":1,"focusEdge":"auto","breakpoints":[{"device":"tabletPortrait","type":"max-screen-width","portraitWidth":1199,"landscapeWidth":1199},{"device":"mobilePortrait","type":"max-screen-width","portraitWidth":700,"landscapeWidth":900}],"enabledDevices":{"desktopLandscape":0,"desktopPortrait":1,"tabletLandscape":0,"tabletPortrait":1,"mobileLandscape":0,"mobilePortrait":1},"sizes":{"desktopPortrait":{"width":1200,"height":500,"max":3000,"min":1200},"tabletPortrait":{"width":701,"height":292,"customHeight":false,"max":1199,"min":701},"mobilePortrait":{"width":320,"height":133,"customHeight":false,"max":900,"min":320}},"overflowHiddenPage":0,"focus":{"offsetTop":"#wpadminbar","offsetBottom":""}},"controls":{"mousewheel":0,"touch":"horizontal","keyboard":1,"blockCarouselInteraction":1},"playWhenVisible":1,"playWhenVisibleAt":0.5,"lazyLoad":0,"lazyLoadNeighbor":0,"blockrightclick":0,"maintainSession":0,"autoplay":{"enabled":1,"start":1,"duration":8000,"autoplayLoop":1,"allowReStart":0,"pause":{"click":1,"mouse":"0","mediaStarted":1},"resume":{"click":0,"mouse":0,"mediaEnded":1,"slidechanged":0},"interval":1,"intervalModifier":"loop","intervalSlide":"current"},"perspective":1500,"layerMode":{"playOnce":0,"playFirstLayer":1,"mode":"skippable","inAnimation":"mainInEnd"},"bgAnimations":0,"mainanimation":{"type":"fade","duration":600,"delay":0,"ease":"easeOutQuad","shiftedBackgroundAnimation":0},"carousel":1,"initCallbacks":function(){new _N2.SmartSliderWidgetArrowImage(this);new _N2.SmartSliderWidgetBulletTransition(this,{"area":12,"dotClasses":"n2-style-c0fe1c7a37b7b7c3cb83a8d1cde6e7ce-dot ","mode":"","action":"click","thumbnail":1,"thumbnailWidth":120,"thumbnailHeight":81,"thumbnailStyle":"n2-style-739b6424a8015f4dafd070477b0c4abb-simple ","thumbnailPosition":"top"})}})})});</script></head>

<body data-rsssl=1 class="home page-template page-template-page-blank page-template-page-blank-php page page-id-830 theme-flatsome non-logged-in woocommerce-no-js full-width bg-fill lightbox nav-dropdown-has-shadow nav-dropdown-has-border elementor-default elementor-kit-818 elementor-page elementor-page-830">


<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg>
<a class="skip-link screen-reader-text" href="#main">Skip to content</a>

<div id="wrapper">

	
	<header id="header" class="header has-sticky sticky-jump">
		<div class="header-wrapper">
			<div id="masthead" class="header-main ">
      <div class="header-inner flex-row container logo-left medium-logo-center" role="navigation">

          <!-- Logo -->
          <div id="logo" class="flex-col logo">
            
<!-- Header logo -->
<a href="https://www.hflthailand.com/" title="Health For Life - HFL Medical Center" rel="home">
		<img width="750" height="293" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20750%20293'%3E%3C/svg%3E" class="header_logo header-logo" alt="Health For Life" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/07/Logo-Healforlift1_preview_rev_1.png"/><noscript><img width="750" height="293" src="https://www.hflthailand.com/wp-content/uploads/2023/07/Logo-Healforlift1_preview_rev_1.png" class="header_logo header-logo" alt="Health For Life"/></noscript><img  width="750" height="293" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20750%20293'%3E%3C/svg%3E" class="header-logo-dark" alt="Health For Life" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/07/Logo-Healforlift1_preview_rev_1.png"/><noscript><img  width="750" height="293" src="https://www.hflthailand.com/wp-content/uploads/2023/07/Logo-Healforlift1_preview_rev_1.png" class="header-logo-dark" alt="Health For Life"/></noscript></a>
          </div>

          <!-- Mobile Left Elements -->
          <div class="flex-col show-for-medium flex-left">
            <ul class="mobile-nav nav nav-left ">
              <li class="nav-icon has-icon">
  		<a href="#" data-open="#main-menu" data-pos="left" data-bg="main-menu-overlay" data-color="" class="is-small" aria-label="Menu" aria-controls="main-menu" aria-expanded="false">

		  <i class="icon-menu" ></i>
		  		</a>
	</li>
            </ul>
          </div>

          <!-- Left Elements -->
          <div class="flex-col hide-for-medium flex-left
            flex-grow">
            <ul class="header-nav header-nav-main nav nav-left  nav-divided nav-size-medium" >
                          </ul>
          </div>

          <!-- Right Elements -->
          <div class="flex-col hide-for-medium flex-right">
            <ul class="header-nav header-nav-main nav nav-right  nav-divided nav-size-medium">
              <li id="menu-item-1159" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-830 current_page_item menu-item-1159 active menu-item-design-default"><a href="https://www.hflthailand.com/" aria-current="page" class="nav-top-link">หน้าแรก</a></li>
<li id="menu-item-802" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-802 menu-item-design-default has-dropdown"><a href="#" class="nav-top-link" aria-expanded="false" aria-haspopup="menu">หมวดสินค้า<i class="icon-angle-down" ></i></a>
<ul class="sub-menu nav-dropdown nav-dropdown-bold dropdown-uppercase">
	<li id="menu-item-753" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-753"><a href="https://www.hflthailand.com/product-category/product-medical/">ผลิตภัณฑ์</a></li>
	<li id="menu-item-1576" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1576"><a href="https://www.hflthailand.com/product-category/%e0%b8%88%e0%b8%b3%e0%b8%ab%e0%b8%99%e0%b9%88%e0%b8%b2%e0%b8%a2%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%a1%e0%b8%b7%e0%b8%ad%e0%b9%81%e0%b8%9e%e0%b8%97%e0%b8%a2%e0%b9%8c/">เครื่องมืออุปกรณ์ทางการแพทย์</a></li>
	<li id="menu-item-754" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-754"><a href="https://www.hflthailand.com/product-category/raw-material/">Raw Material</a></li>
</ul>
</li>
<li id="menu-item-804" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-804 menu-item-design-default"><a href="https://www.hflthailand.com/%e0%b9%80%e0%b8%81%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%81%e0%b8%b1%e0%b8%9a%e0%b9%80%e0%b8%a3%e0%b8%b2/" class="nav-top-link">เกี่ยวกับเรา</a></li>
<li id="menu-item-803" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-803 menu-item-design-default"><a href="https://www.hflthailand.com/%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b9%88%e0%b8%ad%e0%b9%80%e0%b8%a3%e0%b8%b2/" class="nav-top-link">ติดต่อเรา</a></li>
<li class="header-search header-search-dropdown has-icon has-dropdown menu-item-has-children">
		<a href="#" aria-label="ค้นหา" class="is-small"><i class="icon-search" ></i></a>
		<ul class="nav-dropdown nav-dropdown-bold dropdown-uppercase">
	 	<li class="header-search-form search-form html relative has-icon">
	<div class="header-search-form-wrapper">
		<div class="searchform-wrapper ux-search-box relative is-normal"><form role="search" method="get" class="searchform" action="https://www.hflthailand.com/">
	<div class="flex-row relative">
						<div class="flex-col flex-grow">
			<label class="screen-reader-text" for="woocommerce-product-search-field-0">ค้นหา:</label>
			<input type="search" id="woocommerce-product-search-field-0" class="search-field mb-0" placeholder="ค้นหา&hellip;" value="" name="s" />
			<input type="hidden" name="post_type" value="product" />
					</div>
		<div class="flex-col">
			<button type="submit" value="ค้นหา" class="ux-search-submit submit-button secondary button  icon mb-0" aria-label="Submit">
				<i class="icon-search" ></i>			</button>
		</div>
	</div>
	<div class="live-search-results text-left z-top"></div>
</form>
</div>	</div>
</li>
	</ul>
</li>
<li class="html custom html_topbar_right"><div class="gtranslate_wrapper" id="gt-wrapper-65401383"></div></li>            </ul>
          </div>

          <!-- Mobile Right Elements -->
          <div class="flex-col show-for-medium flex-right">
            <ul class="mobile-nav nav nav-right ">
              <li class="header-search header-search-dropdown has-icon has-dropdown menu-item-has-children">
		<a href="#" aria-label="ค้นหา" class="is-small"><i class="icon-search" ></i></a>
		<ul class="nav-dropdown nav-dropdown-bold dropdown-uppercase">
	 	<li class="header-search-form search-form html relative has-icon">
	<div class="header-search-form-wrapper">
		<div class="searchform-wrapper ux-search-box relative is-normal"><form role="search" method="get" class="searchform" action="https://www.hflthailand.com/">
	<div class="flex-row relative">
						<div class="flex-col flex-grow">
			<label class="screen-reader-text" for="woocommerce-product-search-field-1">ค้นหา:</label>
			<input type="search" id="woocommerce-product-search-field-1" class="search-field mb-0" placeholder="ค้นหา&hellip;" value="" name="s" />
			<input type="hidden" name="post_type" value="product" />
					</div>
		<div class="flex-col">
			<button type="submit" value="ค้นหา" class="ux-search-submit submit-button secondary button  icon mb-0" aria-label="Submit">
				<i class="icon-search" ></i>			</button>
		</div>
	</div>
	<div class="live-search-results text-left z-top"></div>
</form>
</div>	</div>
</li>
	</ul>
</li>
            </ul>
          </div>

      </div>

            <div class="container"><div class="top-divider full-width"></div></div>
      </div>

<div class="header-bg-container fill"><div class="header-bg-image fill"></div><div class="header-bg-color fill"></div></div>		</div>
	</header>

	
	<main id="main" class="">


<div id="content" role="main" class="content-area">

		
					<div data-elementor-type="wp-page" data-elementor-id="830" class="elementor elementor-830">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-71fd051 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="71fd051" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c1f85d0" data-id="c1f85d0" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-c42ecb7 elementor-widget elementor-widget-image-carousel" data-id="c42ecb7" data-element_type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay_speed&quot;:3000,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.13.2 - 11-05-2023 */
.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>		<div class="elementor-image-carousel-wrapper swiper" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper">
								<div class="swiper-slide"><figure class="swiper-slide-inner"><img width="1536" height="641" decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201536%20641'%3E%3C/svg%3E" alt="Health for life" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/09/Center-for-innovation-4-1536x641.png" /><noscript><img width="1536" height="641" decoding="async" class="swiper-slide-image" src="https://www.hflthailand.com/wp-content/uploads/2023/09/Center-for-innovation-4-1536x641.png" alt="Health for life" /></noscript></figure></div>			</div>
					</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ec57f2d" data-id="ec57f2d" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-604e13e elementor-widget elementor-widget-heading" data-id="604e13e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.13.2 - 11-05-2023 */
.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2 class="elementor-heading-title elementor-size-default">Best Product</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-31dc3d0 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box" data-id="31dc3d0" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.13.2 - 11-05-2023 */
.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.hflthailand.com/product/hbot/"><img decoding="async" width="2048" height="2048" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202048%202048'%3E%3C/svg%3E" class="elementor-animation-pulse attachment-full size-full wp-image-2237" alt="hbot" data-lazy-srcset="https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15.png 2048w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15-300x300.png 300w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15-1024x1024.png 1024w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15-150x150.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15-768x768.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15-400x400.png 400w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15-1536x1536.png 1536w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15-510x510.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15-100x100.png 100w" data-lazy-sizes="(max-width: 2048px) 100vw, 2048px" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15.png" /><noscript><img decoding="async" width="2048" height="2048" src="https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15.png" class="elementor-animation-pulse attachment-full size-full wp-image-2237" alt="hbot" srcset="https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15.png 2048w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15-300x300.png 300w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15-1024x1024.png 1024w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15-150x150.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15-768x768.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15-400x400.png 400w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15-1536x1536.png 1536w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15-510x510.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-15-100x100.png 100w" sizes="(max-width: 2048px) 100vw, 2048px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title"><a href="https://www.hflthailand.com/product/hbot/">Hyperbaric Oxygen Therapy</a></h3></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-6805def elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box" data-id="6805def" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
			<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.hflthailand.com/product/onethera-long-pulse-hifum/"><img decoding="async" width="2048" height="2048" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202048%202048'%3E%3C/svg%3E" class="elementor-animation-pulse attachment-full size-full wp-image-2236" alt="onethera long pulse hifu" data-lazy-srcset="https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16.png 2048w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16-300x300.png 300w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16-1024x1024.png 1024w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16-150x150.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16-768x768.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16-400x400.png 400w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16-1536x1536.png 1536w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16-510x510.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16-100x100.png 100w" data-lazy-sizes="(max-width: 2048px) 100vw, 2048px" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16.png" /><noscript><img decoding="async" width="2048" height="2048" src="https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16.png" class="elementor-animation-pulse attachment-full size-full wp-image-2236" alt="onethera long pulse hifu" srcset="https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16.png 2048w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16-300x300.png 300w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16-1024x1024.png 1024w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16-150x150.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16-768x768.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16-400x400.png 400w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16-1536x1536.png 1536w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16-510x510.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-16-100x100.png 100w" sizes="(max-width: 2048px) 100vw, 2048px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title"><a href="https://www.hflthailand.com/product/onethera-long-pulse-hifum/">onethera long pulse hifu</a></h3></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-aa7afd9 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box" data-id="aa7afd9" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
			<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.hflthailand.com/product/%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%aa%e0%b9%81%e0%b8%81%e0%b8%99%e0%b9%80%e0%b8%aa%e0%b9%89%e0%b8%99%e0%b9%80%e0%b8%a5%e0%b8%b7%e0%b8%ad%e0%b8%94-qv600/"><img decoding="async" width="2048" height="2048" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202048%202048'%3E%3C/svg%3E" class="elementor-animation-pulse attachment-full size-full wp-image-2235" alt="เครื่องสแกนเส้นเลือด" data-lazy-srcset="https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17.png 2048w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17-300x300.png 300w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17-1024x1024.png 1024w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17-150x150.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17-768x768.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17-400x400.png 400w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17-1536x1536.png 1536w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17-510x510.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17-100x100.png 100w" data-lazy-sizes="(max-width: 2048px) 100vw, 2048px" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17.png" /><noscript><img decoding="async" width="2048" height="2048" src="https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17.png" class="elementor-animation-pulse attachment-full size-full wp-image-2235" alt="เครื่องสแกนเส้นเลือด" srcset="https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17.png 2048w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17-300x300.png 300w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17-1024x1024.png 1024w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17-150x150.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17-768x768.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17-400x400.png 400w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17-1536x1536.png 1536w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17-510x510.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/08/ตารางแพทย์-เดือนสิงหาคม-17-100x100.png 100w" sizes="(max-width: 2048px) 100vw, 2048px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title"><a href="https://www.hflthailand.com/product/%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%aa%e0%b9%81%e0%b8%81%e0%b8%99%e0%b9%80%e0%b8%aa%e0%b9%89%e0%b8%99%e0%b9%80%e0%b8%a5%e0%b8%b7%e0%b8%ad%e0%b8%94-qv600/">เครื่องสแกนเส้นเลือด</a></h3></div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-abc70d4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="abc70d4" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89f927e" data-id="89f927e" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-60904f9 elementor-widget elementor-widget-heading" data-id="60904f9" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Products by Category</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-d6943ac elementor-widget__width-inherit elementor-widget elementor-widget-elementskit-simple-tab" data-id="d6943ac" data-element_type="widget" data-settings="{&quot;ekit_hash_change&quot;:&quot;1&quot;}" data-widget_type="elementskit-simple-tab.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con" >        <div class="elementkit-tab-wraper  ">
            <ul class="nav nav-tabs elementkit-tab-nav  elementskit_pregress_style elementskit_pregress_style elementskit-fullwidth-tab">
                                    <li class="elementkit-nav-item elementor-repeater-item-d913d35">
                        <a class="elementkit-nav-link  active show top-pos" id="content-d913d35665cccf06c5bf-tab" data-ekit-handler-id="-" data-ekit-toggle="tab" data-target="#content-d913d35665cccf06c5bf" href="#Content-d913d35665cccf06c5bf"
                            data-ekit-toggle-trigger="click"
                            aria-describedby="Content-d913d35665cccf06c5bf">
                            <div class="ekit-icon-image"><img decoding="async" width="64" height="64" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/08/good-quality.png" /><noscript><img decoding="async" width="64" height="64" src="https://www.hflthailand.com/wp-content/uploads/2023/08/good-quality.png" class="attachment-full size-full" alt="" /></noscript></div>                            <span class="elementskit-tab-title"> สินค้าแนะนำ</span>
                        </a>
                    </li>
                                        <li class="elementkit-nav-item elementor-repeater-item-c2e97a8">
                        <a class="elementkit-nav-link  top-pos" id="content-c2e97a8665cccf06c5bf-tab" data-ekit-handler-id="-" data-ekit-toggle="tab" data-target="#content-c2e97a8665cccf06c5bf" href="#Content-c2e97a8665cccf06c5bf"
                            data-ekit-toggle-trigger="click"
                            aria-describedby="Content-c2e97a8665cccf06c5bf">
                            <div class="ekit-icon-image"><img decoding="async" width="64" height="64" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/08/jewelry.png" /><noscript><img decoding="async" width="64" height="64" src="https://www.hflthailand.com/wp-content/uploads/2023/08/jewelry.png" class="attachment-full size-full" alt="" /></noscript></div>                            <span class="elementskit-tab-title"> เครื่องมือทางการแพทย์</span>
                        </a>
                    </li>
                                        <li class="elementkit-nav-item elementor-repeater-item-5f01a4a">
                        <a class="elementkit-nav-link  top-pos" id="content-5f01a4a665cccf06c5bf-tab" data-ekit-handler-id="-" data-ekit-toggle="tab" data-target="#content-5f01a4a665cccf06c5bf" href="#Content-5f01a4a665cccf06c5bf"
                            data-ekit-toggle-trigger="click"
                            aria-describedby="Content-5f01a4a665cccf06c5bf">
                            <div class="ekit-icon-image"><img decoding="async" width="64" height="64" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/08/shaving-cream.png" /><noscript><img decoding="async" width="64" height="64" src="https://www.hflthailand.com/wp-content/uploads/2023/08/shaving-cream.png" class="attachment-full size-full" alt="" /></noscript></div>                            <span class="elementskit-tab-title"> ผลิตภัณฑ์บำรุงเส้นผม</span>
                        </a>
                    </li>
                                        <li class="elementkit-nav-item elementor-repeater-item-2f7a0ee">
                        <a class="elementkit-nav-link  top-pos" id="content-2f7a0ee665cccf06c5bf-tab" data-ekit-handler-id="raw-material" data-ekit-toggle="tab" data-target="#content-2f7a0ee665cccf06c5bf" href="#Content-2f7a0ee665cccf06c5bf"
                            data-ekit-toggle-trigger="click"
                            aria-describedby="Content-2f7a0ee665cccf06c5bf">
                            <div class="ekit-icon-image"><img decoding="async" width="64" height="64" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/08/perfume-bottle.png" /><noscript><img decoding="async" width="64" height="64" src="https://www.hflthailand.com/wp-content/uploads/2023/08/perfume-bottle.png" class="attachment-full size-full" alt="" /></noscript></div>                            <span class="elementskit-tab-title"> Raw Material</span>
                        </a>
                    </li>
                                </ul>

            <div class="tab-content elementkit-tab-content">
                                    <div class="tab-pane elementkit-tab-pane elementor-repeater-item-d913d35  active show" id="content-d913d35665cccf06c5bf" role="tabpanel"
                         aria-labelledby="content-d913d35665cccf06c5bf-tab">
                        <div class="animated fadeIn">
                            <p>		<div data-elementor-type="product" data-elementor-id="2300" class="elementor elementor-2300 post-830 page type-page status-publish has-post-thumbnail hentry product">
		<div class="elementor-section-wrap">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-5a7cfe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5a7cfe7" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-139ffee" data-id="139ffee" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-422ece2 elementor-grid-4 elementor-grid-tablet-3 elementor-grid-mobile-2 elementor-products-grid elementor-wc-products elementor-show-pagination-border-yes elementor-widget elementor-widget-woocommerce-products" data-id="422ece2" data-element_type="widget" data-widget_type="woocommerce-products.default">
				<div class="elementor-widget-container">
			<div class="woocommerce columns-4 "><div class="woocommerce-notices-wrapper"></div><div class="products row row-small large-columns-4 medium-columns-3 small-columns-2">
<div class="product-small col has-hover product type-product post-2521 status-publish first instock product_cat-pr product_cat-48 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/operating-lamp-yt-led-700-2/" aria-label="operating lamp YT-LED 700">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="operating lamp YT-LED 700" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/09/Medical-Center-9-247x296.png" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/09/Medical-Center-9-247x296.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="operating lamp YT-LED 700" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="2521" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/operating-lamp-yt-led-700-2/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">operating lamp YT-LED 700</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-2519 status-publish instock product_cat-pr product_cat-uncategorized product_cat-48 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/operating-lamp-yt-led-500-2/" aria-label="operating lamp YT-LED 500">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="operating lamp YT-LED 500" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/09/Medical-Center-8-247x296.png" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/09/Medical-Center-8-247x296.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="operating lamp YT-LED 500" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="2519" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/operating-lamp-yt-led-500-2/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">operating lamp YT-LED 500</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-2518 status-publish instock product_cat-pr product_cat-uncategorized product_cat-48 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/operating-lamp-yt-led-300-2/" aria-label="operating lamp YT-LED 300">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="operating lamp YT-LED 300" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/09/Medical-Center-7-247x296.png" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/09/Medical-Center-7-247x296.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="operating lamp YT-LED 300" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="2518" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/operating-lamp-yt-led-300-2/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">operating lamp YT-LED 300</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-2163 status-publish last instock product_cat-pr product_cat-48 product_tag-63 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%aa%e0%b9%81%e0%b8%81%e0%b8%99%e0%b9%80%e0%b8%aa%e0%b9%89%e0%b8%99%e0%b9%80%e0%b8%a5%e0%b8%b7%e0%b8%ad%e0%b8%94-qv600/" aria-label="เครื่องสแกนเส้นเลือด QV600">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="เครื่องสแกนเส้นเลือด QV600" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/07/S__16580634-247x296.jpg" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/07/S__16580634-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="เครื่องสแกนเส้นเลือด QV600" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="2163" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%aa%e0%b9%81%e0%b8%81%e0%b8%99%e0%b9%80%e0%b8%aa%e0%b9%89%e0%b8%99%e0%b9%80%e0%b8%a5%e0%b8%b7%e0%b8%ad%e0%b8%94-qv600/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">เครื่องสแกนเส้นเลือด QV600</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-2162 status-publish first instock product_cat-pr product_cat-48 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/hvot-soft-capsule-%e0%b9%81%e0%b8%9a%e0%b8%9a%e0%b8%99%e0%b8%b1%e0%b9%88%e0%b8%87/" aria-label="hbot soft capsule แบบนั่ง">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="hvot soft capsule แบบนั่ง" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-13-247x296.png" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-13-247x296.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="hvot soft capsule แบบนั่ง" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="2162" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/hvot-soft-capsule-%e0%b9%81%e0%b8%9a%e0%b8%9a%e0%b8%99%e0%b8%b1%e0%b9%88%e0%b8%87/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">hbot soft capsule แบบนั่ง</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-1916 status-publish instock product_cat-pr product_cat-48 product_tag-hifu product_tag-onethera-long-pulse-hifu- has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/onethera-long-pulse-hifum/" aria-label="onethera long pulse hifu">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="onethera long pulse hifu ราคา" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/07/S__16580635-247x296.jpg" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/07/S__16580635-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="onethera long pulse hifu ราคา" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="1916" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/onethera-long-pulse-hifum/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">onethera long pulse hifu</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-761 status-publish instock product_cat-pr product_cat-48 product_tag-hbot product_tag-hyperbaric-oxygen-therapy has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/hbot/" aria-label="เครื่อง HBOT (Hyperbaric Oxygen Therapy)">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="เครื่อง HBO (Hyperbaric Oxygen)" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/05/S__13762563-247x296.jpg" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/05/S__13762563-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="เครื่อง HBO (Hyperbaric Oxygen)" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="761" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/hbot/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">เครื่อง HBOT (Hyperbaric Oxygen Therapy)</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-1434 status-publish last instock product_cat-pr product_cat-48 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%aa%e0%b9%81%e0%b8%81%e0%b8%99%e0%b9%80%e0%b8%aa%e0%b9%89%e0%b8%99%e0%b9%80%e0%b8%a5%e0%b8%b7%e0%b8%ad%e0%b8%94/" aria-label="เครื่องสแกนหาเส้นเลือด อินฟราเรดขั้นสูง">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="เครื่องสแกนเส้นเลือด" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/06/S__14499843-247x296.jpg" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/06/S__14499843-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="เครื่องสแกนเส้นเลือด" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="1434" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%aa%e0%b9%81%e0%b8%81%e0%b8%99%e0%b9%80%e0%b8%aa%e0%b9%89%e0%b8%99%e0%b9%80%e0%b8%a5%e0%b8%b7%e0%b8%ad%e0%b8%94/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">เครื่องสแกนหาเส้นเลือด อินฟราเรดขั้นสูง</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div></div><!-- row -->
<div class="container">
<nav class="woocommerce-pagination">
	<ul class="page-numbers nav-pagination links text-center"><li><span aria-current="page" class="page-number current">1</span></li><li><a class="page-number" href="/?product-page=2">2</a></li><li><a class="next page-number" href="/?product-page=2"><i class="icon-angle-right"></i></a></li></ul></nav>
</div>
</div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				</div>
		</div>
		</p>                        </div>
                    </div>
                                    <div class="tab-pane elementkit-tab-pane elementor-repeater-item-c2e97a8 " id="content-c2e97a8665cccf06c5bf" role="tabpanel"
                         aria-labelledby="content-c2e97a8665cccf06c5bf-tab">
                        <div class="animated fadeIn">
                            <p>		<div data-elementor-type="product" data-elementor-id="2306" class="elementor elementor-2306 post-830 page type-page status-publish has-post-thumbnail hentry product">
		<div class="elementor-section-wrap">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-83c1241 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="83c1241" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ccd1693" data-id="ccd1693" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-e4e0359 elementor-grid-tablet-2 elementor-product-loop-item--align-center elementor-grid-4 elementor-grid-mobile-2 elementor-products-grid elementor-wc-products elementor-show-pagination-border-yes elementor-widget elementor-widget-woocommerce-products" data-id="e4e0359" data-element_type="widget" data-widget_type="woocommerce-products.default">
				<div class="elementor-widget-container">
			<div class="woocommerce columns-4 "><div class="woocommerce-notices-wrapper"></div><div class="products row row-small large-columns-4 medium-columns-3 small-columns-2">
<div class="product-small col has-hover product type-product post-2521 status-publish first instock product_cat-pr product_cat-48 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/operating-lamp-yt-led-700-2/" aria-label="operating lamp YT-LED 700">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="operating lamp YT-LED 700" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/09/Medical-Center-9-247x296.png" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/09/Medical-Center-9-247x296.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="operating lamp YT-LED 700" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="2521" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/operating-lamp-yt-led-700-2/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">operating lamp YT-LED 700</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-2519 status-publish instock product_cat-pr product_cat-uncategorized product_cat-48 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/operating-lamp-yt-led-500-2/" aria-label="operating lamp YT-LED 500">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="operating lamp YT-LED 500" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/09/Medical-Center-8-247x296.png" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/09/Medical-Center-8-247x296.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="operating lamp YT-LED 500" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="2519" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/operating-lamp-yt-led-500-2/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">operating lamp YT-LED 500</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-2518 status-publish instock product_cat-pr product_cat-uncategorized product_cat-48 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/operating-lamp-yt-led-300-2/" aria-label="operating lamp YT-LED 300">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="operating lamp YT-LED 300" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/09/Medical-Center-7-247x296.png" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/09/Medical-Center-7-247x296.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="operating lamp YT-LED 300" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="2518" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/operating-lamp-yt-led-300-2/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">operating lamp YT-LED 300</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-2163 status-publish last instock product_cat-pr product_cat-48 product_tag-63 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%aa%e0%b9%81%e0%b8%81%e0%b8%99%e0%b9%80%e0%b8%aa%e0%b9%89%e0%b8%99%e0%b9%80%e0%b8%a5%e0%b8%b7%e0%b8%ad%e0%b8%94-qv600/" aria-label="เครื่องสแกนเส้นเลือด QV600">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="เครื่องสแกนเส้นเลือด QV600" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/07/S__16580634-247x296.jpg" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/07/S__16580634-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="เครื่องสแกนเส้นเลือด QV600" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="2163" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%aa%e0%b9%81%e0%b8%81%e0%b8%99%e0%b9%80%e0%b8%aa%e0%b9%89%e0%b8%99%e0%b9%80%e0%b8%a5%e0%b8%b7%e0%b8%ad%e0%b8%94-qv600/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">เครื่องสแกนเส้นเลือด QV600</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-2162 status-publish first instock product_cat-pr product_cat-48 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/hvot-soft-capsule-%e0%b9%81%e0%b8%9a%e0%b8%9a%e0%b8%99%e0%b8%b1%e0%b9%88%e0%b8%87/" aria-label="hbot soft capsule แบบนั่ง">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="hvot soft capsule แบบนั่ง" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-13-247x296.png" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-13-247x296.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="hvot soft capsule แบบนั่ง" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="2162" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/hvot-soft-capsule-%e0%b9%81%e0%b8%9a%e0%b8%9a%e0%b8%99%e0%b8%b1%e0%b9%88%e0%b8%87/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">hbot soft capsule แบบนั่ง</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-2151 status-publish instock product_cat-48 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/%e0%b9%87%e0%b8%bahbot-%e0%b8%a3%e0%b8%b8%e0%b9%88%e0%b8%99-soft-capsule-%e0%b9%81%e0%b8%9a%e0%b8%9a%e0%b8%99%e0%b8%ad%e0%b8%99/" aria-label="hbot รุ่น soft capsule แบบนอน">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="soft capsule แบบนอน" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-14-247x296.png" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-14-247x296.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="soft capsule แบบนอน" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="2151" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			เครื่องมืออุปกรณ์ทางการแพทย์		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/%e0%b9%87%e0%b8%bahbot-%e0%b8%a3%e0%b8%b8%e0%b9%88%e0%b8%99-soft-capsule-%e0%b9%81%e0%b8%9a%e0%b8%9a%e0%b8%99%e0%b8%ad%e0%b8%99/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">hbot รุ่น soft capsule แบบนอน</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-1916 status-publish instock product_cat-pr product_cat-48 product_tag-hifu product_tag-onethera-long-pulse-hifu- has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/onethera-long-pulse-hifum/" aria-label="onethera long pulse hifu">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="onethera long pulse hifu ราคา" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/07/S__16580635-247x296.jpg" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/07/S__16580635-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="onethera long pulse hifu ราคา" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="1916" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/onethera-long-pulse-hifum/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">onethera long pulse hifu</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-761 status-publish last instock product_cat-pr product_cat-48 product_tag-hbot product_tag-hyperbaric-oxygen-therapy has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/hbot/" aria-label="เครื่อง HBOT (Hyperbaric Oxygen Therapy)">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="เครื่อง HBO (Hyperbaric Oxygen)" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/05/S__13762563-247x296.jpg" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/05/S__13762563-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="เครื่อง HBO (Hyperbaric Oxygen)" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="761" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/hbot/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">เครื่อง HBOT (Hyperbaric Oxygen Therapy)</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div></div><!-- row -->
<div class="container">
<nav class="woocommerce-pagination">
	<ul class="page-numbers nav-pagination links text-center"><li><span aria-current="page" class="page-number current">1</span></li><li><a class="page-number" href="/?product-page=2">2</a></li><li><a class="next page-number" href="/?product-page=2"><i class="icon-angle-right"></i></a></li></ul></nav>
</div>
</div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				</div>
		</div>
		</p>                        </div>
                    </div>
                                    <div class="tab-pane elementkit-tab-pane elementor-repeater-item-5f01a4a " id="content-5f01a4a665cccf06c5bf" role="tabpanel"
                         aria-labelledby="content-5f01a4a665cccf06c5bf-tab">
                        <div class="animated fadeIn">
                            <p>		<div data-elementor-type="product" data-elementor-id="2312" class="elementor elementor-2312 post-830 page type-page status-publish has-post-thumbnail hentry product">
		<div class="elementor-section-wrap">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-6dc4e6d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6dc4e6d" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f08a30f" data-id="f08a30f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-696bb1a elementor-grid-4 elementor-grid-tablet-3 elementor-grid-mobile-2 elementor-products-grid elementor-wc-products elementor-show-pagination-border-yes elementor-widget elementor-widget-woocommerce-products" data-id="696bb1a" data-element_type="widget" data-widget_type="woocommerce-products.default">
				<div class="elementor-widget-container">
			<div class="woocommerce columns-4 "><div class="woocommerce-notices-wrapper"></div><div class="products row row-small large-columns-4 medium-columns-3 small-columns-2">
<div class="product-small col has-hover product type-product post-900 status-publish first instock product_cat-product-medical product_cat-18 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/hair-serum/" aria-label="เซรั่มบำรุงผม">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="เซรั่มบำรุงผม" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/05/S__12959778-247x296.jpg" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/05/S__12959778-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="เซรั่มบำรุงผม" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="900" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			ผลิตภัณฑ์		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/hair-serum/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">เซรั่มบำรุงผม</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-99 status-publish instock product_cat-product-medical product_cat-18 product_tag-regrowth-serum product_tag-21 product_tag-19 product_tag-22 product_tag-23 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/%e0%b9%80%e0%b8%8b%e0%b8%a3%e0%b8%b1%e0%b9%88%e0%b8%a1%e0%b8%9a%e0%b8%b3%e0%b8%a3%e0%b8%b8%e0%b8%87%e0%b8%a3%e0%b8%b2%e0%b8%81%e0%b8%9c%e0%b8%a1/" aria-label="Kampo เซรั่มบำรุงรากผมและหนังศีรษะ">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2018/11/IMG_3983-247x296.jpg" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2018/11/IMG_3983-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2017/09/kampo-01-247x296.png" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2017/09/kampo-01-247x296.png" class="show-on-hover absolute fill hide-for-small back-image" alt="" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="99" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			ผลิตภัณฑ์		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/%e0%b9%80%e0%b8%8b%e0%b8%a3%e0%b8%b1%e0%b9%88%e0%b8%a1%e0%b8%9a%e0%b8%b3%e0%b8%a3%e0%b8%b8%e0%b8%87%e0%b8%a3%e0%b8%b2%e0%b8%81%e0%b8%9c%e0%b8%a1/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Kampo เซรั่มบำรุงรากผมและหนังศีรษะ</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div></div><!-- row -->
</div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				</div>
		</div>
		</p>                        </div>
                    </div>
                                    <div class="tab-pane elementkit-tab-pane elementor-repeater-item-2f7a0ee " id="content-2f7a0ee665cccf06c5bf" role="tabpanel"
                         aria-labelledby="content-2f7a0ee665cccf06c5bf-tab">
                        <div class="animated fadeIn">
                            <p>		<div data-elementor-type="product" data-elementor-id="2300" class="elementor elementor-2300 post-830 page type-page status-publish has-post-thumbnail hentry product">
		<div class="elementor-section-wrap">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-5a7cfe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5a7cfe7" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-139ffee" data-id="139ffee" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-422ece2 elementor-grid-4 elementor-grid-tablet-3 elementor-grid-mobile-2 elementor-products-grid elementor-wc-products elementor-show-pagination-border-yes elementor-widget elementor-widget-woocommerce-products" data-id="422ece2" data-element_type="widget" data-widget_type="woocommerce-products.default">
				<div class="elementor-widget-container">
			<div class="woocommerce columns-4 "><div class="woocommerce-notices-wrapper"></div><div class="products row row-small large-columns-4 medium-columns-3 small-columns-2">
<div class="product-small col has-hover product type-product post-2521 status-publish first instock product_cat-pr product_cat-48 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/operating-lamp-yt-led-700-2/" aria-label="operating lamp YT-LED 700">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="operating lamp YT-LED 700" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/09/Medical-Center-9-247x296.png" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/09/Medical-Center-9-247x296.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="operating lamp YT-LED 700" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="2521" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/operating-lamp-yt-led-700-2/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">operating lamp YT-LED 700</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-2519 status-publish instock product_cat-pr product_cat-uncategorized product_cat-48 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/operating-lamp-yt-led-500-2/" aria-label="operating lamp YT-LED 500">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="operating lamp YT-LED 500" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/09/Medical-Center-8-247x296.png" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/09/Medical-Center-8-247x296.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="operating lamp YT-LED 500" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="2519" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/operating-lamp-yt-led-500-2/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">operating lamp YT-LED 500</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-2518 status-publish instock product_cat-pr product_cat-uncategorized product_cat-48 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/operating-lamp-yt-led-300-2/" aria-label="operating lamp YT-LED 300">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="operating lamp YT-LED 300" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/09/Medical-Center-7-247x296.png" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/09/Medical-Center-7-247x296.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="operating lamp YT-LED 300" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="2518" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/operating-lamp-yt-led-300-2/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">operating lamp YT-LED 300</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-2163 status-publish last instock product_cat-pr product_cat-48 product_tag-63 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%aa%e0%b9%81%e0%b8%81%e0%b8%99%e0%b9%80%e0%b8%aa%e0%b9%89%e0%b8%99%e0%b9%80%e0%b8%a5%e0%b8%b7%e0%b8%ad%e0%b8%94-qv600/" aria-label="เครื่องสแกนเส้นเลือด QV600">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="เครื่องสแกนเส้นเลือด QV600" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/07/S__16580634-247x296.jpg" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/07/S__16580634-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="เครื่องสแกนเส้นเลือด QV600" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="2163" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%aa%e0%b9%81%e0%b8%81%e0%b8%99%e0%b9%80%e0%b8%aa%e0%b9%89%e0%b8%99%e0%b9%80%e0%b8%a5%e0%b8%b7%e0%b8%ad%e0%b8%94-qv600/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">เครื่องสแกนเส้นเลือด QV600</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-2162 status-publish first instock product_cat-pr product_cat-48 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/hvot-soft-capsule-%e0%b9%81%e0%b8%9a%e0%b8%9a%e0%b8%99%e0%b8%b1%e0%b9%88%e0%b8%87/" aria-label="hbot soft capsule แบบนั่ง">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="hvot soft capsule แบบนั่ง" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-13-247x296.png" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-13-247x296.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="hvot soft capsule แบบนั่ง" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="2162" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/hvot-soft-capsule-%e0%b9%81%e0%b8%9a%e0%b8%9a%e0%b8%99%e0%b8%b1%e0%b9%88%e0%b8%87/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">hbot soft capsule แบบนั่ง</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-1916 status-publish instock product_cat-pr product_cat-48 product_tag-hifu product_tag-onethera-long-pulse-hifu- has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/onethera-long-pulse-hifum/" aria-label="onethera long pulse hifu">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="onethera long pulse hifu ราคา" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/07/S__16580635-247x296.jpg" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/07/S__16580635-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="onethera long pulse hifu ราคา" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="1916" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/onethera-long-pulse-hifum/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">onethera long pulse hifu</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-761 status-publish instock product_cat-pr product_cat-48 product_tag-hbot product_tag-hyperbaric-oxygen-therapy has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/hbot/" aria-label="เครื่อง HBOT (Hyperbaric Oxygen Therapy)">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="เครื่อง HBO (Hyperbaric Oxygen)" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/05/S__13762563-247x296.jpg" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/05/S__13762563-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="เครื่อง HBO (Hyperbaric Oxygen)" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="761" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/hbot/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">เครื่อง HBOT (Hyperbaric Oxygen Therapy)</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div><div class="product-small col has-hover product type-product post-1434 status-publish last instock product_cat-pr product_cat-48 has-post-thumbnail shipping-taxable product-type-simple">
	<div class="col-inner">
	
<div class="badge-container absolute left top z-1">

</div>
	<div class="product-small box ">
		<div class="box-image">
			<div class="image-fade_in_back">
				<a href="https://www.hflthailand.com/product/%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%aa%e0%b9%81%e0%b8%81%e0%b8%99%e0%b9%80%e0%b8%aa%e0%b9%89%e0%b8%99%e0%b9%80%e0%b8%a5%e0%b8%b7%e0%b8%ad%e0%b8%94/" aria-label="เครื่องสแกนหาเส้นเลือด อินฟราเรดขั้นสูง">
					<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="เครื่องสแกนเส้นเลือด" decoding="async" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/06/S__14499843-247x296.jpg" /><noscript><img width="247" height="296" src="https://www.hflthailand.com/wp-content/uploads/2023/06/S__14499843-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="เครื่องสแกนเส้นเลือด" decoding="async" /></noscript>				</a>
			</div>
			<div class="image-tools is-small top right show-on-hover">
							</div>
			<div class="image-tools is-small hide-for-small bottom left show-on-hover">
							</div>
			<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
				  <a class="quick-view" data-prod="1434" href="#quick-view">Quick View</a>			</div>
					</div>

		<div class="box-text box-text-products">
			<div class="title-wrapper">		<p class="category uppercase is-smaller no-text-overflow product-cat op-7">
			สินค้าแนะนำ		</p>
	<p class="name product-title woocommerce-loop-product__title"><a href="https://www.hflthailand.com/product/%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%aa%e0%b9%81%e0%b8%81%e0%b8%99%e0%b9%80%e0%b8%aa%e0%b9%89%e0%b8%99%e0%b9%80%e0%b8%a5%e0%b8%b7%e0%b8%ad%e0%b8%94/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">เครื่องสแกนหาเส้นเลือด อินฟราเรดขั้นสูง</a></p></div><div class="price-wrapper">
</div>		</div>
	</div>
		</div>
</div></div><!-- row -->
<div class="container">
<nav class="woocommerce-pagination">
	<ul class="page-numbers nav-pagination links text-center"><li><span aria-current="page" class="page-number current">1</span></li><li><a class="page-number" href="/?product-page=2">2</a></li><li><a class="next page-number" href="/?product-page=2"><i class="icon-angle-right"></i></a></li></ul></nav>
</div>
</div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				</div>
		</div>
		</p>                        </div>
                    </div>
                            </div>
        </div>
    </div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-3199264 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3199264" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-821b35e" data-id="821b35e" data-element_type="column">
			<div class="elementor-widget-wrap">
									</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-a732b54 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a732b54" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e3a2ddc" data-id="e3a2ddc" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
								<div class="elementor-element elementor-element-8c41dd9 elementor-widget elementor-widget-elementskit-video" data-id="8c41dd9" data-element_type="widget" data-widget_type="elementskit-video.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con" >		<div class="video-content" data-video-player="[&quot;duration&quot;]" data-video-setting="{&quot;videoVolume&quot;:&quot;horizontal&quot;,&quot;startVolume&quot;:0.8,&quot;videoType&quot;:&quot;iframe&quot;,&quot;videoClass&quot;:&quot;mfp-fade&quot;}">
			
<a class="ekit_icon_button glow-btn ekit-video-popup ekit-video-popup-btn" href="https://www.youtube.com/embed/b7a7bFQ7_nQ?feature=oembed?playlist=b7a7bFQ7_nQ&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=" aria-label="video-popup">
				<i aria-hidden="true" class="icon icon-play-button"></i>		</a>					</div>
		</div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6f5b92c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6f5b92c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5777987" data-id="5777987" data-element_type="column">
			<div class="elementor-widget-wrap">
									</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c0fb44b" data-id="c0fb44b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-3f5a944 elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-toggle" data-id="3f5a944" data-element_type="widget" data-widget_type="toggle.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.13.2 - 11-05-2023 */
.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		<div class="elementor-toggle" role="tablist">
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-6641" class="elementor-tab-title" data-tab="1" role="tab" aria-controls="elementor-tab-content-6641" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="" class="elementor-toggle-title">Asia Health and Medical Asia is back 2023</a>
					</div>

					<div id="elementor-tab-content-6641" class="elementor-tab-content elementor-clearfix" data-tab="1" role="tabpanel" aria-labelledby="elementor-tab-title-6641"><div class="n2-section-smartslider fitvidsignore " data-ssid="13" tabindex="0" role="region" aria-label="Slider"><div id="n2-ss-13-align" class="n2-ss-align"><div class="n2-padding"><div id="n2-ss-13" data-creator="Smart Slider 3" data-responsive="auto" class="n2-ss-slider n2-ow n2-has-hover n2notransition  "><div class="n2-ss-slider-wrapper-inside">
        <div class="n2-ss-slider-1 n2_ss__touch_element n2-ow">
            <div class="n2-ss-slider-2 n2-ow">
                                                <div class="n2-ss-slider-3 n2-ow">

                    <div class="n2-ss-slide-backgrounds n2-ow-all"><div class="n2-ss-slide-background" data-public-id="1" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="health for life cmef 2023" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2023/05/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ.png" alt="health for life cmef 2023" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="2" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="health for life จีน" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2023/05/S__25305199.jpg" alt="health for life จีน" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="3" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="health for life cmef2566" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2023/05/S__25305197.jpg" alt="health for life cmef2566" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="4" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="health for life ไควัน" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2023/05/S__25305202.jpg" alt="health for life ไควัน" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="5" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="health for life ดูงาน" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2023/05/S__25305204.jpg" alt="health for life ดูงาน" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="6" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="health for life สัมนา" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2023/05/S__25305206.jpg" alt="health for life สัมนา" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div></div>                    <div class="n2-ss-slider-4 n2-ow">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 500" data-related-device="desktopPortrait" class="n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter"></svg><div data-first="1" data-slide-duration="0" data-id="108" data-slide-public-id="1" data-title="ดีไซน์ที่ยังไม่ได้ตั้งชื่อ" class="n2-ss-slide n2-ow  n2-ss-slide-108"><div role="note" class="n2-ss-slide--focus" tabindex="-1">ดีไซน์ที่ยังไม่ได้ตั้งชื่อ</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-sh9OSnYzdgjd" data-sstype="slide" data-pm="default"></div></div></div><div data-slide-duration="0" data-id="109" data-slide-public-id="2" data-title="S__25305199" class="n2-ss-slide n2-ow  n2-ss-slide-109"><div role="note" class="n2-ss-slide--focus" tabindex="-1">S__25305199</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-O1P9OiuLsiKh" data-sstype="slide" data-pm="default"></div></div></div><div data-slide-duration="0" data-id="110" data-slide-public-id="3" data-title="S__25305197" class="n2-ss-slide n2-ow  n2-ss-slide-110"><div role="note" class="n2-ss-slide--focus" tabindex="-1">S__25305197</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-TNPXqVaGqO4o" data-sstype="slide" data-pm="default"></div></div></div><div data-slide-duration="0" data-id="111" data-slide-public-id="4" data-title="S__25305202" class="n2-ss-slide n2-ow  n2-ss-slide-111"><div role="note" class="n2-ss-slide--focus" tabindex="-1">S__25305202</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-cK0CujOfvYoO" data-sstype="slide" data-pm="default"></div></div></div><div data-slide-duration="0" data-id="112" data-slide-public-id="5" data-title="S__25305204" class="n2-ss-slide n2-ow  n2-ss-slide-112"><div role="note" class="n2-ss-slide--focus" tabindex="-1">S__25305204</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-nSrRbF6Izjqe" data-sstype="slide" data-pm="default"></div></div></div><div data-slide-duration="0" data-id="113" data-slide-public-id="6" data-title="S__25305206" class="n2-ss-slide n2-ow  n2-ss-slide-113"><div role="note" class="n2-ss-slide--focus" tabindex="-1">S__25305206</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-0Di6yXCpJlt7" data-sstype="slide" data-pm="default"></div></div></div>                    </div>

                                    </div>
            </div>
        </div>
        <div class="n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center"><div style="--widget-offset:15px;" class="n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previous  nextend-arrow-animated-fade" data-hide-mobileportrait="1" id="n2-ss-13-arrow-previous" role="button" aria-label="previous arrow" tabindex="0"><img decoding="async" width="32" height="32" class="skip-lazy" data-skip-lazy="1" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMzkzLS4zOS0xLjAzLS4zOS0xLjQyMyAwbC0xMS45OCAxMC45NGMtLjIxLjIxLS4zLjQ5LS4yODUuNzYtLjAxNS4yOC4wNzUuNTYuMjg0Ljc3bDExLjk4IDEwLjk0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=" alt="previous arrow"></div></div><div class="n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center"><div style="--widget-offset:15px;" class="n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next  nextend-arrow-animated-fade" data-hide-mobileportrait="1" id="n2-ss-13-arrow-next" role="button" aria-label="next arrow" tabindex="0"><img decoding="async" width="32" height="32" class="skip-lazy" data-skip-lazy="1" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5MyAxLjAzIDAgMS40MmwxMS4yODMgMTAuMjgtMTEuMjgzIDEwLjI5Yy0uMzkzLjM5LS4zOTMgMS4wMiAwIDEuNDIuMzk1LjM5IDEuMDMzLjM5IDEuNDI3IDBsMTIuMDA3LTEwLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==" alt="next arrow"></div></div></div></div><ss3-loader></ss3-loader></div></div><div class="n2_clear"></div></div><p style="text-align: center;"><span style="color: #282828;">คณะ ผู้บริหาร <a href="https://www.hflthailand.com/">บริษัท เฮลธ์ ฟอร์ ไลฟ์ จำกัด</a> เยี่ยมชมงานAsia Health and Medical Asia is back 2023 ณ เซี่ยงไฮ้ ประเทศจีน งานนวัตกรรมเครื่องมือทางการแพทย์</span></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-6642" class="elementor-tab-title" data-tab="2" role="tab" aria-controls="elementor-tab-content-6642" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="" class="elementor-toggle-title">Perspective in Asian Beauty 2019</a>
					</div>

					<div id="elementor-tab-content-6642" class="elementor-tab-content elementor-clearfix" data-tab="2" role="tabpanel" aria-labelledby="elementor-tab-title-6642"><div class="n2-section-smartslider fitvidsignore " data-ssid="14" tabindex="0" role="region" aria-label="Slider"><div id="n2-ss-14-align" class="n2-ss-align"><div class="n2-padding"><div id="n2-ss-14" data-creator="Smart Slider 3" data-responsive="auto" class="n2-ss-slider n2-ow n2-has-hover n2notransition  "><div class="n2-ss-slider-wrapper-inside">
        <div class="n2-ss-slider-1 n2_ss__touch_element n2-ow">
            <div class="n2-ss-slider-2 n2-ow">
                                                <div class="n2-ss-slider-3 n2-ow">

                    <div class="n2-ss-slide-backgrounds n2-ow-all"><div class="n2-ss-slide-background" data-public-id="1" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/46427463_2082998071759075_5322230680434769920_n.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="2" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/46444549_2082998088425740_7676040223712608256_n.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="3" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/46485621_2082998075092408_228678210756280320_n.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="4" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2018/08/S__10141917-copy.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div></div>                    <div class="n2-ss-slider-4 n2-ow">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 500" data-related-device="desktopPortrait" class="n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter"></svg><div data-first="1" data-slide-duration="0" data-id="114" data-slide-public-id="1" data-title="46427463_2082998071759075_5322230680434769920_n" class="n2-ss-slide n2-ow  n2-ss-slide-114"><div role="note" class="n2-ss-slide--focus" tabindex="-1">46427463_2082998071759075_5322230680434769920_n</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-3OTTwO3ndqLR" data-sstype="slide" data-pm="default"></div></div></div><div data-slide-duration="0" data-id="115" data-slide-public-id="2" data-title="46444549_2082998088425740_7676040223712608256_n" class="n2-ss-slide n2-ow  n2-ss-slide-115"><div role="note" class="n2-ss-slide--focus" tabindex="-1">46444549_2082998088425740_7676040223712608256_n</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-FvWypUAjtbAD" data-sstype="slide" data-pm="default"></div></div></div><div data-slide-duration="0" data-id="116" data-slide-public-id="3" data-title="46485621_2082998075092408_228678210756280320_n" class="n2-ss-slide n2-ow  n2-ss-slide-116"><div role="note" class="n2-ss-slide--focus" tabindex="-1">46485621_2082998075092408_228678210756280320_n</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-4udhPVdYqvri" data-sstype="slide" data-pm="default"></div></div></div><div data-slide-duration="0" data-id="117" data-slide-public-id="4" data-title="กิจกรรมออกบูท งานสัมมนา TACS 2018" class="n2-ss-slide n2-ow  n2-ss-slide-117"><div role="note" class="n2-ss-slide--focus" tabindex="-1">กิจกรรมออกบูท งานสัมมนา TACS 2018</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-QTbiJjHzf9Y3" data-sstype="slide" data-pm="default"></div></div></div>                    </div>

                                    </div>
            </div>
        </div>
        <div class="n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center"><div style="--widget-offset:15px;" class="n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previous  nextend-arrow-animated-fade" data-hide-mobileportrait="1" id="n2-ss-14-arrow-previous" role="button" aria-label="previous arrow" tabindex="0"><img decoding="async" width="32" height="32" class="skip-lazy" data-skip-lazy="1" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMzkzLS4zOS0xLjAzLS4zOS0xLjQyMyAwbC0xMS45OCAxMC45NGMtLjIxLjIxLS4zLjQ5LS4yODUuNzYtLjAxNS4yOC4wNzUuNTYuMjg0Ljc3bDExLjk4IDEwLjk0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=" alt="previous arrow"></div></div><div class="n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center"><div style="--widget-offset:15px;" class="n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next  nextend-arrow-animated-fade" data-hide-mobileportrait="1" id="n2-ss-14-arrow-next" role="button" aria-label="next arrow" tabindex="0"><img decoding="async" width="32" height="32" class="skip-lazy" data-skip-lazy="1" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5MyAxLjAzIDAgMS40MmwxMS4yODMgMTAuMjgtMTEuMjgzIDEwLjI5Yy0uMzkzLjM5LS4zOTMgMS4wMiAwIDEuNDIuMzk1LjM5IDEuMDMzLjM5IDEuNDI3IDBsMTIuMDA3LTEwLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==" alt="next arrow"></div></div></div></div><ss3-loader></ss3-loader></div></div><div class="n2_clear"></div></div><p style="text-align: center;">งานประชุม 1st ICP International Congress of Aesthetic Physicians &#8220;Perspective in Asian Beauty 2019&#8221;</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-6643" class="elementor-tab-title" data-tab="3" role="tab" aria-controls="elementor-tab-content-6643" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="" class="elementor-toggle-title">กิจกรรมออกบูทงานสัมมนา TACS 2018</a>
					</div>

					<div id="elementor-tab-content-6643" class="elementor-tab-content elementor-clearfix" data-tab="3" role="tabpanel" aria-labelledby="elementor-tab-title-6643"><p style="text-align: center;"><div class="n2-section-smartslider fitvidsignore " data-ssid="7" tabindex="0" role="region" aria-label="Slider"><div id="n2-ss-7-align" class="n2-ss-align"><div class="n2-padding"><div id="n2-ss-7" data-creator="Smart Slider 3" data-responsive="auto" class="n2-ss-slider n2-ow n2-has-hover n2notransition  ">









<div class="n2-ss-slider-wrapper-outside" style="grid-template-rows:1fr auto"><div class="n2-ss-slider-wrapper-inside">
        <div class="n2-ss-slider-1 n2_ss__touch_element n2-ow">
            <div class="n2-ss-slider-2 n2-ow">
                                                    <div class="n2-ss-background-animation n2-ow"></div>
                                <div class="n2-ss-slider-3 n2-ow">

                    <div class="n2-ss-slide-backgrounds n2-ow-all"><div class="n2-ss-slide-background" data-public-id="1" data-mode="blurfit"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title="" style="margin:-14px;padding:14px" data-globalblur="7" data-bgblur="7"><picture style="filter:blur(7px)" class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__6979593.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__6979593.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="2" data-mode="blurfit"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title="" style="margin:-14px;padding:14px" data-globalblur="7" data-bgblur="7"><picture style="filter:blur(7px)" class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/timeline_25620119_123427.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/timeline_25620119_123427.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="3" data-mode="blurfit"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title="" style="margin:-14px;padding:14px" data-globalblur="7" data-bgblur="7"><picture style="filter:blur(7px)" class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__24420413.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__24420413.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="4" data-mode="blurfit"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title="" style="margin:-14px;padding:14px" data-globalblur="7" data-bgblur="7"><picture style="filter:blur(7px)" class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__24420410.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__24420410.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="5" data-mode="blurfit"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title="" style="margin:-14px;padding:14px" data-globalblur="7" data-bgblur="7"><picture style="filter:blur(7px)" class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__24420409-copy.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__24420409-copy.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="6" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__6963220.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="7" data-mode="blurfit"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title="" style="margin:-14px;padding:14px" data-globalblur="7" data-bgblur="7"><picture style="filter:blur(7px)" class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__6963219.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__6963219.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="8" data-mode="blurfit"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title="" style="margin:-14px;padding:14px" data-globalblur="7" data-bgblur="7"><picture style="filter:blur(7px)" class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__6963218.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__6963218.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="9" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__6963215.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="10" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__6963214.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="11" data-mode="blurfit"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title="" style="margin:-14px;padding:14px" data-globalblur="7" data-bgblur="7"><picture style="filter:blur(7px)" class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__6963213.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__6963213.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div></div>                    <div class="n2-ss-slider-4 n2-ow">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 500" data-related-device="desktopPortrait" class="n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter"></svg><div data-first="1" data-slide-duration="0" data-id="49" data-slide-public-id="1" data-title="S__6979593" class="n2-ss-slide n2-ow  n2-ss-slide-49"><div role="note" class="n2-ss-slide--focus" tabindex="-1">S__6979593</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-YehEDtosfKuv" data-sstype="slide" data-pm="default"><div class="n2-ss-layer n2-ow n-uc-5mlweTviipFt" data-pm="default" data-sstype="content" data-hasbackground="0"><div class="n2-ss-section-main-content n2-ss-layer-with-background n2-ss-layer-content n2-ow n-uc-5mlweTviipFt-inner"><div class="n2-ss-layer n2-ow n-uc-OVCOiacpDjSM n2-ss-layer--auto" data-pm="normal" data-sstype="layer"><div class="n2-ss-button-container n2-ss-item-content n2-ow n2-font-10f70f00532ec4962e88f5af2ab5604a-link  n2-ss-nowrap n2-ss-button-container--non-full-width"><a class="n2-style-178499c722d340adb7822bbaefeec52b-heading  n2-ow " target="_top" rel="nofollow" href=""><div><div>HealthForLife</div></div></a></div></div></div></div></div></div><img width="1188" height="890" decoding="async" loading="lazy" class="n2-ss-slide-thumbnail skip-lazy" data-skip-lazy="1" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__6979593.jpg" alt="S__6979593"></div><div data-slide-duration="0" data-id="39" data-slide-public-id="2" data-title="timeline_25620119_123427" class="n2-ss-slide n2-ow  n2-ss-slide-39"><div role="note" class="n2-ss-slide--focus" tabindex="-1">timeline_25620119_123427</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-jBg5NGY3PLAr" data-sstype="slide" data-pm="default"></div></div><img width="2048" height="1536" decoding="async" loading="lazy" class="n2-ss-slide-thumbnail skip-lazy" data-skip-lazy="1" src="//www.hflthailand.com/wp-content/uploads/2019/01/timeline_25620119_123427.jpg" alt="timeline_25620119_123427"></div><div data-slide-duration="0" data-id="40" data-slide-public-id="3" data-title="S__24420413" class="n2-ss-slide n2-ow  n2-ss-slide-40"><div role="note" class="n2-ss-slide--focus" tabindex="-1">S__24420413</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-0nX2pb0TMmeV" data-sstype="slide" data-pm="default"></div></div><img width="1188" height="890" decoding="async" loading="lazy" class="n2-ss-slide-thumbnail skip-lazy" data-skip-lazy="1" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__24420413.jpg" alt="S__24420413"></div><div data-slide-duration="0" data-id="41" data-slide-public-id="4" data-title="S__24420410" class="n2-ss-slide n2-ow  n2-ss-slide-41"><div role="note" class="n2-ss-slide--focus" tabindex="-1">S__24420410</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-i26XV9bkJMac" data-sstype="slide" data-pm="default"></div></div><img width="890" height="1188" decoding="async" loading="lazy" class="n2-ss-slide-thumbnail skip-lazy" data-skip-lazy="1" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__24420410.jpg" alt="S__24420410"></div><div data-slide-duration="0" data-id="42" data-slide-public-id="5" data-title="S__24420409 copy" class="n2-ss-slide n2-ow  n2-ss-slide-42"><div role="note" class="n2-ss-slide--focus" tabindex="-1">S__24420409 copy</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-oDyKqyewRhJy" data-sstype="slide" data-pm="default"></div></div><img width="988" height="806" decoding="async" loading="lazy" class="n2-ss-slide-thumbnail skip-lazy" data-skip-lazy="1" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__24420409-copy.jpg" alt="S__24420409 copy"></div><div data-slide-duration="0" data-id="43" data-slide-public-id="6" data-title="S__6963220" class="n2-ss-slide n2-ow  n2-ss-slide-43"><div role="note" class="n2-ss-slide--focus" tabindex="-1">S__6963220</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-rANpeL36czyt" data-sstype="slide" data-pm="default"></div></div><img width="1188" height="890" decoding="async" loading="lazy" class="n2-ss-slide-thumbnail skip-lazy" data-skip-lazy="1" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__6963220.jpg" alt="S__6963220"></div><div data-slide-duration="0" data-id="44" data-slide-public-id="7" data-title="S__6963219" class="n2-ss-slide n2-ow  n2-ss-slide-44"><div role="note" class="n2-ss-slide--focus" tabindex="-1">S__6963219</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-B6XTid3VtLeg" data-sstype="slide" data-pm="default"></div></div><img width="1188" height="890" decoding="async" loading="lazy" class="n2-ss-slide-thumbnail skip-lazy" data-skip-lazy="1" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__6963219.jpg" alt="S__6963219"></div><div data-slide-duration="0" data-id="45" data-slide-public-id="8" data-title="S__6963218" class="n2-ss-slide n2-ow  n2-ss-slide-45"><div role="note" class="n2-ss-slide--focus" tabindex="-1">S__6963218</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-CDcR5CjxMG7c" data-sstype="slide" data-pm="default"></div></div><img width="890" height="1188" decoding="async" loading="lazy" class="n2-ss-slide-thumbnail skip-lazy" data-skip-lazy="1" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__6963218.jpg" alt="S__6963218"></div><div data-slide-duration="0" data-id="46" data-slide-public-id="9" data-title="S__6963215" class="n2-ss-slide n2-ow  n2-ss-slide-46"><div role="note" class="n2-ss-slide--focus" tabindex="-1">S__6963215</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-I12hWTDYVvo9" data-sstype="slide" data-pm="default"></div></div><img width="800" height="600" decoding="async" loading="lazy" class="n2-ss-slide-thumbnail skip-lazy" data-skip-lazy="1" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__6963215.jpg" alt="S__6963215"></div><div data-slide-duration="0" data-id="47" data-slide-public-id="10" data-title="S__6963214" class="n2-ss-slide n2-ow  n2-ss-slide-47"><div role="note" class="n2-ss-slide--focus" tabindex="-1">S__6963214</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-EMUnZma0ut12" data-sstype="slide" data-pm="default"></div></div><img width="800" height="600" decoding="async" loading="lazy" class="n2-ss-slide-thumbnail skip-lazy" data-skip-lazy="1" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__6963214.jpg" alt="S__6963214"></div><div data-slide-duration="0" data-id="48" data-slide-public-id="11" data-title="S__6963213" class="n2-ss-slide n2-ow  n2-ss-slide-48"><div role="note" class="n2-ss-slide--focus" tabindex="-1">S__6963213</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-TZwGkT04hcq5" data-sstype="slide" data-pm="default"></div></div><img width="800" height="1067" decoding="async" loading="lazy" class="n2-ss-slide-thumbnail skip-lazy" data-skip-lazy="1" src="//www.hflthailand.com/wp-content/uploads/2019/01/S__6963213.jpg" alt="S__6963213"></div>                    </div>

                                    </div>
            </div>
        </div>
        <div class="n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center"><div style="--widget-offset:15px;" class="n2-ss-widget n2-style-041670f7df29ffb4048fc6d85d61d1ee-heading nextend-arrow n2-ow-all nextend-arrow-previous  nextend-arrow-animated-fade" data-hide-mobileportrait="1" id="n2-ss-7-arrow-previous" role="button" aria-label="previous arrow" tabindex="0"><img decoding="async" width="32" height="32" class="skip-lazy" data-skip-lazy="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIgogICAgICAgICAgZD0iTTE4Ljk5NTggOC45OTA3YzAtLjQyNC0uMjA0LS43MjMtLjYxLS44OTgtLjQwOS0uMTczLS43NzItLjEwNC0xLjA5My4yMDlsLTcuMDA2IDYuOTc1Yy0uMjAxLjE5OS0uMjk3LjQzNy0uMjg2LjcxNiAwIC4yNjcuMDk2LjQ5OC4yODYuNjg5bDcuMDA2IDcuMDAxYy4zMjEuMzIxLjY4NC4zODkgMS4wOTMuMjA5LjQwNi0uMTc0LjYxLS40ODIuNjEtLjkyMlY4Ljk5MDd6Ii8+Cjwvc3ZnPg==" alt="previous arrow"></div></div><div class="n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center"><div style="--widget-offset:15px;" class="n2-ss-widget n2-style-041670f7df29ffb4048fc6d85d61d1ee-heading nextend-arrow n2-ow-all nextend-arrow-next  nextend-arrow-animated-fade" data-hide-mobileportrait="1" id="n2-ss-7-arrow-next" role="button" aria-label="next arrow" tabindex="0"><img decoding="async" width="32" height="32" class="skip-lazy" data-skip-lazy="1" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMiA4Ljk5YzAtLjQyMy4yMDQtLjcyMi42MS0uODk3LjQwOC0uMTczLjc3Mi0uMTA0IDEuMDkyLjIxbDcuMDA2IDYuOTc0Yy4yMDIuMi4yOTguNDM3LjI4Ny43MTYgMCAuMjY3LS4wOTYuNDk4LS4yODcuNjlsLTcuMDA2IDdjLS4zMi4zMi0uNjg0LjM5LTEuMDkyLjIxLS40MDYtLjE3NS0uNjEtLjQ4My0uNjEtLjkyM1Y4Ljk5eiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==" alt="next arrow"></div></div></div><div class="n2-ss-slider-controls n2-ss-slider-controls-below"><div style="--widget-offset:10px;" class="n2-ss-widget n2-ss-control-bullet n2-ow-all n2-ss-control-bullet-horizontal"><div class=" nextend-bullet-bar n2-bar-justify-content-center"><div class="n2-bullet n2-style-c0fe1c7a37b7b7c3cb83a8d1cde6e7ce-dot " style="visibility:hidden;"></div></div></div></div></div></div><ss3-loader></ss3-loader></div></div><div class="n2_clear"></div></div><center>Healthforlife กิจกรรมออกบูทงานสัมมนา TACS 2018</center></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-6644" class="elementor-tab-title" data-tab="4" role="tab" aria-controls="elementor-tab-content-6644" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="" class="elementor-toggle-title">กิจกรรมออกบูธ Health For Lift</a>
					</div>

					<div id="elementor-tab-content-6644" class="elementor-tab-content elementor-clearfix" data-tab="4" role="tabpanel" aria-labelledby="elementor-tab-title-6644"><div class="n2-section-smartslider fitvidsignore " data-ssid="15" tabindex="0" role="region" aria-label="Slider"><div id="n2-ss-15-align" class="n2-ss-align"><div class="n2-padding"><div id="n2-ss-15" data-creator="Smart Slider 3" data-responsive="auto" class="n2-ss-slider n2-ow n2-has-hover n2notransition  "><div class="n2-ss-slider-wrapper-inside">
        <div class="n2-ss-slider-1 n2_ss__touch_element n2-ow">
            <div class="n2-ss-slider-2 n2-ow">
                                                <div class="n2-ss-slider-3 n2-ow">

                    <div class="n2-ss-slide-backgrounds n2-ow-all"><div class="n2-ss-slide-background" data-public-id="1" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="health for life" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2023/05/S__41017354.jpg" alt="health for life" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="2" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="health for life" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2023/05/S__41017355.jpg" alt="health for life" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="3" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="health for life2566" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2023/05/S__41017349.jpg" alt="health for life2566" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="4" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="health for life ดูงาน" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2023/05/S__41017358.jpg" alt="health for life ดูงาน" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div></div>                    <div class="n2-ss-slider-4 n2-ow">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 500" data-related-device="desktopPortrait" class="n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter"></svg><div data-first="1" data-slide-duration="0" data-id="118" data-slide-public-id="1" data-title="S__41017354" class="n2-ss-slide n2-ow  n2-ss-slide-118"><div role="note" class="n2-ss-slide--focus" tabindex="-1">S__41017354</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-P8okqFQCogkY" data-sstype="slide" data-pm="default"></div></div></div><div data-slide-duration="0" data-id="119" data-slide-public-id="2" data-title="S__41017355" class="n2-ss-slide n2-ow  n2-ss-slide-119"><div role="note" class="n2-ss-slide--focus" tabindex="-1">S__41017355</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-1LzTHemiqlYc" data-sstype="slide" data-pm="default"></div></div></div><div data-slide-duration="0" data-id="120" data-slide-public-id="3" data-title="S__41017349" class="n2-ss-slide n2-ow  n2-ss-slide-120"><div role="note" class="n2-ss-slide--focus" tabindex="-1">S__41017349</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-Fk2Zm7NGi5RC" data-sstype="slide" data-pm="default"></div></div></div><div data-slide-duration="0" data-id="121" data-slide-public-id="4" data-title="S__41017358" class="n2-ss-slide n2-ow  n2-ss-slide-121"><div role="note" class="n2-ss-slide--focus" tabindex="-1">S__41017358</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-kt92ZLSIm66t" data-sstype="slide" data-pm="default"></div></div></div>                    </div>

                                    </div>
            </div>
        </div>
        <div class="n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center"><div style="--widget-offset:15px;" class="n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previous  nextend-arrow-animated-fade" data-hide-mobileportrait="1" id="n2-ss-15-arrow-previous" role="button" aria-label="previous arrow" tabindex="0"><img decoding="async" width="32" height="32" class="skip-lazy" data-skip-lazy="1" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMzkzLS4zOS0xLjAzLS4zOS0xLjQyMyAwbC0xMS45OCAxMC45NGMtLjIxLjIxLS4zLjQ5LS4yODUuNzYtLjAxNS4yOC4wNzUuNTYuMjg0Ljc3bDExLjk4IDEwLjk0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=" alt="previous arrow"></div></div><div class="n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center"><div style="--widget-offset:15px;" class="n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next  nextend-arrow-animated-fade" data-hide-mobileportrait="1" id="n2-ss-15-arrow-next" role="button" aria-label="next arrow" tabindex="0"><img decoding="async" width="32" height="32" class="skip-lazy" data-skip-lazy="1" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5MyAxLjAzIDAgMS40MmwxMS4yODMgMTAuMjgtMTEuMjgzIDEwLjI5Yy0uMzkzLjM5LS4zOTMgMS4wMiAwIDEuNDIuMzk1LjM5IDEuMDMzLjM5IDEuNDI3IDBsMTIuMDA3LTEwLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==" alt="next arrow"></div></div></div></div><ss3-loader></ss3-loader></div></div><div class="n2_clear"></div></div><p style="text-align: center;"><span style="color: #000000;">คณะ ผู้บริหาร บริษัท เฮลธ์ ฟอร์ ไลฟ์ จำกัด กิจกรรมออกบูธ </span><span style="color: #000000;">Health For Lift</span></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-6645" class="elementor-tab-title" data-tab="5" role="tab" aria-controls="elementor-tab-content-6645" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="" class="elementor-toggle-title">กิจกรรมออกบูธ มหกรรมสมุนไพรแห่งชาติ</a>
					</div>

					<div id="elementor-tab-content-6645" class="elementor-tab-content elementor-clearfix" data-tab="5" role="tabpanel" aria-labelledby="elementor-tab-title-6645"><p style="text-align: center;"><div class="n2-section-smartslider fitvidsignore " data-ssid="16"><div id="n2-ss-16-align" class="n2-ss-align"><div class="n2-padding"><div id="n2-ss-16" data-creator="Smart Slider 3" data-responsive="auto" class="n2-ss-slider n2-ow n2-has-hover n2notransition  "><div class="n2-ss-slider-wrapper-inside">
        <div class="n2-ss-slider-1 n2_ss__touch_element n2-ow">
            <div class="n2-ss-slider-2 n2-ow">
                                                    <div class="n2-ss-background-animation n2-ow"></div>
                                <div class="n2-ss-slider-3 n2-ow">

                    <div class="n2-ss-slide-backgrounds n2-ow-all"><div class="n2-ss-slide-background" data-public-id="1" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/slider/cache/274fc60f08be7f3d6300cead628b1adf/LINE_ALBUM_ดูงานสมุนไพร_๒๓๐๖๒๙_5.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="2" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/slider/cache/aa444fa48f6e5fb76bb58702aaa1d1d4/LINE_ALBUM_ดูงานสมุนไพร_๒๓๐๖๒๙_0.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div></div>                    <div class="n2-ss-slider-4 n2-ow">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 500" data-related-device="desktopPortrait" class="n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter"></svg><div data-first="1" data-slide-duration="0" data-id="122" data-slide-public-id="1" data-title="LINE_ALBUM_ดูงานสมุนไพร_๒๓๐๖๒๙_5" class="n2-ss-slide n2-ow  n2-ss-slide-122"><div role="note" class="n2-ss-slide--focus" tabindex="-1">LINE_ALBUM_ดูงานสมุนไพร_๒๓๐๖๒๙_5</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-OSpAUbNJyRwu" data-sstype="slide" data-pm="default"></div></div></div><div data-slide-duration="0" data-id="123" data-slide-public-id="2" data-title="LINE_ALBUM_ดูงานสมุนไพร_๒๓๐๖๒๙_0" class="n2-ss-slide n2-ow  n2-ss-slide-123"><div role="note" class="n2-ss-slide--focus" tabindex="-1">LINE_ALBUM_ดูงานสมุนไพร_๒๓๐๖๒๙_0</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-D1TTnhe66VGF" data-sstype="slide" data-pm="default"></div></div></div>                    </div>

                                    </div>
            </div>
        </div>
        <div class="n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center"><div style="--widget-offset:15px;" class="n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previous  nextend-arrow-animated-fade" data-hide-desktopportrait="1" data-hide-tabletportrait="1" data-hide-mobileportrait="1" id="n2-ss-16-arrow-previous" role="button" aria-label="previous arrow" tabindex="0"><img decoding="async" width="32" height="32" class="skip-lazy" data-skip-lazy="1" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMzkzLS4zOS0xLjAzLS4zOS0xLjQyMyAwbC0xMS45OCAxMC45NGMtLjIxLjIxLS4zLjQ5LS4yODUuNzYtLjAxNS4yOC4wNzUuNTYuMjg0Ljc3bDExLjk4IDEwLjk0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=" alt="previous arrow"></div></div><div class="n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center"><div style="--widget-offset:15px;" class="n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next  nextend-arrow-animated-fade" data-hide-desktopportrait="1" data-hide-tabletportrait="1" data-hide-mobileportrait="1" id="n2-ss-16-arrow-next" role="button" aria-label="next arrow" tabindex="0"><img decoding="async" width="32" height="32" class="skip-lazy" data-skip-lazy="1" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5MyAxLjAzIDAgMS40MmwxMS4yODMgMTAuMjgtMTEuMjgzIDEwLjI5Yy0uMzkzLjM5LS4zOTMgMS4wMiAwIDEuNDIuMzk1LjM5IDEuMDMzLjM5IDEuNDI3IDBsMTIuMDA3LTEwLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==" alt="next arrow"></div></div></div></div><ss3-loader></ss3-loader></div></div><div class="n2_clear"></div></div><p style="text-align: center;">คณะ ผู้บริหาร <a href="https://www.hflthailand.com/">health  for life</a>  เยี่ยมชมงาน มหกรรมสมุนไพรแห่งชาติ ณ Hall 11 &#8211; 12 อิมเเพคเมืองทองธานี</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-6646" class="elementor-tab-title" data-tab="6" role="tab" aria-controls="elementor-tab-content-6646" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="" class="elementor-toggle-title">In-Cosmetic Korea 2023 </a>
					</div>

					<div id="elementor-tab-content-6646" class="elementor-tab-content elementor-clearfix" data-tab="6" role="tabpanel" aria-labelledby="elementor-tab-title-6646"><p style="text-align: center;"><div class="n2-section-smartslider fitvidsignore " data-ssid="8"><div id="n2-ss-8-align" class="n2-ss-align"><div class="n2-padding"><div id="n2-ss-8" data-creator="Smart Slider 3" data-responsive="auto" class="n2-ss-slider n2-ow n2-has-hover n2notransition  ">
        <div class="n2-ss-slider-1 n2_ss__touch_element n2-ow">
            <div class="n2-ss-slider-2 n2-ow">
                                                <div class="n2-ss-slider-3 n2-ow">

                    <div class="n2-ss-slide-backgrounds n2-ow-all"><div class="n2-ss-slide-background" data-public-id="1" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt=" In-Cosmetic Korea 2023" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2023/12/S__60555276_0-scaled.jpg" alt=" In-Cosmetic Korea 2023" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="2" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt=" In-Cosmetic Korea 2023" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2023/12/S__60555278_0-scaled.jpg" alt=" In-Cosmetic Korea 2023" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div></div>                    <div class="n2-ss-slider-4 n2-ow">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 500" data-related-device="desktopPortrait" class="n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter"></svg><div data-first="1" data-slide-duration="0" data-id="140" data-slide-public-id="1" data-title=" In-Cosmetic Korea 2023" class="n2-ss-slide n2-ow  n2-ss-slide-140"><div role="note" class="n2-ss-slide--focus" tabindex="-1"> In-Cosmetic Korea 2023</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-WldUBCVtc5sR" data-sstype="slide" data-pm="default"></div></div></div><div data-slide-duration="0" data-id="141" data-slide-public-id="2" data-title=" In-Cosmetic Korea 2023" class="n2-ss-slide n2-ow  n2-ss-slide-141"><div role="note" class="n2-ss-slide--focus" tabindex="-1"> In-Cosmetic Korea 2023</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-VE67DaEuycAf" data-sstype="slide" data-pm="default"></div></div></div>                    </div>

                                    </div>
            </div>
        </div>
        </div><ss3-loader></ss3-loader></div></div><div class="n2_clear"></div></div><p style="text-align: center;"> </p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-6647" class="elementor-tab-title" data-tab="7" role="tab" aria-controls="elementor-tab-content-6647" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="" class="elementor-toggle-title">กิจกรรมออกบูธ COSMEX ไบเทคบางนา 2023 </a>
					</div>

					<div id="elementor-tab-content-6647" class="elementor-tab-content elementor-clearfix" data-tab="7" role="tabpanel" aria-labelledby="elementor-tab-title-6647"><p style="text-align: center;"><div class="n2-section-smartslider fitvidsignore " data-ssid="19" tabindex="0" role="region" aria-label="Slider"><div id="n2-ss-19-align" class="n2-ss-align"><div class="n2-padding"><div id="n2-ss-19" data-creator="Smart Slider 3" data-responsive="auto" class="n2-ss-slider n2-ow n2-has-hover n2notransition  ">









<div class="n2-ss-slider-wrapper-outside" style="grid-template-rows:1fr auto"><div class="n2-ss-slider-wrapper-inside">
        <div class="n2-ss-slider-1 n2_ss__touch_element n2-ow">
            <div class="n2-ss-slider-2 n2-ow">
                                                <div class="n2-ss-slider-3 n2-ow">

                    <div class="n2-ss-slide-backgrounds n2-ow-all"><div class="n2-ss-slide-background" data-public-id="1" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2023/12/402191320_821160833353048_1351528736687715289_n.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="2" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="COSMEX thailand 2023" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2023/12/402118969_821160853353046_6729555520724916287_n.jpg" alt="COSMEX thailand 2023" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="3" data-mode="fill"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="COSMEX thailand 2023" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//www.hflthailand.com/wp-content/uploads/2023/12/402139105_821160843353047_2031175172628216937_n.jpg" alt="COSMEX thailand 2023" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div></div>                    <div class="n2-ss-slider-4 n2-ow">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 500" data-related-device="desktopPortrait" class="n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter"></svg><div data-first="1" data-slide-duration="0" data-id="153" data-slide-public-id="1" data-title="402191320_821160833353048_1351528736687715289_n" class="n2-ss-slide n2-ow  n2-ss-slide-153"><div role="note" class="n2-ss-slide--focus" tabindex="-1">402191320_821160833353048_1351528736687715289_n</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-kiKolUKKPUUm" data-sstype="slide" data-pm="default"></div></div><img width="1440" height="1080" decoding="async" loading="lazy" class="n2-ss-slide-thumbnail skip-lazy" data-skip-lazy="1" src="//www.hflthailand.com/wp-content/uploads/2023/12/402191320_821160833353048_1351528736687715289_n.jpg" alt="402191320_821160833353048_1351528736687715289_n"></div><div data-slide-duration="0" data-id="154" data-slide-public-id="2" data-title="COSMEX thailand 2023" class="n2-ss-slide n2-ow  n2-ss-slide-154"><div role="note" class="n2-ss-slide--focus" tabindex="-1">COSMEX thailand 2023</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-hvkMVMTdLYBB" data-sstype="slide" data-pm="default"></div></div><img width="1440" height="1130" decoding="async" loading="lazy" class="n2-ss-slide-thumbnail skip-lazy" data-skip-lazy="1" src="//www.hflthailand.com/wp-content/uploads/2023/12/402118969_821160853353046_6729555520724916287_n.jpg" alt="COSMEX thailand 2023"></div><div data-slide-duration="0" data-id="155" data-slide-public-id="3" data-title="COSMEX thailand 2023" class="n2-ss-slide n2-ow  n2-ss-slide-155"><div role="note" class="n2-ss-slide--focus" tabindex="-1">COSMEX thailand 2023</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-9uexe544Z5ND" data-sstype="slide" data-pm="default"></div></div><img width="1054" height="1440" decoding="async" loading="lazy" class="n2-ss-slide-thumbnail skip-lazy" data-skip-lazy="1" src="//www.hflthailand.com/wp-content/uploads/2023/12/402139105_821160843353047_2031175172628216937_n.jpg" alt="COSMEX thailand 2023"></div>                    </div>

                                    </div>
            </div>
        </div>
        <div class="n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center"><div style="--widget-offset:15px;" class="n2-ss-widget n2-style-041670f7df29ffb4048fc6d85d61d1ee-heading nextend-arrow n2-ow-all nextend-arrow-previous  nextend-arrow-animated-fade" data-hide-mobileportrait="1" id="n2-ss-19-arrow-previous" role="button" aria-label="previous arrow" tabindex="0"><img decoding="async" width="32" height="32" class="skip-lazy" data-skip-lazy="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIgogICAgICAgICAgZD0iTTE4Ljk5NTggOC45OTA3YzAtLjQyNC0uMjA0LS43MjMtLjYxLS44OTgtLjQwOS0uMTczLS43NzItLjEwNC0xLjA5My4yMDlsLTcuMDA2IDYuOTc1Yy0uMjAxLjE5OS0uMjk3LjQzNy0uMjg2LjcxNiAwIC4yNjcuMDk2LjQ5OC4yODYuNjg5bDcuMDA2IDcuMDAxYy4zMjEuMzIxLjY4NC4zODkgMS4wOTMuMjA5LjQwNi0uMTc0LjYxLS40ODIuNjEtLjkyMlY4Ljk5MDd6Ii8+Cjwvc3ZnPg==" alt="previous arrow"></div></div><div class="n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center"><div style="--widget-offset:15px;" class="n2-ss-widget n2-style-041670f7df29ffb4048fc6d85d61d1ee-heading nextend-arrow n2-ow-all nextend-arrow-next  nextend-arrow-animated-fade" data-hide-mobileportrait="1" id="n2-ss-19-arrow-next" role="button" aria-label="next arrow" tabindex="0"><img decoding="async" width="32" height="32" class="skip-lazy" data-skip-lazy="1" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMiA4Ljk5YzAtLjQyMy4yMDQtLjcyMi42MS0uODk3LjQwOC0uMTczLjc3Mi0uMTA0IDEuMDkyLjIxbDcuMDA2IDYuOTc0Yy4yMDIuMi4yOTguNDM3LjI4Ny43MTYgMCAuMjY3LS4wOTYuNDk4LS4yODcuNjlsLTcuMDA2IDdjLS4zMi4zMi0uNjg0LjM5LTEuMDkyLjIxLS40MDYtLjE3NS0uNjEtLjQ4My0uNjEtLjkyM1Y4Ljk5eiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==" alt="next arrow"></div></div></div><div class="n2-ss-slider-controls n2-ss-slider-controls-below"><div style="--widget-offset:10px;" class="n2-ss-widget n2-ss-control-bullet n2-ow-all n2-ss-control-bullet-horizontal"><div class=" nextend-bullet-bar n2-bar-justify-content-center"><div class="n2-bullet n2-style-c0fe1c7a37b7b7c3cb83a8d1cde6e7ce-dot " style="visibility:hidden;"></div></div></div></div></div></div><ss3-loader></ss3-loader></div></div><div class="n2_clear"></div></div></div>
				</div>
								</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-fbec946" data-id="fbec946" data-element_type="column">
			<div class="elementor-widget-wrap">
									</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-953ba06 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="953ba06" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-581398a" data-id="581398a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-e43fca9 elementor-widget elementor-widget-spacer" data-id="e43fca9" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.13.2 - 11-05-2023 */
.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-f0a538b elementor-widget elementor-widget-heading" data-id="f0a538b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h1 class="elementor-heading-title elementor-size-default">Health For Life Co.,ltd </h1>		</div>
				</div>
				<div class="elementor-element elementor-element-8c9c653 elementor-widget elementor-widget-heading" data-id="8c9c653" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h1 class="elementor-heading-title elementor-size-default">บริษัท เฮลธ์ ฟอร์ ไลฟ์ กรุ๊ป จำกัด 
</h1>		</div>
				</div>
				<div class="elementor-element elementor-element-c3092f0 elementor-widget elementor-widget-heading" data-id="c3092f0" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h1 class="elementor-heading-title elementor-size-default">จำหน่ายเครื่องมือทางการแพทย์ และเวชสำอาง</h1>		</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-3e6669b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3e6669b" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c8e7455" data-id="c8e7455" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-c3a9be5 .myImage-1 elementor-widget elementor-widget-image" data-id="c3a9be5" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.13.2 - 11-05-2023 */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img decoding="async" width="761" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20761%201024'%3E%3C/svg%3E" class="attachment-large size-large wp-image-2432" alt="" data-lazy-srcset="https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-761x1024.png 761w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-223x300.png 223w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-768x1034.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-510x686.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1.png 1064w" data-lazy-sizes="(max-width: 761px) 100vw, 761px" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-761x1024.png" /><noscript><img decoding="async" width="761" height="1024" src="https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-761x1024.png" class="attachment-large size-large wp-image-2432" alt="" srcset="https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-761x1024.png 761w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-223x300.png 223w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-768x1034.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-510x686.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1.png 1064w" sizes="(max-width: 761px) 100vw, 761px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-709b717 elementor-absolute .myImage-2 elementor-widget elementor-widget-image" data-id="709b717" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="761" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20761%201024'%3E%3C/svg%3E" class="attachment-large size-large wp-image-2432" alt="" data-lazy-srcset="https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-761x1024.png 761w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-223x300.png 223w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-768x1034.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-510x686.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1.png 1064w" data-lazy-sizes="(max-width: 761px) 100vw, 761px" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-761x1024.png" /><noscript><img decoding="async" width="761" height="1024" src="https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-761x1024.png" class="attachment-large size-large wp-image-2432" alt="" srcset="https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-761x1024.png 761w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-223x300.png 223w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-768x1034.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-510x686.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1.png 1064w" sizes="(max-width: 761px) 100vw, 761px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-1e7992e elementor-absolute .myImage-3 elementor-widget elementor-widget-image" data-id="1e7992e" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="761" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20761%201024'%3E%3C/svg%3E" class="attachment-large size-large wp-image-2432" alt="" data-lazy-srcset="https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-761x1024.png 761w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-223x300.png 223w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-768x1034.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-510x686.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1.png 1064w" data-lazy-sizes="(max-width: 761px) 100vw, 761px" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-761x1024.png" /><noscript><img decoding="async" width="761" height="1024" src="https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-761x1024.png" class="attachment-large size-large wp-image-2432" alt="" srcset="https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-761x1024.png 761w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-223x300.png 223w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-768x1034.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-510x686.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1.png 1064w" sizes="(max-width: 761px) 100vw, 761px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-e72c76c elementor-absolute .myImage-4 elementor-widget elementor-widget-image" data-id="e72c76c" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="761" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20761%201024'%3E%3C/svg%3E" class="attachment-large size-large wp-image-2432" alt="" data-lazy-srcset="https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-761x1024.png 761w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-223x300.png 223w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-768x1034.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-510x686.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1.png 1064w" data-lazy-sizes="(max-width: 761px) 100vw, 761px" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-761x1024.png" /><noscript><img decoding="async" width="761" height="1024" src="https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-761x1024.png" class="attachment-large size-large wp-image-2432" alt="" srcset="https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-761x1024.png 761w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-223x300.png 223w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-768x1034.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1-510x686.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/09/คิ้วตา-1.png 1064w" sizes="(max-width: 761px) 100vw, 761px" /></noscript>															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-70f2b62" data-id="70f2b62" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-91f5561 elementor-widget elementor-widget-heading" data-id="91f5561" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">บริษัท Health For Life </h2>		</div>
				</div>
				<div class="elementor-element elementor-element-75d1e37 elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="75d1e37" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.13.2 - 11-05-2023 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>				<p><span style="color: #000000;"><strong>Healthforlife</strong> บริษัทเครื่องมือทางการแพทย์ ที่สามารถเรียกได้เลยว่าเป็นบริษัทที่ขายเครื่องมือทางการแพทย์ที่ครบวงจร โดยบริษัท <strong>Healthforlife</strong> ของเรานั้นมีบริการจัดจำหน่ายเครื่องการแพทย์ และเวชสำอางตลอด 24 ชั่วโมงผ่านช่องทางออนไลน์ และออฟไลน์</span></p><p><span style="color: #000000;">อีกทั้ง ทางบริษัท Healthforlife ยัง รับผลิตเวชสำอาง พร้อมปรับเปลี่ยน และ คิดค้นสูตรผลิตภัณฑ์   ในราคาที่จับต้องได้ ทางบริษัทของเราจะเน้นย้ำในเรื่องของคุณภาพ และยังสามารถรับขึ้นทะเบียน อย. อีกด้วย</span></p>						</div>
				</div>
				<div class="elementor-element elementor-element-0593124 elementor-widget elementor-widget-text-editor" data-id="0593124" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><strong>Health for life</strong> บริษัทจำหน่ายเครื่องทางการแพทย์ และเวชสำอาง แบบครบวงจร ไม่ว่าจะเป็นเครื่องมือทางการแพทย์  เวชสำอางต่าง ๆ ในโรงพยาบาล สินค้าแต่ละแบรนด์ถูกคัดสรรมาเป็นอย่างดีว่ามีคุณภาพสูง นำเข้าส่งตรงมาจากโรงงานผลิตที่ผ่านมาตรฐานการรับรอง  พร้อมบริการออนไลน์ได้ตลอด 24 ชม</p>						</div>
				</div>
				<div class="elementor-element elementor-element-8217951 elementor-align-center elementor-widget elementor-widget-button" data-id="8217951" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="https://www.hflthailand.com/product-category/%e0%b8%88%e0%b8%b3%e0%b8%ab%e0%b8%99%e0%b9%88%e0%b8%b2%e0%b8%a2%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%a1%e0%b8%b7%e0%b8%ad%e0%b9%81%e0%b8%9e%e0%b8%97%e0%b8%a2%e0%b9%8c/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">สินค้าทั้งหมด</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-c5c1365 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c5c1365" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e2f7598" data-id="e2f7598" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-0e34c31 elementor-widget elementor-widget-heading" data-id="0e34c31" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">ผังบริษัทในเครือ HEALTHFORLIFE</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-039be56 elementor-widget elementor-widget-image" data-id="039be56" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="510" height="510" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20510%20510'%3E%3C/svg%3E" class="attachment-woocommerce_single size-woocommerce_single wp-image-2637" alt="แผนผังองค์กร" data-lazy-srcset="https://www.hflthailand.com/wp-content/uploads/2023/10/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-1-510x510.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/10/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-1-300x300.png 300w, https://www.hflthailand.com/wp-content/uploads/2023/10/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-1-1024x1024.png 1024w, https://www.hflthailand.com/wp-content/uploads/2023/10/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-1-150x150.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/10/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-1-768x768.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/10/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-1-400x400.png 400w, https://www.hflthailand.com/wp-content/uploads/2023/10/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-1-100x100.png 100w, https://www.hflthailand.com/wp-content/uploads/2023/10/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-1.png 1080w" data-lazy-sizes="(max-width: 510px) 100vw, 510px" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/10/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-1-510x510.png" /><noscript><img decoding="async" width="510" height="510" src="https://www.hflthailand.com/wp-content/uploads/2023/10/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-1-510x510.png" class="attachment-woocommerce_single size-woocommerce_single wp-image-2637" alt="แผนผังองค์กร" srcset="https://www.hflthailand.com/wp-content/uploads/2023/10/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-1-510x510.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/10/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-1-300x300.png 300w, https://www.hflthailand.com/wp-content/uploads/2023/10/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-1-1024x1024.png 1024w, https://www.hflthailand.com/wp-content/uploads/2023/10/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-1-150x150.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/10/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-1-768x768.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/10/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-1-400x400.png 400w, https://www.hflthailand.com/wp-content/uploads/2023/10/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-1-100x100.png 100w, https://www.hflthailand.com/wp-content/uploads/2023/10/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-1.png 1080w" sizes="(max-width: 510px) 100vw, 510px" /></noscript>															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-439a1a1 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="439a1a1" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fec0ec1" data-id="fec0ec1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-eba3794 elementor-widget elementor-widget-heading" data-id="eba3794" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">ติดต่อสอบถาม ก่อนซื้อเครื่องมือทางการแพทย์ / เวชสำอาง</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-710ee81 elementor-widget elementor-widget-text-editor" data-id="710ee81" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p style="text-align: center;">ร้านขายเครื่องมือแพทย์ และ เวชสำอาง แบบครบวงจร ออนไลน์ 24 ชม. นำเข้าจากต่างประเทศฝั่งยุโรป และเอเชีย </p>						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-a2626a2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a2626a2" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-71c15e7" data-id="71c15e7" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-1eee6f5 elementor-align-right elementor-mobile-align-center elementor-widget elementor-widget-button" data-id="1eee6f5" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="tel:061-2701969" class="elementor-button-link elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
							<span class="elementor-button-icon elementor-align-icon-left">
				<i aria-hidden="true" class="icon icon-phone1"></i>			</span>
						<span class="elementor-button-text">Call new</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4d1db00" data-id="4d1db00" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-51607f9 elementor-align-left elementor-mobile-align-center elementor-widget elementor-widget-button" data-id="51607f9" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="#" class="elementor-button-link elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
							<span class="elementor-button-icon elementor-align-icon-left">
				<i aria-hidden="true" class="fab fa-facebook-f"></i>			</span>
						<span class="elementor-button-text">Facebook</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-75b45cc elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="75b45cc" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b7c0e53" data-id="b7c0e53" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-623414b elementor-widget elementor-widget-text-editor" data-id="623414b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<div class="container"><h2><span style="font-size: 140%; color: #000080;"><span style="font-size: 85%;">Health For Life Group Co.,Ltd.</span> </span></h2><div><strong><span style="color: #1e7bc7;">สำนักงานใหญ่ อุทยานวิทยาศาสตร์ มหาวิทยาลัยธรรมศาสตร์ศูนย์รังสิต </span></strong></div><div> </div><div>ตึก Inc1 สำนักงานพัฒนาวิทยาศาสตร์และเทคโนโลยีแห่งชาติ</div><div>131 อุทยานวิทยาศาสตร์แห่งประเทศไทย</div><div>ถ.พหลโยธิน ต.คลองหนึ่ง อ.คลองหลวง  ปทุมธานี 12120  ชั้น3 ห้อง  307-308</div><div> </div><div>เบอร์ติดต่อ 064-8358856</div><div> </div><p><strong><span style="color: #1e7bc7;">สาขา เชียงใหม่</span></strong></p><p>574 ถนน เชียงใหม่-ลำปาง ต.ท่าศาลา อ.เมืองเชียงใหม่ จ.เชียงใหม่ 50000</p><p>เบอร์ติดต่อ 053-230257</p><p><strong><span style="color: #1e7bc7;">เวลาทำการ</span></strong></p><p>จันทร์ &#8211; ศุกร์   <strong>10.00 &#8211; 19.30 น.</strong><br />เสาร์ &#8211; อาทิตย์ <strong>10.30 &#8211; 19.30 น.</strong></p><p>Facebook: <a href="https://www.facebook.com/healthforlifethai/">Healthforlife</a><br />Line ID: @<a href="https://line.me/ti/p/~@health_for_life">healthforlife</a></p></div>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-697e245" data-id="697e245" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-edef40e elementor-widget elementor-widget-google_maps" data-id="edef40e" data-element_type="widget" data-widget_type="google_maps.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.13.2 - 11-05-2023 */
.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		<div class="elementor-custom-embed">
			<iframe loading="lazy"
					src="about:blank"
					title="Thailand Science Park 111 ถนนพหลโ ยธิน Khlong Nueng, Khlong Luang District, Pathum Thani 12120"
					aria-label="Thailand Science Park 111 ถนนพหลโ ยธิน Khlong Nueng, Khlong Luang District, Pathum Thani 12120"
			 data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://maps.google.com/maps?q=Thailand%20Science%20Park%20111%20%E0%B8%96%E0%B8%99%E0%B8%99%E0%B8%9E%E0%B8%AB%E0%B8%A5%E0%B9%82%20%E0%B8%A2%E0%B8%98%E0%B8%B4%E0%B8%99%20Khlong%20Nueng%2C%20Khlong%20Luang%20District%2C%20Pathum%20Thani%2012120&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near"></iframe><noscript><iframe loading="lazy"
					src="https://maps.google.com/maps?q=Thailand%20Science%20Park%20111%20%E0%B8%96%E0%B8%99%E0%B8%99%E0%B8%9E%E0%B8%AB%E0%B8%A5%E0%B9%82%20%E0%B8%A2%E0%B8%98%E0%B8%B4%E0%B8%99%20Khlong%20Nueng%2C%20Khlong%20Luang%20District%2C%20Pathum%20Thani%2012120&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near"
					title="Thailand Science Park 111 ถนนพหลโ ยธิน Khlong Nueng, Khlong Luang District, Pathum Thani 12120"
					aria-label="Thailand Science Park 111 ถนนพหลโ ยธิน Khlong Nueng, Khlong Luang District, Pathum Thani 12120"
			></iframe></noscript>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-6856473 elementor-widget elementor-widget-google_maps" data-id="6856473" data-element_type="widget" data-widget_type="google_maps.default">
				<div class="elementor-widget-container">
					<div class="elementor-custom-embed">
			<iframe loading="lazy"
					src="about:blank"
					title="เมด้าคลีนิก"
					aria-label="เมด้าคลีนิก"
			 data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://maps.google.com/maps?q=%E0%B9%80%E0%B8%A1%E0%B8%94%E0%B9%89%E0%B8%B2%E0%B8%84%E0%B8%A5%E0%B8%B5%E0%B8%99%E0%B8%B4%E0%B8%81&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near"></iframe><noscript><iframe loading="lazy"
					src="https://maps.google.com/maps?q=%E0%B9%80%E0%B8%A1%E0%B8%94%E0%B9%89%E0%B8%B2%E0%B8%84%E0%B8%A5%E0%B8%B5%E0%B8%99%E0%B8%B4%E0%B8%81&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near"
					title="เมด้าคลีนิก"
					aria-label="เมด้าคลีนิก"
			></iframe></noscript>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6820450 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6820450" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d8d6b9a" data-id="d8d6b9a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-aea8525 elementor-widget elementor-widget-heading" data-id="aea8525" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h3 class="elementor-heading-title elementor-size-default">ทำไมต้องบริษัทขายเครื่องมือการแพทย์ ที่นี่</h3>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-f3b98f2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f3b98f2" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-5cab16e" data-id="5cab16e" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-48ebc8f elementor-widget elementor-widget-image" data-id="48ebc8f" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1764" alt="" data-lazy-srcset="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-3.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-3-100x100.png 100w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-3.png" /><noscript><img decoding="async" width="150" height="150" src="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-3.png" class="attachment-large size-large wp-image-1764" alt="" srcset="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-3.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-3-100x100.png 100w" sizes="(max-width: 150px) 100vw, 150px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-fea3dc6 elementor-widget elementor-widget-text-editor" data-id="fea3dc6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p style="text-align: center;">เราเป็นบริษัทจำหน่ายเครื่องมือการแพทย์ / เวชสำอางในราคาที่ทุกคนสามารถจับต้องได้ ที่คุ้มค่ากับการใช้งานมากที่สุด</p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-d41c535" data-id="d41c535" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-fb68f97 elementor-widget elementor-widget-image" data-id="fb68f97" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1765" alt="" data-lazy-srcset="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-100x100.png 100w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2.png" /><noscript><img decoding="async" width="150" height="150" src="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2.png" class="attachment-large size-large wp-image-1765" alt="" srcset="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-2-100x100.png 100w" sizes="(max-width: 150px) 100vw, 150px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-e85f8e2 elementor-widget elementor-widget-text-editor" data-id="e85f8e2" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p style="text-align: center;">สินค้าเครื่องมือการแพทย์ที่นำมาจัดจำหน่าย เครื่องมือการแพทย์ / เวชสำอางต่างๆ เป็นที่ยอมรับ และไว้วางใจ</p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-ca1a747" data-id="ca1a747" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-5e4fc08 elementor-widget elementor-widget-image" data-id="5e4fc08" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1763" alt="" data-lazy-srcset="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-4.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-4-100x100.png 100w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-4.png" /><noscript><img decoding="async" width="150" height="150" src="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-4.png" class="attachment-large size-large wp-image-1763" alt="" srcset="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-4.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-4-100x100.png 100w" sizes="(max-width: 150px) 100vw, 150px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-95903dc elementor-widget elementor-widget-text-editor" data-id="95903dc" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p style="text-align: center;">ให้คำแนะนำการเลือกซื้อรวมถึงการใช้งานเครื่องมือทางการแพทย์ และเวชสำอาง จากผู้มีประสบการณ์โดยตรง ทำให้ใช้งานได้อย่างตรงจุด และมีความปลอดภัย</p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-12c98d3" data-id="12c98d3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-b7f83b9 elementor-widget elementor-widget-image" data-id="b7f83b9" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1762" alt="" data-lazy-srcset="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-5.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-5-100x100.png 100w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-5.png" /><noscript><img decoding="async" width="150" height="150" src="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-5.png" class="attachment-large size-large wp-image-1762" alt="" srcset="https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-5.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/07/ดีไซน์ที่ยังไม่ได้ตั้งชื่อ-5-100x100.png 100w" sizes="(max-width: 150px) 100vw, 150px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-8e224e0 elementor-widget elementor-widget-text-editor" data-id="8e224e0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p style="text-align: center;">สินค้าเครื่องมือทางการแพทย์ทุกชิ้นมีการรับประกันจากแบรนด์ผู้ผลิต พบปัญหาจัดส่งซ่อมได้ทันทีโดยทีมช่างที่มีความเชี่ยวชาญเฉพาะด้าน</p>						</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5ba97d1 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5ba97d1" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0f4c19f" data-id="0f4c19f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-9e1d259 elementor-align-center elementor-widget elementor-widget-button" data-id="9e1d259" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="#" class="elementor-button-link elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">HealthForLife Group</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4b09b2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4b09b2a" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1472950" data-id="1472950" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-0f900a4 elementor-align-center elementor-widget__width-inherit elementor-widget elementor-widget-button" data-id="0f900a4" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="https://www.hflthailand.com/all-post/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">บทความที่น่าสนใจ​</span>
		</span>
					</a>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-83aac1c elementor-grid-4 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-card-shadow-yes elementor-posts__hover-gradient elementor-widget elementor-widget-posts" data-id="83aac1c" data-element_type="widget" data-settings="{&quot;cards_columns&quot;:&quot;4&quot;,&quot;cards_columns_tablet&quot;:&quot;2&quot;,&quot;cards_columns_mobile&quot;:&quot;1&quot;,&quot;cards_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;cards_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;cards_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.cards">
				<div class="elementor-widget-container">
					<div class="elementor-posts-container elementor-posts elementor-posts--skin-cards elementor-grid">
				<article class="elementor-post elementor-grid-item post-2561 post type-post status-publish format-standard has-post-thumbnail hentry category-1 tag-cpap">
			<div class="elementor-post__card">
				<a class="elementor-post__thumbnail__link" href="https://www.hflthailand.com/machine-cpap/" target="_blank"><div class="elementor-post__thumbnail"><img width="1020" height="1020" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201020%201020'%3E%3C/svg%3E" class="attachment-large size-large wp-image-2550" alt="เครื่องcpap" decoding="async" data-lazy-srcset="https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35-1024x1024.png 1024w, https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35-300x300.png 300w, https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35-150x150.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35-768x768.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35-400x400.png 400w, https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35-1536x1536.png 1536w, https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35-510x510.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35-100x100.png 100w, https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35.png 2048w" data-lazy-sizes="(max-width: 1020px) 100vw, 1020px" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35-1024x1024.png" /><noscript><img width="1020" height="1020" src="https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35-1024x1024.png" class="attachment-large size-large wp-image-2550" alt="เครื่องcpap" decoding="async" srcset="https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35-1024x1024.png 1024w, https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35-300x300.png 300w, https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35-150x150.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35-768x768.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35-400x400.png 400w, https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35-1536x1536.png 1536w, https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35-510x510.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35-100x100.png 100w, https://www.hflthailand.com/wp-content/uploads/2023/05/ตารางแพทย์-เดือนสิงหาคม-35.png 2048w" sizes="(max-width: 1020px) 100vw, 1020px" /></noscript></div></a>
				<div class="elementor-post__text">
				<div class="elementor-post__title">
			<a href="https://www.hflthailand.com/machine-cpap/" target=&quot;_blank&quot;>
				อุปกรณ์บำบัดภาวะหยุดหายใจขณะหลับ เครื่อง CPAP​			</a>
		</div>
					<a class="elementor-post__read-more" href="https://www.hflthailand.com/machine-cpap/" target="_blank">
				Read More »			</a>
				</div>
					</div>
		</article>
				<article class="elementor-post elementor-grid-item post-2104 post type-post status-publish format-standard has-post-thumbnail hentry category-hifu category-43 tag-hifu tag-hifu- tag-long-pulse-mode tag-one-thera-long-pulse tag-56">
			<div class="elementor-post__card">
				<a class="elementor-post__thumbnail__link" href="https://www.hflthailand.com/hifu-onethera/" target="_blank"><div class="elementor-post__thumbnail"><img width="784" height="636" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20784%20636'%3E%3C/svg%3E" class="attachment-large size-large wp-image-2106" alt="ONE THERA LONG PULSE HIFU" decoding="async" data-lazy-srcset="https://www.hflthailand.com/wp-content/uploads/2023/07/Screenshot-2023-07-24-112128-e1690173029369.png 784w, https://www.hflthailand.com/wp-content/uploads/2023/07/Screenshot-2023-07-24-112128-e1690173029369-300x243.png 300w, https://www.hflthailand.com/wp-content/uploads/2023/07/Screenshot-2023-07-24-112128-e1690173029369-768x623.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/07/Screenshot-2023-07-24-112128-e1690173029369-510x414.png 510w" data-lazy-sizes="(max-width: 784px) 100vw, 784px" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/07/Screenshot-2023-07-24-112128-e1690173029369.png" /><noscript><img width="784" height="636" src="https://www.hflthailand.com/wp-content/uploads/2023/07/Screenshot-2023-07-24-112128-e1690173029369.png" class="attachment-large size-large wp-image-2106" alt="ONE THERA LONG PULSE HIFU" decoding="async" srcset="https://www.hflthailand.com/wp-content/uploads/2023/07/Screenshot-2023-07-24-112128-e1690173029369.png 784w, https://www.hflthailand.com/wp-content/uploads/2023/07/Screenshot-2023-07-24-112128-e1690173029369-300x243.png 300w, https://www.hflthailand.com/wp-content/uploads/2023/07/Screenshot-2023-07-24-112128-e1690173029369-768x623.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/07/Screenshot-2023-07-24-112128-e1690173029369-510x414.png 510w" sizes="(max-width: 784px) 100vw, 784px" /></noscript></div></a>
				<div class="elementor-post__text">
				<div class="elementor-post__title">
			<a href="https://www.hflthailand.com/hifu-onethera/" target=&quot;_blank&quot;>
				ONE THERA LONG PULSE HIFU ​ นวัตกรรมใหม่			</a>
		</div>
					<a class="elementor-post__read-more" href="https://www.hflthailand.com/hifu-onethera/" target="_blank">
				Read More »			</a>
				</div>
					</div>
		</article>
				<article class="elementor-post elementor-grid-item post-1922 post type-post status-publish format-standard has-post-thumbnail hentry category-hifu category-43 tag-hifu tag-56 tag-57">
			<div class="elementor-post__card">
				<a class="elementor-post__thumbnail__link" href="https://www.hflthailand.com/hifu/" target="_blank"><div class="elementor-post__thumbnail"><img width="1020" height="1020" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201020%201020'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1923" alt="hiifu (ไฮฟู่)" decoding="async" data-lazy-srcset="https://www.hflthailand.com/wp-content/uploads/2023/07/ช่วยเพิ่มการติดของรากผมหลังการปลูกผม-ลดผมร่วงและผมบาง-2-1024x1024.png 1024w, https://www.hflthailand.com/wp-content/uploads/2023/07/ช่วยเพิ่มการติดของรากผมหลังการปลูกผม-ลดผมร่วงและผมบาง-2-300x300.png 300w, https://www.hflthailand.com/wp-content/uploads/2023/07/ช่วยเพิ่มการติดของรากผมหลังการปลูกผม-ลดผมร่วงและผมบาง-2-150x150.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/07/ช่วยเพิ่มการติดของรากผมหลังการปลูกผม-ลดผมร่วงและผมบาง-2-768x768.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/07/ช่วยเพิ่มการติดของรากผมหลังการปลูกผม-ลดผมร่วงและผมบาง-2-400x400.png 400w, https://www.hflthailand.com/wp-content/uploads/2023/07/ช่วยเพิ่มการติดของรากผมหลังการปลูกผม-ลดผมร่วงและผมบาง-2-510x510.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/07/ช่วยเพิ่มการติดของรากผมหลังการปลูกผม-ลดผมร่วงและผมบาง-2-100x100.png 100w, https://www.hflthailand.com/wp-content/uploads/2023/07/ช่วยเพิ่มการติดของรากผมหลังการปลูกผม-ลดผมร่วงและผมบาง-2.png 1280w" data-lazy-sizes="(max-width: 1020px) 100vw, 1020px" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/07/ช่วยเพิ่มการติดของรากผมหลังการปลูกผม-ลดผมร่วงและผมบาง-2-1024x1024.png" /><noscript><img width="1020" height="1020" src="https://www.hflthailand.com/wp-content/uploads/2023/07/ช่วยเพิ่มการติดของรากผมหลังการปลูกผม-ลดผมร่วงและผมบาง-2-1024x1024.png" class="attachment-large size-large wp-image-1923" alt="hiifu (ไฮฟู่)" decoding="async" srcset="https://www.hflthailand.com/wp-content/uploads/2023/07/ช่วยเพิ่มการติดของรากผมหลังการปลูกผม-ลดผมร่วงและผมบาง-2-1024x1024.png 1024w, https://www.hflthailand.com/wp-content/uploads/2023/07/ช่วยเพิ่มการติดของรากผมหลังการปลูกผม-ลดผมร่วงและผมบาง-2-300x300.png 300w, https://www.hflthailand.com/wp-content/uploads/2023/07/ช่วยเพิ่มการติดของรากผมหลังการปลูกผม-ลดผมร่วงและผมบาง-2-150x150.png 150w, https://www.hflthailand.com/wp-content/uploads/2023/07/ช่วยเพิ่มการติดของรากผมหลังการปลูกผม-ลดผมร่วงและผมบาง-2-768x768.png 768w, https://www.hflthailand.com/wp-content/uploads/2023/07/ช่วยเพิ่มการติดของรากผมหลังการปลูกผม-ลดผมร่วงและผมบาง-2-400x400.png 400w, https://www.hflthailand.com/wp-content/uploads/2023/07/ช่วยเพิ่มการติดของรากผมหลังการปลูกผม-ลดผมร่วงและผมบาง-2-510x510.png 510w, https://www.hflthailand.com/wp-content/uploads/2023/07/ช่วยเพิ่มการติดของรากผมหลังการปลูกผม-ลดผมร่วงและผมบาง-2-100x100.png 100w, https://www.hflthailand.com/wp-content/uploads/2023/07/ช่วยเพิ่มการติดของรากผมหลังการปลูกผม-ลดผมร่วงและผมบาง-2.png 1280w" sizes="(max-width: 1020px) 100vw, 1020px" /></noscript></div></a>
				<div class="elementor-post__text">
				<div class="elementor-post__title">
			<a href="https://www.hflthailand.com/hifu/" target=&quot;_blank&quot;>
				hifu (ไฮฟู่) ช่วยยกกระชับใบหน้า ให้ดูเด็กอ่อนเยาว์​			</a>
		</div>
					<a class="elementor-post__read-more" href="https://www.hflthailand.com/hifu/" target="_blank">
				Read More »			</a>
				</div>
					</div>
		</article>
				<article class="elementor-post elementor-grid-item post-1886 post type-post status-publish format-standard has-post-thumbnail hentry category-52 tag-hbot tag-hyperbaric-oxygen-therapy">
			<div class="elementor-post__card">
				<a class="elementor-post__thumbnail__link" href="https://www.hflthailand.com/%e0%b8%a3%e0%b8%b5%e0%b8%a7%e0%b8%b4%e0%b8%a7%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87-hbot/" target="_blank"><div class="elementor-post__thumbnail"><img width="1020" height="680" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201020%20680'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1890" alt="รีวิวเครื่อง HBOT" decoding="async" data-lazy-srcset="https://www.hflthailand.com/wp-content/uploads/2023/07/359813061_736672155135250_6288023606406671231_n-1024x683.jpg 1024w, https://www.hflthailand.com/wp-content/uploads/2023/07/359813061_736672155135250_6288023606406671231_n-300x200.jpg 300w, https://www.hflthailand.com/wp-content/uploads/2023/07/359813061_736672155135250_6288023606406671231_n-768x512.jpg 768w, https://www.hflthailand.com/wp-content/uploads/2023/07/359813061_736672155135250_6288023606406671231_n-1536x1025.jpg 1536w, https://www.hflthailand.com/wp-content/uploads/2023/07/359813061_736672155135250_6288023606406671231_n-510x340.jpg 510w, https://www.hflthailand.com/wp-content/uploads/2023/07/359813061_736672155135250_6288023606406671231_n-272x182.jpg 272w, https://www.hflthailand.com/wp-content/uploads/2023/07/359813061_736672155135250_6288023606406671231_n.jpg 1568w" data-lazy-sizes="(max-width: 1020px) 100vw, 1020px" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/07/359813061_736672155135250_6288023606406671231_n-1024x683.jpg" /><noscript><img width="1020" height="680" src="https://www.hflthailand.com/wp-content/uploads/2023/07/359813061_736672155135250_6288023606406671231_n-1024x683.jpg" class="attachment-large size-large wp-image-1890" alt="รีวิวเครื่อง HBOT" decoding="async" srcset="https://www.hflthailand.com/wp-content/uploads/2023/07/359813061_736672155135250_6288023606406671231_n-1024x683.jpg 1024w, https://www.hflthailand.com/wp-content/uploads/2023/07/359813061_736672155135250_6288023606406671231_n-300x200.jpg 300w, https://www.hflthailand.com/wp-content/uploads/2023/07/359813061_736672155135250_6288023606406671231_n-768x512.jpg 768w, https://www.hflthailand.com/wp-content/uploads/2023/07/359813061_736672155135250_6288023606406671231_n-1536x1025.jpg 1536w, https://www.hflthailand.com/wp-content/uploads/2023/07/359813061_736672155135250_6288023606406671231_n-510x340.jpg 510w, https://www.hflthailand.com/wp-content/uploads/2023/07/359813061_736672155135250_6288023606406671231_n-272x182.jpg 272w, https://www.hflthailand.com/wp-content/uploads/2023/07/359813061_736672155135250_6288023606406671231_n.jpg 1568w" sizes="(max-width: 1020px) 100vw, 1020px" /></noscript></div></a>
				<div class="elementor-post__text">
				<div class="elementor-post__title">
			<a href="https://www.hflthailand.com/%e0%b8%a3%e0%b8%b5%e0%b8%a7%e0%b8%b4%e0%b8%a7%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87-hbot/" target=&quot;_blank&quot;>
				รีวิวเครื่อง HBOT			</a>
		</div>
					<a class="elementor-post__read-more" href="https://www.hflthailand.com/%e0%b8%a3%e0%b8%b5%e0%b8%a7%e0%b8%b4%e0%b8%a7%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87-hbot/" target="_blank">
				Read More »			</a>
				</div>
					</div>
		</article>
				</div>


		
				</div>
				</div>
				<div class="elementor-element elementor-element-fbaa60c elementor-align-center elementor-widget elementor-widget-button" data-id="fbaa60c" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="https://www.hflthailand.com/all-post/" class="elementor-button-link elementor-button elementor-size-md" role="button">
						<span class="elementor-button-content-wrapper">
							<span class="elementor-button-icon elementor-align-icon-left">
				<i aria-hidden="true" class="icon icon-post-list"></i>			</span>
						<span class="elementor-button-text">บทความทั้งหมด</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-d49d400 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d49d400" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6d25af6" data-id="6d25af6" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-bdd8805 elementor-widget elementor-widget-facebook-embed" data-id="bdd8805" data-element_type="widget" data-widget_type="facebook-embed.default">
				<div class="elementor-widget-container">
			<style>/*! elementor-pro - v3.5.0 - 01-11-2021 */
.elementor-facebook-widget.fb_iframe_widget,.elementor-facebook-widget.fb_iframe_widget span{width:100%!important}.elementor-facebook-widget.fb_iframe_widget iframe{position:relative;width:100%!important}.elementor-facebook-widget.fb-like{height:1px}.elementor-widget-facebook-comments iframe{width:100%!important}</style><div style="min-height: 1px" class="elementor-facebook-widget fb-post" data-href="https://web.facebook.com/healthforlifethai/posts/pfbid0xTcXAZSfqECi8vm5h8dy3rXbwezgwQFjdm6MeS1G1pDr7JPnHaAGFFXnK5SbResAl" data-show-text="true"></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c8254ab" data-id="c8254ab" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-71f449a elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="71f449a" data-element_type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-carousel-wrapper swiper" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper">
								<div class="swiper-slide"><figure class="swiper-slide-inner"><img width="2000" height="1333" decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202000%201333'%3E%3C/svg%3E" alt="รีวิว health for life" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/05/152342512_3907832145942316_7284476544878055169_n.jpg" /><noscript><img width="2000" height="1333" decoding="async" class="swiper-slide-image" src="https://www.hflthailand.com/wp-content/uploads/2023/05/152342512_3907832145942316_7284476544878055169_n.jpg" alt="รีวิว health for life" /></noscript></figure></div><div class="swiper-slide"><figure class="swiper-slide-inner"><img width="2000" height="1333" decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202000%201333'%3E%3C/svg%3E" alt="รีวิว health for life" data-lazy-src="https://www.hflthailand.com/wp-content/uploads/2023/05/154394010_3907832105942320_2255957071375053703_n.jpg" /><noscript><img width="2000" height="1333" decoding="async" class="swiper-slide-image" src="https://www.hflthailand.com/wp-content/uploads/2023/05/154394010_3907832105942320_2255957071375053703_n.jpg" alt="รีวิว health for life" /></noscript></figure></div>			</div>
												<div class="swiper-pagination"></div>
													<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
						<i aria-hidden="true" class="eicon-chevron-left"></i>						<span class="elementor-screen-only">Previous image</span>
					</div>
					<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
						<i aria-hidden="true" class="eicon-chevron-right"></i>						<span class="elementor-screen-only">Next image</span>
					</div>
									</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-a237418 elementor-widget elementor-widget-facebook-comments" data-id="a237418" data-element_type="widget" data-widget_type="facebook-comments.default">
				<div class="elementor-widget-container">
					<div class="elementor-facebook-widget fb-comments" data-href="https://www.hflthailand.com?p=830" data-width="100%" data-numposts="10" data-order-by="social" style="min-height: 1px"></div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-c048a0c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c048a0c" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-532ac06" data-id="532ac06" data-element_type="column">
			<div class="elementor-widget-wrap">
									</div>
		</div>
							</div>
		</section>
							</div>
		
		
</div>



</main>

<footer id="footer" class="footer-wrapper">

	
<!-- FOOTER 1 -->

<!-- FOOTER 2 -->



<div class="absolute-footer dark medium-text-center text-center">
  <div class="container clearfix">

    
    <div class="footer-primary pull-left">
            <div class="copyright-footer">
        		<div data-elementor-type="page" data-elementor-id="821" class="elementor elementor-821">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-357a97c1 elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="357a97c1" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;curve&quot;,&quot;shape_divider_top_negative&quot;:&quot;yes&quot;}">
					<div class="elementor-shape elementor-shape-top" data-negative="true">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2eb5978f" data-id="2eb5978f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-c0666a6 elementor-widget elementor-widget-spacer" data-id="c0666a6" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-b9bb7a1 elementor-widget elementor-widget-heading" data-id="b9bb7a1" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"> บริษัท เฮลธ์ ฟอร์ ไลฟ์ กรุ๊ป จำกัด</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-d42bc51 elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="d42bc51" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://www.hflthailand.com/product/hbot/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-house-user"></i>						</span>
										<span class="elementor-icon-list-text">สำนักงานใหญ</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-map-marker-alt"></i>						</span>
										<span class="elementor-icon-list-text">ตึก Inc1 สำนักงานพัฒนาวิทยาศาสตร์และเทคโนโลยีแห่งชาติ 131 อุทยานวิทยาศาสตร์แห่งประเทศไทย ถ.พหลโยธิน ต.คลองหนึ่ง อ.คลองหลวง ปทุมธานี 12120 ชั้น3 ห้อง 307-308</span>
									</li>
								<li class="elementor-icon-list-item">
											<a href="tel:0612701969">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-phone-alt"></i>						</span>
										<span class="elementor-icon-list-text">เบอร์ติดต่อ 061-2701969</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://goo.gl/maps/E4cfrfkK3dk4Y1836">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-map-marked-alt"></i>						</span>
										<span class="elementor-icon-list-text">Google map</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
				<div class="elementor-element elementor-element-80a9255 elementor-widget elementor-widget-spacer" data-id="80a9255" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-6df53db elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="6df53db" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-house-user"></i>						</span>
										<span class="elementor-icon-list-text">สาขา เชียงใหม่</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-map-marker-alt"></i>						</span>
										<span class="elementor-icon-list-text">574 ถนน เชียงใหม่-ลำปาง ต.ท่าศาลา อ.เมืองเชียงใหม่ จ.เชียงใหม่ 50000</span>
									</li>
								<li class="elementor-icon-list-item">
											<a href="tel:0612701969">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-phone-alt"></i>						</span>
										<span class="elementor-icon-list-text">เบอร์ติดต่อ 061-2701969</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://goo.gl/maps/bHduoNqJNitQnQtw7">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-map-marked-alt"></i>						</span>
										<span class="elementor-icon-list-text">Google map</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1ea4983" data-id="1ea4983" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-870c475 elementor-widget elementor-widget-spacer" data-id="870c475" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-d03c409 elementor-widget elementor-widget-heading" data-id="d03c409" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">สินค้าแนะนำ</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-70e3d9e elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="70e3d9e" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://www.hflthailand.com/product/hbot/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">เครื่อง HBOT (Hyperbaric Oxygen Therapy)</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.hflthailand.com/product/%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%aa%e0%b9%81%e0%b8%81%e0%b8%99%e0%b9%80%e0%b8%aa%e0%b9%89%e0%b8%99%e0%b9%80%e0%b8%a5%e0%b8%b7%e0%b8%ad%e0%b8%94/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">เครื่องสแกนหาเส้นเลือด อินฟราเรดขั้นสูง</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.hflthailand.com/product/sleep-test/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Sleep Test เครื่องตรวจสอบการนอนหลับ</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.hflthailand.com/product/cpap/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">เครื่องอัดอากาศแรงดันบวก CPAP</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.hflthailand.com/product/hair-grow/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">หมวก Hair grow</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.hflthailand.com/product/sompoi-nano-liposome/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Sompoi Nano – Liposome</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Kampo เซรั่มบำรุงรากผมและหนังศีรษะ</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">เซรั่มบำรุงผม</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Horus K Cream</span>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6f46af5" data-id="6f46af5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-4f85f29 elementor-widget elementor-widget-spacer" data-id="4f85f29" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-cf2d52b elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="cf2d52b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">สาระสำคัญ</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-ca90e9f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="ca90e9f" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://www.hflthailand.com/hyperbaric-oxygen/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Hyperbaric Oxygen ออกซิเจนบำบัด เชียงใหม่</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.hflthailand.com/howto-reduce-swelling/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">วิธีลดบวมหลังศัลยกรรม ด้วยHBOT</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.hflthailand.com/migraine-hbot">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">ไมเกรนปวดศีรษะ​ รักษาด้วย HBOT</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.hflthailand.com/hifu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">hifu (ไฮฟู่) ช่วยยกกระชับใบหน้า </span>
											</a>
									</li>
						</ul>
				</div>
				</div>
				<div class="elementor-element elementor-element-d4dcac1 elementor-widget elementor-widget-elementskit-back-to-top" data-id="d4dcac1" data-element_type="widget" data-widget_type="elementskit-back-to-top.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con" > <div class="ekit-back-to-top-container ekit-btt icon_only" 
		 		data-settings="{&quot;offset_top&quot;:0,&quot;show_after&quot;:null,&quot;show_scroll&quot;:&quot;&quot;,&quot;style&quot;:&quot;icon_only&quot;,&quot;fg&quot;:null,&quot;bg&quot;:null}"> 
				<span class="ekit-btt__button "> <i aria-hidden="true" class="fas fa-arrow-up"></i></span> </div> </div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
		      </div>
          </div>
  </div>
</div>

</footer>

</div>

<div id="main-menu" class="mobile-sidebar no-scrollbar mfp-hide">

	
	<div class="sidebar-menu no-scrollbar ">

		
					<ul class="nav nav-sidebar nav-vertical nav-uppercase" data-tab="1">
				<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-830 current_page_item menu-item-1159"><a href="https://www.hflthailand.com/" aria-current="page">หน้าแรก</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-802"><a href="#">หมวดสินค้า</a>
<ul class="sub-menu nav-sidebar-ul children">
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-753"><a href="https://www.hflthailand.com/product-category/product-medical/">ผลิตภัณฑ์</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1576"><a href="https://www.hflthailand.com/product-category/%e0%b8%88%e0%b8%b3%e0%b8%ab%e0%b8%99%e0%b9%88%e0%b8%b2%e0%b8%a2%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%a1%e0%b8%b7%e0%b8%ad%e0%b9%81%e0%b8%9e%e0%b8%97%e0%b8%a2%e0%b9%8c/">เครื่องมืออุปกรณ์ทางการแพทย์</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-754"><a href="https://www.hflthailand.com/product-category/raw-material/">Raw Material</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-804"><a href="https://www.hflthailand.com/%e0%b9%80%e0%b8%81%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%81%e0%b8%b1%e0%b8%9a%e0%b9%80%e0%b8%a3%e0%b8%b2/">เกี่ยวกับเรา</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-803"><a href="https://www.hflthailand.com/%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b9%88%e0%b8%ad%e0%b9%80%e0%b8%a3%e0%b8%b2/">ติดต่อเรา</a></li>
<li class="html header-social-icons ml-0">
	<div class="social-icons follow-icons" ><a href="https://web.facebook.com/healthforlifethai" target="_blank" rel="noopener noreferrer nofollow" data-label="Facebook" class="icon button round is-outline facebook tooltip" title="Follow on Facebook" aria-label="Follow on Facebook" ><i class="icon-facebook" ></i></a><a href="http://url" target="_blank" rel="noopener noreferrer nofollow" data-label="Instagram" class="icon button round is-outline instagram tooltip" title="Follow on Instagram" aria-label="Follow on Instagram" ><i class="icon-instagram" ></i></a><a href="mailto:your@email" data-label="E-mail" target="_blank" rel="nofollow" class="icon button round is-outline email tooltip" title="Send us an email" aria-label="Send us an email" ><i class="icon-envelop" ></i></a></div></li>
<li class="html custom html_topbar_right"><div class="gtranslate_wrapper" id="gt-wrapper-39881674"></div></li>			</ul>
		
		
	</div>

	
</div>

			<script type="rocketlazyloadscript">(function(d, s, id) {
			var js, fjs = d.getElementsByTagName(s)[0];
			js = d.createElement(s); js.id = id;
			js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js#xfbml=1&version=v6.0&autoLogAppEvents=1'
			fjs.parentNode.insertBefore(js, fjs);
			}(document, 'script', 'facebook-jssdk'));</script>
			<div class="fb-customerchat" attribution="wordpress" attribution_version="2.3" page_id="1028614590530767"></div>

			    <div id="login-form-popup" class="lightbox-content mfp-hide">
            	<div class="woocommerce">
      		<div class="woocommerce-notices-wrapper"></div>
<div class="account-container lightbox-inner">

	
			<div class="account-login-inner">

				<h3 class="uppercase">เข้าสู่ระบบ</h3>

				<form class="woocommerce-form woocommerce-form-login login" method="post">

					
					<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide">
						<label for="username">ชื่อผู้ใช้หรือที่อยู่อีเมล&nbsp;<span class="required">*</span></label>
						<input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="username" id="username" autocomplete="username" value="" />					</p>
					<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide">
						<label for="password">รหัสผ่าน&nbsp;<span class="required">*</span></label>
						<input class="woocommerce-Input woocommerce-Input--text input-text" type="password" name="password" id="password" autocomplete="current-password" />
					</p>

					
					<p class="form-row">
						<label class="woocommerce-form__label woocommerce-form__label-for-checkbox woocommerce-form-login__rememberme">
							<input class="woocommerce-form__input woocommerce-form__input-checkbox" name="rememberme" type="checkbox" id="rememberme" value="forever" /> <span>จำฉันไว้</span>
						</label>
						<input type="hidden" id="woocommerce-login-nonce" name="woocommerce-login-nonce" value="de8ca14658" /><input type="hidden" name="_wp_http_referer" value="/" />						<button type="submit" class="woocommerce-button button woocommerce-form-login__submit" name="login" value="เข้าสู่ระบบ">เข้าสู่ระบบ</button>
					</p>
					<p class="woocommerce-LostPassword lost_password">
						<a href="https://www.hflthailand.com/my-account/lost-password/">คุณจำรหัสผ่านไม่ได้?</a>
					</p>

					
				</form>
			</div>

			
</div>

		</div>
      	    </div>
  	<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<script type="rocketlazyloadscript" data-rocket-type="text/javascript">(function(n,t,c,d){if(t.getElementById(d)){return}var o=t.createElement('script');o.id=d;(o.async=!0),(o.src='https://cdn.buttonizer.io/embed.js'),(o.onload=function(){window.Buttonizer?window.Buttonizer.init(c):window.addEventListener('buttonizer_script_loaded',()=>window.Buttonizer.init(c))}),t.head.appendChild(o)})(window,document,'ec83c9e6-5353-4ab2-b335-aee1227950aa','buttonizer_script')</script><script type="text/template" id="tmpl-variation-template">
	<div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div>
	<div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div>
	<div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div>
</script>
<script type="text/template" id="tmpl-unavailable-variation-template">
	<p>ขออภัย สินค้านี้ไม่มีอยู่ กรุณาเลือกใหม่</p>
</script>
<link rel='stylesheet' id='elementor-post-2300-css' href='https://www.hflthailand.com/wp-content/uploads/elementor/css/post-2300.css?ver=1694502358' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-2306-css' href='https://www.hflthailand.com/wp-content/uploads/elementor/css/post-2306.css?ver=1694502427' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-2312-css' href='https://www.hflthailand.com/wp-content/uploads/elementor/css/post-2312.css?ver=1694502427' type='text/css' media='all' />


<link rel='stylesheet' id='elementor-post-821-css' href='https://www.hflthailand.com/wp-content/uploads/elementor/css/post-821.css?ver=1698638059' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
</style>

<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.8.0.3' id='jquery-blockui-js' defer></script>
<script type='text/javascript' id='wc-add-to-cart-js-extra'>
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"\u0e14\u0e39\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32","cart_url":"https:\/\/www.hflthailand.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=8.0.3' id='wc-add-to-cart-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.8.0.3' id='js-cookie-js' defer></script>
<script type='text/javascript' id='woocommerce-js-extra'>
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=8.0.3' id='woocommerce-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-browser-checker-js-after'>
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script type='text/javascript' id='rocket-preload-links-js-extra'>
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/checkout\/|\/cart\/|\/my-account\/|\/wc-api\/v(.*)|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/wp-admin\/|\/logout\/|\/wp-login.php|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|php|pdf|html|htm","siteUrl":"https:\/\/www.hflthailand.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-preload-links-js-after'>
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2' id='hoverIntent-js' defer></script>
<script type='text/javascript' id='flatsome-js-js-extra'>
/* <![CDATA[ */
var flatsomeVars = {"theme":{"version":"3.17.6"},"ajaxurl":"https:\/\/www.hflthailand.com\/wp-admin\/admin-ajax.php","rtl":"","sticky_height":"70","stickyHeaderHeight":"0","scrollPaddingTop":"0","assets_url":"https:\/\/www.hflthailand.com\/wp-content\/themes\/flatsome\/assets\/","lightbox":{"close_markup":"<button title=\"%title%\" type=\"button\" class=\"mfp-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-x\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line><\/svg><\/button>","close_btn_inside":false},"user":{"can_edit_pages":false},"i18n":{"mainMenu":"Main Menu","toggleButton":"Toggle"},"options":{"cookie_notice_version":"1","swatches_layout":false,"swatches_disable_deselect":false,"swatches_box_select_event":false,"swatches_box_behavior_selected":false,"swatches_box_update_urls":"1","swatches_box_reset":false,"swatches_box_reset_limited":false,"swatches_box_reset_extent":false,"swatches_box_reset_time":300,"search_result_latency":"0"},"is_mini_cart_reveal":"1"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/cache/min/1/wp-content/themes/flatsome/assets/js/flatsome.js?ver=1698638073' id='flatsome-js-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/cache/min/1/wp-content/themes/flatsome/inc/integrations/wp-rocket/flatsome-wp-rocket.js?ver=1698638073' id='flatsome-wp-rocket-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/cache/min/1/wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js?ver=1698638073' id='flatsome-live-search-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js?ver=1698638073' id='elementskit-framework-js-frontend-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='elementskit-framework-js-frontend-js-after'>
		var elementskit = {
			resturl: 'https://www.hflthailand.com/wp-json/elementskit/v1/',
		}

		
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js?ver=1698638073' id='ekit-widget-scripts-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/cache/min/1/wp-content/themes/flatsome/assets/js/woocommerce.js?ver=1698638073' id='flatsome-theme-woocommerce-js-js' defer></script>
<!--[if IE]>
<script type='text/javascript' src='https://cdn.jsdelivr.net/npm/[email protected]/dist/IntersectionObserver.js?ver=0.1.0' id='intersection-observer-polyfill-js'></script>
<![endif]-->
<script type='text/javascript' id='pt-cv-content-views-script-js-extra'>
/* <![CDATA[ */
var PT_CV_PUBLIC = {"_prefix":"pt-cv-","page_to_show":"5","_nonce":"eb078cbb47","is_admin":"","is_mobile":"","ajaxurl":"https:\/\/www.hflthailand.com\/wp-admin\/admin-ajax.php","lang":"","loading_image_src":"data:image\/gif;base64,R0lGODlhDwAPALMPAMrKygwMDJOTkz09PZWVla+vr3p6euTk5M7OzuXl5TMzMwAAAJmZmWZmZszMzP\/\/\/yH\/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAADwAPAAAEQvDJaZaZOIcV8iQK8VRX4iTYoAwZ4iCYoAjZ4RxejhVNoT+mRGP4cyF4Pp0N98sBGIBMEMOotl6YZ3S61Bmbkm4mAgAh+QQFCgAPACwAAAAADQANAAAENPDJSRSZeA418itN8QiK8BiLITVsFiyBBIoYqnoewAD4xPw9iY4XLGYSjkQR4UAUD45DLwIAIfkEBQoADwAsAAAAAA8ACQAABC\/wyVlamTi3nSdgwFNdhEJgTJoNyoB9ISYoQmdjiZPcj7EYCAeCF1gEDo4Dz2eIAAAh+QQFCgAPACwCAAAADQANAAAEM\/DJBxiYeLKdX3IJZT1FU0iIg2RNKx3OkZVnZ98ToRD4MyiDnkAh6BkNC0MvsAj0kMpHBAAh+QQFCgAPACwGAAAACQAPAAAEMDC59KpFDll73HkAA2wVY5KgiK5b0RRoI6MuzG6EQqCDMlSGheEhUAgqgUUAFRySIgAh+QQFCgAPACwCAAIADQANAAAEM\/DJKZNLND\/kkKaHc3xk+QAMYDKsiaqmZCxGVjSFFCxB1vwy2oOgIDxuucxAMTAJFAJNBAAh+QQFCgAPACwAAAYADwAJAAAEMNAs86q1yaWwwv2Ig0jUZx3OYa4XoRAfwADXoAwfo1+CIjyFRuEho60aSNYlOPxEAAAh+QQFCgAPACwAAAIADQANAAAENPA9s4y8+IUVcqaWJ4qEQozSoAzoIyhCK2NFU2SJk0hNnyEOhKR2AzAAj4Pj4GE4W0bkJQIAOw=="};
var PT_CV_PAGINATION = {"first":"\u00ab","prev":"\u2039","next":"\u203a","last":"\u00bb","goto_first":"Go to first page","goto_prev":"Go to previous page","goto_next":"Go to next page","goto_last":"Go to last page","current_page":"Current page is","goto_page":"Go to page"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/cache/min/1/wp-content/plugins/content-views-query-and-display-post-page/public/assets/js/cv.js?ver=1698638073' id='pt-cv-content-views-script-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='gt_widget_script_65401383-js-before'>
window.gtranslateSettings = /* document.write */ window.gtranslateSettings || {};window.gtranslateSettings['65401383'] = {"default_language":"th","languages":["en","th"],"url_structure":"none","flag_style":"3d","wrapper_selector":"#gt-wrapper-65401383","alt_flags":{"en":"usa"},"float_switcher_open_direction":"bottom","switcher_horizontal_position":"inline","custom_css":"#gt_float_wrapper { bottom: 15px; right:40px; transform: scale(0.8); }\r\n.gt_float_switcher { border-radius: 100px; }\r\n.gt-current-lang { }\r\n.gt_float_switcher img {}","flags_location":"\/wp-content\/plugins\/gtranslate\/flags\/"};
</script><script type="rocketlazyloadscript" src="https://www.hflthailand.com/wp-content/plugins/gtranslate/js/float.js?ver=6.2.5" data-no-optimize="1" data-no-minify="1" data-gt-orig-url="/" data-gt-orig-domain="www.hflthailand.com" data-gt-widget-id="65401383" defer></script><script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-includes/js/underscore.min.js?ver=1.13.4' id='underscore-js' defer></script>
<script type='text/javascript' id='wp-util-js-extra'>
/* <![CDATA[ */
var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-includes/js/wp-util.min.js?ver=6.2.5' id='wp-util-js' defer></script>
<script type='text/javascript' id='wc-add-to-cart-variation-js-extra'>
/* <![CDATA[ */
var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"\u0e02\u0e2d\u0e2d\u0e20\u0e31\u0e22\u0e04\u0e48\u0e30 \u0e44\u0e21\u0e48\u0e21\u0e35\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e17\u0e35\u0e48\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e40\u0e25\u0e37\u0e2d\u0e01 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e43\u0e2b\u0e21\u0e48","i18n_make_a_selection_text":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e01\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e08\u0e30\u0e17\u0e33\u0e01\u0e32\u0e23\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e19\u0e35\u0e49\u0e40\u0e02\u0e49\u0e32\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","i18n_unavailable_text":"\u0e02\u0e2d\u0e2d\u0e20\u0e31\u0e22 \u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e43\u0e2b\u0e21\u0e48"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=8.0.3' id='wc-add-to-cart-variation-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='mediaelement-core-js-before'>
var mejsL10n = {"language":"th","strings":{"mejs.download-file":"\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e1f\u0e25\u0e4c","mejs.install-flash":"\u0e04\u0e38\u0e13\u0e01\u0e33\u0e25\u0e31\u0e07\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e40\u0e1a\u0e23\u0e32\u0e27\u0e4c\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 Flash player\n\u0e01\u0e23\u0e38\u0e13\u0e32\u0e40\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19   Flash player \u0e2b\u0e23\u0e37\u0e2d\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e0a\u0e31\u0e48\u0e19\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14\u0e44\u0e14\u0e49\u0e17\u0e35\u0e48 \nhttps:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen":"\u0e40\u0e15\u0e47\u0e21\u0e08\u0e2d","mejs.play":"\u0e40\u0e25\u0e48\u0e19","mejs.pause":"\u0e2b\u0e22\u0e38\u0e14\u0e0a\u0e31\u0e48\u0e27\u0e04\u0e23\u0e32\u0e27","mejs.time-slider":"\u0e41\u0e16\u0e1a\u0e40\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e40\u0e27\u0e25\u0e32","mejs.time-help-text":"\u0e43\u0e0a\u0e49\u0e1b\u0e38\u0e48\u0e21\u0e25\u0e39\u0e01\u0e28\u0e23\u0e0b\u0e49\u0e32\u0e22\/\u0e02\u0e27\u0e32\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e25\u0e37\u0e48\u0e2d\u0e19 1 \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35, \u0e1b\u0e38\u0e48\u0e21\u0e02\u0e36\u0e49\u0e19\/\u0e25\u0e07\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e25\u0e37\u0e48\u0e2d\u0e19 10 \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35","mejs.live-broadcast":"\u0e16\u0e48\u0e32\u0e22\u0e17\u0e2d\u0e14\u0e2a\u0e14","mejs.volume-help-text":"\u0e43\u0e0a\u0e49\u0e1b\u0e38\u0e48\u0e21\u0e25\u0e39\u0e01\u0e28\u0e23\u0e02\u0e36\u0e49\u0e19\/\u0e25\u0e07 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e2b\u0e23\u0e37\u0e2d\u0e25\u0e14\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e40\u0e2a\u0e35\u0e22\u0e07","mejs.unmute":"\u0e40\u0e1b\u0e34\u0e14\u0e40\u0e2a\u0e35\u0e22\u0e07","mejs.mute":"\u0e1b\u0e34\u0e14\u0e40\u0e2a\u0e35\u0e22\u0e07","mejs.volume-slider":"\u0e08\u0e33\u0e19\u0e27\u0e19\u0e2a\u0e44\u0e25\u0e14\u0e4c","mejs.video-player":"\u0e15\u0e31\u0e27\u0e40\u0e25\u0e48\u0e19\u0e44\u0e1f\u0e25\u0e4c\u0e27\u0e34\u0e14\u0e35\u0e42\u0e2d","mejs.audio-player":"\u0e15\u0e31\u0e27\u0e40\u0e25\u0e48\u0e19\u0e44\u0e1f\u0e25\u0e4c\u0e40\u0e2a\u0e35\u0e22\u0e07","mejs.captions-subtitles":"\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\/\u0e04\u0e33\u0e41\u0e1b\u0e25","mejs.captions-chapters":"\u0e1a\u0e17","mejs.none":"\u0e44\u0e21\u0e48\u0e21\u0e35","mejs.afrikaans":"\u0e20\u0e32\u0e29\u0e32\u0e41\u0e2d\u0e1f\u0e23\u0e34\u0e04\u0e32\u0e19\u0e2a\u0e4c","mejs.albanian":"\u0e20\u0e32\u0e29\u0e32\u0e41\u0e2d\u0e25\u0e40\u0e1a\u0e40\u0e19\u0e35\u0e22","mejs.arabic":"\u0e20\u0e32\u0e29\u0e32\u0e2d\u0e32\u0e2b\u0e23\u0e31\u0e1a","mejs.belarusian":"\u0e20\u0e32\u0e29\u0e32\u0e40\u0e1a\u0e25\u0e32\u0e23\u0e38\u0e2a","mejs.bulgarian":"\u0e20\u0e32\u0e29\u0e32\u0e1a\u0e31\u0e25\u0e41\u0e01\u0e40\u0e23\u0e35\u0e22","mejs.catalan":"\u0e20\u0e32\u0e29\u0e32\u0e04\u0e32\u0e15\u0e32\u0e25\u0e31\u0e19","mejs.chinese":"\u0e20\u0e32\u0e29\u0e32\u0e08\u0e35\u0e19","mejs.chinese-simplified":"\u0e20\u0e32\u0e29\u0e32\u0e08\u0e35\u0e19 (\u0e1b\u0e23\u0e30\u0e22\u0e38\u0e01\u0e15\u0e4c)","mejs.chinese-traditional":"\u0e20\u0e32\u0e29\u0e32\u0e08\u0e35\u0e19 (\u0e14\u0e31\u0e49\u0e07\u0e40\u0e14\u0e34\u0e21)","mejs.croatian":"\u0e20\u0e32\u0e29\u0e32\u0e42\u0e04\u0e23\u0e40\u0e2d\u0e40\u0e0a\u0e35\u0e22","mejs.czech":"\u0e20\u0e32\u0e29\u0e32\u0e40\u0e0a\u0e47\u0e01","mejs.danish":"\u0e20\u0e32\u0e29\u0e32\u0e40\u0e14\u0e19\u0e21\u0e32\u0e23\u0e4c\u0e01","mejs.dutch":"\u0e20\u0e32\u0e29\u0e32\u0e14\u0e31\u0e15\u0e0a\u0e4c","mejs.english":"\u0e20\u0e32\u0e29\u0e32\u0e2d\u0e31\u0e07\u0e01\u0e24\u0e29","mejs.estonian":"\u0e20\u0e32\u0e29\u0e32\u0e40\u0e2d\u0e2a\u0e42\u0e15\u0e40\u0e19\u0e35\u0e22","mejs.filipino":"\u0e20\u0e32\u0e29\u0e32\u0e1f\u0e34\u0e25\u0e34\u0e1b\u0e1b\u0e34\u0e19\u0e2a\u0e4c","mejs.finnish":"\u0e20\u0e32\u0e29\u0e32\u0e1f\u0e34\u0e19\u0e19\u0e34\u0e0a","mejs.french":"\u0e20\u0e32\u0e29\u0e32\u0e1d\u0e23\u0e31\u0e48\u0e07\u0e40\u0e28\u0e2a","mejs.galician":"\u0e20\u0e32\u0e29\u0e32\u0e01\u0e32\u0e25\u0e34\u0e40\u0e0b\u0e35\u0e22","mejs.german":"\u0e20\u0e32\u0e29\u0e32\u0e40\u0e22\u0e2d\u0e23\u0e21\u0e31\u0e19","mejs.greek":"\u0e20\u0e32\u0e29\u0e32\u0e01\u0e23\u0e35\u0e01","mejs.haitian-creole":"\u0e20\u0e32\u0e29\u0e32\u0e40\u0e2e\u0e15\u0e34\u0e04\u0e23\u0e35\u0e42\u0e2d\u0e25","mejs.hebrew":"\u0e20\u0e32\u0e29\u0e32\u0e2e\u0e35\u0e1a\u0e23\u0e39","mejs.hindi":"\u0e20\u0e32\u0e29\u0e32\u0e2e\u0e34\u0e19\u0e14\u0e35","mejs.hungarian":"\u0e20\u0e32\u0e29\u0e32\u0e2e\u0e31\u0e07\u0e01\u0e32\u0e23\u0e35","mejs.icelandic":"\u0e20\u0e32\u0e29\u0e32\u0e44\u0e2d\u0e0b\u0e4c\u0e41\u0e25\u0e19\u0e14\u0e4c","mejs.indonesian":"\u0e20\u0e32\u0e29\u0e32\u0e2d\u0e34\u0e19\u0e42\u0e14\u0e19\u0e35\u0e40\u0e0b\u0e35\u0e22","mejs.irish":"\u0e20\u0e32\u0e29\u0e32\u0e44\u0e2d\u0e23\u0e34\u0e0a","mejs.italian":"\u0e20\u0e32\u0e29\u0e32\u0e2d\u0e34\u0e15\u0e32\u0e25\u0e35","mejs.japanese":"\u0e20\u0e32\u0e29\u0e32\u0e0d\u0e35\u0e48\u0e1b\u0e38\u0e48\u0e19","mejs.korean":"\u0e20\u0e32\u0e29\u0e32\u0e40\u0e01\u0e32\u0e2b\u0e25\u0e35","mejs.latvian":"\u0e20\u0e32\u0e29\u0e32\u0e25\u0e31\u0e15\u0e40\u0e27\u0e35\u0e22","mejs.lithuanian":"\u0e20\u0e32\u0e29\u0e32\u0e25\u0e34\u0e17\u0e31\u0e27\u0e40\u0e19\u0e35\u0e22","mejs.macedonian":"\u0e20\u0e32\u0e29\u0e32\u0e21\u0e32\u0e0b\u0e34\u0e42\u0e14\u0e40\u0e19\u0e35\u0e22","mejs.malay":"\u0e20\u0e32\u0e29\u0e32\u0e21\u0e32\u0e40\u0e25\u0e22\u0e4c","mejs.maltese":"\u0e20\u0e32\u0e29\u0e32\u0e21\u0e2d\u0e25\u0e15\u0e32","mejs.norwegian":"\u0e20\u0e32\u0e29\u0e32\u0e19\u0e2d\u0e23\u0e4c\u0e40\u0e27\u0e22\u0e4c","mejs.persian":"\u0e20\u0e32\u0e29\u0e32\u0e40\u0e1b\u0e2d\u0e23\u0e4c\u0e40\u0e0b\u0e35\u0e22","mejs.polish":"\u0e20\u0e32\u0e29\u0e32\u0e42\u0e1b\u0e41\u0e25\u0e19\u0e14\u0e4c","mejs.portuguese":"\u0e20\u0e32\u0e29\u0e32\u0e42\u0e1b\u0e23\u0e15\u0e38\u0e40\u0e01\u0e2a","mejs.romanian":"\u0e20\u0e32\u0e29\u0e32\u0e42\u0e23\u0e21\u0e32\u0e40\u0e19\u0e35\u0e22","mejs.russian":"\u0e20\u0e32\u0e29\u0e32\u0e23\u0e31\u0e2a\u0e40\u0e0b\u0e35\u0e22","mejs.serbian":"\u0e20\u0e32\u0e29\u0e32\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e40\u0e1a\u0e35\u0e22","mejs.slovak":"\u0e20\u0e32\u0e29\u0e32\u0e2a\u0e42\u0e25\u0e27\u0e31\u0e01","mejs.slovenian":"\u0e20\u0e32\u0e29\u0e32\u0e2a\u0e42\u0e25\u0e27\u0e35\u0e40\u0e19\u0e35\u0e22","mejs.spanish":"\u0e20\u0e32\u0e29\u0e32\u0e2a\u0e40\u0e1b\u0e19","mejs.swahili":"\u0e20\u0e32\u0e29\u0e32\u0e2a\u0e27\u0e32\u0e2e\u0e35\u0e25\u0e35","mejs.swedish":"\u0e20\u0e32\u0e29\u0e32\u0e2a\u0e27\u0e35\u0e14\u0e34\u0e0a","mejs.tagalog":"\u0e20\u0e32\u0e29\u0e32\u0e15\u0e32\u0e01\u0e32\u0e25\u0e4a\u0e2d\u0e01","mejs.thai":"\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22","mejs.turkish":"\u0e20\u0e32\u0e29\u0e32\u0e15\u0e38\u0e23\u0e01\u0e35","mejs.ukrainian":"\u0e20\u0e32\u0e29\u0e32\u0e22\u0e39\u0e40\u0e04\u0e23\u0e19","mejs.vietnamese":"\u0e20\u0e32\u0e29\u0e32\u0e40\u0e27\u0e35\u0e22\u0e14\u0e19\u0e32\u0e21","mejs.welsh":"\u0e20\u0e32\u0e29\u0e32\u0e40\u0e27\u0e25\u0e2a\u0e4c","mejs.yiddish":"\u0e20\u0e32\u0e29\u0e32\u0e22\u0e34\u0e14\u0e14\u0e34\u0e0a"}};
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17' id='mediaelement-core-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=6.2.5' id='mediaelement-migrate-js' defer></script>
<script type='text/javascript' id='mediaelement-js-extra'>
/* <![CDATA[ */
var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive","audioShortcodeLibrary":"mediaelement","videoShortcodeLibrary":"mediaelement"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=6.2.5' id='wp-mediaelement-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-includes/js/imagesloaded.min.js?ver=4.1.4' id='imagesloaded-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='gt_widget_script_39881674-js-before'>
window.gtranslateSettings = /* document.write */ window.gtranslateSettings || {};window.gtranslateSettings['39881674'] = {"default_language":"th","languages":["en","th"],"url_structure":"none","flag_style":"3d","wrapper_selector":"#gt-wrapper-39881674","alt_flags":{"en":"usa"},"float_switcher_open_direction":"bottom","switcher_horizontal_position":"inline","custom_css":"#gt_float_wrapper { bottom: 15px; right:40px; transform: scale(0.8); }\r\n.gt_float_switcher { border-radius: 100px; }\r\n.gt-current-lang { }\r\n.gt_float_switcher img {}","flags_location":"\/wp-content\/plugins\/gtranslate\/flags\/"};
</script><script type="rocketlazyloadscript" src="https://www.hflthailand.com/wp-content/plugins/gtranslate/js/float.js?ver=6.2.5" data-no-optimize="1" data-no-minify="1" data-gt-orig-url="/" data-gt-orig-domain="www.hflthailand.com" data-gt-widget-id="39881674" defer></script><script type='text/javascript' id='zxcvbn-async-js-extra'>
/* <![CDATA[ */
var _zxcvbnSettings = {"src":"https:\/\/www.hflthailand.com\/wp-includes\/js\/zxcvbn.min.js"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-includes/js/zxcvbn-async.min.js?ver=1.0' id='zxcvbn-async-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-includes/js/dist/i18n.min.js?ver=9e794f35a71bb98672ae' id='wp-i18n-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='wp-i18n-js-after'>
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script type='text/javascript' id='password-strength-meter-js-extra'>
/* <![CDATA[ */
var pwsL10n = {"unknown":"\u0e44\u0e21\u0e48\u0e17\u0e23\u0e32\u0e1a\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e02\u0e2d\u0e07\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19","short":"\u0e44\u0e21\u0e48\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e21\u0e32\u0e01","bad":"\u0e44\u0e21\u0e48\u0e04\u0e48\u0e2d\u0e22\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22","good":"\u0e1b\u0e32\u0e19\u0e01\u0e25\u0e32\u0e07","strong":"\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e2a\u0e39\u0e07","mismatch":"\u0e44\u0e21\u0e48\u0e15\u0e23\u0e07\u0e01\u0e31\u0e19"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-admin/js/password-strength-meter.min.js?ver=6.2.5' id='password-strength-meter-js' defer></script>
<script type='text/javascript' id='wc-password-strength-meter-js-extra'>
/* <![CDATA[ */
var wc_password_strength_meter_params = {"min_password_strength":"3","stop_checkout":"","i18n_password_error":"\u0e01\u0e23\u0e38\u0e13\u0e32\u0e43\u0e2a\u0e48\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e17\u0e35\u0e48\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32\u0e19\u0e35\u0e49","i18n_password_hint":"\u0e02\u0e49\u0e2d\u0e41\u0e19\u0e30\u0e19\u0e33: \u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e04\u0e27\u0e23\u0e08\u0e30\u0e21\u0e35\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e19\u0e49\u0e2d\u0e22\u0e2a\u0e34\u0e1a\u0e2a\u0e2d\u0e07\u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e02\u0e23\u0e30 \u0e42\u0e14\u0e22\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e21\u0e31\u0e19\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e22\u0e34\u0e48\u0e07\u0e02\u0e36\u0e49\u0e19 \u0e43\u0e2b\u0e49\u0e43\u0e0a\u0e49\u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23\u0e15\u0e31\u0e27\u0e40\u0e25\u0e47\u0e01\u0e41\u0e25\u0e30\u0e15\u0e31\u0e27\u0e43\u0e2b\u0e0d\u0e48 \u0e15\u0e31\u0e27\u0e40\u0e25\u0e02 \u0e41\u0e25\u0e30\u0e2a\u0e31\u0e0d\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c\u0e2d\u0e22\u0e48\u0e32\u0e07 ! \" ? $ % ^ & )"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js?ver=8.0.3' id='wc-password-strength-meter-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.5.0' id='elementor-pro-webpack-runtime-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.13.2' id='elementor-webpack-runtime-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.13.2' id='elementor-frontend-modules-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='elementor-pro-frontend-js-before'>
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.hflthailand.com\/wp-admin\/admin-ajax.php","nonce":"81942e170d","urls":{"assets":"https:\/\/www.hflthailand.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.hflthailand.com\/wp-json\/"},"i18n":{"toc_no_headings_found":"No headings were found on this page."},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"menu_cart":{"cart_page_url":"https:\/\/www.hflthailand.com\/cart\/","checkout_page_url":"https:\/\/www.hflthailand.com\/checkout\/"},"facebook_sdk":{"lang":"th","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.hflthailand.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.5.0' id='elementor-pro-frontend-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2' id='elementor-waypoints-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2' id='jquery-ui-core-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='elementor-frontend-js-before'>
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.13.2","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"e_optimized_css_loading":true,"a11y_improvements":true,"additional_custom_breakpoints":true,"e_swiper_latest":true,"theme_builder_v2":true,"landing-pages":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/www.hflthailand.com\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":830,"title":"Health%20for%20life%20%E0%B9%80%E0%B8%84%E0%B8%A3%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B8%87%E0%B8%A1%E0%B8%B7%E0%B8%AD%E0%B9%80%E0%B9%80%E0%B8%9E%E0%B8%97%E0%B8%A2%E0%B9%8C%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B9%80%E0%B8%A7%E0%B8%8A%E0%B8%AA%E0%B8%B3%E0%B8%AD%E0%B8%B2%E0%B8%87","excerpt":"","featuredImage":"https:\/\/www.hflthailand.com\/wp-content\/uploads\/2023\/05\/S__135905411-1024x427.jpg"}};
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.13.2' id='elementor-frontend-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.5.0' id='pro-elements-handlers-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/animate-circle.js?ver=1698638073' id='animate-circle-js' defer></script>
<script type='text/javascript' id='elementskit-elementor-js-extra'>
/* <![CDATA[ */
var ekit_config = {"ajaxurl":"https:\/\/www.hflthailand.com\/wp-admin\/admin-ajax.php","nonce":"5fe20ae146"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://www.hflthailand.com/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js?ver=1698638073' id='elementskit-elementor-js' defer></script>
<script type="rocketlazyloadscript">
function b2a(a){var b,c=0,l=0,f="",g=[];if(!a)return a;do{var e=a.charCodeAt(c++);var h=a.charCodeAt(c++);var k=a.charCodeAt(c++);var d=e<<16|h<<8|k;e=63&d>>18;h=63&d>>12;k=63&d>>6;d&=63;g[l++]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(e)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(h)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(k)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(d)}while(c<
a.length);return f=g.join(""),b=a.length%3,(b?f.slice(0,b-3):f)+"===".slice(b||3)}function a2b(a){var b,c,l,f={},g=0,e=0,h="",k=String.fromCharCode,d=a.length;for(b=0;64>b;b++)f["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(b)]=b;for(c=0;d>c;c++)for(b=f[a.charAt(c)],g=(g<<6)+b,e+=6;8<=e;)((l=255&g>>>(e-=8))||d-2>c)&&(h+=k(l));return h}b64e=function(a){return btoa(encodeURIComponent(a).replace(/%([0-9A-F]{2})/g,function(b,a){return String.fromCharCode("0x"+a)}))};
b64d=function(a){return decodeURIComponent(atob(a).split("").map(function(a){return"%"+("00"+a.charCodeAt(0).toString(16)).slice(-2)}).join(""))};
/* <![CDATA[ */
ai_front = {"insertion_before":"BEFORE","insertion_after":"AFTER","insertion_prepend":"PREPEND CONTENT","insertion_append":"APPEND CONTENT","insertion_replace_content":"REPLACE CONTENT","insertion_replace_element":"REPLACE ELEMENT","visible":"VISIBLE","hidden":"HIDDEN","fallback":"FALLBACK","automatically_placed":"Automatically placed by AdSense Auto ads code","cancel":"Cancel","use":"Use","add":"Add","parent":"Parent","cancel_element_selection":"Cancel element selection","select_parent_element":"Select parent element","css_selector":"CSS selector","use_current_selector":"Use current selector","element":"ELEMENT","path":"PATH","selector":"SELECTOR"};
/* ]]> */
var ai_cookie_js=!0,ai_block_class_def="code-block";
/*
 JavaScript Cookie v2.2.0
 https://github.com/js-cookie/js-cookie

 Copyright 2006, 2015 Klaus Hartl & Fagner Brack
 Released under the MIT license
*/
"undefined"!==typeof ai_cookie_js&&(function(a){if("function"===typeof define&&define.amd){define(a);var c=!0}"object"===typeof exports&&(module.exports=a(),c=!0);if(!c){var d=window.Cookies,b=window.Cookies=a();b.noConflict=function(){window.Cookies=d;return b}}}(function(){function a(){for(var d=0,b={};d<arguments.length;d++){var f=arguments[d],e;for(e in f)b[e]=f[e]}return b}function c(d){function b(){}function f(h,k,g){if("undefined"!==typeof document){g=a({path:"/",sameSite:"Lax"},b.defaults,
g);"number"===typeof g.expires&&(g.expires=new Date(1*new Date+864E5*g.expires));g.expires=g.expires?g.expires.toUTCString():"";try{var l=JSON.stringify(k);/^[\{\[]/.test(l)&&(k=l)}catch(p){}k=d.write?d.write(k,h):encodeURIComponent(String(k)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent);h=encodeURIComponent(String(h)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);l="";for(var n in g)g[n]&&(l+="; "+n,!0!==g[n]&&(l+="="+
g[n].split(";")[0]));return document.cookie=h+"="+k+l}}function e(h,k){if("undefined"!==typeof document){for(var g={},l=document.cookie?document.cookie.split("; "):[],n=0;n<l.length;n++){var p=l[n].split("="),m=p.slice(1).join("=");k||'"'!==m.charAt(0)||(m=m.slice(1,-1));try{var q=p[0].replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent);m=(d.read||d)(m,q)||m.replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent);if(k)try{m=JSON.parse(m)}catch(r){}g[q]=m;if(h===q)break}catch(r){}}return h?g[h]:g}}b.set=f;b.get=
function(h){return e(h,!1)};b.getJSON=function(h){return e(h,!0)};b.remove=function(h,k){f(h,"",a(k,{expires:-1}))};b.defaults={};b.withConverter=c;return b}return c(function(){})}),AiCookies=Cookies.noConflict(),ai_check_block=function(a){if(null==a)return!0;var c=AiCookies.getJSON("aiBLOCKS");ai_debug_cookie_status="";null==c&&(c={});"undefined"!==typeof ai_delay_showing_pageviews&&(c.hasOwnProperty(a)||(c[a]={}),c[a].hasOwnProperty("d")||(c[a].d=ai_delay_showing_pageviews));if(c.hasOwnProperty(a)){for(var d in c[a]){if("x"==
d){var b="",f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);var e=new Date;e=c[a][d]-Math.round(e.getTime()/1E3);if(0<e&&f==b)return ai_debug_cookie_status=a="closed for "+e+" s = "+Math.round(1E4*e/3600/24)/1E4+" days",!1;ai_set_cookie(a,"x","");c[a].hasOwnProperty("i")||c[a].hasOwnProperty("c")||ai_set_cookie(a,"h","")}else if("d"==d){if(0!=c[a][d])return ai_debug_cookie_status=a="delayed for "+c[a][d]+
" pageviews",!1}else if("i"==d){b="";f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);if(0==c[a][d]&&f==b)return ai_debug_cookie_status=a="max impressions reached",!1;if(0>c[a][d]&&f==b){e=new Date;e=-c[a][d]-Math.round(e.getTime()/1E3);if(0<e)return ai_debug_cookie_status=a="max imp. reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;ai_set_cookie(a,"i","");c[a].hasOwnProperty("c")||c[a].hasOwnProperty("x")||
ai_set_cookie(a,"h","")}}if("ipt"==d&&0==c[a][d]&&(e=new Date,b=Math.round(e.getTime()/1E3),e=c[a].it-b,0<e))return ai_debug_cookie_status=a="max imp. per time reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;if("c"==d){b="";f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);if(0==c[a][d]&&f==b)return ai_debug_cookie_status=a="max clicks reached",!1;if(0>c[a][d]&&f==b){e=new Date;e=-c[a][d]-
Math.round(e.getTime()/1E3);if(0<e)return ai_debug_cookie_status=a="max clicks reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;ai_set_cookie(a,"c","");c[a].hasOwnProperty("i")||c[a].hasOwnProperty("x")||ai_set_cookie(a,"h","")}}if("cpt"==d&&0==c[a][d]&&(e=new Date,b=Math.round(e.getTime()/1E3),e=c[a].ct-b,0<e))return ai_debug_cookie_status=a="max clicks per time reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1}if(c.hasOwnProperty("G")&&c.G.hasOwnProperty("cpt")&&0==c.G.cpt&&
(e=new Date,b=Math.round(e.getTime()/1E3),e=c.G.ct-b,0<e))return ai_debug_cookie_status=a="max global clicks per time reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1}ai_debug_cookie_status="OK";return!0},ai_check_and_insert_block=function(a,c){if(null==a)return!0;var d=document.getElementsByClassName(c);if(d.length){d=d[0];var b=d.closest("."+ai_block_class_def),f=ai_check_block(a);!f&&0!=parseInt(d.getAttribute("limits-fallback"))&&d.hasAttribute("data-fallback-code")&&(d.setAttribute("data-code",
d.getAttribute("data-fallback-code")),null!=b&&b.hasAttribute("data-ai")&&d.hasAttribute("fallback-tracking")&&d.hasAttribute("fallback_level")&&b.setAttribute("data-ai-"+d.getAttribute("fallback_level"),d.getAttribute("fallback-tracking")),f=!0);d.removeAttribute("data-selector");if(f)ai_insert_code(d),b&&(f=b.querySelectorAll(".ai-debug-block"),f.length&&(b.classList.remove("ai-list-block"),b.classList.remove("ai-list-block-ip"),b.classList.remove("ai-list-block-filter"),b.style.visibility="",b.classList.contains("ai-remove-position")&&
(b.style.position="")));else{f=d.closest("div[data-ai]");if(null!=f&&"undefined"!=typeof f.getAttribute("data-ai")){var e=JSON.parse(b64d(f.getAttribute("data-ai")));"undefined"!==typeof e&&e.constructor===Array&&(e[1]="",f.setAttribute("data-ai",b64e(JSON.stringify(e))))}b&&(f=b.querySelectorAll(".ai-debug-block"),f.length&&(b.classList.remove("ai-list-block"),b.classList.remove("ai-list-block-ip"),b.classList.remove("ai-list-block-filter"),b.style.visibility="",b.classList.contains("ai-remove-position")&&
(b.style.position="")))}d.classList.remove(c)}d=document.querySelectorAll("."+c+"-dbg");b=0;for(f=d.length;b<f;b++)e=d[b],e.querySelector(".ai-status").textContent=ai_debug_cookie_status,e.querySelector(".ai-cookie-data").textContent=ai_get_cookie_text(a),e.classList.remove(c+"-dbg")},ai_load_cookie=function(){var a=AiCookies.getJSON("aiBLOCKS");null==a&&(a={});return a},ai_set_cookie=function(a,c,d){var b=ai_load_cookie();if(""===d){if(b.hasOwnProperty(a)){delete b[a][c];a:{c=b[a];for(f in c)if(c.hasOwnProperty(f)){var f=
!1;break a}f=!0}f&&delete b[a]}}else b.hasOwnProperty(a)||(b[a]={}),b[a][c]=d;0===Object.keys(b).length&&b.constructor===Object?AiCookies.remove("aiBLOCKS"):AiCookies.set("aiBLOCKS",b,{expires:365,path:"/"});return b},ai_get_cookie_text=function(a){var c=AiCookies.getJSON("aiBLOCKS");null==c&&(c={});var d="";c.hasOwnProperty("G")&&(d="G["+JSON.stringify(c.G).replace(/"/g,"").replace("{","").replace("}","")+"] ");var b="";c.hasOwnProperty(a)&&(b=JSON.stringify(c[a]).replace(/"/g,"").replace("{","").replace("}",
""));return d+b});
var ai_rotation_triggers=[],ai_block_class_def="code-block";
if("undefined"!=typeof ai_rotation_triggers){ai_process_rotation=function(b){var d="number"==typeof b.length;window.jQuery&&window.jQuery.fn&&b instanceof jQuery&&(b=d?Array.prototype.slice.call(b):b[0]);if(d){var e=!1;b.forEach((c,h)=>{if(c.classList.contains("ai-unprocessed")||c.classList.contains("ai-timer"))e=!0});if(!e)return;b.forEach((c,h)=>{c.classList.remove("ai-unprocessed");c.classList.remove("ai-timer")})}else{if(!b.classList.contains("ai-unprocessed")&&!b.classList.contains("ai-timer"))return;
b.classList.remove("ai-unprocessed");b.classList.remove("ai-timer")}var a=!1;if(d?b[0].hasAttribute("data-info"):b.hasAttribute("data-info")){var f="div.ai-rotate.ai-"+(d?JSON.parse(atob(b[0].dataset.info)):JSON.parse(atob(b.dataset.info)))[0];ai_rotation_triggers.includes(f)&&(ai_rotation_triggers.splice(ai_rotation_triggers.indexOf(f),1),a=!0)}if(d)for(d=0;d<b.length;d++)0==d?ai_process_single_rotation(b[d],!0):ai_process_single_rotation(b[d],!1);else ai_process_single_rotation(b,!a)};ai_process_single_rotation=
function(b,d){var e=[];Array.from(b.children).forEach((g,p)=>{g.matches(".ai-rotate-option")&&e.push(g)});if(0!=e.length){e.forEach((g,p)=>{g.style.display="none"});if(b.hasAttribute("data-next")){k=parseInt(b.getAttribute("data-next"));var a=e[k];if(a.hasAttribute("data-code")){var f=document.createRange(),c=!0;try{var h=f.createContextualFragment(b64d(a.dataset.code))}catch(g){c=!1}c&&(a=h)}0!=a.querySelectorAll("span[data-ai-groups]").length&&0!=document.querySelectorAll(".ai-rotation-groups").length&&
setTimeout(function(){A()},5)}else if(e[0].hasAttribute("data-group")){var k=-1,u=[];document.querySelectorAll("span[data-ai-groups]").forEach((g,p)=>{(g.offsetWidth||g.offsetHeight||g.getClientRects().length)&&u.push(g)});1<=u.length&&(timed_groups=[],groups=[],u.forEach(function(g,p){active_groups=JSON.parse(b64d(g.dataset.aiGroups));var q=!1;g=g.closest(".ai-rotate");null!=g&&g.classList.contains("ai-timed-rotation")&&(q=!0);active_groups.forEach(function(t,C){groups.push(t);q&&timed_groups.push(t)})}),
groups.forEach(function(g,p){-1==k&&e.forEach((q,t)=>{q=b64d(q.dataset.group);if(q==g)return k=t,timed_groups.includes(q)&&b.classList.add("ai-timed-rotation"),!1})}))}else if(b.hasAttribute("data-shares"))for(f=JSON.parse(atob(b.dataset.shares)),a=Math.round(100*Math.random()),c=0;c<f.length&&(k=c,0>f[c]||!(a<=f[c]));c++);else f=b.classList.contains("ai-unique"),a=new Date,f?("number"!=typeof ai_rotation_seed&&(ai_rotation_seed=(Math.floor(1E3*Math.random())+a.getMilliseconds())%e.length),f=ai_rotation_seed,
f>e.length&&(f%=e.length),a=parseInt(b.dataset.counter),a<=e.length?(k=parseInt(f+a-1),k>=e.length&&(k-=e.length)):k=e.length):(k=Math.floor(Math.random()*e.length),a.getMilliseconds()%2&&(k=e.length-k-1));if(b.classList.contains("ai-rotation-scheduling"))for(k=-1,f=0;f<e.length;f++)if(a=e[f],a.hasAttribute("data-scheduling")){c=b64d(a.dataset.scheduling);a=!0;0==c.indexOf("^")&&(a=!1,c=c.substring(1));var r=c.split("="),m=-1!=c.indexOf("%")?r[0].split("%"):[r[0]];c=m[0].trim().toLowerCase();m="undefined"!=
typeof m[1]?m[1].trim():0;r=r[1].replace(" ","");var n=(new Date).getTime();n=new Date(n);var l=0;switch(c){case "s":l=n.getSeconds();break;case "i":l=n.getMinutes();break;case "h":l=n.getHours();break;case "d":l=n.getDate();break;case "m":l=n.getMonth();break;case "y":l=n.getFullYear();break;case "w":l=n.getDay(),l=0==l?6:l-1}c=0!=m?l%m:l;m=r.split(",");r=!a;for(n=0;n<m.length;n++)if(l=m[n],-1!=l.indexOf("-")){if(l=l.split("-"),c>=l[0]&&c<=l[1]){r=a;break}}else if(c==l){r=a;break}if(r){k=f;break}}if(!(0>
k||k>=e.length)){a=e[k];var y="",v=b.classList.contains("ai-timed-rotation");e.forEach((g,p)=>{g.hasAttribute("data-time")&&(v=!0)});if(a.hasAttribute("data-time")){f=atob(a.dataset.time);if(0==f&&1<e.length){c=k;do{c++;c>=e.length&&(c=0);m=e[c];if(!m.hasAttribute("data-time")){k=c;a=e[k];f=0;break}m=atob(m.dataset.time)}while(0==m&&c!=k);0!=f&&(k=c,a=e[k],f=atob(a.dataset.time))}if(0<f&&(c=k+1,c>=e.length&&(c=0),b.hasAttribute("data-info"))){m=JSON.parse(atob(b.dataset.info))[0];b.setAttribute("data-next",
c);var w="div.ai-rotate.ai-"+m;ai_rotation_triggers.includes(w)&&(d=!1);d&&(ai_rotation_triggers.push(w),setTimeout(function(){var g=document.querySelectorAll(w);g.forEach((p,q)=>{p.classList.add("ai-timer")});ai_process_rotation(g)},1E3*f));y=" ("+f+" s)"}}else a.hasAttribute("data-group")||e.forEach((g,p)=>{p!=k&&g.remove()});a.style.display="";a.style.visibility="";a.style.position="";a.style.width="";a.style.height="";a.style.top="";a.style.left="";a.classList.remove("ai-rotate-hidden");a.classList.remove("ai-rotate-hidden-2");
b.style.position="";if(a.hasAttribute("data-code")){e.forEach((g,p)=>{g.innerText=""});d=b64d(a.dataset.code);f=document.createRange();c=!0;try{h=f.createContextualFragment(d)}catch(g){c=!1}a.append(h);B()}f=parseInt(a.dataset.index);var x=b64d(a.dataset.name);d=b.closest(".ai-debug-block");if(null!=d){h=d.querySelectorAll("kbd.ai-option-name");d=d.querySelectorAll(".ai-debug-block");if(0!=d.length){var z=[];d.forEach((g,p)=>{g.querySelectorAll("kbd.ai-option-name").forEach((q,t)=>{z.push(q)})});
h=Array.from(h);h=h.slice(0,h.length-z.length)}0!=h.length&&(separator=h[0].hasAttribute("data-separator")?h[0].dataset.separator:"",h.forEach((g,p)=>{g.innerText=separator+x+y}))}d=!1;a=b.closest(".ai-adb-show");null!=a&&a.hasAttribute("data-ai-tracking")&&(h=JSON.parse(b64d(a.getAttribute("data-ai-tracking"))),"undefined"!==typeof h&&h.constructor===Array&&(h[1]=f,h[3]=x,a.setAttribute("data-ai-tracking",b64e(JSON.stringify(h))),a.classList.add("ai-track"),v&&ai_tracking_finished&&a.classList.add("ai-no-pageview"),
d=!0));d||(d=b.closest("div[data-ai]"),null!=d&&d.hasAttribute("data-ai")&&(h=JSON.parse(b64d(d.getAttribute("data-ai"))),"undefined"!==typeof h&&h.constructor===Array&&(h[1]=f,h[3]=x,d.setAttribute("data-ai",b64e(JSON.stringify(h))),d.classList.add("ai-track"),v&&ai_tracking_finished&&d.classList.add("ai-no-pageview"))))}}};ai_process_rotations=function(){document.querySelectorAll("div.ai-rotate").forEach((b,d)=>{ai_process_rotation(b)})};function A(){document.querySelectorAll("div.ai-rotate.ai-rotation-groups").forEach((b,
d)=>{b.classList.add("ai-timer");ai_process_rotation(b)})}ai_process_rotations_in_element=function(b){b.querySelectorAll("div.ai-rotate").forEach((d,e)=>{ai_process_rotation(d)})};(function(b){"complete"===document.readyState||"loading"!==document.readyState&&!document.documentElement.doScroll?b():document.addEventListener("DOMContentLoaded",b)})(function(){setTimeout(function(){ai_process_rotations()},10)});ai_process_elements_active=!1;function B(){ai_process_elements_active||setTimeout(function(){ai_process_elements_active=
!1;"function"==typeof ai_process_rotations&&ai_process_rotations();"function"==typeof ai_process_lists&&ai_process_lists();"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses();"function"==typeof ai_process_filter_hooks&&ai_process_filter_hooks();"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks();"function"==typeof ai_process_impressions&&1==ai_tracking_finished&&ai_process_impressions();"function"==typeof ai_install_click_trackers&&1==ai_tracking_finished&&ai_install_click_trackers();
"function"==typeof ai_install_close_buttons&&ai_install_close_buttons(document)},5);ai_process_elements_active=!0}};
;!function(a,b){a(function(){"use strict";function a(a,b){return null!=a&&null!=b&&a.toLowerCase()===b.toLowerCase()}function c(a,b){var c,d,e=a.length;if(!e||!b)return!1;for(c=b.toLowerCase(),d=0;d<e;++d)if(c===a[d].toLowerCase())return!0;return!1}function d(a){for(var b in a)i.call(a,b)&&(a[b]=new RegExp(a[b],"i"))}function e(a){return(a||"").substr(0,500)}function f(a,b){this.ua=e(a),this._cache={},this.maxPhoneWidth=b||600}var g={};g.mobileDetectRules={phones:{iPhone:"\\biPhone\\b|\\biPod\\b",BlackBerry:"BlackBerry|\\bBB10\\b|rim[0-9]+|\\b(BBA100|BBB100|BBD100|BBE100|BBF100|STH100)\\b-[0-9]+",Pixel:"; \\bPixel\\b",HTC:"HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Legend|Desire|T8282)|APX515CKT|Qtek9090|APA9292KT|HD_mini|Sensation.*Z710e|PG86100|Z715e|Desire.*(A8181|HD)|ADR6200|ADR6400L|ADR6425|001HT|Inspire 4G|Android.*\\bEVO\\b|T-Mobile G1|Z520m|Android [0-9.]+; Pixel",Nexus:"Nexus One|Nexus S|Galaxy.*Nexus|Android.*Nexus.*Mobile|Nexus 4|Nexus 5|Nexus 5X|Nexus 6",Dell:"Dell[;]? (Streak|Aero|Venue|Venue Pro|Flash|Smoke|Mini 3iX)|XCD28|XCD35|\\b001DL\\b|\\b101DL\\b|\\bGS01\\b",Motorola:"Motorola|DROIDX|DROID BIONIC|\\bDroid\\b.*Build|Android.*Xoom|HRI39|MOT-|A1260|A1680|A555|A853|A855|A953|A955|A956|Motorola.*ELECTRIFY|Motorola.*i1|i867|i940|MB200|MB300|MB501|MB502|MB508|MB511|MB520|MB525|MB526|MB611|MB612|MB632|MB810|MB855|MB860|MB861|MB865|MB870|ME501|ME502|ME511|ME525|ME600|ME632|ME722|ME811|ME860|ME863|ME865|MT620|MT710|MT716|MT720|MT810|MT870|MT917|Motorola.*TITANIUM|WX435|WX445|XT300|XT301|XT311|XT316|XT317|XT319|XT320|XT390|XT502|XT530|XT531|XT532|XT535|XT603|XT610|XT611|XT615|XT681|XT701|XT702|XT711|XT720|XT800|XT806|XT860|XT862|XT875|XT882|XT883|XT894|XT901|XT907|XT909|XT910|XT912|XT928|XT926|XT915|XT919|XT925|XT1021|\\bMoto E\\b|XT1068|XT1092|XT1052",Samsung:"\\bSamsung\\b|SM-G950F|SM-G955F|SM-G9250|GT-19300|SGH-I337|BGT-S5230|GT-B2100|GT-B2700|GT-B2710|GT-B3210|GT-B3310|GT-B3410|GT-B3730|GT-B3740|GT-B5510|GT-B5512|GT-B5722|GT-B6520|GT-B7300|GT-B7320|GT-B7330|GT-B7350|GT-B7510|GT-B7722|GT-B7800|GT-C3010|GT-C3011|GT-C3060|GT-C3200|GT-C3212|GT-C3212I|GT-C3262|GT-C3222|GT-C3300|GT-C3300K|GT-C3303|GT-C3303K|GT-C3310|GT-C3322|GT-C3330|GT-C3350|GT-C3500|GT-C3510|GT-C3530|GT-C3630|GT-C3780|GT-C5010|GT-C5212|GT-C6620|GT-C6625|GT-C6712|GT-E1050|GT-E1070|GT-E1075|GT-E1080|GT-E1081|GT-E1085|GT-E1087|GT-E1100|GT-E1107|GT-E1110|GT-E1120|GT-E1125|GT-E1130|GT-E1160|GT-E1170|GT-E1175|GT-E1180|GT-E1182|GT-E1200|GT-E1210|GT-E1225|GT-E1230|GT-E1390|GT-E2100|GT-E2120|GT-E2121|GT-E2152|GT-E2220|GT-E2222|GT-E2230|GT-E2232|GT-E2250|GT-E2370|GT-E2550|GT-E2652|GT-E3210|GT-E3213|GT-I5500|GT-I5503|GT-I5700|GT-I5800|GT-I5801|GT-I6410|GT-I6420|GT-I7110|GT-I7410|GT-I7500|GT-I8000|GT-I8150|GT-I8160|GT-I8190|GT-I8320|GT-I8330|GT-I8350|GT-I8530|GT-I8700|GT-I8703|GT-I8910|GT-I9000|GT-I9001|GT-I9003|GT-I9010|GT-I9020|GT-I9023|GT-I9070|GT-I9082|GT-I9100|GT-I9103|GT-I9220|GT-I9250|GT-I9300|GT-I9305|GT-I9500|GT-I9505|GT-M3510|GT-M5650|GT-M7500|GT-M7600|GT-M7603|GT-M8800|GT-M8910|GT-N7000|GT-S3110|GT-S3310|GT-S3350|GT-S3353|GT-S3370|GT-S3650|GT-S3653|GT-S3770|GT-S3850|GT-S5210|GT-S5220|GT-S5229|GT-S5230|GT-S5233|GT-S5250|GT-S5253|GT-S5260|GT-S5263|GT-S5270|GT-S5300|GT-S5330|GT-S5350|GT-S5360|GT-S5363|GT-S5369|GT-S5380|GT-S5380D|GT-S5560|GT-S5570|GT-S5600|GT-S5603|GT-S5610|GT-S5620|GT-S5660|GT-S5670|GT-S5690|GT-S5750|GT-S5780|GT-S5830|GT-S5839|GT-S6102|GT-S6500|GT-S7070|GT-S7200|GT-S7220|GT-S7230|GT-S7233|GT-S7250|GT-S7500|GT-S7530|GT-S7550|GT-S7562|GT-S7710|GT-S8000|GT-S8003|GT-S8500|GT-S8530|GT-S8600|SCH-A310|SCH-A530|SCH-A570|SCH-A610|SCH-A630|SCH-A650|SCH-A790|SCH-A795|SCH-A850|SCH-A870|SCH-A890|SCH-A930|SCH-A950|SCH-A970|SCH-A990|SCH-I100|SCH-I110|SCH-I400|SCH-I405|SCH-I500|SCH-I510|SCH-I515|SCH-I600|SCH-I730|SCH-I760|SCH-I770|SCH-I830|SCH-I910|SCH-I920|SCH-I959|SCH-LC11|SCH-N150|SCH-N300|SCH-R100|SCH-R300|SCH-R351|SCH-R400|SCH-R410|SCH-T300|SCH-U310|SCH-U320|SCH-U350|SCH-U360|SCH-U365|SCH-U370|SCH-U380|SCH-U410|SCH-U430|SCH-U450|SCH-U460|SCH-U470|SCH-U490|SCH-U540|SCH-U550|SCH-U620|SCH-U640|SCH-U650|SCH-U660|SCH-U700|SCH-U740|SCH-U750|SCH-U810|SCH-U820|SCH-U900|SCH-U940|SCH-U960|SCS-26UC|SGH-A107|SGH-A117|SGH-A127|SGH-A137|SGH-A157|SGH-A167|SGH-A177|SGH-A187|SGH-A197|SGH-A227|SGH-A237|SGH-A257|SGH-A437|SGH-A517|SGH-A597|SGH-A637|SGH-A657|SGH-A667|SGH-A687|SGH-A697|SGH-A707|SGH-A717|SGH-A727|SGH-A737|SGH-A747|SGH-A767|SGH-A777|SGH-A797|SGH-A817|SGH-A827|SGH-A837|SGH-A847|SGH-A867|SGH-A877|SGH-A887|SGH-A897|SGH-A927|SGH-B100|SGH-B130|SGH-B200|SGH-B220|SGH-C100|SGH-C110|SGH-C120|SGH-C130|SGH-C140|SGH-C160|SGH-C170|SGH-C180|SGH-C200|SGH-C207|SGH-C210|SGH-C225|SGH-C230|SGH-C417|SGH-C450|SGH-D307|SGH-D347|SGH-D357|SGH-D407|SGH-D415|SGH-D780|SGH-D807|SGH-D980|SGH-E105|SGH-E200|SGH-E315|SGH-E316|SGH-E317|SGH-E335|SGH-E590|SGH-E635|SGH-E715|SGH-E890|SGH-F300|SGH-F480|SGH-I200|SGH-I300|SGH-I320|SGH-I550|SGH-I577|SGH-I600|SGH-I607|SGH-I617|SGH-I627|SGH-I637|SGH-I677|SGH-I700|SGH-I717|SGH-I727|SGH-i747M|SGH-I777|SGH-I780|SGH-I827|SGH-I847|SGH-I857|SGH-I896|SGH-I897|SGH-I900|SGH-I907|SGH-I917|SGH-I927|SGH-I937|SGH-I997|SGH-J150|SGH-J200|SGH-L170|SGH-L700|SGH-M110|SGH-M150|SGH-M200|SGH-N105|SGH-N500|SGH-N600|SGH-N620|SGH-N625|SGH-N700|SGH-N710|SGH-P107|SGH-P207|SGH-P300|SGH-P310|SGH-P520|SGH-P735|SGH-P777|SGH-Q105|SGH-R210|SGH-R220|SGH-R225|SGH-S105|SGH-S307|SGH-T109|SGH-T119|SGH-T139|SGH-T209|SGH-T219|SGH-T229|SGH-T239|SGH-T249|SGH-T259|SGH-T309|SGH-T319|SGH-T329|SGH-T339|SGH-T349|SGH-T359|SGH-T369|SGH-T379|SGH-T409|SGH-T429|SGH-T439|SGH-T459|SGH-T469|SGH-T479|SGH-T499|SGH-T509|SGH-T519|SGH-T539|SGH-T559|SGH-T589|SGH-T609|SGH-T619|SGH-T629|SGH-T639|SGH-T659|SGH-T669|SGH-T679|SGH-T709|SGH-T719|SGH-T729|SGH-T739|SGH-T746|SGH-T749|SGH-T759|SGH-T769|SGH-T809|SGH-T819|SGH-T839|SGH-T919|SGH-T929|SGH-T939|SGH-T959|SGH-T989|SGH-U100|SGH-U200|SGH-U800|SGH-V205|SGH-V206|SGH-X100|SGH-X105|SGH-X120|SGH-X140|SGH-X426|SGH-X427|SGH-X475|SGH-X495|SGH-X497|SGH-X507|SGH-X600|SGH-X610|SGH-X620|SGH-X630|SGH-X700|SGH-X820|SGH-X890|SGH-Z130|SGH-Z150|SGH-Z170|SGH-ZX10|SGH-ZX20|SHW-M110|SPH-A120|SPH-A400|SPH-A420|SPH-A460|SPH-A500|SPH-A560|SPH-A600|SPH-A620|SPH-A660|SPH-A700|SPH-A740|SPH-A760|SPH-A790|SPH-A800|SPH-A820|SPH-A840|SPH-A880|SPH-A900|SPH-A940|SPH-A960|SPH-D600|SPH-D700|SPH-D710|SPH-D720|SPH-I300|SPH-I325|SPH-I330|SPH-I350|SPH-I500|SPH-I600|SPH-I700|SPH-L700|SPH-M100|SPH-M220|SPH-M240|SPH-M300|SPH-M305|SPH-M320|SPH-M330|SPH-M350|SPH-M360|SPH-M370|SPH-M380|SPH-M510|SPH-M540|SPH-M550|SPH-M560|SPH-M570|SPH-M580|SPH-M610|SPH-M620|SPH-M630|SPH-M800|SPH-M810|SPH-M850|SPH-M900|SPH-M910|SPH-M920|SPH-M930|SPH-N100|SPH-N200|SPH-N240|SPH-N300|SPH-N400|SPH-Z400|SWC-E100|SCH-i909|GT-N7100|GT-N7105|SCH-I535|SM-N900A|SGH-I317|SGH-T999L|GT-S5360B|GT-I8262|GT-S6802|GT-S6312|GT-S6310|GT-S5312|GT-S5310|GT-I9105|GT-I8510|GT-S6790N|SM-G7105|SM-N9005|GT-S5301|GT-I9295|GT-I9195|SM-C101|GT-S7392|GT-S7560|GT-B7610|GT-I5510|GT-S7582|GT-S7530E|GT-I8750|SM-G9006V|SM-G9008V|SM-G9009D|SM-G900A|SM-G900D|SM-G900F|SM-G900H|SM-G900I|SM-G900J|SM-G900K|SM-G900L|SM-G900M|SM-G900P|SM-G900R4|SM-G900S|SM-G900T|SM-G900V|SM-G900W8|SHV-E160K|SCH-P709|SCH-P729|SM-T2558|GT-I9205|SM-G9350|SM-J120F|SM-G920F|SM-G920V|SM-G930F|SM-N910C|SM-A310F|GT-I9190|SM-J500FN|SM-G903F|SM-J330F|SM-G610F|SM-G981B|SM-G892A|SM-A530F",LG:"\\bLG\\b;|LG[- ]?(C800|C900|E400|E610|E900|E-900|F160|F180K|F180L|F180S|730|855|L160|LS740|LS840|LS970|LU6200|MS690|MS695|MS770|MS840|MS870|MS910|P500|P700|P705|VM696|AS680|AS695|AX840|C729|E970|GS505|272|C395|E739BK|E960|L55C|L75C|LS696|LS860|P769BK|P350|P500|P509|P870|UN272|US730|VS840|VS950|LN272|LN510|LS670|LS855|LW690|MN270|MN510|P509|P769|P930|UN200|UN270|UN510|UN610|US670|US740|US760|UX265|UX840|VN271|VN530|VS660|VS700|VS740|VS750|VS910|VS920|VS930|VX9200|VX11000|AX840A|LW770|P506|P925|P999|E612|D955|D802|MS323|M257)|LM-G710",Sony:"SonyST|SonyLT|SonyEricsson|SonyEricssonLT15iv|LT18i|E10i|LT28h|LT26w|SonyEricssonMT27i|C5303|C6902|C6903|C6906|C6943|D2533|SOV34|601SO|F8332",Asus:"Asus.*Galaxy|PadFone.*Mobile",Xiaomi:"^(?!.*\\bx11\\b).*xiaomi.*$|POCOPHONE F1|MI 8|Redmi Note 9S|Redmi Note 5A Prime|N2G47H|M2001J2G|M2001J2I|M1805E10A|M2004J11G|M1902F1G|M2002J9G|M2004J19G|M2003J6A1G",NokiaLumia:"Lumia [0-9]{3,4}",Micromax:"Micromax.*\\b(A210|A92|A88|A72|A111|A110Q|A115|A116|A110|A90S|A26|A51|A35|A54|A25|A27|A89|A68|A65|A57|A90)\\b",Palm:"PalmSource|Palm",Vertu:"Vertu|Vertu.*Ltd|Vertu.*Ascent|Vertu.*Ayxta|Vertu.*Constellation(F|Quest)?|Vertu.*Monika|Vertu.*Signature",Pantech:"PANTECH|IM-A850S|IM-A840S|IM-A830L|IM-A830K|IM-A830S|IM-A820L|IM-A810K|IM-A810S|IM-A800S|IM-T100K|IM-A725L|IM-A780L|IM-A775C|IM-A770K|IM-A760S|IM-A750K|IM-A740S|IM-A730S|IM-A720L|IM-A710K|IM-A690L|IM-A690S|IM-A650S|IM-A630K|IM-A600S|VEGA PTL21|PT003|P8010|ADR910L|P6030|P6020|P9070|P4100|P9060|P5000|CDM8992|TXT8045|ADR8995|IS11PT|P2030|P6010|P8000|PT002|IS06|CDM8999|P9050|PT001|TXT8040|P2020|P9020|P2000|P7040|P7000|C790",Fly:"IQ230|IQ444|IQ450|IQ440|IQ442|IQ441|IQ245|IQ256|IQ236|IQ255|IQ235|IQ245|IQ275|IQ240|IQ285|IQ280|IQ270|IQ260|IQ250",Wiko:"KITE 4G|HIGHWAY|GETAWAY|STAIRWAY|DARKSIDE|DARKFULL|DARKNIGHT|DARKMOON|SLIDE|WAX 4G|RAINBOW|BLOOM|SUNSET|GOA(?!nna)|LENNY|BARRY|IGGY|OZZY|CINK FIVE|CINK PEAX|CINK PEAX 2|CINK SLIM|CINK SLIM 2|CINK +|CINK KING|CINK PEAX|CINK SLIM|SUBLIM",iMobile:"i-mobile (IQ|i-STYLE|idea|ZAA|Hitz)",SimValley:"\\b(SP-80|XT-930|SX-340|XT-930|SX-310|SP-360|SP60|SPT-800|SP-120|SPT-800|SP-140|SPX-5|SPX-8|SP-100|SPX-8|SPX-12)\\b",Wolfgang:"AT-B24D|AT-AS50HD|AT-AS40W|AT-AS55HD|AT-AS45q2|AT-B26D|AT-AS50Q",Alcatel:"Alcatel",Nintendo:"Nintendo (3DS|Switch)",Amoi:"Amoi",INQ:"INQ",OnePlus:"ONEPLUS",GenericPhone:"Tapatalk|PDA;|SAGEM|\\bmmp\\b|pocket|\\bpsp\\b|symbian|Smartphone|smartfon|treo|up.browser|up.link|vodafone|\\bwap\\b|nokia|Series40|Series60|S60|SonyEricsson|N900|MAUI.*WAP.*Browser"},tablets:{iPad:"iPad|iPad.*Mobile",NexusTablet:"Android.*Nexus[\\s]+(7|9|10)",GoogleTablet:"Android.*Pixel C",SamsungTablet:"SAMSUNG.*Tablet|Galaxy.*Tab|SC-01C|GT-P1000|GT-P1003|GT-P1010|GT-P3105|GT-P6210|GT-P6800|GT-P6810|GT-P7100|GT-P7300|GT-P7310|GT-P7500|GT-P7510|SCH-I800|SCH-I815|SCH-I905|SGH-I957|SGH-I987|SGH-T849|SGH-T859|SGH-T869|SPH-P100|GT-P3100|GT-P3108|GT-P3110|GT-P5100|GT-P5110|GT-P6200|GT-P7320|GT-P7511|GT-N8000|GT-P8510|SGH-I497|SPH-P500|SGH-T779|SCH-I705|SCH-I915|GT-N8013|GT-P3113|GT-P5113|GT-P8110|GT-N8010|GT-N8005|GT-N8020|GT-P1013|GT-P6201|GT-P7501|GT-N5100|GT-N5105|GT-N5110|SHV-E140K|SHV-E140L|SHV-E140S|SHV-E150S|SHV-E230K|SHV-E230L|SHV-E230S|SHW-M180K|SHW-M180L|SHW-M180S|SHW-M180W|SHW-M300W|SHW-M305W|SHW-M380K|SHW-M380S|SHW-M380W|SHW-M430W|SHW-M480K|SHW-M480S|SHW-M480W|SHW-M485W|SHW-M486W|SHW-M500W|GT-I9228|SCH-P739|SCH-I925|GT-I9200|GT-P5200|GT-P5210|GT-P5210X|SM-T311|SM-T310|SM-T310X|SM-T210|SM-T210R|SM-T211|SM-P600|SM-P601|SM-P605|SM-P900|SM-P901|SM-T217|SM-T217A|SM-T217S|SM-P6000|SM-T3100|SGH-I467|XE500|SM-T110|GT-P5220|GT-I9200X|GT-N5110X|GT-N5120|SM-P905|SM-T111|SM-T2105|SM-T315|SM-T320|SM-T320X|SM-T321|SM-T520|SM-T525|SM-T530NU|SM-T230NU|SM-T330NU|SM-T900|XE500T1C|SM-P605V|SM-P905V|SM-T337V|SM-T537V|SM-T707V|SM-T807V|SM-P600X|SM-P900X|SM-T210X|SM-T230|SM-T230X|SM-T325|GT-P7503|SM-T531|SM-T330|SM-T530|SM-T705|SM-T705C|SM-T535|SM-T331|SM-T800|SM-T700|SM-T537|SM-T807|SM-P907A|SM-T337A|SM-T537A|SM-T707A|SM-T807A|SM-T237|SM-T807P|SM-P607T|SM-T217T|SM-T337T|SM-T807T|SM-T116NQ|SM-T116BU|SM-P550|SM-T350|SM-T550|SM-T9000|SM-P9000|SM-T705Y|SM-T805|GT-P3113|SM-T710|SM-T810|SM-T815|SM-T360|SM-T533|SM-T113|SM-T335|SM-T715|SM-T560|SM-T670|SM-T677|SM-T377|SM-T567|SM-T357T|SM-T555|SM-T561|SM-T713|SM-T719|SM-T813|SM-T819|SM-T580|SM-T355Y?|SM-T280|SM-T817A|SM-T820|SM-W700|SM-P580|SM-T587|SM-P350|SM-P555M|SM-P355M|SM-T113NU|SM-T815Y|SM-T585|SM-T285|SM-T825|SM-W708|SM-T835|SM-T830|SM-T837V|SM-T720|SM-T510|SM-T387V|SM-P610|SM-T290|SM-T515|SM-T590|SM-T595|SM-T725|SM-T817P|SM-P585N0|SM-T395|SM-T295|SM-T865|SM-P610N|SM-P615|SM-T970|SM-T380|SM-T5950|SM-T905|SM-T231|SM-T500|SM-T860",Kindle:"Kindle|Silk.*Accelerated|Android.*\\b(KFOT|KFTT|KFJWI|KFJWA|KFOTE|KFSOWI|KFTHWI|KFTHWA|KFAPWI|KFAPWA|WFJWAE|KFSAWA|KFSAWI|KFASWI|KFARWI|KFFOWI|KFGIWI|KFMEWI)\\b|Android.*Silk/[0-9.]+ like Chrome/[0-9.]+ (?!Mobile)",SurfaceTablet:"Windows NT [0-9.]+; ARM;.*(Tablet|ARMBJS)",HPTablet:"HP Slate (7|8|10)|HP ElitePad 900|hp-tablet|EliteBook.*Touch|HP 8|Slate 21|HP SlateBook 10",AsusTablet:"^.*PadFone((?!Mobile).)*$|Transformer|TF101|TF101G|TF300T|TF300TG|TF300TL|TF700T|TF700KL|TF701T|TF810C|ME171|ME301T|ME302C|ME371MG|ME370T|ME372MG|ME172V|ME173X|ME400C|Slider SL101|\\bK00F\\b|\\bK00C\\b|\\bK00E\\b|\\bK00L\\b|TX201LA|ME176C|ME102A|\\bM80TA\\b|ME372CL|ME560CG|ME372CG|ME302KL| K010 | K011 | K017 | K01E |ME572C|ME103K|ME170C|ME171C|\\bME70C\\b|ME581C|ME581CL|ME8510C|ME181C|P01Y|PO1MA|P01Z|\\bP027\\b|\\bP024\\b|\\bP00C\\b",BlackBerryTablet:"PlayBook|RIM Tablet",HTCtablet:"HTC_Flyer_P512|HTC Flyer|HTC Jetstream|HTC-P715a|HTC EVO View 4G|PG41200|PG09410",MotorolaTablet:"xoom|sholest|MZ615|MZ605|MZ505|MZ601|MZ602|MZ603|MZ604|MZ606|MZ607|MZ608|MZ609|MZ615|MZ616|MZ617",NookTablet:"Android.*Nook|NookColor|nook browser|BNRV200|BNRV200A|BNTV250|BNTV250A|BNTV400|BNTV600|LogicPD Zoom2",AcerTablet:"Android.*; \\b(A100|A101|A110|A200|A210|A211|A500|A501|A510|A511|A700|A701|W500|W500P|W501|W501P|W510|W511|W700|G100|G100W|B1-A71|B1-710|B1-711|A1-810|A1-811|A1-830)\\b|W3-810|\\bA3-A10\\b|\\bA3-A11\\b|\\bA3-A20\\b|\\bA3-A30|A3-A40",ToshibaTablet:"Android.*(AT100|AT105|AT200|AT205|AT270|AT275|AT300|AT305|AT1S5|AT500|AT570|AT700|AT830)|TOSHIBA.*FOLIO",LGTablet:"\\bL-06C|LG-V909|LG-V900|LG-V700|LG-V510|LG-V500|LG-V410|LG-V400|LG-VK810\\b",FujitsuTablet:"Android.*\\b(F-01D|F-02F|F-05E|F-10D|M532|Q572)\\b",PrestigioTablet:"PMP3170B|PMP3270B|PMP3470B|PMP7170B|PMP3370B|PMP3570C|PMP5870C|PMP3670B|PMP5570C|PMP5770D|PMP3970B|PMP3870C|PMP5580C|PMP5880D|PMP5780D|PMP5588C|PMP7280C|PMP7280C3G|PMP7280|PMP7880D|PMP5597D|PMP5597|PMP7100D|PER3464|PER3274|PER3574|PER3884|PER5274|PER5474|PMP5097CPRO|PMP5097|PMP7380D|PMP5297C|PMP5297C_QUAD|PMP812E|PMP812E3G|PMP812F|PMP810E|PMP880TD|PMT3017|PMT3037|PMT3047|PMT3057|PMT7008|PMT5887|PMT5001|PMT5002",LenovoTablet:"Lenovo TAB|Idea(Tab|Pad)( A1|A10| K1|)|ThinkPad([ ]+)?Tablet|YT3-850M|YT3-X90L|YT3-X90F|YT3-X90X|Lenovo.*(S2109|S2110|S5000|S6000|K3011|A3000|A3500|A1000|A2107|A2109|A1107|A5500|A7600|B6000|B8000|B8080)(-|)(FL|F|HV|H|)|TB-X103F|TB-X304X|TB-X304F|TB-X304L|TB-X505F|TB-X505L|TB-X505X|TB-X605F|TB-X605L|TB-8703F|TB-8703X|TB-8703N|TB-8704N|TB-8704F|TB-8704X|TB-8704V|TB-7304F|TB-7304I|TB-7304X|Tab2A7-10F|Tab2A7-20F|TB2-X30L|YT3-X50L|YT3-X50F|YT3-X50M|YT-X705F|YT-X703F|YT-X703L|YT-X705L|YT-X705X|TB2-X30F|TB2-X30L|TB2-X30M|A2107A-F|A2107A-H|TB3-730F|TB3-730M|TB3-730X|TB-7504F|TB-7504X|TB-X704F|TB-X104F|TB3-X70F|TB-X705F|TB-8504F|TB3-X70L|TB3-710F|TB-X704L",DellTablet:"Venue 11|Venue 8|Venue 7|Dell Streak 10|Dell Streak 7",YarvikTablet:"Android.*\\b(TAB210|TAB211|TAB224|TAB250|TAB260|TAB264|TAB310|TAB360|TAB364|TAB410|TAB411|TAB420|TAB424|TAB450|TAB460|TAB461|TAB464|TAB465|TAB467|TAB468|TAB07-100|TAB07-101|TAB07-150|TAB07-151|TAB07-152|TAB07-200|TAB07-201-3G|TAB07-210|TAB07-211|TAB07-212|TAB07-214|TAB07-220|TAB07-400|TAB07-485|TAB08-150|TAB08-200|TAB08-201-3G|TAB08-201-30|TAB09-100|TAB09-211|TAB09-410|TAB10-150|TAB10-201|TAB10-211|TAB10-400|TAB10-410|TAB13-201|TAB274EUK|TAB275EUK|TAB374EUK|TAB462EUK|TAB474EUK|TAB9-200)\\b",MedionTablet:"Android.*\\bOYO\\b|LIFE.*(P9212|P9514|P9516|S9512)|LIFETAB",ArnovaTablet:"97G4|AN10G2|AN7bG3|AN7fG3|AN8G3|AN8cG3|AN7G3|AN9G3|AN7dG3|AN7dG3ST|AN7dG3ChildPad|AN10bG3|AN10bG3DT|AN9G2",IntensoTablet:"INM8002KP|INM1010FP|INM805ND|Intenso Tab|TAB1004",IRUTablet:"M702pro",MegafonTablet:"MegaFon V9|\\bZTE V9\\b|Android.*\\bMT7A\\b",EbodaTablet:"E-Boda (Supreme|Impresspeed|Izzycomm|Essential)",AllViewTablet:"Allview.*(Viva|Alldro|City|Speed|All TV|Frenzy|Quasar|Shine|TX1|AX1|AX2)",ArchosTablet:"\\b(101G9|80G9|A101IT)\\b|Qilive 97R|Archos5|\\bARCHOS (70|79|80|90|97|101|FAMILYPAD|)(b|c|)(G10| Cobalt| TITANIUM(HD|)| Xenon| Neon|XSK| 2| XS 2| PLATINUM| CARBON|GAMEPAD)\\b",AinolTablet:"NOVO7|NOVO8|NOVO10|Novo7Aurora|Novo7Basic|NOVO7PALADIN|novo9-Spark",NokiaLumiaTablet:"Lumia 2520",SonyTablet:"Sony.*Tablet|Xperia Tablet|Sony Tablet S|SO-03E|SGPT12|SGPT13|SGPT114|SGPT121|SGPT122|SGPT123|SGPT111|SGPT112|SGPT113|SGPT131|SGPT132|SGPT133|SGPT211|SGPT212|SGPT213|SGP311|SGP312|SGP321|EBRD1101|EBRD1102|EBRD1201|SGP351|SGP341|SGP511|SGP512|SGP521|SGP541|SGP551|SGP621|SGP641|SGP612|SOT31|SGP771|SGP611|SGP612|SGP712",PhilipsTablet:"\\b(PI2010|PI3000|PI3100|PI3105|PI3110|PI3205|PI3210|PI3900|PI4010|PI7000|PI7100)\\b",CubeTablet:"Android.*(K8GT|U9GT|U10GT|U16GT|U17GT|U18GT|U19GT|U20GT|U23GT|U30GT)|CUBE U8GT",CobyTablet:"MID1042|MID1045|MID1125|MID1126|MID7012|MID7014|MID7015|MID7034|MID7035|MID7036|MID7042|MID7048|MID7127|MID8042|MID8048|MID8127|MID9042|MID9740|MID9742|MID7022|MID7010",MIDTablet:"M9701|M9000|M9100|M806|M1052|M806|T703|MID701|MID713|MID710|MID727|MID760|MID830|MID728|MID933|MID125|MID810|MID732|MID120|MID930|MID800|MID731|MID900|MID100|MID820|MID735|MID980|MID130|MID833|MID737|MID960|MID135|MID860|MID736|MID140|MID930|MID835|MID733|MID4X10",MSITablet:"MSI \\b(Primo 73K|Primo 73L|Primo 81L|Primo 77|Primo 93|Primo 75|Primo 76|Primo 73|Primo 81|Primo 91|Primo 90|Enjoy 71|Enjoy 7|Enjoy 10)\\b",SMiTTablet:"Android.*(\\bMID\\b|MID-560|MTV-T1200|MTV-PND531|MTV-P1101|MTV-PND530)",RockChipTablet:"Android.*(RK2818|RK2808A|RK2918|RK3066)|RK2738|RK2808A",FlyTablet:"IQ310|Fly Vision",bqTablet:"Android.*(bq)?.*\\b(Elcano|Curie|Edison|Maxwell|Kepler|Pascal|Tesla|Hypatia|Platon|Newton|Livingstone|Cervantes|Avant|Aquaris ([E|M]10|M8))\\b|Maxwell.*Lite|Maxwell.*Plus",HuaweiTablet:"MediaPad|MediaPad 7 Youth|IDEOS S7|S7-201c|S7-202u|S7-101|S7-103|S7-104|S7-105|S7-106|S7-201|S7-Slim|M2-A01L|BAH-L09|BAH-W09|AGS-L09|CMR-AL19",NecTablet:"\\bN-06D|\\bN-08D",PantechTablet:"Pantech.*P4100",BronchoTablet:"Broncho.*(N701|N708|N802|a710)",VersusTablet:"TOUCHPAD.*[78910]|\\bTOUCHTAB\\b",ZyncTablet:"z1000|Z99 2G|z930|z990|z909|Z919|z900",PositivoTablet:"TB07STA|TB10STA|TB07FTA|TB10FTA",NabiTablet:"Android.*\\bNabi",KoboTablet:"Kobo Touch|\\bK080\\b|\\bVox\\b Build|\\bArc\\b Build",DanewTablet:"DSlide.*\\b(700|701R|702|703R|704|802|970|971|972|973|974|1010|1012)\\b",TexetTablet:"NaviPad|TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM-9747|TM-9748|TM-9751|TM-7022|TM-7021|TM-7020|TM-7011|TM-7010|TM-7023|TM-7025|TM-7037W|TM-7038W|TM-7027W|TM-9720|TM-9725|TM-9737W|TM-1020|TM-9738W|TM-9740|TM-9743W|TB-807A|TB-771A|TB-727A|TB-725A|TB-719A|TB-823A|TB-805A|TB-723A|TB-715A|TB-707A|TB-705A|TB-709A|TB-711A|TB-890HD|TB-880HD|TB-790HD|TB-780HD|TB-770HD|TB-721HD|TB-710HD|TB-434HD|TB-860HD|TB-840HD|TB-760HD|TB-750HD|TB-740HD|TB-730HD|TB-722HD|TB-720HD|TB-700HD|TB-500HD|TB-470HD|TB-431HD|TB-430HD|TB-506|TB-504|TB-446|TB-436|TB-416|TB-146SE|TB-126SE",PlaystationTablet:"Playstation.*(Portable|Vita)",TrekstorTablet:"ST10416-1|VT10416-1|ST70408-1|ST702xx-1|ST702xx-2|ST80208|ST97216|ST70104-2|VT10416-2|ST10216-2A|SurfTab",PyleAudioTablet:"\\b(PTBL10CEU|PTBL10C|PTBL72BC|PTBL72BCEU|PTBL7CEU|PTBL7C|PTBL92BC|PTBL92BCEU|PTBL9CEU|PTBL9CUK|PTBL9C)\\b",AdvanTablet:"Android.* \\b(E3A|T3X|T5C|T5B|T3E|T3C|T3B|T1J|T1F|T2A|T1H|T1i|E1C|T1-E|T5-A|T4|E1-B|T2Ci|T1-B|T1-D|O1-A|E1-A|T1-A|T3A|T4i)\\b ",DanyTechTablet:"Genius Tab G3|Genius Tab S2|Genius Tab Q3|Genius Tab G4|Genius Tab Q4|Genius Tab G-II|Genius TAB GII|Genius TAB GIII|Genius Tab S1",GalapadTablet:"Android [0-9.]+; [a-z-]+; \\bG1\\b",MicromaxTablet:"Funbook|Micromax.*\\b(P250|P560|P360|P362|P600|P300|P350|P500|P275)\\b",KarbonnTablet:"Android.*\\b(A39|A37|A34|ST8|ST10|ST7|Smart Tab3|Smart Tab2)\\b",AllFineTablet:"Fine7 Genius|Fine7 Shine|Fine7 Air|Fine8 Style|Fine9 More|Fine10 Joy|Fine11 Wide",PROSCANTablet:"\\b(PEM63|PLT1023G|PLT1041|PLT1044|PLT1044G|PLT1091|PLT4311|PLT4311PL|PLT4315|PLT7030|PLT7033|PLT7033D|PLT7035|PLT7035D|PLT7044K|PLT7045K|PLT7045KB|PLT7071KG|PLT7072|PLT7223G|PLT7225G|PLT7777G|PLT7810K|PLT7849G|PLT7851G|PLT7852G|PLT8015|PLT8031|PLT8034|PLT8036|PLT8080K|PLT8082|PLT8088|PLT8223G|PLT8234G|PLT8235G|PLT8816K|PLT9011|PLT9045K|PLT9233G|PLT9735|PLT9760G|PLT9770G)\\b",YONESTablet:"BQ1078|BC1003|BC1077|RK9702|BC9730|BC9001|IT9001|BC7008|BC7010|BC708|BC728|BC7012|BC7030|BC7027|BC7026",ChangJiaTablet:"TPC7102|TPC7103|TPC7105|TPC7106|TPC7107|TPC7201|TPC7203|TPC7205|TPC7210|TPC7708|TPC7709|TPC7712|TPC7110|TPC8101|TPC8103|TPC8105|TPC8106|TPC8203|TPC8205|TPC8503|TPC9106|TPC9701|TPC97101|TPC97103|TPC97105|TPC97106|TPC97111|TPC97113|TPC97203|TPC97603|TPC97809|TPC97205|TPC10101|TPC10103|TPC10106|TPC10111|TPC10203|TPC10205|TPC10503",GUTablet:"TX-A1301|TX-M9002|Q702|kf026",PointOfViewTablet:"TAB-P506|TAB-navi-7-3G-M|TAB-P517|TAB-P-527|TAB-P701|TAB-P703|TAB-P721|TAB-P731N|TAB-P741|TAB-P825|TAB-P905|TAB-P925|TAB-PR945|TAB-PL1015|TAB-P1025|TAB-PI1045|TAB-P1325|TAB-PROTAB[0-9]+|TAB-PROTAB25|TAB-PROTAB26|TAB-PROTAB27|TAB-PROTAB26XL|TAB-PROTAB2-IPS9|TAB-PROTAB30-IPS9|TAB-PROTAB25XXL|TAB-PROTAB26-IPS10|TAB-PROTAB30-IPS10",OvermaxTablet:"OV-(SteelCore|NewBase|Basecore|Baseone|Exellen|Quattor|EduTab|Solution|ACTION|BasicTab|TeddyTab|MagicTab|Stream|TB-08|TB-09)|Qualcore 1027",HCLTablet:"HCL.*Tablet|Connect-3G-2.0|Connect-2G-2.0|ME Tablet U1|ME Tablet U2|ME Tablet G1|ME Tablet X1|ME Tablet Y2|ME Tablet Sync",DPSTablet:"DPS Dream 9|DPS Dual 7",VistureTablet:"V97 HD|i75 3G|Visture V4( HD)?|Visture V5( HD)?|Visture V10",CrestaTablet:"CTP(-)?810|CTP(-)?818|CTP(-)?828|CTP(-)?838|CTP(-)?888|CTP(-)?978|CTP(-)?980|CTP(-)?987|CTP(-)?988|CTP(-)?989",MediatekTablet:"\\bMT8125|MT8389|MT8135|MT8377\\b",ConcordeTablet:"Concorde([ ]+)?Tab|ConCorde ReadMan",GoCleverTablet:"GOCLEVER TAB|A7GOCLEVER|M1042|M7841|M742|R1042BK|R1041|TAB A975|TAB A7842|TAB A741|TAB A741L|TAB M723G|TAB M721|TAB A1021|TAB I921|TAB R721|TAB I720|TAB T76|TAB R70|TAB R76.2|TAB R106|TAB R83.2|TAB M813G|TAB I721|GCTA722|TAB I70|TAB I71|TAB S73|TAB R73|TAB R74|TAB R93|TAB R75|TAB R76.1|TAB A73|TAB A93|TAB A93.2|TAB T72|TAB R83|TAB R974|TAB R973|TAB A101|TAB A103|TAB A104|TAB A104.2|R105BK|M713G|A972BK|TAB A971|TAB R974.2|TAB R104|TAB R83.3|TAB A1042",ModecomTablet:"FreeTAB 9000|FreeTAB 7.4|FreeTAB 7004|FreeTAB 7800|FreeTAB 2096|FreeTAB 7.5|FreeTAB 1014|FreeTAB 1001 |FreeTAB 8001|FreeTAB 9706|FreeTAB 9702|FreeTAB 7003|FreeTAB 7002|FreeTAB 1002|FreeTAB 7801|FreeTAB 1331|FreeTAB 1004|FreeTAB 8002|FreeTAB 8014|FreeTAB 9704|FreeTAB 1003",VoninoTablet:"\\b(Argus[ _]?S|Diamond[ _]?79HD|Emerald[ _]?78E|Luna[ _]?70C|Onyx[ _]?S|Onyx[ _]?Z|Orin[ _]?HD|Orin[ _]?S|Otis[ _]?S|SpeedStar[ _]?S|Magnet[ _]?M9|Primus[ _]?94[ _]?3G|Primus[ _]?94HD|Primus[ _]?QS|Android.*\\bQ8\\b|Sirius[ _]?EVO[ _]?QS|Sirius[ _]?QS|Spirit[ _]?S)\\b",ECSTablet:"V07OT2|TM105A|S10OT1|TR10CS1",StorexTablet:"eZee[_']?(Tab|Go)[0-9]+|TabLC7|Looney Tunes Tab",VodafoneTablet:"SmartTab([ ]+)?[0-9]+|SmartTabII10|SmartTabII7|VF-1497|VFD 1400",EssentielBTablet:"Smart[ ']?TAB[ ]+?[0-9]+|Family[ ']?TAB2",RossMoorTablet:"RM-790|RM-997|RMD-878G|RMD-974R|RMT-705A|RMT-701|RME-601|RMT-501|RMT-711",iMobileTablet:"i-mobile i-note",TolinoTablet:"tolino tab [0-9.]+|tolino shine",AudioSonicTablet:"\\bC-22Q|T7-QC|T-17B|T-17P\\b",AMPETablet:"Android.* A78 ",SkkTablet:"Android.* (SKYPAD|PHOENIX|CYCLOPS)",TecnoTablet:"TECNO P9|TECNO DP8D",JXDTablet:"Android.* \\b(F3000|A3300|JXD5000|JXD3000|JXD2000|JXD300B|JXD300|S5800|S7800|S602b|S5110b|S7300|S5300|S602|S603|S5100|S5110|S601|S7100a|P3000F|P3000s|P101|P200s|P1000m|P200m|P9100|P1000s|S6600b|S908|P1000|P300|S18|S6600|S9100)\\b",iJoyTablet:"Tablet (Spirit 7|Essentia|Galatea|Fusion|Onix 7|Landa|Titan|Scooby|Deox|Stella|Themis|Argon|Unique 7|Sygnus|Hexen|Finity 7|Cream|Cream X2|Jade|Neon 7|Neron 7|Kandy|Scape|Saphyr 7|Rebel|Biox|Rebel|Rebel 8GB|Myst|Draco 7|Myst|Tab7-004|Myst|Tadeo Jones|Tablet Boing|Arrow|Draco Dual Cam|Aurix|Mint|Amity|Revolution|Finity 9|Neon 9|T9w|Amity 4GB Dual Cam|Stone 4GB|Stone 8GB|Andromeda|Silken|X2|Andromeda II|Halley|Flame|Saphyr 9,7|Touch 8|Planet|Triton|Unique 10|Hexen 10|Memphis 4GB|Memphis 8GB|Onix 10)",FX2Tablet:"FX2 PAD7|FX2 PAD10",XoroTablet:"KidsPAD 701|PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790|PAD[ ]?792|PAD[ ]?900|PAD[ ]?9715D|PAD[ ]?9716DR|PAD[ ]?9718DR|PAD[ ]?9719QR|PAD[ ]?9720QR|TelePAD1030|Telepad1032|TelePAD730|TelePAD731|TelePAD732|TelePAD735Q|TelePAD830|TelePAD9730|TelePAD795|MegaPAD 1331|MegaPAD 1851|MegaPAD 2151",ViewsonicTablet:"ViewPad 10pi|ViewPad 10e|ViewPad 10s|ViewPad E72|ViewPad7|ViewPad E100|ViewPad 7e|ViewSonic VB733|VB100a",VerizonTablet:"QTAQZ3|QTAIR7|QTAQTZ3|QTASUN1|QTASUN2|QTAXIA1",OdysTablet:"LOOX|XENO10|ODYS[ -](Space|EVO|Xpress|NOON)|\\bXELIO\\b|Xelio10Pro|XELIO7PHONETAB|XELIO10EXTREME|XELIOPT2|NEO_QUAD10",CaptivaTablet:"CAPTIVA PAD",IconbitTablet:"NetTAB|NT-3702|NT-3702S|NT-3702S|NT-3603P|NT-3603P|NT-0704S|NT-0704S|NT-3805C|NT-3805C|NT-0806C|NT-0806C|NT-0909T|NT-0909T|NT-0907S|NT-0907S|NT-0902S|NT-0902S",TeclastTablet:"T98 4G|\\bP80\\b|\\bX90HD\\b|X98 Air|X98 Air 3G|\\bX89\\b|P80 3G|\\bX80h\\b|P98 Air|\\bX89HD\\b|P98 3G|\\bP90HD\\b|P89 3G|X98 3G|\\bP70h\\b|P79HD 3G|G18d 3G|\\bP79HD\\b|\\bP89s\\b|\\bA88\\b|\\bP10HD\\b|\\bP19HD\\b|G18 3G|\\bP78HD\\b|\\bA78\\b|\\bP75\\b|G17s 3G|G17h 3G|\\bP85t\\b|\\bP90\\b|\\bP11\\b|\\bP98t\\b|\\bP98HD\\b|\\bG18d\\b|\\bP85s\\b|\\bP11HD\\b|\\bP88s\\b|\\bA80HD\\b|\\bA80se\\b|\\bA10h\\b|\\bP89\\b|\\bP78s\\b|\\bG18\\b|\\bP85\\b|\\bA70h\\b|\\bA70\\b|\\bG17\\b|\\bP18\\b|\\bA80s\\b|\\bA11s\\b|\\bP88HD\\b|\\bA80h\\b|\\bP76s\\b|\\bP76h\\b|\\bP98\\b|\\bA10HD\\b|\\bP78\\b|\\bP88\\b|\\bA11\\b|\\bA10t\\b|\\bP76a\\b|\\bP76t\\b|\\bP76e\\b|\\bP85HD\\b|\\bP85a\\b|\\bP86\\b|\\bP75HD\\b|\\bP76v\\b|\\bA12\\b|\\bP75a\\b|\\bA15\\b|\\bP76Ti\\b|\\bP81HD\\b|\\bA10\\b|\\bT760VE\\b|\\bT720HD\\b|\\bP76\\b|\\bP73\\b|\\bP71\\b|\\bP72\\b|\\bT720SE\\b|\\bC520Ti\\b|\\bT760\\b|\\bT720VE\\b|T720-3GE|T720-WiFi",OndaTablet:"\\b(V975i|Vi30|VX530|V701|Vi60|V701s|Vi50|V801s|V719|Vx610w|VX610W|V819i|Vi10|VX580W|Vi10|V711s|V813|V811|V820w|V820|Vi20|V711|VI30W|V712|V891w|V972|V819w|V820w|Vi60|V820w|V711|V813s|V801|V819|V975s|V801|V819|V819|V818|V811|V712|V975m|V101w|V961w|V812|V818|V971|V971s|V919|V989|V116w|V102w|V973|Vi40)\\b[\\s]+|V10 \\b4G\\b",JaytechTablet:"TPC-PA762",BlaupunktTablet:"Endeavour 800NG|Endeavour 1010",DigmaTablet:"\\b(iDx10|iDx9|iDx8|iDx7|iDxD7|iDxD8|iDsQ8|iDsQ7|iDsQ8|iDsD10|iDnD7|3TS804H|iDsQ11|iDj7|iDs10)\\b",EvolioTablet:"ARIA_Mini_wifi|Aria[ _]Mini|Evolio X10|Evolio X7|Evolio X8|\\bEvotab\\b|\\bNeura\\b",LavaTablet:"QPAD E704|\\bIvoryS\\b|E-TAB IVORY|\\bE-TAB\\b",AocTablet:"MW0811|MW0812|MW0922|MTK8382|MW1031|MW0831|MW0821|MW0931|MW0712",MpmanTablet:"MP11 OCTA|MP10 OCTA|MPQC1114|MPQC1004|MPQC994|MPQC974|MPQC973|MPQC804|MPQC784|MPQC780|\\bMPG7\\b|MPDCG75|MPDCG71|MPDC1006|MP101DC|MPDC9000|MPDC905|MPDC706HD|MPDC706|MPDC705|MPDC110|MPDC100|MPDC99|MPDC97|MPDC88|MPDC8|MPDC77|MP709|MID701|MID711|MID170|MPDC703|MPQC1010",CelkonTablet:"CT695|CT888|CT[\\s]?910|CT7 Tab|CT9 Tab|CT3 Tab|CT2 Tab|CT1 Tab|C820|C720|\\bCT-1\\b",WolderTablet:"miTab \\b(DIAMOND|SPACE|BROOKLYN|NEO|FLY|MANHATTAN|FUNK|EVOLUTION|SKY|GOCAR|IRON|GENIUS|POP|MINT|EPSILON|BROADWAY|JUMP|HOP|LEGEND|NEW AGE|LINE|ADVANCE|FEEL|FOLLOW|LIKE|LINK|LIVE|THINK|FREEDOM|CHICAGO|CLEVELAND|BALTIMORE-GH|IOWA|BOSTON|SEATTLE|PHOENIX|DALLAS|IN 101|MasterChef)\\b",MediacomTablet:"M-MPI10C3G|M-SP10EG|M-SP10EGP|M-SP10HXAH|M-SP7HXAH|M-SP10HXBH|M-SP8HXAH|M-SP8MXA",MiTablet:"\\bMI PAD\\b|\\bHM NOTE 1W\\b",NibiruTablet:"Nibiru M1|Nibiru Jupiter One",NexoTablet:"NEXO NOVA|NEXO 10|NEXO AVIO|NEXO FREE|NEXO GO|NEXO EVO|NEXO 3G|NEXO SMART|NEXO KIDDO|NEXO MOBI",LeaderTablet:"TBLT10Q|TBLT10I|TBL-10WDKB|TBL-10WDKBO2013|TBL-W230V2|TBL-W450|TBL-W500|SV572|TBLT7I|TBA-AC7-8G|TBLT79|TBL-8W16|TBL-10W32|TBL-10WKB|TBL-W100",UbislateTablet:"UbiSlate[\\s]?7C",PocketBookTablet:"Pocketbook",KocasoTablet:"\\b(TB-1207)\\b",HisenseTablet:"\\b(F5281|E2371)\\b",Hudl:"Hudl HT7S3|Hudl 2",TelstraTablet:"T-Hub2",GenericTablet:"Android.*\\b97D\\b|Tablet(?!.*PC)|BNTV250A|MID-WCDMA|LogicPD Zoom2|\\bA7EB\\b|CatNova8|A1_07|CT704|CT1002|\\bM721\\b|rk30sdk|\\bEVOTAB\\b|M758A|ET904|ALUMIUM10|Smartfren Tab|Endeavour 1010|Tablet-PC-4|Tagi Tab|\\bM6pro\\b|CT1020W|arc 10HD|\\bTP750\\b|\\bQTAQZ3\\b|WVT101|TM1088|KT107"},oss:{AndroidOS:"Android",BlackBerryOS:"blackberry|\\bBB10\\b|rim tablet os",PalmOS:"PalmOS|avantgo|blazer|elaine|hiptop|palm|plucker|xiino",SymbianOS:"Symbian|SymbOS|Series60|Series40|SYB-[0-9]+|\\bS60\\b",WindowsMobileOS:"Windows CE.*(PPC|Smartphone|Mobile|[0-9]{3}x[0-9]{3})|Windows Mobile|Windows Phone [0-9.]+|WCE;",WindowsPhoneOS:"Windows Phone 10.0|Windows Phone 8.1|Windows Phone 8.0|Windows Phone OS|XBLWP7|ZuneWP7|Windows NT 6.[23]; ARM;",iOS:"\\biPhone.*Mobile|\\biPod|\\biPad|AppleCoreMedia",iPadOS:"CPU OS 13",SailfishOS:"Sailfish",MeeGoOS:"MeeGo",MaemoOS:"Maemo",JavaOS:"J2ME/|\\bMIDP\\b|\\bCLDC\\b",webOS:"webOS|hpwOS",badaOS:"\\bBada\\b",BREWOS:"BREW"},uas:{Chrome:"\\bCrMo\\b|CriOS|Android.*Chrome/[.0-9]* (Mobile)?",Dolfin:"\\bDolfin\\b",Opera:"Opera.*Mini|Opera.*Mobi|Android.*Opera|Mobile.*OPR/[0-9.]+$|Coast/[0-9.]+",Skyfire:"Skyfire",Edge:"\\bEdgiOS\\b|Mobile Safari/[.0-9]* Edge",IE:"IEMobile|MSIEMobile",Firefox:"fennec|firefox.*maemo|(Mobile|Tablet).*Firefox|Firefox.*Mobile|FxiOS",Bolt:"bolt",TeaShark:"teashark",Blazer:"Blazer",Safari:"Version((?!\\bEdgiOS\\b).)*Mobile.*Safari|Safari.*Mobile|MobileSafari",WeChat:"\\bMicroMessenger\\b",UCBrowser:"UC.*Browser|UCWEB",baiduboxapp:"baiduboxapp",baidubrowser:"baidubrowser",DiigoBrowser:"DiigoBrowser",Mercury:"\\bMercury\\b",ObigoBrowser:"Obigo",NetFront:"NF-Browser",GenericBrowser:"NokiaBrowser|OviBrowser|OneBrowser|TwonkyBeamBrowser|SEMC.*Browser|FlyFlow|Minimo|NetFront|Novarra-Vision|MQQBrowser|MicroMessenger",PaleMoon:"Android.*PaleMoon|Mobile.*PaleMoon"},props:{Mobile:"Mobile/[VER]",Build:"Build/[VER]",Version:"Version/[VER]",VendorID:"VendorID/[VER]",iPad:"iPad.*CPU[a-z ]+[VER]",iPhone:"iPhone.*CPU[a-z ]+[VER]",iPod:"iPod.*CPU[a-z ]+[VER]",Kindle:"Kindle/[VER]",Chrome:["Chrome/[VER]","CriOS/[VER]","CrMo/[VER]"],Coast:["Coast/[VER]"],Dolfin:"Dolfin/[VER]",Firefox:["Firefox/[VER]","FxiOS/[VER]"],Fennec:"Fennec/[VER]",Edge:"Edge/[VER]",IE:["IEMobile/[VER];","IEMobile [VER]","MSIE [VER];","Trident/[0-9.]+;.*rv:[VER]"],NetFront:"NetFront/[VER]",NokiaBrowser:"NokiaBrowser/[VER]",Opera:[" OPR/[VER]","Opera Mini/[VER]","Version/[VER]"],"Opera Mini":"Opera Mini/[VER]","Opera Mobi":"Version/[VER]",UCBrowser:["UCWEB[VER]","UC.*Browser/[VER]"],MQQBrowser:"MQQBrowser/[VER]",MicroMessenger:"MicroMessenger/[VER]",baiduboxapp:"baiduboxapp/[VER]",baidubrowser:"baidubrowser/[VER]",SamsungBrowser:"SamsungBrowser/[VER]",Iron:"Iron/[VER]",Safari:["Version/[VER]","Safari/[VER]"],Skyfire:"Skyfire/[VER]",Tizen:"Tizen/[VER]",Webkit:"webkit[ /][VER]",PaleMoon:"PaleMoon/[VER]",SailfishBrowser:"SailfishBrowser/[VER]",Gecko:"Gecko/[VER]",Trident:"Trident/[VER]",Presto:"Presto/[VER]",Goanna:"Goanna/[VER]",iOS:" \\bi?OS\\b [VER][ ;]{1}",Android:"Android [VER]",Sailfish:"Sailfish [VER]",BlackBerry:["BlackBerry[\\w]+/[VER]","BlackBerry.*Version/[VER]","Version/[VER]"],BREW:"BREW [VER]",Java:"Java/[VER]","Windows Phone OS":["Windows Phone OS [VER]","Windows Phone [VER]"],"Windows Phone":"Windows Phone [VER]","Windows CE":"Windows CE/[VER]","Windows NT":"Windows NT [VER]",Symbian:["SymbianOS/[VER]","Symbian/[VER]"],webOS:["webOS/[VER]","hpwOS/[VER];"]},utils:{Bot:"Googlebot|facebookexternalhit|Google-AMPHTML|s~amp-validator|AdsBot-Google|Google Keyword Suggestion|Facebot|YandexBot|YandexMobileBot|bingbot|ia_archiver|AhrefsBot|Ezooms|GSLFbot|WBSearchBot|Twitterbot|TweetmemeBot|Twikle|PaperLiBot|Wotbox|UnwindFetchor|Exabot|MJ12bot|YandexImages|TurnitinBot|Pingdom|contentkingapp|AspiegelBot",MobileBot:"Googlebot-Mobile|AdsBot-Google-Mobile|YahooSeeker/M1A1-R2D2",DesktopMode:"WPDesktop",TV:"SonyDTV|HbbTV",WebKit:"(webkit)[ /]([\\w.]+)",Console:"\\b(Nintendo|Nintendo WiiU|Nintendo 3DS|Nintendo Switch|PLAYSTATION|Xbox)\\b",Watch:"SM-V700"}},g.detectMobileBrowsers={fullPattern:/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i,
shortPattern:/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i,tabletPattern:/android|ipad|playbook|silk/i};var h,i=Object.prototype.hasOwnProperty;return g.FALLBACK_PHONE="UnknownPhone",g.FALLBACK_TABLET="UnknownTablet",g.FALLBACK_MOBILE="UnknownMobile",h="isArray"in Array?Array.isArray:function(a){return"[object Array]"===Object.prototype.toString.call(a)},function(){var a,b,c,e,f,j,k=g.mobileDetectRules;for(a in k.props)if(i.call(k.props,a)){for(b=k.props[a],h(b)||(b=[b]),f=b.length,e=0;e<f;++e)c=b[e],j=c.indexOf("[VER]"),j>=0&&(c=c.substring(0,j)+"([\\w._\\+]+)"+c.substring(j+5)),b[e]=new RegExp(c,"i");k.props[a]=b}d(k.oss),d(k.phones),d(k.tablets),d(k.uas),d(k.utils),k.oss0={WindowsPhoneOS:k.oss.WindowsPhoneOS,WindowsMobileOS:k.oss.WindowsMobileOS}}(),g.findMatch=function(a,b){for(var c in a)if(i.call(a,c)&&a[c].test(b))return c;return null},g.findMatches=function(a,b){var c=[];for(var d in a)i.call(a,d)&&a[d].test(b)&&c.push(d);return c},g.getVersionStr=function(a,b){var c,d,e,f,h=g.mobileDetectRules.props;if(i.call(h,a))for(c=h[a],e=c.length,d=0;d<e;++d)if(f=c[d].exec(b),null!==f)return f[1];return null},g.getVersion=function(a,b){var c=g.getVersionStr(a,b);return c?g.prepareVersionNo(c):NaN},g.prepareVersionNo=function(a){var b;return b=a.split(/[a-z._ \/\-]/i),1===b.length&&(a=b[0]),b.length>1&&(a=b[0]+".",b.shift(),a+=b.join("")),Number(a)},g.isMobileFallback=function(a){return g.detectMobileBrowsers.fullPattern.test(a)||g.detectMobileBrowsers.shortPattern.test(a.substr(0,4))},g.isTabletFallback=function(a){return g.detectMobileBrowsers.tabletPattern.test(a)},g.prepareDetectionCache=function(a,c,d){if(a.mobile===b){var e,h,i;return(h=g.findMatch(g.mobileDetectRules.tablets,c))?(a.mobile=a.tablet=h,void(a.phone=null)):(e=g.findMatch(g.mobileDetectRules.phones,c))?(a.mobile=a.phone=e,void(a.tablet=null)):void(g.isMobileFallback(c)?(i=f.isPhoneSized(d),i===b?(a.mobile=g.FALLBACK_MOBILE,a.tablet=a.phone=null):i?(a.mobile=a.phone=g.FALLBACK_PHONE,a.tablet=null):(a.mobile=a.tablet=g.FALLBACK_TABLET,a.phone=null)):g.isTabletFallback(c)?(a.mobile=a.tablet=g.FALLBACK_TABLET,a.phone=null):a.mobile=a.tablet=a.phone=null)}},g.mobileGrade=function(a){var b=null!==a.mobile();return a.os("iOS")&&a.version("iPad")>=4.3||a.os("iOS")&&a.version("iPhone")>=3.1||a.os("iOS")&&a.version("iPod")>=3.1||a.version("Android")>2.1&&a.is("Webkit")||a.version("Windows Phone OS")>=7||a.is("BlackBerry")&&a.version("BlackBerry")>=6||a.match("Playbook.*Tablet")||a.version("webOS")>=1.4&&a.match("Palm|Pre|Pixi")||a.match("hp.*TouchPad")||a.is("Firefox")&&a.version("Firefox")>=12||a.is("Chrome")&&a.is("AndroidOS")&&a.version("Android")>=4||a.is("Skyfire")&&a.version("Skyfire")>=4.1&&a.is("AndroidOS")&&a.version("Android")>=2.3||a.is("Opera")&&a.version("Opera Mobi")>11&&a.is("AndroidOS")||a.is("MeeGoOS")||a.is("Tizen")||a.is("Dolfin")&&a.version("Bada")>=2||(a.is("UC Browser")||a.is("Dolfin"))&&a.version("Android")>=2.3||a.match("Kindle Fire")||a.is("Kindle")&&a.version("Kindle")>=3||a.is("AndroidOS")&&a.is("NookTablet")||a.version("Chrome")>=11&&!b||a.version("Safari")>=5&&!b||a.version("Firefox")>=4&&!b||a.version("MSIE")>=7&&!b||a.version("Opera")>=10&&!b?"A":a.os("iOS")&&a.version("iPad")<4.3||a.os("iOS")&&a.version("iPhone")<3.1||a.os("iOS")&&a.version("iPod")<3.1||a.is("Blackberry")&&a.version("BlackBerry")>=5&&a.version("BlackBerry")<6||a.version("Opera Mini")>=5&&a.version("Opera Mini")<=6.5&&(a.version("Android")>=2.3||a.is("iOS"))||a.match("NokiaN8|NokiaC7|N97.*Series60|Symbian/3")||a.version("Opera Mobi")>=11&&a.is("SymbianOS")?"B":(a.version("BlackBerry")<5||a.match("MSIEMobile|Windows CE.*Mobile")||a.version("Windows Mobile")<=5.2,"C")},g.detectOS=function(a){return g.findMatch(g.mobileDetectRules.oss0,a)||g.findMatch(g.mobileDetectRules.oss,a)},g.getDeviceSmallerSide=function(){return window.screen.width<window.screen.height?window.screen.width:window.screen.height},f.prototype={constructor:f,mobile:function(){return g.prepareDetectionCache(this._cache,this.ua,this.maxPhoneWidth),this._cache.mobile},phone:function(){return g.prepareDetectionCache(this._cache,this.ua,this.maxPhoneWidth),this._cache.phone},tablet:function(){return g.prepareDetectionCache(this._cache,this.ua,this.maxPhoneWidth),this._cache.tablet},userAgent:function(){return this._cache.userAgent===b&&(this._cache.userAgent=g.findMatch(g.mobileDetectRules.uas,this.ua)),this._cache.userAgent},userAgents:function(){return this._cache.userAgents===b&&(this._cache.userAgents=g.findMatches(g.mobileDetectRules.uas,this.ua)),this._cache.userAgents},os:function(){return this._cache.os===b&&(this._cache.os=g.detectOS(this.ua)),this._cache.os},version:function(a){return g.getVersion(a,this.ua)},versionStr:function(a){return g.getVersionStr(a,this.ua)},is:function(b){return c(this.userAgents(),b)||a(b,this.os())||a(b,this.phone())||a(b,this.tablet())||c(g.findMatches(g.mobileDetectRules.utils,this.ua),b)},match:function(a){return a instanceof RegExp||(a=new RegExp(a,"i")),a.test(this.ua)},isPhoneSized:function(a){return f.isPhoneSized(a||this.maxPhoneWidth)},mobileGrade:function(){return this._cache.grade===b&&(this._cache.grade=g.mobileGrade(this)),this._cache.grade}},"undefined"!=typeof window&&window.screen?f.isPhoneSized=function(a){return a<0?b:g.getDeviceSmallerSide()<=a}:f.isPhoneSized=function(){},f._impl=g,f.version="1.4.5 2021-03-13",f})}(function(a){if("undefined"!=typeof module&&module.exports)return function(a){module.exports=a()};if("function"==typeof define&&define.amd)return define;if("undefined"!=typeof window)return function(a){window.MobileDetect=a()};throw new Error("unknown environment")}());var ai_lists=!0,ai_block_class_def="code-block";
if("undefined"!=typeof ai_lists){function V(a,e){for(var p=[];a=a.previousElementSibling;)("undefined"==typeof e||a.matches(e))&&p.push(a);return p}function ea(a,e){for(var p=[];a=a.nextElementSibling;)("undefined"==typeof e||a.matches(e))&&p.push(a);return p}var host_regexp=RegExp(":\\/\\/(.[^/:]+)","i");function fa(a){a=a.match(host_regexp);return null!=a&&1<a.length&&"string"===typeof a[1]&&0<a[1].length?a[1].toLowerCase():null}function P(a){return a.includes(":")?(a=a.split(":"),1E3*(3600*parseInt(a[0])+
60*parseInt(a[1])+parseInt(a[2]))):null}function W(a){try{var e=Date.parse(a);isNaN(e)&&(e=null)}catch(p){e=null}if(null==e&&a.includes(" ")){a=a.split(" ");try{e=Date.parse(a[0]),e+=P(a[1]),isNaN(e)&&(e=null)}catch(p){e=null}}return e}function X(){null==document.querySelector("#ai-iab-tcf-bar")&&null==document.querySelector(".ai-list-manual")||"function"!=typeof __tcfapi||"function"!=typeof ai_load_blocks||"undefined"!=typeof ai_iab_tcf_callback_installed||(__tcfapi("addEventListener",2,function(a,
e){e&&"useractioncomplete"===a.eventStatus&&(ai_tcData=a,ai_load_blocks(),a=document.querySelector("#ai-iab-tcf-status"),null!=a&&(a.textContent="IAB TCF 2.0 DATA LOADED"),a=document.querySelector("#ai-iab-tcf-bar"),null!=a&&(a.classList.remove("status-error"),a.classList.add("status-ok")))}),ai_iab_tcf_callback_installed=!0)}ai_process_lists=function(a){function e(b,d,k){if(0==b.length){if("!@!"==k)return!0;d!=k&&("true"==k.toLowerCase()?k=!0:"false"==k.toLowerCase()&&(k=!1));return d==k}if("object"!=
typeof d&&"array"!=typeof d)return!1;var l=b[0];b=b.slice(1);if("*"==l)for(let [,n]of Object.entries(d)){if(e(b,n,k))return!0}else if(l in d)return e(b,d[l],k);return!1}function p(b,d,k){if("object"!=typeof b||-1==d.indexOf("["))return!1;d=d.replace(/]| /gi,"").split("[");return e(d,b,k)}function z(){if("function"==typeof __tcfapi){var b=document.querySelector("#ai-iab-tcf-status"),d=document.querySelector("#ai-iab-tcf-bar");null!=b&&(b.textContent="IAB TCF 2.0 DETECTED");__tcfapi("getTCData",2,function(k,
l){l?(null!=d&&d.classList.add("status-ok"),"tcloaded"==k.eventStatus||"useractioncomplete"==k.eventStatus)?(ai_tcData=k,k.gdprApplies?null!=b&&(b.textContent="IAB TCF 2.0 DATA LOADED"):null!=b&&(b.textContent="IAB TCF 2.0 GDPR DOES NOT APPLY"),null!=d&&(d.classList.remove("status-error"),d.classList.add("status-ok")),setTimeout(function(){ai_process_lists()},10)):"cmpuishown"==k.eventStatus&&(ai_cmpuishown=!0,null!=b&&(b.textContent="IAB TCF 2.0 CMP UI SHOWN"),null!=d&&(d.classList.remove("status-error"),
d.classList.add("status-ok"))):(null!=b&&(b.textContent="IAB TCF 2.0 __tcfapi getTCData failed"),null!=d&&(d.classList.remove("status-ok"),d.classList.add("status-error")))})}}function C(b){"function"==typeof __tcfapi?("undefined"==typeof ai_iab_tcf_callback_installed&&X(),"undefined"==typeof ai_tcData_requested&&(ai_tcData_requested=!0,z(),cookies_need_tcData=!0)):b&&(null!=iab_tcf_status&&(iab_tcf_status.textContent="IAB TCF 2.0 MISSING: __tcfapi function not found"),null!=iab_tcf_bar&&(iab_tcf_bar.classList.remove("status-ok"),
iab_tcf_bar.classList.add("status-error")))}if(null==a)a=document.querySelectorAll("div.ai-list-data, meta.ai-list-data");else{window.jQuery&&window.jQuery.fn&&a instanceof jQuery&&(a=Array.prototype.slice.call(a));var x=[];a.forEach((b,d)=>{b.matches(".ai-list-data")?x.push(b):(b=b.querySelectorAll(".ai-list-data"),b.length&&b.forEach((k,l)=>{x.push(k)}))});a=x}if(a.length){a.forEach((b,d)=>{b.classList.remove("ai-list-data")});var I=ha(window.location.search);if(null!=I.referrer)var A=I.referrer;
else A=document.referrer,""!=A&&(A=fa(A));var Q=window.navigator.userAgent,R=Q.toLowerCase(),Y=navigator.language,J=Y.toLowerCase();if("undefined"!==typeof MobileDetect)var Z=new MobileDetect(Q);a.forEach((b,d)=>{var k=document.cookie.split(";");k.forEach(function(f,h){k[h]=f.trim()});d=b.closest("div."+ai_block_class_def);var l=!0;if(b.hasAttribute("referer-list")){var n=b.getAttribute("referer-list");n=b64d(n).split(",");var t=b.getAttribute("referer-list-type"),E=!1;n.every((f,h)=>{f=f.trim();
if(""==f)return!0;if("*"==f.charAt(0))if("*"==f.charAt(f.length-1)){if(f=f.substr(1,f.length-2),-1!=A.indexOf(f))return E=!0,!1}else{if(f=f.substr(1),A.substr(-f.length)==f)return E=!0,!1}else if("*"==f.charAt(f.length-1)){if(f=f.substr(0,f.length-1),0==A.indexOf(f))return E=!0,!1}else if("#"==f){if(""==A)return E=!0,!1}else if(f==A)return E=!0,!1;return!0});var u=E;switch(t){case "B":u&&(l=!1);break;case "W":u||(l=!1)}}if(l&&b.hasAttribute("client-list")&&"undefined"!==typeof Z)switch(n=b.getAttribute("client-list"),
n=b64d(n).split(","),t=b.getAttribute("client-list-type"),u=!1,n.every((f,h)=>{if(""==f.trim())return!0;f.split("&&").every((c,v)=>{v=!0;var w=!1;for(c=c.trim();"!!"==c.substring(0,2);)v=!v,c=c.substring(2);"language:"==c.substring(0,9)&&(w=!0,c=c.substring(9).toLowerCase());var q=!1;w?"*"==c.charAt(0)?"*"==c.charAt(c.length-1)?(c=c.substr(1,c.length-2).toLowerCase(),-1!=J.indexOf(c)&&(q=!0)):(c=c.substr(1).toLowerCase(),J.substr(-c.length)==c&&(q=!0)):"*"==c.charAt(c.length-1)?(c=c.substr(0,c.length-
1).toLowerCase(),0==J.indexOf(c)&&(q=!0)):c==J&&(q=!0):"*"==c.charAt(0)?"*"==c.charAt(c.length-1)?(c=c.substr(1,c.length-2).toLowerCase(),-1!=R.indexOf(c)&&(q=!0)):(c=c.substr(1).toLowerCase(),R.substr(-c.length)==c&&(q=!0)):"*"==c.charAt(c.length-1)?(c=c.substr(0,c.length-1).toLowerCase(),0==R.indexOf(c)&&(q=!0)):Z.is(c)&&(q=!0);return(u=q?v:!v)?!0:!1});return u?!1:!0}),t){case "B":u&&(l=!1);break;case "W":u||(l=!1)}var K=n=!1;for(t=1;2>=t;t++)if(l){switch(t){case 1:var g=b.getAttribute("cookie-list");
break;case 2:g=b.getAttribute("parameter-list")}if(null!=g){g=b64d(g);switch(t){case 1:var y=b.getAttribute("cookie-list-type");break;case 2:y=b.getAttribute("parameter-list-type")}g=g.replace("tcf-gdpr","tcf-v2[gdprApplies]=true");g=g.replace("tcf-no-gdpr","tcf-v2[gdprApplies]=false");g=g.replace("tcf-google","tcf-v2[vendor][consents][755]=true && tcf-v2[purpose][consents][1]=true");g=g.replace("tcf-no-google","!!tcf-v2[vendor][consents][755]");g=g.replace("tcf-media.net","tcf-v2[vendor][consents][142]=true && tcf-v2[purpose][consents][1]=true");
g=g.replace("tcf-no-media.net","!!tcf-v2[vendor][consents][142]");g=g.replace("tcf-amazon","tcf-v2[vendor][consents][793]=true && tcf-v2[purpose][consents][1]=true");g=g.replace("tcf-no-amazon","!!tcf-v2[vendor][consents][793]");g=g.replace("tcf-ezoic","tcf-v2[vendor][consents][347]=true && tcf-v2[purpose][consents][1]=true");g=g.replace("tcf-no-ezoic","!!tcf-v2[vendor][consents][347]");var F=g.split(","),aa=[];k.forEach(function(f){f=f.split("=");try{var h=JSON.parse(decodeURIComponent(f[1]))}catch(c){h=
decodeURIComponent(f[1])}aa[f[0]]=h});u=!1;var L=b;F.every((f,h)=>{f.split("&&").every((c,v)=>{v=!0;for(c=c.trim();"!!"==c.substring(0,2);)v=!v,c=c.substring(2);var w=c,q="!@!",D=-1!=c.indexOf("["),ba=(0==c.indexOf("tcf-v2")||0==c.indexOf("euconsent-v2"))&&-1!=c.indexOf("[");-1!=c.indexOf("=")&&(q=c.split("="),w=q[0],q=q[1],D=-1!=w.indexOf("["),ba=(0==w.indexOf("tcf-v2")||0==w.indexOf("euconsent-v2"))&&-1!=w.indexOf("["));if(ba)document.querySelector("#ai-iab-tcf-status"),D=document.querySelector("#ai-iab-tcf-bar"),
null!=D&&(D.style.display="block"),"object"==typeof ai_tcData?(null!=D&&D.classList.add("status-ok"),w=w.replace(/]| /gi,"").split("["),w.shift(),u=(w=e(w,ai_tcData,q))?v:!v):(L.classList.add("ai-list-data"),K=!0,"function"==typeof __tcfapi?C(!1):"undefined"==typeof ai_tcData_retrying&&(ai_tcData_retrying=!0,setTimeout(function(){"function"==typeof __tcfapi?C(!1):setTimeout(function(){"function"==typeof __tcfapi?C(!1):setTimeout(function(){C(!0)},3E3)},1E3)},600)));else if(D)u=(w=p(aa,w,q))?v:!v;
else{var S=!1;"!@!"==q?k.every(function(ia){return ia.split("=")[0]==c?(S=!0,!1):!0}):S=-1!=k.indexOf(c);u=S?v:!v}return u?!0:!1});return u?!1:!0});u&&(K=!1);switch(y){case "B":u&&(l=!1);break;case "W":u||(l=!1)}}}b.classList.contains("ai-list-manual")&&(l?(L.classList.remove("ai-list-data"),L.classList.remove("ai-list-manual")):(n=!0,L.classList.add("ai-list-data")));(l||!n&&!K)&&b.hasAttribute("data-debug-info")&&(g=document.querySelector("."+b.dataset.debugInfo),null!=g&&(g=g.parentElement,null!=
g&&g.classList.contains("ai-debug-info")&&g.remove()));y=V(b,".ai-debug-bar.ai-debug-lists");var ja=""==A?"#":A;0!=y.length&&y.forEach((f,h)=>{h=f.querySelector(".ai-debug-name.ai-list-info");null!=h&&(h.textContent=ja,h.title=Q+"\n"+Y);h=f.querySelector(".ai-debug-name.ai-list-status");null!=h&&(h.textContent=l?ai_front.visible:ai_front.hidden)});g=!1;if(l&&b.hasAttribute("scheduling-start")&&b.hasAttribute("scheduling-end")&&b.hasAttribute("scheduling-days")){var r=b.getAttribute("scheduling-start");
t=b.getAttribute("scheduling-end");y=b.getAttribute("scheduling-days");g=!0;r=b64d(r);F=b64d(t);var T=parseInt(b.getAttribute("scheduling-fallback")),M=parseInt(b.getAttribute("gmt"));if(r.includes("-")||F.includes("-"))N=W(r)+M,O=W(F)+M;else var N=P(r),O=P(F);var U=b64d(y).split(",");y=b.getAttribute("scheduling-type");var B=(new Date).getTime()+M;t=new Date(B);var G=t.getDay();r.includes("-")||F.includes("-")||(r=(new Date(t.getFullYear(),t.getMonth(),t.getDate())).getTime()+M,B-=r,0>B&&(B+=864E5));
0==G?G=6:G--;r=B>=N&&B<O&&U.includes(G.toString());switch(y){case "B":r=!r}r||(l=!1);var ka=t.toISOString().split(".")[0].replace("T"," ");y=V(b,".ai-debug-bar.ai-debug-scheduling");0!=y.length&&y.forEach((f,h)=>{h=f.querySelector(".ai-debug-name.ai-scheduling-info");null!=h&&(h.textContent=ka+" "+G+" current_time:"+Math.floor(B.toString()/1E3)+"  start_date:"+Math.floor(N/1E3).toString()+" ="+(B>=N).toString()+" end_date:"+Math.floor(O/1E3).toString()+" =:"+(B<O).toString()+" days:"+U.toString()+
" =:"+U.includes(G.toString()).toString());h=f.querySelector(".ai-debug-name.ai-scheduling-status");null!=h&&(h.textContent=l?ai_front.visible:ai_front.hidden);l||0==T||(f.classList.remove("ai-debug-scheduling"),f.classList.add("ai-debug-fallback"),h=f.querySelector(".ai-debug-name.ai-scheduling-status"),null!=h&&(h.textContent=ai_front.fallback+" = "+T))})}if(n||!l&&K)return!0;b.style.visibility="";b.style.position="";b.style.width="";b.style.height="";b.style.zIndex="";if(l){if(null!=d&&(d.style.visibility=
"",d.classList.contains("ai-remove-position")&&(d.style.position="")),b.hasAttribute("data-code")){n=b64d(b.dataset.code);r=document.createRange();g=!0;try{H=r.createContextualFragment(n)}catch(f){g=!1}g&&(null!=b.closest("head")?(b.parentNode.insertBefore(H,b.nextSibling),b.remove()):b.append(H));ca(b)}}else if(g&&!r&&0!=T){null!=d&&(d.style.visibility="",d.classList.contains("ai-remove-position")&&d.css({position:""}));n=ea(b,".ai-fallback");0!=n.length&&n.forEach((f,h)=>{f.classList.remove("ai-fallback")});
if(b.hasAttribute("data-fallback-code")){n=b64d(b.dataset.fallbackCode);r=document.createRange();g=!0;try{var H=r.createContextualFragment(n)}catch(f){g=!1}g&&b.append(H);ca(b)}else b.style.display="none",null!=d&&null==d.querySelector(".ai-debug-block")&&d.hasAttribute("style")&&-1==d.getAttribute("style").indexOf("height:")&&(d.style.display="none");null!=d&&d.hasAttribute("data-ai")&&(d.getAttribute("data-ai"),b.hasAttribute("fallback-tracking")&&(H=b.getAttribute("fallback-tracking"),d.setAttribute("data-ai-"+
b.getAttribute("fallback_level"),H)))}else b.style.display="none",null!=d&&(d.removeAttribute("data-ai"),d.classList.remove("ai-track"),null!=d.querySelector(".ai-debug-block")?(d.style.visibility="",d.classList.remove("ai-close"),d.classList.contains("ai-remove-position")&&(d.style.position="")):d.hasAttribute("style")&&-1==d.getAttribute("style").indexOf("height:")&&(d.style.display="none"));b.setAttribute("data-code","");b.setAttribute("data-fallback-code","");null!=d&&d.classList.remove("ai-list-block")})}};
function da(a){a=`; ${document.cookie}`.split(`; ${a}=`);if(2===a.length)return a.pop().split(";").shift()}function la(a,e,p){da(a)&&(document.cookie=a+"="+(e?";path="+e:"")+(p?";domain="+p:"")+";expires=Thu, 01 Jan 1970 00:00:01 GMT")}function m(a){da(a)&&(la(a,"/",window.location.hostname),document.cookie=a+"=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;")}(function(a){"complete"===document.readyState||"loading"!==document.readyState&&!document.documentElement.doScroll?a():document.addEventListener("DOMContentLoaded",
a)})(function(){setTimeout(function(){ai_process_lists();setTimeout(function(){X();if("function"==typeof ai_load_blocks){document.addEventListener("cmplzEnableScripts",e);document.addEventListener("cmplz_event_marketing",e);function e(p){"cmplzEnableScripts"!=p.type&&"all"!==p.consentLevel||ai_load_blocks()}}},50);var a=document.querySelector(".ai-debug-page-type");null!=a&&a.addEventListener("dblclick",e=>{e=document.querySelector("#ai-iab-tcf-status");null!=e&&(e.textContent="CONSENT COOKIES");
e=document.querySelector("#ai-iab-tcf-bar");null!=e&&(e.style.display="block")});a=document.querySelector("#ai-iab-tcf-bar");null!=a&&a.addEventListener("click",e=>{m("euconsent-v2");m("__lxG__consent__v2");m("__lxG__consent__v2_daisybit");m("__lxG__consent__v2_gdaisybit");m("CookieLawInfoConsent");m("cookielawinfo-checkbox-advertisement");m("cookielawinfo-checkbox-analytics");m("cookielawinfo-checkbox-necessary");m("complianz_policy_id");m("complianz_consent_status");m("cmplz_marketing");m("cmplz_consent_status");
m("cmplz_preferences");m("cmplz_statistics-anonymous");m("cmplz_choice");m("cmplz_banner-status");m("cmplz_functional");m("cmplz_policy_id");m("cmplz_statistics");m("moove_gdpr_popup");m("real_cookie_banner-blog:1-tcf");m("real_cookie_banner-blog:1");e=document.querySelector("#ai-iab-tcf-status");null!=e&&(e.textContent="CONSENT COOKIES DELETED")})},5)});function ca(a){setTimeout(function(){"function"==typeof ai_process_rotations_in_element&&ai_process_rotations_in_element(a);"function"==typeof ai_process_lists&&
ai_process_lists();"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses();"function"==typeof ai_process_filter_hooks&&ai_process_filter_hooks();"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks(a);"function"==typeof ai_process_impressions&&1==ai_tracking_finished&&ai_process_impressions();"function"==typeof ai_install_click_trackers&&1==ai_tracking_finished&&ai_install_click_trackers();"function"==typeof ai_install_close_buttons&&ai_install_close_buttons(document)},5)}
function ha(a){var e=a?a.split("?")[1]:window.location.search.slice(1);a={};if(e){e=e.split("#")[0];e=e.split("&");for(var p=0;p<e.length;p++){var z=e[p].split("="),C=void 0,x=z[0].replace(/\[\d*\]/,function(I){C=I.slice(1,-1);return""});z="undefined"===typeof z[1]?"":z[1];x=x.toLowerCase();z=z.toLowerCase();a[x]?("string"===typeof a[x]&&(a[x]=[a[x]]),"undefined"===typeof C?a[x].push(z):a[x][C]=z):a[x]=z}}return a}};

ai_js_code = true;
</script>
<script>window.lazyLoadOptions={elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.hflthailand.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script>
<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>

<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1717357809 -->

Latest requests

# Url Url Source Date
1 https://www.hflthailand.com/ 2024-06-03 05:58:57
2 https://thebolditalic.com/?gi=34be… 2024-06-03 05:58:56
3 https://thebolditalic.com/?gi=62d3… 2024-06-03 05:58:53
4 https://thebolditalic.com/?gi=b9d0… 2024-06-03 05:58:52
5 https://thebolditalic.com/?gi=786f… 2024-06-03 05:58:52
6 https://thebolditalic.com/?gi=e048… 2024-06-03 05:58:51
7 https://thebolditalic.com/?gi=9d7e… 2024-06-03 05:58:51
8 https://thebolditalic.com/?gi=ef32… 2024-06-03 05:58:50
9 https://thebolditalic.com/?gi=9fab… 2024-06-03 05:58:49
10 https://thebolditalic.com/?gi=f369… 2024-06-03 05:58:49
11 https://thebolditalic.com/?gi=54e2… 2024-06-03 05:58:48
12 https://thebolditalic.com/?gi=6017… 2024-06-03 05:58:47
13 https://travisdbfji.howeweb.com/ 2024-06-03 05:58:46
14 https://thebolditalic.com/?gi=83d8… 2024-06-03 05:58:45
15 https://thebolditalic.com/?gi=b9d5… 2024-06-03 05:58:45
16 https://thebolditalic.com/?gi=828d… 2024-06-03 05:58:45
17 https://thebolditalic.com/?gi=72e9… 2024-06-03 05:58:44
18 https://thebolditalic.com/?gi=4c6e… 2024-06-03 05:58:43
19 https://thebolditalic.com/?gi=0bdb… 2024-06-03 05:58:42
20 https://thebolditalic.com/?gi=b73e… 2024-06-03 05:58:41