301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: oadep.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html class="no-js" lang="vi"> <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(e){this.triggerEvents=e,this.eventOptions={passive:!0},this.userEventHandler=this.triggerListener.bind(this),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,e.eventOptions)))}_removeUserInteractionListener(e){this.triggerEvents.forEach((t=>window.removeEventListener(t,e.userEventHandler,e.eventOptions)))}_interceptClicks(e){e.interceptedClicks=[],e.clickHandler=e._saveClicks.bind(e),window.addEventListener("click",e.clickHandler)}_saveClicks(e){this.interceptedClicks.push(e),e.target.matches('a[href="#"], a[href="#"] *')&&e.preventDefault()}_replayClicks(){window.removeEventListener("click",this.clickHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}async _loadEverythingNow(){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),await this._triggerDOMContentLoaded(),await this._triggerWindowLoad(),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._requestAnimFrame(),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()),e.parentNode.replaceChild(n,e)}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){var e=document.createDocumentFragment();[...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async].forEach((t=>{const n=t.getAttribute("src");if(n){const t=document.createElement("link");t.href=n,t.rel="preload",t.as="script",e.appendChild(t)}})),document.head.appendChild(e)}_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._requestAnimFrame(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._requestAnimFrame(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-load")),await this._requestAnimFrame(),window.rocketonload&&window.rocketonload(),await this._requestAnimFrame(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),window.dispatchEvent(new Event("rocket-pageshow")),await this._requestAnimFrame(),window.rocketonpageshow&&window.rocketonpageshow()}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let a=e.get(n);void 0===a&&(a=n.nextSibling,e.set(n,a));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,a)}}async _requestAnimFrame(){return new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts(["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"]);e._addUserInteractionListener(e),e._interceptClicks(e)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"/> <link rel="profile" href="https://gmpg.org/xfn/11"/> <script type="rocketlazyloadscript">document.documentElement.className = document.documentElement.className + ' yes-js js_active js'</script> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- This site is optimized with the Yoast SEO plugin v25.0 - https://yoast.com/wordpress/plugins/seo/ --> <title>Oadep.com - Nhà cung cấp các sản phẩm làm đẹp chính hãng</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&subset=vietnamese&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&subset=vietnamese&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&subset=vietnamese&display=swap" /></noscript><link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&subset=vietnamese&display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&subset=vietnamese&display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&subset=vietnamese&display=swap" /></noscript> <meta name="description" content="Oadep.com - Nhà cung cấp các sản phẩm làm đẹp chính hãng. Với sứ mệnh mang lại sự hài lòng, trải nghiệm mua sắm đầy ngạc nhiên tới khách hàng!" /> <link rel="canonical" href="https://oadep.com/" /> <meta property="og:locale" content="vi_VN" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Oadep.com - Nhà cung cấp các sản phẩm làm đẹp chính hãng" /> <meta property="og:description" content="Oadep.com - Nhà cung cấp các sản phẩm làm đẹp chính hãng. Với sứ mệnh mang lại sự hài lòng, trải nghiệm mua sắm đầy ngạc nhiên tới khách hàng!" /> <meta property="og:url" content="https://oadep.com/" /> <meta property="og:site_name" content="Oadep.com" /> <meta property="article:modified_time" content="2023-03-22T02:28:46+00:00" /> <meta property="og:image" content="https://oadep.com/wp-content/uploads/2022/04/Banner-Vichy-oadep.jpg" /> <meta name="twitter:card" content="summary_large_image" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://oadep.com/","url":"https://oadep.com/","name":"Oadep.com - Nhà cung cấp các sản phẩm làm đẹp chính hãng","isPartOf":{"@id":"https://oadep.com/#website"},"about":{"@id":"https://oadep.com/#organization"},"primaryImageOfPage":{"@id":"https://oadep.com/#primaryimage"},"image":{"@id":"https://oadep.com/#primaryimage"},"thumbnailUrl":"https://oadep.com/wp-content/uploads/2022/04/Banner-Vichy-oadep.jpg","datePublished":"2021-07-05T04:44:54+00:00","dateModified":"2023-03-22T02:28:46+00:00","description":"Oadep.com - Nhà cung cấp các sản phẩm làm đẹp chính hãng. Với sứ mệnh mang lại sự hài lòng, trải nghiệm mua sắm đầy ngạc nhiên tới khách hàng!","breadcrumb":{"@id":"https://oadep.com/#breadcrumb"},"inLanguage":"vi","potentialAction":[{"@type":"ReadAction","target":["https://oadep.com/"]}]},{"@type":"ImageObject","inLanguage":"vi","@id":"https://oadep.com/#primaryimage","url":"https://oadep.com/wp-content/uploads/2022/04/Banner-Vichy-oadep.jpg","contentUrl":"https://oadep.com/wp-content/uploads/2022/04/Banner-Vichy-oadep.jpg","width":1170,"height":450,"caption":"Vichy"},{"@type":"BreadcrumbList","@id":"https://oadep.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Trang chủ"}]},{"@type":"WebSite","@id":"https://oadep.com/#website","url":"https://oadep.com/","name":"Oadep.com","description":"Oa đẹp","publisher":{"@id":"https://oadep.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://oadep.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"vi"},{"@type":"Organization","@id":"https://oadep.com/#organization","name":"Oadep.com","url":"https://oadep.com/","logo":{"@type":"ImageObject","inLanguage":"vi","@id":"https://oadep.com/#/schema/logo/image/","url":"","contentUrl":"","caption":"Oadep.com"},"image":{"@id":"https://oadep.com/#/schema/logo/image/"}}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="Dòng thông tin Oadep.com »" href="https://oadep.com/feed" /> <link rel="alternate" type="application/rss+xml" title="Oadep.com » Dòng bình luận" href="https://oadep.com/comments/feed" /> <style id='wp-emoji-styles-inline-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='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link data-minify="1" rel='stylesheet' id='jquery-selectBox-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/plugins/yith-woocommerce-wishlist/assets/css/jquery.selectBox.css?ver=1728705123' media='all' /> <link data-minify="1" rel='stylesheet' id='woocommerce_prettyPhoto_css-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/prettyPhoto.css?ver=1728705123' media='all' /> <link data-minify="1" rel='stylesheet' id='yith-wcwl-main-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/plugins/yith-woocommerce-wishlist/assets/css/style.css?ver=1728705123' media='all' /> <style id='yith-wcwl-main-inline-css'> :root { --color-add-to-wishlist-background: #333333; --color-add-to-wishlist-text: #FFFFFF; --color-add-to-wishlist-border: #333333; --color-add-to-wishlist-background-hover: #333333; --color-add-to-wishlist-text-hover: #FFFFFF; --color-add-to-wishlist-border-hover: #333333; --rounded-corners-radius: 16px; --color-add-to-cart-background: #333333; --color-add-to-cart-text: #FFFFFF; --color-add-to-cart-border: #333333; --color-add-to-cart-background-hover: #4F4F4F; --color-add-to-cart-text-hover: #FFFFFF; --color-add-to-cart-border-hover: #4F4F4F; --add-to-cart-rounded-corners-radius: 16px; --color-button-style-1-background: #333333; --color-button-style-1-text: #FFFFFF; --color-button-style-1-border: #333333; --color-button-style-1-background-hover: #4F4F4F; --color-button-style-1-text-hover: #FFFFFF; --color-button-style-1-border-hover: #4F4F4F; --color-button-style-2-background: #333333; --color-button-style-2-text: #FFFFFF; --color-button-style-2-border: #333333; --color-button-style-2-background-hover: #4F4F4F; --color-button-style-2-text-hover: #FFFFFF; --color-button-style-2-border-hover: #4F4F4F; --color-wishlist-table-background: #FFFFFF; --color-wishlist-table-text: #6d6c6c; --color-wishlist-table-border: #FFFFFF; --color-headers-background: #F4F4F4; --color-share-button-color: #FFFFFF; --color-share-button-color-hover: #FFFFFF; --color-fb-button-background: #39599E; --color-fb-button-background-hover: #595A5A; --color-tw-button-background: #45AFE2; --color-tw-button-background-hover: #595A5A; --color-pr-button-background: #AB2E31; --color-pr-button-background-hover: #595A5A; --color-em-button-background: #FBB102; --color-em-button-background-hover: #595A5A; --color-wa-button-background: #00A901; --color-wa-button-background-hover: #595A5A; --feedback-duration: 3s } :root { --color-add-to-wishlist-background: #333333; --color-add-to-wishlist-text: #FFFFFF; --color-add-to-wishlist-border: #333333; --color-add-to-wishlist-background-hover: #333333; --color-add-to-wishlist-text-hover: #FFFFFF; --color-add-to-wishlist-border-hover: #333333; --rounded-corners-radius: 16px; --color-add-to-cart-background: #333333; --color-add-to-cart-text: #FFFFFF; --color-add-to-cart-border: #333333; --color-add-to-cart-background-hover: #4F4F4F; --color-add-to-cart-text-hover: #FFFFFF; --color-add-to-cart-border-hover: #4F4F4F; --add-to-cart-rounded-corners-radius: 16px; --color-button-style-1-background: #333333; --color-button-style-1-text: #FFFFFF; --color-button-style-1-border: #333333; --color-button-style-1-background-hover: #4F4F4F; --color-button-style-1-text-hover: #FFFFFF; --color-button-style-1-border-hover: #4F4F4F; --color-button-style-2-background: #333333; --color-button-style-2-text: #FFFFFF; --color-button-style-2-border: #333333; --color-button-style-2-background-hover: #4F4F4F; --color-button-style-2-text-hover: #FFFFFF; --color-button-style-2-border-hover: #4F4F4F; --color-wishlist-table-background: #FFFFFF; --color-wishlist-table-text: #6d6c6c; --color-wishlist-table-border: #FFFFFF; --color-headers-background: #F4F4F4; --color-share-button-color: #FFFFFF; --color-share-button-color-hover: #FFFFFF; --color-fb-button-background: #39599E; --color-fb-button-background-hover: #595A5A; --color-tw-button-background: #45AFE2; --color-tw-button-background-hover: #595A5A; --color-pr-button-background: #AB2E31; --color-pr-button-background-hover: #595A5A; --color-em-button-background: #FBB102; --color-em-button-background-hover: #595A5A; --color-wa-button-background: #00A901; --color-wa-button-background-hover: #595A5A; --feedback-duration: 3s } </style> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--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--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;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link data-minify="1" rel='stylesheet' id='contact-form-7-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=1728705123' media='all' /> <link rel='stylesheet' id='animate-css-css' href='https://oadep.com/wp-content/plugins/ovic-addon-toolkit/assets/css/animate.min.css?ver=3.7.0' media='all' /> <link rel='stylesheet' id='growl-css' href='https://oadep.com/wp-content/plugins/ovic-addon-toolkit/assets/3rd-party/growl/growl.min.css?ver=1.3.5' media='all' /> <link rel='stylesheet' id='ovic-core-css' href='https://oadep.com/wp-content/plugins/ovic-addon-toolkit/assets/css/ovic-core.min.css?ver=2.6.1' media='all' /> <style id='woocommerce-inline-inline-css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link data-minify="1" rel='stylesheet' id='jquery-colorbox-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/plugins/yith-woocommerce-compare/assets/css/colorbox.css?ver=1728705124' media='all' /> <link data-minify="1" rel='stylesheet' id='yith-quick-view-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/plugins/yith-woocommerce-quick-view/assets/css/yith-quick-view.css?ver=1728705124' media='all' /> <style id='yith-quick-view-inline-css'> #yith-quick-view-modal .yith-quick-view-overlay{background:rgba( 0, 0, 0, 0.8)} #yith-quick-view-modal .yith-wcqv-main{background:#ffffff;} #yith-quick-view-close{color:#cdcdcd;} #yith-quick-view-close:hover{color:#ff0000;} </style> <link data-minify="1" rel='stylesheet' id='brands-styles-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/brands.css?ver=1737413683' media='all' /> <link rel='stylesheet' id='dgwt-wcas-style-css' href='https://oadep.com/wp-content/plugins/ajax-search-for-woocommerce/assets/css/style.min.css?ver=1.30.0' media='all' /> <link data-minify="1" rel='stylesheet' id='wgdr-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-google-dynamic-retargeting-tag/public/css/wgdr-frontend.css?ver=1728705124' media='all' /> <style id='akismet-widget-style-inline-css'> .a-stats { --akismet-color-mid-green: #357b49; --akismet-color-white: #fff; --akismet-color-light-grey: #f6f7f7; max-width: 350px; width: auto; } .a-stats * { all: unset; box-sizing: border-box; } .a-stats strong { font-weight: 600; } .a-stats a.a-stats__link, .a-stats a.a-stats__link:visited, .a-stats a.a-stats__link:active { background: var(--akismet-color-mid-green); border: none; box-shadow: none; border-radius: 8px; color: var(--akismet-color-white); cursor: pointer; display: block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; font-weight: 500; padding: 12px; text-align: center; text-decoration: none; transition: all 0.2s ease; } /* Extra specificity to deal with TwentyTwentyOne focus style */ .widget .a-stats a.a-stats__link:focus { background: var(--akismet-color-mid-green); color: var(--akismet-color-white); text-decoration: none; } .a-stats a.a-stats__link:hover { filter: brightness(110%); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16); } .a-stats .count { color: var(--akismet-color-white); display: block; font-size: 1.5em; line-height: 1.4; padding: 0 13px; white-space: nowrap; } </style> <link rel='stylesheet' id='rtwpvs-css' href='https://oadep.com/wp-content/plugins/woo-product-variation-swatches/assets/css/rtwpvs.min.css?ver=1746017470' media='all' /> <style id='rtwpvs-inline-css'> .rtwpvs-term:not(.rtwpvs-radio-term) { width: 30px; height: 30px; } .rtwpvs-squared .rtwpvs-button-term { min-width: 30px; } .rtwpvs-button-term span { font-size: 16px; } .rtwpvs.rtwpvs-attribute-behavior-blur .rtwpvs-term:not(.rtwpvs-radio-term).disabled::before, .rtwpvs.rtwpvs-attribute-behavior-blur .rtwpvs-term:not(.rtwpvs-radio-term).disabled::after, .rtwpvs.rtwpvs-attribute-behavior-blur .rtwpvs-term:not(.rtwpvs-radio-term).disabled:hover::before, .rtwpvs.rtwpvs-attribute-behavior-blur .rtwpvs-term:not(.rtwpvs-radio-term).disabled:hover::after { background: #ff0000 !important; } .rtwpvs.rtwpvs-attribute-behavior-blur .rtwpvs-term:not(.rtwpvs-radio-term).disabled img, .rtwpvs.rtwpvs-attribute-behavior-blur .rtwpvs-term:not(.rtwpvs-radio-term).disabled span, .rtwpvs.rtwpvs-attribute-behavior-blur .rtwpvs-term:not(.rtwpvs-radio-term).disabled:hover img, .rtwpvs.rtwpvs-attribute-behavior-blur .rtwpvs-term:not(.rtwpvs-radio-term).disabled:hover span { opacity: 0.3; } </style> <link rel='stylesheet' id='rtwpvs-tooltip-css' href='https://oadep.com/wp-content/plugins/woo-product-variation-swatches/assets/css/rtwpvs-tooltip.min.css?ver=1746017470' media='all' /> <link data-minify="1" rel='stylesheet' id='font-awesome-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=1728705124' media='all' /> <style id='font-awesome-inline-css'> [data-font="FontAwesome"]:before {font-family: 'FontAwesome' !important;content: attr(data-icon) !important;speak: none !important;font-weight: normal !important;font-variant: normal !important;text-transform: none !important;line-height: 1 !important;font-style: normal !important;-webkit-font-smoothing: antialiased !important;-moz-osx-font-smoothing: grayscale !important;} </style> <link data-minify="1" rel='stylesheet' id='elementor-icons-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=1728705129' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://oadep.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.25.11' media='all' /> <link data-minify="1" rel='stylesheet' id='swiper-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=1728705129' media='all' /> <link rel='stylesheet' id='e-swiper-css' href='https://oadep.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.25.11' media='all' /> <link rel='stylesheet' id='elementor-post-18169-css' href='https://oadep.com/wp-content/uploads/elementor/css/post-18169.css?ver=1631548999' media='all' /> <link rel='stylesheet' id='ovic-elementor-css' href='https://oadep.com/wp-content/plugins/ovic-addon-toolkit/assets/css/elementor.min.css?ver=2.6.1' media='' /> <link rel='stylesheet' id='ovic-elementor-grid-css' href='https://oadep.com/wp-content/plugins/ovic-addon-toolkit/assets/css/elementor-grid.min.css?ver=2.6.1' media='' /> <link data-minify="1" rel='stylesheet' id='font-awesome-5-all-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=1728705129' media='all' /> <link rel='stylesheet' id='font-awesome-4-shim-css' href='https://oadep.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.25.11' media='all' /> <link data-minify="1" rel='stylesheet' id='elementor-post-18564-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/uploads/elementor/css/post-18564.css?ver=1728705135' media='all' /> <link rel='stylesheet' id='scrollbar-css' href='https://oadep.com/wp-content/themes/kuteshop/assets/vendor/scrollbar/scrollbar.min.css?ver=0.2.10' media='all' /> <link rel='stylesheet' id='chosen-css' href='https://oadep.com/wp-content/themes/kuteshop/assets/vendor/chosen/chosen.min.css?ver=1.8.7' media='all' /> <link rel='stylesheet' id='slick-css' href='https://oadep.com/wp-content/plugins/ovic-addon-toolkit/assets/3rd-party/slick/slick.min.css?ver=1.0.1' media='all' /> <link data-minify="1" rel='stylesheet' id='kuteshop_default-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/themes/kuteshop/assets/css/default.css?ver=1728705124' media='all' /> <link data-minify="1" rel='stylesheet' id='main-icon-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/themes/kuteshop/assets/vendor/main-icon/style.css?ver=1728705124' media='all' /> <link data-minify="1" rel='stylesheet' id='kuteshop-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/themes/kuteshop/assets/css/style.css?ver=1728705128' media='all' /> <link rel='stylesheet' id='kuteshop-main-css' href='https://oadep.com/wp-content/themes/kuteshop/style.css?ver=4.2.3' media='all' /> <style id='kuteshop-main-inline-css'> body{ --main-color-h:34; --main-color-s:87%; --main-color-l:48%; --default-color:#000;--main-color:#e68810;--main-color-b:#dd3333;--main-color-t:#f9f9f9;}@media (max-width:1499px) and (min-width:992px){body{}} @media (min-width: 1230px){ body{ --main-container:1170px; } body.wcfm-store-page .site #main{ width:1200px !important; } } .vertical-menu > .menu-item:nth-child(n+12){ display: none; } </style> <link rel='stylesheet' id='kuteshop-new-css' href='https://oadep.com/wp-content/themes/kuteshop/assets/css/style-new.min.css?ver=4.2.3' media='all' /> <link rel='stylesheet' id='megamenu-frontend-css' href='https://oadep.com/wp-content/plugins/ovic-addon-toolkit/includes/extends/megamenu/assets/css/megamenu.min.css?ver=6.8' media='all' /> <link data-minify="1" rel='stylesheet' id='call-now-button-modern-style-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/plugins/call-now-button/resources/style/modern.css?ver=1728705129' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://oadep.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' /> <link data-minify="1" rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=1728705135' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script type="text/template" id="tmpl-ovic-notice-popup"> <# if ( data.img_url != '' ) { #> <figure> <img src="{{data.img_url}}" alt="{{data.title}}" class="growl-thumb"/> </figure> <# } #> <p class="growl-content"> <# if ( data.title != '' ) { #> <span>{{data.title}}</span> <# } #> {{{data.content}}} </p> </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 role="alert">Rất tiếc, sản phẩm này hiện không tồn tại. Hãy chọn một phương thức kết hợp khác.</p> </script> <script src="https://oadep.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://oadep.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></script> <script id="wp-util-js-extra"> var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; </script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-includes/js/wp-util.min.js?ver=6.8" id="wp-util-js"></script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.9.8.2" id="jquery-blockui-js" defer data-wp-strategy="defer"></script> <script id="wc-add-to-cart-js-extra"> var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"Xem gi\u1ecf h\u00e0ng","cart_url":"https:\/\/oadep.com\/cart","is_cart":"","cart_redirect_after_add":"no"}; </script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=9.8.2" id="wc-add-to-cart-js" defer data-wp-strategy="defer"></script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.9.8.2" id="js-cookie-js" defer data-wp-strategy="defer"></script> <script id="woocommerce-js-extra"> var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_password_show":"Hi\u1ec3n th\u1ecb m\u1eadt kh\u1ea9u","i18n_password_hide":"\u1ea8n m\u1eadt kh\u1ea9u"}; </script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=9.8.2" id="woocommerce-js" defer data-wp-strategy="defer"></script> <script id="wc-add-to-cart-variation-js-extra"> var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"R\u1ea5t ti\u1ebfc, kh\u00f4ng c\u00f3 s\u1ea3n ph\u1ea9m n\u00e0o ph\u00f9 h\u1ee3p v\u1edbi l\u1ef1a ch\u1ecdn c\u1ee7a b\u1ea1n. H\u00e3y ch\u1ecdn m\u1ed9t ph\u01b0\u01a1ng th\u1ee9c k\u1ebft h\u1ee3p kh\u00e1c.","i18n_make_a_selection_text":"Ch\u1ecdn c\u00e1c t\u00f9y ch\u1ecdn cho s\u1ea3n ph\u1ea9m tr\u01b0\u1edbc khi cho s\u1ea3n ph\u1ea9m v\u00e0o gi\u1ecf h\u00e0ng c\u1ee7a b\u1ea1n.","i18n_unavailable_text":"R\u1ea5t ti\u1ebfc, s\u1ea3n ph\u1ea9m n\u00e0y hi\u1ec7n kh\u00f4ng t\u1ed3n t\u1ea1i. H\u00e3y ch\u1ecdn m\u1ed9t ph\u01b0\u01a1ng th\u1ee9c k\u1ebft h\u1ee3p kh\u00e1c.","i18n_reset_alert_text":"L\u1ef1a ch\u1ecdn c\u1ee7a b\u1ea1n \u0111\u00e3 \u0111\u01b0\u1ee3c \u0111\u1eb7t l\u1ea1i. Vui l\u00f2ng ch\u1ecdn m\u1ed9t s\u1ed1 t\u00f9y ch\u1ecdn s\u1ea3n ph\u1ea9m tr\u01b0\u1edbc khi th\u00eam s\u1ea3n ph\u1ea9m n\u00e0y v\u00e0o gi\u1ecf h\u00e0ng c\u1ee7a b\u1ea1n.","ajax_url":"\/wp-admin\/admin-ajax.php","i18n_view_cart":"View cart","i18n_add_to_cart":"Add to cart","i18n_select_options":"Select options","cart_url":"https:\/\/oadep.com\/cart","is_cart":"","cart_redirect_after_add":"no","enable_ajax_add_to_cart":"yes"}; </script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=9.8.2" id="wc-add-to-cart-variation-js" defer data-wp-strategy="defer"></script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.25.11" id="font-awesome-4-shim-js"></script> <link rel="https://api.w.org/" href="https://oadep.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://oadep.com/wp-json/wp/v2/pages/18564" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://oadep.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.8" /> <meta name="generator" content="WooCommerce 9.8.2" /> <link rel='shortlink' href='https://oadep.com/' /> <meta name="generator" content="Site Kit by Google 1.151.0" /><script type="rocketlazyloadscript" id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/8deeb7b687e77a2807a7ebd74/4730dd1a199997d9680e5d117.js");</script> <!-- Global site tag (gtag.js) - Google Ads: 589179751 --> <script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=AW-589179751"></script> <script type="rocketlazyloadscript"> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-589179751'); </script> <style> .dgwt-wcas-ico-magnifier,.dgwt-wcas-ico-magnifier-handler{max-width:20px}.dgwt-wcas-search-wrapp{max-width:600px} </style> <!-- Google site verification - Google for WooCommerce --> <meta name="google-site-verification" content="z8z9Y-4qIKo35K_gXHBmoIGZ99-I2tX325zmGUCpXTo" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <meta name="generator" content="Elementor 3.25.11; features: additional_custom_breakpoints, e_optimized_control_loading; settings: css_print_method-external, google_font-enabled, font_display-auto"> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); </script> <!-- WooCommerce Facebook Integration Begin --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> fbq('init', '2598699550255367', {}, { "agent": "woocommerce-9.8.2-3.4.7" }); fbq( 'track', 'PageView', { "source": "woocommerce", "version": "9.8.2", "pluginVersion": "3.4.7" } ); document.addEventListener( 'DOMContentLoaded', function() { // Insert placeholder for events injected when a product is added to the cart through AJAX. document.body.insertAdjacentHTML( 'beforeend', '<div class=\"wc-facebook-pixel-event-placeholder\"></div>' ); }, false ); </script> <!-- WooCommerce Facebook Integration End --> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <!-- Đoạn mã Google Tag Manager được thêm bởi Site Kit --> <script type="rocketlazyloadscript"> ( function( w, d, s, l, i ) { w[l] = w[l] || []; w[l].push( {'gtm.start': new Date().getTime(), event: 'gtm.js'} ); var f = d.getElementsByTagName( s )[0], j = d.createElement( s ), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore( j, f ); } )( window, document, 'script', 'dataLayer', 'GTM-5QNWCN8' ); </script> <!-- Kết thúc đoạn mã Google Tag Manager được thêm bởi Site Kit --> <link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link rel="icon" href="https://oadep.com/wp-content/uploads/2020/09/cropped-Favicon-32x32.jpg" sizes="32x32" /> <link rel="icon" href="https://oadep.com/wp-content/uploads/2020/09/cropped-Favicon-192x192.jpg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://oadep.com/wp-content/uploads/2020/09/cropped-Favicon-180x180.jpg" /> <meta name="msapplication-TileImage" content="https://oadep.com/wp-content/uploads/2020/09/cropped-Favicon-270x270.jpg" /> <style type="text/css">.ovic-menu-clone-wrap .head-menu-mobile{background-position:center center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;}</style> <!-- Global site tag (gtag.js) - Google Ads: AW-589179751 - Google for WooCommerce --> <script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=AW-589179751"></script> <script type="rocketlazyloadscript"> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag( 'consent', 'default', { analytics_storage: 'denied', ad_storage: 'denied', ad_user_data: 'denied', ad_personalization: 'denied', region: ['AT', 'BE', 'BG', 'HR', 'CY', 'CZ', 'DK', 'EE', 'FI', 'FR', 'DE', 'GR', 'HU', 'IS', 'IE', 'IT', 'LV', 'LI', 'LT', 'LU', 'MT', 'NL', 'NO', 'PL', 'PT', 'RO', 'SK', 'SI', 'ES', 'SE', 'GB', 'CH'], wait_for_update: 500, } ); gtag('js', new Date()); gtag('set', 'developer_id.dOGY3NW', true); gtag("config", "AW-589179751", { "groups": "GLA", "send_page_view": false }); </script> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head> <body data-rsssl=1 class="home wp-singular page-template page-template-elementor_header_footer page page-id-18564 wp-embed-responsive wp-theme-kuteshop theme-kuteshop woocommerce-no-js rtwpvs rtwpvs-rounded rtwpvs-attribute-behavior-blur rtwpvs-archive-align-left rtwpvs-tooltip kuteshop-4.2.3 header-style-01 has-header-sticky elementor-default elementor-template-full-width elementor-kit-18169 elementor-page elementor-page-18564"> <a href="#" class="overlay-body" aria-hidden="true"></a> <!-- #page --> <div id="page" class="site"> <header id="header" class="header style-01"> <div class="header-section header-top"> <div class="container"> <div class="header-inner"> <div class="header-start"> </div> <div class="header-end"> </div> </div> </div> </div> <div class="header-section header-mid"> <div class="container"> <div class="header-inner"> <div class="logo"><a href="https://oadep.com/"><figure class="logo-image"><img width="300" height="150" alt="Oadep.com" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20150'%3E%3C/svg%3E" class="_rw" data-lazy-src="https://oadep.com/wp-content/uploads/2022/04/Logo-Oadep-2022.png" /><noscript><img width="300" height="150" alt="Oadep.com" src="https://oadep.com/wp-content/uploads/2022/04/Logo-Oadep-2022.png" class="_rw" /></noscript></figure></a></div> <div class="block-search"><div class="dgwt-wcas-search-wrapp dgwt-wcas-has-submit js-dgwt-wcas-mobile-overlay-enabled"> <form class="search-form dgwt-wcas-search-form" role="search" method="get" action="https://oadep.com/"> <div class="category"> <select name='product_cat' id='582338277' class='category-search-option' tabindex="1"> <option value='0'>Tất cả</option> <option class="level-0" value="bo-san-pham">Bộ sản phẩm</option> <option class="level-1" value="bo-cham-soc-da"> Bộ chăm sóc da</option> <option class="level-1" value="bo-cham-soc-toc"> Bộ chăm sóc tóc</option> <option class="level-1" value="bo-trang-diem"> Bộ trang điểm</option> <option class="level-0" value="cham-soc-co-the">Chăm sóc cơ thể</option> <option class="level-1" value="cham-soc-chan"> Chăm sóc chân</option> <option class="level-1" value="cham-soc-tay"> Chăm sóc tay</option> <option class="level-1" value="cham-soc-vung-kin"> Chăm sóc vùng kín</option> <option class="level-1" value="duong-the"> Dưỡng thể</option> <option class="level-1" value="kem-chong-nang-toan-than"> Kem chống nắng toàn thân</option> <option class="level-1" value="khu-mui"> Khử mùi</option> <option class="level-1" value="sua-tam"> Sữa tắm</option> <option class="level-1" value="tay-da-chet-toan-than"> Tẩy da chết toàn thân</option> <option class="level-1" value="tay-long"> Tẩy lông</option> <option class="level-0" value="cham-soc-mat">Chăm sóc mặt</option> <option class="level-1" value="cham-soc-rau"> Chăm sóc râu</option> <option class="level-1" value="da-vung-mat"> Da vùng mắt</option> <option class="level-1" value="duong-da"> Dưỡng da</option> <option class="level-1" value="dieu-tri-phuc-hoi-da"> Điều trị & Phục hồi da</option> <option class="level-1" value="kem-chong-nang"> Kem chống nắng</option> <option class="level-1" value="mat-na"> Mặt nạ</option> <option class="level-1" value="nuoc-hoa-hong"> Nước hoa hồng</option> <option class="level-1" value="sua-rua-mat"> Sữa rửa mặt</option> <option class="level-1" value="tay-te-bao-chet"> Tẩy tế bào chết</option> <option class="level-1" value="tay-trang-cham-soc-mat"> Tẩy trang</option> <option class="level-1" value="xit-khoang"> Xịt khoáng</option> <option class="level-0" value="cham-soc-toc">Chăm sóc tóc</option> <option class="level-1" value="bot-tao-kieu-toc"> Bọt tạo kiểu tóc</option> <option class="level-1" value="dau-goi"> Dầu gội</option> <option class="level-1" value="dau-xa"> Dầu xả</option> <option class="level-1" value="duong-toc"> Dưỡng tóc</option> <option class="level-1" value="gel-vuot-toc"> Gel vuốt tóc</option> <option class="level-1" value="gom-xit-toc-cham-soc-toc"> Gôm xịt tóc</option> <option class="level-1" value="sap-vuot-toc"> Sáp vuốt tóc</option> <option class="level-1" value="tao-kieu-toc"> Tạo kiểu tóc</option> <option class="level-1" value="tao-mau-toc"> Tạo màu tóc</option> <option class="level-1" value="uon-ep"> Uốn ép</option> <option class="level-0" value="dung-cu-lam-dep">Dụng cụ làm đẹp</option> <option class="level-1" value="dung-cu-cham-soc-co-the"> Dụng cụ chăm sóc cơ thể</option> <option class="level-2" value="may-cao-tay-long-dung-cu-cham-soc-co-the"> Máy cạo & Tẩy lông</option> <option class="level-2" value="may-tia-long"> Máy tỉa lông</option> <option class="level-1" value="dung-cu-cham-soc-da"> Dụng cụ chăm sóc da</option> <option class="level-2" value="may-rua-mat"> Máy rửa mặt</option> <option class="level-1" value="dung-cu-lam-toc-dung-cu-lam-dep"> Dụng cụ làm tóc</option> <option class="level-1" value="dung-cu-trang-diem"> Dụng cụ trang điểm</option> <option class="level-0" value="nuoc-hoa">Nước hoa</option> <option class="level-1" value="nuoc-hoa-nam"> Nước hoa nam</option> <option class="level-1" value="nuoc-hoa-nu"> Nước hoa nữ</option> <option class="level-0" value="trang-diem">Trang điểm</option> <option class="level-1" value="son-duong"> Son dưỡng</option> <option class="level-1" value="tay-trang"> Tẩy trang</option> <option class="level-1" value="trang-diem-mat"> Trang điểm mặt</option> <option class="level-1" value="trang-diem-mat-dep"> Trang điểm mắt</option> <option class="level-1" value="trang-diem-moi"> Trang điểm môi</option> <option class="level-1" value="trang-diem-mong"> Trang điểm móng</option> <option class="level-1" value="trang-diem-nen"> Trang điểm nền</option> </select> </div> <div class="dgwt-wcas-sf-wrapp"> <label class="screen-reader-text"> Tìm kiếm sản phẩm </label> <input type="hidden" name="dgwt_wcas" value="1"/> <input type="hidden" name="post_type" value="product"/> <div class="search-input"> <input id="dgwt-wcas-search-input-16e4" type="search" class="input-text dgwt-wcas-search-input" name="s" value="" placeholder="Tìm kiếm sản phẩm..." autocomplete="off" data-custom-params="" /> <span class="input-focus"></span> <div class="dgwt-wcas-preloader"></div> </div> <button type="submit" class="btn-submit dgwt-wcas-search-submit"> Tìm kiếm </button> </div> </form> </div> </div> <div class="header-control"> <div class="inner-control"> <div class="block-minicart kuteshop-dropdown main-bora-2"> <a class="woo-cart-link icon-link" href="https://oadep.com/cart" data-kuteshop="kuteshop-dropdown"> <span class="icon main-icon-cart1"> <span class="count">0</span> </span> <span class="content"> <span class="text"> Giỏ Hàng </span> <span class="item"> <span class="count">0</span> mặt hàng </span> <span class="total"><span class="woocommerce-Price-amount amount"><bdi>0 <span class="woocommerce-Price-currencySymbol">₫</span></bdi></span></span> </span> </a> <div class="widget woocommerce widget_shopping_cart"><h2 class="widget-title">Giỏ hàng của bạn</h2><div class="widget_shopping_cart_content"></div></div> </div> </div> </div> </div> </div> </div> <div class="header-section header-bot header-sticky"> <div class="container"> <div class="header-inner"> <div class="header-vertical"> <div class="box-nav-vertical kuteshop-dropdown"> <a href="#" data-kuteshop="kuteshop-dropdown" class="block-title"> <span class="icon ovic-icon-menu"><span class="inner"><span></span><span></span><span></span></span></span> <span class="text">DANH MỤC SẢN PHẨM</span> </a> <div class="block-content sub-menu"> <div class="ovic-menu-wapper vertical support-mobile-menu"><ul id="menu-vertical-menu" class="kuteshop-nav vertical-menu ovic-menu ovic-clone-mobile-menu"><li id="menu-item-12693" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12693 menu-item-icon-image"><a href="https://oadep.com/danh-muc/bo-san-pham" data-megamenu="12702"><span class="icon icon-img"><img width="50" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%3C/svg%3E" class="icon-image wp-post-image" alt="" decoding="async" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/icon-bo-my-pham.jpg" /><noscript><img width="50" height="50" src="https://oadep.com/wp-content/uploads/2020/09/icon-bo-my-pham.jpg" class="icon-image wp-post-image" alt="" decoding="async" /></noscript></span>Bộ sản phẩm</a> <ul class="sub-menu"> <li id="menu-item-13169" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13169"><a href="https://oadep.com/danh-muc/bo-san-pham/bo-cham-soc-da" data-megamenu="0">Bộ chăm sóc da</a></li> <li id="menu-item-13170" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13170"><a href="https://oadep.com/danh-muc/bo-san-pham/bo-cham-soc-toc" data-megamenu="0">Bộ chăm sóc tóc</a></li> <li id="menu-item-13171" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13171"><a href="https://oadep.com/danh-muc/bo-san-pham/bo-trang-diem" data-megamenu="0">Bộ trang điểm</a></li> </ul> </li> <li id="menu-item-12688" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12688 menu-item-icon-image"><a href="https://oadep.com/danh-muc/cham-soc-toc" data-megamenu="2346"><span class="icon icon-img"><img width="50" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%3C/svg%3E" class="icon-image wp-post-image" alt="" decoding="async" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/icon-cham-soc-toc.jpg" /><noscript><img width="50" height="50" src="https://oadep.com/wp-content/uploads/2020/09/icon-cham-soc-toc.jpg" class="icon-image wp-post-image" alt="" decoding="async" /></noscript></span>Chăm sóc tóc</a> <ul class="sub-menu"> <li id="menu-item-18752" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18752"><a href="https://oadep.com/danh-muc/cham-soc-toc/dau-goi" data-megamenu="0">Dầu gội</a></li> <li id="menu-item-18753" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18753"><a href="https://oadep.com/danh-muc/cham-soc-toc/dau-xa" data-megamenu="0">Dầu xả</a></li> <li id="menu-item-18754" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18754"><a href="https://oadep.com/danh-muc/cham-soc-toc/duong-toc" data-megamenu="0">Dưỡng tóc</a></li> <li id="menu-item-18755" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-18755"><a href="https://oadep.com/danh-muc/cham-soc-toc/tao-kieu-toc" data-megamenu="0">Tạo kiểu tóc</a> <ul class="sub-menu"> <li id="menu-item-16525" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16525"><a href="https://oadep.com/nhom-hang/sap-vuot-toc" data-megamenu="0">Sáp vuốt tóc</a></li> <li id="menu-item-16515" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16515"><a href="https://oadep.com/nhom-hang/gel-vuot-toc" data-megamenu="0">Gel vuốt tóc</a></li> <li id="menu-item-16516" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16516"><a href="https://oadep.com/nhom-hang/gom-xit-toc" data-megamenu="0">Gôm xịt tóc</a></li> <li id="menu-item-16517" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16517"><a href="https://oadep.com/nhom-hang/thuoc-uon-toc" data-megamenu="0">Thuốc uốn tóc</a></li> <li id="menu-item-16518" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16518"><a href="https://oadep.com/nhom-hang/thuoc-ep-toc" data-megamenu="0">Thuốc ép tóc</a></li> </ul> </li> <li id="menu-item-18756" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-18756"><a href="https://oadep.com/danh-muc/cham-soc-toc/tao-mau-toc" data-megamenu="0">Tạo màu tóc</a> <ul class="sub-menu"> <li id="menu-item-16519" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16519"><a href="https://oadep.com/nhom-hang/thuoc-nhuom-toc" data-megamenu="0">Thuốc nhuộm tóc</a></li> <li id="menu-item-16520" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16520"><a href="https://oadep.com/nhom-hang/oxy-tro-nhuom" data-megamenu="0">Oxy trợ nhuộm</a></li> <li id="menu-item-16521" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16521"><a href="https://oadep.com/nhom-hang/thuoc-tay-toc" data-megamenu="0">Thuốc tẩy tóc</a></li> <li id="menu-item-16522" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16522"><a href="https://oadep.com/nhom-hang/gom-tao-mau-toc" data-megamenu="0">Gôm tạo màu tóc</a></li> <li id="menu-item-16523" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16523"><a href="https://oadep.com/nhom-hang/sap-tao-mau-toc" data-megamenu="0">Sáp tạo màu tóc</a></li> <li id="menu-item-16524" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16524"><a href="https://oadep.com/nhom-hang/dau-goi-den-toc" data-megamenu="0">Dầu gội đen tóc</a></li> </ul> </li> </ul> </li> <li id="menu-item-12690" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12690 menu-item-icon-image"><a href="https://oadep.com/danh-muc/cham-soc-mat" data-megamenu="2356"><span class="icon icon-img"><img width="50" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%3C/svg%3E" class="icon-image wp-post-image" alt="" decoding="async" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/icon-cham-soc-mat.jpg" /><noscript><img width="50" height="50" src="https://oadep.com/wp-content/uploads/2020/09/icon-cham-soc-mat.jpg" class="icon-image wp-post-image" alt="" decoding="async" /></noscript></span>Chăm sóc mặt</a> <ul class="sub-menu"> <li id="menu-item-12796" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12796"><a href="https://oadep.com/danh-muc/cham-soc-mat/sua-rua-mat" data-megamenu="0">Sữa rửa mặt</a> <ul class="sub-menu"> <li id="menu-item-12790" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12790"><a href="https://oadep.com/nhom-hang/sua-rua-mat-trang-da" data-megamenu="0">Sữa rửa mặt trắng da</a></li> <li id="menu-item-12791" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12791"><a href="https://oadep.com/nhom-hang/sua-rua-mat-cho-da-thuong" data-megamenu="0">Sữa rửa mặt cho da thường</a></li> <li id="menu-item-12792" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12792"><a href="https://oadep.com/nhom-hang/sua-rua-mat-cho-da-mun" data-megamenu="0">Sữa rửa mặt cho da mụn</a></li> <li id="menu-item-12793" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12793"><a href="https://oadep.com/nhom-hang/sua-rua-mat-cho-da-kho" data-megamenu="0">Sữa rửa mặt cho da khô</a></li> <li id="menu-item-12794" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12794"><a href="https://oadep.com/nhom-hang/sua-rua-mat-cho-da-dau" data-megamenu="0">Sữa rửa mặt cho da dầu</a></li> <li id="menu-item-12795" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12795"><a href="https://oadep.com/nhom-hang/sua-rua-mat-cho-da-nhay-cam" data-megamenu="0">Sữa rửa mặt cho da nhạy cảm</a></li> </ul> </li> <li id="menu-item-12797" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12797"><a href="https://oadep.com/danh-muc/cham-soc-mat/duong-da" data-megamenu="0">Dưỡng da</a> <ul class="sub-menu"> <li id="menu-item-12798" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12798"><a href="https://oadep.com/nhom-hang/kem-duong-trang-da" data-megamenu="0">Kem dưỡng trắng da</a></li> <li id="menu-item-12799" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12799"><a href="https://oadep.com/nhom-hang/kem-duong-cho-da-thuong" data-megamenu="0">Kem dưỡng cho da thường</a></li> <li id="menu-item-12800" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12800"><a href="https://oadep.com/nhom-hang/kem-duong-cho-da-mun" data-megamenu="0">Kem dưỡng cho da mụn</a></li> <li id="menu-item-12801" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12801"><a href="https://oadep.com/nhom-hang/kem-duong-cho-da-kho" data-megamenu="0">Kem dưỡng cho da khô</a></li> <li id="menu-item-12802" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12802"><a href="https://oadep.com/nhom-hang/kem-duong-cho-da-dau" data-megamenu="0">Kem dưỡng cho da dầu</a></li> <li id="menu-item-12803" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12803"><a href="https://oadep.com/nhom-hang/kem-duong-cho-da-hon-hop" data-megamenu="0">Kem dưỡng cho da hỗn hợp</a></li> <li id="menu-item-12804" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12804"><a href="https://oadep.com/nhom-hang/kem-duong-cho-da-nhay-cam" data-megamenu="0">Kem dưỡng cho da nhạy cảm</a></li> <li id="menu-item-12805" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12805"><a href="https://oadep.com/nhom-hang/kem-duong-cho-da-tham-nam" data-megamenu="0">Kem dưỡng cho da thấm nám</a></li> <li id="menu-item-12806" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12806"><a href="https://oadep.com/nhom-hang/kem-duong-da-chong-lao-hoa" data-megamenu="0">Kem dưỡng da chống lão hóa</a></li> </ul> </li> <li id="menu-item-12807" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12807"><a href="https://oadep.com/danh-muc/cham-soc-mat/mat-na" data-megamenu="0">Mặt nạ</a> <ul class="sub-menu"> <li id="menu-item-12808" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12808"><a href="https://oadep.com/nhom-hang/mat-na-trang-da" data-megamenu="0">Mặt nạ trắng da</a></li> <li id="menu-item-12809" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12809"><a href="https://oadep.com/nhom-hang/mat-na-cho-da-thuong" data-megamenu="0">Mặt nạ cho da thường</a></li> <li id="menu-item-12810" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12810"><a href="https://oadep.com/nhom-hang/mat-na-cho-da-mun" data-megamenu="0">Mặt nạ cho da mụn</a></li> <li id="menu-item-12811" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12811"><a href="https://oadep.com/nhom-hang/mat-na-cho-da-kho" data-megamenu="0">Mặt nạ cho da khô</a></li> <li id="menu-item-12812" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12812"><a href="https://oadep.com/nhom-hang/mat-na-cho-da-dau" data-megamenu="0">Mặt nạ cho da dầu</a></li> <li id="menu-item-12813" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12813"><a href="https://oadep.com/nhom-hang/mat-na-cho-da-hon-hop" data-megamenu="0">Mặt nạ cho da hỗn hợp</a></li> <li id="menu-item-12814" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12814"><a href="https://oadep.com/nhom-hang/mat-na-cho-da-nhay-cam" data-megamenu="0">Mặt nạ cho da nhạy cảm</a></li> <li id="menu-item-12815" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12815"><a href="https://oadep.com/nhom-hang/mat-na-ngu" data-megamenu="0">Mặt nạ ngủ</a></li> <li id="menu-item-12816" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12816"><a href="https://oadep.com/nhom-hang/mat-na-giay" data-megamenu="0">Mặt nạ giấy</a></li> <li id="menu-item-12817" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12817"><a href="https://oadep.com/nhom-hang/mat-na-cho-mat" data-megamenu="0">Mặt nạ cho mắt</a></li> </ul> </li> <li id="menu-item-12845" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12845"><a href="https://oadep.com/danh-muc/cham-soc-mat/mat-na" data-megamenu="0">Kem chống nắng</a> <ul class="sub-menu"> <li id="menu-item-12846" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12846"><a href="https://oadep.com/nhom-hang/kem-chong-nang-cho-da-thuong" data-megamenu="0">Kem chống nắng cho da thường</a></li> <li id="menu-item-12847" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12847"><a href="https://oadep.com/nhom-hang/kem-chong-nang-cho-da-mun" data-megamenu="0">Kem chống nắng cho da mụn</a></li> <li id="menu-item-12848" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12848"><a href="https://oadep.com/nhom-hang/kem-chong-nang-cho-da-kho" data-megamenu="0">Kem chống nắng cho da khô</a></li> <li id="menu-item-12849" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12849"><a href="https://oadep.com/nhom-hang/kem-chong-nang-cho-da-dau" data-megamenu="0">Kem chống nắng cho da dầu</a></li> <li id="menu-item-12850" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12850"><a href="https://oadep.com/nhom-hang/kem-chong-nang-cho-da-hon-hop" data-megamenu="0">Kem chống nắng cho da hỗn hợp</a></li> <li id="menu-item-12851" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12851"><a href="https://oadep.com/nhom-hang/kem-chong-nang-cho-da-nhay-cam" data-megamenu="0">Kem chống nắng cho da nhạy cảm</a></li> <li id="menu-item-12852" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12852"><a href="https://oadep.com/nhom-hang/xit-chong-nang" data-megamenu="0">Xịt chống nắng</a></li> <li id="menu-item-12853" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12853"><a href="https://oadep.com/nhom-hang/lan-chong-nang" data-megamenu="0">Lăn chống nắng</a></li> </ul> </li> <li id="menu-item-12854" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12854"><a href="https://oadep.com/danh-muc/cham-soc-mat/tay-te-bao-chet" data-megamenu="0">Tẩy tế bào chết</a> <ul class="sub-menu"> <li id="menu-item-12855" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12855"><a href="https://oadep.com/nhom-hang/tay-te-bao-chet-cho-da-thuong" data-megamenu="0">Tẩy tế bào chết cho da thường</a></li> <li id="menu-item-12856" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12856"><a href="https://oadep.com/nhom-hang/tay-te-bao-chet-cho-da-mun" data-megamenu="0">Tẩy tế bào chết cho da mụn</a></li> <li id="menu-item-12857" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12857"><a href="https://oadep.com/nhom-hang/tay-te-bao-chet-cho-da-kho" data-megamenu="0">Tẩy tế bào chết cho da khô</a></li> <li id="menu-item-12859" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12859"><a href="https://oadep.com/nhom-hang/tay-te-bao-chet-cho-da-dau" data-megamenu="0">Tẩy tế bào chết cho da dầu</a></li> <li id="menu-item-12860" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12860"><a href="https://oadep.com/nhom-hang/tay-te-bao-chet-cho-da-hon-hop" data-megamenu="0">Tẩy tế bào chết cho da hỗn hợp</a></li> <li id="menu-item-12858" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12858"><a href="https://oadep.com/nhom-hang/tay-te-bao-chet-cho-da-nhay-cam" data-megamenu="0">Tẩy tế bào chết cho da nhạy cảm</a></li> </ul> </li> <li id="menu-item-12861" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12861"><a href="https://oadep.com/danh-muc/cham-soc-mat/xit-khoang" data-megamenu="0">Xịt khoáng</a> <ul class="sub-menu"> <li id="menu-item-12862" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12862"><a href="https://oadep.com/nhom-hang/xit-khoang-cho-da-thuong" data-megamenu="0">Xịt khoáng cho da thường</a></li> <li id="menu-item-12863" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12863"><a href="https://oadep.com/nhom-hang/xit-khoang-cho-da-mun" data-megamenu="0">Xịt khoáng cho da mụn</a></li> <li id="menu-item-12864" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12864"><a href="https://oadep.com/nhom-hang/xit-khoang-cho-da-kho" data-megamenu="0">Xịt khoáng cho da khô</a></li> <li id="menu-item-12865" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12865"><a href="https://oadep.com/nhom-hang/xit-khoang-cho-da-dau" data-megamenu="0">Xịt khoáng cho da dầu</a></li> <li id="menu-item-12866" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12866"><a href="https://oadep.com/nhom-hang/xit-khoang-cho-da-hon-hop" data-megamenu="0">Xịt khoáng cho da hỗn hợp</a></li> <li id="menu-item-12867" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12867"><a href="https://oadep.com/nhom-hang/xit-khoang-cho-da-nhay-cam" data-megamenu="0">Xịt khoáng cho da nhạy cảm</a></li> </ul> </li> <li id="menu-item-12868" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12868"><a href="https://oadep.com/danh-muc/cham-soc-mat/nuoc-hoa-hong" data-megamenu="0">Nước hoa hồng</a> <ul class="sub-menu"> <li id="menu-item-12869" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12869"><a href="https://oadep.com/nhom-hang/nuoc-hoa-hong-trang-da" data-megamenu="0">Nước hoa hồng trắng da</a></li> <li id="menu-item-12870" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12870"><a href="https://oadep.com/nhom-hang/nuoc-hoa-hong-cho-da-thuong" data-megamenu="0">Nước hoa hồng cho da thường</a></li> <li id="menu-item-12871" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12871"><a href="https://oadep.com/nhom-hang/nuoc-hoa-hong-cho-da-mun" data-megamenu="0">Nước hoa hồng cho da mụn</a></li> <li id="menu-item-12872" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12872"><a href="https://oadep.com/nhom-hang/nuoc-hoa-hong-cho-da-kho" data-megamenu="0">Nước hoa hồng cho da khô</a></li> <li id="menu-item-12873" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12873"><a href="https://oadep.com/nhom-hang/nuoc-hoa-hong-cho-da-dau" data-megamenu="0">Nước hoa hồng cho da dầu</a></li> <li id="menu-item-12874" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12874"><a href="https://oadep.com/nhom-hang/nuoc-hoa-hong-cho-da-hon-hop" data-megamenu="0">Nước hoa hồng cho da hỗn hợp</a></li> <li id="menu-item-12875" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12875"><a href="https://oadep.com/nhom-hang/nuoc-hoa-hong-cho-da-nhay-cam" data-megamenu="0">Nước hoa hồng cho da nhạy cảm</a></li> <li id="menu-item-12876" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12876"><a href="https://oadep.com/nhom-hang/nuoc-hoa-hong-chong-lao-hoa" data-megamenu="0">Nước hoa hồng chống lão hóa</a></li> </ul> </li> <li id="menu-item-12877" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12877"><a href="https://oadep.com/danh-muc/cham-soc-mat/da-vung-mat" data-megamenu="0">Chăm sóc vùng mắt</a> <ul class="sub-menu"> <li id="menu-item-12878" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12878"><a href="https://oadep.com/nhom-hang/kem-duong-giam-bong-mat" data-megamenu="0">Kem dưỡng giảm bọng mắt</a></li> <li id="menu-item-12879" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12879"><a href="https://oadep.com/nhom-hang/kem-duong-tri-tham-mat" data-megamenu="0">Kem dưỡng trị thâm mắt</a></li> <li id="menu-item-12880" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12880"><a href="https://oadep.com/nhom-hang/kem-duong-mat-giam-nep-nhan" data-megamenu="0">Kem dưỡng mắt giảm nếp nhăn</a></li> </ul> </li> <li id="menu-item-12881" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12881"><a href="https://oadep.com/danh-muc/cham-soc-mat/dieu-tri-phuc-hoi-da" data-megamenu="0">Điều trị & Phục hồi</a> <ul class="sub-menu"> <li id="menu-item-12882" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12882"><a href="https://oadep.com/nhom-hang/tri-mun" data-megamenu="0">Trị mụn</a></li> <li id="menu-item-12883" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12883"><a href="https://oadep.com/nhom-hang/tri-nam" data-megamenu="0">Trị nám</a></li> <li id="menu-item-12884" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12884"><a href="https://oadep.com/nhom-hang/tri-seo" data-megamenu="0">Trị sẹo</a></li> </ul> </li> </ul> </li> <li id="menu-item-6537" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6537 menu-item-icon-image"><a href="https://oadep.com/danh-muc/cham-soc-co-the" data-megamenu="12685"><span class="icon icon-img"><img loading="lazy" width="50" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%3C/svg%3E" class="icon-image wp-post-image" alt="" decoding="async" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/icon-cham-soc-toan-than.jpg" /><noscript><img loading="lazy" width="50" height="50" src="https://oadep.com/wp-content/uploads/2020/09/icon-cham-soc-toan-than.jpg" class="icon-image wp-post-image" alt="" decoding="async" /></noscript></span>Chăm sóc cơ thể</a> <ul class="sub-menu"> <li id="menu-item-12885" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12885"><a href="https://oadep.com/danh-muc/cham-soc-co-the/sua-tam" data-megamenu="0">Sữa tắm</a> <ul class="sub-menu"> <li id="menu-item-12886" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12886"><a href="https://oadep.com/nhom-hang/sua-tam-trang-da" data-megamenu="0">Sữa tắm trắng da</a></li> <li id="menu-item-12887" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12887"><a href="https://oadep.com/nhom-hang/sua-tam-cho-da-thuong" data-megamenu="0">Sữa tắm cho da thường</a></li> <li id="menu-item-12888" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12888"><a href="https://oadep.com/nhom-hang/sua-tam-cho-da-mun" data-megamenu="0">Sữa tắm cho da mụn</a></li> <li id="menu-item-12889" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12889"><a href="https://oadep.com/nhom-hang/sua-tam-cho-da-kho" data-megamenu="0">Sữa tắm cho da khô</a></li> <li id="menu-item-12890" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12890"><a href="https://oadep.com/nhom-hang/sua-tam-cho-da-dau" data-megamenu="0">Sữa tắm cho da dầu</a></li> <li id="menu-item-12891" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12891"><a href="https://oadep.com/nhom-hang/sua-tam-cho-da-hon-hop" data-megamenu="0">Sữa tắm cho da hỗn hợp</a></li> <li id="menu-item-12892" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12892"><a href="https://oadep.com/nhom-hang/sua-tam-cho-da-nhay-cam" data-megamenu="0">Sữa tắm cho da nhạy cảm</a></li> <li id="menu-item-12893" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12893"><a href="https://oadep.com/nhom-hang/xa-phong-tam" data-megamenu="0">Xà phòng tắm</a></li> <li id="menu-item-12894" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12894"><a href="https://oadep.com/nhom-hang/sua-tam-cho-be" data-megamenu="0">Sữa tắm cho bé</a></li> </ul> </li> <li id="menu-item-12895" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12895"><a href="https://oadep.com/danh-muc/cham-soc-co-the/duong-the" data-megamenu="0">Dưỡng thể</a> <ul class="sub-menu"> <li id="menu-item-12896" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12896"><a href="https://oadep.com/nhom-hang/duong-the-trang-da" data-megamenu="0">Dưỡng thể trắng da</a></li> <li id="menu-item-12897" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12897"><a href="https://oadep.com/nhom-hang/duong-the-cho-da-thuong" data-megamenu="0">Dưỡng thể cho da thường</a></li> <li id="menu-item-12898" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12898"><a href="https://oadep.com/nhom-hang/duong-the-cho-da-mun" data-megamenu="0">Dưỡng thể cho da mụn</a></li> <li id="menu-item-12899" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12899"><a href="https://oadep.com/nhom-hang/duong-the-cho-da-kho" data-megamenu="0">Dưỡng thể cho da khô</a></li> <li id="menu-item-12900" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12900"><a href="https://oadep.com/nhom-hang/duong-the-cho-da-dau" data-megamenu="0">Dưỡng thể cho da dầu</a></li> <li id="menu-item-12901" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12901"><a href="https://oadep.com/nhom-hang/duong-the-cho-da-hon-hop" data-megamenu="0">Dưỡng thể cho da hỗn hợp</a></li> <li id="menu-item-12902" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12902"><a href="https://oadep.com/nhom-hang/duong-the-cho-da-nhay-cam" data-megamenu="0">Dưỡng thể cho da nhạy cảm</a></li> <li id="menu-item-12903" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12903"><a href="https://oadep.com/nhom-hang/duong-the-cho-em-be" data-megamenu="0">Dưỡng thể cho em bé</a></li> <li id="menu-item-12904" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12904"><a href="https://oadep.com/nhom-hang/duong-the-cho-ba-bau" data-megamenu="0">Dưỡng thể cho bà bầu</a></li> </ul> </li> <li id="menu-item-12905" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12905"><a href="https://oadep.com/danh-muc/cham-soc-co-the/kem-chong-nang-toan-than" data-megamenu="0">Kem chống nắng toàn thân</a> <ul class="sub-menu"> <li id="menu-item-12906" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12906"><a href="https://oadep.com/nhom-hang/kem-chong-nang-cho-da-thuong" data-megamenu="0">Kem chống nắng cho da thường</a></li> <li id="menu-item-12907" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12907"><a href="https://oadep.com/nhom-hang/kem-chong-nang-cho-da-mun" data-megamenu="0">Kem chống nắng cho da mụn</a></li> <li id="menu-item-12908" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12908"><a href="https://oadep.com/nhom-hang/kem-chong-nang-cho-da-kho" data-megamenu="0">Kem chống nắng cho da khô</a></li> <li id="menu-item-12909" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12909"><a href="https://oadep.com/nhom-hang/kem-chong-nang-cho-da-dau" data-megamenu="0">Kem chống nắng cho da dầu</a></li> <li id="menu-item-12910" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12910"><a href="https://oadep.com/nhom-hang/kem-chong-nang-cho-da-hon-hop" data-megamenu="0">Kem chống nắng cho da hỗn hợp</a></li> <li id="menu-item-12911" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12911"><a href="https://oadep.com/nhom-hang/kem-chong-nang-cho-da-nhay-cam" data-megamenu="0">Kem chống nắng cho da nhạy cảm</a></li> <li id="menu-item-12912" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12912"><a href="https://oadep.com/nhom-hang/kem-chong-nang-cho-be" data-megamenu="0">Kem chống nắng cho bé</a></li> </ul> </li> <li id="menu-item-12917" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12917"><a href="https://oadep.com/danh-muc/cham-soc-co-the/tay-da-chet-toan-than" data-megamenu="0">Tẩy da chết toàn thân</a> <ul class="sub-menu"> <li id="menu-item-12918" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12918"><a href="https://oadep.com/nhom-hang/tay-da-chet-cho-da-thuong" data-megamenu="0">Tẩy da chết cho da thường</a></li> <li id="menu-item-12919" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12919"><a href="https://oadep.com/nhom-hang/tay-da-chet-cho-da-mun" data-megamenu="0">Tẩy da chết cho da mụn</a></li> <li id="menu-item-12920" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12920"><a href="https://oadep.com/nhom-hang/tay-da-chet-cho-da-kho" data-megamenu="0">Tẩy da chết cho da khô</a></li> <li id="menu-item-12921" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12921"><a href="https://oadep.com/nhom-hang/tay-da-chet-cho-da-dau" data-megamenu="0">Tẩy da chết cho da dầu</a></li> <li id="menu-item-12922" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12922"><a href="https://oadep.com/nhom-hang/tay-da-chet-cho-da-hon-hop" data-megamenu="0">Tẩy da chết cho da hỗn hợp</a></li> <li id="menu-item-12923" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12923"><a href="https://oadep.com/nhom-hang/tay-da-chet-cho-da-nhay-cam" data-megamenu="0">Tẩy da chết cho da nhạy cảm</a></li> </ul> </li> <li id="menu-item-12924" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12924"><a href="https://oadep.com/danh-muc/cham-soc-co-the/tay-long" data-megamenu="0">Tẩy lông</a> <ul class="sub-menu"> <li id="menu-item-12925" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12925"><a href="https://oadep.com/nhom-hang/tay-long-tay" data-megamenu="0">Tẩy lông tay</a></li> <li id="menu-item-12926" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12926"><a href="https://oadep.com/nhom-hang/tay-long-chan" data-megamenu="0">Tẩy lông chân</a></li> <li id="menu-item-12927" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12927"><a href="https://oadep.com/nhom-hang/tay-long-nach" data-megamenu="0">Tẩy lông nách</a></li> <li id="menu-item-12928" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12928"><a href="https://oadep.com/nhom-hang/tay-long-vung-kin" data-megamenu="0">Tẩy lông vùng kín</a></li> </ul> </li> <li id="menu-item-12929" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12929"><a href="https://oadep.com/danh-muc/cham-soc-co-the/khu-mui" data-megamenu="0">Khử mùi</a> <ul class="sub-menu"> <li id="menu-item-12930" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12930"><a href="https://oadep.com/nhom-hang/lan-khu-mui" data-megamenu="0">Lăn khử mùi</a></li> <li id="menu-item-12931" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12931"><a href="https://oadep.com/nhom-hang/xit-khu-mui" data-megamenu="0">Xịt khử mùi</a></li> </ul> </li> <li id="menu-item-12932" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12932"><a href="https://oadep.com/danh-muc/cham-soc-co-the/cham-soc-chan" data-megamenu="0">Chăm sóc chân</a> <ul class="sub-menu"> <li id="menu-item-12933" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12933"><a href="https://oadep.com/nhom-hang/duong-da-chan" data-megamenu="0">Dưỡng da chân</a></li> <li id="menu-item-12934" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12934"><a href="https://oadep.com/nhom-hang/duong-mong-chan" data-megamenu="0">Dưỡng móng chân</a></li> <li id="menu-item-12935" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12935"><a href="https://oadep.com/nhom-hang/tay-long-chan" data-megamenu="0">Tẩy lông chân</a></li> </ul> </li> <li id="menu-item-12936" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12936"><a href="https://oadep.com/danh-muc/cham-soc-co-the/cham-soc-tay" data-megamenu="0">Chăm sóc tay</a> <ul class="sub-menu"> <li id="menu-item-12937" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12937"><a href="https://oadep.com/nhom-hang/duong-da-tay" data-megamenu="0">Dưỡng da tay</a></li> <li id="menu-item-12938" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12938"><a href="https://oadep.com/nhom-hang/duong-mong-tay" data-megamenu="0">Dưỡng móng tay</a></li> <li id="menu-item-12939" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12939"><a href="https://oadep.com/nhom-hang/tay-long-tay" data-megamenu="0">Tẩy lông tay</a></li> <li id="menu-item-12940" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12940"><a href="https://oadep.com/nhom-hang/nuoc-rua-tay" data-megamenu="0">Nước rửa tay</a></li> </ul> </li> <li id="menu-item-12941" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12941"><a href="https://oadep.com/danh-muc/cham-soc-co-the/cham-soc-vung-kin" data-megamenu="0">Chăm sóc vùng kín</a> <ul class="sub-menu"> <li id="menu-item-12942" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12942"><a href="https://oadep.com/nhom-hang/dung-dich-ve-sinh" data-megamenu="0">Dung dịch vệ sinh</a></li> <li id="menu-item-12943" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12943"><a href="https://oadep.com/nhom-hang/tay-long-vung-kin" data-megamenu="0">Tẩy lông vùng kín</a></li> <li id="menu-item-12944" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12944"><a href="https://oadep.com/nhom-hang/nuoc-hoa-vung-kin" data-megamenu="0">Nước hoa vùng kín</a></li> </ul> </li> </ul> </li> <li id="menu-item-12691" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12691 menu-item-icon-image"><a href="https://oadep.com/danh-muc/nuoc-hoa" data-megamenu="12687"><span class="icon icon-img"><img loading="lazy" width="50" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%3C/svg%3E" class="icon-image wp-post-image" alt="" decoding="async" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/icon-nuoc-hoa.jpg" /><noscript><img loading="lazy" width="50" height="50" src="https://oadep.com/wp-content/uploads/2020/09/icon-nuoc-hoa.jpg" class="icon-image wp-post-image" alt="" decoding="async" /></noscript></span>Nước hoa</a> <ul class="sub-menu"> <li id="menu-item-18757" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18757"><a href="https://oadep.com/danh-muc/nuoc-hoa/nuoc-hoa-nam" data-megamenu="0">Nước hoa nam</a></li> <li id="menu-item-18758" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18758"><a href="https://oadep.com/danh-muc/nuoc-hoa/nuoc-hoa-nu" data-megamenu="0">Nước hoa nữ</a></li> </ul> </li> <li id="menu-item-12692" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12692 menu-item-icon-image"><a href="https://oadep.com/danh-muc/trang-diem" data-megamenu="12702"><span class="icon icon-img"><img loading="lazy" width="50" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%3C/svg%3E" class="icon-image wp-post-image" alt="" decoding="async" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/icon-trang-diem-1.jpg" /><noscript><img loading="lazy" width="50" height="50" src="https://oadep.com/wp-content/uploads/2020/09/icon-trang-diem-1.jpg" class="icon-image wp-post-image" alt="" decoding="async" /></noscript></span>Trang điểm</a> <ul class="sub-menu"> <li id="menu-item-13067" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13067"><a href="https://oadep.com/danh-muc/trang-diem/trang-diem-moi" data-megamenu="12702">Son môi</a></li> <li id="menu-item-18759" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18759"><a href="https://oadep.com/danh-muc/trang-diem/trang-diem-mat" data-megamenu="0">Trang điểm mặt</a></li> <li id="menu-item-18760" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18760"><a href="https://oadep.com/danh-muc/trang-diem/trang-diem-mat-dep" data-megamenu="0">Trang điểm mắt</a></li> <li id="menu-item-13185" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13185"><a href="https://oadep.com/danh-muc/trang-diem/tay-trang" data-megamenu="12702">Tẩy trang</a></li> <li id="menu-item-18761" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18761"><a href="https://oadep.com/danh-muc/trang-diem/trang-diem-mong" data-megamenu="0">Trang điểm móng</a></li> </ul> </li> <li id="menu-item-19720" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-19720 menu-item-icon-image"><a href="https://oadep.com/danh-muc/dung-cu-lam-dep" data-megamenu="0"><span class="icon icon-img"><img loading="lazy" width="137" height="137" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20137%20137'%3E%3C/svg%3E" class="icon-image wp-post-image" alt="" decoding="async" data-lazy-srcset="https://oadep.com/wp-content/uploads/2022/05/icon-dung-cu-lam-dep.png 137w, https://oadep.com/wp-content/uploads/2022/05/icon-dung-cu-lam-dep-84x84.png 84w, https://oadep.com/wp-content/uploads/2022/05/icon-dung-cu-lam-dep-64x64.png 64w" data-lazy-sizes="(max-width: 137px) 100vw, 137px" data-lazy-src="https://oadep.com/wp-content/uploads/2022/05/icon-dung-cu-lam-dep.png" /><noscript><img loading="lazy" width="137" height="137" src="https://oadep.com/wp-content/uploads/2022/05/icon-dung-cu-lam-dep.png" class="icon-image wp-post-image" alt="" decoding="async" srcset="https://oadep.com/wp-content/uploads/2022/05/icon-dung-cu-lam-dep.png 137w, https://oadep.com/wp-content/uploads/2022/05/icon-dung-cu-lam-dep-84x84.png 84w, https://oadep.com/wp-content/uploads/2022/05/icon-dung-cu-lam-dep-64x64.png 64w" sizes="(max-width: 137px) 100vw, 137px" /></noscript></span>Dụng cụ làm đẹp</a> <ul class="sub-menu"> <li id="menu-item-19722" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19722"><a href="https://oadep.com/danh-muc/dung-cu-lam-dep/dung-cu-cham-soc-da" data-megamenu="0">Dụng cụ chăm sóc da</a></li> <li id="menu-item-19723" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19723"><a href="https://oadep.com/danh-muc/dung-cu-lam-dep/dung-cu-cham-soc-co-the" data-megamenu="0">Dụng cụ chăm sóc cơ thể</a></li> <li id="menu-item-19724" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19724"><a href="https://oadep.com/danh-muc/dung-cu-lam-dep/dung-cu-trang-diem" data-megamenu="0">Dụng cụ trang điểm</a></li> </ul> </li> </ul></div> </div> </div> </div> <div class="box-header-nav megamenu-wrap"> <div class="ovic-menu-wapper horizontal"><ul id="menu-primary-menu" class="kuteshop-nav main-menu horizontal-menu ovic-menu"><li id="menu-item-12703" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-12703"><a href="https://oadep.com/" aria-current="page" data-megamenu="0">TRANG CHỦ</a></li> <li id="menu-item-13154" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13154"><a href="https://oadep.com/khuyen-mai" data-megamenu="0">KHUYẾN MẠI</a></li> <li id="menu-item-13850" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13850"><a href="https://oadep.com/lien-he" data-megamenu="0">LIÊN HỆ</a></li> <li id="menu-item-24558" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-24558"><a href="https://oadep.com/cart" data-megamenu="0">GIỎ HÀNG</a></li> </ul></div> <div class="mobile-block block-menu-bar"> <a href="javascript:void(0)" class="menu-bar menu-toggle"> <span class="icon ovic-icon-menu"><span class="inner"><span></span><span></span><span></span></span></span> <span class="text">Main Menu</span> </a> </div> </div> </div> </div> </div> </header> <div data-elementor-type="wp-page" data-elementor-id="18564" class="elementor elementor-18564"> <section class="elementor-section elementor-top-section elementor-element elementor-element-8924a22 elementor-section-boxed elementor-section-height-default elementor-section-height-default none" data-id="8924a22" 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-3b226b7 none" data-id="3b226b7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ea60a86 elementor-arrows-position-inside none elementor-widget elementor-widget-image-carousel" data-id="ea60a86" data-element_type="widget" data-settings="{"slides_to_show":"1","navigation":"arrows","autoplay":"yes","pause_on_hover":"yes","pause_on_interaction":"yes","autoplay_speed":5000,"infinite":"yes","effect":"slide","speed":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 swiper-image-stretch" aria-live="off"> <div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 trên 1"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="ea60a86" data-elementor-lightbox-title="Vichy" data-elementor-lightbox-description="Vichy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTk1MzQsInVybCI6Imh0dHBzOlwvXC9vYWRlcC5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzA0XC9CYW5uZXItVmljaHktb2FkZXAuanBnIiwic2xpZGVzaG93IjoiZWE2MGE4NiJ9" href="https://oadep.com/thuong-hieu/Vichy"><figure class="swiper-slide-inner"><img width="1170" height="450" decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201170%20450'%3E%3C/svg%3E" alt="Vichy" data-lazy-src="https://oadep.com/wp-content/uploads/2022/04/Banner-Vichy-oadep.jpg" /><noscript><img width="1170" height="450" decoding="async" class="swiper-slide-image" src="https://oadep.com/wp-content/uploads/2022/04/Banner-Vichy-oadep.jpg" alt="Vichy" /></noscript></figure></a></div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-89eedbb elementor-section-boxed elementor-section-height-default elementor-section-height-default none" data-id="89eedbb" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-532c8de none" data-id="532c8de" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2429b10 none elementor-widget elementor-widget-ovic_iconbox" data-id="2429b10" data-element_type="widget" data-widget_type="ovic_iconbox.default"> <div class="elementor-widget-container"> <div class="ovic-iconbox style-01 effect bounce-in"> <div class="inner"> <div class="icon image-effect"> <i aria-hidden="true" class="fas fa-shield-alt"></i> </div> <div class="content"> <h3 class="title">CHÍNH HÃNG 100%</h3> <p class="desc">Chúng tôi cam kết chỉ cung ứng các sản phẩm chính hãng</p> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-f670916 none" data-id="f670916" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f22696c none elementor-widget elementor-widget-ovic_iconbox" data-id="f22696c" data-element_type="widget" data-widget_type="ovic_iconbox.default"> <div class="elementor-widget-container"> <div class="ovic-iconbox style-01 effect bounce-in"> <div class="inner"> <div class="icon image-effect"> <i aria-hidden="true" class=" main-icon-support"></i> </div> <div class="content"> <h3 class="title">TƯ VẤN CHUYÊN NGHIỆP</h3> <p class="desc">Mong muốn mang đến sự hài lòng nhất cho quý khách hàng</p> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-0bfca9f none" data-id="0bfca9f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c6d6481 none elementor-widget elementor-widget-ovic_iconbox" data-id="c6d6481" data-element_type="widget" data-widget_type="ovic_iconbox.default"> <div class="elementor-widget-container"> <div class="ovic-iconbox style-01 effect bounce-in"> <div class="inner"> <div class="icon image-effect"> <i aria-hidden="true" class=" main-icon-airplane"></i> </div> <div class="content"> <h3 class="title">MIỄN PHÍ GIAO HÀNG</h3> <p class="desc">Giao hàng siêu tóc, miễn phí giao hàng với các đơn trị giá trên 500.000 đồng</p> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-eb01c25 elementor-section-boxed elementor-section-height-default elementor-section-height-default none" data-id="eb01c25" 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-7918f98 none" data-id="7918f98" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a945a07 none elementor-widget elementor-widget-spacer" data-id="a945a07" 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> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-30a71e2 elementor-section-boxed elementor-section-height-default elementor-section-height-default none" data-id="30a71e2" 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-131b05c none" data-id="131b05c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-937e399 none elementor-widget elementor-widget-heading" data-id="937e399" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-small">DANH MỤC HOT</h3> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-eb3ad5b elementor-section-boxed elementor-section-height-default elementor-section-height-default none" data-id="eb3ad5b" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-e18c24f none" data-id="e18c24f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7763c23 none elementor-widget elementor-widget-ovic_category" data-id="7763c23" data-element_type="widget" data-widget_type="ovic_category.default"> <div class="elementor-widget-container"> <div class="ovic-category style-01 equal-container better-height"> <div class="top-category"> <a href=https://oadep.com/danh-muc/nuoc-hoa/nuoc-hoa-nam class="thumb"> <img loading="lazy" decoding="async" width="270" height="112" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20270%20112'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="" data-lazy-srcset="https://oadep.com/wp-content/uploads/2020/09/banner-nuoc-hoa-nam.png 270w, https://oadep.com/wp-content/uploads/2020/09/banner-nuoc-hoa-nam-84x35.png 84w, https://oadep.com/wp-content/uploads/2020/09/banner-nuoc-hoa-nam-64x27.png 64w" data-lazy-sizes="(max-width: 270px) 100vw, 270px" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/banner-nuoc-hoa-nam.png" /><noscript><img loading="lazy" decoding="async" width="270" height="112" src="https://oadep.com/wp-content/uploads/2020/09/banner-nuoc-hoa-nam.png" class="attachment-full size-full wp-post-image" alt="" srcset="https://oadep.com/wp-content/uploads/2020/09/banner-nuoc-hoa-nam.png 270w, https://oadep.com/wp-content/uploads/2020/09/banner-nuoc-hoa-nam-84x35.png 84w, https://oadep.com/wp-content/uploads/2020/09/banner-nuoc-hoa-nam-64x27.png 64w" sizes="(max-width: 270px) 100vw, 270px" /></noscript> </a> <h3 class="title">Nước hoa nam</h3> <a href=https://oadep.com/danh-muc/nuoc-hoa/nuoc-hoa-nam class="button"> Xem ngay </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-90c77c8 none" data-id="90c77c8" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0577a2c none elementor-widget elementor-widget-ovic_category" data-id="0577a2c" data-element_type="widget" data-widget_type="ovic_category.default"> <div class="elementor-widget-container"> <div class="ovic-category style-01 equal-container better-height"> <div class="top-category"> <a href=https://oadep.com/danh-muc/nuoc-hoa/nuoc-hoa-nu class="thumb"> <img loading="lazy" decoding="async" width="270" height="112" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20270%20112'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="" data-lazy-srcset="https://oadep.com/wp-content/uploads/2020/09/banner-nuoc-hoa-nu.png 270w, https://oadep.com/wp-content/uploads/2020/09/banner-nuoc-hoa-nu-84x35.png 84w, https://oadep.com/wp-content/uploads/2020/09/banner-nuoc-hoa-nu-64x27.png 64w" data-lazy-sizes="(max-width: 270px) 100vw, 270px" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/banner-nuoc-hoa-nu.png" /><noscript><img loading="lazy" decoding="async" width="270" height="112" src="https://oadep.com/wp-content/uploads/2020/09/banner-nuoc-hoa-nu.png" class="attachment-full size-full wp-post-image" alt="" srcset="https://oadep.com/wp-content/uploads/2020/09/banner-nuoc-hoa-nu.png 270w, https://oadep.com/wp-content/uploads/2020/09/banner-nuoc-hoa-nu-84x35.png 84w, https://oadep.com/wp-content/uploads/2020/09/banner-nuoc-hoa-nu-64x27.png 64w" sizes="(max-width: 270px) 100vw, 270px" /></noscript> </a> <h3 class="title">Nước hoa nữ</h3> <a href=https://oadep.com/danh-muc/nuoc-hoa/nuoc-hoa-nu class="button"> Xem ngay </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-19b0a30 none" data-id="19b0a30" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8682f1e none elementor-widget elementor-widget-ovic_category" data-id="8682f1e" data-element_type="widget" data-widget_type="ovic_category.default"> <div class="elementor-widget-container"> <div class="ovic-category style-01 equal-container better-height"> <div class="top-category"> <a href=https://oadep.com/danh-muc/cham-soc-toc/duong-toc class="thumb"> <img loading="lazy" decoding="async" width="270" height="112" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20270%20112'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="Dưỡng tóc" data-lazy-srcset="https://oadep.com/wp-content/uploads/2020/09/banner-duong-toc.png 270w, https://oadep.com/wp-content/uploads/2020/09/banner-duong-toc-84x35.png 84w, https://oadep.com/wp-content/uploads/2020/09/banner-duong-toc-64x27.png 64w" data-lazy-sizes="(max-width: 270px) 100vw, 270px" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/banner-duong-toc.png" /><noscript><img loading="lazy" decoding="async" width="270" height="112" src="https://oadep.com/wp-content/uploads/2020/09/banner-duong-toc.png" class="attachment-full size-full wp-post-image" alt="Dưỡng tóc" srcset="https://oadep.com/wp-content/uploads/2020/09/banner-duong-toc.png 270w, https://oadep.com/wp-content/uploads/2020/09/banner-duong-toc-84x35.png 84w, https://oadep.com/wp-content/uploads/2020/09/banner-duong-toc-64x27.png 64w" sizes="(max-width: 270px) 100vw, 270px" /></noscript> </a> <h3 class="title">Dưỡng tóc</h3> <a href=https://oadep.com/danh-muc/cham-soc-toc/duong-toc class="button"> Xem ngay </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-27ec2e1 none" data-id="27ec2e1" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f3e349f none elementor-widget elementor-widget-ovic_category" data-id="f3e349f" data-element_type="widget" data-widget_type="ovic_category.default"> <div class="elementor-widget-container"> <div class="ovic-category style-01 equal-container better-height"> <div class="top-category"> <a href=https://oadep.com/danh-muc/cham-soc-toc/tao-mau-toc class="thumb"> <img loading="lazy" decoding="async" width="270" height="112" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20270%20112'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="Tạo màu tóc" data-lazy-srcset="https://oadep.com/wp-content/uploads/2020/09/banner-tao-mau-toc.png 270w, https://oadep.com/wp-content/uploads/2020/09/banner-tao-mau-toc-84x35.png 84w, https://oadep.com/wp-content/uploads/2020/09/banner-tao-mau-toc-64x27.png 64w" data-lazy-sizes="(max-width: 270px) 100vw, 270px" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/banner-tao-mau-toc.png" /><noscript><img loading="lazy" decoding="async" width="270" height="112" src="https://oadep.com/wp-content/uploads/2020/09/banner-tao-mau-toc.png" class="attachment-full size-full wp-post-image" alt="Tạo màu tóc" srcset="https://oadep.com/wp-content/uploads/2020/09/banner-tao-mau-toc.png 270w, https://oadep.com/wp-content/uploads/2020/09/banner-tao-mau-toc-84x35.png 84w, https://oadep.com/wp-content/uploads/2020/09/banner-tao-mau-toc-64x27.png 64w" sizes="(max-width: 270px) 100vw, 270px" /></noscript> </a> <h3 class="title">Tạo màu tóc</h3> <a href=https://oadep.com/danh-muc/cham-soc-toc/tao-mau-toc class="button"> Xem ngay </a> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-7cb9f03 elementor-section-boxed elementor-section-height-default elementor-section-height-default none" data-id="7cb9f03" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-f30072f none" data-id="f30072f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b87d4db none elementor-widget elementor-widget-ovic_category" data-id="b87d4db" data-element_type="widget" data-widget_type="ovic_category.default"> <div class="elementor-widget-container"> <div class="ovic-category style-01 equal-container better-height"> <div class="top-category"> <a href=https://oadep.com/danh-muc/cham-soc-mat class="thumb"> <img loading="lazy" decoding="async" width="270" height="112" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20270%20112'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="Chăm sóc mặt" data-lazy-srcset="https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-mat.png 270w, https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-mat-84x35.png 84w, https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-mat-64x27.png 64w" data-lazy-sizes="(max-width: 270px) 100vw, 270px" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-mat.png" /><noscript><img loading="lazy" decoding="async" width="270" height="112" src="https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-mat.png" class="attachment-full size-full wp-post-image" alt="Chăm sóc mặt" srcset="https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-mat.png 270w, https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-mat-84x35.png 84w, https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-mat-64x27.png 64w" sizes="(max-width: 270px) 100vw, 270px" /></noscript> </a> <h3 class="title">Chăm sóc mặt</h3> <a href=https://oadep.com/danh-muc/cham-soc-mat class="button"> Xem ngay </a> </div> <ul class="list-category"> <li> <a href="https://oadep.com/danh-muc/cham-soc-mat/da-vung-mat">Da vùng mắt</a> </li> <li> <a href="https://oadep.com/danh-muc/cham-soc-mat/dieu-tri-phuc-hoi-da">Điều trị & Phục hồi da</a> </li> <li> <a href="https://oadep.com/danh-muc/cham-soc-mat/kem-chong-nang">Kem chống nắng</a> </li> <li> <a href="https://oadep.com/danh-muc/cham-soc-mat/mat-na">Mặt nạ</a> </li> <li> <a href="https://oadep.com/danh-muc/cham-soc-mat/nuoc-hoa-hong">Nước hoa hồng</a> </li> <li> <a href="https://oadep.com/danh-muc/cham-soc-mat/sua-rua-mat">Sữa rửa mặt</a> </li> <li> <a href="https://oadep.com/danh-muc/cham-soc-mat/tay-te-bao-chet">Tẩy tế bào chết</a> </li> <li> <a href="https://oadep.com/danh-muc/cham-soc-mat/xit-khoang">Xịt khoáng</a> </li> </ul> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-48534ed none" data-id="48534ed" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3eead23 none elementor-widget elementor-widget-ovic_category" data-id="3eead23" data-element_type="widget" data-widget_type="ovic_category.default"> <div class="elementor-widget-container"> <div class="ovic-category style-01 equal-container better-height"> <div class="top-category"> <a href=https://oadep.com/danh-muc/cham-soc-co-the class="thumb"> <img loading="lazy" decoding="async" width="270" height="112" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20270%20112'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="Chăm sóc cơ thể" data-lazy-srcset="https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-co-the.png 270w, https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-co-the-84x35.png 84w, https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-co-the-64x27.png 64w" data-lazy-sizes="(max-width: 270px) 100vw, 270px" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-co-the.png" /><noscript><img loading="lazy" decoding="async" width="270" height="112" src="https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-co-the.png" class="attachment-full size-full wp-post-image" alt="Chăm sóc cơ thể" srcset="https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-co-the.png 270w, https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-co-the-84x35.png 84w, https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-co-the-64x27.png 64w" sizes="(max-width: 270px) 100vw, 270px" /></noscript> </a> <h3 class="title">Chăm sóc cơ thể</h3> <a href=https://oadep.com/danh-muc/cham-soc-co-the class="button"> Xem ngay </a> </div> <ul class="list-category"> <li> <a href="https://oadep.com/danh-muc/cham-soc-co-the/cham-soc-chan">Chăm sóc chân</a> </li> <li> <a href="https://oadep.com/danh-muc/cham-soc-co-the/cham-soc-tay">Chăm sóc tay</a> </li> <li> <a href="https://oadep.com/danh-muc/cham-soc-co-the/duong-the">Dưỡng thể</a> </li> <li> <a href="https://oadep.com/danh-muc/cham-soc-co-the/kem-chong-nang-toan-than">Kem chống nắng toàn thân</a> </li> <li> <a href="https://oadep.com/danh-muc/cham-soc-co-the/khu-mui">Khử mùi</a> </li> <li> <a href="https://oadep.com/danh-muc/cham-soc-co-the/sua-tam">Sữa tắm</a> </li> <li> <a href="https://oadep.com/danh-muc/cham-soc-co-the/tay-da-chet-toan-than">Tẩy da chết toàn thân</a> </li> <li> <a href="https://oadep.com/danh-muc/cham-soc-co-the/tay-long">Tẩy lông</a> </li> </ul> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-0b1b346 none" data-id="0b1b346" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a59ddda none elementor-widget elementor-widget-ovic_category" data-id="a59ddda" data-element_type="widget" data-widget_type="ovic_category.default"> <div class="elementor-widget-container"> <div class="ovic-category style-01 equal-container better-height"> <div class="top-category"> <a href=https://oadep.com/danh-muc/cham-soc-toc class="thumb"> <img loading="lazy" decoding="async" width="270" height="112" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20270%20112'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="Chăm sóc tóc" data-lazy-srcset="https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-toc.png 270w, https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-toc-84x35.png 84w, https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-toc-64x27.png 64w" data-lazy-sizes="(max-width: 270px) 100vw, 270px" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-toc.png" /><noscript><img loading="lazy" decoding="async" width="270" height="112" src="https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-toc.png" class="attachment-full size-full wp-post-image" alt="Chăm sóc tóc" srcset="https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-toc.png 270w, https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-toc-84x35.png 84w, https://oadep.com/wp-content/uploads/2020/09/banner-cham-soc-toc-64x27.png 64w" sizes="(max-width: 270px) 100vw, 270px" /></noscript> </a> <h3 class="title">Chăm sóc tóc</h3> <a href=https://oadep.com/danh-muc/cham-soc-toc class="button"> Xem ngay </a> </div> <ul class="list-category"> <li> <a href="https://oadep.com/danh-muc/cham-soc-toc/dau-goi">Dầu gội</a> </li> <li> <a href="https://oadep.com/danh-muc/cham-soc-toc/dau-xa">Dầu xả</a> </li> <li> <a href="https://oadep.com/danh-muc/cham-soc-toc/duong-toc">Dưỡng tóc</a> </li> <li> <a href="https://oadep.com/danh-muc/cham-soc-toc/tao-kieu-toc">Tạo kiểu tóc</a> </li> <li> <a href="https://oadep.com/danh-muc/cham-soc-toc/tao-mau-toc">Tạo màu tóc</a> </li> </ul> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-b4024a8 none" data-id="b4024a8" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-9ced0fd none elementor-widget elementor-widget-ovic_category" data-id="9ced0fd" data-element_type="widget" data-widget_type="ovic_category.default"> <div class="elementor-widget-container"> <div class="ovic-category style-01 equal-container better-height"> <div class="top-category"> <a href=https://oadep.com/danh-muc/trang-diem class="thumb"> <img loading="lazy" decoding="async" width="270" height="112" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20270%20112'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="Trang điểm" data-lazy-srcset="https://oadep.com/wp-content/uploads/2020/09/banner-trang-diem.png 270w, https://oadep.com/wp-content/uploads/2020/09/banner-trang-diem-84x35.png 84w, https://oadep.com/wp-content/uploads/2020/09/banner-trang-diem-64x27.png 64w" data-lazy-sizes="(max-width: 270px) 100vw, 270px" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/banner-trang-diem.png" /><noscript><img loading="lazy" decoding="async" width="270" height="112" src="https://oadep.com/wp-content/uploads/2020/09/banner-trang-diem.png" class="attachment-full size-full wp-post-image" alt="Trang điểm" srcset="https://oadep.com/wp-content/uploads/2020/09/banner-trang-diem.png 270w, https://oadep.com/wp-content/uploads/2020/09/banner-trang-diem-84x35.png 84w, https://oadep.com/wp-content/uploads/2020/09/banner-trang-diem-64x27.png 64w" sizes="(max-width: 270px) 100vw, 270px" /></noscript> </a> <h3 class="title">Trang điểm</h3> <a href=https://oadep.com/danh-muc/trang-diem class="button"> Xem ngay </a> </div> <ul class="list-category"> <li> <a href="https://oadep.com/danh-muc/bo-san-pham/bo-trang-diem">Bộ trang điểm</a> </li> <li> <a href="https://oadep.com/danh-muc/trang-diem/tay-trang">Tẩy trang</a> </li> <li> <a href="https://oadep.com/danh-muc/trang-diem/trang-diem-mat">Trang điểm mặt</a> </li> <li> <a href="https://oadep.com/danh-muc/trang-diem/trang-diem-mat-dep">Trang điểm mắt</a> </li> <li> <a href="https://oadep.com/danh-muc/trang-diem/trang-diem-moi">Trang điểm môi</a> </li> <li> <a href="https://oadep.com/danh-muc/trang-diem/trang-diem-mong">Trang điểm móng</a> </li> </ul> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-d752516 elementor-section-boxed elementor-section-height-default elementor-section-height-default none" data-id="d752516" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2137c36 none" data-id="2137c36" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-72e34af none elementor-widget elementor-widget-ovic_brands" data-id="72e34af" data-element_type="widget" data-widget_type="ovic_brands.default"> <div class="elementor-widget-container"> <div class="ovic-tabs ovic-brands style-01"> <div class="tabs-head nav-02 nav-top"> <h2 class="tab-title"> <span class="text">THƯƠNG HIỆU HOT</span> </h2> <ul class="tabs-list owl-slick" data-slick={"slidesToShow":4,"infinite":false,"arrows":true,"rows":1,"slidesMargin":30,"speed":500,"dots":true,"responsive":[{"breakpoint":1500,"settings":{"slidesToShow":4,"slidesMargin":30,"rows":1,"vertical":false}},{"breakpoint":1200,"settings":{"slidesToShow":4,"slidesMargin":30,"rows":1,"vertical":false}},{"breakpoint":992,"settings":{"slidesToShow":3,"slidesMargin":20,"rows":1,"vertical":false}},{"breakpoint":768,"settings":{"slidesToShow":2,"slidesMargin":20,"rows":1,"vertical":false}},{"breakpoint":480,"settings":{"slidesToShow":2,"slidesMargin":10,"rows":1,"vertical":false}}]} style=--show:4;--margin:30px;--show-laptop:4;--margin-laptop:30px;--show-ipad:4;--margin-ipad:30px;--show-landscape:3;--margin-landscape:20px;--show-portrait:2;--margin-portrait:20px;--show-mobile:2;--margin-mobile:10px; > <li class="tab-item"> <a class="tab-link" href="#tab-ab1a562-68121cbf6a396" data-ajax="1" data-animate="fadeIn" data-section="{"ovic_brand":{"_id":"ab1a562","image":{"url":"https:\/\/test.oadep.com\/wp-content\/uploads\/2020\/10\/Logo-Guerlain-146x50-1.png","id":13469,"size":"","alt":"Guerlain","source":"library"},"text_button":"Xem th\u00eam s\u1ea3n ph\u1ea9m","brand":"guerlain","target":"products","ids":"15648, 15512, 15264, 15258, 15297, 15404","limit":9,"category":null,"orderby":"","order":""},"ovic_products":{"text_button":"Xem th\u00eam s\u1ea3n ph\u1ea9m","brand":"guerlain","target":"products","ids":"15648, 15512, 15264, 15258, 15297, 15404","limit":9,"category":null,"orderby":"","order":"","carousel":{"slidesToShow":4,"infinite":false,"arrows":true,"rows":1,"slidesMargin":30,"speed":500,"dots":true,"responsive":[{"breakpoint":1500,"settings":{"slidesToShow":4,"slidesMargin":30,"rows":1,"vertical":false}},{"breakpoint":1200,"settings":{"slidesToShow":4,"slidesMargin":30,"rows":1,"vertical":false}},{"breakpoint":992,"settings":{"slidesToShow":3,"slidesMargin":20,"rows":1,"vertical":false}},{"breakpoint":768,"settings":{"slidesToShow":2,"slidesMargin":20,"rows":1,"vertical":false}},{"breakpoint":480,"settings":{"slidesToShow":2,"slidesMargin":10,"rows":1,"vertical":false}}]},"list_style":"owl","disable_rating":"","slides_rows_space":"rows-space-0","product_style":"style-01","product_image_size":"270x320","product_custom_thumb_width":null,"product_custom_thumb_height":null}}"> <span class="thumb"> <img loading="lazy" decoding="async" width="146" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20146%2050'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="Guerlain" data-lazy-srcset="https://oadep.com/wp-content/uploads/2020/10/Logo-Guerlain-146x50-1.png 146w, https://oadep.com/wp-content/uploads/2020/10/Logo-Guerlain-146x50-1-84x29.png 84w, https://oadep.com/wp-content/uploads/2020/10/Logo-Guerlain-146x50-1-64x22.png 64w" data-lazy-sizes="(max-width: 146px) 100vw, 146px" data-lazy-src="https://oadep.com/wp-content/uploads/2020/10/Logo-Guerlain-146x50-1.png" /><noscript><img loading="lazy" decoding="async" width="146" height="50" src="https://oadep.com/wp-content/uploads/2020/10/Logo-Guerlain-146x50-1.png" class="attachment-full size-full wp-post-image" alt="Guerlain" srcset="https://oadep.com/wp-content/uploads/2020/10/Logo-Guerlain-146x50-1.png 146w, https://oadep.com/wp-content/uploads/2020/10/Logo-Guerlain-146x50-1-84x29.png 84w, https://oadep.com/wp-content/uploads/2020/10/Logo-Guerlain-146x50-1-64x22.png 64w" sizes="(max-width: 146px) 100vw, 146px" /></noscript> </span> </a> </li> <li class="tab-item active"> <a class="tab-link loaded" href="#tab-21c05d9-68121cbf6aafc" data-ajax="1" data-animate="fadeIn" data-section="{"ovic_brand":{"_id":"21c05d9","image":{"url":"https:\/\/test.oadep.com\/wp-content\/uploads\/2020\/09\/logo-davines-146x50-1.png","id":13014,"size":"","alt":"logo davines","source":"library"},"text_button":"Xem th\u00eam s\u1ea3n ph\u1ea9m","brand":"davines","target":"products","ids":"13358, 13321, 13354, 13257, 13231, 14561","limit":10,"category":null,"orderby":"","order":""},"ovic_products":{"text_button":"Xem th\u00eam s\u1ea3n ph\u1ea9m","brand":"davines","target":"products","ids":"13358, 13321, 13354, 13257, 13231, 14561","limit":10,"category":null,"orderby":"","order":"","carousel":{"slidesToShow":4,"infinite":false,"arrows":true,"rows":1,"slidesMargin":30,"speed":500,"dots":true,"responsive":[{"breakpoint":1500,"settings":{"slidesToShow":4,"slidesMargin":30,"rows":1,"vertical":false}},{"breakpoint":1200,"settings":{"slidesToShow":4,"slidesMargin":30,"rows":1,"vertical":false}},{"breakpoint":992,"settings":{"slidesToShow":3,"slidesMargin":20,"rows":1,"vertical":false}},{"breakpoint":768,"settings":{"slidesToShow":2,"slidesMargin":20,"rows":1,"vertical":false}},{"breakpoint":480,"settings":{"slidesToShow":2,"slidesMargin":10,"rows":1,"vertical":false}}]},"list_style":"owl","disable_rating":"","slides_rows_space":"rows-space-0","product_style":"style-01","product_image_size":"270x320","product_custom_thumb_width":null,"product_custom_thumb_height":null}}"> <span class="thumb"> <img loading="lazy" decoding="async" width="146" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20146%2050'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="logo davines" data-lazy-srcset="https://oadep.com/wp-content/uploads/2020/09/logo-davines-146x50-1.png 146w, https://oadep.com/wp-content/uploads/2020/09/logo-davines-146x50-1-84x29.png 84w, https://oadep.com/wp-content/uploads/2020/09/logo-davines-146x50-1-64x22.png 64w" data-lazy-sizes="(max-width: 146px) 100vw, 146px" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/logo-davines-146x50-1.png" /><noscript><img loading="lazy" decoding="async" width="146" height="50" src="https://oadep.com/wp-content/uploads/2020/09/logo-davines-146x50-1.png" class="attachment-full size-full wp-post-image" alt="logo davines" srcset="https://oadep.com/wp-content/uploads/2020/09/logo-davines-146x50-1.png 146w, https://oadep.com/wp-content/uploads/2020/09/logo-davines-146x50-1-84x29.png 84w, https://oadep.com/wp-content/uploads/2020/09/logo-davines-146x50-1-64x22.png 64w" sizes="(max-width: 146px) 100vw, 146px" /></noscript> </span> </a> </li> <li class="tab-item"> <a class="tab-link" href="#tab-a96d8c6-68121cbf6aefc" data-ajax="1" data-animate="fadeIn" data-section="{"ovic_brand":{"_id":"a96d8c6","image":{"url":"https:\/\/test.oadep.com\/wp-content\/uploads\/2020\/09\/Logo-Loreal-146x50-1.png","id":12716,"size":"","alt":"","source":"library"},"text_button":"Xem th\u00eam s\u1ea3n ph\u1ea9m","brand":"loreal","target":"products","ids":"14964, 14871, 15203, 15201, 15199, 15187","limit":10,"category":null,"orderby":"","order":""},"ovic_products":{"text_button":"Xem th\u00eam s\u1ea3n ph\u1ea9m","brand":"loreal","target":"products","ids":"14964, 14871, 15203, 15201, 15199, 15187","limit":10,"category":null,"orderby":"","order":"","carousel":{"slidesToShow":4,"infinite":false,"arrows":true,"rows":1,"slidesMargin":30,"speed":500,"dots":true,"responsive":[{"breakpoint":1500,"settings":{"slidesToShow":4,"slidesMargin":30,"rows":1,"vertical":false}},{"breakpoint":1200,"settings":{"slidesToShow":4,"slidesMargin":30,"rows":1,"vertical":false}},{"breakpoint":992,"settings":{"slidesToShow":3,"slidesMargin":20,"rows":1,"vertical":false}},{"breakpoint":768,"settings":{"slidesToShow":2,"slidesMargin":20,"rows":1,"vertical":false}},{"breakpoint":480,"settings":{"slidesToShow":2,"slidesMargin":10,"rows":1,"vertical":false}}]},"list_style":"owl","disable_rating":"","slides_rows_space":"rows-space-0","product_style":"style-01","product_image_size":"270x320","product_custom_thumb_width":null,"product_custom_thumb_height":null}}"> <span class="thumb"> <img loading="lazy" decoding="async" width="146" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20146%2050'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="" data-lazy-srcset="https://oadep.com/wp-content/uploads/2020/09/Logo-Loreal-146x50-1.png 146w, https://oadep.com/wp-content/uploads/2020/09/Logo-Loreal-146x50-1-84x29.png 84w, https://oadep.com/wp-content/uploads/2020/09/Logo-Loreal-146x50-1-64x22.png 64w" data-lazy-sizes="(max-width: 146px) 100vw, 146px" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/Logo-Loreal-146x50-1.png" /><noscript><img loading="lazy" decoding="async" width="146" height="50" src="https://oadep.com/wp-content/uploads/2020/09/Logo-Loreal-146x50-1.png" class="attachment-full size-full wp-post-image" alt="" srcset="https://oadep.com/wp-content/uploads/2020/09/Logo-Loreal-146x50-1.png 146w, https://oadep.com/wp-content/uploads/2020/09/Logo-Loreal-146x50-1-84x29.png 84w, https://oadep.com/wp-content/uploads/2020/09/Logo-Loreal-146x50-1-64x22.png 64w" sizes="(max-width: 146px) 100vw, 146px" /></noscript> </span> </a> </li> <li class="tab-item"> <a class="tab-link" href="#tab-f6ddfc9-68121cbf6b2b5" data-ajax="1" data-animate="fadeIn" data-section="{"ovic_brand":{"_id":"f6ddfc9","image":{"url":"https:\/\/test.oadep.com\/wp-content\/uploads\/2020\/12\/Logo-Eucerin-146x50-1.png","id":15501,"size":"","alt":"","source":"library"},"text_button":"Xem th\u00eam s\u1ea3n ph\u1ea9m","brand":"eucerin","target":"products","ids":"13539, 13508, 13568, 13445, 13441","category":null,"limit":6,"orderby":"","order":""},"ovic_products":{"text_button":"Xem th\u00eam s\u1ea3n ph\u1ea9m","brand":"eucerin","target":"products","ids":"13539, 13508, 13568, 13445, 13441","category":null,"limit":6,"orderby":"","order":"","carousel":{"slidesToShow":4,"infinite":false,"arrows":true,"rows":1,"slidesMargin":30,"speed":500,"dots":true,"responsive":[{"breakpoint":1500,"settings":{"slidesToShow":4,"slidesMargin":30,"rows":1,"vertical":false}},{"breakpoint":1200,"settings":{"slidesToShow":4,"slidesMargin":30,"rows":1,"vertical":false}},{"breakpoint":992,"settings":{"slidesToShow":3,"slidesMargin":20,"rows":1,"vertical":false}},{"breakpoint":768,"settings":{"slidesToShow":2,"slidesMargin":20,"rows":1,"vertical":false}},{"breakpoint":480,"settings":{"slidesToShow":2,"slidesMargin":10,"rows":1,"vertical":false}}]},"list_style":"owl","disable_rating":"","slides_rows_space":"rows-space-0","product_style":"style-01","product_image_size":"270x320","product_custom_thumb_width":null,"product_custom_thumb_height":null}}"> <span class="thumb"> <img loading="lazy" decoding="async" width="146" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20146%2050'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="" data-lazy-srcset="https://oadep.com/wp-content/uploads/2020/12/Logo-Eucerin-146x50-1.png 146w, https://oadep.com/wp-content/uploads/2020/12/Logo-Eucerin-146x50-1-84x29.png 84w, https://oadep.com/wp-content/uploads/2020/12/Logo-Eucerin-146x50-1-64x22.png 64w" data-lazy-sizes="(max-width: 146px) 100vw, 146px" data-lazy-src="https://oadep.com/wp-content/uploads/2020/12/Logo-Eucerin-146x50-1.png" /><noscript><img loading="lazy" decoding="async" width="146" height="50" src="https://oadep.com/wp-content/uploads/2020/12/Logo-Eucerin-146x50-1.png" class="attachment-full size-full wp-post-image" alt="" srcset="https://oadep.com/wp-content/uploads/2020/12/Logo-Eucerin-146x50-1.png 146w, https://oadep.com/wp-content/uploads/2020/12/Logo-Eucerin-146x50-1-84x29.png 84w, https://oadep.com/wp-content/uploads/2020/12/Logo-Eucerin-146x50-1-64x22.png 64w" sizes="(max-width: 146px) 100vw, 146px" /></noscript> </span> </a> </li> <li class="tab-item"> <a class="tab-link" href="#tab-6e8191d-68121cbf6b923" data-ajax="1" data-animate="fadeIn" data-section="{"ovic_brand":{"_id":"6e8191d","image":{"url":"https:\/\/test.oadep.com\/wp-content\/uploads\/2020\/12\/logo-gucci-146x50-1.png","id":15498,"size":"","alt":"","source":"library"},"text_button":"Xem th\u00eam s\u1ea3n ph\u1ea9m","brand":"gucci","target":"products","ids":"14370, 14392,14344, 14325, 14290","category":null,"limit":6,"orderby":"","order":""},"ovic_products":{"text_button":"Xem th\u00eam s\u1ea3n ph\u1ea9m","brand":"gucci","target":"products","ids":"14370, 14392,14344, 14325, 14290","category":null,"limit":6,"orderby":"","order":"","carousel":{"slidesToShow":4,"infinite":false,"arrows":true,"rows":1,"slidesMargin":30,"speed":500,"dots":true,"responsive":[{"breakpoint":1500,"settings":{"slidesToShow":4,"slidesMargin":30,"rows":1,"vertical":false}},{"breakpoint":1200,"settings":{"slidesToShow":4,"slidesMargin":30,"rows":1,"vertical":false}},{"breakpoint":992,"settings":{"slidesToShow":3,"slidesMargin":20,"rows":1,"vertical":false}},{"breakpoint":768,"settings":{"slidesToShow":2,"slidesMargin":20,"rows":1,"vertical":false}},{"breakpoint":480,"settings":{"slidesToShow":2,"slidesMargin":10,"rows":1,"vertical":false}}]},"list_style":"owl","disable_rating":"","slides_rows_space":"rows-space-0","product_style":"style-01","product_image_size":"270x320","product_custom_thumb_width":null,"product_custom_thumb_height":null}}"> <span class="thumb"> <img loading="lazy" decoding="async" width="146" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20146%2050'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="" data-lazy-srcset="https://oadep.com/wp-content/uploads/2020/12/logo-gucci-146x50-1.png 146w, https://oadep.com/wp-content/uploads/2020/12/logo-gucci-146x50-1-84x29.png 84w, https://oadep.com/wp-content/uploads/2020/12/logo-gucci-146x50-1-64x22.png 64w" data-lazy-sizes="(max-width: 146px) 100vw, 146px" data-lazy-src="https://oadep.com/wp-content/uploads/2020/12/logo-gucci-146x50-1.png" /><noscript><img loading="lazy" decoding="async" width="146" height="50" src="https://oadep.com/wp-content/uploads/2020/12/logo-gucci-146x50-1.png" class="attachment-full size-full wp-post-image" alt="" srcset="https://oadep.com/wp-content/uploads/2020/12/logo-gucci-146x50-1.png 146w, https://oadep.com/wp-content/uploads/2020/12/logo-gucci-146x50-1-84x29.png 84w, https://oadep.com/wp-content/uploads/2020/12/logo-gucci-146x50-1-64x22.png 64w" sizes="(max-width: 146px) 100vw, 146px" /></noscript> </span> </a> </li> </ul> </div> <div class="tabs-container"> <div class="tab-panel" id="tab-ab1a562-68121cbf6a396"> </div> <div class="tab-panel active" id="tab-21c05d9-68121cbf6aafc"> <div class="ovic-brand style-01 "> <div class="inner"> <div class="desc"> <p style="text-align: justify;">Được thành lập ở Parma, Ý vào năm 1983 bởi gia đình Bollati, <strong>tập đoàn Davines</strong> khởi đầu là một phòng thí nghiệm nghiên cứu, tạo ra những sản phẩm chăm sóc tóc và chăm sóc da cao cấp dành cho các công ty mỹ phẩm nổi tiếng trên thế giới. Sau một thập kỷ mài giũa kinh nghiệm, tập đoàn này bắt đầu tạo ra thương hiệu riêng <strong>Davines</strong> cung cấp các sản phẩm chăm tóc tóc chuyên biệt cho salon, và năm 1996 tạo ra các sản phẩm dành cho chăm sóc da cho các spa cao cấp.</p> </div> <div class="button-wrap"> <a href="https://oadep.com/thuong-hieu/davines" class="button"> Xem thêm sản phẩm </a> </div> </div> </div> <div data-id="products_68121cbf709c1" class="ovic-products style-01 border-full"><div class="woocommerce columns-3 "><ul class="products products equal-container better-height product-list-owl owl-slick rows-space-0" data-limit="10" data-slick={"slidesToShow":4,"infinite":false,"arrows":true,"rows":1,"slidesMargin":30,"speed":500,"dots":true,"responsive":[{"breakpoint":1500,"settings":{"slidesToShow":4,"slidesMargin":30,"rows":1,"vertical":false}},{"breakpoint":1200,"settings":{"slidesToShow":4,"slidesMargin":30,"rows":1,"vertical":false}},{"breakpoint":992,"settings":{"slidesToShow":3,"slidesMargin":20,"rows":1,"vertical":false}},{"breakpoint":768,"settings":{"slidesToShow":2,"slidesMargin":20,"rows":1,"vertical":false}},{"breakpoint":480,"settings":{"slidesToShow":2,"slidesMargin":10,"rows":1,"vertical":false}}]} style=--show:4;--margin:30px;--show-laptop:4;--margin-laptop:30px;--show-ipad:4;--margin-ipad:30px;--show-landscape:3;--margin-landscape:20px;--show-portrait:2;--margin-portrait:20px;--show-mobile:2;--margin-mobile:10px; ><li data-product_id="13321" class="product-item style-01 product type-product post-13321 status-publish first instock product_cat-dau-goi product_tag-dau-goi-cho-toc-rung product_tag-dau-goi-davines product_tag-dau-goi-italy product_tag-lam-sach-toc product_tag-toc-rung has-post-thumbnail sale shipping-taxable purchasable product-type-simple"> <div class="product-inner product-01 add-cart-01"> <div class="product-thumb tooltip-wrap tooltip-start"> <div class="product-labels"><span class="onsale product-label"><span class="text">Bán chạy</span><span class="percent"><span class="minus">-</span>21<span class="symbol">%</span></span></span></div> <div class="thumb-wrapper" > <a class="thumb-link hover-zoom woocommerce-product-gallery__image" href="https://oadep.com/san-pham/dau-goi-davines-energizing-shampoo-1000ml-chong-rung-toc-moc-toc-nhanh-hon-danh-cho-toc-mong-yeu-gay-rung"> <figure class="primary-thumb"><img loading="lazy" decoding="async" width="270" height="320" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20270%20320'%3E%3C/svg%3E" class="attachment-270x320 size-270x320 wp-post-image" alt="Dầu gội Davines Energizing Shampoo 1000ml chống rụng và kích thích mọc tóc chính hãng" data-lazy-src="https://oadep.com/wp-content/uploads/2020/10/dau-goi-Davines-Energizing-Shampoo-1000ml-chong-rung-kich-thich-moc-toc-270x320.gif" /><noscript><img loading="lazy" decoding="async" width="270" height="320" src="https://oadep.com/wp-content/uploads/2020/10/dau-goi-Davines-Energizing-Shampoo-1000ml-chong-rung-kich-thich-moc-toc-270x320.gif" class="attachment-270x320 size-270x320 wp-post-image" alt="Dầu gội Davines Energizing Shampoo 1000ml chống rụng và kích thích mọc tóc chính hãng" /></noscript></figure> </a> </div> <div class="group-button style-01 popup"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-13321 yith-wcwl-add-to-wishlist--link-style wishlist-fragment on-first-load" data-fragment-ref="13321" data-fragment-options="{"base_url":"","product_id":13321,"parent_product_id":0,"product_type":"simple","is_single":false,"in_default_wishlist":false,"show_view":false,"browse_wishlist_text":"Browse Wishlist","already_in_wishslist_text":"The product is already in the wishlist!","product_added_text":"Product added!","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}" > <!-- ADD TO WISHLIST --> <div class="yith-wcwl-add-button"> <a href="?add_to_wishlist=13321&_wpnonce=f5e413309a" class="add_to_wishlist single_add_to_wishlist" data-product-id="13321" data-product-type="simple" data-original-product-id="0" data-title="Add to Wishlist" rel="nofollow" > <svg id="yith-wcwl-icon-heart-outline" class="yith-wcwl-icon-svg" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z"></path> </svg> <span>Add to Wishlist</span> </a> </div> <!-- COUNT TEXT --> </div> <div class="woocommerce product compare-button"><a href="https://oadep.com?action=yith-woocompare-add-product&id=13321" class="compare" data-product_id="13321" rel="nofollow">Compare</a></div><a href="#" class="button yith-wcqv-button" data-product_id="13321">Quick View</a> </div> <span class="add-to-cart" data-title="Thêm vào giỏ hàng"><a href="https://oadep.com/?add-to-cart=13321" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="13321" data-product_sku="883201" aria-label="Thêm vào giỏ hàng: “Dầu gội Davines Energizing Shampoo – 1000ml chống rụng tóc, mọc tóc nhanh hơn, dành cho tóc mỏng, yếu gãy rụng”" rel="nofollow" data-success_message="“Dầu gội Davines Energizing Shampoo – 1000ml chống rụng tóc, mọc tóc nhanh hơn, dành cho tóc mỏng, yếu gãy rụng” đã được thêm vào giỏ hàng của bạn">Thêm vào giỏ hàng</a></span> </div> <div class="product-info equal-elem"> <h2 class="product-title"><a href="https://oadep.com/san-pham/dau-goi-davines-energizing-shampoo-1000ml-chong-rung-toc-moc-toc-nhanh-hon-danh-cho-toc-mong-yeu-gay-rung">Dầu gội Davines Energizing Shampoo – 1000ml chống rụng tóc, mọc tóc nhanh hơn, dành cho tóc mỏng, yếu gãy rụng</a></h2> <span class="price"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi>1.185.000 <span class="woocommerce-Price-currencySymbol">₫</span></bdi></span></del> <span class="screen-reader-text">Giá gốc là: 1.185.000 ₫.</span><ins aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi>936.000 <span class="woocommerce-Price-currencySymbol">₫</span></bdi></span></ins><span class="screen-reader-text">Giá hiện tại là: 936.000 ₫.</span></span> </div> </div></li> <li data-product_id="13354" class="product-item style-01 product type-product post-13354 status-publish instock product_cat-dau-goi product_tag-dau-goi-cho-toc-rung product_tag-dau-goi-davines product_tag-dau-goi-italy product_tag-lam-sach-toc product_tag-toc-rung has-post-thumbnail sale shipping-taxable purchasable product-type-simple"> <div class="product-inner product-01 add-cart-01"> <div class="product-thumb tooltip-wrap tooltip-start"> <div class="product-labels"><span class="onsale product-label"><span class="text">Bán chạy</span><span class="percent"><span class="minus">-</span>20<span class="symbol">%</span></span></span></div> <div class="thumb-wrapper" > <a class="thumb-link hover-zoom woocommerce-product-gallery__image" href="https://oadep.com/san-pham/dau-goi-davines-energizing-shampoo-250ml-chong-rung-toc-moc-toc-nhanh-hon-danh-cho-toc-mong-yeu-gay-rung"> <figure class="primary-thumb"><img loading="lazy" decoding="async" width="270" height="320" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20270%20320'%3E%3C/svg%3E" class="attachment-270x320 size-270x320 wp-post-image" alt="Dầu gội Davines Energizing SHampoo 250ml chống rụng tóc chính hãng" data-lazy-src="https://oadep.com/wp-content/uploads/2020/10/dau-goi-davines-energizing-shampoo-250ml-chong-rung-toc-chinh-hang-270x320.jpg" /><noscript><img loading="lazy" decoding="async" width="270" height="320" src="https://oadep.com/wp-content/uploads/2020/10/dau-goi-davines-energizing-shampoo-250ml-chong-rung-toc-chinh-hang-270x320.jpg" class="attachment-270x320 size-270x320 wp-post-image" alt="Dầu gội Davines Energizing SHampoo 250ml chống rụng tóc chính hãng" /></noscript></figure> </a> </div> <div class="group-button style-01 popup"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-13354 yith-wcwl-add-to-wishlist--link-style wishlist-fragment on-first-load" data-fragment-ref="13354" data-fragment-options="{"base_url":"","product_id":13354,"parent_product_id":0,"product_type":"simple","is_single":false,"in_default_wishlist":false,"show_view":false,"browse_wishlist_text":"Browse Wishlist","already_in_wishslist_text":"The product is already in the wishlist!","product_added_text":"Product added!","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}" > <!-- ADD TO WISHLIST --> <div class="yith-wcwl-add-button"> <a href="?add_to_wishlist=13354&_wpnonce=f5e413309a" class="add_to_wishlist single_add_to_wishlist" data-product-id="13354" data-product-type="simple" data-original-product-id="0" data-title="Add to Wishlist" rel="nofollow" > <svg id="yith-wcwl-icon-heart-outline" class="yith-wcwl-icon-svg" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z"></path> </svg> <span>Add to Wishlist</span> </a> </div> <!-- COUNT TEXT --> </div> <div class="woocommerce product compare-button"><a href="https://oadep.com?action=yith-woocompare-add-product&id=13354" class="compare" data-product_id="13354" rel="nofollow">Compare</a></div><a href="#" class="button yith-wcqv-button" data-product_id="13354">Quick View</a> </div> <span class="add-to-cart" data-title="Thêm vào giỏ hàng"><a href="https://oadep.com/?add-to-cart=13354" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="13354" data-product_sku="883202" aria-label="Thêm vào giỏ hàng: “Dầu gội Davines Energizing Shampoo – 250ml chống rụng tóc, mọc tóc nhanh hơn, dành cho tóc mỏng, yếu gãy rụng”" rel="nofollow" data-success_message="“Dầu gội Davines Energizing Shampoo – 250ml chống rụng tóc, mọc tóc nhanh hơn, dành cho tóc mỏng, yếu gãy rụng” đã được thêm vào giỏ hàng của bạn">Thêm vào giỏ hàng</a></span> </div> <div class="product-info equal-elem"> <h2 class="product-title"><a href="https://oadep.com/san-pham/dau-goi-davines-energizing-shampoo-250ml-chong-rung-toc-moc-toc-nhanh-hon-danh-cho-toc-mong-yeu-gay-rung">Dầu gội Davines Energizing Shampoo – 250ml chống rụng tóc, mọc tóc nhanh hơn, dành cho tóc mỏng, yếu gãy rụng</a></h2> <span class="price"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi>454.000 <span class="woocommerce-Price-currencySymbol">₫</span></bdi></span></del> <span class="screen-reader-text">Giá gốc là: 454.000 ₫.</span><ins aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi>365.000 <span class="woocommerce-Price-currencySymbol">₫</span></bdi></span></ins><span class="screen-reader-text">Giá hiện tại là: 365.000 ₫.</span></span> </div> </div></li> <li data-product_id="13257" class="product-item style-01 product type-product post-13257 status-publish last instock product_cat-dau-goi product_tag-dau-goi-cho-toc-gau product_tag-dau-goi-davines product_tag-dau-goi-italy product_tag-lam-sach-toc product_tag-toc-gau has-post-thumbnail sale shipping-taxable purchasable product-type-simple"> <div class="product-inner product-01 add-cart-01"> <div class="product-thumb tooltip-wrap tooltip-start"> <div class="product-labels"><span class="onsale product-label"><span class="text">Bán chạy</span><span class="percent"><span class="minus">-</span>21<span class="symbol">%</span></span></span></div> <div class="thumb-wrapper" > <a class="thumb-link hover-zoom woocommerce-product-gallery__image" href="https://oadep.com/san-pham/dau-goi-davines-purifying-shampoo-1000ml-lam-sach-va-chong-tai-phat-gau-hieu-qua"> <figure class="primary-thumb"><img loading="lazy" decoding="async" width="270" height="320" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20270%20320'%3E%3C/svg%3E" class="attachment-270x320 size-270x320 wp-post-image" alt="Dầu gội Davines Naturaltech Purifying Shampoo trị gàu 1000ml chính hãng" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/dau-goi-Davines-Naturaltech-Purifying-Shampoo-tri-gau-1000ml-chinh-hang-270x320.jpg" /><noscript><img loading="lazy" decoding="async" width="270" height="320" src="https://oadep.com/wp-content/uploads/2020/09/dau-goi-Davines-Naturaltech-Purifying-Shampoo-tri-gau-1000ml-chinh-hang-270x320.jpg" class="attachment-270x320 size-270x320 wp-post-image" alt="Dầu gội Davines Naturaltech Purifying Shampoo trị gàu 1000ml chính hãng" /></noscript></figure> </a> </div> <div class="group-button style-01 popup"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-13257 yith-wcwl-add-to-wishlist--link-style wishlist-fragment on-first-load" data-fragment-ref="13257" data-fragment-options="{"base_url":"","product_id":13257,"parent_product_id":0,"product_type":"simple","is_single":false,"in_default_wishlist":false,"show_view":false,"browse_wishlist_text":"Browse Wishlist","already_in_wishslist_text":"The product is already in the wishlist!","product_added_text":"Product added!","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}" > <!-- ADD TO WISHLIST --> <div class="yith-wcwl-add-button"> <a href="?add_to_wishlist=13257&_wpnonce=f5e413309a" class="add_to_wishlist single_add_to_wishlist" data-product-id="13257" data-product-type="simple" data-original-product-id="0" data-title="Add to Wishlist" rel="nofollow" > <svg id="yith-wcwl-icon-heart-outline" class="yith-wcwl-icon-svg" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z"></path> </svg> <span>Add to Wishlist</span> </a> </div> <!-- COUNT TEXT --> </div> <div class="woocommerce product compare-button"><a href="https://oadep.com?action=yith-woocompare-add-product&id=13257" class="compare" data-product_id="13257" rel="nofollow">Compare</a></div><a href="#" class="button yith-wcqv-button" data-product_id="13257">Quick View</a> </div> <span class="add-to-cart" data-title="Thêm vào giỏ hàng"><a href="https://oadep.com/?add-to-cart=13257" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="13257" data-product_sku="883212" aria-label="Thêm vào giỏ hàng: “Dầu gội Davines Purifying Shampoo – 1000ml, làm sạch và chống tái phát gàu hiệu quả”" rel="nofollow" data-success_message="“Dầu gội Davines Purifying Shampoo – 1000ml, làm sạch và chống tái phát gàu hiệu quả” đã được thêm vào giỏ hàng của bạn">Thêm vào giỏ hàng</a></span> </div> <div class="product-info equal-elem"> <h2 class="product-title"><a href="https://oadep.com/san-pham/dau-goi-davines-purifying-shampoo-1000ml-lam-sach-va-chong-tai-phat-gau-hieu-qua">Dầu gội Davines Purifying Shampoo – 1000ml, làm sạch và chống tái phát gàu hiệu quả</a></h2> <span class="price"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi>1.185.000 <span class="woocommerce-Price-currencySymbol">₫</span></bdi></span></del> <span class="screen-reader-text">Giá gốc là: 1.185.000 ₫.</span><ins aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi>936.000 <span class="woocommerce-Price-currencySymbol">₫</span></bdi></span></ins><span class="screen-reader-text">Giá hiện tại là: 936.000 ₫.</span></span> </div> </div></li> <li data-product_id="13231" class="product-item style-01 product type-product post-13231 status-publish first instock product_cat-dau-goi product_tag-dau-goi-cho-toc-gau product_tag-dau-goi-davines product_tag-dau-goi-italy product_tag-lam-sach-toc product_tag-toc-gau has-post-thumbnail sale shipping-taxable purchasable product-type-simple"> <div class="product-inner product-01 add-cart-01"> <div class="product-thumb tooltip-wrap tooltip-start"> <div class="product-labels"><span class="onsale product-label"><span class="text">Bán chạy</span><span class="percent"><span class="minus">-</span>20<span class="symbol">%</span></span></span></div> <div class="thumb-wrapper" > <a class="thumb-link hover-zoom woocommerce-product-gallery__image" href="https://oadep.com/san-pham/dau-goi-davines-purifying-shampoo-250ml-sach-gau-ngan-ngua-gau-quay-tro-lai"> <figure class="primary-thumb"><img loading="lazy" decoding="async" width="270" height="320" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20270%20320'%3E%3C/svg%3E" class="attachment-270x320 size-270x320 wp-post-image" alt="Dầu gội trị gàu Davines Purifying Shampoo 250ml" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/dau-goi-tri-gau-davines-Purifying-shampoo-250ml-1-270x320.jpg" /><noscript><img loading="lazy" decoding="async" width="270" height="320" src="https://oadep.com/wp-content/uploads/2020/09/dau-goi-tri-gau-davines-Purifying-shampoo-250ml-1-270x320.jpg" class="attachment-270x320 size-270x320 wp-post-image" alt="Dầu gội trị gàu Davines Purifying Shampoo 250ml" /></noscript></figure> </a> </div> <div class="group-button style-01 popup"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-13231 yith-wcwl-add-to-wishlist--link-style wishlist-fragment on-first-load" data-fragment-ref="13231" data-fragment-options="{"base_url":"","product_id":13231,"parent_product_id":0,"product_type":"simple","is_single":false,"in_default_wishlist":false,"show_view":false,"browse_wishlist_text":"Browse Wishlist","already_in_wishslist_text":"The product is already in the wishlist!","product_added_text":"Product added!","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}" > <!-- ADD TO WISHLIST --> <div class="yith-wcwl-add-button"> <a href="?add_to_wishlist=13231&_wpnonce=f5e413309a" class="add_to_wishlist single_add_to_wishlist" data-product-id="13231" data-product-type="simple" data-original-product-id="0" data-title="Add to Wishlist" rel="nofollow" > <svg id="yith-wcwl-icon-heart-outline" class="yith-wcwl-icon-svg" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z"></path> </svg> <span>Add to Wishlist</span> </a> </div> <!-- COUNT TEXT --> </div> <div class="woocommerce product compare-button"><a href="https://oadep.com?action=yith-woocompare-add-product&id=13231" class="compare" data-product_id="13231" rel="nofollow">Compare</a></div><a href="#" class="button yith-wcqv-button" data-product_id="13231">Quick View</a> </div> <span class="add-to-cart" data-title="Thêm vào giỏ hàng"><a href="https://oadep.com/?add-to-cart=13231" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="13231" data-product_sku="883213" aria-label="Thêm vào giỏ hàng: “Dầu gội Davines Purifying Shampoo – 250ml, sạch gàu, ngăn ngừa gàu quay trở lại”" rel="nofollow" data-success_message="“Dầu gội Davines Purifying Shampoo – 250ml, sạch gàu, ngăn ngừa gàu quay trở lại” đã được thêm vào giỏ hàng của bạn">Thêm vào giỏ hàng</a></span> </div> <div class="product-info equal-elem"> <h2 class="product-title"><a href="https://oadep.com/san-pham/dau-goi-davines-purifying-shampoo-250ml-sach-gau-ngan-ngua-gau-quay-tro-lai">Dầu gội Davines Purifying Shampoo – 250ml, sạch gàu, ngăn ngừa gàu quay trở lại</a></h2> <span class="price"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi>454.000 <span class="woocommerce-Price-currencySymbol">₫</span></bdi></span></del> <span class="screen-reader-text">Giá gốc là: 454.000 ₫.</span><ins aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi>365.000 <span class="woocommerce-Price-currencySymbol">₫</span></bdi></span></ins><span class="screen-reader-text">Giá hiện tại là: 365.000 ₫.</span></span> </div> </div></li> <li data-product_id="14561" class="product-item style-01 product type-product post-14561 status-publish instock product_cat-tao-mau-toc product_tag-kem-nhuom-toc product_tag-thuoc-nhuom-toc product_tag-thuoc-nhuom-toc-davines product_tag-thuoc-nhuom-toc-y has-post-thumbnail sale shipping-taxable purchasable product-type-simple"> <div class="product-inner product-01 add-cart-01"> <div class="product-thumb tooltip-wrap tooltip-start"> <div class="product-labels"><span class="onsale product-label"><span class="text">Bán chạy</span><span class="percent"><span class="minus">-</span>19<span class="symbol">%</span></span></span></div> <div class="thumb-wrapper" > <a class="thumb-link hover-zoom woocommerce-product-gallery__image" href="https://oadep.com/san-pham/thuoc-nhuom-toc-davines-mask-100ml-thao-duoc-ben-mau-bang-mau-da-dang-cho-moi-lua-tuoi"> <figure class="primary-thumb"><img loading="lazy" decoding="async" width="270" height="320" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20270%20320'%3E%3C/svg%3E" class="attachment-270x320 size-270x320 wp-post-image" alt="Thuốc nhuộm tóc Davines Mask With Vibrachrom 100ml chính hãng phủ bạc" data-lazy-src="https://oadep.com/wp-content/uploads/2020/11/thuoc-nhuom-toc-Davines-Mask-With-Vibrachrom-100ml-chinh-hang-phu-bac-270x320.jpg" /><noscript><img loading="lazy" decoding="async" width="270" height="320" src="https://oadep.com/wp-content/uploads/2020/11/thuoc-nhuom-toc-Davines-Mask-With-Vibrachrom-100ml-chinh-hang-phu-bac-270x320.jpg" class="attachment-270x320 size-270x320 wp-post-image" alt="Thuốc nhuộm tóc Davines Mask With Vibrachrom 100ml chính hãng phủ bạc" /></noscript></figure> </a> </div> <div class="group-button style-01 popup"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-14561 yith-wcwl-add-to-wishlist--link-style wishlist-fragment on-first-load" data-fragment-ref="14561" data-fragment-options="{"base_url":"","product_id":14561,"parent_product_id":0,"product_type":"simple","is_single":false,"in_default_wishlist":false,"show_view":false,"browse_wishlist_text":"Browse Wishlist","already_in_wishslist_text":"The product is already in the wishlist!","product_added_text":"Product added!","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}" > <!-- ADD TO WISHLIST --> <div class="yith-wcwl-add-button"> <a href="?add_to_wishlist=14561&_wpnonce=f5e413309a" class="add_to_wishlist single_add_to_wishlist" data-product-id="14561" data-product-type="simple" data-original-product-id="0" data-title="Add to Wishlist" rel="nofollow" > <svg id="yith-wcwl-icon-heart-outline" class="yith-wcwl-icon-svg" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z"></path> </svg> <span>Add to Wishlist</span> </a> </div> <!-- COUNT TEXT --> </div> <div class="woocommerce product compare-button"><a href="https://oadep.com?action=yith-woocompare-add-product&id=14561" class="compare" data-product_id="14561" rel="nofollow">Compare</a></div><a href="#" class="button yith-wcqv-button" data-product_id="14561">Quick View</a> </div> <span class="add-to-cart" data-title="Thêm vào giỏ hàng"><a href="https://oadep.com/?add-to-cart=14561" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="14561" data-product_sku="883239" aria-label="Thêm vào giỏ hàng: “Thuốc nhuộm tóc Davines Mask - 100ml, thảo dược, bền màu, bảng màu đa dạng cho mọi lứa tuổi”" rel="nofollow" data-success_message="“Thuốc nhuộm tóc Davines Mask - 100ml, thảo dược, bền màu, bảng màu đa dạng cho mọi lứa tuổi” đã được thêm vào giỏ hàng của bạn">Thêm vào giỏ hàng</a></span> </div> <div class="product-info equal-elem"> <h2 class="product-title"><a href="https://oadep.com/san-pham/thuoc-nhuom-toc-davines-mask-100ml-thao-duoc-ben-mau-bang-mau-da-dang-cho-moi-lua-tuoi">Thuốc nhuộm tóc Davines Mask – 100ml, thảo dược, bền màu, bảng màu đa dạng cho mọi lứa tuổi</a></h2> <span class="price"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi>270.000 <span class="woocommerce-Price-currencySymbol">₫</span></bdi></span></del> <span class="screen-reader-text">Giá gốc là: 270.000 ₫.</span><ins aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi>219.000 <span class="woocommerce-Price-currencySymbol">₫</span></bdi></span></ins><span class="screen-reader-text">Giá hiện tại là: 219.000 ₫.</span></span> </div> </div></li> <li data-product_id="13358" class="product-item style-01 product type-product post-13358 status-publish last instock product_cat-duong-toc product_tag-duong-toc-davines product_tag-duong-toc-italy product_tag-kich-thich-moc-toc has-post-thumbnail sale shipping-taxable purchasable product-type-simple"> <div class="product-inner product-01 add-cart-01"> <div class="product-thumb tooltip-wrap tooltip-start"> <div class="product-labels"><span class="onsale product-label"><span class="text">Bán chạy</span><span class="percent"><span class="minus">-</span>20<span class="symbol">%</span></span></span></div> <div class="thumb-wrapper" > <a class="thumb-link hover-zoom woocommerce-product-gallery__image" href="https://oadep.com/san-pham/tinh-chat-sieu-hoat-dong-davines-naturaltech-energizing-super-active-100ml-chong-rung-va-kich-thich-moc-toc"> <figure class="primary-thumb"><img loading="lazy" decoding="async" width="270" height="320" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20270%20320'%3E%3C/svg%3E" class="attachment-270x320 size-270x320 wp-post-image" alt="Tinh chất Davines Naturaltech Energizing Superactive 100ml chính hãng" data-lazy-src="https://oadep.com/wp-content/uploads/2020/10/tinh-chat-Davines-Naturaltech-Energizing-Superactive-100ml-chinh-hang-270x320.jpg" /><noscript><img loading="lazy" decoding="async" width="270" height="320" src="https://oadep.com/wp-content/uploads/2020/10/tinh-chat-Davines-Naturaltech-Energizing-Superactive-100ml-chinh-hang-270x320.jpg" class="attachment-270x320 size-270x320 wp-post-image" alt="Tinh chất Davines Naturaltech Energizing Superactive 100ml chính hãng" /></noscript></figure> </a> </div> <div class="group-button style-01 popup"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-13358 yith-wcwl-add-to-wishlist--link-style wishlist-fragment on-first-load" data-fragment-ref="13358" data-fragment-options="{"base_url":"","product_id":13358,"parent_product_id":0,"product_type":"simple","is_single":false,"in_default_wishlist":false,"show_view":false,"browse_wishlist_text":"Browse Wishlist","already_in_wishslist_text":"The product is already in the wishlist!","product_added_text":"Product added!","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}" > <!-- ADD TO WISHLIST --> <div class="yith-wcwl-add-button"> <a href="?add_to_wishlist=13358&_wpnonce=f5e413309a" class="add_to_wishlist single_add_to_wishlist" data-product-id="13358" data-product-type="simple" data-original-product-id="0" data-title="Add to Wishlist" rel="nofollow" > <svg id="yith-wcwl-icon-heart-outline" class="yith-wcwl-icon-svg" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z"></path> </svg> <span>Add to Wishlist</span> </a> </div> <!-- COUNT TEXT --> </div> <div class="woocommerce product compare-button"><a href="https://oadep.com?action=yith-woocompare-add-product&id=13358" class="compare" data-product_id="13358" rel="nofollow">Compare</a></div><a href="#" class="button yith-wcqv-button" data-product_id="13358">Quick View</a> </div> <span class="add-to-cart" data-title="Thêm vào giỏ hàng"><a href="https://oadep.com/?add-to-cart=13358" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="13358" data-product_sku="883240" aria-label="Thêm vào giỏ hàng: “Tinh chất siêu hoạt động Davines Naturaltech Energizing Super Active – 100ml, chống rụng và kích thích mọc tóc”" rel="nofollow" data-success_message="“Tinh chất siêu hoạt động Davines Naturaltech Energizing Super Active – 100ml, chống rụng và kích thích mọc tóc” đã được thêm vào giỏ hàng của bạn">Thêm vào giỏ hàng</a></span> </div> <div class="product-info equal-elem"> <h2 class="product-title"><a href="https://oadep.com/san-pham/tinh-chat-sieu-hoat-dong-davines-naturaltech-energizing-super-active-100ml-chong-rung-va-kich-thich-moc-toc">Tinh chất siêu hoạt động Davines Naturaltech Energizing Super Active – 100ml, chống rụng và kích thích mọc tóc</a></h2> <span class="price"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi>1.645.000 <span class="woocommerce-Price-currencySymbol">₫</span></bdi></span></del> <span class="screen-reader-text">Giá gốc là: 1.645.000 ₫.</span><ins aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi>1.319.000 <span class="woocommerce-Price-currencySymbol">₫</span></bdi></span></ins><span class="screen-reader-text">Giá hiện tại là: 1.319.000 ₫.</span></span> </div> </div></li> </ul></div></div> </div> <div class="tab-panel" id="tab-a96d8c6-68121cbf6aefc"> </div> <div class="tab-panel" id="tab-f6ddfc9-68121cbf6b2b5"> </div> <div class="tab-panel" id="tab-6e8191d-68121cbf6b923"> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> <footer class="footer footer-01"> <div data-elementor-type="wp-post" data-elementor-id="18605" class="elementor elementor-18605"> <section class="elementor-section elementor-top-section elementor-element elementor-element-3a914ab elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default none" data-id="3a914ab" data-element_type="section" data-settings="{"stretch_section":"section-stretched","background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-4e5a320 none" data-id="4e5a320" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-bc26853 none elementor-widget elementor-widget-image" data-id="bc26853" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="300" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20150'%3E%3C/svg%3E" class="attachment-full size-full wp-image-18910 wp-post-image" alt="" data-lazy-srcset="https://oadep.com/wp-content/uploads/2021/09/Logo-Oadep-2022-chan-web.png 300w, https://oadep.com/wp-content/uploads/2021/09/Logo-Oadep-2022-chan-web-84x42.png 84w, https://oadep.com/wp-content/uploads/2021/09/Logo-Oadep-2022-chan-web-64x32.png 64w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://oadep.com/wp-content/uploads/2021/09/Logo-Oadep-2022-chan-web.png" /><noscript><img width="300" height="150" src="https://oadep.com/wp-content/uploads/2021/09/Logo-Oadep-2022-chan-web.png" class="attachment-full size-full wp-image-18910 wp-post-image" alt="" srcset="https://oadep.com/wp-content/uploads/2021/09/Logo-Oadep-2022-chan-web.png 300w, https://oadep.com/wp-content/uploads/2021/09/Logo-Oadep-2022-chan-web-84x42.png 84w, https://oadep.com/wp-content/uploads/2021/09/Logo-Oadep-2022-chan-web-64x32.png 64w" sizes="(max-width: 300px) 100vw, 300px" /></noscript> </div> </div> <div class="elementor-element elementor-element-9faa113 none elementor-widget elementor-widget-spacer" data-id="9faa113" 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-e6a9d30 none elementor-widget elementor-widget-text-editor" data-id="e6a9d30" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p style="text-align: justify;"><span style="color: #ffffff;">Oadep.com – Nhà cung cấp các sản phẩm làm đẹp chính hãng.</span></p><p><strong>CÔNG TY CỔ PHẨN VONGROUP</strong></p> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-3e011ff elementor-section-boxed elementor-section-height-default elementor-section-height-default none" data-id="3e011ff" 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-66052de none" data-id="66052de" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-390544b none elementor-widget elementor-widget-heading" data-id="390544b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-small">GPKD số:</h3> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c91678a none" data-id="c91678a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b12e692 none elementor-widget elementor-widget-heading" data-id="b12e692" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-small">0107394935 cấp năm 2016</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-003a8a8 elementor-section-boxed elementor-section-height-default elementor-section-height-default none" data-id="003a8a8" 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-a4a24a6 none" data-id="a4a24a6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ef65a09 none elementor-widget elementor-widget-heading" data-id="ef65a09" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-small">Địa chỉ:</h3> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ebf6b14 none" data-id="ebf6b14" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-613120c none elementor-widget elementor-widget-heading" data-id="613120c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-small">62 Trịnh Đình Cửu, phường Định Công, quận Hoàng Mai, Hà Nội</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-6eb0f7b elementor-section-boxed elementor-section-height-default elementor-section-height-default none" data-id="6eb0f7b" 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-f5b2e13 none" data-id="f5b2e13" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a3ced8 none elementor-widget elementor-widget-heading" data-id="5a3ced8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-small">Hotline:</h3> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-48e383c none" data-id="48e383c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-9e17751 none elementor-widget elementor-widget-heading" data-id="9e17751" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-small"><a href="tel:0398661666">0398.661.666</a></p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-acb4b0c elementor-section-boxed elementor-section-height-default elementor-section-height-default none" data-id="acb4b0c" 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-cdcb0e6 none" data-id="cdcb0e6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f945473 none elementor-widget elementor-widget-heading" data-id="f945473" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-small">Máy bàn:</h3> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-cc1b23f none" data-id="cc1b23f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-681af4b none elementor-widget elementor-widget-heading" data-id="681af4b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-small"><a href="tel:02422818111">02422.818.111</a></p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-30d4525 elementor-section-boxed elementor-section-height-default elementor-section-height-default none" data-id="30d4525" 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-26bfb6c none" data-id="26bfb6c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8d7e1f3 none elementor-widget elementor-widget-heading" data-id="8d7e1f3" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-small">Email:</h3> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8d8d304 none" data-id="8d8d304" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e8297dd none elementor-widget elementor-widget-heading" data-id="e8297dd" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-small"><a href="mailto:[email protected]">[email protected]</a></p> </div> </div> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-7a9d5ea none" data-id="7a9d5ea" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-702d471 none elementor-widget elementor-widget-ovic_menu" data-id="702d471" data-element_type="widget" data-widget_type="ovic_menu.default"> <div class="elementor-widget-container"> <div class="ovic-custommenu style-02 wpb_content_element vc_wp_custommenu" data-name="Chính sách chung"> <div class="widget widget_nav_menu"><h3 class="widget-title"><span class="text">CÁC CHÍNH SÁCH</span></h3><div class="ovic-menu-wapper horizontal"><ul id="menu-chinh-sach-chung" class="menu ovic-menu"><li id="menu-item-13130" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13130"><a href="https://oadep.com/gioi-thieu" data-megamenu="0">Giới thiệu</a></li> <li id="menu-item-13094" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13094"><a href="https://oadep.com/lien-he" data-megamenu="0">Liên hệ</a></li> <li id="menu-item-13106" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13106"><a href="https://oadep.com/chinh-sach-giao-hang" data-megamenu="0">Chính sách giao hàng</a></li> <li id="menu-item-13112" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13112"><a href="https://oadep.com/hinh-thuc-thanh-toan" data-megamenu="0">Hình thức thanh toán</a></li> <li id="menu-item-13118" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13118"><a href="https://oadep.com/chinh-sach-bao-hanh" data-megamenu="0">Chính sách bảo hành</a></li> <li id="menu-item-13128" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13128"><a href="https://oadep.com/chinh-sach-doi-tra" data-megamenu="0">Chính sách đổi trả</a></li> <li id="menu-item-13095" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-13095"><a rel="privacy-policy" href="https://oadep.com/chinh-sach-bao-mat" data-megamenu="0">Chính sách bảo mật</a></li> </ul></div></div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-43866f9 none" data-id="43866f9" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a243e7 none elementor-widget elementor-widget-ovic_menu" data-id="5a243e7" data-element_type="widget" data-widget_type="ovic_menu.default"> <div class="elementor-widget-container"> <div class="ovic-custommenu style-02 wpb_content_element vc_wp_custommenu" data-name="Tài khoản khách hàng"> <div class="widget widget_nav_menu"><h3 class="widget-title"><span class="text">TÀI KHOẢN KHÁCH HÀNG</span></h3><div class="ovic-menu-wapper horizontal"><ul id="menu-tai-khoan-khach-hang" class="menu ovic-menu"><li id="menu-item-12273" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12273"><a href="https://oadep.com/my-account" data-megamenu="0">Đăng nhập / Đăng ký</a></li> <li id="menu-item-12272" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12272"><a href="https://oadep.com/cart" data-megamenu="0">Xem giỏ hàng</a></li> <li id="menu-item-12275" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12275"><a href="https://oadep.com/wishlist" data-megamenu="0">Sản phẩm yêu thích</a></li> <li id="menu-item-12274" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12274"><a href="https://oadep.com/order-tracking" data-megamenu="0">Theo dõi đơn hàng</a></li> </ul></div></div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5297733 none" data-id="5297733" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2fdd8fd none elementor-widget elementor-widget-heading" data-id="2fdd8fd" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-small">MẠNG XÃ HỘI</h3> </div> </div> <div class="elementor-element elementor-element-20e07f5 elementor-grid-4 elementor-shape-rounded e-grid-align-center none elementor-widget elementor-widget-social-icons" data-id="20e07f5" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-09425c0" target="_blank"> <span class="elementor-screen-only">Facebook</span> <i class="fab fa-facebook"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-0b1dd64" target="_blank"> <span class="elementor-screen-only">Twitter</span> <i class="fab fa-twitter"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-2a42225" target="_blank"> <span class="elementor-screen-only">Youtube</span> <i class="fab fa-youtube"></i> </a> </span> </div> </div> </div> <div class="elementor-element elementor-element-05ea4cc none elementor-widget elementor-widget-image" data-id="05ea4cc" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="300" height="114" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20114'%3E%3C/svg%3E" class="attachment-full size-full wp-image-13888 wp-post-image" alt="" data-lazy-srcset="https://oadep.com/wp-content/uploads/2020/10/dathongbao-e1603783715515.png 300w, https://oadep.com/wp-content/uploads/2020/10/dathongbao-e1603783715515-84x32.png 84w, https://oadep.com/wp-content/uploads/2020/10/dathongbao-e1603783715515-64x24.png 64w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://oadep.com/wp-content/uploads/2020/10/dathongbao-e1603783715515.png" /><noscript><img width="300" height="114" src="https://oadep.com/wp-content/uploads/2020/10/dathongbao-e1603783715515.png" class="attachment-full size-full wp-image-13888 wp-post-image" alt="" srcset="https://oadep.com/wp-content/uploads/2020/10/dathongbao-e1603783715515.png 300w, https://oadep.com/wp-content/uploads/2020/10/dathongbao-e1603783715515-84x32.png 84w, https://oadep.com/wp-content/uploads/2020/10/dathongbao-e1603783715515-64x24.png 64w" sizes="(max-width: 300px) 100vw, 300px" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-2a4d4e7 none" data-id="2a4d4e7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f70cdf3 none elementor-widget elementor-widget-wp-widget-woocommerce_product_tag_cloud" data-id="f70cdf3" data-element_type="widget" data-widget_type="wp-widget-woocommerce_product_tag_cloud.default"> <div class="elementor-widget-container"> <h5>HOT</h5><div class="tagcloud"><a href="https://oadep.com/nhom-hang/cham-soc-da" class="tag-cloud-link tag-link-510 tag-link-position-1" style="font-size: 22pt;" aria-label="Chăm sóc da (962 sản phẩm)">Chăm sóc da</a> <a href="https://oadep.com/nhom-hang/da-dau" class="tag-cloud-link tag-link-514 tag-link-position-2" style="font-size: 11.862068965517pt;" aria-label="Da dầu (137 sản phẩm)">Da dầu</a> <a href="https://oadep.com/nhom-hang/da-kho" class="tag-cloud-link tag-link-511 tag-link-position-3" style="font-size: 15.724137931034pt;" aria-label="Da khô (286 sản phẩm)">Da khô</a> <a href="https://oadep.com/nhom-hang/da-lao-hoa" class="tag-cloud-link tag-link-599 tag-link-position-4" style="font-size: 9.448275862069pt;" aria-label="Da lão hóa (87 sản phẩm)">Da lão hóa</a> <a href="https://oadep.com/nhom-hang/da-mun" class="tag-cloud-link tag-link-532 tag-link-position-5" style="font-size: 11.258620689655pt;" aria-label="Da mụn (121 sản phẩm)">Da mụn</a> <a href="https://oadep.com/nhom-hang/da-nhay-cam" class="tag-cloud-link tag-link-528 tag-link-position-6" style="font-size: 13.913793103448pt;" aria-label="Da nhạy cảm (201 sản phẩm)">Da nhạy cảm</a> <a href="https://oadep.com/nhom-hang/da-thuong" class="tag-cloud-link tag-link-529 tag-link-position-7" style="font-size: 18.137931034483pt;" aria-label="Da thường (451 sản phẩm)">Da thường</a> <a href="https://oadep.com/nhom-hang/duong-bong-toc" class="tag-cloud-link tag-link-496 tag-link-position-8" style="font-size: 13.672413793103pt;" aria-label="Dưỡng bóng tóc (195 sản phẩm)">Dưỡng bóng tóc</a> <a href="https://oadep.com/nhom-hang/duong-da-my" class="tag-cloud-link tag-link-1321 tag-link-position-9" style="font-size: 11.620689655172pt;" aria-label="Dưỡng da Mỹ (130 sản phẩm)">Dưỡng da Mỹ</a> <a href="https://oadep.com/nhom-hang/duong-da-phap" class="tag-cloud-link tag-link-667 tag-link-position-10" style="font-size: 10.413793103448pt;" aria-label="Dưỡng da Pháp (103 sản phẩm)">Dưỡng da Pháp</a> <a href="https://oadep.com/nhom-hang/duong-day-toc" class="tag-cloud-link tag-link-634 tag-link-position-11" style="font-size: 8.1206896551724pt;" aria-label="Dưỡng dày tóc (67 sản phẩm)">Dưỡng dày tóc</a> <a href="https://oadep.com/nhom-hang/duong-mem-toc" class="tag-cloud-link tag-link-501 tag-link-position-12" style="font-size: 16.568965517241pt;" aria-label="Dưỡng mềm tóc (339 sản phẩm)">Dưỡng mềm tóc</a> <a href="https://oadep.com/nhom-hang/duong-toc-italy" class="tag-cloud-link tag-link-497 tag-link-position-13" style="font-size: 11.01724137931pt;" aria-label="Dưỡng tóc Italy (117 sản phẩm)">Dưỡng tóc Italy</a> <a href="https://oadep.com/nhom-hang/duong-toc-duc" class="tag-cloud-link tag-link-734 tag-link-position-14" style="font-size: 10.172413793103pt;" aria-label="Dưỡng tóc Đức (98 sản phẩm)">Dưỡng tóc Đức</a> <a href="https://oadep.com/nhom-hang/dau-goi-cho-toc-hu-ton" class="tag-cloud-link tag-link-375 tag-link-position-15" style="font-size: 8.6034482758621pt;" aria-label="Dầu gội cho tóc hư tổn (73 sản phẩm)">Dầu gội cho tóc hư tổn</a> <a href="https://oadep.com/nhom-hang/dau-goi-cho-toc-kho" class="tag-cloud-link tag-link-374 tag-link-position-16" style="font-size: 8.4827586206897pt;" aria-label="Dầu gội cho tóc khô (71 sản phẩm)">Dầu gội cho tóc khô</a> <a href="https://oadep.com/nhom-hang/dau-goi-cho-toc-thuong" class="tag-cloud-link tag-link-370 tag-link-position-17" style="font-size: 12.948275862069pt;" aria-label="Dầu gội cho tóc thường (169 sản phẩm)">Dầu gội cho tóc thường</a> <a href="https://oadep.com/nhom-hang/dau-goi-italy" class="tag-cloud-link tag-link-437 tag-link-position-18" style="font-size: 9.9310344827586pt;" aria-label="Dầu gội Italy (94 sản phẩm)">Dầu gội Italy</a> <a href="https://oadep.com/nhom-hang/dau-goi-duc" class="tag-cloud-link tag-link-600 tag-link-position-19" style="font-size: 8.3620689655172pt;" aria-label="Dầu gội Đức (70 sản phẩm)">Dầu gội Đức</a> <a href="https://oadep.com/nhom-hang/dau-xa-cho-toc-hu-ton" class="tag-cloud-link tag-link-384 tag-link-position-20" style="font-size: 8.4827586206897pt;" aria-label="Dầu xả cho tóc hư tổn (72 sản phẩm)">Dầu xả cho tóc hư tổn</a> <a href="https://oadep.com/nhom-hang/dau-xa-cho-toc-kho" class="tag-cloud-link tag-link-383 tag-link-position-21" style="font-size: 8pt;" aria-label="Dầu xả cho tóc khô (65 sản phẩm)">Dầu xả cho tóc khô</a> <a href="https://oadep.com/nhom-hang/dau-xa-cho-toc-thuong" class="tag-cloud-link tag-link-379 tag-link-position-22" style="font-size: 10.051724137931pt;" aria-label="Dầu xả cho tóc thường (96 sản phẩm)">Dầu xả cho tóc thường</a> <a href="https://oadep.com/nhom-hang/gel-tao-kieu-toc" class="tag-cloud-link tag-link-535 tag-link-position-23" style="font-size: 8.1206896551724pt;" aria-label="Gel tạo kiểu tóc (67 sản phẩm)">Gel tạo kiểu tóc</a> <a href="https://oadep.com/nhom-hang/kem-chong-nang-cho-da-thuong" class="tag-cloud-link tag-link-406 tag-link-position-24" style="font-size: 8.7241379310345pt;" aria-label="Kem chống nắng cho da thường (75 sản phẩm)">Kem chống nắng cho da thường</a> <a href="https://oadep.com/nhom-hang/kem-duong-cho-da-kho" class="tag-cloud-link tag-link-364 tag-link-position-25" style="font-size: 9.0862068965517pt;" aria-label="Kem dưỡng cho da khô (80 sản phẩm)">Kem dưỡng cho da khô</a> <a href="https://oadep.com/nhom-hang/kem-duong-cho-da-thuong" class="tag-cloud-link tag-link-363 tag-link-position-26" style="font-size: 12.344827586207pt;" aria-label="Kem dưỡng cho da thường (150 sản phẩm)">Kem dưỡng cho da thường</a> <a href="https://oadep.com/nhom-hang/kem-u-toc" class="tag-cloud-link tag-link-388 tag-link-position-27" style="font-size: 13.793103448276pt;" aria-label="Kem ủ tóc (198 sản phẩm)">Kem ủ tóc</a> <a href="https://oadep.com/nhom-hang/lam-muot-toc" class="tag-cloud-link tag-link-493 tag-link-position-28" style="font-size: 14.396551724138pt;" aria-label="Làm mượt tóc (221 sản phẩm)">Làm mượt tóc</a> <a href="https://oadep.com/nhom-hang/lam-sach-toc" class="tag-cloud-link tag-link-435 tag-link-position-29" style="font-size: 17.051724137931pt;" aria-label="Làm sạch tóc (370 sản phẩm)">Làm sạch tóc</a> <a href="https://oadep.com/nhom-hang/nuoc-hoa-my" class="tag-cloud-link tag-link-816 tag-link-position-30" style="font-size: 9.2068965517241pt;" aria-label="Nước hoa Mỹ (82 sản phẩm)">Nước hoa Mỹ</a> <a href="https://oadep.com/nhom-hang/nuoc-hoa-nu-mua-he" class="tag-cloud-link tag-link-460 tag-link-position-31" style="font-size: 9.5689655172414pt;" aria-label="Nước hoa nữ mùa hè (89 sản phẩm)">Nước hoa nữ mùa hè</a> <a href="https://oadep.com/nhom-hang/nuoc-hoa-nu-mua-dong" class="tag-cloud-link tag-link-461 tag-link-position-32" style="font-size: 8.7241379310345pt;" aria-label="Nước hoa nữ mùa đông (75 sản phẩm)">Nước hoa nữ mùa đông</a> <a href="https://oadep.com/nhom-hang/nuoc-hoa-nu-mui-hoa-co" class="tag-cloud-link tag-link-464 tag-link-position-33" style="font-size: 14.637931034483pt;" aria-label="Nước hoa nữ mùi hoa cỏ (233 sản phẩm)">Nước hoa nữ mùi hoa cỏ</a> <a href="https://oadep.com/nhom-hang/nuoc-hoa-phap" class="tag-cloud-link tag-link-691 tag-link-position-34" style="font-size: 12.948275862069pt;" aria-label="Nước hoa Pháp (167 sản phẩm)">Nước hoa Pháp</a> <a href="https://oadep.com/nhom-hang/sua-rua-mat-cho-da-thuong" class="tag-cloud-link tag-link-322 tag-link-position-35" style="font-size: 8pt;" aria-label="Sửa rửa mặt cho da thường (65 sản phẩm)">Sửa rửa mặt cho da thường</a> <a href="https://oadep.com/nhom-hang/tinh-dau-duong-toc" class="tag-cloud-link tag-link-390 tag-link-position-36" style="font-size: 9.2068965517241pt;" aria-label="Tinh dầu dưỡng tóc (82 sản phẩm)">Tinh dầu dưỡng tóc</a> <a href="https://oadep.com/nhom-hang/trang-da" class="tag-cloud-link tag-link-545 tag-link-position-37" style="font-size: 9.2068965517241pt;" aria-label="Trắng da (83 sản phẩm)">Trắng da</a> <a href="https://oadep.com/nhom-hang/toc-hu-ton" class="tag-cloud-link tag-link-499 tag-link-position-38" style="font-size: 14.758620689655pt;" aria-label="Tóc hư tổn (241 sản phẩm)">Tóc hư tổn</a> <a href="https://oadep.com/nhom-hang/toc-kho" class="tag-cloud-link tag-link-500 tag-link-position-39" style="font-size: 14.155172413793pt;" aria-label="Tóc khô (215 sản phẩm)">Tóc khô</a> <a href="https://oadep.com/nhom-hang/toc-nhuom" class="tag-cloud-link tag-link-436 tag-link-position-40" style="font-size: 12.706896551724pt;" aria-label="Tóc nhuộm (160 sản phẩm)">Tóc nhuộm</a> <a href="https://oadep.com/nhom-hang/toc-rung" class="tag-cloud-link tag-link-527 tag-link-position-41" style="font-size: 10.051724137931pt;" aria-label="Tóc rụng (96 sản phẩm)">Tóc rụng</a> <a href="https://oadep.com/nhom-hang/toc-thuong" class="tag-cloud-link tag-link-502 tag-link-position-42" style="font-size: 17.051724137931pt;" aria-label="Tóc thường (372 sản phẩm)">Tóc thường</a> <a href="https://oadep.com/nhom-hang/toc-uon" class="tag-cloud-link tag-link-504 tag-link-position-43" style="font-size: 9.0862068965517pt;" aria-label="Tóc uốn (81 sản phẩm)">Tóc uốn</a> <a href="https://oadep.com/nhom-hang/wax-toc" class="tag-cloud-link tag-link-542 tag-link-position-44" style="font-size: 9.5689655172414pt;" aria-label="Wax tóc (89 sản phẩm)">Wax tóc</a> <a href="https://oadep.com/nhom-hang/xit-duong-toc" class="tag-cloud-link tag-link-389 tag-link-position-45" style="font-size: 9.9310344827586pt;" aria-label="Xịt dưỡng tóc (95 sản phẩm)">Xịt dưỡng tóc</a></div> </div> </div> <div class="elementor-element elementor-element-e4e7a3c none elementor-widget elementor-widget-text-editor" data-id="e4e7a3c" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p style="text-align: center;"><span style="color: #ffffff;">Copyrights © Oađẹp. All Rights Reserved. Designed by <a style="color: #ffffff;" href="https://oadep.com/" target="_blank" rel="noopener">Oadep.com</a></span></p> </div> </div> </div> </div> </div> </section> </div> </footer> <a href="#" class="backtotop action-to-top"></a></div><!-- #page --> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/kuteshop\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script type="rocketlazyloadscript">!function(s,u,b,i,z){var o,t,r,y;s[i]||(s._sbzaccid=z,s[i]=function(){s[i].q.push(arguments)},s[i].q=[],s[i]("setAccount",z),r=["widget.subiz.net","storage.googleapis"+(t=".com"),"app.sbz.workers.dev",i+"a"+(o=function(k,t){var n=t<=6?5:o(k,t-1)+o(k,t-3);return k!==t?n:n.toString(32)})(20,20)+t,i+"b"+o(30,30)+t,i+"c"+o(40,40)+t],(y=function(k){var t,n;s._subiz_init_2094850928430||r[k]&&(t=u.createElement(b),n=u.getElementsByTagName(b)[0],t.async=1,t.src="https://"+r[k]+"/sbz/app.js?accid="+z,n.parentNode.insertBefore(t,n),setTimeout(y,2e3,k+1))})(0))}(window,document,"script","subiz", "acpbjztgqyelozg121b4")</script> <div id="ovic-menu-mobile-1" class="ovic-menu-clone-wrap mobile-main-menu loaded" data-locations="["primary-menu","vertical-menu"]" data-default="primary"> <div class="ovic-menu-panels-actions-wrap"> <span class="ovic-menu-current-panel-title" data-main-title="Main Menu"> Main Menu </span> <a href="#" class="ovic-menu-close-btn ovic-menu-close-panels">x</a> </div><!-- .ovic-menu-panels-actions-wrap --> <div class="ovic-menu-panels"> <div id='ovic-menu-panel-main-68121cbf94056' class='ovic-menu-panel ovic-menu-panel-main'><ul class='depth-0'><li class='menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item menu-item-12703'><a class='menu-link' href='https://oadep.com/'>TRANG CHỦ</a></li><li class='menu-item menu-item-type-post_type menu-item-object-page menu-item menu-item-13154'><a class='menu-link' href='https://oadep.com/khuyen-mai'>KHUYẾN MẠI</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-13850'><a class='menu-link' href='https://oadep.com/lien-he'>LIÊN HỆ</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-24558'><a class='menu-link' href='https://oadep.com/cart'>GIỎ HÀNG</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12693 menu-item-icon-image'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12693'></a><a class='menu-link' href='https://oadep.com/danh-muc/bo-san-pham'><span class="icon icon-img"><img width="50" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%3C/svg%3E" class="icon-image wp-post-image" alt="" decoding="async" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/icon-bo-my-pham.jpg" /><noscript><img width="50" height="50" src="https://oadep.com/wp-content/uploads/2020/09/icon-bo-my-pham.jpg" class="icon-image wp-post-image" alt="" decoding="async" /></noscript></span>Bộ sản phẩm</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12688 menu-item-icon-image'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12688'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-toc'><span class="icon icon-img"><img width="50" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%3C/svg%3E" class="icon-image wp-post-image" alt="" decoding="async" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/icon-cham-soc-toc.jpg" /><noscript><img width="50" height="50" src="https://oadep.com/wp-content/uploads/2020/09/icon-cham-soc-toc.jpg" class="icon-image wp-post-image" alt="" decoding="async" /></noscript></span>Chăm sóc tóc</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12690 menu-item-icon-image'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12690'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-mat'><span class="icon icon-img"><img width="50" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%3C/svg%3E" class="icon-image wp-post-image" alt="" decoding="async" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/icon-cham-soc-mat.jpg" /><noscript><img width="50" height="50" src="https://oadep.com/wp-content/uploads/2020/09/icon-cham-soc-mat.jpg" class="icon-image wp-post-image" alt="" decoding="async" /></noscript></span>Chăm sóc mặt</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-6537 menu-item-icon-image'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-6537'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-co-the'><span class="icon icon-img"><img width="50" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%3C/svg%3E" class="icon-image wp-post-image" alt="" decoding="async" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/icon-cham-soc-toan-than.jpg" /><noscript><img width="50" height="50" src="https://oadep.com/wp-content/uploads/2020/09/icon-cham-soc-toan-than.jpg" class="icon-image wp-post-image" alt="" decoding="async" /></noscript></span>Chăm sóc cơ thể</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12691 menu-item-icon-image'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12691'></a><a class='menu-link' href='https://oadep.com/danh-muc/nuoc-hoa'><span class="icon icon-img"><img width="50" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%3C/svg%3E" class="icon-image wp-post-image" alt="" decoding="async" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/icon-nuoc-hoa.jpg" /><noscript><img width="50" height="50" src="https://oadep.com/wp-content/uploads/2020/09/icon-nuoc-hoa.jpg" class="icon-image wp-post-image" alt="" decoding="async" /></noscript></span>Nước hoa</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12692 menu-item-icon-image'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12692'></a><a class='menu-link' href='https://oadep.com/danh-muc/trang-diem'><span class="icon icon-img"><img width="50" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%3C/svg%3E" class="icon-image wp-post-image" alt="" decoding="async" data-lazy-src="https://oadep.com/wp-content/uploads/2020/09/icon-trang-diem-1.jpg" /><noscript><img width="50" height="50" src="https://oadep.com/wp-content/uploads/2020/09/icon-trang-diem-1.jpg" class="icon-image wp-post-image" alt="" decoding="async" /></noscript></span>Trang điểm</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-19720 menu-item-icon-image'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-19720'></a><a class='menu-link' href='https://oadep.com/danh-muc/dung-cu-lam-dep'><span class="icon icon-img"><img width="137" height="137" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20137%20137'%3E%3C/svg%3E" class="icon-image wp-post-image" alt="" decoding="async" data-lazy-srcset="https://oadep.com/wp-content/uploads/2022/05/icon-dung-cu-lam-dep.png 137w, https://oadep.com/wp-content/uploads/2022/05/icon-dung-cu-lam-dep-84x84.png 84w, https://oadep.com/wp-content/uploads/2022/05/icon-dung-cu-lam-dep-64x64.png 64w" data-lazy-sizes="(max-width: 137px) 100vw, 137px" data-lazy-src="https://oadep.com/wp-content/uploads/2022/05/icon-dung-cu-lam-dep.png" /><noscript><img width="137" height="137" src="https://oadep.com/wp-content/uploads/2022/05/icon-dung-cu-lam-dep.png" class="icon-image wp-post-image" alt="" decoding="async" srcset="https://oadep.com/wp-content/uploads/2022/05/icon-dung-cu-lam-dep.png 137w, https://oadep.com/wp-content/uploads/2022/05/icon-dung-cu-lam-dep-84x84.png 84w, https://oadep.com/wp-content/uploads/2022/05/icon-dung-cu-lam-dep-64x64.png 64w" sizes="(max-width: 137px) 100vw, 137px" /></noscript></span>Dụng cụ làm đẹp</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12693' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-1'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-13169'><a class='menu-link' href='https://oadep.com/danh-muc/bo-san-pham/bo-cham-soc-da'>Bộ chăm sóc da</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-13170'><a class='menu-link' href='https://oadep.com/danh-muc/bo-san-pham/bo-cham-soc-toc'>Bộ chăm sóc tóc</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-13171'><a class='menu-link' href='https://oadep.com/danh-muc/bo-san-pham/bo-trang-diem'>Bộ trang điểm</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12688' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-2'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-18752'><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-toc/dau-goi'>Dầu gội</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-18753'><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-toc/dau-xa'>Dầu xả</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-18754'><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-toc/duong-toc'>Dưỡng tóc</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-18755'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-18755'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-toc/tao-kieu-toc'>Tạo kiểu tóc</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-18756'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-18756'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-toc/tao-mau-toc'>Tạo màu tóc</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-18755' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-3'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-16525'><a class='menu-link' href='https://oadep.com/nhom-hang/sap-vuot-toc'>Sáp vuốt tóc</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-16515'><a class='menu-link' href='https://oadep.com/nhom-hang/gel-vuot-toc'>Gel vuốt tóc</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-16516'><a class='menu-link' href='https://oadep.com/nhom-hang/gom-xit-toc'>Gôm xịt tóc</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-16517'><a class='menu-link' href='https://oadep.com/nhom-hang/thuoc-uon-toc'>Thuốc uốn tóc</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-16518'><a class='menu-link' href='https://oadep.com/nhom-hang/thuoc-ep-toc'>Thuốc ép tóc</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-18756' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-4'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-16519'><a class='menu-link' href='https://oadep.com/nhom-hang/thuoc-nhuom-toc'>Thuốc nhuộm tóc</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-16520'><a class='menu-link' href='https://oadep.com/nhom-hang/oxy-tro-nhuom'>Oxy trợ nhuộm</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-16521'><a class='menu-link' href='https://oadep.com/nhom-hang/thuoc-tay-toc'>Thuốc tẩy tóc</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-16522'><a class='menu-link' href='https://oadep.com/nhom-hang/gom-tao-mau-toc'>Gôm tạo màu tóc</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-16523'><a class='menu-link' href='https://oadep.com/nhom-hang/sap-tao-mau-toc'>Sáp tạo màu tóc</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-16524'><a class='menu-link' href='https://oadep.com/nhom-hang/dau-goi-den-toc'>Dầu gội đen tóc</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12690' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-5'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12796'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12796'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-mat/sua-rua-mat'>Sữa rửa mặt</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12797'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12797'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-mat/duong-da'>Dưỡng da</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12807'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12807'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-mat/mat-na'>Mặt nạ</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12845'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12845'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-mat/mat-na'>Kem chống nắng</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12854'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12854'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-mat/tay-te-bao-chet'>Tẩy tế bào chết</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12861'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12861'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-mat/xit-khoang'>Xịt khoáng</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12868'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12868'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-mat/nuoc-hoa-hong'>Nước hoa hồng</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12877'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12877'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-mat/da-vung-mat'>Chăm sóc vùng mắt</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12881'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12881'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-mat/dieu-tri-phuc-hoi-da'>Điều trị & Phục hồi</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12796' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-6'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12790'><a class='menu-link' href='https://oadep.com/nhom-hang/sua-rua-mat-trang-da'>Sữa rửa mặt trắng da</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12791'><a class='menu-link' href='https://oadep.com/nhom-hang/sua-rua-mat-cho-da-thuong'>Sữa rửa mặt cho da thường</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12792'><a class='menu-link' href='https://oadep.com/nhom-hang/sua-rua-mat-cho-da-mun'>Sữa rửa mặt cho da mụn</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12793'><a class='menu-link' href='https://oadep.com/nhom-hang/sua-rua-mat-cho-da-kho'>Sữa rửa mặt cho da khô</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12794'><a class='menu-link' href='https://oadep.com/nhom-hang/sua-rua-mat-cho-da-dau'>Sữa rửa mặt cho da dầu</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12795'><a class='menu-link' href='https://oadep.com/nhom-hang/sua-rua-mat-cho-da-nhay-cam'>Sữa rửa mặt cho da nhạy cảm</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12797' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-7'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12798'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-duong-trang-da'>Kem dưỡng trắng da</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12799'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-duong-cho-da-thuong'>Kem dưỡng cho da thường</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12800'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-duong-cho-da-mun'>Kem dưỡng cho da mụn</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12801'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-duong-cho-da-kho'>Kem dưỡng cho da khô</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12802'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-duong-cho-da-dau'>Kem dưỡng cho da dầu</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12803'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-duong-cho-da-hon-hop'>Kem dưỡng cho da hỗn hợp</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12804'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-duong-cho-da-nhay-cam'>Kem dưỡng cho da nhạy cảm</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12805'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-duong-cho-da-tham-nam'>Kem dưỡng cho da thấm nám</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12806'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-duong-da-chong-lao-hoa'>Kem dưỡng da chống lão hóa</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12807' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-8'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12808'><a class='menu-link' href='https://oadep.com/nhom-hang/mat-na-trang-da'>Mặt nạ trắng da</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12809'><a class='menu-link' href='https://oadep.com/nhom-hang/mat-na-cho-da-thuong'>Mặt nạ cho da thường</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12810'><a class='menu-link' href='https://oadep.com/nhom-hang/mat-na-cho-da-mun'>Mặt nạ cho da mụn</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12811'><a class='menu-link' href='https://oadep.com/nhom-hang/mat-na-cho-da-kho'>Mặt nạ cho da khô</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12812'><a class='menu-link' href='https://oadep.com/nhom-hang/mat-na-cho-da-dau'>Mặt nạ cho da dầu</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12813'><a class='menu-link' href='https://oadep.com/nhom-hang/mat-na-cho-da-hon-hop'>Mặt nạ cho da hỗn hợp</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12814'><a class='menu-link' href='https://oadep.com/nhom-hang/mat-na-cho-da-nhay-cam'>Mặt nạ cho da nhạy cảm</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12815'><a class='menu-link' href='https://oadep.com/nhom-hang/mat-na-ngu'>Mặt nạ ngủ</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12816'><a class='menu-link' href='https://oadep.com/nhom-hang/mat-na-giay'>Mặt nạ giấy</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12817'><a class='menu-link' href='https://oadep.com/nhom-hang/mat-na-cho-mat'>Mặt nạ cho mắt</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12845' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-9'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12846'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-chong-nang-cho-da-thuong'>Kem chống nắng cho da thường</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12847'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-chong-nang-cho-da-mun'>Kem chống nắng cho da mụn</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12848'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-chong-nang-cho-da-kho'>Kem chống nắng cho da khô</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12849'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-chong-nang-cho-da-dau'>Kem chống nắng cho da dầu</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12850'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-chong-nang-cho-da-hon-hop'>Kem chống nắng cho da hỗn hợp</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12851'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-chong-nang-cho-da-nhay-cam'>Kem chống nắng cho da nhạy cảm</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12852'><a class='menu-link' href='https://oadep.com/nhom-hang/xit-chong-nang'>Xịt chống nắng</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12853'><a class='menu-link' href='https://oadep.com/nhom-hang/lan-chong-nang'>Lăn chống nắng</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12854' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-10'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12855'><a class='menu-link' href='https://oadep.com/nhom-hang/tay-te-bao-chet-cho-da-thuong'>Tẩy tế bào chết cho da thường</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12856'><a class='menu-link' href='https://oadep.com/nhom-hang/tay-te-bao-chet-cho-da-mun'>Tẩy tế bào chết cho da mụn</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12857'><a class='menu-link' href='https://oadep.com/nhom-hang/tay-te-bao-chet-cho-da-kho'>Tẩy tế bào chết cho da khô</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12859'><a class='menu-link' href='https://oadep.com/nhom-hang/tay-te-bao-chet-cho-da-dau'>Tẩy tế bào chết cho da dầu</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12860'><a class='menu-link' href='https://oadep.com/nhom-hang/tay-te-bao-chet-cho-da-hon-hop'>Tẩy tế bào chết cho da hỗn hợp</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12858'><a class='menu-link' href='https://oadep.com/nhom-hang/tay-te-bao-chet-cho-da-nhay-cam'>Tẩy tế bào chết cho da nhạy cảm</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12861' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-11'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12862'><a class='menu-link' href='https://oadep.com/nhom-hang/xit-khoang-cho-da-thuong'>Xịt khoáng cho da thường</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12863'><a class='menu-link' href='https://oadep.com/nhom-hang/xit-khoang-cho-da-mun'>Xịt khoáng cho da mụn</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12864'><a class='menu-link' href='https://oadep.com/nhom-hang/xit-khoang-cho-da-kho'>Xịt khoáng cho da khô</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12865'><a class='menu-link' href='https://oadep.com/nhom-hang/xit-khoang-cho-da-dau'>Xịt khoáng cho da dầu</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12866'><a class='menu-link' href='https://oadep.com/nhom-hang/xit-khoang-cho-da-hon-hop'>Xịt khoáng cho da hỗn hợp</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12867'><a class='menu-link' href='https://oadep.com/nhom-hang/xit-khoang-cho-da-nhay-cam'>Xịt khoáng cho da nhạy cảm</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12868' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-12'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12869'><a class='menu-link' href='https://oadep.com/nhom-hang/nuoc-hoa-hong-trang-da'>Nước hoa hồng trắng da</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12870'><a class='menu-link' href='https://oadep.com/nhom-hang/nuoc-hoa-hong-cho-da-thuong'>Nước hoa hồng cho da thường</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12871'><a class='menu-link' href='https://oadep.com/nhom-hang/nuoc-hoa-hong-cho-da-mun'>Nước hoa hồng cho da mụn</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12872'><a class='menu-link' href='https://oadep.com/nhom-hang/nuoc-hoa-hong-cho-da-kho'>Nước hoa hồng cho da khô</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12873'><a class='menu-link' href='https://oadep.com/nhom-hang/nuoc-hoa-hong-cho-da-dau'>Nước hoa hồng cho da dầu</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12874'><a class='menu-link' href='https://oadep.com/nhom-hang/nuoc-hoa-hong-cho-da-hon-hop'>Nước hoa hồng cho da hỗn hợp</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12875'><a class='menu-link' href='https://oadep.com/nhom-hang/nuoc-hoa-hong-cho-da-nhay-cam'>Nước hoa hồng cho da nhạy cảm</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12876'><a class='menu-link' href='https://oadep.com/nhom-hang/nuoc-hoa-hong-chong-lao-hoa'>Nước hoa hồng chống lão hóa</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12877' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-13'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12878'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-duong-giam-bong-mat'>Kem dưỡng giảm bọng mắt</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12879'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-duong-tri-tham-mat'>Kem dưỡng trị thâm mắt</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12880'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-duong-mat-giam-nep-nhan'>Kem dưỡng mắt giảm nếp nhăn</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12881' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-14'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12882'><a class='menu-link' href='https://oadep.com/nhom-hang/tri-mun'>Trị mụn</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12883'><a class='menu-link' href='https://oadep.com/nhom-hang/tri-nam'>Trị nám</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12884'><a class='menu-link' href='https://oadep.com/nhom-hang/tri-seo'>Trị sẹo</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-6537' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-15'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12885'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12885'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-co-the/sua-tam'>Sữa tắm</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12895'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12895'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-co-the/duong-the'>Dưỡng thể</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12905'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12905'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-co-the/kem-chong-nang-toan-than'>Kem chống nắng toàn thân</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12917'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12917'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-co-the/tay-da-chet-toan-than'>Tẩy da chết toàn thân</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12924'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12924'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-co-the/tay-long'>Tẩy lông</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12929'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12929'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-co-the/khu-mui'>Khử mùi</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12932'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12932'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-co-the/cham-soc-chan'>Chăm sóc chân</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12936'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12936'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-co-the/cham-soc-tay'>Chăm sóc tay</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12941'><a class='ovic-menu-next-panel' href='#ovic-menu-panel-12941'></a><a class='menu-link' href='https://oadep.com/danh-muc/cham-soc-co-the/cham-soc-vung-kin'>Chăm sóc vùng kín</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12885' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-16'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12886'><a class='menu-link' href='https://oadep.com/nhom-hang/sua-tam-trang-da'>Sữa tắm trắng da</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12887'><a class='menu-link' href='https://oadep.com/nhom-hang/sua-tam-cho-da-thuong'>Sữa tắm cho da thường</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12888'><a class='menu-link' href='https://oadep.com/nhom-hang/sua-tam-cho-da-mun'>Sữa tắm cho da mụn</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12889'><a class='menu-link' href='https://oadep.com/nhom-hang/sua-tam-cho-da-kho'>Sữa tắm cho da khô</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12890'><a class='menu-link' href='https://oadep.com/nhom-hang/sua-tam-cho-da-dau'>Sữa tắm cho da dầu</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12891'><a class='menu-link' href='https://oadep.com/nhom-hang/sua-tam-cho-da-hon-hop'>Sữa tắm cho da hỗn hợp</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12892'><a class='menu-link' href='https://oadep.com/nhom-hang/sua-tam-cho-da-nhay-cam'>Sữa tắm cho da nhạy cảm</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12893'><a class='menu-link' href='https://oadep.com/nhom-hang/xa-phong-tam'>Xà phòng tắm</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12894'><a class='menu-link' href='https://oadep.com/nhom-hang/sua-tam-cho-be'>Sữa tắm cho bé</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12895' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-17'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12896'><a class='menu-link' href='https://oadep.com/nhom-hang/duong-the-trang-da'>Dưỡng thể trắng da</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12897'><a class='menu-link' href='https://oadep.com/nhom-hang/duong-the-cho-da-thuong'>Dưỡng thể cho da thường</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12898'><a class='menu-link' href='https://oadep.com/nhom-hang/duong-the-cho-da-mun'>Dưỡng thể cho da mụn</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12899'><a class='menu-link' href='https://oadep.com/nhom-hang/duong-the-cho-da-kho'>Dưỡng thể cho da khô</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12900'><a class='menu-link' href='https://oadep.com/nhom-hang/duong-the-cho-da-dau'>Dưỡng thể cho da dầu</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12901'><a class='menu-link' href='https://oadep.com/nhom-hang/duong-the-cho-da-hon-hop'>Dưỡng thể cho da hỗn hợp</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12902'><a class='menu-link' href='https://oadep.com/nhom-hang/duong-the-cho-da-nhay-cam'>Dưỡng thể cho da nhạy cảm</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12903'><a class='menu-link' href='https://oadep.com/nhom-hang/duong-the-cho-em-be'>Dưỡng thể cho em bé</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12904'><a class='menu-link' href='https://oadep.com/nhom-hang/duong-the-cho-ba-bau'>Dưỡng thể cho bà bầu</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12905' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-18'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12906'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-chong-nang-cho-da-thuong'>Kem chống nắng cho da thường</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12907'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-chong-nang-cho-da-mun'>Kem chống nắng cho da mụn</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12908'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-chong-nang-cho-da-kho'>Kem chống nắng cho da khô</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12909'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-chong-nang-cho-da-dau'>Kem chống nắng cho da dầu</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12910'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-chong-nang-cho-da-hon-hop'>Kem chống nắng cho da hỗn hợp</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12911'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-chong-nang-cho-da-nhay-cam'>Kem chống nắng cho da nhạy cảm</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12912'><a class='menu-link' href='https://oadep.com/nhom-hang/kem-chong-nang-cho-be'>Kem chống nắng cho bé</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12917' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-19'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12918'><a class='menu-link' href='https://oadep.com/nhom-hang/tay-da-chet-cho-da-thuong'>Tẩy da chết cho da thường</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12919'><a class='menu-link' href='https://oadep.com/nhom-hang/tay-da-chet-cho-da-mun'>Tẩy da chết cho da mụn</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12920'><a class='menu-link' href='https://oadep.com/nhom-hang/tay-da-chet-cho-da-kho'>Tẩy da chết cho da khô</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12921'><a class='menu-link' href='https://oadep.com/nhom-hang/tay-da-chet-cho-da-dau'>Tẩy da chết cho da dầu</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12922'><a class='menu-link' href='https://oadep.com/nhom-hang/tay-da-chet-cho-da-hon-hop'>Tẩy da chết cho da hỗn hợp</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12923'><a class='menu-link' href='https://oadep.com/nhom-hang/tay-da-chet-cho-da-nhay-cam'>Tẩy da chết cho da nhạy cảm</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12924' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-20'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12925'><a class='menu-link' href='https://oadep.com/nhom-hang/tay-long-tay'>Tẩy lông tay</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12926'><a class='menu-link' href='https://oadep.com/nhom-hang/tay-long-chan'>Tẩy lông chân</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12927'><a class='menu-link' href='https://oadep.com/nhom-hang/tay-long-nach'>Tẩy lông nách</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12928'><a class='menu-link' href='https://oadep.com/nhom-hang/tay-long-vung-kin'>Tẩy lông vùng kín</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12929' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-21'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12930'><a class='menu-link' href='https://oadep.com/nhom-hang/lan-khu-mui'>Lăn khử mùi</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12931'><a class='menu-link' href='https://oadep.com/nhom-hang/xit-khu-mui'>Xịt khử mùi</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12932' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-22'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12933'><a class='menu-link' href='https://oadep.com/nhom-hang/duong-da-chan'>Dưỡng da chân</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12934'><a class='menu-link' href='https://oadep.com/nhom-hang/duong-mong-chan'>Dưỡng móng chân</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12935'><a class='menu-link' href='https://oadep.com/nhom-hang/tay-long-chan'>Tẩy lông chân</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12936' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-23'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12937'><a class='menu-link' href='https://oadep.com/nhom-hang/duong-da-tay'>Dưỡng da tay</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12938'><a class='menu-link' href='https://oadep.com/nhom-hang/duong-mong-tay'>Dưỡng móng tay</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12939'><a class='menu-link' href='https://oadep.com/nhom-hang/tay-long-tay'>Tẩy lông tay</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12940'><a class='menu-link' href='https://oadep.com/nhom-hang/nuoc-rua-tay'>Nước rửa tay</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12941' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-24'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12942'><a class='menu-link' href='https://oadep.com/nhom-hang/dung-dich-ve-sinh'>Dung dịch vệ sinh</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12943'><a class='menu-link' href='https://oadep.com/nhom-hang/tay-long-vung-kin'>Tẩy lông vùng kín</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-12944'><a class='menu-link' href='https://oadep.com/nhom-hang/nuoc-hoa-vung-kin'>Nước hoa vùng kín</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12691' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-25'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-18757'><a class='menu-link' href='https://oadep.com/danh-muc/nuoc-hoa/nuoc-hoa-nam'>Nước hoa nam</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-18758'><a class='menu-link' href='https://oadep.com/danh-muc/nuoc-hoa/nuoc-hoa-nu'>Nước hoa nữ</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-12692' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-26'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-13067'><a class='menu-link' href='https://oadep.com/danh-muc/trang-diem/trang-diem-moi'>Son môi</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-18759'><a class='menu-link' href='https://oadep.com/danh-muc/trang-diem/trang-diem-mat'>Trang điểm mặt</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-18760'><a class='menu-link' href='https://oadep.com/danh-muc/trang-diem/trang-diem-mat-dep'>Trang điểm mắt</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-13185'><a class='menu-link' href='https://oadep.com/danh-muc/trang-diem/tay-trang'>Tẩy trang</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-18761'><a class='menu-link' href='https://oadep.com/danh-muc/trang-diem/trang-diem-mong'>Trang điểm móng</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --><div id='ovic-menu-panel-19720' class='ovic-menu-panel ovic-menu-sub-panel ovic-menu-hidden'><ul class='depth-27'><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-19722'><a class='menu-link' href='https://oadep.com/danh-muc/dung-cu-lam-dep/dung-cu-cham-soc-da'>Dụng cụ chăm sóc da</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-19723'><a class='menu-link' href='https://oadep.com/danh-muc/dung-cu-lam-dep/dung-cu-cham-soc-co-the'>Dụng cụ chăm sóc cơ thể</a></li><li class='menu-item menu-item-type-custom menu-item-object-custom menu-item menu-item-19724'><a class='menu-link' href='https://oadep.com/danh-muc/dung-cu-lam-dep/dung-cu-trang-diem'>Dụng cụ trang điểm</a></li></ul><!-- ul.depth- --></div><!-- .ovic-menu-panel --> </div><!-- .ovic-menu-panels --> </div><!-- .ovic-menu-clone-wrap --> <div id="yith-quick-view-modal" class="yith-quick-view yith-modal"> <div class="yith-quick-view-overlay"></div> <div id=""class="yith-wcqv-wrapper"> <div class="yith-wcqv-main"> <div class="yith-wcqv-head"> <a href="#" class="yith-quick-view-close"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12" /> </svg> </a> </div> <div id="yith-quick-view-content" class="yith-quick-view-content woocommerce single-product"></div> </div> </div> </div> <!-- START Google Code for Dynamic Retargeting --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> gtag('config', 'AW-589179751'); gtag('event', 'page_view', { 'send_to' : 'AW-589179751', 'ecomm_pagetype': 'home' }); </script> <!-- END Google Code for Dynamic Retargeting --> <!-- Facebook Pixel Code --> <noscript> <img height="1" width="1" style="display:none" alt="fbpx" src="https://www.facebook.com/tr?id=2598699550255367&ev=PageView&noscript=1" /> </noscript> <!-- End Facebook Pixel Code --> <script type="rocketlazyloadscript" data-rocket-type='text/javascript'> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <!-- Call Now Button 1.5.0 (https://callnowbutton.com) [renderer:modern]--> <a aria-label="Call Now Button" href="tel:0398661666" id="callnowbutton" class="call-now-button cnb-zoom-70 cnb-zindex-10 cnb-single cnb-mleft cnb-displaymode cnb-displaymode-mobile-only" style="background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTI3LjAxMzU1LDIzLjQ4ODU5bC0xLjc1MywxLjc1MzA1YTUuMDAxLDUuMDAxLDAsMCwxLTUuMTk5MjgsMS4xODI0M2MtMS45NzE5My0uNjkzNzItNC44NzMzNS0yLjM2NDM4LTguNDM4NDgtNS45Mjk1UzYuMzg3LDE0LjAyOCw1LjY5MzMsMTIuMDU2MTVBNS4wMDA3OCw1LjAwMDc4LDAsMCwxLDYuODc1NzMsNi44NTY4N0w4LjYyODc4LDUuMTAzNzZhMSwxLDAsMCwxLDEuNDE0MzEuMDAwMTJsMi44MjgsMi44Mjg4QTEsMSwwLDAsMSwxMi44NzEsOS4zNDY4TDExLjA2NDcsMTEuMTUzYTEuMDAzOCwxLjAwMzgsMCwwLDAtLjA4MjEsMS4zMjE3MSw0MC43NDI3OCw0MC43NDI3OCwwLDAsMCw0LjA3NjI0LDQuNTgzNzQsNDAuNzQxNDMsNDAuNzQxNDMsMCwwLDAsNC41ODM3NCw0LjA3NjIzLDEuMDAzNzksMS4wMDM3OSwwLDAsMCwxLjMyMTcxLS4wODIwOWwxLjgwNjIyLTEuODA2MjdhMSwxLDAsMCwxLDEuNDE0MTItLjAwMDEybDIuODI4OCwyLjgyOEExLjAwMDA3LDEuMDAwMDcsMCwwLDEsMjcuMDEzNTUsMjMuNDg4NTlaIiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+); background-color:#f41d41;" onclick='gtag("event", "Call Now Button", {"event_category":"contact","event_label":"phone","category":"Call Now Button","action_type":"PHONE","button_type":"Single","action_value":"0398661666","action_label":"","cnb_version":"1.5.0"});return gtag_report_conversion("tel:0398661666");'><span>Call Now Button</span></a> <!-- Đoạn mã Google Tag Manager (noscript) được thêm bởi Site Kit --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5QNWCN8" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- Kết thúc đoạn mã Google Tag Manager (noscript) được thêm bởi Site Kit --> <script type="rocketlazyloadscript"> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <div class="pswp" tabindex="-1" role="dialog" aria-modal="true" aria-hidden="true"> <div class="pswp__bg"></div> <div class="pswp__scroll-wrap"> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--zoom" aria-label="Phóng to/ thu nhỏ"></button> <button class="pswp__button pswp__button--fs" aria-label="Bật/tắt chế độ toàn màn hình"></button> <button class="pswp__button pswp__button--share" aria-label="Chia sẻ"></button> <button class="pswp__button pswp__button--close" aria-label="Đóng (Esc)"></button> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" aria-label="Ảnh trước (mũi tên trái)"></button> <button class="pswp__button pswp__button--arrow--right" aria-label="Ảnh tiếp (mũi tên phải)"></button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <link data-minify="1" rel='stylesheet' id='wc-blocks-style-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=1728705129' media='all' /> <link rel='stylesheet' id='widget-image-carousel-css' href='https://oadep.com/wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css?ver=3.25.11' media='all' /> <link rel='stylesheet' id='widget-spacer-css' href='https://oadep.com/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=3.25.11' media='all' /> <link rel='stylesheet' id='widget-heading-css' href='https://oadep.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.25.11' media='all' /> <link data-minify="1" rel='stylesheet' id='elementor-post-18605-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/uploads/elementor/css/post-18605.css?ver=1728705129' media='all' /> <link rel='stylesheet' id='widget-image-css' href='https://oadep.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.25.11' media='all' /> <link rel='stylesheet' id='widget-text-editor-css' href='https://oadep.com/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?ver=3.25.11' media='all' /> <link rel='stylesheet' id='widget-social-icons-css' href='https://oadep.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.25.11' media='all' /> <link rel='stylesheet' id='e-apple-webkit-css' href='https://oadep.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=3.25.11' media='all' /> <link rel='stylesheet' id='photoswipe-css' href='https://oadep.com/wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.min.css?ver=9.8.2' media='all' /> <link rel='stylesheet' id='photoswipe-default-skin-css' href='https://oadep.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.min.css?ver=9.8.2' media='all' /> <link data-minify="1" rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://oadep.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=1728705129' media='all' /> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.selectBox.min.js?ver=1.2.0" id="jquery-selectBox-js"></script> <script type="rocketlazyloadscript" src="//oadep.com/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.min.js?ver=3.1.6" id="prettyPhoto-js" data-wp-strategy="defer"></script> <script id="jquery-yith-wcwl-js-extra"> var yith_wcwl_l10n = {"ajax_url":"\/wp-admin\/admin-ajax.php","redirect_to_cart":"no","yith_wcwl_button_position":"add-to-cart","multi_wishlist":"","hide_add_button":"1","enable_ajax_loading":"","ajax_loader_url":"https:\/\/oadep.com\/wp-content\/plugins\/yith-woocommerce-wishlist\/assets\/images\/ajax-loader-alt.svg","remove_from_wishlist_after_add_to_cart":"1","is_wishlist_responsive":"1","time_to_close_prettyphoto":"3000","fragments_index_glue":".","reload_on_found_variation":"1","mobile_media_query":"768","labels":{"cookie_disabled":"R\u1ea5t ti\u1ebfc, t\u00ednh n\u0103ng n\u00e0y ch\u1ec9 kh\u1ea3 d\u1ee5ng n\u1ebfu cookie tr\u00ean tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n \u0111\u01b0\u1ee3c b\u1eadt.","added_to_cart_message":"<div class=\"woocommerce-notices-wrapper\"><div class=\"woocommerce-message\" role=\"alert\">S\u1ea3n ph\u1ea9m \u0111\u01b0\u1ee3c th\u00eam v\u00e0o gi\u1ecf h\u00e0ng th\u00e0nh c\u00f4ng<\/div><\/div>"},"actions":{"add_to_wishlist_action":"add_to_wishlist","remove_from_wishlist_action":"remove_from_wishlist","reload_wishlist_and_adding_elem_action":"reload_wishlist_and_adding_elem","load_mobile_action":"load_mobile","delete_item_action":"delete_item","save_title_action":"save_title","save_privacy_action":"save_privacy","load_fragments":"load_fragments"},"nonce":{"add_to_wishlist_nonce":"f5e413309a","remove_from_wishlist_nonce":"a97976b38a","reload_wishlist_and_adding_elem_nonce":"728c597780","load_mobile_nonce":"856b2a057a","delete_item_nonce":"059b857b2a","save_title_nonce":"e51b71b900","save_privacy_nonce":"108e2ab024","load_fragments_nonce":"d149473bf0"},"redirect_after_ask_estimate":"","ask_estimate_redirect_url":"https:\/\/oadep.com"}; var yith_wcwl_l10n = {"ajax_url":"\/wp-admin\/admin-ajax.php","redirect_to_cart":"no","yith_wcwl_button_position":"add-to-cart","multi_wishlist":"","hide_add_button":"1","enable_ajax_loading":"","ajax_loader_url":"https:\/\/oadep.com\/wp-content\/plugins\/yith-woocommerce-wishlist\/assets\/images\/ajax-loader-alt.svg","remove_from_wishlist_after_add_to_cart":"1","is_wishlist_responsive":"1","time_to_close_prettyphoto":"3000","fragments_index_glue":".","reload_on_found_variation":"1","mobile_media_query":"768","labels":{"cookie_disabled":"R\u1ea5t ti\u1ebfc, t\u00ednh n\u0103ng n\u00e0y ch\u1ec9 kh\u1ea3 d\u1ee5ng n\u1ebfu cookie tr\u00ean tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n \u0111\u01b0\u1ee3c b\u1eadt.","added_to_cart_message":"<div class=\"woocommerce-notices-wrapper\"><div class=\"woocommerce-message\" role=\"alert\">S\u1ea3n ph\u1ea9m \u0111\u01b0\u1ee3c th\u00eam v\u00e0o gi\u1ecf h\u00e0ng th\u00e0nh c\u00f4ng<\/div><\/div>"},"actions":{"add_to_wishlist_action":"add_to_wishlist","remove_from_wishlist_action":"remove_from_wishlist","reload_wishlist_and_adding_elem_action":"reload_wishlist_and_adding_elem","load_mobile_action":"load_mobile","delete_item_action":"delete_item","save_title_action":"save_title","save_privacy_action":"save_privacy","load_fragments":"load_fragments"},"nonce":{"add_to_wishlist_nonce":"f5e413309a","remove_from_wishlist_nonce":"a97976b38a","reload_wishlist_and_adding_elem_nonce":"728c597780","load_mobile_nonce":"856b2a057a","delete_item_nonce":"059b857b2a","save_title_nonce":"e51b71b900","save_privacy_nonce":"108e2ab024","load_fragments_nonce":"d149473bf0"},"redirect_after_ask_estimate":"","ask_estimate_redirect_url":"https:\/\/oadep.com"}; var yith_wcwl_l10n = {"ajax_url":"\/wp-admin\/admin-ajax.php","redirect_to_cart":"no","yith_wcwl_button_position":"add-to-cart","multi_wishlist":"","hide_add_button":"1","enable_ajax_loading":"","ajax_loader_url":"https:\/\/oadep.com\/wp-content\/plugins\/yith-woocommerce-wishlist\/assets\/images\/ajax-loader-alt.svg","remove_from_wishlist_after_add_to_cart":"1","is_wishlist_responsive":"1","time_to_close_prettyphoto":"3000","fragments_index_glue":".","reload_on_found_variation":"1","mobile_media_query":"768","labels":{"cookie_disabled":"R\u1ea5t ti\u1ebfc, t\u00ednh n\u0103ng n\u00e0y ch\u1ec9 kh\u1ea3 d\u1ee5ng n\u1ebfu cookie tr\u00ean tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n \u0111\u01b0\u1ee3c b\u1eadt.","added_to_cart_message":"<div class=\"woocommerce-notices-wrapper\"><div class=\"woocommerce-message\" role=\"alert\">S\u1ea3n ph\u1ea9m \u0111\u01b0\u1ee3c th\u00eam v\u00e0o gi\u1ecf h\u00e0ng th\u00e0nh c\u00f4ng<\/div><\/div>"},"actions":{"add_to_wishlist_action":"add_to_wishlist","remove_from_wishlist_action":"remove_from_wishlist","reload_wishlist_and_adding_elem_action":"reload_wishlist_and_adding_elem","load_mobile_action":"load_mobile","delete_item_action":"delete_item","save_title_action":"save_title","save_privacy_action":"save_privacy","load_fragments":"load_fragments"},"nonce":{"add_to_wishlist_nonce":"f5e413309a","remove_from_wishlist_nonce":"a97976b38a","reload_wishlist_and_adding_elem_nonce":"728c597780","load_mobile_nonce":"856b2a057a","delete_item_nonce":"059b857b2a","save_title_nonce":"e51b71b900","save_privacy_nonce":"108e2ab024","load_fragments_nonce":"d149473bf0"},"redirect_after_ask_estimate":"","ask_estimate_redirect_url":"https:\/\/oadep.com"}; var yith_wcwl_l10n = {"ajax_url":"\/wp-admin\/admin-ajax.php","redirect_to_cart":"no","yith_wcwl_button_position":"add-to-cart","multi_wishlist":"","hide_add_button":"1","enable_ajax_loading":"","ajax_loader_url":"https:\/\/oadep.com\/wp-content\/plugins\/yith-woocommerce-wishlist\/assets\/images\/ajax-loader-alt.svg","remove_from_wishlist_after_add_to_cart":"1","is_wishlist_responsive":"1","time_to_close_prettyphoto":"3000","fragments_index_glue":".","reload_on_found_variation":"1","mobile_media_query":"768","labels":{"cookie_disabled":"R\u1ea5t ti\u1ebfc, t\u00ednh n\u0103ng n\u00e0y ch\u1ec9 kh\u1ea3 d\u1ee5ng n\u1ebfu cookie tr\u00ean tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n \u0111\u01b0\u1ee3c b\u1eadt.","added_to_cart_message":"<div class=\"woocommerce-notices-wrapper\"><div class=\"woocommerce-message\" role=\"alert\">S\u1ea3n ph\u1ea9m \u0111\u01b0\u1ee3c th\u00eam v\u00e0o gi\u1ecf h\u00e0ng th\u00e0nh c\u00f4ng<\/div><\/div>"},"actions":{"add_to_wishlist_action":"add_to_wishlist","remove_from_wishlist_action":"remove_from_wishlist","reload_wishlist_and_adding_elem_action":"reload_wishlist_and_adding_elem","load_mobile_action":"load_mobile","delete_item_action":"delete_item","save_title_action":"save_title","save_privacy_action":"save_privacy","load_fragments":"load_fragments"},"nonce":{"add_to_wishlist_nonce":"f5e413309a","remove_from_wishlist_nonce":"a97976b38a","reload_wishlist_and_adding_elem_nonce":"728c597780","load_mobile_nonce":"856b2a057a","delete_item_nonce":"059b857b2a","save_title_nonce":"e51b71b900","save_privacy_nonce":"108e2ab024","load_fragments_nonce":"d149473bf0"},"redirect_after_ask_estimate":"","ask_estimate_redirect_url":"https:\/\/oadep.com"}; var yith_wcwl_l10n = {"ajax_url":"\/wp-admin\/admin-ajax.php","redirect_to_cart":"no","yith_wcwl_button_position":"add-to-cart","multi_wishlist":"","hide_add_button":"1","enable_ajax_loading":"","ajax_loader_url":"https:\/\/oadep.com\/wp-content\/plugins\/yith-woocommerce-wishlist\/assets\/images\/ajax-loader-alt.svg","remove_from_wishlist_after_add_to_cart":"1","is_wishlist_responsive":"1","time_to_close_prettyphoto":"3000","fragments_index_glue":".","reload_on_found_variation":"1","mobile_media_query":"768","labels":{"cookie_disabled":"R\u1ea5t ti\u1ebfc, t\u00ednh n\u0103ng n\u00e0y ch\u1ec9 kh\u1ea3 d\u1ee5ng n\u1ebfu cookie tr\u00ean tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n \u0111\u01b0\u1ee3c b\u1eadt.","added_to_cart_message":"<div class=\"woocommerce-notices-wrapper\"><div class=\"woocommerce-message\" role=\"alert\">S\u1ea3n ph\u1ea9m \u0111\u01b0\u1ee3c th\u00eam v\u00e0o gi\u1ecf h\u00e0ng th\u00e0nh c\u00f4ng<\/div><\/div>"},"actions":{"add_to_wishlist_action":"add_to_wishlist","remove_from_wishlist_action":"remove_from_wishlist","reload_wishlist_and_adding_elem_action":"reload_wishlist_and_adding_elem","load_mobile_action":"load_mobile","delete_item_action":"delete_item","save_title_action":"save_title","save_privacy_action":"save_privacy","load_fragments":"load_fragments"},"nonce":{"add_to_wishlist_nonce":"f5e413309a","remove_from_wishlist_nonce":"a97976b38a","reload_wishlist_and_adding_elem_nonce":"728c597780","load_mobile_nonce":"856b2a057a","delete_item_nonce":"059b857b2a","save_title_nonce":"e51b71b900","save_privacy_nonce":"108e2ab024","load_fragments_nonce":"d149473bf0"},"redirect_after_ask_estimate":"","ask_estimate_redirect_url":"https:\/\/oadep.com"}; var yith_wcwl_l10n = {"ajax_url":"\/wp-admin\/admin-ajax.php","redirect_to_cart":"no","yith_wcwl_button_position":"add-to-cart","multi_wishlist":"","hide_add_button":"1","enable_ajax_loading":"","ajax_loader_url":"https:\/\/oadep.com\/wp-content\/plugins\/yith-woocommerce-wishlist\/assets\/images\/ajax-loader-alt.svg","remove_from_wishlist_after_add_to_cart":"1","is_wishlist_responsive":"1","time_to_close_prettyphoto":"3000","fragments_index_glue":".","reload_on_found_variation":"1","mobile_media_query":"768","labels":{"cookie_disabled":"R\u1ea5t ti\u1ebfc, t\u00ednh n\u0103ng n\u00e0y ch\u1ec9 kh\u1ea3 d\u1ee5ng n\u1ebfu cookie tr\u00ean tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n \u0111\u01b0\u1ee3c b\u1eadt.","added_to_cart_message":"<div class=\"woocommerce-notices-wrapper\"><div class=\"woocommerce-message\" role=\"alert\">S\u1ea3n ph\u1ea9m \u0111\u01b0\u1ee3c th\u00eam v\u00e0o gi\u1ecf h\u00e0ng th\u00e0nh c\u00f4ng<\/div><\/div>"},"actions":{"add_to_wishlist_action":"add_to_wishlist","remove_from_wishlist_action":"remove_from_wishlist","reload_wishlist_and_adding_elem_action":"reload_wishlist_and_adding_elem","load_mobile_action":"load_mobile","delete_item_action":"delete_item","save_title_action":"save_title","save_privacy_action":"save_privacy","load_fragments":"load_fragments"},"nonce":{"add_to_wishlist_nonce":"f5e413309a","remove_from_wishlist_nonce":"a97976b38a","reload_wishlist_and_adding_elem_nonce":"728c597780","load_mobile_nonce":"856b2a057a","delete_item_nonce":"059b857b2a","save_title_nonce":"e51b71b900","save_privacy_nonce":"108e2ab024","load_fragments_nonce":"d149473bf0"},"redirect_after_ask_estimate":"","ask_estimate_redirect_url":"https:\/\/oadep.com"}; var yith_wcwl_l10n = {"ajax_url":"\/wp-admin\/admin-ajax.php","redirect_to_cart":"no","yith_wcwl_button_position":"add-to-cart","multi_wishlist":"","hide_add_button":"1","enable_ajax_loading":"","ajax_loader_url":"https:\/\/oadep.com\/wp-content\/plugins\/yith-woocommerce-wishlist\/assets\/images\/ajax-loader-alt.svg","remove_from_wishlist_after_add_to_cart":"1","is_wishlist_responsive":"1","time_to_close_prettyphoto":"3000","fragments_index_glue":".","reload_on_found_variation":"1","mobile_media_query":"768","labels":{"cookie_disabled":"R\u1ea5t ti\u1ebfc, t\u00ednh n\u0103ng n\u00e0y ch\u1ec9 kh\u1ea3 d\u1ee5ng n\u1ebfu cookie tr\u00ean tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n \u0111\u01b0\u1ee3c b\u1eadt.","added_to_cart_message":"<div class=\"woocommerce-notices-wrapper\"><div class=\"woocommerce-message\" role=\"alert\">S\u1ea3n ph\u1ea9m \u0111\u01b0\u1ee3c th\u00eam v\u00e0o gi\u1ecf h\u00e0ng th\u00e0nh c\u00f4ng<\/div><\/div>"},"actions":{"add_to_wishlist_action":"add_to_wishlist","remove_from_wishlist_action":"remove_from_wishlist","reload_wishlist_and_adding_elem_action":"reload_wishlist_and_adding_elem","load_mobile_action":"load_mobile","delete_item_action":"delete_item","save_title_action":"save_title","save_privacy_action":"save_privacy","load_fragments":"load_fragments"},"nonce":{"add_to_wishlist_nonce":"f5e413309a","remove_from_wishlist_nonce":"a97976b38a","reload_wishlist_and_adding_elem_nonce":"728c597780","load_mobile_nonce":"856b2a057a","delete_item_nonce":"059b857b2a","save_title_nonce":"e51b71b900","save_privacy_nonce":"108e2ab024","load_fragments_nonce":"d149473bf0"},"redirect_after_ask_estimate":"","ask_estimate_redirect_url":"https:\/\/oadep.com"}; </script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.yith-wcwl.min.js?ver=4.5.0" id="jquery-yith-wcwl-js"></script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="rocketlazyloadscript" id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script type="rocketlazyloadscript" data-minify="1" src="https://oadep.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=1728705121" id="swv-js"></script> <script type="rocketlazyloadscript" id="contact-form-7-js-translations"> ( function( domain, translations ) { var localeData = translations.locale_data[ domain ] || translations.locale_data.messages; localeData[""].domain = domain; wp.i18n.setLocaleData( localeData, domain ); } )( "contact-form-7", {"translation-revision-date":"2024-08-11 13:44:17+0000","generator":"GlotPress\/4.0.1","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=1; plural=0;","lang":"vi_VN"},"This contact form is placed in the wrong place.":["Bi\u1ec3u m\u1eabu li\u00ean h\u1ec7 n\u00e0y \u0111\u01b0\u1ee3c \u0111\u1eb7t sai v\u1ecb tr\u00ed."],"Error:":["L\u1ed7i:"]}},"comment":{"reference":"includes\/js\/index.js"}} ); </script> <script type="rocketlazyloadscript" id="contact-form-7-js-before"> var wpcf7 = { "api": { "root": "https:\/\/oadep.com\/wp-json\/", "namespace": "contact-form-7\/v1" }, "cached": 1 }; </script> <script type="rocketlazyloadscript" data-minify="1" src="https://oadep.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1728705121" id="contact-form-7-js"></script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/ovic-addon-toolkit/assets/3rd-party/growl/growl.min.js?ver=1.3.5" id="growl-js"></script> <script id="ovic-core-js-extra"> var ovic_core_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","security":"bd55b965d7","ovic_ajax_url":"\/?ovic-ajax=%%endpoint%%","cart_url":"https:\/\/oadep.com\/cart","cart_redirect_after_add":"no","ajax_single_add_to_cart":"1","is_preview":"","growl_notice":{"view_cart":"View cart","added_to_cart_text":"Product has been added to cart!","added_to_wishlist_text":"Product added!","removed_from_wishlist_text":"Product has been removed from wishlist!","wishlist_url":"https:\/\/oadep.com\/wishlist\/","browse_wishlist_text":"Browse Wishlist","growl_notice_text":"Notice!","removed_cart_text":"Product Removed","growl_duration":3000}}; </script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/ovic-addon-toolkit/assets/js/ovic-core.min.js?ver=2.6.1" id="ovic-core-js"></script> <script type="rocketlazyloadscript" 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 id="rocket-preload-links-js-extra"> var RocketPreloadLinksConfig = {"excludeUris":"\/(.+\/)?feed\/?.+\/?|\/(?:.+\/)?embed\/|\/checkout(.*)|\/cart|\/my-account(.*)|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/wp-admin\/|\/logout\/|\/wp-login.php","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:\/\/oadep.com","onHoverDelay":"100","rateThrottle":"3"}; </script> <script type="rocketlazyloadscript" 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 id="yith-woocompare-main-js-extra"> var yith_woocompare = {"ajaxurl":"\/?wc-ajax=%%endpoint%%","actionadd":"yith-woocompare-add-product","actionremove":"yith-woocompare-remove-product","actionview":"yith-woocompare-view-table","actionreload":"yith-woocompare-reload-product","add_nonce":"e6fe4cbeaa","remove_nonce":"7799acd2b8","reload_nonce":"5367ebdf9c","added_label":"Th\u00eam","table_title":"So s\u00e1nh s\u1ea3n ph\u1ea9m","auto_open":"yes","loader":"https:\/\/oadep.com\/wp-content\/plugins\/yith-woocommerce-compare\/assets\/images\/loader.gif","button_text":"Compare","cookie_name":"yith_woocompare_list","close_label":"\u0110\u00f3ng"}; </script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/yith-woocommerce-compare/assets/js/woocompare.min.js?ver=2.48.0" id="yith-woocompare-main-js"></script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/yith-woocommerce-compare/assets/js/jquery.colorbox-min.js?ver=1.4.21" id="jquery-colorbox-js"></script> <script id="yith-wcqv-frontend-js-extra"> var yith_qv = {"ajaxurl":"\/wp-admin\/admin-ajax.php","loader":"https:\/\/oadep.com\/wp-content\/plugins\/yith-woocommerce-quick-view\/assets\/image\/qv-loader.gif","lang":"","is_mobile":""}; </script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/yith-woocommerce-quick-view/assets/js/frontend.min.js?ver=2.4.0" id="yith-wcqv-frontend-js"></script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=9.8.2" id="sourcebuster-js-js"></script> <script id="wc-order-attribution-js-extra"> var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/oadep.com\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; </script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=9.8.2" id="wc-order-attribution-js"></script> <script id="rtwpvs-js-extra"> var rtwpvs_params = {"is_product_page":"","ajax_url":"\/wp-admin\/admin-ajax.php","nonce":"74beb72aa4","reselect_clear":"","term_beside_label":"","archive_swatches":"1","enable_ajax_archive_variation":"","archive_swatches_enable_single_attribute":"","archive_swatches_single_attribute":"","archive_swatches_display_event":"click","archive_image_selector":".wp-post-image, .attachment-woocommerce_thumbnail","archive_add_to_cart_text":"","archive_add_to_cart_select_options":"","archive_product_wrapper":".rtwpvs-product,.product-item","archive_product_price_selector":".price","archive_add_to_cart_button_selector":".rtwpvs_add_to_cart, .add_to_cart_button","enable_variation_url":"","enable_archive_variation_url":"","has_wc_bundles":""}; </script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/woo-product-variation-swatches/assets/js/rtwpvs.min.js?ver=1746017470" id="rtwpvs-js"></script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/themes/kuteshop/assets/vendor/scrollbar/scrollbar.min.js?ver=0.2.10" id="scrollbar-js"></script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/themes/kuteshop/assets/vendor/chosen/chosen.min.js?ver=1.8.7" id="chosen-js"></script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/ovic-addon-toolkit/assets/3rd-party/slick/slick.min.js?ver=1.0.1" id="slick-js"></script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/themes/kuteshop/assets/vendor/tooltip/tooltip.min.js?ver=4.2.3" id="kuteshop-tooltip-js"></script> <script id="kuteshop-js-extra"> var kuteshop_params = {"ajaxurl":"https:\/\/oadep.com\/wp-admin\/admin-ajax.php","security":"526e289e35","kuteshop_ajax_url":"\/?kuteshop-ajax=%%endpoint%%","ajax_comment":"","tab_warning":"<strong>C\u1ea3nh b\u00e1o!<\/strong> Can not Load Data.","is_mobile":"","is_preview":"","sticky_menu":"jquery","disable_equal":""}; </script> <script type="rocketlazyloadscript" data-minify="1" src="https://oadep.com/wp-content/cache/min/1/wp-content/themes/kuteshop/assets/js/frontend.js?ver=1728705121" id="kuteshop-js"></script> <script id="megamenu-frontend-js-extra"> var ovic_ajax_megamenu = {"ajaxurl":"https:\/\/oadep.com\/wp-admin\/admin-ajax.php","security":"337db3bf6a","load_menu":"","delay":"","resize":"","load_megamenu":""}; </script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/ovic-addon-toolkit/includes/extends/megamenu/assets/js/megamenu.min.js?ver=6.8" id="megamenu-frontend-js"></script> <script id="jquery-dgwt-wcas-js-extra"> var dgwt_wcas = {"labels":{"product_plu":"S\u1ea3n ph\u1ea9m","vendor":"Vendor","vendor_plu":"Vendors","sku_label":"M\u00e3 s\u1ea3n ph\u1ea9m:","sale_badge":"Khuy\u1ebfn m\u1ea1i","vendor_sold_by":"B\u00e1n b\u1edfi:","featured_badge":"N\u1ed5i b\u1eadt","in":"trong","read_more":"\u0111\u1ecdc ti\u1ebfp","no_results":"\"Ko c\\u00f3 k\\u1ebft qu\\u1ea3\"","no_results_default":"Kh\u00f4ng c\u00f3 k\u1ebft qu\u1ea3","show_more":"Xem t\u1ea5t c\u1ea3 k\u1ebft qu\u1ea3 ...","show_more_details":"Xem t\u1ea5t c\u1ea3 k\u1ebft qu\u1ea3 ...","search_placeholder":"T\u00ecm ki\u1ebfm s\u1ea3n ph\u1ea9m...","submit":"Search","search_hist":"L\u1ecbch s\u1eed t\u00ecm ki\u1ebfm c\u1ee7a b\u1ea1n","search_hist_clear":"X\u00f3a","mob_overlay_label":"Open search in the mobile overlay","tax_product_cat_plu":"Danh m\u1ee5c","tax_product_cat":"Danh m\u1ee5c","tax_product_tag_plu":"Th\u1ebb","tax_product_tag":"Tag"},"ajax_search_endpoint":"\/?wc-ajax=dgwt_wcas_ajax_search","ajax_details_endpoint":"\/?wc-ajax=dgwt_wcas_result_details","ajax_prices_endpoint":"\/?wc-ajax=dgwt_wcas_get_prices","action_search":"dgwt_wcas_ajax_search","action_result_details":"dgwt_wcas_result_details","action_get_prices":"dgwt_wcas_get_prices","min_chars":"3","width":"auto","show_details_panel":"","show_images":"1","show_price":"1","show_desc":"","show_sale_badge":"","show_featured_badge":"","dynamic_prices":"","is_rtl":"","show_preloader":"1","show_headings":"1","preloader_url":"","taxonomy_brands":"","img_url":"https:\/\/oadep.com\/wp-content\/plugins\/ajax-search-for-woocommerce\/assets\/img\/","is_premium":"","layout_breakpoint":"992","mobile_overlay_breakpoint":"992","mobile_overlay_wrapper":"body","mobile_overlay_delay":"0","debounce_wait_ms":"400","send_ga_events":"1","enable_ga_site_search_module":"","magnifier_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n\t\t\t\t\t xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\"\n\t\t\t\t\t viewBox=\"0 0 51.539 51.361\" xml:space=\"preserve\">\n\t\t <path \t\t\t\t\t\t d=\"M51.539,49.356L37.247,35.065c3.273-3.74,5.272-8.623,5.272-13.983c0-11.742-9.518-21.26-21.26-21.26 S0,9.339,0,21.082s9.518,21.26,21.26,21.26c5.361,0,10.244-1.999,13.983-5.272l14.292,14.292L51.539,49.356z M2.835,21.082 c0-10.176,8.249-18.425,18.425-18.425s18.425,8.249,18.425,18.425S31.436,39.507,21.26,39.507S2.835,31.258,2.835,21.082z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","magnifier_icon_pirx":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\">\n\t\t\t\t\t<path d=\" M 16.722523,17.901412 C 16.572585,17.825208 15.36088,16.670476 14.029846,15.33534 L 11.609782,12.907819 11.01926,13.29667 C 8.7613237,14.783493 5.6172703,14.768302 3.332423,13.259528 -0.07366363,11.010358 -1.0146502,6.5989684 1.1898146,3.2148776\n\t\t\t\t\t\t 1.5505179,2.6611594 2.4056498,1.7447266 2.9644271,1.3130497 3.4423015,0.94387379 4.3921825,0.48568469 5.1732652,0.2475835 5.886299,0.03022609 6.1341883,0 7.2037391,0 8.2732897,0 8.521179,0.03022609 9.234213,0.2475835 c 0.781083,0.23810119 1.730962,0.69629029 2.208837,1.0654662\n\t\t\t\t\t\t 0.532501,0.4113763 1.39922,1.3400096 1.760153,1.8858877 1.520655,2.2998531 1.599025,5.3023778 0.199549,7.6451086 -0.208076,0.348322 -0.393306,0.668209 -0.411622,0.710863 -0.01831,0.04265 1.065556,1.18264 2.408603,2.533307 1.343046,1.350666 2.486621,2.574792 2.541278,2.720279 0.282475,0.7519\n\t\t\t\t\t\t -0.503089,1.456506 -1.218488,1.092917 z M 8.4027892,12.475062 C 9.434946,12.25579 10.131043,11.855461 10.99416,10.984753 11.554519,10.419467 11.842507,10.042366 12.062078,9.5863882 12.794223,8.0659672 12.793657,6.2652398 12.060578,4.756293 11.680383,3.9737304 10.453587,2.7178427\n\t\t\t\t\t\t 9.730569,2.3710306 8.6921295,1.8729196 8.3992147,1.807606 7.2037567,1.807606 6.0082984,1.807606 5.7153841,1.87292 4.6769446,2.3710306 3.9539263,2.7178427 2.7271301,3.9737304 2.3469352,4.756293 1.6138384,6.2652398 1.6132726,8.0659672 2.3454252,9.5863882 c 0.4167354,0.8654208 1.5978784,2.0575608\n\t\t\t\t\t\t 2.4443766,2.4671358 1.0971012,0.530827 2.3890403,0.681561 3.6130134,0.421538 z\n\t\t\t\t\t\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","history_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"16\">\n\t\t\t\t\t<g transform=\"translate(-17.498822,-36.972165)\">\n\t\t\t\t\t\t<path \t\t\t\t\t\t\td=\"m 26.596964,52.884295 c -0.954693,-0.11124 -2.056421,-0.464654 -2.888623,-0.926617 -0.816472,-0.45323 -1.309173,-0.860824 -1.384955,-1.145723 -0.106631,-0.400877 0.05237,-0.801458 0.401139,-1.010595 0.167198,-0.10026 0.232609,-0.118358 0.427772,-0.118358 0.283376,0 0.386032,0.04186 0.756111,0.308336 1.435559,1.033665 3.156285,1.398904 4.891415,1.038245 2.120335,-0.440728 3.927688,-2.053646 4.610313,-4.114337 0.244166,-0.737081 0.291537,-1.051873 0.293192,-1.948355 0.0013,-0.695797 -0.0093,-0.85228 -0.0806,-1.189552 -0.401426,-1.899416 -1.657702,-3.528366 -3.392535,-4.398932 -2.139097,-1.073431 -4.69701,-0.79194 -6.613131,0.727757 -0.337839,0.267945 -0.920833,0.890857 -1.191956,1.27357 -0.66875,0.944 -1.120577,2.298213 -1.120577,3.35859 v 0.210358 h 0.850434 c 0.82511,0 0.854119,0.0025 0.974178,0.08313 0.163025,0.109516 0.246992,0.333888 0.182877,0.488676 -0.02455,0.05927 -0.62148,0.693577 -1.32651,1.40957 -1.365272,1.3865 -1.427414,1.436994 -1.679504,1.364696 -0.151455,-0.04344 -2.737016,-2.624291 -2.790043,-2.784964 -0.05425,-0.16438 0.02425,-0.373373 0.179483,-0.477834 0.120095,-0.08082 0.148717,-0.08327 0.970779,-0.08327 h 0.847035 l 0.02338,-0.355074 c 0.07924,-1.203664 0.325558,-2.153721 0.819083,-3.159247 1.083047,-2.206642 3.117598,-3.79655 5.501043,-4.298811 0.795412,-0.167616 1.880855,-0.211313 2.672211,-0.107576 3.334659,0.437136 6.147035,3.06081 6.811793,6.354741 0.601713,2.981541 -0.541694,6.025743 -2.967431,7.900475 -1.127277,0.871217 -2.441309,1.407501 -3.893104,1.588856 -0.447309,0.05588 -1.452718,0.06242 -1.883268,0.01225 z m 3.375015,-5.084703 c -0.08608,-0.03206 -2.882291,-1.690237 -3.007703,-1.783586 -0.06187,-0.04605 -0.160194,-0.169835 -0.218507,-0.275078 L 26.639746,45.549577 V 43.70452 41.859464 L 26.749,41.705307 c 0.138408,-0.195294 0.31306,-0.289155 0.538046,-0.289155 0.231638,0 0.438499,0.109551 0.563553,0.298452 l 0.10019,0.151342 0.01053,1.610898 0.01053,1.610898 0.262607,0.154478 c 1.579961,0.929408 2.399444,1.432947 2.462496,1.513106 0.253582,0.322376 0.140877,0.816382 -0.226867,0.994404 -0.148379,0.07183 -0.377546,0.09477 -0.498098,0.04986 z\"\/>\n\t\t\t\t\t<\/g>\n\t\t\t\t<\/svg>\n\t\t\t\t","close_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\" viewBox=\"0 0 24 24\"\n\t\t\t\t\t width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M18.3 5.71c-.39-.39-1.02-.39-1.41 0L12 10.59 7.11 5.7c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","back_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 16 16\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M14 6.125H3.351l4.891-4.891L7 0 0 7l7 7 1.234-1.234L3.35 7.875H14z\" fill-rule=\"evenodd\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","preloader_icon":"\t\t\t\t<svg class=\"dgwt-wcas-loader-circular \" viewBox=\"25 25 50 50\">\n\t\t\t\t\t<circle class=\"dgwt-wcas-loader-circular-path\" cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\"\n\t\t\t\t\t\t stroke-miterlimit=\"10\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","voice_search_inactive_icon":"\t\t\t\t<svg class=\"dgwt-wcas-voice-search-mic-inactive\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\"\n\t\t\t\t\t width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M12 13Q11.15 13 10.575 12.425Q10 11.85 10 11V5Q10 4.15 10.575 3.575Q11.15 3 12 3Q12.85 3 13.425 3.575Q14 4.15 14 5V11Q14 11.85 13.425 12.425Q12.85 13 12 13ZM12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8ZM11.5 20.5V16.975Q9.15 16.775 7.575 15.062Q6 13.35 6 11H7Q7 13.075 8.463 14.537Q9.925 16 12 16Q14.075 16 15.538 14.537Q17 13.075 17 11H18Q18 13.35 16.425 15.062Q14.85 16.775 12.5 16.975V20.5ZM12 12Q12.425 12 12.713 11.712Q13 11.425 13 11V5Q13 4.575 12.713 4.287Q12.425 4 12 4Q11.575 4 11.288 4.287Q11 4.575 11 5V11Q11 11.425 11.288 11.712Q11.575 12 12 12Z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","voice_search_active_icon":"\t\t\t\t<svg class=\"dgwt-wcas-voice-search-mic-active\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\"\n\t\t\t\t\t width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M12 13Q11.15 13 10.575 12.425Q10 11.85 10 11V5Q10 4.15 10.575 3.575Q11.15 3 12 3Q12.85 3 13.425 3.575Q14 4.15 14 5V11Q14 11.85 13.425 12.425Q12.85 13 12 13ZM11.5 20.5V16.975Q9.15 16.775 7.575 15.062Q6 13.35 6 11H7Q7 13.075 8.463 14.537Q9.925 16 12 16Q14.075 16 15.538 14.537Q17 13.075 17 11H18Q18 13.35 16.425 15.062Q14.85 16.775 12.5 16.975V20.5Z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","voice_search_disabled_icon":"\t\t\t\t<svg class=\"dgwt-wcas-voice-search-mic-disabled\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\" width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M16.725 13.4 15.975 12.625Q16.1 12.325 16.2 11.9Q16.3 11.475 16.3 11H17.3Q17.3 11.75 17.138 12.337Q16.975 12.925 16.725 13.4ZM13.25 9.9 9.3 5.925V5Q9.3 4.15 9.875 3.575Q10.45 3 11.3 3Q12.125 3 12.713 3.575Q13.3 4.15 13.3 5V9.7Q13.3 9.75 13.275 9.8Q13.25 9.85 13.25 9.9ZM10.8 20.5V17.025Q8.45 16.775 6.875 15.062Q5.3 13.35 5.3 11H6.3Q6.3 13.075 7.763 14.537Q9.225 16 11.3 16Q12.375 16 13.312 15.575Q14.25 15.15 14.925 14.4L15.625 15.125Q14.9 15.9 13.913 16.4Q12.925 16.9 11.8 17.025V20.5ZM19.925 20.825 1.95 2.85 2.675 2.15 20.65 20.125Z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","custom_params":{},"convert_html":"1","suggestions_wrapper":"body","show_product_vendor":"","disable_hits":"","disable_submit":"","fixer":{"broken_search_ui":true,"broken_search_ui_ajax":true,"broken_search_ui_hard":false,"broken_search_elementor_popups":true,"broken_search_jet_mobile_menu":true,"broken_search_browsers_back_arrow":true,"force_refresh_checkout":true},"voice_search_enabled":"","voice_search_lang":"vi","show_recently_searched_products":"","show_recently_searched_phrases":"","go_to_first_variation_on_submit":""}; </script> <script src="https://oadep.com/wp-content/plugins/ajax-search-for-woocommerce/assets/js/search.min.js?ver=1.30.0" id="jquery-dgwt-wcas-js"></script> <script id="wc-cart-fragments-js-extra"> var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_78cd9b0c8f51a2bca36ad73574ea8226","fragment_name":"wc_fragments_78cd9b0c8f51a2bca36ad73574ea8226","request_timeout":"5000"}; </script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=9.8.2" id="wc-cart-fragments-js" defer data-wp-strategy="defer"></script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js?ver=1.7.21-wc.9.8.2" id="zoom-js" defer data-wp-strategy="defer"></script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js?ver=4.1.1-wc.9.8.2" id="photoswipe-js" defer data-wp-strategy="defer"></script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js?ver=4.1.1-wc.9.8.2" id="photoswipe-ui-default-js" defer data-wp-strategy="defer"></script> <script id="wc-single-product-js-extra"> var wc_single_product_params = {"i18n_required_rating_text":"Vui l\u00f2ng ch\u1ecdn m\u1ed9t m\u1ee9c \u0111\u00e1nh gi\u00e1","i18n_rating_options":["1 tr\u00ean 5 sao","2 tr\u00ean 5 sao","3 tr\u00ean 5 sao","4 tr\u00ean 5 sao","5 tr\u00ean 5 sao"],"i18n_product_gallery_trigger_text":"Xem th\u01b0 vi\u1ec7n \u1ea3nh to\u00e0n m\u00e0n h\u00ecnh","review_rating_required":"yes","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"1","zoom_options":[],"photoswipe_enabled":"1","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":"1"}; </script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js?ver=9.8.2" id="wc-single-product-js" defer data-wp-strategy="defer"></script> <script id="gla-gtag-events-js-extra"> var glaGtagData = {"currency_minor_unit":"0","products":{"13321":{"name":"D\u1ea7u g\u1ed9i Davines Energizing Shampoo \u2013 1000ml ch\u1ed1ng r\u1ee5ng t\u00f3c, m\u1ecdc t\u00f3c nhanh h\u01a1n, d\u00e0nh cho t\u00f3c m\u1ecfng, y\u1ebfu g\u00e3y r\u1ee5ng","price":936000},"13354":{"name":"D\u1ea7u g\u1ed9i Davines Energizing Shampoo \u2013 250ml ch\u1ed1ng r\u1ee5ng t\u00f3c, m\u1ecdc t\u00f3c nhanh h\u01a1n, d\u00e0nh cho t\u00f3c m\u1ecfng, y\u1ebfu g\u00e3y r\u1ee5ng","price":365000},"13257":{"name":"D\u1ea7u g\u1ed9i Davines Purifying Shampoo \u2013 1000ml, l\u00e0m s\u1ea1ch v\u00e0 ch\u1ed1ng t\u00e1i ph\u00e1t g\u00e0u hi\u1ec7u qu\u1ea3","price":936000},"13231":{"name":"D\u1ea7u g\u1ed9i Davines Purifying Shampoo \u2013 250ml, s\u1ea1ch g\u00e0u, ng\u0103n ng\u1eeba g\u00e0u quay tr\u1edf l\u1ea1i","price":365000},"14561":{"name":"Thu\u1ed1c nhu\u1ed9m t\u00f3c Davines Mask - 100ml, th\u1ea3o d\u01b0\u1ee3c, b\u1ec1n m\u00e0u, b\u1ea3ng m\u00e0u \u0111a d\u1ea1ng cho m\u1ecdi l\u1ee9a tu\u1ed5i","price":219000},"13358":{"name":"Tinh ch\u1ea5t si\u00eau ho\u1ea1t \u0111\u1ed9ng Davines Naturaltech Energizing Super Active \u2013 100ml, ch\u1ed1ng r\u1ee5ng v\u00e0 k\u00edch th\u00edch m\u1ecdc t\u00f3c","price":1319000}}}; </script> <script type="rocketlazyloadscript" data-minify="1" src="https://oadep.com/wp-content/cache/min/1/wp-content/plugins/google-listings-and-ads/js/build/gtag-events.js?ver=1728705121" id="gla-gtag-events-js"></script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.25.11" id="elementor-webpack-runtime-js"></script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.25.11" id="elementor-frontend-modules-js"></script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script type="rocketlazyloadscript" id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Chia s\u1ebb tr\u00ean Facebook","shareOnTwitter":"Chia s\u1ebb tr\u00ean Twitter","pinIt":"Ghim n\u00f3","download":"T\u1ea3i xu\u1ed1ng","downloadImage":"T\u1ea3i h\u00ecnh \u1ea3nh","fullscreen":"To\u00e0n m\u00e0n h\u00ecnh","zoom":"Thu ph\u00f3ng","share":"Chia s\u1ebb","playVideo":"Ph\u00e1t video","previous":"Quay v\u1ec1","next":"Ti\u1ebfp theo","close":"\u0110\u00f3ng","a11yCarouselWrapperAriaLabel":"Carousel | Cu\u1ed9n ngang: M\u0169i t\u00ean Tr\u00e1i & Ph\u1ea3i","a11yCarouselPrevSlideMessage":"Slide tr\u01b0\u1edbc","a11yCarouselNextSlideMessage":"Slide ti\u1ebfp theo","a11yCarouselFirstSlideMessage":"\u0110\u00e2y l\u00e0 slide \u0111\u1ea7u ti\u00ean","a11yCarouselLastSlideMessage":"\u0110\u00e2y l\u00e0 slide cu\u1ed1i c\u00f9ng","a11yCarouselPaginationBulletMessage":"\u0110i \u0111\u1ebfn slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Ch\u1ebf \u0111\u1ed9 d\u1ecdc di \u0111\u1ed9ng","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Ch\u1ebf \u0111\u1ed9 ngang di \u0111\u1ed9ng","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet D\u1ecdc","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Ngang","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":"Trang r\u1ed9ng","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.25.11","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_optimized_control_loading":true,"e_onboarding":true,"e_css_smooth_scroll":true,"home_screen":true,"landing-pages":true,"nested-elements":true,"editor_v2":true,"link-in-bio":true,"floating-buttons":true},"urls":{"assets":"https:\/\/oadep.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/oadep.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/oadep.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"f8f3072941"},"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":18564,"title":"Oadep.com%20-%20Nh%C3%A0%20cung%20c%E1%BA%A5p%20c%C3%A1c%20s%E1%BA%A3n%20ph%E1%BA%A9m%20l%C3%A0m%20%C4%91%E1%BA%B9p%20ch%C3%ADnh%20h%C3%A3ng","excerpt":"","featuredImage":false}}; </script> <script type="rocketlazyloadscript" src="https://oadep.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.25.11" id="elementor-frontend-js"></script> <script>window.lazyLoadOptions={elements_selector:"img[data-lazy-src],.rocket-lazyload",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(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://oadep.com/wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.min.js"></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@1746017471 -->