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: 16px;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.overflow-hidden {
    overflow: hidden;
}

.ladi-transition {
    transition: all 150ms linear 0s;
}

.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 {
    margin-top: -10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.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: 90000050;
    }

    .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;
    }

.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: 90000050;
    }

    .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 350ms 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: 90000050;
    }

    .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: 90000050;
    }

    .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: inline-flex;
        left: 0;
        transition: left 150ms ease-in-out;
    }

    .ladi-gallery.ladi-gallery-bottom
    .ladi-gallery-control
    .ladi-gallery-control-box {
        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-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#SECTION_POPUP .ladi-container {
    z-index: 90000070;
}

    #SECTION_POPUP .ladi-container > .ladi-element {
        z-index: 90000070;
        position: fixed;
        display: none;
    }

#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-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 .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-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-element[id^="BUTTON_TEXT"] {
        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: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:not([data-selected=""]) {
            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[data-selected=""] {
            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-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;
        }

            .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: block;
            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-bottom: 0 !important;
            display: inline-block;
            border: none;
        }

        .ladi-form
        .ladi-form-item.ladi-form-checkbox
        .ladi-form-checkbox-item:last-child {
            margin-bottom: 0 !important;
        }

        .ladi-form
        .ladi-form-item.ladi-form-checkbox
        .ladi-form-checkbox-item
        span {
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
            cursor: default;
        }

        .ladi-form
        .ladi-form-item.ladi-form-checkbox
        .ladi-form-checkbox-item
        [type="checkbox"] {
            display: inline-block;
            vertical-align: middle;
        }

    .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-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-shape {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ladi-html-code {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ladi-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .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;
    }

.ladi-animation-hidden {
    visibility: hidden !important;
}

.ladi-lazyload {
    background-image: none !important;
}

.ladi-list-paragraph ul li.ladi-lazyload:before {
    background-image: none !important;
}

@media (min-width: 768px) {
    .ladi-fullwidth {
        width: 100vw !important;
        left: calc(-50vw + 50%) !important;
        box-sizing: border-box !important;
        transform: none !important;
    }
}

@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 a {
            text-decoration: none;
            color: rgba(64, 64, 64, 1);
        }

        .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%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        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;
        text-transform: inherit;
        -webkit-text-decoration-line: inherit;
    }

    .ladi-spin-lucky .ladi-spin-lucky-label {
        position: absolute;
        top: 50%;
        left: 50%;
        overflow: hidden;
        text-align: right;
        width: 42%;
        padding-left: 12%;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        text-decoration-line: inherit;
        text-transform: inherit;
        -webkit-text-decoration-line: inherit;
        line-height: 1;
        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;
    }

    #SECTION1 {
        height: 804px;
    }

        #SECTION1 > .ladi-section-background {
            background-color: rgb(196, 21, 11);
        }

    #HEADLINE2 {
        width: 960px;
        top: 19px;
        left: 0px;
    }

        #HEADLINE2 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(240, 237, 120);
            font-size: 34px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH3 {
        width: 513px;
        top: 300px;
        left: 60px;
    }

        #PARAGRAPH3 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 20px;
            text-align: justify;
            line-height: 1.6;
        }

    #SHAPE5 {
        width: 53px;
        height: 53px;
        top: 288px;
        left: 7px;
    }

        #SHAPE5 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #SHAPE6 {
        width: 53px;
        height: 53px;
        top: 384px;
        left: 7px;
    }

        #SHAPE6 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #SHAPE7 {
        width: 53px;
        height: 53px;
        top: 483.5px;
        left: 7px;
    }

        #SHAPE7 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #SHAPE8 {
        width: 53px;
        height: 53px;
        top: 577.5px;
        left: 7px;
    }

        #SHAPE8 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #SHAPE9 {
        width: 53px;
        height: 53px;
        top: 673.5px;
        left: 7px;
    }

        #SHAPE9 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #HEADLINE10 {
        width: 902px;
        top: 217px;
        left: 15px;
    }

        #HEADLINE10 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 29px;
            font-weight: bold;
            line-height: 1.6;
        }

    #SECTION12 {
        height: 2119px;
    }

        #SECTION12 > .ladi-section-background {
            background-color: rgba(250, 250, 209, 0.3);
        }

    #IMAGE15 {
        width: 369.625px;
        height: 459.225px;
        top: 300px;
        left: 590.375px;
    }

        #IMAGE15 > .ladi-image > .ladi-image-background {
            width: 369.625px;
            height: 459.225px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/nam-mang-1565085519.jpeg");
        }

        #IMAGE15 > .ladi-image {
            -webkit-mask: url("https://w.ladicdn.com/v2/source/masks/20.svg") 0% 0% / 100% 100%;
        }

    #PARAGRAPH16 {
        width: 708px;
        top: 1682.67px;
        left: 126px;
    }

        #PARAGRAPH16 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 28px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH17 {
        width: 558px;
        top: 31px;
        left: 219.153px;
    }

        #PARAGRAPH17 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 24px;
            line-height: 1.6;
        }

    #PARAGRAPH20 {
        width: 860px;
        top: 195.34px;
        left: 50px;
    }

        #PARAGRAPH20 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            line-height: 1.6;
        }

    #HEADLINE21 {
        width: 452px;
        top: 1489.83px;
        left: 291.643px;
    }

        #HEADLINE21 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(238, 56, 56);
            font-size: 35px;
            line-height: 1.6;
        }

    #PARAGRAPH22 {
        width: 933px;
        top: 1580.83px;
        left: 13.5px;
    }

        #PARAGRAPH22 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 24px;
            line-height: 1.6;
        }

    #SHAPE23 {
        width: 80px;
        height: 107.732px;
        top: 1668.37px;
        left: 0px;
    }

        #SHAPE23 svg:last-child {
            fill: rgba(212, 26, 14, 0.2);
        }

    #PARAGRAPH24 {
        width: 841px;
        top: 1711.24px;
        left: 97.143px;
    }

        #PARAGRAPH24 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 24px;
            text-align: justify;
            line-height: 1.6;
        }

    #HEADLINE25 {
        width: 319px;
        top: 1912.24px;
        left: 323.714px;
    }

        #HEADLINE25 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(238, 8, 8);
            font-size: 33px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH26 {
        width: 490px;
        top: 2005.68px;
        left: 241.5px;
    }

        #PARAGRAPH26 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #SECTION29 {
        height: 5127.05px;
    }

        #SECTION29 > .ladi-section-background {
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE30 {
        width: 496px;
        top: 16.85px;
        left: 233px;
    }

        #HEADLINE30 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(190, 29, 111);
            font-size: 28px;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH34 {
        width: 916px;
        top: 1372px;
        left: 25px;
    }

        #PARAGRAPH34 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH35 {
        width: 916px;
        top: 2267.52px;
        left: 22px;
    }

        #PARAGRAPH35 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH41 {
        width: 933px;
        top: 3601.83px;
        left: 27px;
    }

        #PARAGRAPH41 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 22px;
            text-align: center;
            line-height: 1.6;
        }

    #FORM42 {
        width: 390.339px;
        height: 329px;
        top: 3878.76px;
        left: 349px;
    }

        #FORM42 > .ladi-form {
            color: rgb(0, 0, 0);
            font-size: 12px;
            line-height: 1.6;
        }

        #FORM42 .ladi-form-item .ladi-form-control::placeholder,
        #FORM42
        .ladi-form
        .ladi-form-item
        .ladi-form-control-select[data-selected=""],
        #FORM42
        .ladi-form
        .ladi-form-item.ladi-form-checkbox
        .ladi-form-checkbox-item
        span[data-checked="false"] {
            color: #000;
        }

        #FORM42
        .ladi-form-item-container
        .ladi-form-item
        .ladi-form-control-select {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: %23000"></polygon></svg>');
        }

        #FORM42 .ladi-form-item-container {
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 1px;
        }

    #BUTTON43 {
        width: 298.888px;
        height: 44.6102px;
        top: 284.39px;
        left: 45.7255px;
    }

        #BUTTON43 > .ladi-button > .ladi-button-background {
            background-color: rgb(232, 58, 48);
        }

    #BUTTON_TEXT43 {
        width: 268px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT43 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

    #FORM_ITEM44 {
        width: 390.339px;
        height: 39.0339px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM46 {
        width: 390.339px;
        height: 39.0339px;
        top: 62.373px;
        left: 0px;
    }

    #FORM_ITEM47 {
        width: 390.339px;
        height: 111.526px;
        top: 129.559px;
        left: 0px;
    }

    #SECTION48 {
        height: 5752px;
    }

    #HEADLINE50 {
        width: 526px;
        top: 7.85px;
        left: 227px;
    }

        #HEADLINE50 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(190, 30, 112);
            font-size: 28px;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH51 {
        width: 926px;
        top: 112px;
        left: 17px;
    }

        #PARAGRAPH51 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #IMAGE52 {
        width: 477.546px;
        height: 285.62px;
        top: 797px;
        left: 234.227px;
    }

        #IMAGE52 > .ladi-image > .ladi-image-background {
            width: 477.546px;
            height: 285.62px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x400/5cd53c3230dba94fe2f37973/soi-da-1567054982.png");
        }

        #IMAGE52 > .ladi-image {
            -webkit-mask: url("https://w.ladicdn.com/v2/source/masks/19.svg") 0% 0% / 100% 100%;
        }

    #PARAGRAPH53 {
        width: 469px;
        top: 1091.17px;
        left: 252.773px;
    }

        #PARAGRAPH53 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #HEADLINE55 {
        width: 616px;
        top: 1169.17px;
        left: 187.773px;
    }

        #HEADLINE55 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(190, 31, 113);
            font-size: 29px;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH56 {
        width: 951px;
        top: 1260.17px;
        left: 12.1543px;
    }

        #PARAGRAPH56 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH59 {
        width: 923px;
        top: 2789.75px;
        left: 18.5px;
    }

        #PARAGRAPH59 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH61 {
        width: 937px;
        top: 4806px;
        left: 11.5px;
    }

        #PARAGRAPH61 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #SECTION62 {
        height: 3620px;
    }

    #PARAGRAPH64 {
        width: 926px;
        top: 68.003px;
        left: 15.5px;
    }

        #PARAGRAPH64 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH72 {
        width: 932px;
        top: 1204px;
        left: 12.5px;
    }

        #PARAGRAPH72 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #BOX73 {
        width: 960px;
        height: 598.667px;
        top: 1724.29px;
        left: 0px;
    }

        #BOX73 > .ladi-box {
            background-color: rgb(255, 254, 204);
            border-style: double;
            border-color: rgb(212, 24, 14);
            border-width: 1px;
        }

    #HEADLINE74 {
        width: 932px;
        top: 1736.62px;
        left: 12.5px;
    }

        #HEADLINE74 > .ladi-headline {
            color: rgb(238, 7, 7);
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #FORM75 {
        width: 350px;
        height: 295px;
        top: 2013.33px;
        left: 317px;
    }

        #FORM75 > .ladi-form {
            color: rgb(0, 0, 0);
            font-size: 12px;
            line-height: 1.6;
        }

        #FORM75 .ladi-form-item .ladi-form-control::placeholder,
        #FORM75
        .ladi-form
        .ladi-form-item
        .ladi-form-control-select[data-selected=""],
        #FORM75
        .ladi-form
        .ladi-form-item.ladi-form-checkbox
        .ladi-form-checkbox-item
        span[data-checked="false"] {
            color: #000;
        }

        #FORM75
        .ladi-form-item-container
        .ladi-form-item
        .ladi-form-control-select {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: %23000"></polygon></svg>');
        }

        #FORM75 .ladi-form-item-container {
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 1px;
        }

    #BUTTON76 {
        width: 160px;
        height: 40px;
        top: 255px;
        left: 95px;
    }

        #BUTTON76 > .ladi-button > .ladi-button-background {
            background-color: rgb(232, 58, 48);
        }

    #BUTTON_TEXT76 {
        width: 160px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT76 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

    #FORM_ITEM77 {
        width: 350px;
        height: 35px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM79 {
        width: 350px;
        height: 35px;
        top: 59px;
        left: 0px;
    }

    #FORM_ITEM80 {
        width: 350px;
        height: 116px;
        top: 114px;
        left: 0px;
    }

    #IMAGE83 {
        width: 567.213px;
        height: 376px;
        top: 515.837px;
        left: 189.393px;
    }

        #IMAGE83 > .ladi-image > .ladi-image-background {
            width: 567.213px;
            height: 399px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s700x500/5cd53c3230dba94fe2f37973/4-khong-giup-cham-soc-nam-da-thanh-cong-1-20190925074305.jpg");
        }

        #IMAGE83 > .ladi-image {
            -webkit-mask: url("https://w.ladicdn.com/v2/source/masks/7.svg") 0% 0% / 100% 100%;
        }

    #HEADLINE87 {
        width: 262px;
        top: 2161.93px;
        left: 392px;
    }

        #HEADLINE87 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(238, 8, 8);
            font-size: 39px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH88 {
        width: 904px;
        top: 1541.73px;
        left: 12.1543px;
    }

        #PARAGRAPH88 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH89 {
        width: 940px;
        top: 2268.34px;
        left: 10px;
    }

        #PARAGRAPH89 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH92 {
        width: 907px;
        top: 1241.67px;
        left: 25px;
    }

        #PARAGRAPH92 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH94 {
        width: 903px;
        top: 2169.5px;
        left: 44.75px;
    }

        #PARAGRAPH94 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            line-height: 1.6;
        }

    #PARAGRAPH95 {
        width: 932px;
        top: 1180px;
        left: 28px;
    }

        #PARAGRAPH95 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            line-height: 1.6;
        }

    #PARAGRAPH100 {
        width: 854px;
        top: 1359.89px;
        left: 72.25px;
    }

        #PARAGRAPH100 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #SECTION101 {
        height: 5759.72px;
    }

        #SECTION101 > .ladi-section-background {
            background-color: rgb(255, 255, 238);
        }

    #SECTION102 {
        height: 1946.33px;
    }

    #SECTION109 {
        height: 1244px;
    }

        #SECTION109 > .ladi-section-background {
            background-color: rgb(255, 254, 208);
        }

    #PARAGRAPH110 {
        width: 864px;
        top: 113px;
        left: 52px;
    }

        #PARAGRAPH110 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            font-style: italic;
            text-align: justify;
            line-height: 1.6;
        }

    #HEADLINE111 {
        width: 562px;
        top: 15.85px;
        left: 322px;
    }

        #HEADLINE111 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(190, 29, 111);
            font-size: 33px;
            line-height: 1.6;
        }

    #SHAPE114 {
        width: 53.8457px;
        height: 56.9731px;
        top: 1017.68px;
        left: 12.1543px;
    }

        #SHAPE114 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #SHAPE115 {
        width: 54.0095px;
        height: 72.732px;
        top: 2156.56px;
        left: 328.99px;
    }

        #SHAPE115 svg:last-child {
            fill: rgba(238, 8, 8, 1);
        }

    #HEADLINE116 {
        width: 573px;
        top: 8px;
        left: 210px;
    }

        #HEADLINE116 > .ladi-headline {
            font-family: "Chonburi", cursive;
            text-decoration-line: underline;
            -webkit-text-decoration-line: underline;
            color: rgb(16, 178, 139);
            font-size: 39px;
            text-align: center;
            line-height: 1.6;
        }

    #HEADLINE119 {
        width: 932px;
        top: 106.333px;
        left: 14px;
    }

        #HEADLINE119 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 21px;
            font-style: italic;
            line-height: 1.6;
        }

    #PARAGRAPH120 {
        width: 946px;
        top: 191.333px;
        left: 7px;
    }

        #PARAGRAPH120 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #BOX121 {
        width: 960px;
        height: 98px;
        top: 82px;
        left: 0px;
    }

        #BOX121 > .ladi-overlay {
            background-color: rgba(255, 255, 255, 0.5);
        }

        #BOX121 > .ladi-box {
            background-color: rgb(17, 241, 189);
        }

    #PARAGRAPH122 {
        width: 953px;
        top: 93px;
        left: 0px;
    }

        #PARAGRAPH122 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 22px;
            text-align: center;
            line-height: 1.6;
        }

    #BOX123 {
        width: 960px;
        height: 141px;
        top: 672.333px;
        left: 0px;
    }

        #BOX123 > .ladi-box {
            background-color: rgb(42, 231, 188);
        }

    #PARAGRAPH124 {
        width: 946px;
        top: 692.833px;
        left: 7.5px;
    }

        #PARAGRAPH124 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 22px;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH125 {
        width: 946px;
        top: 832px;
        left: 7.5px;
    }

        #PARAGRAPH125 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #BOX132 {
        width: 729px;
        height: 103px;
        top: 1994.18px;
        left: 129px;
    }

        #BOX132 > .ladi-overlay {
            border-radius: 33px;
        }

        #BOX132 > .ladi-box {
            border-radius: 33px;
            background-color: rgb(252, 255, 117);
        }

    #SHAPE136 {
        width: 52px;
        height: 52px;
        top: 1994.18px;
        left: 203.5px;
    }

        #SHAPE136 > .ladi-shape {
            transform: perspective(1000px) rotateY(180deg);
            -webkit-transform: perspective(1000px) rotateY(180deg);
        }

        #SHAPE136 svg:last-child {
            fill: #000;
        }

    #SHAPE137 {
        width: 53px;
        height: 53px;
        top: 2044.18px;
        left: 590.143px;
    }

        #SHAPE137 svg:last-child {
            fill: #000;
        }

    #IMAGE138 {
        width: 425.967px;
        height: 19px;
        top: 1823.67px;
        left: 267.017px;
    }

        #IMAGE138 > .ladi-image > .ladi-image-background {
            width: 425.967px;
            height: 19px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x150/5cd53c3230dba94fe2f37973/line-1560312931.png");
        }

    #BOX139 {
        width: 834px;
        height: 133.333px;
        top: 1660.5px;
        left: 63px;
    }

        #BOX139 > .ladi-overlay {
            border-radius: 67px;
        }

        #BOX139 > .ladi-box {
            border-radius: 67px;
            background-color: rgb(246, 250, 87);
        }

    #SHAPE140 {
        width: 33px;
        height: 33px;
        top: 164px;
        left: 17px;
    }

        #SHAPE140 > .ladi-shape {
            transform: perspective(1000px) rotateY(180deg);
            -webkit-transform: perspective(1000px) rotateY(180deg);
        }

        #SHAPE140 svg:last-child {
            fill: #000;
        }

    #SHAPE141 {
        width: 39.5px;
        height: 39.5px;
        top: 588.84px;
        left: 902px;
    }

        #SHAPE141 svg:last-child {
            fill: #000;
        }

    #SECTION142 {
        height: 1234.9px;
    }

        #SECTION142 > .ladi-section-background {
            background-color: rgb(248, 222, 212);
        }

    #HEADLINE144 {
        width: 549px;
        top: 29px;
        left: 219px;
    }

        #HEADLINE144 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(190, 28, 110);
            font-size: 33px;
            text-align: center;
            line-height: 1.6;
        }

    #SHAPE145 {
        width: 62px;
        height: 62px;
        top: 133px;
        left: 455.5px;
    }

        #SHAPE145 svg:last-child {
            fill: rgba(145, 16, 81, 1);
        }

    #PARAGRAPH146 {
        width: 839px;
        top: 202.5px;
        left: 112.714px;
    }

        #PARAGRAPH146 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 25px;
            line-height: 1.6;
        }

    #SHAPE147 {
        width: 74px;
        height: 74px;
        top: 205.5px;
        left: 23px;
    }

        #SHAPE147 svg:last-child {
            fill: rgba(0, 0, 0, 1);
        }

    #PARAGRAPH148 {
        width: 806px;
        top: 305.5px;
        left: 112.714px;
    }

        #PARAGRAPH148 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 25px;
            line-height: 1.6;
        }

    #PARAGRAPH149 {
        width: 806px;
        top: 405.5px;
        left: 112.714px;
    }

        #PARAGRAPH149 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 25px;
            line-height: 1.6;
        }

    #SHAPE150 {
        width: 80px;
        height: 80px;
        top: 305.5px;
        left: 20px;
    }

        #SHAPE150 svg:last-child {
            fill: rgba(0, 0, 0, 1);
        }

    #SHAPE151 {
        width: 80px;
        height: 80px;
        top: 405.5px;
        left: 20px;
    }

        #SHAPE151 svg:last-child {
            fill: rgba(0, 0, 0, 1);
        }

    #BOX153 {
        width: 793px;
        height: 114px;
        top: 18px;
        left: 83.5px;
    }

        #BOX153 > .ladi-overlay {
            border-radius: 24px;
        }

        #BOX153 > .ladi-box {
            border-radius: 24px;
            background-color: rgb(244, 161, 156);
        }

    #HEADLINE154 {
        width: 733px;
        top: 36px;
        left: 129.351px;
    }

        #HEADLINE154 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(0, 0, 0);
            font-size: 49px;
            text-align: center;
            line-height: 1.6;
        }

    #SHAPE180 {
        width: 40px;
        height: 40px;
        top: 768px;
        left: 25px;
    }

        #SHAPE180 > .ladi-shape {
            transform: perspective(1000px) rotateX(180deg);
            -webkit-transform: perspective(1000px) rotateX(180deg);
        }

        #SHAPE180 svg:last-child {
            fill: #000;
        }

    #SHAPE181 {
        width: 40px;
        height: 40px;
        top: 886.17px;
        left: 25px;
    }

        #SHAPE181 > .ladi-shape {
            transform: perspective(1000px) rotateX(180deg);
            -webkit-transform: perspective(1000px) rotateX(180deg);
        }

        #SHAPE181 svg:last-child {
            fill: #000;
        }

    #SHAPE182 {
        width: 40px;
        height: 40px;
        top: 637.17px;
        left: 25px;
    }

        #SHAPE182 > .ladi-shape {
            transform: perspective(1000px) rotateX(180deg);
            -webkit-transform: perspective(1000px) rotateX(180deg);
        }

        #SHAPE182 svg:last-child {
            fill: #000;
        }

    #SHAPE184 {
        width: 40px;
        height: 40px;
        top: 520px;
        left: 25px;
    }

        #SHAPE184 > .ladi-shape {
            transform: perspective(1000px) rotateX(180deg);
            -webkit-transform: perspective(1000px) rotateX(180deg);
        }

        #SHAPE184 svg:last-child {
            fill: #000;
        }

    #SHAPE185 {
        width: 40px;
        height: 40px;
        top: 409.5px;
        left: 25px;
    }

        #SHAPE185 > .ladi-shape {
            transform: perspective(1000px) rotateX(180deg);
            -webkit-transform: perspective(1000px) rotateX(180deg);
        }

        #SHAPE185 svg:last-child {
            fill: #000;
        }

    #HEADLINE187 {
        width: 867px;
        top: 208.5px;
        left: 74.5px;
    }

        #HEADLINE187 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 24px;
            line-height: 1.6;
        }

    #BOX189 {
        width: 960px;
        height: 99px;
        top: 625.67px;
        left: 0px;
    }

        #BOX189 > .ladi-box {
            background-color: rgb(224, 224, 224);
        }

    #BOX190 {
        width: 960px;
        height: 107px;
        top: 870.67px;
        left: 0px;
    }

        #BOX190 > .ladi-box {
            background-color: rgb(224, 224, 224);
        }

    #HEADLINE191 {
        width: 861px;
        top: 309px;
        left: 74.5px;
    }

        #HEADLINE191 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 24px;
            line-height: 1.6;
        }

    #HEADLINE192 {
        width: 873px;
        top: 409.5px;
        left: 71.5px;
    }

        #HEADLINE192 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 24px;
            line-height: 1.6;
        }

    #HEADLINE195 {
        width: 849px;
        top: 520px;
        left: 71.5px;
    }

        #HEADLINE195 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 24px;
            letter-spacing: 0px;
            line-height: 1.6;
        }

    #HEADLINE196 {
        width: 899px;
        top: 637.17px;
        left: 71.5px;
    }

        #HEADLINE196 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 24px;
            letter-spacing: 0px;
            line-height: 1.6;
        }

    #HEADLINE197 {
        width: 861px;
        top: 768px;
        left: 71.5px;
    }

        #HEADLINE197 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 24px;
            letter-spacing: 0px;
            line-height: 1.6;
        }

    #HEADLINE198 {
        width: 867px;
        top: 886.17px;
        left: 71.5px;
    }

        #HEADLINE198 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 24px;
            letter-spacing: 0px;
            line-height: 1.6;
        }

    #SHAPE199 {
        width: 40px;
        height: 40px;
        top: 309px;
        left: 25px;
    }

        #SHAPE199 > .ladi-shape {
            transform: perspective(1000px) rotateX(180deg);
            -webkit-transform: perspective(1000px) rotateX(180deg);
        }

        #SHAPE199 svg:last-child {
            fill: #000;
        }

    #SHAPE200 {
        width: 40px;
        height: 40px;
        top: 208.5px;
        left: 25px;
    }

        #SHAPE200 > .ladi-shape {
            transform: perspective(1000px) rotateX(180deg);
            -webkit-transform: perspective(1000px) rotateX(180deg);
        }

        #SHAPE200 svg:last-child {
            fill: #000;
        }

    #BOX201 {
        width: 960px;
        height: 264.17px;
        top: 1026.83px;
        left: 0px;
    }

        #BOX201 > .ladi-overlay {
            border-radius: 63px;
        }

        #BOX201 > .ladi-box {
            border-radius: 63px;
            background-color: rgba(252, 255, 117, 0.3);
            border-style: dotted;
            border-color: rgb(0, 0, 0);
            border-width: 5px;
        }

    #SHAPE203 {
        width: 80px;
        height: 107.083px;
        top: 988.17px;
        left: 0px;
    }

        #SHAPE203 svg:last-child {
            fill: #000;
        }

    #PARAGRAPH205 {
        width: 829px;
        top: 1059.72px;
        left: 83px;
    }

        #PARAGRAPH205 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 24px;
            font-style: italic;
            line-height: 1.6;
        }

    #HEADLINE108 {
        width: 826px;
        top: 1179.72px;
        left: 83px;
    }

        #HEADLINE108 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 24px;
            font-style: italic;
            text-align: justify;
            line-height: 1.6;
        }

    #SHAPE207 {
        width: 54px;
        height: 54px;
        top: 1872.33px;
        left: 731.5px;
    }

        #SHAPE207 svg:last-child {
            fill: #000;
        }

    #SHAPE208 {
        width: 54px;
        height: 54px;
        top: 1872.33px;
        left: 453px;
    }

        #SHAPE208 svg:last-child {
            fill: #000;
        }

    #SHAPE209 {
        width: 54px;
        height: 54px;
        top: 1872.33px;
        left: 188px;
    }

        #SHAPE209 svg:last-child {
            fill: #000;
        }

    #LINE213 {
        width: 159px;
        top: 135px;
        left: 614.5px;
    }

        #LINE213 > .ladi-line > .ladi-line-container {
            border-top: 3px solid rgb(0, 0, 0);
            border-right: 3px solid rgb(0, 0, 0);
            border-bottom: 3px solid rgb(0, 0, 0);
            border-left: 0px !important;
        }

        #LINE213 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #LINE214 {
        height: 69px;
        top: 78px;
        left: 761px;
    }

        #LINE214 > .ladi-line > .ladi-line-container {
            border-top: 0px !important;
            border-right: 3px solid rgb(0, 0, 0);
            border-bottom: 3px solid rgb(0, 0, 0);
            border-left: 3px solid rgb(0, 0, 0);
        }

        #LINE214 > .ladi-line {
            padding: 0px 8px;
            height: 100%;
        }

    #LINE215 {
        height: 69px;
        top: 31px;
        left: 177px;
    }

        #LINE215 > .ladi-line > .ladi-line-container {
            border-top: 0px !important;
            border-right: 3px solid rgb(0, 0, 0);
            border-bottom: 3px solid rgb(0, 0, 0);
            border-left: 3px solid rgb(0, 0, 0);
        }

        #LINE215 > .ladi-line {
            padding: 0px 8px;
            height: 100%;
        }

    #LINE216 {
        width: 196px;
        top: 19px;
        left: 196px;
    }

        #LINE216 > .ladi-line > .ladi-line-container {
            border-top: 3px solid rgb(0, 0, 0);
            border-right: 3px solid rgb(0, 0, 0);
            border-bottom: 3px solid rgb(0, 0, 0);
            border-left: 0px !important;
        }

        #LINE216 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #SHAPE221 {
        width: 60.1528px;
        height: 63.6465px;
        top: -9px;
        left: 159px;
    }

        #SHAPE221 svg:last-child {
            fill: #000;
        }

    #SHAPE223 {
        width: 925px;
        height: 96.47px;
        top: 1462.36px;
        left: 13.143px;
    }

        #SHAPE223 svg:last-child {
            fill: rgba(156, 244, 224, 1);
        }

    #SHAPE224 {
        width: 960px;
        height: 67.85px;
        top: 0px;
        left: 1px;
    }

        #SHAPE224 svg:last-child {
            fill: rgba(210, 250, 216, 1);
        }

    #SHAPE227 {
        width: 52px;
        height: 52px;
        top: 94.85px;
        left: 11px;
    }

        #SHAPE227 > .ladi-shape {
            transform: perspective(1000px) rotateY(180deg);
            -webkit-transform: perspective(1000px) rotateY(180deg);
        }

        #SHAPE227 svg:last-child {
            fill: #000;
        }

    #SHAPE228 {
        width: 53px;
        height: 53px;
        top: 276.215px;
        left: 485px;
    }

        #SHAPE228 svg:last-child {
            fill: #000;
        }

    #SHAPE229 {
        width: 960px;
        height: 98.85px;
        top: 0px;
        left: 1px;
    }

        #SHAPE229 svg:last-child {
            fill: rgba(210, 250, 216, 1);
        }

    #SHAPE230 {
        width: 202.918px;
        height: 203.054px;
        top: 146.279px;
        left: 59px;
    }

        #SHAPE230 svg:last-child {
            fill: rgba(255, 68, 68, 1);
        }

    #SHAPE231 {
        width: 202.918px;
        height: 203.054px;
        top: 146.279px;
        left: 378.541px;
    }

        #SHAPE231 svg:last-child {
            fill: rgba(255, 68, 68, 1);
        }

    #SHAPE232 {
        width: 202.918px;
        height: 203.054px;
        top: 146.279px;
        left: 694.541px;
    }

        #SHAPE232 svg:last-child {
            fill: rgba(255, 68, 68, 1);
        }

    #SHAPE234 {
        width: 80px;
        height: 80px;
        top: 129.937px;
        left: 120.459px;
    }

        #SHAPE234 svg:last-child {
            fill: rgba(255, 68, 68, 1);
        }

    #SHAPE235 {
        width: 80px;
        height: 80px;
        top: 129.937px;
        left: 440px;
    }

        #SHAPE235 svg:last-child {
            fill: rgba(255, 68, 68, 1);
        }

    #SHAPE236 {
        width: 80px;
        height: 80px;
        top: 129.937px;
        left: 756px;
    }

        #SHAPE236 svg:last-child {
            fill: rgba(255, 68, 68, 1);
        }

    #HEADLINE237 {
        width: 150px;
        top: 225.806px;
        left: 91.918px;
    }

        #HEADLINE237 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 28px;
            line-height: 1.6;
        }

    #HEADLINE238 {
        width: 150px;
        top: 217.048px;
        left: 406px;
    }

        #HEADLINE238 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 28px;
            text-align: center;
            line-height: 1.6;
        }

    #HEADLINE239 {
        width: 150px;
        top: 217.048px;
        left: 729px;
    }

        #HEADLINE239 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 28px;
            line-height: 1.6;
        }

    #PARAGRAPH32 {
        width: 922px;
        top: 388.333px;
        left: 19px;
    }

        #PARAGRAPH32 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH241 {
        width: 326px;
        top: 1121.33px;
        left: 341.75px;
    }

        #PARAGRAPH241 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            line-height: 1.6;
        }

    #IMAGE242 {
        width: 527px;
        height: 351.333px;
        top: 759.997px;
        left: 241.25px;
    }

        #IMAGE242 > .ladi-image > .ladi-image-background {
            width: 527px;
            height: 351.333px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s650x500/5cd53c3230dba94fe2f37973/nhung-cau-hoi-thuong-gap-khi-dieu-tri-nam-2-20191004102808.jpg");
        }

    #BOX91 {
        width: 932px;
        height: 5px;
        top: 1349.67px;
        left: 0px;
    }

        #BOX91 > .ladi-box {
            background-color: rgb(255, 254, 206);
        }

    #BOX93 {
        width: 960px;
        height: 193.337px;
        top: 1161.33px;
        left: 0px;
    }

        #BOX93 > .ladi-box {
            background-color: rgb(255, 254, 206);
        }

    #BOX244 {
        width: 960px;
        height: 115.997px;
        top: 2140px;
        left: 0px;
    }

        #BOX244 > .ladi-box {
            background-color: rgb(255, 254, 206);
        }

    #BOX245 {
        width: 960px;
        height: 112.988px;
        top: 3240.29px;
        left: 8.88178e-16px;
    }

        #BOX245 > .ladi-box {
            background-color: rgb(255, 254, 206);
        }

    #PARAGRAPH246 {
        width: 609px;
        top: 3406.83px;
        left: 274.663px;
    }

        #PARAGRAPH246 > .ladi-paragraph {
            font-family: "Chonburi", cursive;
            color: rgb(238, 8, 8);
            font-size: 18px;
            line-height: 1.6;
        }

    #BOX248 {
        width: 562px;
        height: 68.997px;
        top: 3386.83px;
        left: 240.913px;
    }

        #BOX248 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 4px;
        }

    #BOX250 {
        width: 532.512px;
        height: 68.997px;
        top: 3386.83px;
        left: 188.151px;
    }

        #BOX250 > .ladi-box {
            transform: rotate(-4deg);
            -webkit-transform: rotate(-4deg);
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 4px;
        }

    #SHAPE251 {
        width: 80px;
        height: 80px;
        top: 3445.83px;
        left: 436px;
    }

        #SHAPE251 svg:last-child {
            fill: #000;
        }

    #BOX252 {
        width: 961.577px;
        height: 744.77px;
        top: 3514.99px;
        left: -1.77636e-15px;
    }

        #BOX252 > .ladi-box {
            background-color: rgba(228, 228, 228, 0.3);
        }

    #SHAPE253 {
        width: 92.6799px;
        height: 124.807px;
        top: 3344.83px;
        left: 188.151px;
    }

        #SHAPE253 svg:last-child {
            fill: rgba(242, 15, 15, 1);
        }

    #SHAPE254 {
        width: 960px;
        height: 100.85px;
        top: 1.925px;
        left: 0px;
    }

        #SHAPE254 svg:last-child {
            fill: rgba(210, 250, 216, 1);
        }

    #IMAGE255 {
        width: 493.233px;
        height: 389.197px;
        top: 1717.93px;
        left: 213.778px;
    }

        #IMAGE255 > .ladi-image > .ladi-image-background {
            width: 493.233px;
            height: 389.197px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x500/5cd53c3230dba94fe2f37973/nam-chan-sau-1-20191008025227.jpg");
        }

    #IMAGE257 {
        width: 669.5px;
        height: 446.333px;
        top: 2745.6px;
        left: 165px;
    }

        #IMAGE257 > .ladi-image > .ladi-image-background {
            width: 669.5px;
            height: 446.333px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s800x550/5cd53c3230dba94fe2f37973/de-chua-tri-nam-nang-nam-sau-mat-bao-nhieu-thoi-gian-0-20191005015722.png");
        }

    #PARAGRAPH259 {
        width: 352px;
        top: 2115px;
        left: 284.394px;
    }

        #PARAGRAPH259 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            line-height: 1.6;
        }

    #PARAGRAPH260 {
        width: 311px;
        top: 3202.27px;
        left: 367.5px;
    }

        #PARAGRAPH260 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            line-height: 1.6;
        }

    #PARAGRAPH261 {
        width: 903px;
        top: 3246.78px;
        left: 40.913px;
    }

        #PARAGRAPH261 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            line-height: 1.6;
        }

    #PARAGRAPH262 {
        width: 916px;
        top: 664px;
        left: 22.7885px;
    }

        #PARAGRAPH262 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            line-height: 1.6;
        }

    #IMAGE263 {
        width: 403.889px;
        height: 405.839px;
        top: 245px;
        left: 278.844px;
    }

        #IMAGE263 > .ladi-image > .ladi-image-background {
            width: 403.889px;
            height: 405.839px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/untitled-1-20191005023815.jpg");
        }

    #LINE266 {
        height: 369px;
        top: 253.833px;
        left: 481.038px;
    }

        #LINE266 > .ladi-line > .ladi-line-container {
            border-top: 0px !important;
            border-right: 5px solid rgb(238, 8, 8);
            border-bottom: 5px solid rgb(238, 8, 8);
            border-left: 5px solid rgb(238, 8, 8);
        }

        #LINE266 > .ladi-line {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            padding: 0px 8px;
            height: 100%;
        }

    #LINE267 {
        width: 369px;
        top: 421.991px;
        left: 305.5px;
    }

        #LINE267 > .ladi-line > .ladi-line-container {
            border-top: 5px groove rgb(238, 8, 8);
            border-right: 5px groove rgb(238, 8, 8);
            border-bottom: 5px groove rgb(238, 8, 8);
            border-left: 0px !important;
        }

        #LINE267 > .ladi-line {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            padding: 8px 0px;
            width: 100%;
        }

    #SHAPE268 {
        width: 960px;
        height: 100.85px;
        top: 1152.52px;
        left: 0px;
    }

        #SHAPE268 svg:last-child {
            fill: rgba(210, 250, 216, 1);
        }

    #HEADLINE269 {
        width: 119px;
        top: 1469.73px;
        left: 436px;
    }

        #HEADLINE269 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(16, 145, 33);
            font-size: 39px;
            font-weight: bold;
            line-height: 1.6;
        }

    #SHAPE270 {
        width: 61.7344px;
        height: 65.32px;
        top: 1466.41px;
        left: 374.266px;
    }

        #SHAPE270 svg:last-child {
            fill: rgba(16, 145, 33, 1);
        }

    #IMAGE271 {
        width: 960px;
        height: 648.8px;
        top: 1444.76px;
        left: 0px;
    }

        #IMAGE271 > .ladi-image > .ladi-overlay {
            background-color: rgba(156, 244, 224, 0.8);
        }

        #IMAGE271 > .ladi-image > .ladi-image-background {
            width: 960px;
            height: 738.8px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s1100x850/5cd53c3230dba94fe2f37973/thuc-pham-giau-vitamin-a-20191005025559.png");
        }

    #IMAGE272 {
        width: 960px;
        height: 493px;
        top: 2093.56px;
        left: 0px;
    }

        #IMAGE272 > .ladi-image > .ladi-overlay {
            background-color: rgba(255, 255, 255, 0.8);
        }

        #IMAGE272 > .ladi-image > .ladi-image-background {
            width: 960px;
            height: 540px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s1100x650/5cd53c3230dba94fe2f37973/dna-strand-3d-wallpaper_3840x2160-20191005030407.jpg");
        }

    #BOX274 {
        width: 200px;
        height: 96.97px;
        top: 1452.24px;
        left: 355px;
    }

        #BOX274 > .ladi-overlay {
            border-radius: 222px;
        }

        #BOX274 > .ladi-box {
            border-radius: 222px;
            background-color: rgb(255, 254, 204);
            border-style: solid;
            border-color: rgb(24, 180, 44);
            border-width: 6px;
        }

    #BOX275 {
        width: 348px;
        height: 96.97px;
        top: 2144.44px;
        left: 306px;
    }

        #BOX275 > .ladi-overlay {
            border-radius: 222px;
        }

        #BOX275 > .ladi-box {
            border-radius: 222px;
            background-color: rgb(255, 254, 204);
            border-style: solid;
            border-color: rgb(238, 8, 8);
            border-width: 6px;
        }

    #HEADLINE276 {
        width: 564px;
        top: 2605.39px;
        left: 10px;
    }

        #HEADLINE276 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            font-weight: bold;
            line-height: 1.6;
        }

    #BOX277 {
        width: 960px;
        height: 121px;
        top: 2645.72px;
        left: 0px;
    }

        #BOX277 > .ladi-box {
            background-color: rgb(42, 30, 178);
        }

    #HEADLINE278 {
        width: 559px;
        top: 2665.22px;
        left: 218px;
    }

        #HEADLINE278 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(255, 255, 255);
            font-size: 52px;
            line-height: 1.6;
        }

    #BOX287 {
        width: 960px;
        height: 121px;
        top: 4456.25px;
        left: 0px;
    }

        #BOX287 > .ladi-box {
            background-color: rgb(42, 30, 178);
        }

    #HEADLINE288 {
        width: 897px;
        top: 4479.25px;
        left: 44.5px;
    }

        #HEADLINE288 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(255, 255, 255);
            font-size: 47px;
            line-height: 1.6;
        }

    #IMAGE289 {
        width: 960px;
        height: 205.091px;
        top: 4577.25px;
        left: 0px;
    }

        #IMAGE289 > .ladi-image > .ladi-image-background {
            width: 960px;
            height: 638.836px;
            top: -113px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s1100x750/5cd53c3230dba94fe2f37973/tiem-ha-cang-bong-da-happy-skin-spa-removebg-preview-20191005034656.png");
        }

    #BOX290 {
        width: 960px;
        height: 138.33px;
        top: 5100.67px;
        left: 0px;
    }

        #BOX290 > .ladi-box {
            background-color: rgb(255, 254, 206);
        }

    #BOX291 {
        width: 960px;
        height: 48.988px;
        top: 3851.34px;
        left: 0px;
    }

        #BOX291 > .ladi-box {
            background-color: rgb(255, 254, 206);
        }

    #BOX292 {
        width: 960px;
        height: 44.988px;
        top: 3117.66px;
        left: 0px;
    }

        #BOX292 > .ladi-box {
            background-color: rgb(255, 254, 206);
        }

    #HEADLINE293 {
        width: 616px;
        top: 8.88699px;
        left: 170.5px;
    }

        #HEADLINE293 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(190, 31, 113);
            font-size: 29px;
            text-align: center;
            line-height: 1.6;
        }

    #SHAPE294 {
        width: 960px;
        height: 73.887px;
        top: -14px;
        left: 0px;
    }

        #SHAPE294 svg:last-child {
            fill: rgba(210, 250, 216, 1);
        }

    #BOX19 {
        width: 960px;
        height: 1445.36px;
        top: 0px;
        left: -2.04281e-14px;
    }

        #BOX19 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(0, 0, 0);
            border-width: 4px;
        }

            #BOX19 > .ladi-box:hover {
                background-color: rgb(240, 238, 157);
            }

    #SHAPE295 {
        width: 80px;
        height: 107.732px;
        top: 1682.25px;
        left: 13.5px;
    }

        #SHAPE295 svg:last-child {
            fill: rgba(238, 8, 8, 1);
        }

    #SHAPE296 {
        width: 69.1313px;
        height: 73.1466px;
        top: 1983.61px;
        left: 51.857px;
    }

        #SHAPE296 svg:last-child {
            fill: #000;
        }

    #BOX186 {
        width: 960px;
        height: 95px;
        top: 180px;
        left: 0px;
    }

        #BOX186 > .ladi-box {
            background-color: rgb(224, 224, 224);
        }

    #BOX188 {
        width: 960px;
        height: 95px;
        top: 400px;
        left: 0px;
    }

        #BOX188 > .ladi-box {
            background-color: rgb(224, 224, 224);
        }

    #PARAGRAPH297 {
        width: 946px;
        top: 1989.33px;
        left: 7px;
    }

        #PARAGRAPH297 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 22px;
            text-align: center;
            line-height: 1.6;
        }

    #BOX298 {
        width: 960px;
        height: 178.33px;
        top: 1986.67px;
        left: 0.5px;
    }

        #BOX298 > .ladi-box {
            background-color: rgb(42, 231, 188);
        }

    #PARAGRAPH299 {
        width: 946px;
        top: 2181.44px;
        left: 7px;
    }

        #PARAGRAPH299 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH301 {
        width: 946px;
        top: 3499.94px;
        left: 0px;
    }

        #PARAGRAPH301 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 22px;
            text-align: center;
            line-height: 1.6;
        }

    #BOX302 {
        width: 960px;
        height: 123.5px;
        top: 3490.19px;
        left: 0px;
    }

        #BOX302 > .ladi-box {
            background-color: rgb(42, 231, 188);
        }

    #PARAGRAPH303 {
        width: 946px;
        top: 3640.72px;
        left: 7px;
    }

        #PARAGRAPH303 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #FORM304 {
        width: 350px;
        height: 305px;
        top: 4563.72px;
        left: 305px;
    }

        #FORM304 > .ladi-form {
            color: rgb(0, 0, 0);
            font-size: 12px;
            line-height: 1.6;
        }

        #FORM304 .ladi-form-item .ladi-form-control::placeholder,
        #FORM304
        .ladi-form
        .ladi-form-item
        .ladi-form-control-select[data-selected=""],
        #FORM304
        .ladi-form
        .ladi-form-item.ladi-form-checkbox
        .ladi-form-checkbox-item
        span[data-checked="false"] {
            color: #000;
        }

        #FORM304
        .ladi-form-item-container
        .ladi-form-item
        .ladi-form-control-select {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: %23000"></polygon></svg>');
        }

        #FORM304 .ladi-form-item-container {
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 1px;
        }

    #BUTTON305 {
        width: 160px;
        height: 40px;
        top: 265px;
        left: 95px;
    }

        #BUTTON305 > .ladi-button > .ladi-button-background {
            background-color: rgb(232, 58, 48);
        }

    #BUTTON_TEXT305 {
        width: 160px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT305 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

    #FORM_ITEM306 {
        width: 350px;
        height: 35px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM308 {
        width: 350px;
        height: 35px;
        top: 57px;
        left: 0px;
    }

    #FORM_ITEM309 {
        width: 350px;
        height: 121px;
        top: 119px;
        left: 0px;
    }

    #HEADLINE310 {
        width: 960px;
        top: 4440.72px;
        left: 0px;
    }

        #HEADLINE310 > .ladi-headline {
            color: rgb(238, 8, 8);
            font-size: 29px;
            text-align: center;
            line-height: 1.6;
        }

    #SECTION328 {
        height: 612px;
    }

        #SECTION328 > .ladi-section-background {
            background-color: rgb(35, 40, 69);
        }

    #LINE329 {
        width: 963px;
        top: 534px;
        left: 0px;
    }

        #LINE329 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgba(255, 255, 255, 0.26);
            border-right: 1px solid rgba(255, 255, 255, 0.26);
            border-bottom: 1px solid rgba(255, 255, 255, 0.26);
            border-left: 0px !important;
        }

        #LINE329 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #HEADLINE330 {
        width: 390px;
        top: 570px;
        left: 0px;
    }

        #HEADLINE330 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE331 {
        width: 246px;
        top: 78px;
        left: 702px;
    }

        #HEADLINE331 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 153, 0);
            font-size: 45px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #GROUP335 {
        width: 331px;
        height: 331px;
        top: 78px;
        left: 323px;
    }

    #HEADLINE336 {
        width: 246px;
        top: 0px;
        left: 1px;
    }

        #HEADLINE336 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 153, 0);
            font-size: 45px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE337 {
        width: 292px;
        top: 100.246px;
        left: 39px;
    }

        #HEADLINE337 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE338 {
        width: 26px;
        height: 49.1773px;
        top: 88.8974px;
        left: 0px;
    }

        #SHAPE338 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #SHAPE339 {
        width: 26px;
        height: 49.1773px;
        top: 203.411px;
        left: 1px;
    }

        #SHAPE339 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #HEADLINE340 {
        width: 292px;
        top: 218.5px;
        left: 39px;
    }

        #HEADLINE340 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE341 {
        width: 292px;
        top: 254.908px;
        left: 39px;
    }

        #HEADLINE341 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE342 {
        width: 26px;
        height: 49.1773px;
        top: 239.819px;
        left: 1px;
    }

        #SHAPE342 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #SHAPE343 {
        width: 26px;
        height: 49.1773px;
        top: 281.823px;
        left: 0px;
    }

        #SHAPE343 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #HEADLINE344 {
        width: 292px;
        top: 293.173px;
        left: 39px;
    }

        #HEADLINE344 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #IMAGE345 {
        width: 261px;
        height: 261px;
        top: 65.5px;
        left: 28px;
    }

        #IMAGE345 > .ladi-image > .ladi-image-background {
            width: 261px;
            height: 261px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/logo1_ezh_icon-1568879591.ico");
        }

    #HTML_CODE346 {
        width: 320px;
        height: 200px;
        top: 164px;
        left: 673px;
    }

    #IMAGE349 {
        width: 421.923px;
        height: 298.267px;
        top: 3162.65px;
        left: 258.006px;
    }

        #IMAGE349 > .ladi-image > .ladi-image-background {
            width: 421.923px;
            height: 298.267px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x400/5cd53c3230dba94fe2f37973/cong-nghe-toning-20191008042434.jpg");
        }

    #IMAGE350 {
        width: 138.646px;
        height: 451.952px;
        top: 3906.39px;
        left: 410.677px;
    }

        #IMAGE350 > .ladi-image > .ladi-image-background {
            width: 138.646px;
            height: 451.952px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s250x600/5cd53c3230dba94fe2f37973/may-laser-1561541393-20191008042922.png");
        }

    #IMAGE351 {
        width: 612.36px;
        height: 320.4px;
        top: 1312.93px;
        left: 173.82px;
    }

        #IMAGE351 > .ladi-image > .ladi-image-background {
            width: 612.36px;
            height: 320.4px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x450/5cd53c3230dba94fe2f37973/dieu-tri-nam-20191008044052.jpg");
        }

    #PARAGRAPH352 {
        width: 603px;
        top: 4371.89px;
        left: 171.5px;
    }

        #PARAGRAPH352 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH353 {
        width: 469px;
        top: 3460.92px;
        left: 258.006px;
    }

        #PARAGRAPH353 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE354 {
        width: 369.872px;
        height: 84.454px;
        top: 1115.67px;
        left: 296.064px;
    }

        #IMAGE354 > .ladi-image > .ladi-image-background {
            width: 369.872px;
            height: 84.454px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/tu-van-24-7-1559032483.gif");
        }

    #IMAGE355 {
        width: 454.015px;
        height: 103.667px;
        top: 4321.77px;
        left: 262.993px;
    }

        #IMAGE355 > .ladi-image > .ladi-image-background {
            width: 454.015px;
            height: 103.667px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/tu-van-24-7-1559032483.gif");
        }

    #IMAGE356 {
        width: 454.017px;
        height: 103.667px;
        top: 4899.72px;
        left: 252.992px;
    }

        #IMAGE356 > .ladi-image > .ladi-image-background {
            width: 454.017px;
            height: 103.667px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/tu-van-24-7-1559032483.gif");
        }

    #IMAGE357 {
        width: 452px;
        height: 346.399px;
        top: 621.003px;
        left: 500px;
    }

        #IMAGE357 > .ladi-image > .ladi-image-background {
            width: 453px;
            height: 346.399px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x450/5cd53c3230dba94fe2f37973/ngang8-20191014041017.jpg");
        }

    #IMAGE358 {
        width: 485.518px;
        height: 369.389px;
        top: 980px;
        left: 7px;
    }

        #IMAGE358 > .ladi-image > .ladi-image-background {
            width: 485.518px;
            height: 369.389px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x500/5cd53c3230dba94fe2f37973/ngang9-20191014040946.jpg");
        }

    #IMAGE359 {
        width: 452px;
        height: 369.389px;
        top: 980px;
        left: 500px;
    }

        #IMAGE359 > .ladi-image > .ladi-image-background {
            width: 472px;
            height: 369.389px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x500/5cd53c3230dba94fe2f37973/ngang5-20191014041408.jpg");
        }

    #IMAGE360 {
        width: 497.333px;
        height: 400.8px;
        top: 3081.44px;
        left: 231.333px;
    }

        #IMAGE360 > .ladi-image > .ladi-image-background {
            width: 497.333px;
            height: 400.8px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x550/5cd53c3230dba94fe2f37973/ngang1-20191014041110.jpg");
        }

    #IMAGE361 {
        width: 507.933px;
        height: 380.95px;
        top: 1582.72px;
        left: 216.667px;
    }

        #IMAGE361 > .ladi-image > .ladi-image-background {
            width: 507.933px;
            height: 380.95px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s650x500/5cd53c3230dba94fe2f37973/123456a-20191008072111.jpg");
        }

    #PARAGRAPH362 {
        width: 920px;
        top: 5027.72px;
        left: 20.0005px;
    }

        #PARAGRAPH362 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-style: italic;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH365 {
        width: 709px;
        top: 5694.72px;
        left: 28px;
    }

        #PARAGRAPH365 > .ladi-paragraph {
            color: rgb(238, 8, 8);
            font-size: 24px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH366 {
        width: 421px;
        top: 1399.89px;
        left: 288.75px;
    }

        #PARAGRAPH366 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            line-height: 1.6;
        }

    #SHAPE367 {
        width: 132.112px;
        height: 152px;
        top: 3706.83px;
        left: 427.444px;
    }

        #SHAPE367 svg:last-child {
            fill: rgba(232, 59, 48, 1);
        }

    #SHAPE369 {
        width: 159px;
        height: 159px;
        top: 4252.39px;
        left: 400.5px;
    }

        #SHAPE369 svg:last-child {
            fill: rgba(197, 22, 11, 1);
        }

    #VIDEO370 {
        width: 677.333px;
        height: 381px;
        top: 342.77px;
        left: 141.334px;
    }

        #VIDEO370 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/dJi7_vkCl8E/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #SHAPE370 {
        width: 60px;
        height: 60px;
        top: 160.5px;
        left: 308.666px;
    }

        #SHAPE370 svg:last-child {
            fill: rgba(0, 0, 0, 0.5);
        }

    #PARAGRAPH371 {
        width: 469px;
        top: 746.77px;
        left: 245.5px;
    }

        #PARAGRAPH371 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #COUNTDOWN386 {
        width: 320px;
        height: 57px;
        top: 4505.77px;
        left: 320px;
    }

        #COUNTDOWN386 > .ladi-countdown {
            color: rgb(255, 255, 255);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
        }

            #COUNTDOWN386 > .ladi-countdown > .ladi-element {
                width: calc((100% - 10px * 3) / 4);
                margin-right: 10px;
                height: 100%;
            }

            #COUNTDOWN386 > .ladi-countdown .ladi-countdown-background {
                background-color: rgb(238, 8, 8);
            }

    #PARAGRAPH391 {
        width: 469px;
        top: 4446.77px;
        left: 255.5px;
    }

        #PARAGRAPH391 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 21px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #COUNTDOWN392 {
        width: 320px;
        height: 57px;
        top: 2411.22px;
        left: 318.5px;
    }

        #COUNTDOWN392 > .ladi-countdown {
            color: rgb(255, 255, 255);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
        }

            #COUNTDOWN392 > .ladi-countdown > .ladi-element {
                width: calc((100% - 10px * 3) / 4);
                margin-right: 10px;
                height: 100%;
            }

            #COUNTDOWN392 > .ladi-countdown .ladi-countdown-background {
                background-color: rgb(238, 8, 8);
            }

    #PARAGRAPH397 {
        width: 469px;
        top: 2357.72px;
        left: 244px;
    }

        #PARAGRAPH397 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #SHAPE488 {
        width: 151.94px;
        height: 151.94px;
        top: 1849.39px;
        left: 384px;
    }

        #SHAPE488 svg:last-child {
            fill: rgba(242, 14, 14, 1);
        }

    #IMAGE490 {
        width: 485.518px;
        height: 346.399px;
        top: 621.003px;
        left: 7px;
    }

        #IMAGE490 > .ladi-image > .ladi-image-background {
            width: 485.518px;
            height: 346.399px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x450/5cd53c3230dba94fe2f37973/ngang7-20191014041010.jpg");
        }

    #PARAGRAPH492 {
        width: 469px;
        top: 5079.77px;
        left: 240px;
    }

        #PARAGRAPH492 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE493 {
        width: 398px;
        height: 398px;
        top: 784.77px;
        left: 281px;
    }

        #IMAGE493 > .ladi-image > .ladi-image-background {
            width: 398px;
            height: 398px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x500/5cd53c3230dba94fe2f37973/ngang10-20191015025710.jpg");
        }

    #PARAGRAPH494 {
        width: 567px;
        top: 1201.77px;
        left: 197.5px;
    }

        #PARAGRAPH494 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            line-height: 1.6;
        }

    #IMAGE495 {
        width: 430px;
        height: 430px;
        top: 5248.72px;
        left: 265px;
    }

        #IMAGE495 > .ladi-image > .ladi-image-background {
            width: 430px;
            height: 430px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/ngang9-20191015025851.jpg");
        }

    #PARAGRAPH497 {
        width: 722px;
        top: 5701.72px;
        left: 119px;
    }

        #PARAGRAPH497 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE499 {
        width: 554px;
        height: 415.5px;
        top: 2488.22px;
        left: 201.5px;
    }

        #IMAGE499 > .ladi-image > .ladi-image-background {
            width: 554px;
            height: 415.5px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s700x550/5cd53c3230dba94fe2f37973/123456a-20191008072111.jpg");
        }

    #IMAGE501 {
        width: 449px;
        height: 449px;
        top: 5215.72px;
        left: 264px;
    }

        #IMAGE501 > .ladi-image > .ladi-image-background {
            width: 449px;
            height: 449px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/ngang9-20191015025851.jpg");
        }

    #VIDEO502 {
        width: 931.556px;
        height: 524px;
        top: 523.67px;
        left: 14.222px;
    }

        #VIDEO502 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/rPYE_rP2Sxw/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #SHAPE502 {
        width: 60px;
        height: 60px;
        top: 232px;
        left: 435.778px;
    }

        #SHAPE502 svg:last-child {
            fill: rgba(0, 0, 0, 0.5);
        }

    #PARAGRAPH503 {
        width: 469px;
        top: 1058.67px;
        left: 245.5px;
    }

        #PARAGRAPH503 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #VIDEO504 {
        width: 808.889px;
        height: 455px;
        top: 4596.77px;
        left: 70.0555px;
    }

        #VIDEO504 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/rPYE_rP2Sxw/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #SHAPE504 {
        width: 60px;
        height: 60px;
        top: 197.5px;
        left: 374.445px;
    }

        #SHAPE504 svg:last-child {
            fill: rgba(0, 0, 0, 0.5);
        }

    #VIDEO505 {
        width: 830.222px;
        height: 467px;
        top: 2957.72px;
        left: 64.889px;
    }

        #VIDEO505 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/rPYE_rP2Sxw/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #SHAPE505 {
        width: 60px;
        height: 60px;
        top: 203.5px;
        left: 385.111px;
    }

        #SHAPE505 svg:last-child {
            fill: rgba(0, 0, 0, 0.5);
        }

    #PARAGRAPH506 {
        width: 684px;
        top: 3443.72px;
        left: 134.5px;
    }

        #PARAGRAPH506 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE509 {
        width: 350px;
        height: 79.9167px;
        top: 3489.89px;
        left: 305px;
    }

        #IMAGE509 > .ladi-image > .ladi-image-background {
            width: 350px;
            height: 79.9167px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/tu-van-24-7-1559032483.gif");
        }

    #HEADLINE510 {
        width: 292px;
        top: 232.246px;
        left: 362px;
    }

        #HEADLINE510 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }
}

@media (max-width: 767px) {
    #SECTION_POPUP {
        height: 0px;
    }

    #SECTION1 {
        height: 1396.95px;
    }

        #SECTION1 > .ladi-section-background {
            background-color: rgb(196, 21, 11);
        }

    #HEADLINE2 {
        width: 400px;
        top: 10px;
        left: 10px;
    }

        #HEADLINE2 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(240, 237, 120);
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH3 {
        width: 364px;
        top: 360px;
        left: 49px;
    }

        #PARAGRAPH3 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 20px;
            text-align: justify;
            line-height: 1.6;
        }

    #SHAPE5 {
        width: 53px;
        height: 53px;
        top: 829.946px;
        left: -10px;
    }

        #SHAPE5 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #SHAPE6 {
        width: 53px;
        height: 53px;
        top: 348px;
        left: -4px;
    }

        #SHAPE6 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #SHAPE7 {
        width: 53px;
        height: 53px;
        top: 701.946px;
        left: -4px;
    }

        #SHAPE7 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #SHAPE8 {
        width: 53px;
        height: 53px;
        top: 607.946px;
        left: -4px;
    }

        #SHAPE8 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #SHAPE9 {
        width: 53px;
        height: 53px;
        top: 478.5px;
        left: -4px;
    }

        #SHAPE9 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #HEADLINE10 {
        width: 400px;
        top: 255px;
        left: 13px;
    }

        #HEADLINE10 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 25px;
            font-weight: bold;
            line-height: 1.6;
        }

    #SECTION12 {
        height: 3432.53px;
    }

        #SECTION12 > .ladi-section-background {
            background-color: rgba(250, 250, 209, 0.3);
        }

    #IMAGE15 {
        width: 407.741px;
        height: 431.946px;
        top: 950px;
        left: 6.1295px;
    }

        #IMAGE15 > .ladi-image > .ladi-image-background {
            width: 407.741px;
            height: 431.946px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/nam-mang-1565085519.jpeg");
        }

        #IMAGE15 > .ladi-image {
            -webkit-mask: url("https://w.ladicdn.com/v2/source/masks/20.svg") 0% 0% / 100% 100%;
        }

    #PARAGRAPH16 {
        width: 400px;
        top: 1759.81px;
        left: 20px;
    }

        #PARAGRAPH16 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH17 {
        width: 381px;
        top: 50px;
        left: 29.5px;
    }

        #PARAGRAPH17 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            line-height: 1.6;
        }

    #PARAGRAPH20 {
        width: 371px;
        top: 291.63px;
        left: 24.5px;
    }

        #PARAGRAPH20 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #HEADLINE21 {
        width: 400px;
        top: 2700.5px;
        left: 41px;
    }

        #HEADLINE21 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(238, 56, 56);
            font-size: 35px;
            line-height: 1.6;
        }

    #PARAGRAPH22 {
        width: 406px;
        top: 2783.36px;
        left: 10px;
    }

        #PARAGRAPH22 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            line-height: 1.6;
        }

    #SHAPE23 {
        width: 295.349px;
        height: 397.732px;
        top: 2839.36px;
        left: 75.3255px;
    }

        #SHAPE23 svg:last-child {
            fill: rgba(212, 26, 14, 0.2);
        }

    #PARAGRAPH24 {
        width: 392px;
        top: 2897.26px;
        left: 20px;
    }

        #PARAGRAPH24 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #HEADLINE25 {
        width: 275px;
        top: 3210.96px;
        left: 75.5px;
    }

        #HEADLINE25 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(238, 8, 8);
            font-size: 28px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH26 {
        width: 400px;
        top: 3298.16px;
        left: 20px;
    }

        #PARAGRAPH26 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #SECTION29 {
        height: 6119.89px;
    }

        #SECTION29 > .ladi-section-background {
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE30 {
        width: 276px;
        top: 34.188px;
        left: 72px;
    }

        #HEADLINE30 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(190, 29, 111);
            font-size: 28px;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH34 {
        width: 407px;
        top: 2171.66px;
        left: 7px;
    }

        #PARAGRAPH34 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH35 {
        width: 410px;
        top: 3376.83px;
        left: 5px;
    }

        #PARAGRAPH35 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH41 {
        width: 410px;
        top: 5159.95px;
        left: 5px;
    }

        #PARAGRAPH41 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 22px;
            text-align: justify;
            line-height: 1.6;
        }

    #FORM42 {
        width: 350px;
        height: 250px;
        top: 5301.95px;
        left: 35px;
    }

        #FORM42 > .ladi-form {
            color: rgb(0, 0, 0);
            font-size: 12px;
            line-height: 1.6;
        }

        #FORM42 .ladi-form-item .ladi-form-control::placeholder,
        #FORM42
        .ladi-form
        .ladi-form-item
        .ladi-form-control-select[data-selected=""],
        #FORM42
        .ladi-form
        .ladi-form-item.ladi-form-checkbox
        .ladi-form-checkbox-item
        span[data-checked="false"] {
            color: #000;
        }

        #FORM42
        .ladi-form-item-container
        .ladi-form-item
        .ladi-form-control-select {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: %23000"></polygon></svg>');
        }

        #FORM42 .ladi-form-item-container {
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 1px;
        }

    #BUTTON43 {
        width: 268px;
        height: 40px;
        top: 210px;
        left: 41px;
    }

        #BUTTON43 > .ladi-button > .ladi-button-background {
            background-color: rgb(232, 58, 48);
        }

    #BUTTON_TEXT43 {
        width: 299px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT43 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

    #FORM_ITEM44 {
        width: 350px;
        height: 35px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM46 {
        width: 350px;
        height: 35px;
        top: 45px;
        left: 0px;
    }

    #FORM_ITEM47 {
        width: 350px;
        height: 100px;
        top: 90px;
        left: 0px;
    }

    #SECTION48 {
        height: 7705.62px;
    }

    #HEADLINE50 {
        width: 288px;
        top: 41.188px;
        left: 55.9725px;
    }

        #HEADLINE50 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(190, 30, 112);
            font-size: 28px;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH51 {
        width: 400px;
        top: 195.188px;
        left: 9.028px;
    }

        #PARAGRAPH51 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #IMAGE52 {
        width: 400px;
        height: 239.24px;
        top: 1201.03px;
        left: 9.028px;
    }

        #IMAGE52 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 239.24px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x350/5cd53c3230dba94fe2f37973/soi-da-1567054982.png");
        }

        #IMAGE52 > .ladi-image {
            -webkit-mask: url("https://w.ladicdn.com/v2/source/masks/19.svg") 0% 0% / 100% 100%;
        }

    #PARAGRAPH53 {
        width: 400px;
        top: 1458.27px;
        left: 10px;
    }

        #PARAGRAPH53 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #HEADLINE55 {
        width: 341px;
        top: 1565.45px;
        left: 39.5px;
    }

        #HEADLINE55 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(190, 31, 113);
            font-size: 28px;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH56 {
        width: 400px;
        top: 1734.45px;
        left: 10px;
    }

        #PARAGRAPH56 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH59 {
        width: 400px;
        top: 4085.06px;
        left: 10px;
    }

        #PARAGRAPH59 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH61 {
        width: 400px;
        top: 6451.63px;
        left: 10px;
    }

        #PARAGRAPH61 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: justify;
            line-height: 1.6;
        }

    #SECTION62 {
        height: 4473.35px;
    }

    #PARAGRAPH64 {
        width: 400px;
        top: 117.188px;
        left: 10px;
    }

        #PARAGRAPH64 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH72 {
        width: 400px;
        top: 1925.96px;
        left: 10px;
    }

        #PARAGRAPH72 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 19px;
            text-align: justify;
            line-height: 1.6;
        }

    #BOX73 {
        width: 420px;
        height: 1037.39px;
        top: 2775.96px;
        left: 0px;
    }

        #BOX73 > .ladi-box {
            background-color: rgb(255, 254, 204);
            border-style: double;
            border-color: rgb(212, 24, 14);
            border-width: 1px;
        }

    #HEADLINE74 {
        width: 420px;
        top: 2782.96px;
        left: 0px;
    }

        #HEADLINE74 > .ladi-headline {
            color: rgb(238, 7, 7);
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #FORM75 {
        width: 350px;
        height: 335px;
        top: 3141.65px;
        left: 42px;
    }

        #FORM75 > .ladi-form {
            color: rgb(0, 0, 0);
            font-size: 12px;
            line-height: 1.6;
        }

        #FORM75 .ladi-form-item .ladi-form-control::placeholder,
        #FORM75
        .ladi-form
        .ladi-form-item
        .ladi-form-control-select[data-selected=""],
        #FORM75
        .ladi-form
        .ladi-form-item.ladi-form-checkbox
        .ladi-form-checkbox-item
        span[data-checked="false"] {
            color: #000;
        }

        #FORM75
        .ladi-form-item-container
        .ladi-form-item
        .ladi-form-control-select {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: %23000"></polygon></svg>');
        }

        #FORM75 .ladi-form-item-container {
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 1px;
        }

    #BUTTON76 {
        width: 160px;
        height: 53.6px;
        top: 281.4px;
        left: 95px;
    }

        #BUTTON76 > .ladi-button > .ladi-button-background {
            background-color: rgb(232, 58, 48);
        }

    #BUTTON_TEXT76 {
        width: 160px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT76 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

    #FORM_ITEM77 {
        width: 350px;
        height: 46.9px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM79 {
        width: 350px;
        height: 46.9px;
        top: 60.3px;
        left: 0px;
    }

    #FORM_ITEM80 {
        width: 350px;
        height: 134px;
        top: 120.6px;
        left: 0px;
    }

    #IMAGE83 {
        width: 420px;
        height: 372.376px;
        top: 992.188px;
        left: 0px;
    }

        #IMAGE83 > .ladi-image > .ladi-image-background {
            width: 420px;
            height: 372.376px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x500/5cd53c3230dba94fe2f37973/4-khong-giup-cham-soc-nam-da-thanh-cong-1-20190925074305.jpg");
        }

        #IMAGE83 > .ladi-image {
            -webkit-mask: url("https://w.ladicdn.com/v2/source/masks/7.svg") 0% 0% / 100% 100%;
        }

    #HEADLINE87 {
        width: 262px;
        top: 3171.5px;
        left: 126.005px;
    }

        #HEADLINE87 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(238, 8, 8);
            font-size: 39px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH88 {
        width: 384px;
        top: 2172.33px;
        left: 18px;
    }

        #PARAGRAPH88 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH89 {
        width: 380px;
        top: 3289.83px;
        left: 20px;
    }

        #PARAGRAPH89 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH92 {
        width: 400px;
        top: 1973.72px;
        left: 8px;
    }

        #PARAGRAPH92 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH94 {
        width: 403px;
        top: 3142.85px;
        left: 7.75px;
    }

        #PARAGRAPH94 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH95 {
        width: 404px;
        top: 1863.73px;
        left: 6px;
    }

        #PARAGRAPH95 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH100 {
        width: 380px;
        top: 2545.28px;
        left: 17.5px;
    }

        #PARAGRAPH100 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #SECTION101 {
        height: 8431.83px;
    }

        #SECTION101 > .ladi-section-background {
            background-color: rgb(255, 255, 238);
        }

    #SECTION102 {
        height: 2041.43px;
    }

    #SECTION109 {
        height: 1380.27px;
    }

        #SECTION109 > .ladi-section-background {
            background-color: rgb(255, 254, 208);
        }

    #PARAGRAPH110 {
        width: 400px;
        top: 145.271px;
        left: 6px;
    }

        #PARAGRAPH110 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            font-style: italic;
            text-align: justify;
            line-height: 1.6;
        }

    #HEADLINE111 {
        width: 400px;
        top: 41.271px;
        left: 58px;
    }

        #HEADLINE111 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(190, 29, 111);
            font-size: 33px;
            line-height: 1.6;
        }

    #SHAPE114 {
        width: 53.8457px;
        height: 56.9731px;
        top: 2065.52px;
        left: -163.923px;
    }

        #SHAPE114 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #SHAPE115 {
        width: 54.0095px;
        height: 72.732px;
        top: 3166.13px;
        left: 62.9955px;
    }

        #SHAPE115 svg:last-child {
            fill: rgba(238, 8, 8, 1);
        }

    #HEADLINE116 {
        width: 400px;
        top: 10px;
        left: 10px;
    }

        #HEADLINE116 > .ladi-headline {
            font-family: "Chonburi", cursive;
            text-decoration-line: underline;
            -webkit-text-decoration-line: underline;
            color: rgb(16, 178, 139);
            font-size: 39px;
            text-align: center;
            line-height: 1.6;
        }

    #HEADLINE119 {
        width: 400px;
        top: 410.25px;
        left: 10px;
    }

        #HEADLINE119 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 21px;
            font-style: italic;
            line-height: 1.6;
        }

    #PARAGRAPH120 {
        width: 402px;
        top: 351.25px;
        left: 9px;
    }

        #PARAGRAPH120 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #BOX121 {
        width: 420px;
        height: 193.25px;
        top: 144px;
        left: 0px;
    }

        #BOX121 > .ladi-overlay {
            background-color: rgba(255, 255, 255, 0.5);
        }

        #BOX121 > .ladi-box {
            background-color: rgb(17, 241, 189);
        }

    #PARAGRAPH122 {
        width: 409px;
        top: 151.625px;
        left: 6px;
    }

        #PARAGRAPH122 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: center;
            line-height: 1.6;
        }

    #BOX123 {
        width: 416px;
        height: 238.75px;
        top: 1084.25px;
        left: 4px;
    }

        #BOX123 > .ladi-box {
            background-color: rgb(42, 231, 188);
        }

    #PARAGRAPH124 {
        width: 400px;
        top: 1099px;
        left: 10px;
    }

        #PARAGRAPH124 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH125 {
        width: 401px;
        top: 1328px;
        left: 9.5px;
    }

        #PARAGRAPH125 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #BOX132 {
        width: 420px;
        height: 129.516px;
        top: 3265.4px;
        left: 0px;
    }

        #BOX132 > .ladi-overlay {
            border-radius: 33px;
        }

        #BOX132 > .ladi-box {
            border-radius: 33px;
            background-color: rgb(252, 255, 117);
        }

    #SHAPE136 {
        width: 52px;
        height: 52px;
        top: 3275.92px;
        left: -5.5px;
    }

        #SHAPE136 > .ladi-shape {
            transform: perspective(1000px) rotateY(180deg);
            -webkit-transform: perspective(1000px) rotateY(180deg);
        }

        #SHAPE136 svg:last-child {
            fill: #000;
        }

    #SHAPE137 {
        width: 53px;
        height: 53px;
        top: 3327.92px;
        left: 293.25px;
    }

        #SHAPE137 svg:last-child {
            fill: #000;
        }

    #IMAGE138 {
        width: 200px;
        height: 9.62199px;
        top: 1919.2px;
        left: 110.701px;
    }

        #IMAGE138 > .ladi-image > .ladi-image-background {
            width: 200px;
            height: 9.62199px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x150/5cd53c3230dba94fe2f37973/line-1560312931.png");
        }

    #BOX139 {
        width: 400px;
        height: 176.949px;
        top: 1721.34px;
        left: 10px;
    }

        #BOX139 > .ladi-overlay {
            border-radius: 67px;
        }

        #BOX139 > .ladi-box {
            border-radius: 67px;
            background-color: rgb(246, 250, 87);
        }

    #SHAPE140 {
        width: 33px;
        height: 33px;
        top: 258.63px;
        left: 17.5px;
    }

        #SHAPE140 > .ladi-shape {
            transform: perspective(1000px) rotateY(180deg);
            -webkit-transform: perspective(1000px) rotateY(180deg);
        }

        #SHAPE140 svg:last-child {
            fill: #000;
        }

    #SHAPE141 {
        width: 39.5px;
        height: 39.5px;
        top: 915.71px;
        left: 365.25px;
    }

        #SHAPE141 svg:last-child {
            fill: #000;
        }

    #SECTION142 {
        height: 1299.45px;
    }

        #SECTION142 > .ladi-section-background {
            background-color: rgb(248, 222, 212);
        }

    #HEADLINE144 {
        width: 420px;
        top: 10px;
        left: 0px;
    }

        #HEADLINE144 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(190, 28, 110);
            font-size: 33px;
            text-align: center;
            line-height: 1.6;
        }

    #SHAPE145 {
        width: 62px;
        height: 62px;
        top: 122px;
        left: 169px;
    }

        #SHAPE145 svg:last-child {
            fill: rgba(145, 16, 81, 1);
        }

    #PARAGRAPH146 {
        width: 400px;
        top: 264px;
        left: 10px;
    }

        #PARAGRAPH146 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 25px;
            text-align: justify;
            line-height: 1.6;
        }

    #SHAPE147 {
        width: 77px;
        height: 77px;
        top: 187px;
        left: 160px;
    }

        #SHAPE147 svg:last-child {
            fill: rgba(0, 0, 0, 1);
        }

    #PARAGRAPH148 {
        width: 400px;
        top: 502px;
        left: 14px;
    }

        #PARAGRAPH148 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 25px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH149 {
        width: 400px;
        top: 774px;
        left: 10px;
    }

        #PARAGRAPH149 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 25px;
            text-align: justify;
            line-height: 1.6;
        }

    #SHAPE150 {
        width: 80px;
        height: 80px;
        top: 400px;
        left: 160px;
    }

        #SHAPE150 svg:last-child {
            fill: rgba(0, 0, 0, 1);
        }

    #SHAPE151 {
        width: 80px;
        height: 80px;
        top: 683px;
        left: 160px;
    }

        #SHAPE151 svg:last-child {
            fill: rgba(0, 0, 0, 1);
        }

    #BOX153 {
        width: 419.259px;
        height: 102.503px;
        top: 10px;
        left: 0px;
    }

        #BOX153 > .ladi-overlay {
            border-radius: 24px;
        }

        #BOX153 > .ladi-box {
            border-radius: 24px;
            background-color: rgb(244, 161, 156);
        }

    #HEADLINE154 {
        width: 400px;
        top: 34px;
        left: 11px;
    }

        #HEADLINE154 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(0, 0, 0);
            font-size: 39px;
            text-align: center;
            line-height: 1.6;
        }

    #SHAPE180 {
        display: none !important;
        width: 40px;
        height: 40px;
        top: 238.754px;
        left: -132.87px;
    }

        #SHAPE180 > .ladi-shape {
            transform: perspective(1000px) rotateX(180deg);
            -webkit-transform: perspective(1000px) rotateX(180deg);
        }

        #SHAPE180 svg:last-child {
            fill: #000;
        }

    #SHAPE181 {
        display: none !important;
        width: 40px;
        height: 40px;
        top: 1780.43px;
        left: -131px;
    }

        #SHAPE181 > .ladi-shape {
            transform: perspective(1000px) rotateX(180deg);
            -webkit-transform: perspective(1000px) rotateX(180deg);
        }

        #SHAPE181 svg:last-child {
            fill: #000;
        }

    #SHAPE182 {
        display: none !important;
        width: 40px;
        height: 40px;
        top: 937.899px;
        left: -108px;
    }

        #SHAPE182 > .ladi-shape {
            transform: perspective(1000px) rotateX(180deg);
            -webkit-transform: perspective(1000px) rotateX(180deg);
        }

        #SHAPE182 svg:last-child {
            fill: #000;
        }

    #SHAPE184 {
        display: none !important;
        width: 40px;
        height: 40px;
        top: 1083.52px;
        left: -126px;
    }

        #SHAPE184 > .ladi-shape {
            transform: perspective(1000px) rotateX(180deg);
            -webkit-transform: perspective(1000px) rotateX(180deg);
        }

        #SHAPE184 svg:last-child {
            fill: #000;
        }

    #SHAPE185 {
        display: none !important;
        width: 40px;
        height: 40px;
        top: 1192.84px;
        left: -111px;
    }

        #SHAPE185 > .ladi-shape {
            transform: perspective(1000px) rotateX(180deg);
            -webkit-transform: perspective(1000px) rotateX(180deg);
        }

        #SHAPE185 svg:last-child {
            fill: #000;
        }

    #HEADLINE187 {
        width: 409px;
        top: 162.334px;
        left: 6.5px;
    }

        #HEADLINE187 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            line-height: 1.6;
        }

    #BOX189 {
        width: 418.13px;
        height: 136px;
        top: 400.403px;
        left: 1.935px;
    }

        #BOX189 > .ladi-box {
            background-color: rgb(224, 224, 224);
        }

    #BOX190 {
        width: 419.961px;
        height: 158.924px;
        top: 677.913px;
        left: 1.935px;
    }

        #BOX190 > .ladi-box {
            background-color: rgb(224, 224, 224);
        }

    #HEADLINE191 {
        width: 400px;
        top: 278.754px;
        left: 6.435px;
    }

        #HEADLINE191 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #HEADLINE192 {
        width: 407px;
        top: 413.403px;
        left: 7.5px;
    }

        #HEADLINE192 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #HEADLINE195 {
        width: 407px;
        top: 556.913px;
        left: 7.5px;
    }

        #HEADLINE195 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            letter-spacing: 0px;
            line-height: 1.6;
        }

    #HEADLINE196 {
        width: 408px;
        top: 702.874px;
        left: 7px;
    }

        #HEADLINE196 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            letter-spacing: 0px;
            line-height: 1.6;
        }

    #HEADLINE197 {
        width: 400px;
        top: 862.373px;
        left: 10px;
    }

        #HEADLINE197 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            letter-spacing: 0px;
            line-height: 1.6;
        }

    #HEADLINE198 {
        width: 407px;
        top: 1016.52px;
        left: 10px;
    }

        #HEADLINE198 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            letter-spacing: 0px;
            line-height: 1.6;
        }

    #SHAPE199 {
        display: none !important;
        width: 40px;
        height: 40px;
        top: 1134.18px;
        left: -115px;
    }

        #SHAPE199 > .ladi-shape {
            transform: perspective(1000px) rotateX(180deg);
            -webkit-transform: perspective(1000px) rotateX(180deg);
        }

        #SHAPE199 svg:last-child {
            fill: #000;
        }

    #SHAPE200 {
        display: none !important;
        width: 40px;
        height: 40px;
        top: 1232.84px;
        left: -110px;
    }

        #SHAPE200 > .ladi-shape {
            transform: perspective(1000px) rotateX(180deg);
            -webkit-transform: perspective(1000px) rotateX(180deg);
        }

        #SHAPE200 svg:last-child {
            fill: #000;
        }

    #BOX201 {
        width: 420px;
        height: 316.071px;
        top: 1146.99px;
        left: 1.935px;
    }

        #BOX201 > .ladi-overlay {
            border-radius: 63px;
        }

        #BOX201 > .ladi-box {
            border-radius: 63px;
            background-color: rgba(252, 255, 117, 0.3);
            border-style: dotted;
            border-color: rgb(0, 0, 0);
            border-width: 5px;
        }

    #SHAPE203 {
        width: 46.3812px;
        height: 62.0829px;
        top: 1123.52px;
        left: -5px;
    }

        #SHAPE203 svg:last-child {
            fill: #000;
        }

    #PARAGRAPH205 {
        width: 382px;
        top: 1174.18px;
        left: 20.935px;
    }

        #PARAGRAPH205 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            font-style: italic;
            text-align: justify;
            line-height: 1.6;
        }

    #HEADLINE108 {
        width: 389px;
        top: 1316.06px;
        left: 20.935px;
    }

        #HEADLINE108 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            font-style: italic;
            text-align: justify;
            line-height: 1.6;
        }

    #SHAPE207 {
        width: 54px;
        height: 54px;
        top: 1957.3px;
        left: 17px;
    }

        #SHAPE207 svg:last-child {
            fill: #000;
        }

    #SHAPE208 {
        width: 54px;
        height: 54px;
        top: 1957.3px;
        left: 355.5px;
    }

        #SHAPE208 svg:last-child {
            fill: #000;
        }

    #SHAPE209 {
        width: 54px;
        height: 54px;
        top: 1957.3px;
        left: 183.701px;
    }

        #SHAPE209 svg:last-child {
            fill: #000;
        }

    #LINE213 {
        width: 151px;
        top: 26px;
        left: 24.5px;
    }

        #LINE213 > .ladi-line > .ladi-line-container {
            border-top: 3px solid rgb(0, 0, 0);
            border-right: 3px solid rgb(0, 0, 0);
            border-bottom: 3px solid rgb(0, 0, 0);
            border-left: 0px !important;
        }

        #LINE213 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #LINE214 {
        height: 66px;
        top: 32.46px;
        left: 17px;
    }

        #LINE214 > .ladi-line > .ladi-line-container {
            border-top: 0px !important;
            border-right: 3px solid rgb(0, 0, 0);
            border-bottom: 3px solid rgb(0, 0, 0);
            border-left: 3px solid rgb(0, 0, 0);
        }

        #LINE214 > .ladi-line {
            padding: 0px 8px;
            height: 100%;
        }

    #LINE215 {
        height: 66px;
        top: 150.46px;
        left: 390.5px;
    }

        #LINE215 > .ladi-line > .ladi-line-container {
            border-top: 0px !important;
            border-right: 3px solid rgb(0, 0, 0);
            border-bottom: 3px solid rgb(0, 0, 0);
            border-left: 3px solid rgb(0, 0, 0);
        }

        #LINE215 > .ladi-line {
            padding: 0px 8px;
            height: 100%;
        }

    #LINE216 {
        width: 187px;
        top: 205.12px;
        left: 212.75px;
    }

        #LINE216 > .ladi-line > .ladi-line-container {
            border-top: 3px solid rgb(0, 0, 0);
            border-right: 3px solid rgb(0, 0, 0);
            border-bottom: 3px solid rgb(0, 0, 0);
            border-left: 0px !important;
        }

        #LINE216 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #SHAPE221 {
        width: 40.2888px;
        height: 42.6288px;
        top: 7.3712px;
        left: 17.5px;
    }

        #SHAPE221 svg:last-child {
            fill: #000;
        }

    #SHAPE223 {
        width: 420px;
        height: 98.717px;
        top: 2662.78px;
        left: 0px;
    }

        #SHAPE223 svg:last-child {
            fill: rgba(156, 244, 224, 1);
        }

    #SHAPE224 {
        width: 400px;
        height: 83.271px;
        top: 10px;
        left: 10px;
    }

        #SHAPE224 svg:last-child {
            fill: rgba(210, 250, 216, 1);
        }

    #SHAPE227 {
        width: 52px;
        height: 52px;
        top: 102.271px;
        left: 0px;
    }

        #SHAPE227 > .ladi-shape {
            transform: perspective(1000px) rotateY(180deg);
            -webkit-transform: perspective(1000px) rotateY(180deg);
        }

        #SHAPE227 svg:last-child {
            fill: #000;
        }

    #SHAPE228 {
        width: 53px;
        height: 53px;
        top: 540.271px;
        left: 116px;
    }

        #SHAPE228 svg:last-child {
            fill: #000;
        }

    #SHAPE229 {
        width: 400px;
        height: 212.188px;
        top: 4px;
        left: 10px;
    }

        #SHAPE229 svg:last-child {
            fill: rgba(210, 250, 216, 1);
        }

    #SHAPE230 {
        width: 202.918px;
        height: 203.054px;
        top: 246px;
        left: 99.541px;
    }

        #SHAPE230 svg:last-child {
            fill: rgba(255, 68, 68, 1);
        }

    #SHAPE231 {
        width: 202.918px;
        height: 203.054px;
        top: 741.108px;
        left: 104.541px;
    }

        #SHAPE231 svg:last-child {
            fill: rgba(255, 68, 68, 1);
        }

    #SHAPE232 {
        width: 202.918px;
        height: 203.054px;
        top: 498.108px;
        left: 104.541px;
    }

        #SHAPE232 svg:last-child {
            fill: rgba(255, 68, 68, 1);
        }

    #SHAPE234 {
        width: 80px;
        height: 80px;
        top: 229.188px;
        left: 161px;
    }

        #SHAPE234 svg:last-child {
            fill: rgba(255, 68, 68, 1);
        }

    #SHAPE235 {
        width: 80px;
        height: 80px;
        top: 479.162px;
        left: 166px;
    }

        #SHAPE235 svg:last-child {
            fill: rgba(255, 68, 68, 1);
        }

    #SHAPE236 {
        width: 80px;
        height: 80px;
        top: 726.162px;
        left: 170px;
    }

        #SHAPE236 svg:last-child {
            fill: rgba(255, 68, 68, 1);
        }

    #HEADLINE237 {
        width: 150px;
        top: 325.527px;
        left: 139px;
    }

        #HEADLINE237 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 28px;
            line-height: 1.6;
        }

    #HEADLINE238 {
        width: 150px;
        top: 566.162px;
        left: 135px;
    }

        #HEADLINE238 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 28px;
            text-align: center;
            line-height: 1.6;
        }

    #HEADLINE239 {
        width: 150px;
        top: 833.054px;
        left: 135px;
    }

        #HEADLINE239 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 28px;
            line-height: 1.6;
        }

    #PARAGRAPH32 {
        width: 400px;
        top: 958.35px;
        left: 10px;
    }

        #PARAGRAPH32 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH241 {
        width: 400px;
        top: 1816.02px;
        left: 38px;
    }

        #PARAGRAPH241 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            line-height: 1.6;
        }

    #IMAGE242 {
        width: 400px;
        height: 266.666px;
        top: 1539.35px;
        left: 3px;
    }

        #IMAGE242 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 266.666px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x400/5cd53c3230dba94fe2f37973/nhung-cau-hoi-thuong-gap-khi-dieu-tri-nam-2-20191004102808.jpg");
        }

    #BOX91 {
        width: 421px;
        height: 303.416px;
        top: 1850.02px;
        left: 0px;
    }

        #BOX91 > .ladi-box {
            background-color: rgb(255, 254, 206);
        }

    #BOX93 {
        width: 414px;
        height: 169.99px;
        top: 3124.86px;
        left: 0.5px;
    }

        #BOX93 > .ladi-box {
            background-color: rgb(255, 254, 206);
        }

    #BOX244 {
        width: 418.5px;
        height: 174.99px;
        top: 3157.85px;
        left: 0px;
    }

        #BOX244 > .ladi-box {
            background-color: rgb(255, 254, 206);
        }

    #BOX245 {
        width: 420px;
        height: 196.99px;
        top: 4577.5px;
        left: 0px;
    }

        #BOX245 > .ladi-box {
            background-color: rgb(255, 254, 206);
        }

    #PARAGRAPH246 {
        width: 283px;
        top: 4825.89px;
        left: 137.5px;
    }

        #PARAGRAPH246 > .ladi-paragraph {
            font-family: "Chonburi", cursive;
            color: rgb(238, 8, 8);
            font-size: 16px;
            line-height: 1.6;
        }

    #BOX248 {
        width: 391px;
        height: 54.8684px;
        top: 4824.62px;
        left: 29px;
    }

        #BOX248 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 4px;
        }

    #BOX250 {
        width: 399px;
        height: 56.8636px;
        top: 4838.62px;
        left: -1.42109e-14px;
    }

        #BOX250 > .ladi-box {
            transform: rotate(-4deg);
            -webkit-transform: rotate(-4deg);
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 4px;
        }

    #SHAPE251 {
        width: 80px;
        height: 80px;
        top: 4864.95px;
        left: 170px;
    }

        #SHAPE251 svg:last-child {
            fill: #000;
        }

    #BOX252 {
        width: 420px;
        height: 563.59px;
        top: 5135.3px;
        left: 0px;
    }

        #BOX252 > .ladi-box {
            background-color: rgba(228, 228, 228, 0.3);
        }

    #SHAPE253 {
        width: 92.6799px;
        height: 124.807px;
        top: 4785.49px;
        left: 37.66px;
    }

        #SHAPE253 svg:last-child {
            fill: rgba(242, 15, 15, 1);
        }

    #SHAPE254 {
        width: 400px;
        height: 153.188px;
        top: 21px;
        left: 9.028px;
    }

        #SHAPE254 svg:last-child {
            fill: rgba(210, 250, 216, 1);
        }

    #IMAGE255 {
        width: 418.023px;
        height: 343.197px;
        top: 2723.66px;
        left: 1.4885px;
    }

        #IMAGE255 > .ladi-image > .ladi-image-background {
            width: 418.023px;
            height: 343.197px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x450/5cd53c3230dba94fe2f37973/nam-chan-sau-1-20191008025227.jpg");
        }

    #IMAGE257 {
        width: 400px;
        height: 266.666px;
        top: 4259.83px;
        left: 10px;
    }

        #IMAGE257 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 266.666px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x400/5cd53c3230dba94fe2f37973/de-chua-tri-nam-nang-nam-sau-mat-bao-nhieu-thoi-gian-0-20191005015722.png");
        }

    #PARAGRAPH259 {
        width: 400px;
        top: 3074.85px;
        left: 37px;
    }

        #PARAGRAPH259 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            line-height: 1.6;
        }

    #PARAGRAPH260 {
        width: 400px;
        top: 4537.5px;
        left: 62.5px;
    }

        #PARAGRAPH260 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            line-height: 1.6;
        }

    #PARAGRAPH261 {
        width: 403px;
        top: 4583.49px;
        left: 8.5px;
    }

        #PARAGRAPH261 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH262 {
        width: 400px;
        top: 918.03px;
        left: 12.917px;
    }

        #PARAGRAPH262 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            line-height: 1.6;
        }

    #IMAGE263 {
        width: 403.889px;
        height: 405.839px;
        top: 486.188px;
        left: 9.028px;
    }

        #IMAGE263 > .ladi-image > .ladi-image-background {
            width: 403.889px;
            height: 405.839px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/untitled-1-20191005023815.jpg");
        }

    #LINE266 {
        height: 369px;
        top: 499.188px;
        left: 198.528px;
    }

        #LINE266 > .ladi-line > .ladi-line-container {
            border-top: 0px !important;
            border-right: 5px solid rgb(238, 8, 8);
            border-bottom: 5px solid rgb(238, 8, 8);
            border-left: 5px solid rgb(238, 8, 8);
        }

        #LINE266 > .ladi-line {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            padding: 0px 8px;
            height: 100%;
        }

    #LINE267 {
        width: 369px;
        top: 669.03px;
        left: 34.5px;
    }

        #LINE267 > .ladi-line > .ladi-line-container {
            border-top: 5px groove rgb(238, 8, 8);
            border-right: 5px groove rgb(238, 8, 8);
            border-bottom: 5px groove rgb(238, 8, 8);
            border-left: 0px !important;
        }

        #LINE267 > .ladi-line {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            padding: 8px 0px;
            width: 100%;
        }

    #SHAPE268 {
        width: 407.81px;
        height: 195.745px;
        top: 1512.71px;
        left: 5.123px;
    }

        #SHAPE268 svg:last-child {
            fill: rgba(210, 250, 216, 1);
        }

    #HEADLINE269 {
        width: 262px;
        top: 2074px;
        left: 171px;
    }

        #HEADLINE269 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(16, 145, 33);
            font-size: 39px;
            font-weight: bold;
            line-height: 1.6;
        }

    #SHAPE270 {
        width: 61.7344px;
        height: 65.32px;
        top: 2070.68px;
        left: 51.2656px;
    }

        #SHAPE270 svg:last-child {
            fill: rgba(16, 145, 33, 1);
        }

    #IMAGE271 {
        width: 420px;
        height: 1044.58px;
        top: 2045.52px;
        left: 0px;
    }

        #IMAGE271 > .ladi-image > .ladi-overlay {
            background-color: rgba(156, 244, 224, 0.8);
        }

        #IMAGE271 > .ladi-image > .ladi-image-background {
            width: 420px;
            height: 1124.58px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x1250/5cd53c3230dba94fe2f37973/thuc-pham-giau-vitamin-a-20191005025559.png");
        }

    #IMAGE272 {
        width: 1220px;
        height: 701.097px;
        top: 3117.1px;
        left: -588px;
    }

        #IMAGE272 > .ladi-image > .ladi-overlay {
            background-color: rgba(255, 255, 255, 0.8);
        }

        #IMAGE272 > .ladi-image > .ladi-image-background {
            width: 1220px;
            height: 701.097px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s1350x850/5cd53c3230dba94fe2f37973/dna-strand-3d-wallpaper_3840x2160-20191005030407.jpg");
        }

    #BOX274 {
        width: 200px;
        height: 96.97px;
        top: 2056.52px;
        left: 113px;
    }

        #BOX274 > .ladi-overlay {
            border-radius: 222px;
        }

        #BOX274 > .ladi-box {
            border-radius: 222px;
            background-color: rgb(255, 254, 204);
            border-style: solid;
            border-color: rgb(24, 180, 44);
            border-width: 6px;
        }

    #BOX275 {
        width: 348px;
        height: 96.97px;
        top: 3154.01px;
        left: 36px;
    }

        #BOX275 > .ladi-overlay {
            border-radius: 222px;
        }

        #BOX275 > .ladi-box {
            border-radius: 222px;
            background-color: rgb(255, 254, 204);
            border-style: solid;
            border-color: rgb(238, 8, 8);
            border-width: 6px;
        }

    #HEADLINE276 {
        width: 400px;
        top: 3844.26px;
        left: 4px;
    }

        #HEADLINE276 > .ladi-headline {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            font-weight: bold;
            line-height: 1.6;
        }

    #BOX277 {
        width: 420px;
        height: 177.417px;
        top: 3902.26px;
        left: 0px;
    }

        #BOX277 > .ladi-box {
            background-color: rgb(42, 30, 178);
        }

    #HEADLINE278 {
        width: 400px;
        top: 3902.26px;
        left: -17px;
    }

        #HEADLINE278 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(255, 255, 255);
            font-size: 52px;
            text-align: center;
            line-height: 1.6;
        }

    #BOX287 {
        width: 420px;
        height: 147.417px;
        top: 6220.76px;
        left: -1.88608e-20px;
    }

        #BOX287 > .ladi-box {
            background-color: rgb(42, 30, 178);
        }

    #HEADLINE288 {
        width: 400px;
        top: 6227.97px;
        left: 16px;
    }

        #HEADLINE288 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(255, 255, 255);
            font-size: 42px;
            line-height: 1.6;
        }

    #IMAGE289 {
        width: 420px;
        height: 66.458px;
        top: 6368.18px;
        left: 0px;
    }

        #IMAGE289 > .ladi-image > .ladi-image-background {
            width: 428.791px;
            height: 271.753px;
            top: -115.365px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x400/5cd53c3230dba94fe2f37973/tiem-ha-cang-bong-da-happy-skin-spa-removebg-preview-20191005034656.png");
        }

    #BOX290 {
        width: 420px;
        height: 242.99px;
        top: 6960.63px;
        left: 0px;
    }

        #BOX290 > .ladi-box {
            background-color: rgb(255, 254, 206);
        }

    #BOX291 {
        width: 420px;
        height: 82.99px;
        top: 5604.82px;
        left: 0px;
    }

        #BOX291 > .ladi-box {
            background-color: rgb(255, 254, 206);
        }

    #BOX292 {
        width: 420px;
        height: 66.99px;
        top: 4604.06px;
        left: 0px;
    }

        #BOX292 > .ladi-box {
            background-color: rgb(255, 254, 206);
        }

    #HEADLINE293 {
        width: 289px;
        top: 17.188px;
        left: 65.5px;
    }

        #HEADLINE293 > .ladi-headline {
            font-family: "Chonburi", cursive;
            color: rgb(190, 31, 113);
            font-size: 29px;
            text-align: center;
            line-height: 1.6;
        }

    #SHAPE294 {
        width: 420px;
        height: 101.188px;
        top: 7px;
        left: 0px;
    }

        #SHAPE294 svg:last-child {
            fill: rgba(210, 250, 216, 1);
        }

    #BOX19 {
        width: 400px;
        height: 2662.78px;
        top: 7.10543e-14px;
        left: 10px;
    }

        #BOX19 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(0, 0, 0);
            border-width: 4px;
        }

            #BOX19 > .ladi-box:hover {
                background-color: rgb(240, 238, 157);
            }

    #SHAPE295 {
        display: none !important;
        width: 80px;
        height: 107.732px;
        top: 2987.8px;
        left: -516px;
    }

        #SHAPE295 svg:last-child {
            fill: rgba(238, 8, 8, 1);
        }

    #SHAPE296 {
        width: 69.1313px;
        height: 73.1466px;
        top: 3010.68px;
        left: -429.566px;
    }

        #SHAPE296 svg:last-child {
            fill: #000;
        }

    #BOX186 {
        width: 419px;
        height: 127.04px;
        top: 988.373px;
        left: 1.935px;
    }

        #BOX186 > .ladi-box {
            background-color: rgb(224, 224, 224);
        }

    #BOX188 {
        width: 419.87px;
        height: 123.873px;
        top: 142.893px;
        left: 1.065px;
    }

        #BOX188 > .ladi-box {
            background-color: rgb(224, 224, 224);
        }

    #PARAGRAPH297 {
        width: 408px;
        top: 3058.87px;
        left: 6px;
    }

        #PARAGRAPH297 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: center;
            line-height: 1.6;
        }

    #BOX298 {
        width: 420px;
        height: 410.75px;
        top: 3037px;
        left: 0px;
    }

        #BOX298 > .ladi-box {
            background-color: rgb(42, 231, 188);
        }

    #PARAGRAPH299 {
        width: 408px;
        top: 3459.75px;
        left: 5.5px;
    }

        #PARAGRAPH299 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH301 {
        width: 400px;
        top: 5418.13px;
        left: 10px;
    }

        #PARAGRAPH301 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: center;
            line-height: 1.6;
        }

    #BOX302 {
        width: 420px;
        height: 230.75px;
        top: 5402.75px;
        left: 0px;
    }

        #BOX302 > .ladi-box {
            background-color: rgb(42, 231, 188);
        }

    #PARAGRAPH303 {
        width: 408px;
        top: 5648.5px;
        left: 6px;
    }

        #PARAGRAPH303 > .ladi-paragraph {
            font-family: "Quicksand", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #FORM304 {
        width: 350px;
        height: 305px;
        top: 7147.5px;
        left: 35px;
    }

        #FORM304 > .ladi-form {
            color: rgb(0, 0, 0);
            font-size: 12px;
            line-height: 1.6;
        }

        #FORM304 .ladi-form-item .ladi-form-control::placeholder,
        #FORM304
        .ladi-form
        .ladi-form-item
        .ladi-form-control-select[data-selected=""],
        #FORM304
        .ladi-form
        .ladi-form-item.ladi-form-checkbox
        .ladi-form-checkbox-item
        span[data-checked="false"] {
            color: #000;
        }

        #FORM304
        .ladi-form-item-container
        .ladi-form-item
        .ladi-form-control-select {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: %23000"></polygon></svg>');
        }

        #FORM304 .ladi-form-item-container {
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 1px;
        }

    #BUTTON305 {
        width: 160px;
        height: 40px;
        top: 265px;
        left: 95px;
    }

        #BUTTON305 > .ladi-button > .ladi-button-background {
            background-color: rgb(232, 58, 48);
        }

    #BUTTON_TEXT305 {
        width: 160px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT305 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

    #FORM_ITEM306 {
        width: 350px;
        height: 35px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM308 {
        width: 350px;
        height: 35px;
        top: 57px;
        left: 0px;
    }

    #FORM_ITEM309 {
        width: 350px;
        height: 121px;
        top: 119px;
        left: 0px;
    }

    #HEADLINE310 {
        width: 400px;
        top: 7011.5px;
        left: 10px;
    }

        #HEADLINE310 > .ladi-headline {
            color: rgb(238, 8, 8);
            font-size: 24px;
            text-align: center;
            line-height: 1.6;
        }

    #SECTION328 {
        height: 948px;
    }

        #SECTION328 > .ladi-section-background {
            background-color: rgb(35, 40, 69);
        }

    #LINE329 {
        width: 300px;
        top: 882px;
        left: 61px;
    }

        #LINE329 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgba(255, 255, 255, 0.26);
            border-right: 1px solid rgba(255, 255, 255, 0.26);
            border-bottom: 1px solid rgba(255, 255, 255, 0.26);
            border-left: 0px !important;
        }

        #LINE329 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #HEADLINE330 {
        width: 355px;
        top: 914px;
        left: 28px;
    }

        #HEADLINE330 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE331 {
        width: 246px;
        top: 629px;
        left: 51px;
    }

        #HEADLINE331 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 153, 0);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #GROUP335 {
        width: 331px;
        height: 283.697px;
        top: 291px;
        left: 45.5px;
    }

    #HEADLINE336 {
        width: 246px;
        top: 0px;
        left: 1px;
    }

        #HEADLINE336 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 153, 0);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE337 {
        width: 292px;
        top: 74.8057px;
        left: 39px;
    }

        #HEADLINE337 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE338 {
        width: 26px;
        height: 36.6972px;
        top: 66.3372px;
        left: 0px;
    }

        #SHAPE338 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #SHAPE339 {
        width: 26px;
        height: 36.6972px;
        top: 182.454px;
        left: 1px;
    }

        #SHAPE339 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #HEADLINE340 {
        width: 292px;
        top: 191.303px;
        left: 39px;
    }

        #HEADLINE340 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE341 {
        width: 292px;
        top: 228px;
        left: 39px;
    }

        #HEADLINE341 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE342 {
        width: 26px;
        height: 36.6972px;
        top: 219.151px;
        left: 1px;
    }

        #SHAPE342 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #SHAPE343 {
        width: 26px;
        height: 36.6972px;
        top: 247px;
        left: 1px;
    }

        #SHAPE343 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #HEADLINE344 {
        width: 292px;
        top: 260.772px;
        left: 39px;
    }

        #HEADLINE344 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #IMAGE345 {
        width: 261px;
        height: 261px;
        top: 10px;
        left: 79.5px;
    }

        #IMAGE345 > .ladi-image > .ladi-image-background {
            width: 261px;
            height: 261px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/logo1_ezh_icon-1568879591.ico");
        }

    #HTML_CODE346 {
        width: 320px;
        height: 200px;
        top: 673px;
        left: 51px;
    }

    #IMAGE349 {
        width: 420px;
        height: 307.77px;
        top: 4671.05px;
        left: 0px;
    }

        #IMAGE349 > .ladi-image > .ladi-image-background {
            width: 420px;
            height: 307.77px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x450/5cd53c3230dba94fe2f37973/cong-nghe-toning-20191008042434.jpg");
        }

    #IMAGE350 {
        width: 138.646px;
        height: 451.952px;
        top: 5697.81px;
        left: 140.677px;
    }

        #IMAGE350 > .ladi-image > .ladi-image-background {
            width: 138.646px;
            height: 451.952px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s250x600/5cd53c3230dba94fe2f37973/may-laser-1561541393-20191008042922.png");
        }

    #IMAGE351 {
        width: 417.532px;
        height: 218.462px;
        top: 1487.18px;
        left: 1.935px;
    }

        #IMAGE351 > .ladi-image > .ladi-image-background {
            width: 417.532px;
            height: 218.462px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x350/5cd53c3230dba94fe2f37973/dieu-tri-nam-20191008044052.jpg");
        }

    #PARAGRAPH352 {
        width: 400px;
        top: 6159.76px;
        left: 10px;
    }

        #PARAGRAPH352 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH353 {
        width: 400px;
        top: 4978.82px;
        left: 10px;
    }

        #PARAGRAPH353 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 17px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE354 {
        width: 369.872px;
        height: 84.454px;
        top: 1195px;
        left: 21.064px;
    }

        #IMAGE354 > .ladi-image > .ladi-image-background {
            width: 369.872px;
            height: 84.454px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/tu-van-24-7-1559032483.gif");
        }

    #IMAGE355 {
        width: 401.46px;
        height: 91.6667px;
        top: 5575.95px;
        left: 9.028px;
    }

        #IMAGE355 > .ladi-image > .ladi-image-background {
            width: 401.46px;
            height: 91.6667px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/tu-van-24-7-1559032483.gif");
        }

    #IMAGE356 {
        width: 400px;
        height: 91.3331px;
        top: 7462.5px;
        left: 10px;
    }

        #IMAGE356 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 91.3331px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/tu-van-24-7-1559032483.gif");
        }

    #IMAGE357 {
        width: 391px;
        height: 379.217px;
        top: 976.03px;
        left: 14.5px;
    }

        #IMAGE357 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 379.217px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x500/5cd53c3230dba94fe2f37973/ngang8-20191014041017.jpg");
        }

    #IMAGE358 {
        width: 391px;
        height: 384px;
        top: 1779.64px;
        left: 14.5px;
    }

        #IMAGE358 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 384px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x500/5cd53c3230dba94fe2f37973/ngang9-20191014040946.jpg");
        }

    #IMAGE359 {
        width: 391px;
        height: 374.64px;
        top: 2170.64px;
        left: 14.5px;
    }

        #IMAGE359 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 374.64px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x500/5cd53c3230dba94fe2f37973/ngang5-20191014041408.jpg");
        }

    #IMAGE360 {
        width: 420px;
        height: 310px;
        top: 5088.75px;
        left: 0px;
    }

        #IMAGE360 > .ladi-image > .ladi-image-background {
            width: 420px;
            height: 310px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x450/5cd53c3230dba94fe2f37973/ngang1-20191014041110.jpg");
        }

    #IMAGE361 {
        width: 420px;
        height: 300px;
        top: 2729px;
        left: 0px;
    }

        #IMAGE361 > .ladi-image > .ladi-image-background {
            width: 420px;
            height: 300px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x450/5cd53c3230dba94fe2f37973/123456a-20191008072111.jpg");
        }

    #PARAGRAPH362 {
        width: 400px;
        top: 7563.83px;
        left: 10px;
    }

        #PARAGRAPH362 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-style: italic;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH365 {
        width: 400px;
        top: 8378.83px;
        left: 10px;
    }

        #PARAGRAPH365 > .ladi-paragraph {
            color: rgb(238, 8, 8);
            font-size: 18px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH366 {
        width: 385px;
        top: 2606.28px;
        left: 17.5px;
    }

        #PARAGRAPH366 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            line-height: 1.6;
        }

    #SHAPE367 {
        width: 183.874px;
        height: 173px;
        top: 4957.53px;
        left: 117px;
    }

        #SHAPE367 svg:last-child {
            fill: rgba(232, 59, 48, 1);
        }

    #SHAPE369 {
        width: 159px;
        height: 159px;
        top: 6825.5px;
        left: 130.5px;
    }

        #SHAPE369 svg:last-child {
            fill: rgba(197, 22, 11, 1);
        }

    #VIDEO370 {
        width: 417.778px;
        height: 235px;
        top: 593.271px;
        left: 1.111px;
    }

        #VIDEO370 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/dJi7_vkCl8E/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #SHAPE370 {
        width: 60px;
        height: 60px;
        top: 87.5px;
        left: 178.889px;
    }

        #SHAPE370 svg:last-child {
            fill: rgba(0, 0, 0, 0.5);
        }

    #PARAGRAPH371 {
        width: 400px;
        top: 838.271px;
        left: 10px;
    }

        #PARAGRAPH371 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #COUNTDOWN386 {
        width: 320px;
        height: 57px;
        top: 5754.62px;
        left: 50px;
    }

        #COUNTDOWN386 > .ladi-countdown {
            color: rgb(255, 255, 255);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
        }

            #COUNTDOWN386 > .ladi-countdown > .ladi-element {
                width: calc((100% - 10px * 3) / 4);
                margin-right: 10px;
                height: 100%;
            }

            #COUNTDOWN386 > .ladi-countdown .ladi-countdown-background {
                background-color: rgb(238, 8, 8);
            }

    #PARAGRAPH391 {
        width: 400px;
        top: 5677.62px;
        left: 10px;
    }

        #PARAGRAPH391 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 21px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #COUNTDOWN392 {
        width: 320px;
        height: 57px;
        top: 3906.65px;
        left: 48.889px;
    }

        #COUNTDOWN392 > .ladi-countdown {
            color: rgb(255, 255, 255);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
        }

            #COUNTDOWN392 > .ladi-countdown > .ladi-element {
                width: calc((100% - 10px * 3) / 4);
                margin-right: 10px;
                height: 100%;
            }

            #COUNTDOWN392 > .ladi-countdown .ladi-countdown-background {
                background-color: rgb(238, 8, 8);
            }

    #PARAGRAPH397 {
        width: 400px;
        top: 3836.65px;
        left: 8.889px;
    }

        #PARAGRAPH397 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #SHAPE488 {
        width: 151.94px;
        height: 151.94px;
        top: 2974.72px;
        left: 134.03px;
    }

        #SHAPE488 svg:last-child {
            fill: rgba(242, 14, 14, 1);
        }

    #IMAGE490 {
        width: 391px;
        height: 401.385px;
        top: 1370.25px;
        left: 14.5px;
    }

        #IMAGE490 > .ladi-image > .ladi-image-background {
            width: 391px;
            height: 401.385px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x550/5cd53c3230dba94fe2f37973/ngang7-20191014041010.jpg");
        }

    #PARAGRAPH492 {
        width: 400px;
        top: 6068.62px;
        left: 9.028px;
    }

        #PARAGRAPH492 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE493 {
        width: 398px;
        height: 398px;
        top: 905.271px;
        left: 11px;
    }

        #IMAGE493 > .ladi-image > .ladi-image-background {
            width: 398px;
            height: 398px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x500/5cd53c3230dba94fe2f37973/ngang10-20191015025710.jpg");
        }

    #PARAGRAPH494 {
        width: 400px;
        top: 1313.27px;
        left: 10px;
    }

        #PARAGRAPH494 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE495 {
        width: 420px;
        height: 426px;
        top: 7213.62px;
        left: 0px;
    }

        #IMAGE495 > .ladi-image > .ladi-image-background {
            width: 420px;
            height: 426px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/ngang9-20191015025851.jpg");
        }

    #PARAGRAPH497 {
        width: 400px;
        top: 7648.62px;
        left: 10px;
    }

        #PARAGRAPH497 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE499 {
        width: 420px;
        height: 315px;
        top: 3992.66px;
        left: 1.95399e-14px;
    }

        #IMAGE499 > .ladi-image > .ladi-image-background {
            width: 420px;
            height: 315px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x450/5cd53c3230dba94fe2f37973/123456a-20191008072111.jpg");
        }

    #IMAGE501 {
        width: 410px;
        height: 410px;
        top: 7933.83px;
        left: 5px;
    }

        #IMAGE501 > .ladi-image > .ladi-image-background {
            width: 410px;
            height: 410px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/ngang9-20191015025851.jpg");
        }

    #VIDEO502 {
        width: 420px;
        height: 236.25px;
        top: 906.829px;
        left: -1.77636e-15px;
    }

        #VIDEO502 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/rPYE_rP2Sxw/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #SHAPE502 {
        width: 60px;
        height: 60px;
        top: 88.125px;
        left: 180px;
    }

        #SHAPE502 svg:last-child {
            fill: rgba(0, 0, 0, 0.5);
        }

    #PARAGRAPH503 {
        width: 400px;
        top: 1158.45px;
        left: 10px;
    }

        #PARAGRAPH503 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 20px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #VIDEO504 {
        width: 420px;
        height: 236.25px;
        top: 5828px;
        left: 3.55271e-15px;
    }

        #VIDEO504 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/rPYE_rP2Sxw/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #SHAPE504 {
        width: 60px;
        height: 60px;
        top: 88.125px;
        left: 180px;
    }

        #SHAPE504 svg:last-child {
            fill: rgba(0, 0, 0, 0.5);
        }

    #VIDEO505 {
        width: 417.778px;
        height: 235px;
        top: 3520.66px;
        left: 7.10543e-15px;
    }

        #VIDEO505 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/rPYE_rP2Sxw/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #SHAPE505 {
        width: 60px;
        height: 60px;
        top: 87.5px;
        left: 178.889px;
    }

        #SHAPE505 svg:last-child {
            fill: rgba(0, 0, 0, 0.5);
        }

    #PARAGRAPH506 {
        width: 400px;
        top: 3770.66px;
        left: 13.889px;
    }

        #PARAGRAPH506 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE509 {
        width: 350px;
        height: 79.9167px;
        top: 4362.66px;
        left: 33.889px;
    }

        #IMAGE509 > .ladi-image > .ladi-image-background {
            width: 350px;
            height: 79.9167px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/tu-van-24-7-1559032483.gif");
        }

    #HEADLINE510 {
        width: 292px;
        top: 423px;
        left: 84.5px;
    }

        #HEADLINE510 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }
}

.ladi-section-background,
.ladi-image-background,
.ladi-button-background,
.ladi-headline,
.ladi-video-background,
.ladi-countdown-background,
.ladi-box,
.ladi-frame,
.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;
}

.cls-1 {
    opacity: 0.3;
}

.cls-2 {
    opacity: 0.5;
}
