window.ladi_viewport = function () { var width = window.outerWidth > 0 ? window.outerWidth : window.screen.width; var widthDevice = width; var is_desktop = width >= 768; var content = ""; if (typeof window.ladi_is_desktop == "undefined" || window.ladi_is_desktop == undefined) { window.ladi_is_desktop = is_desktop; } if (!is_desktop) { widthDevice = 420; } else { widthDevice = 960; } content = "width=" + widthDevice + ", user-scalable=no"; var scale = 1; if (!is_desktop && widthDevice != window.screen.width && window.screen.width > 0) { scale = window.screen.width / widthDevice; } if (scale != 1) { content += ", initial-scale=" + scale + ", minimum-scale=" + scale + ", maximum-scale=" + scale; } var docViewport = document.getElementById("viewport"); if (!docViewport) { docViewport = document.createElement("meta"); docViewport.setAttribute("id", "viewport"); docViewport.setAttribute("name", "viewport"); document.head.appendChild(docViewport); } docViewport.setAttribute("content", content); }; window.ladi_viewport(); a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline; box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } a { text-decoration: none; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:after, blockquote:before, q:after, q:before { content: ""; content: none; } table { border-collapse: collapse; border-spacing: 0; } body { font-size: 12px; -ms-text-size-adjust: none; -moz-text-size-adjust: none; -o-text-size-adjust: none; -webkit-text-size-adjust: none; background: #fff; } .ladi-loading { width: 80px; height: 80px; z-index: 900000000000; position: fixed; top: 0; left: 0; bottom: 0; right: 0; margin: auto; overflow: hidden; } .ladi-loading div { position: absolute; width: 6px; height: 6px; background: #fff; border-radius: 50%; animation: ladi-loading 1.2s linear infinite; } .ladi-loading div:nth-child(1) { animation-delay: 0s; top: 37px; left: 66px; } .ladi-loading div:nth-child(2) { animation-delay: -0.1s; top: 22px; left: 62px; } .ladi-loading div:nth-child(3) { animation-delay: -0.2s; top: 11px; left: 52px; } .ladi-loading div:nth-child(4) { animation-delay: -0.3s; top: 7px; left: 37px; } .ladi-loading div:nth-child(5) { animation-delay: -0.4s; top: 11px; left: 22px; } .ladi-loading div:nth-child(6) { animation-delay: -0.5s; top: 22px; left: 11px; } .ladi-loading div:nth-child(7) { animation-delay: -0.6s; top: 37px; left: 7px; } .ladi-loading div:nth-child(8) { animation-delay: -0.7s; top: 52px; left: 11px; } .ladi-loading div:nth-child(9) { animation-delay: -0.8s; top: 62px; left: 22px; } .ladi-loading div:nth-child(10) { animation-delay: -0.9s; top: 66px; left: 37px; } .ladi-loading div:nth-child(11) { animation-delay: -1s; top: 62px; left: 52px; } .ladi-loading div:nth-child(12) { animation-delay: -1.1s; top: 52px; left: 62px; } @keyframes ladi-loading { 0%, 100%, 20%, 80% { transform: scale(1); } 50% { transform: scale(1.5); } } .overflow-hidden { overflow: hidden; } .ladi-transition { transition: all 150ms linear 0s; } .opacity-0 { opacity: 0; } .pointer-events-none { pointer-events: none; } .ladipage-message { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 1000000000; background: rgba(0, 0, 0, 0.3); } .ladipage-message .ladipage-message-box { width: 400px; max-width: calc(100% - 50px); height: 160px; border: 1px solid rgba(0, 0, 0, 0.3); background-color: #fff; position: fixed; top: calc(50% - 155px); left: 0; right: 0; margin: auto; border-radius: 10px; } .ladipage-message .ladipage-message-box h1 { background-color: rgba(6, 21, 40, 0.05); color: #000; padding: 12px 15px; font-weight: 600; font-size: 16px; border-top-left-radius: 10px; border-top-right-radius: 10px; } .ladipage-message .ladipage-message-box .ladipage-message-text { font-size: 14px; padding: 0 20px; margin-top: 10px; line-height: 18px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; } .ladipage-message .ladipage-message-box .ladipage-message-close { display: block; position: absolute; right: 15px; bottom: 10px; margin: 0 auto; padding: 10px 0; border: none; width: 80px; text-transform: uppercase; text-align: center; color: #000; background-color: #e6e6e6; border-radius: 5px; text-decoration: none; font-size: 14px; font-weight: 600; cursor: pointer; } .ladi-wraper { width: 100%; height: 100%; min-height: 100vh; overflow: hidden; background: #fff; } .ladi-section { margin: 0 auto; position: relative; } .ladi-section .ladi-section-arrow-down { position: absolute; width: 36px; height: 30px; bottom: 0; right: 0; left: 0; margin: auto; background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255, 255, 255, 0.2) no-repeat; background-position: 4px; cursor: pointer; z-index: 90000040; } .ladi-section.ladi-section-readmore { transition: height 350ms linear 0s; } .ladi-section .ladi-section-background { position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; overflow: hidden; } .ladi-container { position: relative; margin: 0 auto; height: 100%; } .ladi-element { position: absolute; } .ladi-overlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%; pointer-events: none; } .ladi-carousel { position: absolute; width: 100%; height: 100%; overflow: hidden; } .ladi-carousel .ladi-carousel-content { position: absolute; width: 100%; height: 100%; left: 0; transition: left 350ms ease-in-out; } .ladi-carousel .ladi-carousel-arrow { position: absolute; width: 30px; height: 36px; top: calc(50% - 18px); background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255, 255, 255, 0.2) no-repeat; cursor: pointer; z-index: 90000040; } .ladi-carousel .ladi-carousel-arrow-left { left: 5px; background-position: -28px; } .ladi-carousel .ladi-carousel-arrow-right { right: 5px; background-position: -52px; } .ladi-gallery { position: absolute; width: 100%; height: 100%; } .ladi-gallery .ladi-gallery-view { position: absolute; overflow: hidden; } .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item { background-size: cover; background-repeat: no-repeat; background-position: center center; width: 100%; height: 100%; position: relative; display: none; transition: transform 0.5s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px; } .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video { cursor: pointer; } .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 60px; height: 60px; background: url(https://w.ladicdn.com/source/ladipage-play.svg) no-repeat center center; background-size: contain; pointer-events: none; cursor: pointer; } .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.right { left: 0; transform: translate3d(100%, 0, 0); } .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.left { left: 0; transform: translate3d(-100%, 0, 0); } .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next.left, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev.right, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected { left: 0; transform: translate3d(0, 0, 0); } .ladi-gallery .ladi-gallery-view > .next, .ladi-gallery .ladi-gallery-view > .prev, .ladi-gallery .ladi-gallery-view > .selected { display: block; } .ladi-gallery .ladi-gallery-view > .selected { left: 0; } .ladi-gallery .ladi-gallery-view > .next, .ladi-gallery .ladi-gallery-view > .prev { position: absolute; top: 0; width: 100%; } .ladi-gallery .ladi-gallery-view > .next { left: 100%; } .ladi-gallery .ladi-gallery-view > .prev { left: -100%; } .ladi-gallery .ladi-gallery-view > .next.left, .ladi-gallery .ladi-gallery-view > .prev.right { left: 0; } .ladi-gallery .ladi-gallery-view > .selected.left { left: -100%; } .ladi-gallery .ladi-gallery-view > .selected.right { left: 100%; } .ladi-gallery .ladi-gallery-control { position: absolute; overflow: hidden; } .ladi-gallery.ladi-gallery-top .ladi-gallery-view { width: 100%; } .ladi-gallery.ladi-gallery-top .ladi-gallery-control { top: 0; width: 100%; } .ladi-gallery.ladi-gallery-bottom .ladi-gallery-view { top: 0; width: 100%; } .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control { width: 100%; bottom: 0; } .ladi-gallery.ladi-gallery-left .ladi-gallery-view { height: 100%; } .ladi-gallery.ladi-gallery-left .ladi-gallery-control { height: 100%; } .ladi-gallery.ladi-gallery-right .ladi-gallery-view { height: 100%; } .ladi-gallery.ladi-gallery-right .ladi-gallery-control { height: 100%; right: 0; } .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow { position: absolute; width: 30px; height: 36px; top: calc(50% - 18px); background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255, 255, 255, 0.2) no-repeat; cursor: pointer; z-index: 90000040; } .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left { left: 5px; background-position: -28px; } .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right { right: 5px; background-position: -52px; } .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow { position: absolute; background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255, 255, 255, 0.2) no-repeat; cursor: pointer; z-index: 90000040; } .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow, .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow { top: calc(50% - 18px); width: 30px; height: 36px; } .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left { left: 0; background-position: -28px; transform: scale(0.6); } .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right { right: 0; background-position: -52px; transform: scale(0.6); } .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left { left: 0; background-position: -28px; transform: scale(0.6); } .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right { right: 0; background-position: -52px; transform: scale(0.6); } .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow, .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow { left: calc(50% - 18px); width: 36px; height: 30px; } .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left { top: 0; background-position: -77px; transform: scale(0.6); } .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right { bottom: 0; background-position: 3px; transform: scale(0.6); } .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left { top: 0; background-position: -77px; transform: scale(0.6); } .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right { bottom: 0; background-position: 3px; transform: scale(0.6); } .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box { position: relative; } .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-box { display: -webkit-inline-flex; display: inline-flex; left: 0; transition: left 150ms ease-in-out; } .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box { display: -webkit-inline-flex; display: inline-flex; left: 0; transition: left 150ms ease-in-out; } .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-box { display: inline-grid; top: 0; transition: top 150ms ease-in-out; } .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-box { display: inline-grid; top: 0; transition: top 150ms ease-in-out; } .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item { background-size: cover; background-repeat: no-repeat; background-position: center center; float: left; position: relative; cursor: pointer; filter: invert(15%); } .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.play-video:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 30px; height: 30px; background: url(https://w.ladicdn.com/source/ladipage-play.svg) no-repeat center center; background-size: contain; pointer-events: none; cursor: pointer; } .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:hover { filter: none; } .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.selected { filter: none; } .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:last-child { margin-right: 0 !important; margin-bottom: 0 !important; } .ladi-table { position: absolute; width: 100%; height: 100%; overflow: auto; } .ladi-table table { width: 100%; } .ladi-table table td { vertical-align: middle; } .ladi-table tbody td { word-break: break-word; } .ladi-table table td img { cursor: pointer; width: 100%; } .ladi-box { position: absolute; width: 100%; height: 100%; overflow: hidden; } .ladi-frame { position: absolute; width: 100%; height: 100%; overflow: hidden; } .ladi-frame .ladi-frame-background { height: 100%; width: 100%; pointer-events: none; } .ladi-banner { position: absolute; width: 100%; height: 100%; overflow: hidden; } .ladi-banner .ladi-banner-background { height: 100%; width: 100%; pointer-events: none; } #SECTION_POPUP .ladi-container { z-index: 90000070; } #SECTION_POPUP .ladi-container > .ladi-element { z-index: 90000070; position: fixed; display: none; } #SECTION_POPUP .ladi-container > .ladi-element.hide-visibility { display: block !important; visibility: hidden !important; } #SECTION_POPUP .popup-close { width: 30px; height: 30px; position: absolute; right: 0; top: 0; transform: scale(0.8); -webkit-transform: scale(0.8); z-index: 9000000080; background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255, 255, 255, 0.2) no-repeat; background-position: -108px; cursor: pointer; display: none; } .ladi-popup { position: absolute; width: 100%; height: 100%; } .ladi-popup .ladi-popup-background { height: 100%; width: 100%; pointer-events: none; } .ladi-countdown { position: absolute; width: 100%; height: 100%; } .ladi-countdown .ladi-countdown-background { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-size: inherit; background-attachment: inherit; background-origin: inherit; display: table; pointer-events: none; } .ladi-countdown .ladi-countdown-text { position: absolute; width: 100%; height: 100%; text-decoration: inherit; display: table; pointer-events: none; } .ladi-countdown .ladi-countdown-text span { display: table-cell; vertical-align: middle; } .ladi-countdown > .ladi-element { text-decoration: inherit; background-size: inherit; background-attachment: inherit; background-origin: inherit; position: relative; display: inline-block; } .ladi-countdown > .ladi-element:last-child { margin-right: 0 !important; } .ladi-button { position: absolute; width: 100%; height: 100%; overflow: hidden; } .ladi-button:active { transform: translateY(2px); transition: transform 0.2s linear; } .ladi-button .ladi-button-background { height: 100%; width: 100%; pointer-events: none; } .ladi-button > .ladi-element { width: 100% !important; height: 100% !important; top: 0 !important; left: 0 !important; display: table; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } .ladi-button > .ladi-element .ladi-headline { display: table-cell; vertical-align: middle; } .ladi-collection { position: absolute; width: 100%; height: 100%; } .ladi-collection.carousel { overflow: hidden; } .ladi-collection .ladi-collection-content { position: absolute; width: 100%; height: 100%; left: 0; transition: left 350ms ease-in-out; } .ladi-collection .ladi-collection-content .ladi-collection-item { display: block; position: relative; float: left; } .ladi-collection .ladi-collection-content .ladi-collection-page { float: left; } .ladi-collection .ladi-collection-arrow { position: absolute; width: 30px; height: 36px; top: calc(50% - 18px); background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255, 255, 255, 0.2) no-repeat; cursor: pointer; z-index: 90000040; } .ladi-collection .ladi-collection-arrow-left { left: 5px; background-position: -28px; } .ladi-collection .ladi-collection-arrow-right { right: 5px; background-position: -52px; } .ladi-collection .ladi-collection-button-next { position: absolute; width: 36px; height: 30px; bottom: -40px; right: 0; left: 0; margin: auto; background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255, 255, 255, 0.2) no-repeat; background-position: 4px; cursor: pointer; z-index: 90000040; } .ladi-form { position: absolute; width: 100%; height: 100%; } .ladi-form > .ladi-element { text-transform: inherit; text-decoration: inherit; text-align: inherit; letter-spacing: inherit; color: inherit; background-size: inherit; background-attachment: inherit; background-origin: inherit; } .ladi-form .ladi-button > .ladi-element { color: initial; font-size: initial; font-weight: initial; text-transform: initial; text-decoration: initial; font-style: initial; text-align: initial; letter-spacing: initial; line-height: initial; } .ladi-form > .ladi-element .ladi-form-item-container { text-transform: inherit; text-decoration: inherit; text-align: inherit; letter-spacing: inherit; color: inherit; background-size: inherit; background-attachment: inherit; background-origin: inherit; } .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item { text-transform: inherit; text-decoration: inherit; text-align: inherit; letter-spacing: inherit; color: inherit; } .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item-background { background-size: inherit; background-attachment: inherit; background-origin: inherit; } .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-size: 9px 6px !important; background-position: right 0.5rem center; background-repeat: no-repeat; } .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 { width: calc(100% / 3 - 5px); max-width: calc(100% / 3 - 5px); min-width: calc(100% / 3 - 5px); } .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) { margin-left: 7.5px; } .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) { margin-left: 7.5px; } .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option { color: initial; } .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) { text-transform: inherit; text-decoration: inherit; text-align: inherit; letter-spacing: inherit; color: inherit; background-size: inherit; background-attachment: inherit; background-origin: inherit; } .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select { text-transform: inherit; text-align: inherit; letter-spacing: inherit; color: inherit; background-size: inherit; background-attachment: inherit; background-origin: inherit; } .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) { text-decoration: inherit; } .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item { text-transform: inherit; text-decoration: inherit; text-align: inherit; letter-spacing: inherit; color: inherit; background-size: inherit; background-attachment: inherit; background-origin: inherit; vertical-align: middle; } .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span { user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked="true"] { text-transform: inherit; text-decoration: inherit; text-align: inherit; letter-spacing: inherit; color: inherit; background-size: inherit; background-attachment: inherit; background-origin: inherit; } .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked="false"] { text-transform: inherit; text-align: inherit; letter-spacing: inherit; color: inherit; background-size: inherit; background-attachment: inherit; background-origin: inherit; } .ladi-form .ladi-form-item-container { position: absolute; width: 100%; height: 100%; } .ladi-form .ladi-form-item { width: 100%; height: 100%; position: absolute; } .ladi-form .ladi-form-item-background { position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; } .ladi-form .ladi-form-item.ladi-form-checkbox { height: auto; } .ladi-form .ladi-form-item .ladi-form-control { background-color: transparent; min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; width: 100%; height: 100%; padding: 0 5px; color: inherit; font-size: inherit; border: none; } .ladi-form .ladi-form-item.ladi-form-checkbox { padding: 10px 5px; } .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item { margin-top: 0 !important; margin-left: 0 !important; margin-right: 0 !important; display: table; border: none; } .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item { margin-top: 0 !important; margin-left: 0 !important; margin-right: 10px !important; display: inline-block; border: none; position: relative; } .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input { vertical-align: middle; width: 13px; height: 13px; display: table-cell; margin-right: 5px; } .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span { display: table-cell; cursor: default; vertical-align: middle; word-break: break-word; } .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item input { position: absolute; top: 4px; } .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item span { padding-left: 18px; } .ladi-form .ladi-form-item textarea.ladi-form-control { resize: none; padding: 5px; } .ladi-form .ladi-button { cursor: pointer; } .ladi-form .ladi-button .ladi-headline { cursor: pointer; user-select: none; } .ladi-combobox { position: absolute; width: 100%; height: 100%; } .ladi-combobox .ladi-combobox-item-container { position: absolute; width: 100%; height: 100%; text-transform: inherit; text-decoration: inherit; text-align: inherit; letter-spacing: inherit; color: inherit; background-size: inherit; background-attachment: inherit; background-origin: inherit; } .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item-background { position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; background-size: inherit; background-attachment: inherit; background-origin: inherit; } .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item { width: 100%; height: 100%; position: absolute; text-transform: inherit; text-decoration: inherit; text-align: inherit; letter-spacing: inherit; color: inherit; } .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control option { color: initial; } .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control { background-color: transparent; min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; width: 100%; height: 100%; padding: 0 5px; font-size: inherit; border: none; text-transform: inherit; text-align: inherit; letter-spacing: inherit; color: inherit; background-size: inherit; background-attachment: inherit; background-origin: inherit; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-size: 9px 6px !important; background-position: right 0.5rem center; background-repeat: no-repeat; } .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control:not([data-selected=""]) { text-decoration: inherit; } .ladi-cart { position: absolute; width: 100%; font-size: 12px; } .ladi-cart .ladi-cart-row { position: relative; display: inline-table; width: 100%; } .ladi-cart .ladi-cart-row:after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background: #dcdcdc; } .ladi-cart .ladi-cart-no-product { text-align: center; font-size: 16px; vertical-align: middle; } .ladi-cart .ladi-cart-image { width: 16%; vertical-align: middle; position: relative; text-align: center; } .ladi-cart .ladi-cart-image img { max-width: 100%; } .ladi-cart .ladi-cart-title { vertical-align: middle; padding: 0 5px; word-break: break-all; } .ladi-cart .ladi-cart-title .ladi-cart-title-name { display: block; margin-bottom: 5px; } .ladi-cart .ladi-cart-title .ladi-cart-title-variant { font-weight: 700; display: block; } .ladi-cart .ladi-cart-image .ladi-cart-image-quantity { position: absolute; top: -3px; right: -5px; background: rgba(150, 149, 149, 0.9); width: 20px; height: 20px; border-radius: 50%; text-align: center; color: #fff; line-height: 20px; } .ladi-cart .ladi-cart-quantity { width: 70px; vertical-align: middle; text-align: center; } .ladi-cart .ladi-cart-quantity-content { display: -webkit-inline-flex; display: inline-flex; } .ladi-cart .ladi-cart-quantity input { width: 24px; text-align: center; height: 22px; -moz-appearance: textfield; border-top: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; } .ladi-cart .ladi-cart-quantity input::-webkit-inner-spin-button, .ladi-cart .ladi-cart-quantity input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .ladi-cart .ladi-cart-quantity button { border: 1px solid #dcdcdc; cursor: pointer; text-align: center; width: 21px; height: 22px; position: relative; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } .ladi-cart .ladi-cart-quantity button:active { transform: translateY(2px); transition: transform 0.2s linear; } .ladi-cart .ladi-cart-quantity button span { font-size: 18px; position: relative; left: 0.5px; } .ladi-cart .ladi-cart-quantity button:first-child span { top: -1.2px; } .ladi-cart .ladi-cart-price { width: 100px; vertical-align: middle; text-align: right; padding: 0 10px 0 5px; } .ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span { text-decoration: line-through; display: block; margin-bottom: 3px; } .ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span.price-compare { text-decoration: none; color: #e85d04; font-weight: 700; margin-bottom: 0; } .ladi-cart .ladi-cart-row.has-promotion .ladi-cart-title span.promotion-name { margin-top: 5px; display: block; } .ladi-cart .ladi-cart-action { width: 28px; vertical-align: middle; text-align: center; } .ladi-cart .ladi-cart-action button { border: 1px solid #dcdcdc; cursor: pointer; text-align: center; width: 25px; height: 22px; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } .ladi-cart .ladi-cart-action button:active { transform: translateY(2px); transition: transform 0.2s linear; } .ladi-cart .ladi-cart-action button span { font-size: 13px; position: relative; top: 0.5px; } .ladi-video { position: absolute; width: 100%; height: 100%; cursor: pointer; overflow: hidden; } .ladi-video .ladi-video-background { position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; } .ladi-group { position: absolute; width: 100%; height: 100%; } .ladi-button-group { position: absolute; width: 100%; height: 100%; } .ladi-shape { position: absolute; width: 100%; height: 100%; pointer-events: none; } .ladi-html-code { position: absolute; width: 100%; height: 100%; } .ladi-image { position: absolute; width: 100%; height: 100%; overflow: hidden; pointer-events: none; } .ladi-image .ladi-image-background { background-repeat: no-repeat; background-position: left top; background-size: cover; background-attachment: scroll; background-origin: content-box; position: absolute; margin: 0 auto; width: 100%; height: 100%; pointer-events: none; } .ladi-headline { width: 100%; display: inline-block; background-size: cover; background-position: center center; } .ladi-headline a { text-decoration: underline; } .ladi-paragraph { width: 100%; display: inline-block; } .ladi-paragraph a { text-decoration: underline; } .ladi-list-paragraph { width: 100%; display: inline-block; } .ladi-list-paragraph a { text-decoration: underline; } .ladi-list-paragraph ul li { position: relative; counter-increment: linum; } .ladi-list-paragraph ul li:before { position: absolute; background-repeat: no-repeat; background-size: 100% 100%; left: 0; } .ladi-list-paragraph ul li:last-child { padding-bottom: 0 !important; } .ladi-line { position: relative; } .ladi-line .ladi-line-container { border-bottom: 0 !important; border-right: 0 !important; width: 100%; height: 100%; } a[data-action] { user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; cursor: pointer; } a:visited { color: inherit; } a:link { color: inherit; } [data-opacity="0"] { opacity: 0; } [data-hidden="true"] { display: none; } [data-action="true"] { cursor: pointer; } .ladi-hidden { display: none; } .backdrop-popup { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 90000060; } .lightbox-screen { display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; margin: auto; z-index: 9000000080; background: rgba(0, 0, 0, 0.5); } .lightbox-screen .lightbox-close { width: 30px; height: 30px; position: absolute; z-index: 9000000090; background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255, 255, 255, 0.2) no-repeat; background-position: -108px; transform: scale(0.7); -webkit-transform: scale(0.7); cursor: pointer; } .lightbox-screen .lightbox-hidden { display: none; } .ladi-animation-hidden { visibility: hidden !important; } .ladi-lazyload { background-image: none !important; } .ladi-list-paragraph ul li.ladi-lazyload:before { background-image: none !important; } .ladi-cart-number { position: absolute; top: -2px; right: -7px; background: #f36e36; text-align: center; width: 18px; height: 18px; line-height: 18px; font-size: 11px; font-weight: 700; color: #fff; border-radius: 100%; } .ladi-form-quantity { display: -webkit-inline-flex; display: inline-flex; border-color: inherit; } .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity .ladi-form-control { text-align: center; pointer-events: none; -moz-appearance: textfield; width: calc(100% - 45px); padding: 0; min-width: 24px; border-top: 1px hidden; border-bottom: 1px hidden; border-color: inherit; } .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-inner-spin-button, .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .ladi-form-quantity button { border: 1px hidden; border-color: inherit; cursor: pointer; text-align: center; width: 30px; height: 100%; position: relative; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } .ladi-form-quantity button span { font-size: 18px; position: relative; left: 0.5px; } .ladi-form-quantity button:first-child span { top: -1.2px; } .ladi-form [data-variant="true"] select option[disabled] { background: #fff; color: #b8b8b8 !important; } .ladi-story-page-progress-bar { width: 100%; height: 25px; position: fixed; top: 0; left: 0; } .ladi-story-page-progress-bar-item { height: 100%; width: 100%; display: block; float: left; margin: 0 5px; position: relative; cursor: pointer; } .ladi-story-page-progress-bar-item:before { content: ""; position: absolute; background: rgba(255, 255, 255, 0.4); border-radius: 10px; width: 100%; height: 4px; margin: auto; top: 0; bottom: 0; left: 0; right: 0; } .ladi-story-page-progress-bar-item.active:before { background: #fff; } .ladi-story-page-progress-bar-item span { background: #fff; border-radius: 10px; height: 4px; display: block; margin: auto 0; top: 0; bottom: 0; position: absolute; transition: width 0.3s linear; width: 0%; } @media (min-width: 768px) { .ladi-fullwidth { width: 100vw !important; left: calc(-50vw + 50%) !important; box-sizing: border-box !important; transform: none !important; } .ladi-fullwidth .ladi-gallery-view-item { transition-duration: 1.5s; } } @media (max-width: 767px) { .ladi-element.ladi-auto-scroll { overflow-x: scroll; overflow-y: hidden; width: 100% !important; left: 0 !important; -webkit-overflow-scrolling: touch; } .ladi-section.ladi-auto-scroll { overflow-x: scroll; overflow-y: hidden; -webkit-overflow-scrolling: touch; } .ladi-carousel .ladi-carousel-content { transition: left 0.3s ease-in-out; } .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item { transition: transform 0.3s ease-in-out; } } .ladi-notify-transition { transition: top 0.5s ease-in-out, bottom 0.5s ease-in-out, opacity 0.5s ease-in-out; } .ladi-notify { padding: 5px; box-shadow: 0 0 1px rgba(64, 64, 64, 0.3), 0 8px 50px rgba(64, 64, 64, 0.05); border-radius: 40px; color: rgba(64, 64, 64, 1); background: rgba(250, 250, 250, 0.9); line-height: 1.6; width: 100%; height: 100%; font-size: 13px; } .ladi-notify .ladi-notify-image img { float: left; margin-right: 13px; border-radius: 50%; width: 53px; height: 53px; pointer-events: none; } .ladi-notify .ladi-notify-title { font-size: 100%; height: 17px; overflow: hidden; font-weight: 700; overflow-wrap: break-word; text-overflow: ellipsis; white-space: nowrap; line-height: 1; } .ladi-notify .ladi-notify-content { font-size: 92.308%; height: 17px; overflow: hidden; overflow-wrap: break-word; text-overflow: ellipsis; white-space: nowrap; line-height: 1; padding-top: 2px; } .ladi-notify .ladi-notify-time { line-height: 1.6; font-size: 84.615%; display: inline-block; overflow-wrap: break-word; text-overflow: ellipsis; white-space: nowrap; max-width: calc(100% - 155px); overflow: hidden; } .ladi-notify .ladi-notify-copyright { font-size: 76.9231%; margin-left: 2px; position: relative; padding: 0 5px; cursor: pointer; opacity: 0.6; display: inline-block; top: -4px; } .ladi-notify .ladi-notify-copyright svg { vertical-align: middle; } .ladi-notify .ladi-notify-copyright svg:not(:root) { overflow: hidden; } .ladi-notify .ladi-notify-copyright div { text-decoration: none; color: rgba(64, 64, 64, 1); display: inline; } .ladi-notify .ladi-notify-copyright strong { font-weight: 700; } .builder-container .ladi-notify { transition: unset; } .ladi-spin-lucky { width: 100%; height: 100%; border-radius: 100%; box-shadow: 0 0 7px 0 rgba(64, 64, 64, 0.6), 0 8px 50px rgba(64, 64, 64, 0.3); background-repeat: no-repeat; background-size: cover; } .ladi-spin-lucky .ladi-spin-lucky-start { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 20%; height: 20%; cursor: pointer; background-size: contain; background-position: center center; background-repeat: no-repeat; transition: transform 0.3s ease-in-out; -webkit-transition: transform 0.3s ease-in-out; } .ladi-spin-lucky .ladi-spin-lucky-start:hover { transform: scale(1.1); } .ladi-spin-lucky .ladi-spin-lucky-screen { width: 100%; height: 100%; border-radius: 100%; transition: transform 7s cubic-bezier(0.25, 0.1, 0, 1); -webkit-transition: transform 7s cubic-bezier(0.25, 0.1, 0, 1); text-decoration-line: inherit; -webkit-text-decoration-line: inherit; text-transform: inherit; } .ladi-spin-lucky .ladi-spin-lucky-screen:before { background-size: cover; background-position: center center; background-repeat: no-repeat; content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; } .ladi-spin-lucky .ladi-spin-lucky-label { position: absolute; top: 50%; left: 50%; overflow: hidden; width: 42%; padding-left: 12%; transform-origin: 0 0; -webkit-transform-origin: 0 0; text-decoration-line: inherit; -webkit-text-decoration-line: inherit; text-transform: inherit; line-height: 1.6; text-shadow: rgba(0, 0, 0, 0.5) 1px 0 2px; } @media (min-width: 768px) { .ladi-section .ladi-container { width: 960px; } } @media (max-width: 767px) { .ladi-section .ladi-container { width: 420px; } } body { font-family: "Open Sans", sans-serif; } @media (min-width: 768px) { #SECTION_POPUP { height: 0px; } #SECTION2 { height: 192px; } #IMAGE3 { width: 164.416px; height: 158.905px; top: 17.0475px; left: 68.75px; } #IMAGE3 > .ladi-image > .ladi-image-background { width: 164.416px; height: 158.905px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s500x500/5c1d99096efb27661e81da20/intro4jpg-20191002063444.png"); } #HEADLINE4 { width: 733px; top: 27.8025px; left: 182.25px; } #HEADLINE4 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 40px; font-weight: bold; text-align: center; line-height: 1.6; } #PARAGRAPH6 { width: 557px; top: 97.8025px; left: 270.25px; } #PARAGRAPH6 > .ladi-paragraph { color: rgb(9, 102, 70); font-size: 20px; text-align: center; line-height: 1.6; } #SECTION7 { height: 550.596px; } #SECTION7 > .ladi-section-background { background-size: auto 100%; background-attachment: scroll; background-origin: content-box; background-position: center center; background-repeat: no-repeat; } #SECTION8 { height: 58.6053px; } #SECTION9 { height: 391.5px; } #SECTION9 > .ladi-section-background { background-color: rgb(255, 255, 255); } #HEADLINE47 { width: 334px; top: 109.647px; left: 0px; } #HEADLINE47 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 24px; font-weight: bold; text-align: center; line-height: 1.6; } #PARAGRAPH48 { width: 334px; top: 171.702px; left: 0px; } #PARAGRAPH48 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(36, 36, 36); font-size: 16px; text-align: justify; line-height: 1.6; } #GROUP49 { width: 334px; height: 321.702px; top: 63.798px; left: -114.478px; } #HEADLINE92 { width: 871px; top: 0px; left: 0px; } #HEADLINE92 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 71); font-size: 40px; font-weight: bold; text-align: center; line-height: 1.6; } #LINE96 { width: 123px; top: 0px; left: 0px; } #LINE96 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE96 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE97 { width: 123px; top: 0px; left: 195px; } #LINE97 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE97 > .ladi-line { width: 100%; padding: 8px 0px; } #GROUP95 { width: 318px; height: 18px; top: 18.209px; left: 0px; } #SHAPE98 { width: 54.418px; height: 54.418px; top: 0px; left: 129.175px; } #SHAPE98 svg:last-child { fill: rgba(29, 95, 64, 1); } #GROUP94 { width: 318px; height: 54.418px; top: 71.902px; left: 276.5px; } #SHAPE101 { width: 90px; height: 84px; top: 0px; left: 122px; } #SHAPE101 svg:last-child { fill: url("#SHAPE101_desktop_gradient"); } #HEADLINE102 { width: 334px; top: 112.647px; left: 0px; } #HEADLINE102 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 24px; font-weight: bold; text-align: center; line-height: 1.6; } #PARAGRAPH103 { width: 334px; top: 174.702px; left: 0px; } #PARAGRAPH103 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(36, 36, 36); font-size: 16px; text-align: justify; line-height: 1.6; } #GROUP100 { width: 334px; height: 324.702px; top: 60.798px; left: 313px; } #SHAPE105 { width: 90px; height: 84px; top: 0px; left: 122px; } #SHAPE105 svg:last-child { fill: url("#SHAPE105_desktop_gradient"); } #HEADLINE106 { width: 334px; top: 107.647px; left: 0px; } #HEADLINE106 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 24px; font-weight: bold; text-align: center; line-height: 1.6; } #PARAGRAPH107 { width: 334px; top: 169.702px; left: 0px; } #PARAGRAPH107 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(36, 36, 36); font-size: 16px; text-align: justify; line-height: 1.6; } #GROUP104 { width: 334px; height: 319.702px; top: 65.798px; left: 743.002px; } #BUTTON108 { width: 280px; height: 50px; top: 492.89px; left: 100px; } #BUTTON108 > .ladi-button { border-style: solid; border-color: rgb(255, 255, 255); border-width: 2px; border-radius: 90px; } #BUTTON_TEXT108 { width: 276px; top: 9px; left: 0px; } #BUTTON_TEXT108 > .ladi-headline { color: rgb(255, 255, 255); font-size: 17px; font-weight: bold; text-align: center; line-height: 1.6; } #BOX122 { width: 1059px; height: 372.784px; top: 0px; left: 84.505px; } #BOX122 > .ladi-box { background-color: rgb(9, 102, 71); border-radius: 10px; } #BOX123 { width: 468.5px; height: 302px; top: 35.394px; left: 634.005px; } #BOX123 > .ladi-box { box-shadow: 8px 8px 15px -2px rgba(0, 0, 0, 1); -webkit-box-shadow: 8px 8px 15px -2px rgba(0, 0, 0, 1); background-color: rgb(255, 255, 255); border-radius: 6px; } #IMAGE126 { width: 253.707px; height: 222.238px; top: 216.856px; left: 0px; } #IMAGE126 > .ladi-image > .ladi-image-background { width: 253.707px; height: 252.489px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s600x600/5c1d99096efb27661e81da20/dong-y-nen-trong-20210516040642.png"); } #LIST_PARAGRAPH127 { width: 466px; top: 51.5605px; left: 134.505px; } #LIST_PARAGRAPH127 > .ladi-list-paragraph { color: rgb(255, 255, 255); font-size: 17px; text-align: justify; line-height: 1.6; } #LIST_PARAGRAPH127 ul li { padding-bottom: 0px; padding-left: 0px; } #LIST_PARAGRAPH127 ul li:before { content: counter(linum, none); color: rgba(255, 222, 122, 1); font-size: 0px; top: -0px; } #GALLERY137 { width: 441.662px; height: 295px; top: -11.1665px; left: -2.662px; } #GALLERY137 > .ladi-gallery > .ladi-gallery-view { height: calc(100% - 0px); } #GALLERY137 > .ladi-gallery > .ladi-gallery-control { height: 0px; display: none; } #GALLERY137 > .ladi-gallery > .ladi-gallery-control > .ladi-gallery-control-box > .ladi-gallery-control-item { width: 0px; height: 0px; margin-right: 0px; } #GALLERY137 .ladi-gallery .ladi-gallery-view-item[data-index="0"] { background-image: url("https://w.ladicdn.com/s750x600/5c1d99096efb27661e81da20/phong-kham-phu-khoa-hong-duc-7-20210519040958.jpg"); } #GALLERY137 .ladi-gallery .ladi-gallery-control-item[data-index="0"] { background-image: url("https://w.ladicdn.com/s400x400/5c1d99096efb27661e81da20/phong-kham-phu-khoa-hong-duc-7-20210519040958.jpg"); } #GALLERY137 .ladi-gallery .ladi-gallery-view-item[data-index="1"] { background-image: url("https://w.ladicdn.com/s750x600/5c1d99096efb27661e81da20/phong-kham-phu-khoa-hong-duc-5-20210519040958.jpg"); } #GALLERY137 .ladi-gallery .ladi-gallery-control-item[data-index="1"] { background-image: url("https://w.ladicdn.com/s400x400/5c1d99096efb27661e81da20/phong-kham-phu-khoa-hong-duc-5-20210519040958.jpg"); } #GALLERY137 .ladi-gallery .ladi-gallery-view-item[data-index="2"] { background-image: url("https://w.ladicdn.com/s750x600/5c1d99096efb27661e81da20/bac-si-tuyet-20210522155701.jpg"); } #GALLERY137 .ladi-gallery .ladi-gallery-control-item[data-index="2"] { background-image: url("https://w.ladicdn.com/s400x400/5c1d99096efb27661e81da20/bac-si-tuyet-20210522155701.jpg"); } #GALLERY137 .ladi-gallery .ladi-gallery-view-item[data-index="3"] { background-image: url("https://w.ladicdn.com/s750x600/5c1d99096efb27661e81da20/phong-kham-phu-khoa-hong-duc-6-20210519040958.jpg"); } #GALLERY137 .ladi-gallery .ladi-gallery-control-item[data-index="3"] { background-image: url("https://w.ladicdn.com/s400x400/5c1d99096efb27661e81da20/phong-kham-phu-khoa-hong-duc-6-20210519040958.jpg"); } #GALLERY137 .ladi-gallery .ladi-gallery-view-item[data-index="4"] { background-image: url("https://w.ladicdn.com/s750x600/5c1d99096efb27661e81da20/img_7839-20210516055251.jpg"); } #GALLERY137 .ladi-gallery .ladi-gallery-control-item[data-index="4"] { background-image: url("https://w.ladicdn.com/s400x400/5c1d99096efb27661e81da20/img_7839-20210516055251.jpg"); } #FRAME136 { width: 436.27px; height: 271.667px; top: 51.5605px; left: 649.62px; } #FRAME136 > .ladi-frame > .ladi-frame-background { background: #f5f7fa; background: -webkit-linear-gradient(180deg, #f5f7fa, #c3cfe2); background: linear-gradient(180deg, #f5f7fa, #c3cfe2); } #FRAME136 > .ladi-frame { border-radius: 5px; } #SECTION121 { height: 677.134px; } #GROUP309 { width: 871px; height: 126.32px; top: 61.889px; left: 44.5px; } #SECTION310 { height: 785.12px; } #LINE320 { width: 123px; top: 0px; left: 0px; } #LINE320 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE320 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE321 { width: 123px; top: 0px; left: 195px; } #LINE321 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE321 > .ladi-line { width: 100%; padding: 8px 0px; } #GROUP319 { width: 318px; height: 18px; top: 18.209px; left: 0px; } #SHAPE322 { width: 54.418px; height: 54.418px; top: 0px; left: 129.175px; } #SHAPE322 svg:last-child { fill: rgba(29, 95, 64, 1); } #GROUP318 { width: 318px; height: 54.418px; top: 71.902px; left: 276.5px; } #HEADLINE323 { width: 871px; top: 0px; left: 0px; } #HEADLINE323 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 40px; font-weight: bold; text-align: center; line-height: 1.6; } #GROUP317 { width: 871px; height: 126.32px; top: 0px; left: 44.4995px; } #PARAGRAPH324 { width: 304px; top: 237.82px; left: -168.5px; } #PARAGRAPH324 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 16px; line-height: 1.6; } #HEADLINE325 { width: 329px; top: 285.95px; left: 573.499px; } #HEADLINE325 > .ladi-headline { color: rgb(9, 102, 70); font-size: 18px; text-align: left; line-height: 2; } #PARAGRAPH326 { width: 576px; top: 136px; left: 192px; } #PARAGRAPH326 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 18px; text-align: center; line-height: 1.6; } #BUTTON_TEXT340 { width: 336px; top: 9px; left: 0px; } #BUTTON_TEXT340 > .ladi-headline { color: rgb(9, 102, 70); font-size: 17px; font-weight: bold; text-align: center; line-height: 1.6; } #BUTTON340 { width: 340px; height: 50px; top: 682.12px; left: 310px; } #BUTTON340 > .ladi-button > .ladi-button-background { background-color: rgb(255, 255, 255); } #BUTTON340 > .ladi-button { border-style: solid; border-color: rgb(9, 102, 70); border-width: 2px; border-radius: 90px; } #SECTION352 { height: 578.9px; } #SECTION352 > .ladi-section-background { background-size: cover; background-attachment: scroll; background-origin: content-box; background-position: center top; background-repeat: repeat; } #BOX366 { width: 415px; height: 239px; top: 1.5px; left: 438.5px; } #BOX366 > .ladi-box { background-color: rgb(255, 255, 255); } #HEADLINE370 { width: 903px; top: 35.234px; left: 28px; } #HEADLINE370 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 40px; font-weight: bold; text-align: center; line-height: 1.6; } #SECTION492 { height: 1554.23px; } #SECTION492 > .ladi-section-background { background-color: rgb(255, 255, 255); } #LINE524 { width: 123px; top: 0px; left: 0px; } #LINE524 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE524 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE525 { width: 123px; top: 0px; left: 195px; } #LINE525 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE525 > .ladi-line { width: 100%; padding: 8px 0px; } #GROUP523 { width: 318px; height: 18px; top: 18.209px; left: 0px; } #SHAPE526 { width: 54.418px; height: 54.418px; top: 0px; left: 129.175px; } #SHAPE526 svg:last-child { fill: rgba(9, 102, 70, 1); } #GROUP522 { width: 318px; height: 54.418px; top: 134px; left: 166px; } #HEADLINE527 { width: 650px; top: 0px; left: 0px; } #HEADLINE527 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 40px; font-weight: bold; text-align: center; line-height: 1.6; } #GROUP521 { width: 650px; height: 188.418px; top: 0px; left: 154.5px; } #BOX528 { width: 1023px; height: 341px; top: 16.8px; left: 102.505px; } #BOX528 > .ladi-box { border-style: solid; border-color: rgb(255, 255, 255); border-width: 1px; border-radius: 5px; } #GROUP531 { width: 1143.51px; height: 439.094px; top: 238.04px; left: -134.505px; } #SHAPE562 { width: 75px; height: 84.6466px; top: 0px; left: 0px; } #SHAPE562 svg:last-child { fill: rgba(255, 255, 255, 1); } #HEADLINE563 { width: 326px; top: 0px; left: 109px; } #HEADLINE563 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 24px; font-weight: bold; line-height: 1.6; } #PARAGRAPH564 { width: 326px; top: 62.0555px; left: 109px; } #PARAGRAPH564 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(255, 255, 255); font-size: 17px; text-align: justify; line-height: 1.6; } #GROUP561 { width: 435px; height: 197.055px; top: 285.292px; left: 18.5px; } #SHAPE566 { width: 84px; height: 84px; top: 0px; left: 0px; } #SHAPE566 svg:last-child { fill: rgba(255, 255, 255, 1); } #HEADLINE567 { width: 326px; top: 0px; left: 109px; } #HEADLINE567 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 24px; font-weight: bold; line-height: 1.6; } #PARAGRAPH568 { width: 326px; top: 62.0555px; left: 109px; } #PARAGRAPH568 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(255, 255, 255); font-size: 17px; text-align: justify; line-height: 1.6; } #GROUP565 { width: 435px; height: 224.055px; top: 285.292px; left: 500.5px; } #SHAPE570 { width: 80px; height: 84.6466px; top: 0px; left: 0px; } #SHAPE570 svg:last-child { fill: rgba(255, 255, 255, 1); } #HEADLINE571 { width: 326px; top: 0px; left: 109px; } #HEADLINE571 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 24px; font-weight: bold; line-height: 1.6; } #PARAGRAPH572 { width: 326px; top: 62.0555px; left: 109px; } #PARAGRAPH572 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(255, 255, 255); font-size: 17px; text-align: justify; line-height: 1.6; } #GROUP569 { width: 435px; height: 224.055px; top: 543.792px; left: 18.5px; } #SHAPE574 { width: 75.6085px; height: 80px; top: 0px; left: 0px; } #SHAPE574 svg:last-child { fill: rgba(255, 255, 255, 1); } #HEADLINE575 { width: 326px; top: 0px; left: 109px; } #HEADLINE575 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 24px; font-weight: bold; line-height: 1.6; } #PARAGRAPH576 { width: 326px; top: 62.0555px; left: 109px; } #PARAGRAPH576 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(255, 255, 255); font-size: 17px; text-align: justify; line-height: 1.6; } #GROUP573 { width: 435px; height: 224.055px; top: 543.792px; left: 500.5px; } #BUTTON_TEXT577 { width: 276px; top: 9px; left: 0px; } #BUTTON_TEXT577 > .ladi-headline { color: rgb(255, 255, 255); font-size: 17px; font-weight: bold; text-align: center; line-height: 1.6; } #BUTTON577 { width: 280px; height: 50px; top: 1345.9px; left: 339.5px; } #BUTTON577 > .ladi-button > .ladi-button-background { background-color: rgba(255, 255, 255, 0); } #BUTTON577 > .ladi-button { border-style: solid; border-color: rgb(255, 255, 255); border-width: 2px; border-radius: 90px; } #BOX579 { width: 991px; height: 1255.4px; top: 211.496px; left: -16px; } #BOX579 > .ladi-box { background-color: rgb(9, 102, 71); border-radius: 10px; } #BOX580 { width: 960px; height: 1221.4px; top: 229.496px; left: 0px; } #BOX580 > .ladi-box { border-style: solid; border-color: rgb(255, 255, 255); border-width: 1px; border-radius: 10px; } #BOX595 { width: 420px; height: 166px; top: 252px; left: 0px; } #BOX595 > .ladi-box { box-shadow: 0px 10px 20px -15px rgba(84, 84, 84, 1); -webkit-box-shadow: 0px 10px 20px -15px rgba(84, 84, 84, 1); background-color: rgb(255, 255, 255); } #LINE591 { width: 123px; top: 0px; left: 0px; } #LINE591 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE591 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE592 { width: 123px; top: 0px; left: 195px; } #LINE592 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE592 > .ladi-line { width: 100%; padding: 8px 0px; } #GROUP590 { width: 318px; height: 18px; top: 18.209px; left: 0px; } #SHAPE593 { width: 54.418px; height: 54.418px; top: 0px; left: 129.175px; } #SHAPE593 svg:last-child { fill: rgba(255, 255, 255, 1); } #GROUP589 { width: 318px; height: 54.418px; top: 71.902px; left: 276.5px; } #GROUP588 { width: 871px; height: 126.32px; top: 40.106px; left: 44.5px; } #HEADLINE594 { width: 871px; top: 0px; left: 0px; } #HEADLINE594 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 40px; font-weight: bold; text-align: center; line-height: 1.6; } #HEADLINE455 { width: 272px; top: 82px; left: 262px; } #HEADLINE455 > .ladi-headline { color: rgb(36, 36, 36); font-size: 13px; text-align: justify; line-height: 1.6; } #IMAGE452 { width: 239px; height: 182px; top: 0px; left: 0px; } #IMAGE452 > .ladi-image > .ladi-image-background { width: 301.955px; height: 182px; top: 0px; left: -48.9546px; background-image: url("https://phukhoahongduc.com/wp-content/uploads/2020/04/safe_image-1-365x220.jpg"); } #HEADLINE449 { width: 354px; top: 326px; left: 33px; } #HEADLINE449 > .ladi-headline { color: rgb(36, 36, 36); font-size: 14px; text-align: justify; line-height: 1.6; } #HEADLINE448 { width: 354px; top: 267.45px; left: 33px; } #HEADLINE448 > .ladi-headline { color: rgb(9, 102, 70); font-size: 16px; font-weight: bold; text-align: justify; line-height: 1.4; } #IMAGE446 { width: 420px; height: 252px; top: 0px; left: 0px; } #IMAGE446 > .ladi-image > .ladi-image-background { width: 420px; height: 253.151px; top: 0px; left: 0px; background-image: url("https://phukhoahongduc.com/wp-content/uploads/2019/03/vpk-17-365x220.jpg"); } #SECTION445 { height: 767.444px; } #SECTION445 > .ladi-section-background { background-color: rgb(9, 102, 70); } #IMAGE602 { width: 239px; height: 182px; top: 0px; left: 0px; } #IMAGE602 > .ladi-image > .ladi-image-background { width: 301.955px; height: 182px; top: 0px; left: 0px; background-image: url("https://phukhoahongduc.com/wp-content/uploads/2019/02/chua-viem-ngua-phu-khoa-tai-nha-365x220.jpg"); } #HEADLINE604 { width: 273px; top: 28px; left: 262px; } #HEADLINE604 > .ladi-headline { color: rgb(9, 102, 70); font-size: 14px; font-weight: bold; text-align: justify; line-height: 1.4; } #HEADLINE605 { width: 272px; top: 82px; left: 262px; } #HEADLINE605 > .ladi-headline { color: rgb(36, 36, 36); font-size: 13px; text-align: justify; line-height: 1.6; } #PARAGRAPH606 { width: 99px; top: 379.87px; left: 288px; } #PARAGRAPH606 > .ladi-paragraph { color: rgb(132, 132, 132); font-size: 14px; line-height: 1.6; } #PARAGRAPH607 { width: 99px; top: 144px; left: 436px; } #PARAGRAPH607 > .ladi-paragraph { color: rgb(132, 132, 132); font-size: 13px; text-align: right; line-height: 1.6; } #PARAGRAPH608 { width: 99px; top: 145px; left: 436px; } #PARAGRAPH608 > .ladi-paragraph { color: rgb(132, 132, 132); font-size: 13px; text-align: right; line-height: 1.6; } #BOX609 { width: 323px; height: 182px; top: 0px; left: 237px; } #BOX609 > .ladi-box { box-shadow: 0px 0px 20px -10px rgba(84, 84, 84, 1); -webkit-box-shadow: 0px 0px 20px -10px rgba(84, 84, 84, 1); background-color: rgb(255, 255, 255); } #BOX610 { width: 323px; height: 182px; top: 0px; left: 237px; } #BOX610 > .ladi-box { box-shadow: 0px 0px 20px -10px rgba(84, 84, 84, 1); -webkit-box-shadow: 0px 0px 20px -10px rgba(84, 84, 84, 1); background-color: rgb(255, 255, 255); } #BUTTON_TEXT611 { width: 196px; top: 9px; left: 0px; } #BUTTON_TEXT611 > .ladi-headline { color: rgb(255, 255, 255); font-size: 17px; font-weight: bold; text-align: center; line-height: 1.6; } #BUTTON611 { width: 200px; height: 50px; top: 672.266px; left: 380px; } #BUTTON611 > .ladi-button { border-style: solid; border-color: rgb(255, 255, 255); border-width: 2px; border-radius: 90px; } #IMAGE648 { width: 149px; height: 149px; top: 59.989px; left: -25.5px; } #IMAGE648 > .ladi-image > .ladi-image-background { width: 149px; height: 149px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s450x450/5c1d99096efb27661e81da20/logo-hong-duc-1563784853.png"); } #HEADLINE651 { width: 623px; top: 37.99px; left: 0px; } #HEADLINE651 > .ladi-headline { font-family: "Open Sans", sans-serif; color: rgb(9, 102, 70); font-size: 19px; text-align: left; line-height: 1.2; } #SECTION655 { height: 638.412px; } #SECTION655 > .ladi-section-background { background-color: rgb(255, 255, 255); } #FORM_ITEM692 { width: 325.375px; height: 104.862px; top: 145.173px; left: 0.472px; } #GROUP662 { width: 388.495px; height: 505.771px; top: 64.989px; left: 285.752px; } #HEADLINE669 { width: 332px; top: 33.8745px; left: 28.248px; } #HEADLINE669 > .ladi-headline { color: rgb(255, 255, 255); font-size: 21px; font-weight: bold; text-align: center; line-height: 1.6; } #FORM664 { width: 325.847px; height: 335.657px; top: 134.455px; left: 31.3245px; } #FORM664 > .ladi-form { color: rgb(0, 0, 0); font-size: 14px; letter-spacing: 0px; line-height: 1.6; } #FORM664 .ladi-form-item .ladi-form-control::placeholder, #FORM664 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] { color: rgba(0, 0, 0, 1); } #FORM664 .ladi-form-item { padding-left: 8px; padding-right: 8px; } #FORM664 .ladi-form-item.ladi-form-checkbox { padding-left: 13px; padding-right: 13px; } #FORM664 .ladi-form-item-container .ladi-form-item .ladi-form-control-select { background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(0%2C%200%2C%200%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E"); } #FORM664 .ladi-form-item-container { border-style: solid; border-color: rgb(10, 103, 233); border-width: 0px; border-radius: 0px; } #FORM664 .ladi-form-item-container .ladi-form-quantity button { background-color: rgb(10, 103, 233); } #FORM664 .ladi-form-item-background { background-color: rgb(255, 255, 255); } #FORM_ITEM668 { width: 324.431px; height: 50.471px; top: 73.702px; left: 0.472px; } #FORM_ITEM667 { width: 324.431px; height: 50.471px; top: 0px; left: 0.472px; } #BUTTON665 { width: 325.375px; height: 43.622px; top: 292.035px; left: 0px; } #BUTTON665 > .ladi-button > .ladi-button-background { background-color: rgba(255, 255, 255, 0); } #BUTTON665 > .ladi-button { border-style: solid; border-color: rgb(255, 255, 255); border-width: 2px; border-radius: 1000px; } #BUTTON_TEXT665 { width: 318px; top: 10.0161px; left: 0px; } #BUTTON_TEXT665 > .ladi-headline { color: rgb(255, 255, 255); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.6; } #BOX663 { width: 388.495px; height: 505.771px; top: 0px; left: 0px; } #BOX663 > .ladi-box { box-shadow: 0px 0px 17px -5px rgba(36, 36, 36, 1); -webkit-box-shadow: 0px 0px 17px -5px rgba(36, 36, 36, 1); background-color: rgb(9, 102, 71); border-radius: 10px; } #PARAGRAPH732 { width: 412px; top: 221.505px; left: -157px; } #PARAGRAPH732 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 18px; text-align: justify; line-height: 1.6; } #LIST_PARAGRAPH734 { width: 412px; top: 266.033px; left: -157px; } #LIST_PARAGRAPH734 > .ladi-list-paragraph { color: rgb(36, 36, 36); font-size: 16px; text-align: justify; line-height: 1.6; } #LIST_PARAGRAPH734 ul li { padding-left: 45px; } #LIST_PARAGRAPH734 ul li:before { content: ""; background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201049.8953%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(9%2C%20102%2C%2070%2C%201)%22%3E%20%3Cpath%20d%3D%22M768%20640q0-106-75-181t-181-75-181%2075-75%20181%2075%20181%20181%2075%20181-75%2075-181zm256%200q0%20109-33%20179l-364%20774q-16%2033-47.5%2052t-67.5%2019-67.5-19-46.5-52L33%20819Q0%20749%200%20640q0-212%20150-362t362-150%20362%20150%20150%20362z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E"); width: 35px; height: 35px; top: 0px; } #LIST_PARAGRAPH735 { width: 412px; top: 335.033px; left: -157px; } #LIST_PARAGRAPH735 > .ladi-list-paragraph { color: rgb(36, 36, 36); font-size: 16px; text-align: justify; line-height: 1.6; } #LIST_PARAGRAPH735 ul li { padding-left: 45px; } #LIST_PARAGRAPH735 ul li:before { content: ""; background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201049.8953%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(9%2C%20102%2C%2070%2C%201)%22%3E%20%3Cpath%20d%3D%22M768%20640q0-106-75-181t-181-75-181%2075-75%20181%2075%20181%20181%2075%20181-75%2075-181zm256%200q0%20109-33%20179l-364%20774q-16%2033-47.5%2052t-67.5%2019-67.5-19-46.5-52L33%20819Q0%20749%200%20640q0-212%20150-362t362-150%20362%20150%20150%20362z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E"); width: 35px; height: 35px; top: 0px; } #LIST_PARAGRAPH736 { width: 412px; top: 399.498px; left: -157px; } #LIST_PARAGRAPH736 > .ladi-list-paragraph { color: rgb(36, 36, 36); font-size: 16px; text-align: justify; line-height: 1.6; } #LIST_PARAGRAPH736 ul li { padding-left: 45px; } #LIST_PARAGRAPH736 ul li:before { content: ""; background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%2024%2024%22%20class%3D%22%22%20fill%3D%22rgba(9%2C%20102%2C%2070%2C%201)%22%3E%20%3Cpath%20d%3D%22M20%2C18H18V9.25L12%2C13L6%2C9.25V18H4V6H5.2L12%2C10.25L18.8%2C6H20M20%2C4H4C2.89%2C4%202%2C4.89%202%2C6V18A2%2C2%200%200%2C0%204%2C20H20A2%2C2%200%200%2C0%2022%2C18V6C22%2C4.89%2021.1%2C4%2020%2C4Z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E"); width: 35px; height: 35px; top: -0px; } #SHAPE737 { width: 47.2599px; height: 58.339px; top: 19.8205px; left: 674.248px; } #SHAPE737 svg:last-child { fill: rgba(9, 102, 70, 1); } #SHAPE738 { width: 47.2599px; height: 58.339px; top: 19.8205px; left: 744px; } #SHAPE738 svg:last-child { fill: rgba(9, 102, 70, 1); } #SHAPE739 { width: 47.2599px; height: 58.339px; top: 19.8205px; left: 815.212px; } #SHAPE739 svg:last-child { fill: rgba(9, 102, 70, 1); } #BOX741 { width: 46.33px; height: 46.33px; top: 25.8255px; left: 885.67px; } #BOX741 > .ladi-box { background-size: cover; background-attachment: scroll; background-origin: content-box; background-image: url("https://phukhoahongduc.com/wp-content/themes/phukhoahongduc/images/zalo.png"); background-position: center top; background-repeat: repeat; } #SECTION742 { height: 94.412px; } #SECTION742 > .ladi-section-background { background-color: rgb(255, 255, 255); } #SHAPE656 { width: 2018.84px; height: 245.924px; top: 392.488px; left: -405px; } #SHAPE656 svg:last-child { fill: rgba(9, 102, 71, 1); } #LIST_PARAGRAPH744 { width: 391px; top: 532.585px; left: -157px; } #LIST_PARAGRAPH744 > .ladi-list-paragraph { color: rgb(255, 255, 255); font-size: 25px; text-align: justify; line-height: 1.6; } #LIST_PARAGRAPH744 ul li { padding-left: 45px; } #LIST_PARAGRAPH744 ul li:before { content: ""; background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201408%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%20255%2C%20255%2C%201)%22%3E%20%3Cpath%20d%3D%22M1408%201240q0%2027-10%2070.5t-21%2068.5q-21%2050-122%20106-94%2051-186%2051-27%200-52.5-3.5T959%201520t-47.5-14.5T856%201485t-49-18q-98-35-175-83-128-79-264.5-215.5T152%20904q-48-77-83-175-3-9-18-49t-20.5-55.5T16%20577%203.5%20519.5%200%20467q0-92%2051-186%2056-101%20106-122%2025-11%2068.5-21t70.5-10q14%200%2021%203%2018%206%2053%2076%2011%2019%2030%2054t35%2063.5%2031%2053.5q3%204%2017.5%2025t21.5%2035.5%207%2028.5q0%2020-28.5%2050t-62%2055-62%2053-28.5%2046q0%209%205%2022.5t8.5%2020.5%2014%2024%2011.5%2019q76%20137%20174%20235t235%20174q2%201%2019%2011.5t24%2014%2020.5%208.5%2022.5%205q18%200%2046-28.5t53-62%2055-62%2050-28.5q14%200%2028.5%207t35.5%2021.5%2025%2017.5q25%2015%2053.5%2031t63.5%2035%2054%2030q70%2035%2076%2053%203%207%203%2021z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E"); width: 35px; height: 35px; top: 15px; } #LINE767 { height: 350px; top: 108px; left: -240px; display: none !important; } #LINE767 > .ladi-line > .ladi-line-container { border-top: 0px !important; border-right: 1px solid rgb(180, 180, 180); border-bottom: 1px solid rgb(180, 180, 180); border-left: 1px solid rgb(180, 180, 180); } #LINE767 > .ladi-line { height: 100%; padding: 0px 8px; } #IMAGE768 { width: 136px; height: 136px; top: 0px; left: 0px; display: none !important; } #IMAGE768 > .ladi-image > .ladi-image-background { width: 136px; height: 136px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s450x450/5c1d99096efb27661e81da20/logo-hong-duc-1563784853.png"); } #LINE769 { width: 960px; top: 2.8205px; left: 0px; display: none !important; } #LINE769 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(180, 180, 180); border-right: 1px solid rgb(180, 180, 180); border-bottom: 1px solid rgb(180, 180, 180); border-left: 0px !important; } #LINE769 > .ladi-line { width: 100%; padding: 8px 0px; } #BOX770 { width: 420px; height: 229.004px; top: -92.592px; left: 1176px; display: none !important; } #BOX770 > .ladi-box { background-color: rgb(9, 102, 70); } #BOX772 { width: 198.69px; height: 47px; top: 61.5px; left: 451.31px; } #BOX772 > .ladi-box { background-color: rgb(9, 102, 70); } #PARAGRAPH773 { width: 48px; top: 72.5px; left: 460.771px; } #PARAGRAPH773 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 16px; line-height: 1.6; } #SHAPE774 { width: 11.8268px; height: 25px; top: 0px; left: 0px; } #SHAPE774 svg:last-child { fill: rgba(255, 255, 255, 1); } #SECTION776 { height: 503.9px; } #SECTION776 > .ladi-section-background { background-color: rgb(255, 255, 255); } #BOX781 { width: 291.012px; height: 115.199px; top: 0px; left: 0px; } #BOX781 > .ladi-box { box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); -webkit-box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); background-color: rgb(255, 255, 255); border-style: solid; border-color: rgba(0, 0, 0, 0.2); border-width: 0px; border-radius: 10px; } #GROUP783 { width: 291.012px; height: 115.199px; top: 0px; left: 0.994px; } #BOX784 { width: 291.012px; height: 115.199px; top: 0px; left: 0px; } #BOX784 > .ladi-box { box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); -webkit-box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); background-color: rgb(255, 255, 255); border-color: rgba(0, 0, 0, 0.2); border-width: 1px; border-radius: 10px; } #IMAGE785 { width: 251.84px; height: 105.849px; top: 4.6749px; left: 19.5856px; } #IMAGE785 > .ladi-image > .ladi-image-background { width: 251.84px; height: 115.199px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s600x450/5c1d99096efb27661e81da20/unnamed-20210522065654.png"); } #GROUP786 { width: 291.012px; height: 115.199px; top: 0px; left: 2.994px; } #BOX787 { width: 291.012px; height: 115.199px; top: 0px; left: 0px; } #BOX787 > .ladi-box { box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); -webkit-box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); background-color: rgb(255, 255, 255); border-color: rgba(0, 0, 0, 0.2); border-width: 1px; border-radius: 10px; } #IMAGE788 { width: 267.098px; height: 95.4606px; top: 9.86924px; left: 11.9572px; } #IMAGE788 > .ladi-image > .ladi-image-background { width: 267.098px; height: 185.3px; top: -42.6117px; left: 0px; background-image: url("https://w.ladicdn.com/s600x500/5c1d99096efb27661e81da20/booking-quang-cao-tren-bao-suc-khoe-va-doi-song-20210522065654.jpg"); } #LINE799 { width: 123px; top: 0px; left: 0px; } #LINE799 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE799 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE800 { width: 123px; top: 0px; left: 195px; } #LINE800 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE800 > .ladi-line { width: 100%; padding: 8px 0px; } #GROUP798 { width: 318px; height: 18px; top: 18.209px; left: 0px; } #SHAPE801 { width: 54.418px; height: 54.418px; top: 0px; left: 129.175px; } #SHAPE801 svg:last-child { fill: rgba(29, 95, 64, 1); } #GROUP797 { width: 318px; height: 54.418px; top: 71.902px; left: 276.5px; } #HEADLINE802 { width: 871px; top: 0px; left: 0px; } #HEADLINE802 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 40px; font-weight: bold; text-align: center; line-height: 1.6; } #GROUP796 { width: 871px; height: 126.32px; top: 0px; left: 44.5px; } #IMAGE782 { width: 268.459px; height: 98.3327px; top: 8.43317px; left: 11.2763px; } #IMAGE782 > .ladi-image > .ladi-image-background { width: 268.459px; height: 98.3327px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s600x400/5c1d99096efb27661e81da20/logo1-ngoisaovn-20210522065654.png"); } #GROUP780 { width: 291.012px; height: 115.199px; top: 0px; left: 0px; } #PARAGRAPH803 { width: 290px; top: 129.76px; left: 0px; } #PARAGRAPH803 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 16px; text-align: center; line-height: 1.6; } #PARAGRAPH804 { width: 293px; top: 127.76px; left: 0px; } #PARAGRAPH804 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 17px; text-align: center; line-height: 1.6; } #PARAGRAPH805 { width: 297px; top: 127.76px; left: 0px; } #PARAGRAPH805 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 16px; text-align: center; line-height: 1.6; } #CAROUSEL806 { width: 1034px; height: 302px; top: 169.766px; left: -38px; } #PARAGRAPH807 { width: 290px; top: 206.76px; left: 0px; } #PARAGRAPH807 > .ladi-paragraph { color: rgb(132, 132, 132); font-size: 15px; text-align: center; line-height: 1.6; } #PARAGRAPH808 { width: 290px; top: 206.761px; left: 0px; } #PARAGRAPH808 > .ladi-paragraph { color: rgb(132, 132, 132); font-size: 15px; text-align: center; line-height: 1.6; } #PARAGRAPH809 { width: 290px; top: 206.761px; left: 0px; } #PARAGRAPH809 > .ladi-paragraph { color: rgb(132, 132, 132); font-size: 15px; text-align: center; line-height: 1.6; } #IMAGE830 { width: 58.605px; height: 58.605px; top: 0.0003px; left: 0px; } #IMAGE830 > .ladi-image > .ladi-image-background { width: 58.605px; height: 58.605px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s400x400/5c1d99096efb27661e81da20/untitled-1-20201104152836.png"); } #PARAGRAPH831 { width: 248px; top: 18.8026px; left: 58.605px; } #PARAGRAPH831 > .ladi-paragraph { color: rgb(9, 102, 70); font-size: 15px; font-weight: bold; text-align: justify; line-height: 1.4; } #LIST_PARAGRAPH835 { width: 231px; top: 10.3026px; left: 310.395px; } #LIST_PARAGRAPH835 > .ladi-list-paragraph { color: rgb(0, 0, 0); font-size: 12px; text-align: left; line-height: 1.6; } #LIST_PARAGRAPH835 ul li { padding-left: 30px; } #LIST_PARAGRAPH835 ul li:before { content: ""; background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%2091.27%20116.66%22%20class%3D%22%22%20fill%3D%22rgba(6%2C%20188%2C%20125%2C%201.0)%22%3E%3Cpath%20d%3D%22M86.47%2C71.48C77.36%2C65.27%2C58.31%2C54.77%2C25.4%2C47-11.3%2C35.23-1.53%2C8.28%2C13.16%2C1.67c18.63-8.38%2C63.48%2C15%2C78%2C66.36A3.08%2C3.08%2C0%2C0%2C1%2C86.47%2C71.48Z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M69.44%2C83.29c-6%2C.38-17.76%2C2.24-34.58%2C9.92-19.76%2C7.25-24.6-7.65-20.48-15.43%2C5.23-9.87%2C32.41-14.85%2C55.91%2C2.45A1.69%2C1.69%2C0%2C0%2C1%2C69.44%2C83.29Z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M74.36%2C96.89C71.12%2C98.76%2C65.1%2C103%2C57.86%2C112c-9%2C9.5-15.81%2C2.54-15.67-2.93C42.38%2C102.09%2C56.13%2C91.82%2C74%2C95A1.05%2C1.05%2C0%2C0%2C1%2C74.36%2C96.89Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); width: 20px; height: 20px; top: 5px; } #GALLERY839 { width: 607.965px; height: 428.334px; top: 0px; left: 0px; } #GALLERY839 > .ladi-gallery > .ladi-gallery-view { height: calc(100% - 0px); } #GALLERY839 > .ladi-gallery > .ladi-gallery-control { height: 0px; display: none; } #GALLERY839 > .ladi-gallery > .ladi-gallery-control > .ladi-gallery-control-box > .ladi-gallery-control-item { width: 0px; height: 0px; margin-right: 0px; } #GALLERY839 .ladi-gallery .ladi-gallery-view-item[data-index="0"] { background-image: url("https://w.ladicdn.com/s950x750/5c1d99096efb27661e81da20/xet-nghiem-hong-duc-03-600-20191113154020.jpg"); } #GALLERY839 .ladi-gallery .ladi-gallery-control-item[data-index="0"] { background-image: url("https://w.ladicdn.com/s400x400/5c1d99096efb27661e81da20/xet-nghiem-hong-duc-03-600-20191113154020.jpg"); } #GALLERY839 .ladi-gallery .ladi-gallery-view-item[data-index="1"] { background-image: url("https://w.ladicdn.com/s950x750/5c1d99096efb27661e81da20/xet-nghiem-hong-duc-01-600-20191113153858.jpg"); } #GALLERY839 .ladi-gallery .ladi-gallery-control-item[data-index="1"] { background-image: url("https://w.ladicdn.com/s400x400/5c1d99096efb27661e81da20/xet-nghiem-hong-duc-01-600-20191113153858.jpg"); } #FRAME838 { width: 608.862px; height: 428.334px; top: 215.783px; left: -63.797px; } #FRAME838 > .ladi-frame > .ladi-frame-background { background: #f5f7fa; background: -webkit-linear-gradient(180deg, #f5f7fa, #c3cfe2); background: linear-gradient(180deg, #f5f7fa, #c3cfe2); } #FRAME838 > .ladi-frame { border-radius: 5px; } #BOX314 { width: 476.642px; height: 428.334px; top: 215.783px; left: 543.065px; } #BOX314 > .ladi-box { box-shadow: 0px 0px 25px -10px rgba(132, 132, 132, 1); -webkit-box-shadow: 0px 0px 25px -10px rgba(132, 132, 132, 1); background-color: rgb(255, 255, 255); } #SHAPE840 { width: 96.215px; height: 96.215px; top: 76.735px; left: 953.501px; } #SHAPE840 > .ladi-shape { transform: perspective(1000px) rotateX(180deg); -webkit-transform: perspective(1000px) rotateX(180deg); } #SHAPE840.ladi-animation > .ladi-shape { animation-name: flash; -webkit-animation-name: flash; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 2s; -webkit-animation-duration: 2s; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; } #SHAPE840 svg:last-child { fill: rgba(255, 255, 255, 1); } #PARAGRAPH841 { width: 140px; top: 99.234px; left: 1026px; } #PARAGRAPH841 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 16px; line-height: 1.6; } #PARAGRAPH841.ladi-animation > .ladi-paragraph { animation-name: flash; -webkit-animation-name: flash; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 2s; -webkit-animation-duration: 2s; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; } #SHAPE844 { width: 59px; height: 59px; top: 3.735px; left: -215px; display: none !important; } #SHAPE844 > .ladi-shape { transform: rotate(180deg); -webkit-transform: rotate(180deg); } #SHAPE844.ladi-animation > .ladi-shape { animation-name: flash; -webkit-animation-name: flash; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 2s; -webkit-animation-duration: 2s; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; } #SHAPE844 svg:last-child { fill: rgba(255, 255, 255, 1); } #GROUP845 { width: 291.012px; height: 230.76px; top: 35.6195px; left: 1409px; } #GROUP846 { width: 293px; height: 230.761px; top: 36.118px; left: 25.5px; } #GROUP847 { width: 297px; height: 230.761px; top: 35.6195px; left: 369px; } #BOX850 { width: 291.012px; height: 115.199px; top: 0px; left: 0px; } #BOX850 > .ladi-box { box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); -webkit-box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); background-color: rgb(255, 255, 255); border-style: solid; border-color: rgba(0, 0, 0, 0.2); border-width: 0px; border-radius: 10px; } #PARAGRAPH852 { width: 290px; top: 129.76px; left: 0px; } #PARAGRAPH852 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 16px; text-align: center; line-height: 1.6; } #PARAGRAPH853 { width: 290px; top: 206.76px; left: 0px; } #PARAGRAPH853 > .ladi-paragraph { color: rgb(132, 132, 132); font-size: 15px; text-align: center; line-height: 1.6; } #GROUP848 { width: 291.012px; height: 230.76px; top: 0px; left: 0px; } #IMAGE854 { width: 223.671px; height: 103.942px; top: 0px; left: 33.6705px; } #IMAGE854 > .ladi-image > .ladi-image-background { width: 223.671px; height: 122.955px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s550x450/5c1d99096efb27661e81da20/logo_website_tikivn-20210524102933.png"); } #GROUP855 { width: 291.012px; height: 230.76px; top: 35.6195px; left: 716.994px; } #PARAGRAPH858 { width: 290px; top: 129.76px; left: 0px; } #PARAGRAPH858 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 16px; text-align: center; line-height: 1.6; } #PARAGRAPH859 { width: 290px; top: 206.76px; left: 0px; } #PARAGRAPH859 > .ladi-paragraph { color: rgb(132, 132, 132); font-size: 15px; text-align: center; line-height: 1.6; } #BOX860 { width: 291.012px; height: 115.199px; top: 0px; left: 0px; } #BOX860 > .ladi-box { box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); -webkit-box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); background-color: rgb(255, 255, 255); border-style: solid; border-color: rgba(0, 0, 0, 0.2); border-width: 0px; border-radius: 10px; } #GROUP857 { width: 291.012px; height: 230.76px; top: 36.118px; left: 1062.99px; } #IMAGE862 { width: 200px; height: 104px; top: 42.791px; left: 1108.5px; } #IMAGE862 > .ladi-image > .ladi-image-background { width: 200px; height: 150px; top: -19px; left: 0px; background-image: url("https://w.ladicdn.com/s550x500/5c1d99096efb27661e81da20/lazadamasterlogo_esvv-20210524102933.png"); } #HTML_CODE863 { width: 456px; height: 352px; top: 221.505px; left: 702px; } #HTML_CODE864 { width: 456px; height: 137px; top: 65.989px; left: 702px; } #HTML_CODE865 { width: 456px; height: 352px; top: 17px; left: 1154px; display: none !important; } #HTML_CODE866 { width: 456px; height: 137px; top: 17px; left: 1154px; display: none !important; } #LIST_PARAGRAPH867 { width: 269px; top: 10.3028px; left: 542px; } #LIST_PARAGRAPH867 > .ladi-list-paragraph { color: rgb(0, 0, 0); font-size: 12px; text-align: left; line-height: 1.6; } #LIST_PARAGRAPH867 ul li { padding-left: 30px; } #LIST_PARAGRAPH867 ul li:before { content: ""; background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%2091.27%20116.66%22%20class%3D%22%22%20fill%3D%22rgba(6%2C%20188%2C%20125%2C%201.0)%22%3E%3Cpath%20d%3D%22M86.47%2C71.48C77.36%2C65.27%2C58.31%2C54.77%2C25.4%2C47-11.3%2C35.23-1.53%2C8.28%2C13.16%2C1.67c18.63-8.38%2C63.48%2C15%2C78%2C66.36A3.08%2C3.08%2C0%2C0%2C1%2C86.47%2C71.48Z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M69.44%2C83.29c-6%2C.38-17.76%2C2.24-34.58%2C9.92-19.76%2C7.25-24.6-7.65-20.48-15.43%2C5.23-9.87%2C32.41-14.85%2C55.91%2C2.45A1.69%2C1.69%2C0%2C0%2C1%2C69.44%2C83.29Z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M74.36%2C96.89C71.12%2C98.76%2C65.1%2C103%2C57.86%2C112c-9%2C9.5-15.81%2C2.54-15.67-2.93C42.38%2C102.09%2C56.13%2C91.82%2C74%2C95A1.05%2C1.05%2C0%2C0%2C1%2C74.36%2C96.89Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); width: 20px; height: 20px; top: 5px; } #BUTTON_TEXT870 { width: 336px; top: 9px; left: 0px; } #BUTTON_TEXT870 > .ladi-headline { color: rgb(9, 102, 70); font-size: 13px; font-weight: bold; text-align: center; line-height: 1.6; } #BUTTON870 { width: 102.241px; height: 35.5002px; top: 11.5527px; left: 849px; } #BUTTON870 > .ladi-button > .ladi-button-background { background-color: rgb(255, 255, 255); } #BUTTON870 > .ladi-button { border-style: solid; border-color: rgb(9, 102, 70); border-width: 2px; border-radius: 90px; } #POPUP893 { width: 388px; height: 497px; top: 0px; left: 0px; bottom: 0px; right: 0px; margin: auto; border-radius: 15px; } #POPUP893 > .ladi-popup > .ladi-overlay { border-radius: 15px; } #POPUP893 > .ladi-popup > .ladi-popup-background { background-color: rgb(255, 255, 255); border-radius: 15px; } #BOX895 { width: 388.495px; height: 497.771px; top: 0px; left: 0px; } #BOX895 > .ladi-box { box-shadow: 0px 0px 17px -5px rgba(36, 36, 36, 1); -webkit-box-shadow: 0px 0px 17px -5px rgba(36, 36, 36, 1); background-color: rgb(9, 102, 71); border-radius: 15px; } #BUTTON_TEXT897 { width: 321px; top: 10.0161px; left: 0px; } #BUTTON_TEXT897 > .ladi-headline { color: rgb(255, 255, 255); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.6; } #BUTTON897 { width: 325.375px; height: 43.622px; top: 292.035px; left: 0px; } #BUTTON897 > .ladi-button > .ladi-button-background { background-color: rgba(255, 255, 255, 0); } #BUTTON897 > .ladi-button { border-style: solid; border-color: rgb(255, 255, 255); border-width: 2px; border-radius: 1000px; } #FORM_ITEM899 { width: 324.431px; height: 50.471px; top: 0px; left: 0.472px; } #FORM_ITEM900 { width: 324.431px; height: 50.471px; top: 73.702px; left: 0.472px; } #FORM_ITEM901 { width: 325.375px; height: 104.862px; top: 145.173px; left: 0.472px; } #FORM896 { width: 325.847px; height: 335.657px; top: 126.455px; left: 31.3245px; } #FORM896 > .ladi-form { color: rgb(0, 0, 0); font-size: 14px; letter-spacing: 0px; line-height: 1.6; } #FORM896 .ladi-form-item .ladi-form-control::placeholder, #FORM896 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] { color: rgba(0, 0, 0, 1); } #FORM896 .ladi-form-item { padding-left: 8px; padding-right: 8px; } #FORM896 .ladi-form-item.ladi-form-checkbox { padding-left: 13px; padding-right: 13px; } #FORM896 .ladi-form-item-container .ladi-form-item .ladi-form-control-select { background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(0%2C%200%2C%200%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E"); } #FORM896 .ladi-form-item-container { border-style: solid; border-color: rgb(10, 103, 233); border-width: 0px; border-radius: 0px; } #FORM896 .ladi-form-item-container .ladi-form-quantity button { background-color: rgb(10, 103, 233); } #FORM896 .ladi-form-item-background { background-color: rgb(255, 255, 255); } #HEADLINE902 { width: 332px; top: 25.8745px; left: 28.248px; } #HEADLINE902 > .ladi-headline { color: rgb(255, 255, 255); font-size: 21px; font-weight: bold; text-align: center; line-height: 1.6; } #GROUP894 { width: 388.495px; height: 497.771px; top: 0px; left: 0px; } #BUTTON_TEXT903 { width: 276px; top: 9px; left: 0px; } #BUTTON_TEXT903 > .ladi-headline { color: rgb(9, 102, 70); font-size: 17px; font-weight: bold; text-align: center; line-height: 1.6; -webkit-text-stroke-color: rgb(9, 102, 70); } #BUTTON903 { width: 280px; height: 50px; top: 500.509px; left: 335.5px; } #BUTTON903 > .ladi-button { border-style: solid; border-color: rgb(9, 102, 70); border-width: 2px; border-radius: 90px; } #CAROUSEL905 { width: 1291px; height: 243px; top: 214.45px; left: -163px; } #BOX915 { width: 415.443px; height: 239.5px; top: 1px; left: 868.86px; } #BOX915 > .ladi-box { background-color: rgb(255, 255, 255); } #BOX923 { width: 414.968px; height: 240px; top: 1px; left: 1299.07px; } #BOX923 > .ladi-box { background-color: rgb(255, 255, 255); } #SECTION944 { height: 701.9px; } #CAROUSEL945 { width: 1090px; height: 491px; top: 84.3809px; left: -65px; } #BOX946 { width: 1088px; height: 225px; top: 261.5px; left: 0px; } #BOX946 > .ladi-box { background-color: rgb(9, 102, 71); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #SHAPE947 { width: 80px; height: 148.132px; top: 202.934px; left: 89px; } #SHAPE947 svg:last-child { fill: rgba(255, 255, 255, 1); } #IMAGE948 { width: 131px; height: 131px; top: 329.617px; left: 63.5px; } #IMAGE948 > .ladi-image > .ladi-image-background { width: 131px; height: 131px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s450x450/5c1d99096efb27661e81da20/khach-hang-7-20210527070149.jpg"); } #IMAGE948 > .ladi-image { border-radius: 380px; } #PARAGRAPH949 { width: 469px; top: 329.5px; left: 239.5px; } #PARAGRAPH949 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 20px; font-weight: bold; line-height: 1.6; } #PARAGRAPH950 { width: 469px; top: 371px; left: 239.5px; } #PARAGRAPH950 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 30px; line-height: 1.6; } #IMAGE953 { width: 491.571px; height: 193.883px; top: 293.617px; left: 591.429px; } #IMAGE953 > .ladi-image > .ladi-image-background { width: 491.571px; height: 193.883px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s800x500/5c1d99096efb27661e81da20/linh-vat-hong-duc--20210527071141.png"); } #IMAGE953 > .ladi-image { transform: perspective(1000px) rotateY(180deg); -webkit-transform: perspective(1000px) rotateY(180deg); } #SHAPE954 { width: 80px; height: 60.7062px; top: 221.359px; left: 970px; } #SHAPE954 > .ladi-shape { transform: perspective(1000px) rotateX(180deg) rotateY(180deg); -webkit-transform: perspective(1000px) rotateX(180deg) rotateY(180deg); } #SHAPE954 svg:last-child { fill: rgba(180, 180, 180, 1); } #PARAGRAPH955 { width: 960px; top: 41.3532px; left: 66px; } #PARAGRAPH955 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 16px; text-align: justify; line-height: 1.6; } #BOX956 { width: 1087px; height: 270.5px; top: 0px; left: 0px; } #BOX956 > .ladi-box { background-color: rgb(255, 255, 255); border-style: solid; border-color: rgb(180, 180, 180); border-width: 1px; border-radius: 15px 15px 0px 0px; } #GROUP957 { width: 1088px; height: 487.5px; top: 0px; left: 0px; } #BOX959 { width: 1087px; height: 270.5px; top: 0px; left: 0px; } #BOX959 > .ladi-box { background-color: rgb(255, 255, 255); border-style: solid; border-color: rgb(180, 180, 180); border-width: 1px; border-radius: 15px 15px 0px 0px; } #BOX960 { width: 1088px; height: 225px; top: 261.5px; left: 0px; } #BOX960 > .ladi-box { background-color: rgb(9, 102, 71); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #IMAGE961 { width: 131px; height: 131px; top: 329.617px; left: 63.5px; } #IMAGE961 > .ladi-image > .ladi-image-background { width: 131px; height: 131px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s450x450/5c1d99096efb27661e81da20/khach-hang-1-20210527072254.jpg"); } #IMAGE961 > .ladi-image { border-radius: 380px; } #PARAGRAPH962 { width: 469px; top: 329.5px; left: 239.5px; } #PARAGRAPH962 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 20px; font-weight: bold; line-height: 1.6; } #PARAGRAPH963 { width: 469px; top: 371px; left: 239.5px; } #PARAGRAPH963 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 30px; line-height: 1.6; } #IMAGE964 { width: 491.571px; height: 193.883px; top: 293.617px; left: 591.429px; } #IMAGE964 > .ladi-image > .ladi-image-background { width: 491.571px; height: 193.883px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s800x500/5c1d99096efb27661e81da20/linh-vat-hong-duc--20210527071141.png"); } #IMAGE964 > .ladi-image { transform: perspective(1000px) rotateY(180deg); -webkit-transform: perspective(1000px) rotateY(180deg); } #SHAPE965 { width: 80px; height: 60.7062px; top: 221.359px; left: 970px; } #SHAPE965 > .ladi-shape { transform: perspective(1000px) rotateX(180deg) rotateY(180deg); -webkit-transform: perspective(1000px) rotateX(180deg) rotateY(180deg); } #SHAPE965 svg:last-child { fill: rgba(180, 180, 180, 1); } #PARAGRAPH966 { width: 960px; top: 41.3532px; left: 66px; } #PARAGRAPH966 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 16px; text-align: justify; line-height: 1.6; } #GROUP958 { width: 1088px; height: 487.5px; top: 2px; left: 1092px; } #GROUP967 { width: 1088px; height: 487.5px; top: 2px; left: 2px; } #SHAPE969 { width: 80px; height: 148.132px; top: 203.934px; left: 1181px; } #SHAPE969 svg:last-child { fill: rgba(255, 255, 255, 1); } #BOX972 { width: 1087px; height: 270.5px; top: 0px; left: 0px; } #BOX972 > .ladi-box { background-color: rgb(255, 255, 255); border-style: solid; border-color: rgb(180, 180, 180); border-width: 1px; border-radius: 15px 15px 0px 0px; } #BOX973 { width: 1088px; height: 225px; top: 261.5px; left: 0px; } #BOX973 > .ladi-box { background-color: rgb(9, 102, 71); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #IMAGE974 { width: 131px; height: 131px; top: 329.617px; left: 63.5px; } #IMAGE974 > .ladi-image > .ladi-image-background { width: 131px; height: 131px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s450x450/5c1d99096efb27661e81da20/khach-hang-2-20210527072435.jpg"); } #IMAGE974 > .ladi-image { border-radius: 380px; } #PARAGRAPH975 { width: 469px; top: 329.5px; left: 239.5px; } #PARAGRAPH975 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 20px; font-weight: bold; line-height: 1.6; } #PARAGRAPH976 { width: 469px; top: 371px; left: 239.5px; } #PARAGRAPH976 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 30px; line-height: 1.6; } #IMAGE977 { width: 491.571px; height: 193.883px; top: 293.617px; left: 591.429px; } #IMAGE977 > .ladi-image > .ladi-image-background { width: 491.571px; height: 193.883px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s800x500/5c1d99096efb27661e81da20/linh-vat-hong-duc--20210527071141.png"); } #IMAGE977 > .ladi-image { transform: perspective(1000px) rotateY(180deg); -webkit-transform: perspective(1000px) rotateY(180deg); } #SHAPE978 { width: 80px; height: 60.7062px; top: 221.359px; left: 970px; } #SHAPE978 > .ladi-shape { transform: perspective(1000px) rotateX(180deg) rotateY(180deg); -webkit-transform: perspective(1000px) rotateX(180deg) rotateY(180deg); } #SHAPE978 svg:last-child { fill: rgba(180, 180, 180, 1); } #PARAGRAPH979 { width: 960px; top: 41.3532px; left: 66px; } #PARAGRAPH979 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 16px; text-align: justify; line-height: 1.6; } #GROUP971 { width: 1088px; height: 487.5px; top: 0px; left: 0px; } #SHAPE980 { width: 80px; height: 148.132px; top: 202.934px; left: 89px; } #SHAPE980 svg:last-child { fill: rgba(255, 255, 255, 1); } #GROUP970 { width: 1088px; height: 487.5px; top: 1.75px; left: 2182px; } #BOX983 { width: 1087px; height: 270.5px; top: 0px; left: 0px; } #BOX983 > .ladi-box { background-color: rgb(255, 255, 255); border-style: solid; border-color: rgb(180, 180, 180); border-width: 1px; border-radius: 15px 15px 0px 0px; } #BOX984 { width: 1088px; height: 225px; top: 261.5px; left: 0px; } #BOX984 > .ladi-box { background-color: rgb(9, 102, 71); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #PARAGRAPH986 { width: 469px; top: 329.5px; left: 239.5px; } #PARAGRAPH986 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 20px; font-weight: bold; line-height: 1.6; } #PARAGRAPH987 { width: 469px; top: 371px; left: 239.5px; } #PARAGRAPH987 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 30px; line-height: 1.6; } #IMAGE988 { width: 491.571px; height: 193.883px; top: 293.617px; left: 591.429px; } #IMAGE988 > .ladi-image > .ladi-image-background { width: 491.571px; height: 193.883px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s800x500/5c1d99096efb27661e81da20/linh-vat-hong-duc--20210527071141.png"); } #IMAGE988 > .ladi-image { transform: perspective(1000px) rotateY(180deg); -webkit-transform: perspective(1000px) rotateY(180deg); } #SHAPE989 { width: 80px; height: 60.7062px; top: 221.359px; left: 970px; } #SHAPE989 > .ladi-shape { transform: perspective(1000px) rotateX(180deg) rotateY(180deg); -webkit-transform: perspective(1000px) rotateX(180deg) rotateY(180deg); } #SHAPE989 svg:last-child { fill: rgba(180, 180, 180, 1); } #PARAGRAPH990 { width: 960px; top: 41.3532px; left: 66px; } #PARAGRAPH990 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 16px; text-align: justify; line-height: 1.6; } #GROUP982 { width: 1088px; height: 487.5px; top: 0px; left: 0px; } #SHAPE991 { width: 80px; height: 148.132px; top: 202.934px; left: 89px; } #SHAPE991 svg:last-child { fill: rgba(255, 255, 255, 1); } #GROUP981 { width: 1088px; height: 487.5px; top: 1.75px; left: 3272px; } #BOX994 { width: 1087px; height: 270.5px; top: 0px; left: 0px; } #BOX994 > .ladi-box { background-color: rgb(255, 255, 255); border-style: solid; border-color: rgb(180, 180, 180); border-width: 1px; border-radius: 15px 15px 0px 0px; } #BOX995 { width: 1088px; height: 225px; top: 261.5px; left: 0px; } #BOX995 > .ladi-box { background-color: rgb(9, 102, 71); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #IMAGE996 { width: 131px; height: 131px; top: 329.617px; left: 63.5px; } #IMAGE996 > .ladi-image > .ladi-image-background { width: 131px; height: 131px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s450x450/5c1d99096efb27661e81da20/khach-hang-4-20210527072748.jpg"); } #IMAGE996 > .ladi-image { border-radius: 380px; } #PARAGRAPH997 { width: 469px; top: 329.5px; left: 239.5px; } #PARAGRAPH997 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 20px; font-weight: bold; line-height: 1.6; } #PARAGRAPH998 { width: 469px; top: 371px; left: 239.5px; } #PARAGRAPH998 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 30px; line-height: 1.6; } #IMAGE999 { width: 491.571px; height: 193.883px; top: 293.617px; left: 591.429px; } #IMAGE999 > .ladi-image > .ladi-image-background { width: 491.571px; height: 193.883px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s800x500/5c1d99096efb27661e81da20/linh-vat-hong-duc--20210527071141.png"); } #IMAGE999 > .ladi-image { transform: perspective(1000px) rotateY(180deg); -webkit-transform: perspective(1000px) rotateY(180deg); } #SHAPE1000 { width: 80px; height: 60.7062px; top: 221.359px; left: 970px; } #SHAPE1000 > .ladi-shape { transform: perspective(1000px) rotateX(180deg) rotateY(180deg); -webkit-transform: perspective(1000px) rotateX(180deg) rotateY(180deg); } #SHAPE1000 svg:last-child { fill: rgba(180, 180, 180, 1); } #PARAGRAPH1001 { width: 960px; top: 41.3532px; left: 66px; } #PARAGRAPH1001 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 16px; text-align: justify; line-height: 1.6; } #GROUP993 { width: 1088px; height: 487.5px; top: 0px; left: 0px; } #SHAPE1002 { width: 80px; height: 148.132px; top: 202.934px; left: 89px; } #SHAPE1002 svg:last-child { fill: rgba(255, 255, 255, 1); } #GROUP992 { width: 1088px; height: 487.5px; top: 1.75px; left: 4362px; } #BOX1005 { width: 1087px; height: 270.5px; top: 0px; left: 0px; } #BOX1005 > .ladi-box { background-color: rgb(255, 255, 255); border-style: solid; border-color: rgb(180, 180, 180); border-width: 1px; border-radius: 15px 15px 0px 0px; } #BOX1006 { width: 1088px; height: 225px; top: 261.5px; left: 0px; } #BOX1006 > .ladi-box { background-color: rgb(9, 102, 71); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #IMAGE1007 { width: 131px; height: 131px; top: 329.617px; left: 63.5px; } #IMAGE1007 > .ladi-image > .ladi-image-background { width: 131px; height: 131px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s450x450/5c1d99096efb27661e81da20/khach-hang-5-20210527072828.jpg"); } #IMAGE1007 > .ladi-image { border-radius: 380px; } #PARAGRAPH1008 { width: 469px; top: 329.5px; left: 239.5px; } #PARAGRAPH1008 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 20px; font-weight: bold; line-height: 1.6; } #PARAGRAPH1009 { width: 469px; top: 371px; left: 239.5px; } #PARAGRAPH1009 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 30px; line-height: 1.6; } #IMAGE1010 { width: 491.571px; height: 193.883px; top: 293.617px; left: 591.429px; } #IMAGE1010 > .ladi-image > .ladi-image-background { width: 491.571px; height: 193.883px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s800x500/5c1d99096efb27661e81da20/linh-vat-hong-duc--20210527071141.png"); } #IMAGE1010 > .ladi-image { transform: perspective(1000px) rotateY(180deg); -webkit-transform: perspective(1000px) rotateY(180deg); } #SHAPE1011 { width: 80px; height: 60.7062px; top: 221.359px; left: 970px; } #SHAPE1011 > .ladi-shape { transform: perspective(1000px) rotateX(180deg) rotateY(180deg); -webkit-transform: perspective(1000px) rotateX(180deg) rotateY(180deg); } #SHAPE1011 svg:last-child { fill: rgba(180, 180, 180, 1); } #PARAGRAPH1012 { width: 960px; top: 41.3532px; left: 66px; } #PARAGRAPH1012 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 16px; text-align: justify; line-height: 1.6; } #GROUP1004 { width: 1088px; height: 487.5px; top: 0px; left: 0px; } #SHAPE1013 { width: 80px; height: 148.132px; top: 202.934px; left: 89px; } #SHAPE1013 svg:last-child { fill: rgba(255, 255, 255, 1); } #GROUP1003 { width: 1088px; height: 487.5px; top: 1.75px; left: 5452px; } #BOX1027 { width: 1087px; height: 270.5px; top: 0px; left: 0px; } #BOX1027 > .ladi-box { background-color: rgb(255, 255, 255); border-style: solid; border-color: rgb(180, 180, 180); border-width: 1px; border-radius: 15px 15px 0px 0px; } #BOX1028 { width: 1088px; height: 225px; top: 261.5px; left: 0px; } #BOX1028 > .ladi-box { background-color: rgb(9, 102, 71); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #IMAGE1029 { width: 131px; height: 131px; top: 329.617px; left: 63.5px; } #IMAGE1029 > .ladi-image > .ladi-image-background { width: 131px; height: 131px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s450x450/5c1d99096efb27661e81da20/khach-hang-6-20210527073227.jpg"); } #IMAGE1029 > .ladi-image { border-radius: 380px; } #PARAGRAPH1030 { width: 469px; top: 329.5px; left: 239.5px; } #PARAGRAPH1030 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 20px; font-weight: bold; line-height: 1.6; } #PARAGRAPH1031 { width: 469px; top: 371px; left: 239.5px; } #PARAGRAPH1031 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 30px; line-height: 1.6; } #IMAGE1032 { width: 491.571px; height: 193.883px; top: 293.617px; left: 591.429px; } #IMAGE1032 > .ladi-image > .ladi-image-background { width: 491.571px; height: 193.883px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s800x500/5c1d99096efb27661e81da20/linh-vat-hong-duc--20210527071141.png"); } #IMAGE1032 > .ladi-image { transform: perspective(1000px) rotateY(180deg); -webkit-transform: perspective(1000px) rotateY(180deg); } #SHAPE1033 { width: 80px; height: 60.7062px; top: 221.359px; left: 970px; } #SHAPE1033 > .ladi-shape { transform: perspective(1000px) rotateX(180deg) rotateY(180deg); -webkit-transform: perspective(1000px) rotateX(180deg) rotateY(180deg); } #SHAPE1033 svg:last-child { fill: rgba(180, 180, 180, 1); } #PARAGRAPH1034 { width: 960px; top: 41.3532px; left: 66px; } #PARAGRAPH1034 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 16px; text-align: justify; line-height: 1.6; } #GROUP1026 { width: 1088px; height: 487.5px; top: 0px; left: 0px; } #SHAPE1035 { width: 80px; height: 148.132px; top: 202.934px; left: 89px; } #SHAPE1035 svg:last-child { fill: rgba(255, 255, 255, 1); } #GROUP1025 { width: 1088px; height: 487.5px; top: 1.75px; left: 6542px; } #BUTTON_TEXT1047 { width: 276px; top: 9px; left: 0px; } #BUTTON_TEXT1047 > .ladi-headline { color: rgb(9, 102, 70); font-size: 17px; font-weight: bold; text-align: center; line-height: 1.6; } #BUTTON1047 { width: 280px; height: 50px; top: 599.937px; left: 340px; } #BUTTON1047 > .ladi-button > .ladi-button-background { background-color: rgb(255, 255, 255); } #BUTTON1047 > .ladi-button { border-style: solid; border-color: rgb(9, 102, 70); border-width: 2px; border-radius: 90px; } #HEADLINE1065 { width: 868px; top: 11.3809px; left: 45.5px; } #HEADLINE1065 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 30px; font-weight: bold; text-align: center; line-height: 1.6; } #PARAGRAPH1084 { width: 13px; top: 0px; left: 25.25px; } #PARAGRAPH1084 > .ladi-paragraph { color: rgb(9, 102, 70); font-size: 16px; line-height: 1.6; } #SHAPE1083 { width: 18px; height: 22px; top: 0px; left: 25.25px; } #SHAPE1083 svg:last-child { fill: rgba(9, 102, 70, 1); } #LINE1082 { width: 371px; top: 43.5524px; left: 1160.25px; display: none !important; } #LINE1082 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(180, 180, 180); border-right: 1px solid rgb(180, 180, 180); border-bottom: 1px solid rgb(180, 180, 180); border-left: 0px !important; } #LINE1082 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE1081 { width: 371px; top: 43.5524px; left: 1065.25px; display: none !important; } #LINE1081 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(180, 180, 180); border-right: 1px solid rgb(180, 180, 180); border-bottom: 1px solid rgb(180, 180, 180); border-left: 0px !important; } #LINE1081 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE1080 { width: 371px; top: 47.9009px; left: 1149.25px; display: none !important; } #LINE1080 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(180, 180, 180); border-right: 1px solid rgb(180, 180, 180); border-bottom: 1px solid rgb(180, 180, 180); border-left: 0px !important; } #LINE1080 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE1079 { width: 371px; top: 43.5524px; left: 1160.25px; display: none !important; } #LINE1079 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(180, 180, 180); border-right: 1px solid rgb(180, 180, 180); border-bottom: 1px solid rgb(180, 180, 180); border-left: 0px !important; } #LINE1079 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE1078 { width: 371px; top: 43.5524px; left: 1183px; display: none !important; } #LINE1078 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(180, 180, 180); border-right: 1px solid rgb(180, 180, 180); border-bottom: 1px solid rgb(180, 180, 180); border-left: 0px !important; } #LINE1078 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE1077 { width: 371px; top: 47.9009px; left: 1183px; display: none !important; } #LINE1077 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(180, 180, 180); border-right: 1px solid rgb(180, 180, 180); border-bottom: 1px solid rgb(180, 180, 180); border-left: 0px !important; } #LINE1077 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE1076 { width: 371px; top: 47.9009px; left: 1160.25px; display: none !important; } #LINE1076 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(180, 180, 180); border-right: 1px solid rgb(180, 180, 180); border-bottom: 1px solid rgb(180, 180, 180); border-left: 0px !important; } #LINE1076 > .ladi-line { width: 100%; padding: 8px 0px; } #PARAGRAPH1075 { width: 140px; top: 19.7263px; left: 403.75px; } #PARAGRAPH1075 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 16px; line-height: 1.6; } #IMAGE880 { width: 178.6px; height: 50.0748px; top: 0px; left: 832.402px; } #IMAGE880 > .ladi-image > .ladi-image-background { width: 178.6px; height: 50.0748px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s500x400/5c1d99096efb27661e81da20/bg-menu-20210527050548.png"); } #PARAGRAPH879 { width: 62px; top: 19.7263px; left: 790.5px; } #PARAGRAPH879 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 16px; line-height: 1.6; } #PARAGRAPH878 { width: 46px; top: 19.7263px; left: 706px; } #PARAGRAPH878 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 16px; line-height: 1.6; } #PARAGRAPH877 { width: 87px; top: 19.7263px; left: 582.25px; } #PARAGRAPH877 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 16px; line-height: 1.6; } #PARAGRAPH875 { width: 118px; top: 19.7263px; left: 249.75px; } #PARAGRAPH875 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 16px; line-height: 1.6; } #PARAGRAPH874 { width: 88px; top: 19.7263px; left: 126.708px; } #PARAGRAPH874 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 16px; line-height: 1.6; } #PARAGRAPH873 { width: 94px; top: 19.7263px; left: 0px; } #PARAGRAPH873 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 16px; line-height: 1.6; } #SECTION872 { height: 64.952px; } #SECTION872 > .ladi-section-background { background-color: rgb(9, 102, 70); } #BOX1087 { width: 420px; height: 300px; top: 0px; left: 1065.25px; display: none !important; } #BOX1087 > .ladi-box { background-color: rgb(255, 255, 255); } /* #GROUP1088 { width: 1554px; height: 300px; top: 0px; left: -25.25px; } */ #GROUP1092 { width: 650px; height: 123.5px; top: 45px; left: 1146px; } #SHAPE1119 { width: 84px; height: 80px; top: 0px; left: 0px; } #SHAPE1119 svg:last-child { fill: rgba(255, 255, 255, 1); } #HEADLINE1120 { width: 326px; top: 0px; left: 109px; } #HEADLINE1120 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 24px; font-weight: bold; line-height: 1.6; } #PARAGRAPH1121 { width: 326px; top: 62.0555px; left: 109px; } #PARAGRAPH1121 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(255, 255, 255); font-size: 17px; text-align: justify; line-height: 1.6; } #GROUP1118 { width: 435px; height: 224.055px; top: 825.292px; left: 18.5px; } #SHAPE1123 { width: 60px; height: 75px; top: 0px; left: 0px; } #SHAPE1123 svg:last-child { fill: rgba(255, 255, 255, 1); } #HEADLINE1124 { width: 326px; top: 0px; left: 109px; } #HEADLINE1124 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 24px; font-weight: bold; line-height: 1.6; } #PARAGRAPH1125 { width: 326px; top: 62.0555px; left: 109px; } #PARAGRAPH1125 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(255, 255, 255); font-size: 17px; text-align: justify; line-height: 1.6; } #GROUP1122 { width: 435px; height: 224.055px; top: 825.292px; left: 500.5px; } #SHAPE1127 { width: 80px; height: 84.6466px; top: 0px; left: 0px; } #SHAPE1127 svg:last-child { fill: rgba(255, 255, 255, 1); } #HEADLINE1128 { width: 326px; top: 0px; left: 109px; } #HEADLINE1128 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 24px; font-weight: bold; line-height: 1.6; } #PARAGRAPH1129 { width: 326px; top: 62.0555px; left: 109px; } #PARAGRAPH1129 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(255, 255, 255); font-size: 17px; text-align: justify; line-height: 1.6; } #GROUP1126 { width: 435px; height: 224.055px; top: 1093.29px; left: 18.5px; } #SHAPE1131 { width: 85px; height: 84.6466px; top: 0px; left: 0px; } #SHAPE1131 svg:last-child { fill: rgba(255, 255, 255, 1); } #HEADLINE1132 { width: 326px; top: 0px; left: 109px; } #HEADLINE1132 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 24px; font-weight: bold; line-height: 1.6; } #PARAGRAPH1133 { width: 326px; top: 62.0555px; left: 109px; } #PARAGRAPH1133 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(255, 255, 255); font-size: 17px; text-align: justify; line-height: 1.6; } #GROUP1130 { width: 435px; height: 197.055px; top: 1093.29px; left: 500.5px; } #BOX919 { width: 415px; height: 239px; top: 1.5px; left: 8.167px; } #BOX919 > .ladi-box { background-color: rgb(255, 255, 255); } #BOX1136 { width: 1365px; height: 219.61px; top: 0px; left: -207px; } #BOX1136 > .ladi-box { background-color: rgb(9, 102, 70); } #SHAPE46 { width: 85px; height: 84.6466px; top: 0px; left: 124.5px; } #SHAPE46 svg:last-child { fill: url("#SHAPE46_desktop_gradient"); } #BOX1137 { width: 1325px; height: 299px; top: 183.95px; left: -179px; } #BOX1137 > .ladi-box { box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 1); -webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 1); background-color: rgb(255, 255, 255); border-radius: 10px; } #LINE1140 { width: 123px; top: 0px; left: 0px; } #LINE1140 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE1140 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE1141 { width: 123px; top: 0px; left: 195px; } #LINE1141 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE1141 > .ladi-line { width: 100%; padding: 8px 0px; } #GROUP1139 { width: 318px; height: 18px; top: 18.209px; left: 0px; } #SHAPE1142 { width: 54.418px; height: 54.418px; top: 0px; left: 129.175px; } #SHAPE1142 svg:last-child { fill: rgba(255, 255, 255, 1); } #GROUP1138 { width: 318px; height: 54.418px; top: 104.532px; left: 321px; } #BOX1144 { width: 414.968px; height: 240px; top: 1px; left: 2588.52px; } #BOX1144 > .ladi-box { background-color: rgb(255, 255, 255); } #BOX1148 { width: 414.968px; height: 240px; top: 1.5px; left: 1727.52px; } #BOX1148 > .ladi-box { background-color: rgb(255, 255, 255); } #BOX1152 { width: 414.968px; height: 240px; top: 2px; left: 1735.5px; } #BOX1152 > .ladi-box { background-color: rgb(255, 255, 255); } #BOX1156 { width: 414.968px; height: 240px; top: 1.5px; left: 3018.52px; } #BOX1156 > .ladi-box { background-color: rgb(255, 255, 255); } #BOX1160 { width: 414.968px; height: 240px; top: 1.5px; left: 3447.52px; } #BOX1160 > .ladi-box { background-color: rgb(255, 255, 255); } #HEADLINE1163 { width: 273px; top: 28.604px; left: 262px; } #HEADLINE1163 > .ladi-headline { color: rgb(9, 102, 70); font-size: 14px; font-weight: bold; text-align: justify; line-height: 1.4; } #BOX1165 { width: 424px; height: 200px; top: 257.45px; left: 168px; display: none !important; } #BOX1165 > .ladi-box { background: #fdfbfb; background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee); background: linear-gradient(180deg, #fdfbfb, #eaedee); } #POPUP1197 { width: 400px; height: 557px; top: 0px; left: 0px; bottom: 0px; right: 0px; margin: auto; border-radius: 15px; } #POPUP1197 > .ladi-popup > .ladi-overlay { border-radius: 15px; } #POPUP1197 > .ladi-popup > .ladi-popup-background { background-color: rgb(255, 255, 255); border-radius: 15px; } #IMAGE1198 { width: 400px; height: 168.01px; top: 153.495px; left: 0px; } #IMAGE1198 > .ladi-image > .ladi-image-background { width: 507.108px; height: 207.333px; top: 0px; left: -48.1079px; background-image: url("https://w.ladicdn.com/s850x550/5c1d99096efb27661e81da20/banner-hong-duc-1-20210527053217.jpg"); } #HEADLINE1205 { width: 246px; top: 53px; left: 23.4665px; } #HEADLINE1205 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 20px; font-weight: bold; text-transform: uppercase; text-align: left; line-height: 1.2; } #PARAGRAPH1206 { width: 191px; top: 130.5px; left: 186px; } #PARAGRAPH1206 > .ladi-paragraph { color: rgb(199, 31, 22); font-size: 14px; font-style: italic; text-align: right; line-height: 1.6; } #BOX1207 { width: 193px; height: 43px; top: 87px; left: 0px; } #BOX1207 > .ladi-box { background: rgba(47, 211, 154, 1); background: -webkit-linear-gradient(90deg, rgba(47, 211, 154, 1), rgba(9, 102, 70, 1)); background: linear-gradient(90deg, rgba(47, 211, 154, 1), rgba(9, 102, 70, 1)); } #HEADLINE1208 { width: 335px; top: 94.5px; left: 84px; } #HEADLINE1208 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 30px; font-weight: bold; text-align: left; line-height: 1.2; } #HEADLINE1210 { width: 235px; top: 10px; left: 82.5px; } #HEADLINE1210 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 30px; font-weight: bold; text-transform: uppercase; text-align: center; line-height: 1.2; } #BOX1213 { width: 414.968px; height: 240px; top: 1.5px; left: 3878.52px; } #BOX1213 > .ladi-box { background-color: rgb(255, 255, 255); } #BUTTON_TEXT1237 { width: 321px; top: 10.0161px; left: 0px; } #BUTTON_TEXT1237 > .ladi-headline { color: rgb(255, 255, 255); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.6; } #BUTTON1237 { width: 325.375px; height: 43.622px; top: 164.035px; left: 0.7565px; } #BUTTON1237 > .ladi-button > .ladi-button-background { background-color: rgba(255, 255, 255, 0); } #BUTTON1237 > .ladi-button { border-style: solid; border-color: rgb(255, 255, 255); border-width: 2px; border-radius: 1000px; } #FORM_ITEM1239 { width: 325px; height: 35px; top: 0px; left: 0.7565px; } #FORM_ITEM1240 { width: 325px; height: 35px; top: 44.702px; left: 0px; } #FORM_ITEM1241 { width: 325px; height: 60px; top: 90.173px; left: 0px; } #FORM1236 { width: 326.132px; height: 207.657px; top: 335.176px; left: 37.2155px; } #FORM1236 > .ladi-form { color: rgb(0, 0, 0); font-size: 14px; letter-spacing: 0px; line-height: 1.6; } #FORM1236 .ladi-form-item .ladi-form-control::placeholder, #FORM1236 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] { color: rgba(0, 0, 0, 1); } #FORM1236 .ladi-form-item { padding-left: 8px; padding-right: 8px; } #FORM1236 .ladi-form-item.ladi-form-checkbox { padding-left: 13px; padding-right: 13px; } #FORM1236 .ladi-form-item-container .ladi-form-item .ladi-form-control-select { background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(0%2C%200%2C%200%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E"); } #FORM1236 .ladi-form-item-container { border-style: solid; border-color: rgb(10, 103, 233); border-width: 0px; border-radius: 0px; } #FORM1236 .ladi-form-item-container .ladi-form-quantity button { background-color: rgb(10, 103, 233); } #FORM1236 .ladi-form-item-background { background-color: rgb(255, 255, 255); } #BOX1242 { width: 400px; height: 243.495px; top: 313.505px; left: 0px; } #BOX1242 > .ladi-box { background-color: rgb(9, 102, 70); border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; } #LINE1209 { width: 99px; top: 60.5px; left: 278px; } #LINE1209 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(9, 102, 70); border-right: 1px solid rgb(9, 102, 70); border-bottom: 1px solid rgb(9, 102, 70); border-left: 0px !important; } #LINE1209 > .ladi-line { width: 100%; padding: 8px 0px; } #VIDEO1263 { width: 1063.42px; height: 550.596px; top: 0px; left: -52.4194px; } #VIDEO1263 > .ladi-video > .ladi-video-background { background-size: cover; background-attachment: scroll; background-origin: content-box; background-image: url("https://img.youtube.com/vi/ryy08g4f-RY/hqdefault.jpg"); background-position: center center; background-repeat: no-repeat; } #SHAPE1263 { width: 60px; height: 60px; top: 245.298px; left: 501.71px; } #SHAPE1263 svg:last-child { fill: rgba(0, 0, 0, 0.5); } #GROUP1270 { width: 560px; height: 182px; top: 426.396px; left: 427px; } #GROUP1271 { width: 560px; height: 182px; top: 217.396px; left: 427px; } #GROUP1272 { width: 420px; height: 418px; top: 200.396px; left: -23px; } #IMAGE1274 { width: 131px; height: 131px; top: 332.722px; left: 3335px; } #IMAGE1274 > .ladi-image > .ladi-image-background { width: 131px; height: 232.889px; top: -44px; left: -0.000063px; background-image: url("https://w.ladicdn.com/s450x550/5c1d99096efb27661e81da20/2e3adde8664f9311ca5e-20210603163917.jpg"); } #IMAGE1274 > .ladi-image { border-radius: 380px; } #IMAGE1275 { width: 399px; height: 223px; top: 10px; left: 16.167px; } #IMAGE1275 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-1-20210603165639.jpg"); } #IMAGE1276 { width: 399px; height: 223px; top: 10px; left: 446.5px; } #IMAGE1276 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-2-20210603165915.jpg"); } #IMAGE1277 { width: 399px; height: 223px; top: 10px; left: 877.082px; } #IMAGE1277 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-3-20210603170110.jpg"); } #IMAGE1279 { width: 399px; height: 223px; top: 10px; left: 1307.05px; } #IMAGE1279 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-4-20210603170244.jpg"); } #IMAGE1280 { width: 399px; height: 223px; top: 10.5px; left: 2166.5px; } #IMAGE1280 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-5-20210603171006.jpg"); } #IMAGE1281 { width: 399px; height: 223px; top: 10.5px; left: 1735.5px; } #IMAGE1281 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-6-20210603171152.jpg"); } #IMAGE1282 { width: 399px; height: 223px; top: 10.5px; left: 2595.5px; } #IMAGE1282 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-7-20210603171731.jpg"); } #IMAGE1283 { width: 399px; height: 223px; top: 10.5px; left: 3026.5px; } #IMAGE1283 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-8-20210603171825.jpg"); } #IMAGE1284 { width: 399px; height: 223px; top: 10.5px; left: 3886.5px; } #IMAGE1284 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-10-20210603171825.jpg"); } #IMAGE1285 { width: 399px; height: 223px; top: 10.5px; left: 3455.5px; } #IMAGE1285 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-9-20210603171825.jpg"); } } @media (max-width: 767px) { #SECTION_POPUP { height: 0px; } #SECTION2 { height: 208.105px; } #IMAGE3 { width: 93.023px; height: 89.905px; top: 13px; left: 9.489px; } #IMAGE3 > .ladi-image > .ladi-image-background { width: 93.023px; height: 89.905px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s400x400/5c1d99096efb27661e81da20/intro4jpg-20191002063444.png"); } #HEADLINE4 { width: 306px; top: 21.9525px; left: 102.512px; } #HEADLINE4 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 26px; font-weight: bold; text-align: center; line-height: 1.4; } #PARAGRAPH6 { width: 420px; top: 102.905px; left: 0px; } #PARAGRAPH6 > .ladi-paragraph { color: rgb(9, 102, 70); font-size: 15px; text-align: center; line-height: 1.6; } #SECTION7 { height: 214.399px; } #SECTION7 > .ladi-section-background { background-size: auto 100%; background-attachment: scroll; background-origin: content-box; background-position: center center; background-repeat: no-repeat; } #SECTION8 { height: 166.895px; } #SECTION9 { height: 999.11px; } #SECTION9 > .ladi-section-background { background-color: rgb(255, 255, 255); } #HEADLINE47 { width: 294px; top: 93.6466px; left: 45px; } #HEADLINE47 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 25px; font-weight: bold; line-height: 1.6; } #PARAGRAPH48 { width: 386px; top: 155.702px; left: 0px; } #PARAGRAPH48 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(36, 36, 36); font-size: 16px; text-align: center; line-height: 1.6; } #GROUP49 { width: 386px; height: 280.702px; top: 42.702px; left: 17px; } #HEADLINE92 { width: 400px; top: 0px; left: 0px; } #HEADLINE92 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 71); font-size: 35px; font-weight: bold; text-align: center; line-height: 1.4; } #LINE96 { width: 76px; top: 0px; left: 0px; } #LINE96 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE96 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE97 { width: 76px; top: 0px; left: 119.749px; } #LINE97 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE97 > .ladi-line { width: 100%; padding: 8px 0px; } #GROUP95 { width: 195.283px; height: 11.0538px; top: 11.1821px; left: 0px; } #SHAPE98 { width: 33.418px; height: 33.418px; top: 0px; left: 79.326px; } #SHAPE98 svg:last-child { fill: rgba(29, 95, 64, 1); } #GROUP94 { width: 195.283px; height: 33.418px; top: 98px; left: 102.359px; } #SHAPE101 { width: 80px; height: 84.6466px; top: 0px; left: 148px; } #SHAPE101 svg:last-child { fill: url("#SHAPE101_desktop_gradient"); } #HEADLINE102 { width: 294px; top: 93.6466px; left: 40px; } #HEADLINE102 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 25px; font-weight: bold; text-align: center; line-height: 1.6; } #PARAGRAPH103 { width: 376px; top: 155.702px; left: 0px; } #PARAGRAPH103 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(36, 36, 36); font-size: 16px; text-align: center; line-height: 1.6; } #GROUP100 { width: 376px; height: 305.702px; top: 360.404px; left: 22px; } #SHAPE105 { width: 85px; height: 84.6466px; top: 0px; left: 149.5px; } #SHAPE105 svg:last-child { fill: url("#SHAPE105_desktop_gradient"); } #HEADLINE106 { width: 384px; top: 93.6466px; left: 0px; } #HEADLINE106 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 25px; font-weight: bold; text-align: center; line-height: 1.6; } #PARAGRAPH107 { width: 384px; top: 155.702px; left: 0px; } #PARAGRAPH107 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(36, 36, 36); font-size: 16px; text-align: center; line-height: 1.6; } #GROUP104 { width: 384px; height: 280.702px; top: 684px; left: 18px; } #BUTTON108 { width: 280px; height: 50px; top: 737.96px; left: 70px; } #BUTTON108 > .ladi-button { border-style: solid; border-color: rgb(255, 255, 255); border-width: 2px; border-radius: 90px; } #BUTTON_TEXT108 { width: 276px; top: 9px; left: 0px; } #BUTTON_TEXT108 > .ladi-headline { color: rgb(255, 255, 255); font-size: 17px; font-weight: bold; text-align: center; line-height: 1.6; } #BOX122 { width: 420px; height: 692.2px; top: 0px; left: 0px; } #BOX122 > .ladi-box { background-color: rgb(9, 102, 71); border-radius: 10px; } #BOX123 { width: 354.793px; height: 252px; top: 48.2px; left: 32.6035px; } #BOX123 > .ladi-box { box-shadow: 8px 8px 15px -2px rgba(0, 0, 0, 1); -webkit-box-shadow: 8px 8px 15px -2px rgba(0, 0, 0, 1); background-color: rgb(255, 255, 255); border-radius: 6px; } #IMAGE126 { width: 181.775px; height: 177.784px; top: 591.424px; left: 129.208px; } #IMAGE126 > .ladi-image > .ladi-image-background { width: 181.775px; height: 177.784px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s500x500/5c1d99096efb27661e81da20/dong-y-nen-trong-20210516040642.png"); } #LIST_PARAGRAPH127 { width: 359px; top: 348px; left: 30.5px; } #LIST_PARAGRAPH127 > .ladi-list-paragraph { color: rgb(255, 255, 255); font-size: 16px; text-align: justify; line-height: 1.6; } #LIST_PARAGRAPH127 ul li { padding-bottom: 0px; padding-left: 0px; } #LIST_PARAGRAPH127 ul li:before { content: counter(linum, none); color: rgba(255, 222, 122, 1); font-size: 0px; top: -0px; } #GALLERY137 { width: 393.336px; height: 260px; top: -12px; left: -35.233px; } #GALLERY137 > .ladi-gallery > .ladi-gallery-view { height: calc(100% - 0px); } #GALLERY137 > .ladi-gallery > .ladi-gallery-control { height: 0px; display: none; } #GALLERY137 > .ladi-gallery > .ladi-gallery-control > .ladi-gallery-control-box > .ladi-gallery-control-item { width: 0px; height: 0px; margin-right: 0px; } #GALLERY137 .ladi-gallery .ladi-gallery-view-item[data-index="0"] { background-image: url("https://w.ladicdn.com/s700x600/5c1d99096efb27661e81da20/phong-kham-phu-khoa-hong-duc-7-20210519040958.jpg"); } #GALLERY137 .ladi-gallery .ladi-gallery-control-item[data-index="0"] { background-image: url("https://w.ladicdn.com/s400x400/5c1d99096efb27661e81da20/phong-kham-phu-khoa-hong-duc-7-20210519040958.jpg"); } #GALLERY137 .ladi-gallery .ladi-gallery-view-item[data-index="1"] { background-image: url("https://w.ladicdn.com/s700x600/5c1d99096efb27661e81da20/phong-kham-phu-khoa-hong-duc-5-20210519040958.jpg"); } #GALLERY137 .ladi-gallery .ladi-gallery-control-item[data-index="1"] { background-image: url("https://w.ladicdn.com/s400x400/5c1d99096efb27661e81da20/phong-kham-phu-khoa-hong-duc-5-20210519040958.jpg"); } #GALLERY137 .ladi-gallery .ladi-gallery-view-item[data-index="2"] { background-image: url("https://w.ladicdn.com/s700x600/5c1d99096efb27661e81da20/bac-si-tuyet-20210522155701.jpg"); } #GALLERY137 .ladi-gallery .ladi-gallery-control-item[data-index="2"] { background-image: url("https://w.ladicdn.com/s400x400/5c1d99096efb27661e81da20/bac-si-tuyet-20210522155701.jpg"); } #GALLERY137 .ladi-gallery .ladi-gallery-view-item[data-index="3"] { background-image: url("https://w.ladicdn.com/s700x600/5c1d99096efb27661e81da20/phong-kham-phu-khoa-hong-duc-6-20210519040958.jpg"); } #GALLERY137 .ladi-gallery .ladi-gallery-control-item[data-index="3"] { background-image: url("https://w.ladicdn.com/s400x400/5c1d99096efb27661e81da20/phong-kham-phu-khoa-hong-duc-6-20210519040958.jpg"); } #GALLERY137 .ladi-gallery .ladi-gallery-view-item[data-index="4"] { background-image: url("https://w.ladicdn.com/s700x600/5c1d99096efb27661e81da20/img_7839-20210516055251.jpg"); } #GALLERY137 .ladi-gallery .ladi-gallery-control-item[data-index="4"] { background-image: url("https://w.ladicdn.com/s400x400/5c1d99096efb27661e81da20/img_7839-20210516055251.jpg"); } #FRAME136 { width: 317.33px; height: 211.428px; top: 69.2px; left: 51.565px; } #FRAME136 > .ladi-frame > .ladi-frame-background { background: #f5f7fa; background: -webkit-linear-gradient(180deg, #f5f7fa, #c3cfe2); background: linear-gradient(180deg, #f5f7fa, #c3cfe2); } #FRAME136 > .ladi-frame { border-radius: 5px; } #SECTION121 { height: 968.96px; } #GROUP309 { width: 400px; height: 131.418px; top: 23px; left: 11px; } #SECTION310 { height: 837.27px; } #LINE320 { width: 76px; top: 0px; left: 0px; } #LINE320 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE320 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE321 { width: 76px; top: 0px; left: 119.749px; } #LINE321 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE321 > .ladi-line { width: 100%; padding: 8px 0px; } #GROUP319 { width: 195.283px; height: 11.0538px; top: 11.1821px; left: 0px; } #SHAPE322 { width: 33.418px; height: 33.418px; top: 0px; left: 79.326px; } #SHAPE322 svg:last-child { fill: rgba(29, 95, 64, 1); } #GROUP318 { width: 195.283px; height: 33.418px; top: 56px; left: 337.859px; } #HEADLINE323 { width: 871px; top: 0px; left: 0px; } #HEADLINE323 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 35px; font-weight: bold; text-align: center; line-height: 1.6; } #GROUP317 { width: 871px; height: 89.418px; top: 10px; left: -225.5px; } #PARAGRAPH324 { width: 304px; top: 224.987px; left: 85.434px; } #PARAGRAPH324 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 16px; line-height: 1.6; } #HEADLINE325 { width: 329px; top: 209.987px; left: 54.434px; } #HEADLINE325 > .ladi-headline { color: rgb(36, 36, 36); font-size: 16px; text-align: justify; line-height: 1.6; } #PARAGRAPH326 { width: 398px; top: 112.32px; left: 10px; } #PARAGRAPH326 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 16px; text-align: center; line-height: 1.6; } #BUTTON_TEXT340 { width: 336px; top: 9px; left: 0px; } #BUTTON_TEXT340 > .ladi-headline { color: rgb(9, 102, 70); font-size: 17px; font-weight: bold; text-align: center; line-height: 1.6; } #BUTTON340 { width: 340px; height: 50px; top: 755.61px; left: 40.934px; } #BUTTON340 > .ladi-button > .ladi-button-background { background-color: rgb(255, 255, 255); } #BUTTON340 > .ladi-button { border-style: solid; border-color: rgb(9, 102, 70); border-width: 2px; border-radius: 90px; } #SECTION352 { height: 627.587px; } #SECTION352 > .ladi-section-background { background-size: cover; background-attachment: scroll; background-origin: content-box; background-position: center top; background-repeat: repeat; } #BOX366 { width: 422.167px; height: 241px; top: 1px; left: 420px; } #BOX366 > .ladi-box { background-color: rgb(255, 255, 255); } #HEADLINE370 { width: 393px; top: 32px; left: 13.5px; } #HEADLINE370 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 34px; font-weight: bold; text-align: center; line-height: 1.4; } #SECTION492 { height: 3275.23px; } #SECTION492 > .ladi-section-background { background-color: rgb(255, 255, 255); } #LINE524 { width: 76px; top: 0px; left: 0px; } #LINE524 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE524 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE525 { width: 76px; top: 0px; left: 119.749px; } #LINE525 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE525 > .ladi-line { width: 100%; padding: 8px 0px; } #GROUP523 { width: 195.283px; height: 11.0538px; top: 11.1821px; left: 0px; } #SHAPE526 { width: 33.418px; height: 33.418px; top: 0px; left: 79.326px; } #SHAPE526 svg:last-child { fill: rgba(9, 102, 70, 1); } #GROUP522 { width: 195.283px; height: 33.418px; top: 147px; left: 102.359px; } #HEADLINE527 { width: 400px; top: 0px; left: 0px; } #HEADLINE527 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 35px; font-weight: bold; text-align: center; line-height: 1.4; } #GROUP521 { width: 400px; height: 180.418px; top: 28px; left: 11px; } #BOX528 { width: 400px; height: 666.333px; top: 12.208px; left: 10px; } #BOX528 > .ladi-box { border-style: solid; border-color: rgb(255, 255, 255); border-width: 1px; border-radius: 5px; } #GROUP531 { width: 420px; height: 769.208px; top: 191.418px; left: 0px; } #SHAPE562 { width: 80px; height: 84.6466px; top: 0px; left: 135px; } #SHAPE562 svg:last-child { fill: rgba(255, 255, 255, 1); } #HEADLINE563 { width: 336px; top: 94.6466px; left: 0.5px; } #HEADLINE563 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 25px; font-weight: bold; text-align: center; line-height: 1.6; } #PARAGRAPH564 { width: 336px; top: 155.702px; left: 0px; } #PARAGRAPH564 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(255, 255, 255); font-size: 17px; text-align: justify; line-height: 1.6; } #GROUP561 { width: 336.5px; height: 290.702px; top: 307.073px; left: 42.75px; } #SHAPE566 { width: 80px; height: 84.6466px; top: 0px; left: 131px; } #SHAPE566 svg:last-child { fill: rgba(255, 255, 255, 1); } #HEADLINE567 { width: 301px; top: 93.6466px; left: 20.5px; } #HEADLINE567 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 25px; font-weight: bold; line-height: 1.6; } #PARAGRAPH568 { width: 339px; top: 155.702px; left: 0px; } #PARAGRAPH568 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(255, 255, 255); font-size: 17px; text-align: justify; line-height: 1.6; } #GROUP565 { width: 339px; height: 290.702px; top: 651.371px; left: 41.5px; } #SHAPE570 { width: 80px; height: 84.6466px; top: 0px; left: 129px; } #SHAPE570 svg:last-child { fill: rgba(255, 255, 255, 1); } #HEADLINE571 { width: 303px; top: 95.6466px; left: 17.5px; } #HEADLINE571 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 25px; font-weight: bold; text-align: center; line-height: 1.6; } #PARAGRAPH572 { width: 336px; top: 155.702px; left: 0px; } #PARAGRAPH572 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(255, 255, 255); font-size: 17px; text-align: justify; line-height: 1.6; } #GROUP569 { width: 336px; height: 317.702px; top: 991.48px; left: 43px; } #SHAPE574 { width: 80px; height: 84.6466px; top: 0px; left: 132.64px; } #SHAPE574 svg:last-child { fill: rgba(255, 255, 255, 1); } #HEADLINE575 { width: 344px; top: 93.6466px; left: 0px; } #HEADLINE575 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 25px; font-weight: bold; text-align: center; line-height: 1.6; } #PARAGRAPH576 { width: 338px; top: 155.702px; left: 2.64px; } #PARAGRAPH576 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(255, 255, 255); font-size: 17px; text-align: justify; line-height: 1.6; } #GROUP573 { width: 344px; height: 317.702px; top: 1364.58px; left: 38px; } #BUTTON_TEXT577 { width: 276px; top: 9px; left: 0px; } #BUTTON_TEXT577 > .ladi-headline { color: rgb(255, 255, 255); font-size: 17px; font-weight: bold; text-align: center; line-height: 1.6; } #BUTTON577 { width: 280px; height: 50px; top: 3115.99px; left: 70.14px; } #BUTTON577 > .ladi-button > .ladi-button-background { background-color: rgba(255, 255, 255, 0); } #BUTTON577 > .ladi-button { border-style: solid; border-color: rgb(255, 255, 255); border-width: 2px; border-radius: 90px; } #BOX579 { width: 420px; height: 3003px; top: 242.418px; left: 0.14px; } #BOX579 > .ladi-box { background-color: rgb(9, 102, 71); border-radius: 10px; } #BOX580 { width: 400px; height: 2982.08px; top: 253.287px; left: 10.14px; } #BOX580 > .ladi-box { border-style: solid; border-color: rgb(255, 255, 255); border-width: 1px; border-radius: 10px; } #BOX595 { width: 420px; height: 166px; top: 252px; left: 0px; } #BOX595 > .ladi-box { box-shadow: 0px 10px 20px -15px rgba(84, 84, 84, 1); -webkit-box-shadow: 0px 10px 20px -15px rgba(84, 84, 84, 1); background-color: rgb(255, 255, 255); } #LINE591 { width: 76px; top: 0px; left: 0px; } #LINE591 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE591 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE592 { width: 76px; top: 0px; left: 119.749px; } #LINE592 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE592 > .ladi-line { width: 100%; padding: 8px 0px; } #GROUP590 { width: 195.283px; height: 11.0538px; top: 11.1821px; left: 0px; } #SHAPE593 { width: 33.418px; height: 33.418px; top: 0px; left: 79.326px; } #SHAPE593 svg:last-child { fill: rgba(255, 255, 255, 1); } #GROUP589 { width: 195.283px; height: 33.418px; top: 56px; left: 337.859px; } #GROUP588 { width: 871px; height: 89.418px; top: 34px; left: -225.5px; } #HEADLINE594 { width: 871px; top: 0px; left: 0px; } #HEADLINE594 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 35px; font-weight: bold; text-align: center; line-height: 1.6; } #HEADLINE455 { width: 358px; top: 330px; left: 21px; } #HEADLINE455 > .ladi-headline { color: rgb(36, 36, 36); font-size: 16px; text-align: justify; line-height: 1.6; } #IMAGE452 { width: 400px; height: 240px; top: 0px; left: 0px; } #IMAGE452 > .ladi-image > .ladi-image-background { width: 421px; height: 240px; top: 0px; left: -21px; background-image: url("https://phukhoahongduc.com/wp-content/uploads/2020/04/safe_image-1-365x220.jpg"); } #HEADLINE449 { width: 360px; top: 326px; left: 31px; } #HEADLINE449 > .ladi-headline { color: rgb(36, 36, 36); font-size: 14px; text-align: justify; line-height: 1.6; } #HEADLINE448 { width: 354px; top: 267.45px; left: 33px; } #HEADLINE448 > .ladi-headline { color: rgb(9, 102, 70); font-size: 16px; font-weight: bold; text-align: justify; line-height: 1.4; } #IMAGE446 { width: 420px; height: 252px; top: 0px; left: 0px; } #IMAGE446 > .ladi-image > .ladi-image-background { width: 420px; height: 253.151px; top: 0px; left: 0px; background-image: url("https://phukhoahongduc.com/wp-content/uploads/2019/03/vpk-17-365x220.jpg"); } #SECTION445 { height: 1583.49px; } #SECTION445 > .ladi-section-background { background-color: rgb(9, 102, 70); } #IMAGE602 { width: 400px; height: 200px; top: 0px; left: 1px; } #IMAGE602 > .ladi-image > .ladi-image-background { width: 421px; height: 200px; top: 0px; left: -21px; background-image: url("https://phukhoahongduc.com/wp-content/uploads/2019/02/chua-viem-ngua-phu-khoa-tai-nha-365x220.jpg"); } #HEADLINE604 { width: 359px; top: 217px; left: 20px; } #HEADLINE604 > .ladi-headline { color: rgb(9, 102, 70); font-size: 18px; font-weight: bold; text-align: justify; line-height: 1.4; } #HEADLINE605 { width: 359px; top: 292px; left: 20px; } #HEADLINE605 > .ladi-headline { color: rgb(36, 36, 36); font-size: 16px; text-align: justify; line-height: 1.6; } #PARAGRAPH606 { width: 99px; top: 377.87px; left: 291px; } #PARAGRAPH606 > .ladi-paragraph { color: rgb(132, 132, 132); font-size: 14px; text-align: right; line-height: 1.6; } #PARAGRAPH607 { width: 99px; top: 358px; left: 280px; } #PARAGRAPH607 > .ladi-paragraph { color: rgb(132, 132, 132); font-size: 14px; text-align: right; line-height: 1.6; } #PARAGRAPH608 { width: 99px; top: 395.997px; left: 280px; } #PARAGRAPH608 > .ladi-paragraph { color: rgb(132, 132, 132); font-size: 14px; text-align: right; line-height: 1.6; } #BOX609 { width: 400px; height: 200px; top: 239px; left: 0px; } #BOX609 > .ladi-box { box-shadow: 0px 0px 20px -10px rgba(84, 84, 84, 1); -webkit-box-shadow: 0px 0px 20px -10px rgba(84, 84, 84, 1); background-color: rgb(255, 255, 255); } #BOX610 { width: 400px; height: 200px; top: 198px; left: 0px; } #BOX610 > .ladi-box { box-shadow: 0px 0px 20px -10px rgba(84, 84, 84, 1); -webkit-box-shadow: 0px 0px 20px -10px rgba(84, 84, 84, 1); background-color: rgb(255, 255, 255); } #BUTTON_TEXT611 { width: 196px; top: 9px; left: 0px; } #BUTTON_TEXT611 > .ladi-headline { color: rgb(255, 255, 255); font-size: 17px; font-weight: bold; text-align: center; line-height: 1.6; } #BUTTON611 { width: 200px; height: 50px; top: 1488.57px; left: 110px; } #BUTTON611 > .ladi-button { border-style: solid; border-color: rgb(255, 255, 255); border-width: 2px; border-radius: 90px; } #IMAGE648 { width: 139.938px; height: 139.938px; top: 969.6px; left: 253.031px; } #IMAGE648 > .ladi-image > .ladi-image-background { width: 139.938px; height: 139.938px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s450x450/5c1d99096efb27661e81da20/logo-trang-20210521070630.png"); } #HEADLINE651 { width: 400px; top: 152.008px; left: 10px; } #HEADLINE651 > .ladi-headline { font-family: "Open Sans", sans-serif; color: rgb(9, 102, 70); font-size: 19px; text-align: center; line-height: 1.2; } #SECTION655 { height: 1390.49px; } #SECTION655 > .ladi-section-background { background-color: rgb(255, 255, 255); } #FORM_ITEM692 { width: 325px; height: 93.862px; top: 127.173px; left: 0px; } #GROUP662 { width: 384.688px; height: 446.108px; top: 56px; left: 17.656px; } #HEADLINE669 { width: 311px; top: 37.2115px; left: 37.3308px; } #HEADLINE669 > .ladi-headline { color: rgb(255, 255, 255); font-size: 20px; font-weight: bold; text-align: center; line-height: 1.6; } #FORM664 { width: 325.375px; height: 276.795px; top: 131.157px; left: 31.7178px; } #FORM664 > .ladi-form { color: rgb(0, 0, 0); font-size: 14px; letter-spacing: 0px; line-height: 1.6; } #FORM664 .ladi-form-item .ladi-form-control::placeholder, #FORM664 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] { color: rgba(0, 0, 0, 1); } #FORM664 .ladi-form-item { padding-left: 8px; padding-right: 8px; } #FORM664 .ladi-form-item.ladi-form-checkbox { padding-left: 13px; padding-right: 13px; } #FORM664 .ladi-form-item-container .ladi-form-item .ladi-form-control-select { background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(0%2C%200%2C%200%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E"); } #FORM664 .ladi-form-item-container { border-style: solid; border-color: rgb(10, 103, 233); border-width: 0px; border-radius: 0px; } #FORM664 .ladi-form-item-container .ladi-form-quantity button { background-color: rgb(10, 103, 233); } #FORM664 .ladi-form-item-background { background-color: rgb(255, 255, 255); } #FORM_ITEM668 { width: 325px; height: 50.471px; top: 63.7024px; left: 0px; } #FORM_ITEM667 { width: 325px; height: 50.471px; top: 0px; left: 0.039075px; } #BUTTON665 { width: 322.187px; height: 43.622px; top: 233.173px; left: 3.188px; } #BUTTON665 > .ladi-button > .ladi-button-background { background-color: rgba(255, 255, 255, 0); } #BUTTON665 > .ladi-button { border-style: solid; border-color: rgb(255, 255, 255); border-width: 2px; border-radius: 1000px; } #BUTTON_TEXT665 { width: 321px; top: 10.0161px; left: 0px; } #BUTTON_TEXT665 > .ladi-headline { color: rgb(255, 255, 255); font-size: 14px; font-weight: bold; text-align: center; line-height: 1.6; } #BOX663 { width: 384.688px; height: 446.108px; top: 0px; left: 0px; } #BOX663 > .ladi-box { box-shadow: 0px 0px 17px -5px rgba(36, 36, 36, 1); -webkit-box-shadow: 0px 0px 17px -5px rgba(36, 36, 36, 1); background-color: rgb(9, 102, 71); border-radius: 10px; } #PARAGRAPH732 { width: 400px; top: 1132.11px; left: 10px; } #PARAGRAPH732 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 16px; text-align: center; line-height: 1.6; } #LIST_PARAGRAPH734 { width: 378px; top: 1253.11px; left: 17px; } #LIST_PARAGRAPH734 > .ladi-list-paragraph { color: rgb(255, 255, 255); font-size: 15px; text-align: justify; line-height: 1.6; } #LIST_PARAGRAPH734 ul li { padding-left: 45px; } #LIST_PARAGRAPH734 ul li:before { content: ""; background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201049.8953%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%20255%2C%20255%2C%201)%22%3E%20%3Cpath%20d%3D%22M768%20640q0-106-75-181t-181-75-181%2075-75%20181%2075%20181%20181%2075%20181-75%2075-181zm256%200q0%20109-33%20179l-364%20774q-16%2033-47.5%2052t-67.5%2019-67.5-19-46.5-52L33%20819Q0%20749%200%20640q0-212%20150-362t362-150%20362%20150%20150%20362z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E"); width: 35px; height: 35px; top: 0px; } #LIST_PARAGRAPH735 { width: 376px; top: 1185.46px; left: 17.656px; } #LIST_PARAGRAPH735 > .ladi-list-paragraph { color: rgb(255, 255, 255); font-size: 15px; text-align: justify; line-height: 1.6; } #LIST_PARAGRAPH735 ul li { padding-left: 45px; } #LIST_PARAGRAPH735 ul li:before { content: ""; background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201049.8953%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%20255%2C%20255%2C%201)%22%3E%20%3Cpath%20d%3D%22M768%20640q0-106-75-181t-181-75-181%2075-75%20181%2075%20181%20181%2075%20181-75%2075-181zm256%200q0%20109-33%20179l-364%20774q-16%2033-47.5%2052t-67.5%2019-67.5-19-46.5-52L33%20819Q0%20749%200%20640q0-212%20150-362t362-150%20362%20150%20150%20362z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E"); width: 35px; height: 35px; top: 0px; } #LIST_PARAGRAPH736 { width: 378px; top: 1314.73px; left: 18.656px; } #LIST_PARAGRAPH736 > .ladi-list-paragraph { color: rgb(255, 255, 255); font-size: 16px; line-height: 1.6; } #LIST_PARAGRAPH736 ul li { padding-left: 45px; } #LIST_PARAGRAPH736 ul li:before { content: ""; background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%2024%2024%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%20255%2C%20255%2C%201)%22%3E%20%3Cpath%20d%3D%22M20%2C18H18V9.25L12%2C13L6%2C9.25V18H4V6H5.2L12%2C10.25L18.8%2C6H20M20%2C4H4C2.89%2C4%202%2C4.89%202%2C6V18A2%2C2%200%200%2C0%204%2C20H20A2%2C2%200%200%2C0%2022%2C18V6C22%2C4.89%2021.1%2C4%2020%2C4Z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E"); width: 35px; height: 35px; top: -0px; } #SHAPE737 { width: 47.2599px; height: 58.339px; top: 29.339px; left: 226.44px; } #SHAPE737 svg:last-child { fill: rgba(9, 102, 70, 1); } #SHAPE738 { width: 47.2599px; height: 58.339px; top: 29.339px; left: 140.81px; } #SHAPE738 svg:last-child { fill: rgba(9, 102, 70, 1); } #SHAPE739 { width: 47.2599px; height: 58.339px; top: 29.339px; left: 311.466px; } #SHAPE739 svg:last-child { fill: rgba(9, 102, 70, 1); } #BOX741 { width: 46.33px; height: 46.33px; top: 32.0045px; left: 61.2755px; } #BOX741 > .ladi-box { background-size: cover; background-attachment: scroll; background-origin: content-box; background-image: url("https://phukhoahongduc.com/wp-content/themes/phukhoahongduc/images/zalo.png"); background-position: center top; background-repeat: repeat; } #SECTION742 { height: 221.347px; } #SECTION742 > .ladi-section-background { background-color: rgb(255, 255, 255); } #SHAPE656 { width: 1923.38px; height: 347.384px; top: 814.108px; left: -1021.28px; } #SHAPE656 svg:last-child { fill: rgba(9, 102, 71, 1); } #LIST_PARAGRAPH744 { width: 226px; top: 1003.73px; left: 27.031px; } #LIST_PARAGRAPH744 > .ladi-list-paragraph { color: rgb(255, 255, 255); font-size: 22px; line-height: 1.6; } #LIST_PARAGRAPH744 ul li { padding-left: 45px; } #LIST_PARAGRAPH744 ul li:before { content: ""; background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201408%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(255%2C%20255%2C%20255%2C%201)%22%3E%20%3Cpath%20d%3D%22M1408%201240q0%2027-10%2070.5t-21%2068.5q-21%2050-122%20106-94%2051-186%2051-27%200-52.5-3.5T959%201520t-47.5-14.5T856%201485t-49-18q-98-35-175-83-128-79-264.5-215.5T152%20904q-48-77-83-175-3-9-18-49t-20.5-55.5T16%20577%203.5%20519.5%200%20467q0-92%2051-186%2056-101%20106-122%2025-11%2068.5-21t70.5-10q14%200%2021%203%2018%206%2053%2076%2011%2019%2030%2054t35%2063.5%2031%2053.5q3%204%2017.5%2025t21.5%2035.5%207%2028.5q0%2020-28.5%2050t-62%2055-62%2053-28.5%2046q0%209%205%2022.5t8.5%2020.5%2014%2024%2011.5%2019q76%20137%20174%20235t235%20174q2%201%2019%2011.5t24%2014%2020.5%208.5%2022.5%205q18%200%2046-28.5t53-62%2055-62%2050-28.5q14%200%2028.5%207t35.5%2021.5%2025%2017.5q25%2015%2053.5%2031t63.5%2035%2054%2030q70%2035%2076%2053%203%207%203%2021z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E"); width: 35px; height: 35px; top: 15px; } #LINE767 { height: 214px; top: 200.494px; left: 20.434px; } #LINE767 > .ladi-line > .ladi-line-container { border-top: 0px !important; border-right: 1px solid rgb(180, 180, 180); border-bottom: 1px solid rgb(180, 180, 180); border-left: 1px solid rgb(180, 180, 180); } #LINE767 > .ladi-line { height: 100%; padding: 0px 8px; } #IMAGE768 { width: 110.5px; height: 110.5px; top: 200.494px; left: 284.934px; } #IMAGE768 > .ladi-image > .ladi-image-background { width: 110.5px; height: 110.5px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s450x450/5c1d99096efb27661e81da20/logo-hong-duc-1563784853.png"); } #LINE769 { width: 350px; top: 113.85px; left: 30.656px; } #LINE769 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(180, 180, 180); border-right: 1px solid rgb(180, 180, 180); border-bottom: 1px solid rgb(180, 180, 180); border-left: 0px !important; } #LINE769 > .ladi-line { width: 100%; padding: 8px 0px; } #BOX770 { width: 420px; height: 229.004px; top: 1162.49px; left: 0px; } #BOX770 > .ladi-box { background-color: rgb(9, 102, 70); } #BOX772 { width: 420px; height: 47px; top: 0px; left: 0px; } #BOX772 > .ladi-box { background-color: rgb(9, 102, 70); } #PARAGRAPH773 { width: 102px; top: 11px; left: 16.9995px; } #PARAGRAPH773 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 16px; line-height: 1.6; } #SHAPE774 { width: 25px; height: 25px; top: 11px; left: 371px; } #SHAPE774 svg:last-child { fill: rgba(255, 255, 255, 1); } #SECTION776 { height: 461.418px; } #SECTION776 > .ladi-section-background { background-color: rgb(255, 255, 255); } #BOX781 { width: 291.012px; height: 115.199px; top: 0px; left: 0px; } #BOX781 > .ladi-box { box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); -webkit-box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); background-color: rgb(255, 255, 255); border-style: solid; border-color: rgba(0, 0, 0, 0.2); border-width: 0px; border-radius: 10px; } #GROUP783 { width: 291.012px; height: 115.199px; top: 0px; left: 0.994px; } #BOX784 { width: 291.012px; height: 115.199px; top: 0px; left: 0px; } #BOX784 > .ladi-box { box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); -webkit-box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); background-color: rgb(255, 255, 255); border-color: rgba(0, 0, 0, 0.2); border-width: 1px; border-radius: 10px; } #IMAGE785 { width: 251.84px; height: 105.849px; top: 4.6749px; left: 19.5856px; } #IMAGE785 > .ladi-image > .ladi-image-background { width: 251.84px; height: 115.199px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s600x450/5c1d99096efb27661e81da20/unnamed-20210522065654.png"); } #GROUP786 { width: 291.012px; height: 115.199px; top: 0px; left: 2.994px; } #BOX787 { width: 291.012px; height: 115.199px; top: 0px; left: 0px; } #BOX787 > .ladi-box { box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); -webkit-box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); background-color: rgb(255, 255, 255); border-color: rgba(0, 0, 0, 0.2); border-width: 1px; border-radius: 10px; } #IMAGE788 { width: 267.098px; height: 95.4606px; top: 9.86924px; left: 11.9572px; } #IMAGE788 > .ladi-image > .ladi-image-background { width: 267.098px; height: 185.3px; top: -42.6117px; left: 0px; background-image: url("https://w.ladicdn.com/s600x500/5c1d99096efb27661e81da20/booking-quang-cao-tren-bao-suc-khoe-va-doi-song-20210522065654.jpg"); } #LINE799 { width: 76px; top: 0px; left: 0px; } #LINE799 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE799 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE800 { width: 76px; top: 0px; left: 119.749px; } #LINE800 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE800 > .ladi-line { width: 100%; padding: 8px 0px; } #GROUP798 { width: 195.283px; height: 11.0538px; top: 11.1821px; left: 0px; } #SHAPE801 { width: 33.418px; height: 33.418px; top: 0px; left: 79.326px; } #SHAPE801 svg:last-child { fill: rgba(29, 95, 64, 1); } #GROUP797 { width: 195.283px; height: 33.418px; top: 56px; left: 337.859px; } #HEADLINE802 { width: 871px; top: 0px; left: 0px; } #HEADLINE802 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 35px; font-weight: bold; text-align: center; line-height: 1.6; } #GROUP796 { width: 871px; height: 89.418px; top: 10px; left: -225.5px; } #IMAGE782 { width: 268.459px; height: 98.3327px; top: 8.43317px; left: 11.2763px; } #IMAGE782 > .ladi-image > .ladi-image-background { width: 268.459px; height: 98.3327px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s600x400/5c1d99096efb27661e81da20/logo1-ngoisaovn-20210522065654.png"); } #GROUP780 { width: 291.012px; height: 115.199px; top: 0px; left: 0px; } #PARAGRAPH803 { width: 290px; top: 129.761px; left: 0px; } #PARAGRAPH803 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 16px; text-align: center; line-height: 1.6; } #PARAGRAPH804 { width: 293px; top: 127.761px; left: 0px; } #PARAGRAPH804 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 16px; text-align: center; line-height: 1.6; } #PARAGRAPH805 { width: 297px; top: 127.761px; left: 0px; } #PARAGRAPH805 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 16px; text-align: center; line-height: 1.6; } #CAROUSEL806 { width: 345px; height: 302px; top: 126.418px; left: 37.5px; } #PARAGRAPH807 { width: 290px; top: 206.761px; left: 0px; } #PARAGRAPH807 > .ladi-paragraph { color: rgb(132, 132, 132); font-size: 15px; text-align: center; line-height: 1.6; } #PARAGRAPH808 { width: 290px; top: 206.761px; left: 0px; } #PARAGRAPH808 > .ladi-paragraph { color: rgb(132, 132, 132); font-size: 15px; text-align: center; line-height: 1.6; } #PARAGRAPH809 { width: 290px; top: 206.761px; left: 0px; } #PARAGRAPH809 > .ladi-paragraph { color: rgb(132, 132, 132); font-size: 15px; text-align: center; line-height: 1.6; } #IMAGE830 { width: 114.937px; height: 95.395px; top: 10px; left: 4.7445px; } #IMAGE830 > .ladi-image > .ladi-image-background { width: 114.937px; height: 114.937px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s450x450/5c1d99096efb27661e81da20/untitled-1-20201104152836.png"); } #PARAGRAPH831 { width: 296px; top: 15px; left: 124.5px; } #PARAGRAPH831 > .ladi-paragraph { color: rgb(9, 102, 70); font-size: 16px; font-weight: bold; text-align: justify; line-height: 1.6; } #LIST_PARAGRAPH835 { width: 274px; top: 45px; left: 124.5px; } #LIST_PARAGRAPH835 > .ladi-list-paragraph { color: rgb(0, 0, 0); font-size: 14px; text-align: left; line-height: 1.6; } #LIST_PARAGRAPH835 ul li { padding-left: 30px; } #LIST_PARAGRAPH835 ul li:before { content: ""; background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%2091.27%20116.66%22%20class%3D%22%22%20fill%3D%22rgba(6%2C%20188%2C%20125%2C%201.0)%22%3E%3Cpath%20d%3D%22M86.47%2C71.48C77.36%2C65.27%2C58.31%2C54.77%2C25.4%2C47-11.3%2C35.23-1.53%2C8.28%2C13.16%2C1.67c18.63-8.38%2C63.48%2C15%2C78%2C66.36A3.08%2C3.08%2C0%2C0%2C1%2C86.47%2C71.48Z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M69.44%2C83.29c-6%2C.38-17.76%2C2.24-34.58%2C9.92-19.76%2C7.25-24.6-7.65-20.48-15.43%2C5.23-9.87%2C32.41-14.85%2C55.91%2C2.45A1.69%2C1.69%2C0%2C0%2C1%2C69.44%2C83.29Z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M74.36%2C96.89C71.12%2C98.76%2C65.1%2C103%2C57.86%2C112c-9%2C9.5-15.81%2C2.54-15.67-2.93C42.38%2C102.09%2C56.13%2C91.82%2C74%2C95A1.05%2C1.05%2C0%2C0%2C1%2C74.36%2C96.89Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); width: 20px; height: 20px; top: 5px; } #GALLERY839 { width: 402.092px; height: 283px; top: 1.428px; left: -0.224px; } #GALLERY839 > .ladi-gallery > .ladi-gallery-view { height: calc(100% - 0px); } #GALLERY839 > .ladi-gallery > .ladi-gallery-control { height: 0px; display: none; } #GALLERY839 > .ladi-gallery > .ladi-gallery-control > .ladi-gallery-control-box > .ladi-gallery-control-item { width: 0px; height: 0px; margin-right: 0px; } #GALLERY839 .ladi-gallery .ladi-gallery-view-item[data-index="0"] { background-image: url("https://w.ladicdn.com/s750x600/5c1d99096efb27661e81da20/xet-nghiem-hong-duc-03-600-20191113154020.jpg"); } #GALLERY839 .ladi-gallery .ladi-gallery-control-item[data-index="0"] { background-image: url("https://w.ladicdn.com/s400x400/5c1d99096efb27661e81da20/xet-nghiem-hong-duc-03-600-20191113154020.jpg"); } #GALLERY839 .ladi-gallery .ladi-gallery-view-item[data-index="1"] { background-image: url("https://w.ladicdn.com/s750x600/5c1d99096efb27661e81da20/xet-nghiem-hong-duc-01-600-20191113153858.jpg"); } #GALLERY839 .ladi-gallery .ladi-gallery-control-item[data-index="1"] { background-image: url("https://w.ladicdn.com/s400x400/5c1d99096efb27661e81da20/xet-nghiem-hong-duc-01-600-20191113153858.jpg"); } #FRAME838 { width: 401.868px; height: 284.428px; top: 439.259px; left: 9.206px; } #FRAME838 > .ladi-frame > .ladi-frame-background { background: #f5f7fa; background: -webkit-linear-gradient(180deg, #f5f7fa, #c3cfe2); background: linear-gradient(180deg, #f5f7fa, #c3cfe2); } #FRAME838 > .ladi-frame { border-radius: 5px; } #BOX314 { width: 372.642px; height: 428.334px; top: 321.94px; left: 500.679px; display: none !important; } #BOX314 > .ladi-box { box-shadow: 0px 0px 25px -10px rgba(132, 132, 132, 1); -webkit-box-shadow: 0px 0px 25px -10px rgba(132, 132, 132, 1); background-color: rgb(255, 255, 255); } #SHAPE840 { width: 71px; height: 71px; top: 106px; left: -122.36px; display: none !important; } #SHAPE840 > .ladi-shape { transform: rotate(90deg); -webkit-transform: rotate(90deg); } #SHAPE840 svg:last-child { fill: rgba(255, 255, 255, 1); } #PARAGRAPH841 { width: 140px; top: 177px; left: 134.14px; } #PARAGRAPH841 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 15px; text-align: center; line-height: 1.6; } #PARAGRAPH841.ladi-animation > .ladi-paragraph { animation-name: flash; -webkit-animation-name: flash; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 2s; -webkit-animation-duration: 2s; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; } #SHAPE844 { width: 59px; height: 59px; top: 209.643px; left: 174.64px; } #SHAPE844 > .ladi-shape { transform: rotate(180deg); -webkit-transform: rotate(180deg); } #SHAPE844.ladi-animation > .ladi-shape { animation-name: flash; -webkit-animation-name: flash; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 2s; -webkit-animation-duration: 2s; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; } #SHAPE844 svg:last-child { fill: rgba(255, 255, 255, 1); } #GROUP845 { width: 291.012px; height: 230.761px; top: 35.6195px; left: 1409px; } #GROUP846 { width: 293px; height: 230.761px; top: 36.118px; left: 25.5px; } #GROUP847 { width: 297px; height: 230.761px; top: 35.6195px; left: 369px; } #BOX850 { width: 291.012px; height: 115.199px; top: 0px; left: 0px; } #BOX850 > .ladi-box { box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); -webkit-box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); background-color: rgb(255, 255, 255); border-style: solid; border-color: rgba(0, 0, 0, 0.2); border-width: 0px; border-radius: 10px; } #PARAGRAPH852 { width: 290px; top: 129.761px; left: 0px; } #PARAGRAPH852 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 16px; text-align: center; line-height: 1.6; } #PARAGRAPH853 { width: 290px; top: 206.761px; left: 0px; } #PARAGRAPH853 > .ladi-paragraph { color: rgb(132, 132, 132); font-size: 15px; text-align: center; line-height: 1.6; } #GROUP848 { width: 291.012px; height: 230.761px; top: 0px; left: 0px; } #IMAGE854 { width: 223.671px; height: 103.942px; top: 0.4985px; left: 33.67px; } #IMAGE854 > .ladi-image > .ladi-image-background { width: 223.671px; height: 122.955px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s550x450/5c1d99096efb27661e81da20/logo_website_tikivn-20210524102933.png"); } #GROUP855 { width: 291.012px; height: 230.761px; top: 35.6195px; left: 716.994px; } #PARAGRAPH858 { width: 290px; top: 129.761px; left: 0px; } #PARAGRAPH858 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 16px; text-align: center; line-height: 1.6; } #PARAGRAPH859 { width: 290px; top: 206.761px; left: 0px; } #PARAGRAPH859 > .ladi-paragraph { color: rgb(132, 132, 132); font-size: 15px; text-align: center; line-height: 1.6; } #BOX860 { width: 291.012px; height: 115.199px; top: 0px; left: 0px; } #BOX860 > .ladi-box { box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); -webkit-box-shadow: 0px 0px 20px -10px rgba(36, 36, 36, 1); background-color: rgb(255, 255, 255); border-style: solid; border-color: rgba(0, 0, 0, 0.2); border-width: 0px; border-radius: 10px; } #GROUP857 { width: 291.012px; height: 230.761px; top: 36.118px; left: 1062.99px; } #IMAGE862 { width: 200px; height: 104px; top: 42.791px; left: 1108.5px; } #IMAGE862 > .ladi-image > .ladi-image-background { width: 200px; height: 150px; top: -19px; left: 0px; background-image: url("https://w.ladicdn.com/s550x500/5c1d99096efb27661e81da20/lazadamasterlogo_esvv-20210524102933.png"); } #HTML_CODE863 { width: 360px; height: 297px; top: 417.108px; left: -422px; display: none !important; } #HTML_CODE864 { width: 360px; height: 127.13px; top: 724.108px; left: -432px; display: none !important; } #HTML_CODE865 { width: 360px; height: 297px; top: 502.108px; left: 30px; } #HTML_CODE866 { width: 360px; height: 127.13px; top: 814.108px; left: 30px; } #LIST_PARAGRAPH867 { width: 296px; top: 94px; left: 124.5px; } #LIST_PARAGRAPH867 > .ladi-list-paragraph { color: rgb(0, 0, 0); font-size: 14px; text-align: justify; line-height: 1.6; } #LIST_PARAGRAPH867 ul li { padding-left: 30px; } #LIST_PARAGRAPH867 ul li:before { content: ""; background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%2091.27%20116.66%22%20class%3D%22%22%20fill%3D%22rgba(6%2C%20188%2C%20125%2C%201.0)%22%3E%3Cpath%20d%3D%22M86.47%2C71.48C77.36%2C65.27%2C58.31%2C54.77%2C25.4%2C47-11.3%2C35.23-1.53%2C8.28%2C13.16%2C1.67c18.63-8.38%2C63.48%2C15%2C78%2C66.36A3.08%2C3.08%2C0%2C0%2C1%2C86.47%2C71.48Z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M69.44%2C83.29c-6%2C.38-17.76%2C2.24-34.58%2C9.92-19.76%2C7.25-24.6-7.65-20.48-15.43%2C5.23-9.87%2C32.41-14.85%2C55.91%2C2.45A1.69%2C1.69%2C0%2C0%2C1%2C69.44%2C83.29Z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M74.36%2C96.89C71.12%2C98.76%2C65.1%2C103%2C57.86%2C112c-9%2C9.5-15.81%2C2.54-15.67-2.93C42.38%2C102.09%2C56.13%2C91.82%2C74%2C95A1.05%2C1.05%2C0%2C0%2C1%2C74.36%2C96.89Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); width: 20px; height: 20px; top: 5px; } #BUTTON_TEXT870 { width: 140px; top: 9px; left: 0px; } #BUTTON_TEXT870 > .ladi-headline { color: rgb(9, 102, 70); font-size: 13px; font-weight: bold; text-align: center; line-height: 1.6; } #BUTTON870 { width: 105.448px; height: 36.8699px; top: 109.395px; left: 9.489px; } #BUTTON870 > .ladi-button > .ladi-button-background { background-color: rgb(255, 255, 255); } #BUTTON870 > .ladi-button { border-style: solid; border-color: rgb(9, 102, 70); border-width: 2px; border-radius: 90px; } #POPUP893 { width: 388px; height: 497px; top: 0px; left: 0px; bottom: 0px; right: 0px; margin: auto; border-radius: 15px; } #POPUP893 > .ladi-popup > .ladi-overlay { border-radius: 15px; } #POPUP893 > .ladi-popup > .ladi-popup-background { background-color: rgb(255, 255, 255); border-radius: 15px; } #BOX895 { width: 388.495px; height: 497.771px; top: 0px; left: 0px; } #BOX895 > .ladi-box { box-shadow: 0px 0px 17px -5px rgba(36, 36, 36, 1); -webkit-box-shadow: 0px 0px 17px -5px rgba(36, 36, 36, 1); background-color: rgb(9, 102, 71); border-radius: 15px; } #BUTTON_TEXT897 { width: 321px; top: 10.0161px; left: 0px; } #BUTTON_TEXT897 > .ladi-headline { color: rgb(255, 255, 255); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.6; } #BUTTON897 { width: 325.375px; height: 43.622px; top: 292.035px; left: 0px; } #BUTTON897 > .ladi-button > .ladi-button-background { background-color: rgba(255, 255, 255, 0); } #BUTTON897 > .ladi-button { border-style: solid; border-color: rgb(255, 255, 255); border-width: 2px; border-radius: 1000px; } #FORM_ITEM899 { width: 324.431px; height: 50.471px; top: 0px; left: 0.472px; } #FORM_ITEM900 { width: 324.431px; height: 50.471px; top: 73.702px; left: 0.472px; } #FORM_ITEM901 { width: 325.375px; height: 104.862px; top: 145.173px; left: 0.472px; } #FORM896 { width: 325.847px; height: 335.657px; top: 126.455px; left: 31.3245px; } #FORM896 > .ladi-form { color: rgb(0, 0, 0); font-size: 14px; letter-spacing: 0px; line-height: 1.6; } #FORM896 .ladi-form-item .ladi-form-control::placeholder, #FORM896 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] { color: rgba(0, 0, 0, 1); } #FORM896 .ladi-form-item { padding-left: 8px; padding-right: 8px; } #FORM896 .ladi-form-item.ladi-form-checkbox { padding-left: 13px; padding-right: 13px; } #FORM896 .ladi-form-item-container .ladi-form-item .ladi-form-control-select { background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(0%2C%200%2C%200%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E"); } #FORM896 .ladi-form-item-container { border-style: solid; border-color: rgb(10, 103, 233); border-width: 0px; border-radius: 0px; } #FORM896 .ladi-form-item-container .ladi-form-quantity button { background-color: rgb(10, 103, 233); } #FORM896 .ladi-form-item-background { background-color: rgb(255, 255, 255); } #HEADLINE902 { width: 332px; top: 25.8745px; left: 28.248px; } #HEADLINE902 > .ladi-headline { color: rgb(255, 255, 255); font-size: 21px; font-weight: bold; text-align: center; line-height: 1.6; } #GROUP894 { width: 388.495px; height: 497.771px; top: 0px; left: 0px; } #BUTTON_TEXT903 { width: 276px; top: 9px; left: 0px; } #BUTTON_TEXT903 > .ladi-headline { color: rgb(9, 102, 70); font-size: 17px; font-weight: bold; text-align: center; line-height: 1.6; -webkit-text-stroke-color: rgb(9, 102, 70); } #BUTTON903 { width: 280px; height: 50px; top: 559.843px; left: 64.14px; } #BUTTON903 > .ladi-button { border-style: solid; border-color: rgb(9, 102, 70); border-width: 2px; border-radius: 90px; } #CAROUSEL905 { width: 420px; height: 241.499px; top: 272.144px; left: 0px; } #BOX915 { width: 420.414px; height: 240px; top: -0.501px; left: 840px; } #BOX915 > .ladi-box { background-color: rgb(255, 255, 255); } #BOX923 { width: 423.919px; height: 242px; top: 1px; left: 1260.41px; } #BOX923 > .ladi-box { background-color: rgb(255, 255, 255); } #SECTION944 { height: 723px; } #CAROUSEL945 { width: 420px; height: 491px; top: 116px; left: 0px; } #BOX946 { width: 417px; height: 225px; top: 261.5px; left: 0px; } #BOX946 > .ladi-box { background-color: rgb(9, 102, 71); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #SHAPE947 { width: 60px; height: 130px; top: 202.934px; left: 69px; } #SHAPE947 svg:last-child { fill: rgba(255, 255, 255, 1); } #IMAGE948 { width: 120px; height: 120px; top: 319.617px; left: 39.5px; } #IMAGE948 > .ladi-image > .ladi-image-background { width: 131px; height: 131px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s450x450/5c1d99096efb27661e81da20/khach-hang-7-20210527070149.jpg"); } #IMAGE948 > .ladi-image { border-radius: 380px; } #PARAGRAPH949 { width: 156px; top: 331.617px; left: 179.5px; } #PARAGRAPH949 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 19px; font-weight: bold; line-height: 1.6; } #PARAGRAPH950 { width: 248px; top: 370px; left: 179.5px; } #PARAGRAPH950 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 23px; line-height: 1.6; } #IMAGE953 { width: 173.229px; height: 68.324px; top: 418.176px; left: 244.771px; display: none !important; } #IMAGE953 > .ladi-image > .ladi-image-background { width: 173.229px; height: 68.324px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s500x400/5c1d99096efb27661e81da20/linh-vat-hong-duc--20210527071141.png"); } #IMAGE953 > .ladi-image { transform: perspective(1000px) rotateY(180deg); -webkit-transform: perspective(1000px) rotateY(180deg); } #SHAPE954 { width: 57px; height: 43px; top: 234.75px; left: 320.403px; } #SHAPE954 > .ladi-shape { transform: perspective(1000px) rotateX(180deg) rotateY(180deg); -webkit-transform: perspective(1000px) rotateX(180deg) rotateY(180deg); } #SHAPE954 svg:last-child { fill: rgba(180, 180, 180, 1); } #PARAGRAPH955 { width: 376px; top: 22.75px; left: 22.5px; } #PARAGRAPH955 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 11px; text-align: justify; line-height: 1.6; } #BOX956 { width: 417px; height: 270.5px; top: 0px; left: 0px; } #BOX956 > .ladi-box { background-color: rgb(255, 255, 255); border-style: solid; border-color: rgb(180, 180, 180); border-width: 1px; border-radius: 15px 15px 0px 0px; } #GROUP957 { width: 427.5px; height: 486.5px; top: 0px; left: 0px; } #BOX959 { width: 417px; height: 270.5px; top: 0px; left: 0px; } #BOX959 > .ladi-box { background-color: rgb(255, 255, 255); border-style: solid; border-color: rgb(180, 180, 180); border-width: 1px; border-radius: 15px 15px 0px 0px; } #BOX960 { width: 417px; height: 225px; top: 261.5px; left: 0px; } #BOX960 > .ladi-box { background-color: rgb(9, 102, 71); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #IMAGE961 { width: 120px; height: 120px; top: 314px; left: 36.444px; } #IMAGE961 > .ladi-image > .ladi-image-background { width: 131px; height: 131px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s450x450/5c1d99096efb27661e81da20/khach-hang-1-20210527072254.jpg"); } #IMAGE961 > .ladi-image { border-radius: 380px; } #PARAGRAPH962 { width: 146px; top: 333.5px; left: 179.5px; } #PARAGRAPH962 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 19px; font-weight: bold; line-height: 1.6; } #PARAGRAPH963 { width: 90px; top: 367.91px; left: 179.5px; } #PARAGRAPH963 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 23px; line-height: 1.6; } #IMAGE964 { width: 272.556px; height: 107.5px; top: 398.91px; left: 21.5px; display: none !important; } #IMAGE964 > .ladi-image > .ladi-image-background { width: 272.556px; height: 107.5px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s600x450/5c1d99096efb27661e81da20/linh-vat-hong-duc--20210527071141.png"); } #IMAGE964 > .ladi-image { transform: perspective(1000px) rotateY(180deg); -webkit-transform: perspective(1000px) rotateY(180deg); } #SHAPE965 { width: 57px; height: 43px; top: 234.911px; left: 314px; } #SHAPE965 > .ladi-shape { transform: perspective(1000px) rotateX(180deg) rotateY(180deg); -webkit-transform: perspective(1000px) rotateX(180deg) rotateY(180deg); } #SHAPE965 svg:last-child { fill: rgba(180, 180, 180, 1); } #PARAGRAPH966 { width: 369px; top: 24.3532px; left: 21.5px; } #PARAGRAPH966 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 11px; text-align: justify; line-height: 1.6; } #GROUP958 { width: 417px; height: 506.41px; top: 2px; left: 422px; } #GROUP967 { width: 427.5px; height: 486.5px; top: 2px; left: 2px; } #SHAPE969 { width: 60px; height: 130px; top: 205.934px; left: 493px; } #SHAPE969 svg:last-child { fill: rgba(255, 255, 255, 1); } #BOX972 { width: 417px; height: 270.5px; top: 0px; left: 0px; } #BOX972 > .ladi-box { background-color: rgb(255, 255, 255); border-style: solid; border-color: rgb(180, 180, 180); border-width: 1px; border-radius: 15px 15px 0px 0px; } #BOX973 { width: 417px; height: 225px; top: 261.5px; left: 0px; } #BOX973 > .ladi-box { background-color: rgb(9, 102, 71); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #IMAGE974 { width: 120px; height: 120px; top: 314px; left: 34.5px; } #IMAGE974 > .ladi-image > .ladi-image-background { width: 131px; height: 131px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s450x450/5c1d99096efb27661e81da20/khach-hang-2-20210527072435.jpg"); } #IMAGE974 > .ladi-image { border-radius: 380px; } #PARAGRAPH975 { width: 186px; top: 333.5px; left: 177.5px; } #PARAGRAPH975 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 19px; font-weight: bold; line-height: 1.6; } #PARAGRAPH976 { width: 122px; top: 363.5px; left: 177.5px; } #PARAGRAPH976 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 23px; line-height: 1.6; } #IMAGE977 { width: 205.071px; height: 80.883px; top: 400.5px; left: 203.429px; display: none !important; } #IMAGE977 > .ladi-image > .ladi-image-background { width: 205.071px; height: 80.883px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s550x400/5c1d99096efb27661e81da20/linh-vat-hong-duc--20210527071141.png"); } #IMAGE977 > .ladi-image { transform: perspective(1000px) rotateY(180deg); -webkit-transform: perspective(1000px) rotateY(180deg); } #SHAPE978 { width: 57px; height: 43px; top: 234.359px; left: 311px; } #SHAPE978 > .ladi-shape { transform: perspective(1000px) rotateX(180deg) rotateY(180deg); -webkit-transform: perspective(1000px) rotateX(180deg) rotateY(180deg); } #SHAPE978 svg:last-child { fill: rgba(180, 180, 180, 1); } #PARAGRAPH979 { width: 372px; top: 26.3532px; left: 23px; } #PARAGRAPH979 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 11px; text-align: justify; line-height: 1.6; } #GROUP971 { width: 417px; height: 486.5px; top: 0px; left: 0px; } #SHAPE980 { width: 60px; height: 130px; top: 202.934px; left: 66px; } #SHAPE980 svg:last-child { fill: rgba(255, 255, 255, 1); } #GROUP970 { width: 417px; height: 486.5px; top: 2px; left: 842px; } #BOX983 { width: 417px; height: 270.5px; top: 0px; left: 0px; } #BOX983 > .ladi-box { background-color: rgb(255, 255, 255); border-style: solid; border-color: rgb(180, 180, 180); border-width: 1px; border-radius: 15px 15px 0px 0px; } #BOX984 { width: 417px; height: 225px; top: 261.5px; left: 0px; } #BOX984 > .ladi-box { background-color: rgb(9, 102, 71); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #PARAGRAPH986 { width: 96px; top: 332.5px; left: 175.429px; } #PARAGRAPH986 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 19px; font-weight: bold; line-height: 1.6; } #PARAGRAPH987 { width: 110px; top: 362.5px; left: 175.429px; } #PARAGRAPH987 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 23px; line-height: 1.6; } #IMAGE988 { width: 173.675px; height: 68.5px; top: 413px; left: 175.429px; display: none !important; } #IMAGE988 > .ladi-image > .ladi-image-background { width: 173.675px; height: 68.5px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s500x400/5c1d99096efb27661e81da20/linh-vat-hong-duc--20210527071141.png"); } #IMAGE988 > .ladi-image { transform: perspective(1000px) rotateY(180deg); -webkit-transform: perspective(1000px) rotateY(180deg); } #SHAPE989 { width: 57px; height: 43px; top: 234.359px; left: 309px; } #SHAPE989 > .ladi-shape { transform: perspective(1000px) rotateX(180deg) rotateY(180deg); -webkit-transform: perspective(1000px) rotateX(180deg) rotateY(180deg); } #SHAPE989 svg:last-child { fill: rgba(180, 180, 180, 1); } #PARAGRAPH990 { width: 376px; top: 28.3532px; left: 21px; } #PARAGRAPH990 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 11px; text-align: justify; line-height: 1.6; } #GROUP982 { width: 417px; height: 486.5px; top: 0px; left: 0px; } #SHAPE991 { width: 60px; height: 130px; top: 201.934px; left: 65px; } #SHAPE991 svg:last-child { fill: rgba(255, 255, 255, 1); } #GROUP981 { width: 417px; height: 486.5px; top: 2px; left: 1262px; } #BOX994 { width: 417px; height: 270.5px; top: 0px; left: 0px; } #BOX994 > .ladi-box { background-color: rgb(255, 255, 255); border-style: solid; border-color: rgb(180, 180, 180); border-width: 1px; border-radius: 15px 15px 0px 0px; } #BOX995 { width: 417px; height: 225px; top: 261.5px; left: 0px; } #BOX995 > .ladi-box { background-color: rgb(9, 102, 71); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #IMAGE996 { width: 120px; height: 120px; top: 314px; left: 32.5px; } #IMAGE996 > .ladi-image > .ladi-image-background { width: 131px; height: 131px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s450x450/5c1d99096efb27661e81da20/khach-hang-4-20210527072748.jpg"); } #IMAGE996 > .ladi-image { border-radius: 380px; } #PARAGRAPH997 { width: 152px; top: 333.5px; left: 171.5px; } #PARAGRAPH997 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 19px; font-weight: bold; line-height: 1.6; } #PARAGRAPH998 { width: 93px; top: 363.5px; left: 171.5px; } #PARAGRAPH998 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 23px; line-height: 1.6; } #IMAGE999 { width: 210.142px; height: 82.883px; top: 403.617px; left: 206.858px; display: none !important; } #IMAGE999 > .ladi-image > .ladi-image-background { width: 210.142px; height: 82.883px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s550x400/5c1d99096efb27661e81da20/linh-vat-hong-duc--20210527071141.png"); } #IMAGE999 > .ladi-image { transform: perspective(1000px) rotateY(180deg); -webkit-transform: perspective(1000px) rotateY(180deg); } #SHAPE1000 { width: 57px; height: 43px; top: 234.359px; left: 309px; } #SHAPE1000 > .ladi-shape { transform: perspective(1000px) rotateX(180deg) rotateY(180deg); -webkit-transform: perspective(1000px) rotateX(180deg) rotateY(180deg); } #SHAPE1000 svg:last-child { fill: rgba(180, 180, 180, 1); } #PARAGRAPH1001 { width: 376px; top: 29.3532px; left: 21px; } #PARAGRAPH1001 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 11px; text-align: justify; line-height: 1.6; } #GROUP993 { width: 417px; height: 486.5px; top: 0px; left: 0px; } #SHAPE1002 { width: 60px; height: 130px; top: 200.934px; left: 63px; } #SHAPE1002 svg:last-child { fill: rgba(255, 255, 255, 1); } #GROUP992 { width: 417px; height: 486.5px; top: 2px; left: 1682px; } #BOX1005 { width: 417px; height: 270.5px; top: 0px; left: 0px; } #BOX1005 > .ladi-box { background-color: rgb(255, 255, 255); border-style: solid; border-color: rgb(180, 180, 180); border-width: 1px; border-radius: 15px 15px 0px 0px; } #BOX1006 { width: 417px; height: 225px; top: 261.5px; left: 0px; } #BOX1006 > .ladi-box { background-color: rgb(9, 102, 71); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #IMAGE1007 { width: 120px; height: 120px; top: 314px; left: 39.5px; } #IMAGE1007 > .ladi-image > .ladi-image-background { width: 131px; height: 131px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s450x450/5c1d99096efb27661e81da20/khach-hang-5-20210527072828.jpg"); } #IMAGE1007 > .ladi-image { border-radius: 380px; } #PARAGRAPH1008 { width: 202px; top: 333px; left: 181.5px; } #PARAGRAPH1008 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 19px; font-weight: bold; line-height: 1.6; } #PARAGRAPH1009 { width: 86px; top: 363px; left: 181.5px; } #PARAGRAPH1009 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 23px; line-height: 1.6; } #IMAGE1010 { width: 201.564px; height: 79.5px; top: 408px; left: 196.429px; display: none !important; } #IMAGE1010 > .ladi-image > .ladi-image-background { width: 201.564px; height: 79.5px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s550x400/5c1d99096efb27661e81da20/linh-vat-hong-duc--20210527071141.png"); } #IMAGE1010 > .ladi-image { transform: perspective(1000px) rotateY(180deg); -webkit-transform: perspective(1000px) rotateY(180deg); } #SHAPE1011 { width: 57px; height: 43px; top: 233.359px; left: 306px; } #SHAPE1011 > .ladi-shape { transform: perspective(1000px) rotateX(180deg) rotateY(180deg); -webkit-transform: perspective(1000px) rotateX(180deg) rotateY(180deg); } #SHAPE1011 svg:last-child { fill: rgba(180, 180, 180, 1); } #PARAGRAPH1012 { width: 371px; top: 31.3532px; left: 23px; } #PARAGRAPH1012 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 11px; text-align: justify; line-height: 1.6; } #GROUP1004 { width: 417px; height: 487.5px; top: 0px; left: 0px; } #SHAPE1013 { width: 60px; height: 130px; top: 202.934px; left: 69px; } #SHAPE1013 svg:last-child { fill: rgba(255, 255, 255, 1); } #GROUP1003 { width: 417px; height: 487.5px; top: 2px; left: 2102px; } #BOX1027 { width: 417px; height: 270.5px; top: 0px; left: 0px; } #BOX1027 > .ladi-box { background-color: rgb(255, 255, 255); border-style: solid; border-color: rgb(180, 180, 180); border-width: 1px; border-radius: 15px 15px 0px 0px; } #BOX1028 { width: 417px; height: 225px; top: 261.5px; left: 0px; } #BOX1028 > .ladi-box { background-color: rgb(9, 102, 71); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #IMAGE1029 { width: 120px; height: 120px; top: 314px; left: 32.5px; } #IMAGE1029 > .ladi-image > .ladi-image-background { width: 131px; height: 131px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s450x450/5c1d99096efb27661e81da20/khach-hang-6-20210527073227.jpg"); } #IMAGE1029 > .ladi-image { border-radius: 380px; } #PARAGRAPH1030 { width: 469px; top: 334px; left: 170.5px; } #PARAGRAPH1030 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 19px; font-weight: bold; line-height: 1.6; } #PARAGRAPH1031 { width: 469px; top: 364px; left: 170.5px; } #PARAGRAPH1031 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 23px; line-height: 1.6; } #IMAGE1032 { width: 151.827px; height: 59.883px; top: 419px; left: 247.429px; display: none !important; } #IMAGE1032 > .ladi-image > .ladi-image-background { width: 151.827px; height: 59.883px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s500x400/5c1d99096efb27661e81da20/linh-vat-hong-duc--20210527071141.png"); } #IMAGE1032 > .ladi-image { transform: perspective(1000px) rotateY(180deg); -webkit-transform: perspective(1000px) rotateY(180deg); } #SHAPE1033 { width: 57px; height: 43px; top: 232.911px; left: 305px; } #SHAPE1033 > .ladi-shape { transform: perspective(1000px) rotateX(180deg) rotateY(180deg); -webkit-transform: perspective(1000px) rotateX(180deg) rotateY(180deg); } #SHAPE1033 svg:last-child { fill: rgba(180, 180, 180, 1); } #PARAGRAPH1034 { width: 366px; top: 33.3532px; left: 25px; } #PARAGRAPH1034 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 11px; text-align: justify; line-height: 1.6; } #GROUP1026 { width: 639.5px; height: 486.5px; top: 0px; left: 0px; } #SHAPE1035 { width: 60px; height: 130px; top: 202.934px; left: 63px; } #SHAPE1035 svg:last-child { fill: rgba(255, 255, 255, 1); } #GROUP1025 { width: 639.5px; height: 486.5px; top: 2.75px; left: 2522px; } #BUTTON_TEXT1047 { width: 276px; top: 9px; left: 0px; } #BUTTON_TEXT1047 > .ladi-headline { color: rgb(9, 102, 70); font-size: 17px; font-weight: bold; text-align: center; line-height: 1.6; } #BUTTON1047 { width: 280px; height: 50px; top: 634px; left: 70px; } #BUTTON1047 > .ladi-button > .ladi-button-background { background-color: rgb(255, 255, 255); } #BUTTON1047 > .ladi-button { border-style: solid; border-color: rgb(9, 102, 70); border-width: 2px; border-radius: 90px; } #HEADLINE1065 { width: 400px; top: 10px; left: 10px; } #HEADLINE1065 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 30px; font-weight: bold; text-align: center; line-height: 1.6; } #PARAGRAPH1084 { width: 13px; top: 1px; left: 382.5px; } #PARAGRAPH1084 > .ladi-paragraph { color: rgb(9, 102, 70); font-size: 16px; line-height: 1.6; } #SHAPE1083 { width: 18px; height: 22px; top: 14.7371px; left: 23.4806px; } #SHAPE1083 svg:last-child { fill: rgba(9, 102, 70, 1); } #LINE1082 { width: 371px; top: 283.895px; left: 23.4806px; } #LINE1082 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(180, 180, 180); border-right: 1px solid rgb(180, 180, 180); border-bottom: 1px solid rgb(180, 180, 180); border-left: 0px !important; } #LINE1082 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE1081 { width: 371px; top: 242.895px; left: 23.4806px; } #LINE1081 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(180, 180, 180); border-right: 1px solid rgb(180, 180, 180); border-bottom: 1px solid rgb(180, 180, 180); border-left: 0px !important; } #LINE1081 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE1080 { width: 371px; top: 201.895px; left: 23.4806px; } #LINE1080 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(180, 180, 180); border-right: 1px solid rgb(180, 180, 180); border-bottom: 1px solid rgb(180, 180, 180); border-left: 0px !important; } #LINE1080 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE1079 { width: 371px; top: 160.895px; left: 23.9806px; } #LINE1079 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(180, 180, 180); border-right: 1px solid rgb(180, 180, 180); border-bottom: 1px solid rgb(180, 180, 180); border-left: 0px !important; } #LINE1079 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE1078 { width: 371px; top: 119.895px; left: 23.4806px; } #LINE1078 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(180, 180, 180); border-right: 1px solid rgb(180, 180, 180); border-bottom: 1px solid rgb(180, 180, 180); border-left: 0px !important; } #LINE1078 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE1077 { width: 371px; top: 78.895px; left: 23.4806px; } #LINE1077 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(180, 180, 180); border-right: 1px solid rgb(180, 180, 180); border-bottom: 1px solid rgb(180, 180, 180); border-left: 0px !important; } #LINE1077 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE1076 { width: 371px; top: 37.895px; left: 24.5px; } #LINE1076 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(180, 180, 180); border-right: 1px solid rgb(180, 180, 180); border-bottom: 1px solid rgb(180, 180, 180); border-left: 0px !important; } #LINE1076 > .ladi-line { width: 100%; padding: 8px 0px; } #PARAGRAPH1075 { width: 142px; top: 136.895px; left: 23.9806px; } #PARAGRAPH1075 > .ladi-paragraph { color: rgb(9, 102, 70); font-size: 15px; line-height: 1.6; } #IMAGE880 { width: 178.6px; height: 50.0748px; top: 66.895px; left: 241.4px; display: none !important; } #IMAGE880 > .ladi-image > .ladi-image-background { width: 178.6px; height: 50.0748px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s500x400/5c1d99096efb27661e81da20/bg-menu-20210527050548.png"); } #PARAGRAPH879 { width: 143px; top: 259.895px; left: 24.5px; } #PARAGRAPH879 > .ladi-paragraph { color: rgb(9, 102, 70); font-size: 15px; line-height: 1.6; } #PARAGRAPH878 { width: 46px; top: 218.895px; left: 23.4806px; } #PARAGRAPH878 > .ladi-paragraph { color: rgb(9, 102, 70); font-size: 15px; line-height: 1.6; } #PARAGRAPH877 { width: 80px; top: 177.895px; left: 23.4806px; } #PARAGRAPH877 > .ladi-paragraph { color: rgb(9, 102, 70); font-size: 15px; line-height: 1.6; } #PARAGRAPH875 { width: 124px; top: 95.895px; left: 23.4806px; } #PARAGRAPH875 > .ladi-paragraph { color: rgb(9, 102, 70); font-size: 15px; line-height: 1.6; } #PARAGRAPH874 { width: 97px; top: 54.895px; left: 23.4806px; } #PARAGRAPH874 > .ladi-paragraph { color: rgb(9, 102, 70); font-size: 15px; line-height: 1.6; } #PARAGRAPH873 { width: 97px; top: 14.895px; left: 44.6815px; } #PARAGRAPH873 > .ladi-paragraph { color: rgb(9, 102, 70); font-size: 15px; font-weight: bold; line-height: 1.6; } #SECTION872 { height: 299.895px; display: none !important; } #SECTION872 > .ladi-section-background { background-color: rgb(255, 255, 255); } #BOX1087 { width: 420px; height: 300px; top: 0px; left: 0px; } #BOX1087 > .ladi-box { background-color: rgb(255, 255, 255); } #GROUP1088 { width: 420px; height: 300.895px; top: -1px; left: 0px; } #GROUP1092 { width: 420px; height: 47px; top: 160.105px; left: 0px; } #SHAPE1119 { width: 85px; height: 84.6466px; top: 0px; left: 131px; } #SHAPE1119 svg:last-child { fill: rgba(255, 255, 255, 1); } #HEADLINE1120 { width: 340px; top: 93.6466px; left: 0px; } #HEADLINE1120 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 25px; font-weight: bold; text-align: center; line-height: 1.6; } #PARAGRAPH1121 { width: 336px; top: 155.702px; left: 2px; } #PARAGRAPH1121 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(255, 255, 255); font-size: 17px; text-align: justify; line-height: 1.6; } #GROUP1118 { width: 340px; height: 290.702px; top: 1737.18px; left: 40.14px; } #SHAPE1123 { width: 70px; height: 80px; top: 0px; left: 129px; } #SHAPE1123 svg:last-child { fill: rgba(255, 255, 255, 1); } #HEADLINE1124 { width: 336px; top: 93.6466px; left: 0px; } #HEADLINE1124 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 25px; font-weight: bold; text-align: center; line-height: 1.6; } #PARAGRAPH1125 { width: 336px; top: 155.702px; left: 0px; } #PARAGRAPH1125 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(255, 255, 255); font-size: 17px; text-align: justify; line-height: 1.6; } #GROUP1122 { width: 336px; height: 290.702px; top: 2423.29px; left: 40.14px; } #SHAPE1127 { width: 80px; height: 84.6466px; top: 0px; left: 129px; } #SHAPE1127 svg:last-child { fill: rgba(255, 255, 255, 1); } #HEADLINE1128 { width: 316px; top: 94.6466px; left: 10px; } #HEADLINE1128 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 25px; font-weight: bold; text-align: center; line-height: 1.6; } #PARAGRAPH1129 { width: 336px; top: 155.702px; left: 0px; } #PARAGRAPH1129 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(255, 255, 255); font-size: 17px; text-align: justify; line-height: 1.6; } #GROUP1126 { width: 336px; height: 290.702px; top: 2078.88px; left: 40.14px; } #SHAPE1131 { width: 80px; height: 84.6466px; top: 0px; left: 129px; } #SHAPE1131 svg:last-child { fill: rgba(255, 255, 255, 1); } #HEADLINE1132 { width: 336px; top: 93.6466px; left: 0px; } #HEADLINE1132 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 25px; font-weight: bold; text-align: center; line-height: 1.6; } #PARAGRAPH1133 { width: 336px; top: 155.702px; left: 0px; } #PARAGRAPH1133 > .ladi-paragraph { font-family: "Open Sans", sans-serif; color: rgb(255, 255, 255); font-size: 17px; text-align: justify; line-height: 1.6; } #GROUP1130 { width: 336px; height: 290.702px; top: 2764.59px; left: 40.14px; } #BOX919 { width: 422.166px; height: 249.5px; top: 1px; left: 0px; } #BOX919 > .ladi-box { background-color: rgb(255, 255, 255); } #BOX1136 { width: 419.86px; height: 536.643px; top: 0px; left: 0.14px; } #BOX1136 > .ladi-box { background-color: rgb(9, 102, 70); } #SHAPE46 { width: 80px; height: 84.6466px; top: 0px; left: 152px; } #SHAPE46 svg:last-child { fill: url("#SHAPE46_desktop_gradient"); } #BOX1137 { width: 400px; height: 235.946px; top: 362.697px; left: -470.933px; display: none !important; } #BOX1137 > .ladi-box { box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 1); -webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 1); background-color: rgb(255, 255, 255); border-radius: 10px; } #LINE1140 { width: 76px; top: 0px; left: 0px; } #LINE1140 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE1140 > .ladi-line { width: 100%; padding: 8px 0px; } #LINE1141 { width: 76px; top: 0px; left: 119.749px; } #LINE1141 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 237, 221); border-right: 2px solid rgb(224, 237, 221); border-bottom: 2px solid rgb(224, 237, 221); border-left: 0px !important; } #LINE1141 > .ladi-line { width: 100%; padding: 8px 0px; } #GROUP1139 { width: 195.283px; height: 11.0538px; top: 11.1821px; left: 0px; } #SHAPE1142 { width: 33.418px; height: 33.418px; top: 0px; left: 79.326px; } #SHAPE1142 svg:last-child { fill: rgba(255, 255, 255, 1); } #GROUP1138 { width: 195.283px; height: 33.418px; top: 124.791px; left: 111.425px; } #BOX1144 { width: 420px; height: 242px; top: -0.2505px; left: 2520px; } #BOX1144 > .ladi-box { background-color: rgb(255, 255, 255); } #BOX1148 { width: 423.919px; height: 242px; top: 0px; left: 2100px; } #BOX1148 > .ladi-box { background-color: rgb(255, 255, 255); } #BOX1152 { width: 423.919px; height: 242px; top: 0px; left: 1680px; } #BOX1152 > .ladi-box { background-color: rgb(255, 255, 255); } #BOX1156 { width: 423.919px; height: 242px; top: 0px; left: 2940px; } #BOX1156 > .ladi-box { background-color: rgb(255, 255, 255); } #BOX1160 { width: 420px; height: 242px; top: 0px; left: 3360px; } #BOX1160 > .ladi-box { background-color: rgb(255, 255, 255); } #HEADLINE1163 { width: 358px; top: 261.467px; left: 22px; } #HEADLINE1163 > .ladi-headline { color: rgb(9, 102, 70); font-size: 18px; font-weight: bold; text-align: justify; line-height: 1.4; } #BOX1165 { width: 424px; height: 200px; top: 336.643px; left: -4px; } #BOX1165 > .ladi-box { background: #fdfbfb; background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee); background: linear-gradient(180deg, #fdfbfb, #eaedee); } #POPUP1197 { width: 401px; height: 547px; top: 0px; left: 0px; bottom: 0px; right: 0px; margin: auto; border-radius: 15px; } #POPUP1197 > .ladi-popup > .ladi-overlay { border-radius: 15px; } #POPUP1197 > .ladi-popup > .ladi-popup-background { background-color: rgb(255, 255, 255); border-radius: 15px; } #IMAGE1198 { width: 400px; height: 184.333px; top: 162.333px; left: -0.0765px; } #IMAGE1198 > .ladi-image > .ladi-image-background { width: 450.853px; height: 184.333px; top: 0px; left: -20.8527px; background-image: url("https://w.ladicdn.com/s800x500/5c1d99096efb27661e81da20/banner-hong-duc-1-20210527053217.jpg"); } #HEADLINE1205 { width: 268px; top: 60px; left: 26px; } #HEADLINE1205 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 20px; font-weight: bold; text-transform: uppercase; text-align: left; line-height: 1.2; } #PARAGRAPH1206 { width: 281px; top: 140px; left: 153px; } #PARAGRAPH1206 > .ladi-paragraph { color: rgb(199, 31, 22); font-size: 14px; font-style: italic; text-align: center; line-height: 1.6; } #BOX1207 { width: 200px; height: 47px; top: 95px; left: 0px; } #BOX1207 > .ladi-box { background: rgba(47, 211, 154, 1); background: -webkit-linear-gradient(90deg, rgba(47, 211, 154, 1), rgba(9, 102, 70, 1)); background: linear-gradient(90deg, rgba(47, 211, 154, 1), rgba(9, 102, 70, 1)); } #HEADLINE1208 { width: 368px; top: 102px; left: 34px; } #HEADLINE1208 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(255, 255, 255); font-size: 32px; font-weight: bold; text-align: center; line-height: 1.2; } #HEADLINE1210 { width: 235px; top: 13px; left: 81.4235px; } #HEADLINE1210 > .ladi-headline { font-family: "Arima Madurai", cursive; color: rgb(9, 102, 70); font-size: 35px; font-weight: bold; text-transform: uppercase; text-align: center; line-height: 1.2; } #BOX1213 { width: 423.919px; height: 242px; top: 0px; left: 3780px; } #BOX1213 > .ladi-box { background-color: rgb(255, 255, 255); } #BUTTON_TEXT1237 { width: 321px; top: 10.0161px; left: 0px; } #BUTTON_TEXT1237 > .ladi-headline { color: rgb(255, 255, 255); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.6; } #BUTTON1237 { width: 325.375px; height: 43.622px; top: 165.035px; left: 0px; } #BUTTON1237 > .ladi-button > .ladi-button-background { background-color: rgba(255, 255, 255, 0); } #BUTTON1237 > .ladi-button { border-style: solid; border-color: rgb(255, 255, 255); border-width: 2px; border-radius: 1000px; } #FORM_ITEM1239 { width: 324.431px; height: 35px; top: 0px; left: 6.7845px; } #FORM_ITEM1240 { width: 324.431px; height: 35px; top: 46.702px; left: 6.3125px; } #FORM_ITEM1241 { width: 325.375px; height: 60px; top: 92.173px; left: 6.3125px; } #FORM1236 { width: 331.688px; height: 208.657px; top: 322px; left: 34px; } #FORM1236 > .ladi-form { color: rgb(0, 0, 0); font-size: 14px; letter-spacing: 0px; line-height: 1.6; } #FORM1236 .ladi-form-item .ladi-form-control::placeholder, #FORM1236 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] { color: rgba(0, 0, 0, 1); } #FORM1236 .ladi-form-item { padding-left: 8px; padding-right: 8px; } #FORM1236 .ladi-form-item.ladi-form-checkbox { padding-left: 13px; padding-right: 13px; } #FORM1236 .ladi-form-item-container .ladi-form-item .ladi-form-control-select { background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(0%2C%200%2C%200%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E"); } #FORM1236 .ladi-form-item-container { border-style: solid; border-color: rgb(10, 103, 233); border-width: 0px; border-radius: 0px; } #FORM1236 .ladi-form-item-container .ladi-form-quantity button { background-color: rgb(10, 103, 233); } #FORM1236 .ladi-form-item-background { background-color: rgb(255, 255, 255); } #BOX1242 { width: 401.154px; height: 243.495px; top: 304.505px; left: -0.0765px; } #BOX1242 > .ladi-box { background-color: rgb(9, 102, 70); border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; } #LINE1209 { width: 97px; top: 68px; left: 278px; } #LINE1209 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(9, 102, 70); border-right: 1px solid rgb(9, 102, 70); border-bottom: 1px solid rgb(9, 102, 70); border-left: 0px !important; } #LINE1209 > .ladi-line { width: 100%; padding: 8px 0px; } #VIDEO1263 { width: 420px; height: 214.399px; top: 0px; left: 0px; } #VIDEO1263 > .ladi-video > .ladi-video-background { background-size: cover; background-attachment: scroll; background-origin: content-box; background-image: url("https://img.youtube.com/vi/ryy08g4f-RY/hqdefault.jpg"); background-position: center center; background-repeat: no-repeat; } #SHAPE1263 { width: 60px; height: 60px; top: 77.1995px; left: 180px; } #SHAPE1263 svg:last-child { fill: rgba(0, 0, 0, 0.5); } #GROUP1270 { width: 401px; height: 398px; top: 1051.57px; left: 10px; } #GROUP1271 { width: 400px; height: 439px; top: 583.573px; left: 10px; } #GROUP1272 { width: 420px; height: 418px; top: 133.418px; left: 0px; } #IMAGE1274 { width: 120px; height: 120px; top: 314.722px; left: 1297px; } #IMAGE1274 > .ladi-image > .ladi-image-background { width: 131px; height: 232.889px; top: -44px; left: -0.000063px; background-image: url("https://w.ladicdn.com/s450x550/5c1d99096efb27661e81da20/2e3adde8664f9311ca5e-20210603163917.jpg"); } #IMAGE1274 > .ladi-image { border-radius: 380px; } #IMAGE1275 { width: 399px; height: 223px; top: 9.5px; left: 10.5px; } #IMAGE1275 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-1-20210603165639.jpg"); } #IMAGE1276 { width: 399px; height: 223px; top: 7.999px; left: 430.5px; } #IMAGE1276 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-2-20210603165915.jpg"); } #IMAGE1277 { width: 399px; height: 223px; top: 10.5px; left: 850.707px; } #IMAGE1277 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-3-20210603170110.jpg"); } #IMAGE1279 { width: 399px; height: 223px; top: 9.2495px; left: 1270.5px; } #IMAGE1279 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-4-20210603170244.jpg"); } #IMAGE1280 { width: 399px; height: 223px; top: 10px; left: 2110.5px; } #IMAGE1280 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-5-20210603171006.jpg"); } #IMAGE1281 { width: 399px; height: 223px; top: 9.2495px; left: 1690.5px; } #IMAGE1281 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-6-20210603171152.jpg"); } #IMAGE1282 { width: 399px; height: 223px; top: 10px; left: 2530.5px; } #IMAGE1282 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-7-20210603171731.jpg"); } #IMAGE1283 { width: 399px; height: 223px; top: 10px; left: 2950.5px; } #IMAGE1283 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-8-20210603171825.jpg"); } #IMAGE1284 { width: 399px; height: 223px; top: 9.2495px; left: 3790.5px; } #IMAGE1284 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-10-20210603171825.jpg"); } #IMAGE1285 { width: 399px; height: 223px; top: 10.5px; left: 3372.46px; } #IMAGE1285 > .ladi-image > .ladi-image-background { width: 399px; height: 223px; top: 0px; left: 0px; background-image: url("https://w.ladicdn.com/s700x550/5c1d99096efb27661e81da20/phu-khoa-hong-duc-feedback-9-20210603171825.jpg"); } } .ladi-section-background, .ladi-image-background, .ladi-button-background, .ladi-headline, .ladi-video-background, .ladi-countdown-background, .ladi-box, .ladi-frame-background, .ladi-banner, .ladi-form-item-background, .ladi-gallery-view-item, .ladi-gallery-control-item, .ladi-spin-lucky-screen, .ladi-spin-lucky-start, .ladi-list-paragraph ul li:before { background-image: none !important; }

PHÒNG KHÁM PHỤ KHOA HỒNG ĐỨC

Tự hào là phòng khám phụ khoa đi đầu trong việc sử dụng công nghệ tiên tiến kết hợp điều trị đông y lành tính

DANH MỤC

Gel Vệ Sinh Phụ Nữ Hồng Đức

  • Đội ngũ bác sĩ chuyên khoa tại phòng khám khuyên dùng.
  • Sản phẩm bán chạy số 1 tại Hồng Đức, được chị em phụ nữ sử dụng hằng ngày

→ Mua ngay →

Đi đầu kết hợp Đông Tây Y

Phòng khám Hồng Đức tự hào là đơn vị Đông Y đi đầu trong việc đầu tư trang thiết bị hiện đại cùng đội ngũ bác sĩ Tây Y có chuyên môn giúp chẩn đoán chính xác bệnh. Từ đó, kết hợp với liệu trình Đông Y phát huy tối đa hiệu quả điều trị tận gốc.

Bác Sĩ chỉ định liệu trình

Liệu trình chuyên sâu gồm nhiều loại thuốc khác nhau được đội ngũ Bác Sĩ chuyên khoa chỉ định liệu trình riêng biệt cho từng bệnh nhân sao cho phù hợp với lịch sử điều trị, cơ địa khác nhau của từng khách. Qua đó rút ngắn thời gian điều trị.

Trách nhiệm điều trị khỏi bệnh

Hồng Đức có lịch trình chăm sóc thường xuyên trong thời gian điều trị để chị em dùng thuốc đúng cách. Đặc biệt, luôn có Bác Sĩ chuyên khoa theo dõi, hỗ trợ xuyên suốt quá trình điều trị cho tới khi hết bệnh, góp phần lan tỏa sứ mệnh của phòng khám.

  • Sứ mệnh phòng khám: Tiên phong kết hợp giữa Chẩn đoán bệnh chuẩn xác bằng phương pháp siêu âm, xét nghiệm Tây Y & Điều trị tận gốc bằng liệu trình Đông Y lành tính, Hồng Đức cùng đội ngũ bác sĩ chuyên khoa cam kết trách nhiệm theo dõi & chăm sóc tận tâm cho đến khi chị em khỏi bệnh phụ khoa.
.st0 { fill: none; } .st1 { fill-rule: evenodd; clip-rule: evenodd; }

PHÒNG KHÁM PHỤ KHOA ĐÔNG Y HỒNG ĐỨC

→ Gặp bác sĩ tư vấn miễn phí →

.st0 { fill: none; } .st1 { fill-rule: evenodd; clip-rule: evenodd; }

DỊCH VỤ TẠI HỒNG ĐỨC

KHÁM PHỤ KHOA
KHÁM THAI ĐỊNH KỲ
SOI CỔ TỬ CUNG
SOI TƯƠI DỊCH ÂM ĐẠO
SIÊU ÂM TỔNG QUÁT
SIÊU ÂM ĐẦU DÒ ÂM ĐẠO
TẦM SOÁT UNG THƯ CỔ TỬ CUNG
(XÉT NGHIỆM HPV, LIQUI, PAP SMEAR)

Tuỳ vào tình trạng bệnh khai báo ban đầu mà các bác sĩ sẽ đưa ra các gói dịch vụ khám cần thiết cho quá trình chẩn đoán.

→ Đặt lịch khám bác sĩ chuyên khoa →

.st0 { fill: none; } .st1 { fill-rule: evenodd; clip-rule: evenodd; }

8 LÝ DO KHÁCH HÀNG TIN TƯỞNG LỰA CHỌN HỒNG ĐỨC

.st0 { fill: #030102; }

Đi đầu kết hợp Đông Tây Y

Là nơi tụ hội tinh túy Đông Tây Y, Hồng Đức tự hào là đơn vị Đông Y đi đầu trong việc đầu tư trang thiết bị hiện đại phục vụ quá trình chẩn đoán bệnh phụ khoa cho các chị em phụ nữ.

Phòng khám chuẩn Y khoa

Phòng khám được Sở Y Tế cấp phép hoạt động khám chữa bệnh & được trang bị các thiết bị máy móc siêu âm tiên tiến giúp đội ngũ bác sĩ Hồng Đức phát hiện chuẩn xác nguyên nhân gây bệnh

100% Bác Sĩ sản phụ khoa

100% Bác Sĩ khám và điều trị tại phòng khám phụ khoa Hồng Đức đều là Bác Sĩ Chuyên Khoa đang công tác tại các bệnh viện lớn, có nhiều năm kinh nghiệm trong việc thăm khám chẩn đoán & điều trị bệnh phụ khoa.

experiment-lab-flask-laboratory-chemical-education-chemistry-science-tool

Quy trình tiệt trùng tiêu chuẩn

100% dụng cụ, thiết bị máy móc tại Hồng Đức được tiệt trùng mỗi ngày theo đúng quy chuẩn của Bộ Y Tế. Ngoài ra, còn có đèn led chiếu xạ diệt khuẩn bằng tia cực tím giúp giảm thiểu mức độ phơi nhiễm với SARS-CoV-2, vi-rút gây ra COVID-19.

→ Gặp bác sĩ tư vấn miễn phí →

Phương pháp điều trị lành tính

Việc kết hợp với liệu trình Đông Y sẽ phát huy tối đa hiệu quả điều trị tận gốc mà lại vừa an toàn, không ảnh hưởng đến khả năng sinh nở của phụ nữ như các phương pháp ngoại khoa.

Liệu trình Đông y chuyên sâu

Với hơn 4 loại thuốc trong 1 liệu trình, Hồng Đức tự hào mang đến liệu trình chuyên sâu điều trị dứt điểm các bệnh viêm phụ khoa nói chung và viêm lộ tuyến cổ tử cung nói riêng.

Lịch trình chăm sóc tận tâm

Hồng Đức có lịch trình chăm sóc thường xuyên trong quá trình điều trị để chị em dùng thuốc đúng cách & đặc biệt là luôn có bác sĩ chuyên khoa theo dõi diễn biến của bệnh & hỗ trợ ngay khi bạn cần.

Tiện lợi hơn cho khách HCM

Đối với các khách hàng ở HCM, Hồng Đức có chính sách hỗ trợ chi phí khi tới đặt thuốc hoặc vệ sinh âm đạo trong quá trình dùng thuốc, để có được kết quả điều trị bệnh tốt nhất.

FEEDBACK KHÁCH HÀNG ĐIỀU TRỊ THÀNH CÔNG

Nhấn xem ngay

→ Gặp bác sĩ tư vấn miễn phí →

.st0 { fill: none; } .st1 { fill-rule: evenodd; clip-rule: evenodd; }

→ Gặp bác sĩ tư vấn miễn phí →

Lời cảm ơn từ những khách hàng đã khỏi bệnh

.st0 { fill: none; } .st1 { fill-rule: evenodd; clip-rule: evenodd; }

BÁO CHÍ NÓI VỀ HỒNG ĐỨC

.cls-cpKLBT { opacity: 0.1; } .cls-fKrBpU { opacity: 0.3; }

ĐĂNG KÝ NGAY

Đăng ký thông tin để được
bác sĩ Hồng Đức tư vấn

CÔNG TY TNHH Y HỌC CỔ TRUYỀN HỒNG ĐỨC

  • Địa chỉ sản xuất: 25/73 Lê Lợi, Phường 1, TP Vũng Tàu
  • Địa chỉ phòng khám: 93/19 Trần Khắc Chân, Phường Tân Định, Quận 1, TP.HCM
  • Email: phukhoahongduc@gmail.com
  • 1900 636 831 - 0963 052 666

© COPYRIGHT 2019 | PHỤ KHOA HỒNG ĐỨC | ALL RIGHTS RESERVED

ĐĂNG KÝ NGAY

Đăng ký thông tin để được
bác sĩ Hồng Đức tư vấn

voucher khám phụ khoa

TRỊ GIÁ   250.000đ

nhận ngay

*Áp dụng cho khách mới

ĐĂNG KÝ NGAY

(function () { var style_lazyload = document.getElementById("style_lazyload"); var docEventScroll = window; var list_element_lazyload = document.querySelectorAll( ".ladi-section-background, .ladi-image-background, .ladi-button-background, .ladi-headline, .ladi-video-background, .ladi-countdown-background, .ladi-box, .ladi-frame-background, .ladi-banner, .ladi-form-item-background, .ladi-gallery-view-item, .ladi-gallery-control-item, .ladi-spin-lucky-screen, .ladi-spin-lucky-start, .ladi-list-paragraph ul li" ); for (var i = 0; i = window.scrollY + window.innerHeight || window.scrollY >= offset_top + list_element_lazyload[i].offsetHeight) { list_element_lazyload[i].classList.add("ladi-lazyload"); } } style_lazyload.parentElement.removeChild(style_lazyload); var currentScrollY = window.scrollY; var stopLazyload = function (event) { if (event.type == "scroll" && window.scrollY == currentScrollY) { currentScrollY = -1; return; } docEventScroll.removeEventListener("scroll", stopLazyload); list_element_lazyload = document.getElementsByClassName("ladi-lazyload"); while (list_element_lazyload.length > 0) { list_element_lazyload[0].classList.remove("ladi-lazyload"); } }; docEventScroll.addEventListener("scroll", stopLazyload); })(); (function () { var run = function () { if (typeof window.LadiPageScript == "undefined" || window.LadiPageScript == undefined || typeof window.ladi == "undefined" || window.ladi == undefined) { setTimeout(run, 100); return; } window.LadiPageApp = window.LadiPageApp || new window.LadiPageAppV2(); window.LadiPageScript.runtime.ladipage_id = "60b48d4ceba2a30012e6cadf"; window.LadiPageScript.runtime.publish_platform = "LADIPAGE"; window.LadiPageScript.runtime.isMobileOnly = false; window.LadiPageScript.runtime.DOMAIN_SET_COOKIE = ["pagedemo.me"]; window.LadiPageScript.runtime.DOMAIN_FREE = []; window.LadiPageScript.runtime.bodyFontSize = 12; window.LadiPageScript.runtime.store_id = "5c1d99096efb27661e81da20"; window.LadiPageScript.runtime.time_zone = 7; window.LadiPageScript.runtime.currency = "VND"; window.LadiPageScript.runtime.eventData = "%7B%22SECTION_POPUP%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22SECTION2%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22IMAGE3%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE4%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH6%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22SECTION7%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22image%22%2C%22mobile.option.background-style%22%3A%22image%22%7D%2C%22SECTION8%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22SECTION9%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22HEADLINE47%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH48%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE92%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE102%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH103%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE106%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH107%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON108%22%3A%7B%22type%22%3A%22button%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22popup%22%2C%22action%22%3A%22POPUP893%22%7D%2C%22option.is_submit_form%22%3Afalse%2C%22option.is_buy_now%22%3Afalse%2C%22option.data_setting.type_dataset%22%3A%22COLLECTION%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON_TEXT108%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE126%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22GALLERY137%22%3A%7B%22type%22%3A%22gallery%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%2C%22desktop.option.gallery_control.autoplay%22%3Atrue%2C%22desktop.option.gallery_control.autoplay_time%22%3A2%2C%22mobile.option.gallery_control.autoplay%22%3Atrue%2C%22mobile.option.gallery_control.autoplay_time%22%3A2%7D%2C%22SECTION121%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22SECTION310%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22HEADLINE323%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH324%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE325%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH326%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON_TEXT340%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON340%22%3A%7B%22type%22%3A%22button%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22popup%22%2C%22action%22%3A%22POPUP893%22%7D%2C%22option.is_submit_form%22%3Afalse%2C%22option.is_buy_now%22%3Afalse%2C%22option.data_setting.type_dataset%22%3A%22COLLECTION%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22SECTION352%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22image%22%2C%22mobile.option.background-style%22%3A%22image%22%7D%2C%22HEADLINE370%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22SECTION492%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22HEADLINE527%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE563%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH564%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE567%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH568%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE571%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH572%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE575%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH576%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON_TEXT577%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON577%22%3A%7B%22type%22%3A%22button%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22popup%22%2C%22action%22%3A%22POPUP893%22%7D%2C%22option.is_submit_form%22%3Afalse%2C%22option.is_buy_now%22%3Afalse%2C%22option.data_setting.type_dataset%22%3A%22COLLECTION%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE594%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE455%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE452%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE449%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE448%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE446%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22SECTION445%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22IMAGE602%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE604%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE605%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH606%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH607%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH608%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON_TEXT611%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON611%22%3A%7B%22type%22%3A%22button%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fphukhoahongduc.com%2Fkien-thuc-phu-khoa%22%7D%2C%22option.is_submit_form%22%3Afalse%2C%22option.is_buy_now%22%3Afalse%2C%22option.data_setting.type_dataset%22%3A%22COLLECTION%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE648%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE651%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22SECTION655%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22FORM_ITEM692%22%3A%7B%22type%22%3A%22form_item%22%2C%22option.input_type%22%3A%22text%22%2C%22option.input_tabindex%22%3A3%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE669%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22FORM664%22%3A%7B%22type%22%3A%22form%22%2C%22option.form_config_id%22%3A%225d518178be3c3d52b7a7add1%22%2C%22option.form_send_ladipage%22%3Atrue%2C%22option.thankyou_type%22%3A%22default%22%2C%22option.thankyou_value%22%3A%22Chuy%C3%AAn%20vi%C3%AAn%20t%C6%B0%20v%E1%BA%A5n%20s%E1%BA%BD%20li%C3%AAn%20h%E1%BB%87%20trong%20%C3%ADt%20ph%C3%BAt!%22%2C%22option.form_auto_funnel%22%3Atrue%2C%22option.form_captcha%22%3Atrue%2C%22option.form_auto_complete%22%3Atrue%2C%22option.is_form_coupon%22%3Afalse%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22FORM_ITEM668%22%3A%7B%22type%22%3A%22form_item%22%2C%22option.input_type%22%3A%22tel%22%2C%22option.input_tabindex%22%3A3%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22FORM_ITEM667%22%3A%7B%22type%22%3A%22form_item%22%2C%22option.input_type%22%3A%22text%22%2C%22option.input_tabindex%22%3A1%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON665%22%3A%7B%22type%22%3A%22button%22%2C%22option.is_submit_form%22%3Afalse%2C%22option.is_buy_now%22%3Afalse%2C%22option.data_setting.type_dataset%22%3A%22COLLECTION%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON_TEXT665%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH732%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22SHAPE737%22%3A%7B%22type%22%3A%22shape%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUC-InxuLiSO7QOdc_Sc8XOIA%22%7D%7D%2C%22SHAPE738%22%3A%7B%22type%22%3A%22shape%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fwww.facebook.com%2Fchuabenhviemphukhoa.hongduc%22%7D%7D%2C%22SHAPE739%22%3A%7B%22type%22%3A%22shape%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fphukhoahongduc%2F%22%7D%7D%2C%22BOX741%22%3A%7B%22type%22%3A%22box%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22http%3A%2F%2Fzalo.me%2F0963052666%22%7D%7D%2C%22SECTION742%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22LIST_PARAGRAPH744%22%3A%7B%22type%22%3A%22list_paragraph%22%2C%22option.data_action%22%3A%7B%22action%22%3A%22tel%3A1900636831%22%2C%22target%22%3A%22_blank%22%2C%22type%22%3A%22link%22%7D%7D%2C%22IMAGE768%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH773%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22SHAPE774%22%3A%7B%22type%22%3A%22shape%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22hidden_show%22%2C%22show_ids%22%3A%5B%22GROUP1092%22%2C%22SECTION872%22%2C%22GROUP1088%22%5D%7D%2C%22option.action_funnel%22%3Atrue%7D%2C%22SECTION776%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22IMAGE785%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE788%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE802%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE782%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH803%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH804%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH805%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22CAROUSEL806%22%3A%7B%22type%22%3A%22carousel%22%2C%22desktop.option.carousel_setting.autoplay%22%3Atrue%2C%22desktop.option.carousel_setting.autoplay_time%22%3A2%2C%22desktop.option.carousel_crop.width%22%3A%221725px%22%2C%22desktop.option.carousel_crop.width_item%22%3A%22345px%22%2C%22mobile.option.carousel_setting.autoplay%22%3Atrue%2C%22mobile.option.carousel_setting.autoplay_time%22%3A2%2C%22mobile.option.carousel_crop.width%22%3A%221725px%22%2C%22mobile.option.carousel_crop.width_item%22%3A%22345px%22%7D%2C%22PARAGRAPH807%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_action%22%3A%7B%22action%22%3A%22https%3A%2F%2Fngoisao.vn%2Fsuc-khoe%2Fcham-soc-suc-khoe%2Fle-tri-an-10-nam-cua-hong-duc-cuoc-gap-go-xuc-dong-235434.htm%22%2C%22target%22%3A%22_blank%22%2C%22type%22%3A%22link%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH808%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_action%22%3A%7B%22action%22%3A%22https%3A%2F%2Ftienphong.vn%2Fpk-phu-khoa-hong-duc-to-chuc-toa-dam-ve-benh-kho-noi-o-phu-nu-post1337742.tpo%22%2C%22target%22%3A%22_blank%22%2C%22type%22%3A%22link%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH809%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_action%22%3A%7B%22action%22%3A%22https%3A%2F%2Fsuckhoedoisong.vn%2Fnguyen-nhan-gay-viem-lo-tuyen-co-tu-cung-ma-chi-em-khong-the-ngo-toi-n172802.html%22%2C%22target%22%3A%22_blank%22%2C%22type%22%3A%22link%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE830%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH831%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22GALLERY839%22%3A%7B%22type%22%3A%22gallery%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%2C%22desktop.option.gallery_control.autoplay%22%3Atrue%2C%22desktop.option.gallery_control.autoplay_time%22%3A2%2C%22mobile.option.gallery_control.autoplay%22%3Atrue%2C%22mobile.option.gallery_control.autoplay_time%22%3A2%7D%2C%22SHAPE840%22%3A%7B%22type%22%3A%22shape%22%2C%22desktop.style.animation-name%22%3A%22flash%22%2C%22desktop.style.animation-delay%22%3A%220s%22%7D%2C%22PARAGRAPH841%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%2C%22desktop.style.animation-name%22%3A%22flash%22%2C%22desktop.style.animation-delay%22%3A%220s%22%2C%22mobile.style.animation-name%22%3A%22flash%22%2C%22mobile.style.animation-delay%22%3A%220s%22%7D%2C%22SHAPE844%22%3A%7B%22type%22%3A%22shape%22%2C%22desktop.style.animation-name%22%3A%22flash%22%2C%22desktop.style.animation-delay%22%3A%220s%22%2C%22mobile.style.animation-name%22%3A%22flash%22%2C%22mobile.style.animation-delay%22%3A%220s%22%7D%2C%22PARAGRAPH852%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH853%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_action%22%3A%7B%22action%22%3A%22https%3A%2F%2Ftiki.vn%2Fgoi-kham-phu-khoa-tong-quat-cho-phu-nu-tien-hon-nhan-da-co-gia-dinh-tai-phong-kham-phu-khoa-hong-duc-p47811077.html%3Fspid%3D47811078%26fbclid%3DIwAR2GDBBP2-tv7Dpc0B0456ePS8tveD_ZEQxJE0RbY3SchaVWxV90tUWX41A%22%2C%22target%22%3A%22_blank%22%2C%22type%22%3A%22link%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE854%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH858%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH859%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_action%22%3A%7B%22action%22%3A%22https%3A%2F%2Fwww.lazada.vn%2Fproducts%2Fmua-2-tang-1-dung-dich-ve-sinh-phu-nu-van-huong-100-ml-i476638557-s912472869.html%3Fsearch%3Dstore%26mp%3D3%26fbclid%3DIwAR0rPiI4tSn2F7JlPiEFBJKymXkDwXBI7eAfRlnBFdMqZ0R6ul1-I-0SiBc%22%2C%22target%22%3A%22_blank%22%2C%22type%22%3A%22link%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE862%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON_TEXT870%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON870%22%3A%7B%22type%22%3A%22button%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fphukhoahongduc.com%2Fgel-ve-sinh-phu-nu%22%7D%2C%22option.is_submit_form%22%3Afalse%2C%22option.is_buy_now%22%3Afalse%2C%22option.data_setting.type_dataset%22%3A%22COLLECTION%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22POPUP893%22%3A%7B%22type%22%3A%22popup%22%2C%22desktop.option.popup_position%22%3A%22default%22%2C%22desktop.option.popup_backdrop%22%3A%22background-color%3A%20rgba(0%2C%200%2C%200%2C%200.5)%3B%22%2C%22mobile.option.popup_position%22%3A%22default%22%2C%22mobile.option.popup_backdrop%22%3A%22background-color%3A%20rgba(0%2C%200%2C%200%2C%200.5)%3B%22%7D%2C%22BUTTON_TEXT897%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON897%22%3A%7B%22type%22%3A%22button%22%2C%22option.is_submit_form%22%3Afalse%2C%22option.is_buy_now%22%3Afalse%2C%22option.data_setting.type_dataset%22%3A%22COLLECTION%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22FORM_ITEM899%22%3A%7B%22type%22%3A%22form_item%22%2C%22option.input_type%22%3A%22text%22%2C%22option.input_tabindex%22%3A1%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22FORM_ITEM900%22%3A%7B%22type%22%3A%22form_item%22%2C%22option.input_type%22%3A%22tel%22%2C%22option.input_tabindex%22%3A3%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22FORM_ITEM901%22%3A%7B%22type%22%3A%22form_item%22%2C%22option.input_type%22%3A%22text%22%2C%22option.input_tabindex%22%3A3%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22FORM896%22%3A%7B%22type%22%3A%22form%22%2C%22option.form_config_id%22%3A%225d518178be3c3d52b7a7add1%22%2C%22option.form_send_ladipage%22%3Atrue%2C%22option.thankyou_type%22%3A%22default%22%2C%22option.thankyou_value%22%3A%22Chuy%C3%AAn%20vi%C3%AAn%20t%C6%B0%20v%E1%BA%A5n%20s%E1%BA%BD%20li%C3%AAn%20h%E1%BB%87%20trong%20%C3%ADt%20ph%C3%BAt!%22%2C%22option.form_auto_funnel%22%3Atrue%2C%22option.form_captcha%22%3Atrue%2C%22option.form_auto_complete%22%3Atrue%2C%22option.is_form_coupon%22%3Afalse%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE902%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON_TEXT903%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON903%22%3A%7B%22type%22%3A%22button%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22popup%22%2C%22action%22%3A%22POPUP893%22%7D%2C%22option.is_submit_form%22%3Afalse%2C%22option.is_buy_now%22%3Afalse%2C%22option.data_setting.type_dataset%22%3A%22COLLECTION%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22CAROUSEL905%22%3A%7B%22type%22%3A%22carousel%22%2C%22desktop.option.carousel_setting.autoplay%22%3Atrue%2C%22desktop.option.carousel_setting.autoplay_time%22%3A2%2C%22desktop.option.carousel_crop.width%22%3A%224300px%22%2C%22desktop.option.carousel_crop.width_item%22%3A%22430px%22%2C%22mobile.option.carousel_setting.autoplay%22%3Atrue%2C%22mobile.option.carousel_setting.autoplay_time%22%3A2%2C%22mobile.option.carousel_crop.width%22%3A%224200px%22%2C%22mobile.option.carousel_crop.width_item%22%3A%22420px%22%7D%2C%22SECTION944%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22CAROUSEL945%22%3A%7B%22type%22%3A%22carousel%22%2C%22desktop.option.carousel_setting.autoplay%22%3Atrue%2C%22desktop.option.carousel_setting.autoplay_time%22%3A5%2C%22desktop.option.carousel_crop.width%22%3A%227630px%22%2C%22desktop.option.carousel_crop.width_item%22%3A%221090px%22%2C%22mobile.option.carousel_setting.autoplay%22%3Atrue%2C%22mobile.option.carousel_setting.autoplay_time%22%3A5%2C%22mobile.option.carousel_crop.width%22%3A%222940px%22%2C%22mobile.option.carousel_crop.width_item%22%3A%22420px%22%7D%2C%22IMAGE948%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH949%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH950%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE953%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH955%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE961%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH962%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH963%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE964%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH966%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE974%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH975%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH976%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE977%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH979%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH986%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH987%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE988%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH990%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE996%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH997%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH998%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE999%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1001%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1007%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1008%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1009%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1010%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1012%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1029%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1030%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1031%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1032%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1034%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON_TEXT1047%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON1047%22%3A%7B%22type%22%3A%22button%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22popup%22%2C%22action%22%3A%22POPUP893%22%7D%2C%22option.is_submit_form%22%3Afalse%2C%22option.is_buy_now%22%3Afalse%2C%22option.data_setting.type_dataset%22%3A%22COLLECTION%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1065%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1084%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22hidden_show%22%2C%22hidden_ids%22%3A%5B%22GROUP1088%22%2C%22SECTION872%22%5D%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1075%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_action%22%3A%7B%22action%22%3A%22https%3A%2F%2Fphukhoahongduc.com%2Fthuoc-dieu-tri-viem-co-tu-cung-cach-dat-chua-benh-ctc%22%2C%22target%22%3A%22_blank%22%2C%22type%22%3A%22link%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE880%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH879%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fphukhoahongduc.com%2Fgioi-thieu-phu-khoa-hong-duc%2Flien-he%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH878%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fphukhoahongduc.com%2Fkien-thuc-phu-khoa%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH877%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fphukhoahongduc.com%2Fsan-pham%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH875%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_action%22%3A%7B%22action%22%3A%22https%3A%2F%2Fphukhoahongduc.com%2Fthuoc-chua-viem-lo-tuyen-co-tu-cung-cach-dieu-tri-benh%22%2C%22target%22%3A%22_blank%22%2C%22type%22%3A%22link%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH874%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fphukhoahongduc.com%2Fgioi-thieu-phu-khoa-hong-duc%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH873%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fphukhoahongduc.com%2F%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22SECTION872%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.sticky%22%3Atrue%2C%22desktop.option.sticky_position%22%3A%22top%22%2C%22desktop.option.sticky_position_top%22%3A%220px%22%2C%22desktop.option.sticky_position_bottom%22%3A%220px%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22GROUP1088%22%3A%7B%22type%22%3A%22group%22%2C%22mobile.option.sticky%22%3Atrue%2C%22mobile.option.sticky_position%22%3A%22default%22%2C%22mobile.option.sticky_position_top%22%3A%220px%22%2C%22mobile.option.sticky_position_left%22%3A%220px%22%2C%22mobile.option.sticky_position_bottom%22%3A%220px%22%2C%22mobile.option.sticky_position_right%22%3A%220px%22%7D%2C%22GROUP1092%22%3A%7B%22type%22%3A%22group%22%2C%22mobile.option.sticky%22%3Atrue%2C%22mobile.option.sticky_position%22%3A%22top%22%2C%22mobile.option.sticky_position_top%22%3A%220px%22%2C%22mobile.option.sticky_position_left%22%3A%220px%22%2C%22mobile.option.sticky_position_bottom%22%3A%220px%22%2C%22mobile.option.sticky_position_right%22%3A%220px%22%7D%2C%22HEADLINE1120%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1121%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1124%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1125%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1128%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1129%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1132%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1133%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BOX1144%22%3A%7B%22type%22%3A%22box%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fyoutu.be%2FwIXzQGroLuE%22%7D%7D%2C%22HEADLINE1163%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22POPUP1197%22%3A%7B%22type%22%3A%22popup%22%2C%22option.show_popup_welcome_page%22%3Atrue%2C%22option.delay_popup_welcome_page%22%3A15%2C%22option.popup_welcome_page_scroll_to%22%3A%22SECTION742%22%2C%22desktop.option.popup_position%22%3A%22default%22%2C%22desktop.option.popup_backdrop%22%3A%22background-color%3A%20rgba(0%2C%200%2C%200%2C%200.5)%3B%22%2C%22mobile.option.popup_position%22%3A%22default%22%2C%22mobile.option.popup_backdrop%22%3A%22background-color%3A%20rgba(0%2C%200%2C%200%2C%200.5)%3B%22%7D%2C%22IMAGE1198%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1205%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1206%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1208%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1210%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON_TEXT1237%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON1237%22%3A%7B%22type%22%3A%22button%22%2C%22option.is_submit_form%22%3Afalse%2C%22option.is_buy_now%22%3Afalse%2C%22option.data_setting.type_dataset%22%3A%22COLLECTION%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22FORM_ITEM1239%22%3A%7B%22type%22%3A%22form_item%22%2C%22option.input_type%22%3A%22text%22%2C%22option.input_tabindex%22%3A1%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22FORM_ITEM1240%22%3A%7B%22type%22%3A%22form_item%22%2C%22option.input_type%22%3A%22tel%22%2C%22option.input_tabindex%22%3A3%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22FORM_ITEM1241%22%3A%7B%22type%22%3A%22form_item%22%2C%22option.input_type%22%3A%22text%22%2C%22option.input_tabindex%22%3A3%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22FORM1236%22%3A%7B%22type%22%3A%22form%22%2C%22option.form_config_id%22%3A%225d518178be3c3d52b7a7add1%22%2C%22option.form_send_ladipage%22%3Atrue%2C%22option.thankyou_type%22%3A%22default%22%2C%22option.thankyou_value%22%3A%22Chuy%C3%AAn%20vi%C3%AAn%20t%C6%B0%20v%E1%BA%A5n%20s%E1%BA%BD%20li%C3%AAn%20h%E1%BB%87%20trong%20%C3%ADt%20ph%C3%BAt!%22%2C%22option.form_auto_funnel%22%3Atrue%2C%22option.form_captcha%22%3Atrue%2C%22option.form_auto_complete%22%3Atrue%2C%22option.is_form_coupon%22%3Afalse%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22VIDEO1263%22%3A%7B%22type%22%3A%22video%22%2C%22option.video_value%22%3A%22https%3A%2F%2Fyoutu.be%2Fryy08g4f-RY%22%2C%22option.video_type%22%3A%22youtube%22%2C%22option.video_control%22%3Atrue%2C%22desktop.option.video_autoplay%22%3Atrue%2C%22mobile.option.video_autoplay%22%3Atrue%7D%2C%22GROUP1270%22%3A%7B%22type%22%3A%22group%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fphukhoahongduc.com%2Fkhi-hu-huyet-trang-mau-xanh-von-cuc-cach-dieu-tri-chua-khong-co-mui-hoi-tanh%22%7D%7D%2C%22GROUP1271%22%3A%7B%22type%22%3A%22group%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fphukhoahongduc.com%2Fkhi-hu-mau-vang-ra-dac-dinh-dich-ngua-khong-co-mui-hoi%22%7D%7D%2C%22GROUP1272%22%3A%7B%22type%22%3A%22group%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fphukhoahongduc.com%2Fkhi-hu-dich-nhay-mau-hong-nhat-khong-co-mui%22%7D%7D%2C%22IMAGE1274%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1275%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fyoutu.be%2FlQtEM7OASgo%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1276%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fyoutu.be%2FArw8PUnqKB0%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1277%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fyoutu.be%2F-Jvpha-i7oY%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1279%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fyoutu.be%2Fu0tjKj2jNzw%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1280%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fyoutu.be%2FY7jz2vx6hnc%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1281%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fyoutu.be%2F6O6ea35ZbR8%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1282%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fyoutu.be%2FwIXzQGroLuE%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1283%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fyoutu.be%2Fa3tOmhwj-4I%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1284%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fyoutu.be%2FpSJfJDcHoUU%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1285%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fyoutu.be%2FAyTI1E6ZJ30%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%7D"; window.LadiPageScript.run(true); window.LadiPageScript.runEventScroll(); }; run(); })();