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,.3)
}

    .ladipage-message .ladipage-message-box {
        width: 400px;
        max-width: calc(100% - 50px);
        height: 160px;
        border: 1px solid rgba(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,.05);
            color: #000;
            padding: 12px 15px;
            font-weight: 600;
            font-size: 16px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px
        }

        .ladipage-message .ladipage-message-box .ladipage-message-text {
            font-size: 14px;
            padding: 0 20px;
            margin-top: 10px;
            line-height: 18px;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box
        }

        .ladipage-message .ladipage-message-box .ladipage-message-close {
            display: block;
            position: absolute;
            right: 15px;
            bottom: 10px;
            margin: 0 auto;
            padding: 10px 0;
            border: none;
            width: 80px;
            text-transform: uppercase;
            text-align: center;
            color: #000;
            background-color: #e6e6e6;
            border-radius: 5px;
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer
        }

.ladi-wraper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: -26px;
}

.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,.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,.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,.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,.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(.6)
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
        right: 0;
        background-position: -52px;
        transform: scale(.6)
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
        left: 0;
        background-position: -28px;
        transform: scale(.6)
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
        right: 0;
        background-position: -52px;
        transform: scale(.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(.6)
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right {
        bottom: 0;
        background-position: 3px;
        transform: scale(.6)
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
        top: 0;
        background-position: -77px;
        transform: scale(.6)
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
        bottom: 0;
        background-position: 3px;
        transform: scale(.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
}

#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(.8);
    -webkit-transform: scale(.8);
    z-index: 9000000080;
    background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255,255,255,.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 .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,.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,.2) no-repeat;
        background-position: -108px;
        transform: scale(.7);
        -webkit-transform: scale(.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 .3s ease-in-out
    }

    .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
        transition: transform .3s ease-in-out
    }
}

.ladi-notify-transition {
    transition: top .5s ease-in-out,bottom .5s ease-in-out,opacity .5s ease-in-out
}

.ladi-notify {
    padding: 5px;
    box-shadow: 0 0 1px rgba(64,64,64,.3),0 8px 50px rgba(64,64,64,.05);
    border-radius: 40px;
    color: rgba(64,64,64,1);
    background: rgba(250,250,250,.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: .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,.6),0 8px 50px rgba(64,64,64,.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 .3s ease-in-out;
        -webkit-transition: transform .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(.25,.1,0,1);
        -webkit-transition: transform 7s cubic-bezier(.25,.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,.5) 1px 0 2px
    }

@media (min-width: 768px) {
    .ladi-section .ladi-container {
        width: 960px;
    }
}

@media (max-width: 767px) {
    .ladi-section .ladi-container {
        width: 420px;
    }
}

body {
    font-family: "Open Sans", sans-serif
}

@media (min-width: 768px) {
    #SECTION_POPUP {
        height: 0px;
    }

    #SECTION2 {
        height: 1141.33px;
    }

        #SECTION2 > .ladi-overlay {
            background-color: rgb(255, 244, 152);
        }

        #SECTION2 > .ladi-section-background {
            background-size: auto 100%;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s1440x1141/5cd53c3230dba94fe2f37973/yellow-background-14046115834kp-1560311586.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION303 {
        height: 896px;
    }

    #SECTION351 {
        height: 523px;
    }

    #SECTION99 {
        height: 756px;
    }

        #SECTION99 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s1440x756/5cd53c3230dba94fe2f37973/curves-orange-and-white-backgrounds-powerpoint-1564892309.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION20 {
        height: 2067px;
    }

        #SECTION20 > .ladi-section-background {
            background-size: cover;
            background-attachment: fixed;
            background-image: url("https://w.ladicdn.com/s1440x2067/5cd53c3230dba94fe2f37973/background-abstrak-kuning-11-1560310764.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION165 {
        height: 1324px;
    }

    #SECTION198 {
        height: 915px;
    }

        #SECTION198 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s1440x915/5cd53c3230dba94fe2f37973/powerpoint-wallpaper-4552-4789-hd-wallpapers-1564892373.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION347 {
        height: 438.333px;
    }

        #SECTION347 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s1440x438/5cd53c3230dba94fe2f37973/yellow-background-14046115834kp-1560311586.jpg");
            background-position: center top;
            background-repeat: no-repeat;
        }

    #SECTION211 {
        height: 1753px;
    }

        #SECTION211 > .ladi-section-background {
            background-color: rgb(6, 57, 97);
        }

    #SECTION247 {
        height: 650.76px;
    }

    #SECTION255 {
        height: 930px;
    }

        #SECTION255 > .ladi-section-background {
            background-color: rgb(255, 228, 146);
        }

    #SECTION275 {
        height: 914.24px;
    }

        #SECTION275 > .ladi-section-background {
            background-color: rgb(35, 40, 69);
        }

    #IMAGE12 {
        width: 503.146px;
        height: 623.667px;
        top: 360.002px;
        left: 461.028px;
    }

        #IMAGE12 > .ladi-image > .ladi-image-background {
            width: 531.302px;
            height: 623.667px;
            top: 0px;
            left: -14.078px;
            background-image: url("https://w.ladicdn.com/s650x750/uploads/images/f922d29f-eec1-4857-9932-26f5fa1572a7.png");
        }

    #HEADLINE13 {
        width: 956px;
        top: 135.005px;
        left: -1.99945px;
    }

        #HEADLINE13 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 152, 0);
            font-size: 63px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
            text-shadow: rgb(52, 117, 54) 1px 1px 0px;
        }

    #IMAGE14 {
        width: 109.927px;
        height: 110.75px;
        top: 6.01px;
        left: 440.837px;
    }

        #IMAGE14 > .ladi-image > .ladi-image-background {
            width: 109.927px;
            height: 110.75px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s250x250/5cd53c3230dba94fe2f37973/logo-Cigo Beauty Center-png-1559036741.png");
        }

    #PARAGRAPH15 {
        width: 390px;
        top: 226.115px;
        left: 305px;
    }

        #PARAGRAPH15 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 25px;
            font-style: italic;
            text-align: left;
            line-height: 1.2;
        }

    #IMAGE16 {
        width: 197.333px;
        height: 206.594px;
        top: 465.006px;
        left: 15.9524px;
    }

        #IMAGE16 > .ladi-image > .ladi-image-background {
            width: 197.333px;
            height: 206.594px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s300x350/5cd53c3230dba94fe2f37973/tam-trang-phi-thuyen-10-1559032094.jpg");
        }

        #IMAGE16 > .ladi-image {
            border-radius: 100px;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
        }

    #IMAGE17 {
        width: 201.969px;
        height: 210.083px;
        top: 460.01px;
        left: 253.961px;
    }

        #IMAGE17 > .ladi-image > .ladi-image-background {
            width: 314.732px;
            height: 210.083px;
            top: 0px;
            left: -56.3814px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_7474-1561629755.jpg");
        }

        #IMAGE17 > .ladi-image {
            border-radius: 100px;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
        }

    #IMAGE18 {
        width: 198.698px;
        height: 207.906px;
        top: 701.007px;
        left: 24.593px;
    }

        #IMAGE18 > .ladi-image > .ladi-image-background {
            width: 311.47px;
            height: 207.906px;
            top: 0px;
            left: -56.3861px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_7468-1562054652.jpg");
        }

        #IMAGE18 > .ladi-image {
            border-radius: 100px;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
        }

    #IMAGE19 {
        width: 200.458px;
        height: 201.438px;
        top: 703.006px;
        left: 258.995px;
    }

        #IMAGE19 > .ladi-image > .ladi-image-background {
            width: 200.458px;
            height: 201.438px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/tay-te-bao-chet-1559031895.jpg");
        }

        #IMAGE19 > .ladi-image {
            border-radius: 100px;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
        }

    #PARAGRAPH245 {
        width: 962px;
        top: 983.667px;
        left: -4.00892px;
    }

        #PARAGRAPH245 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
            text-shadow: rgb(0, 0, 0) 0px 1px 0px;
        }

    #BUTTON_TEXT246 {
        width: 247px;
        top: 14.0667px;
        left: 0px;
    }

        #BUTTON_TEXT246 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 26px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BUTTON246 {
        width: 246.667px;
        height: 59.3333px;
        top: 1054px;
        left: 370px;
    }

        #BUTTON246 > .ladi-button > .ladi-button-background {
            background-color: rgb(244, 67, 54);
        }

        #BUTTON246 > .ladi-button {
            border-radius: 5px;
        }

    #BOX356 {
        width: 665px;
        height: 79px;
        top: 0px;
        left: 0px;
    }

        #BOX356 > .ladi-box {
            background-color: rgb(244, 67, 54);
        }

    #HEADLINE357 {
        width: 627px;
        top: 25.1667px;
        left: 30.6667px;
    }

        #HEADLINE357 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 23px;
            text-align: center;
            line-height: 1.2;
        }

    #SHAPE358 {
        width: 32px;
        height: 32px;
        top: 23.5px;
        left: 6px;
    }

        #SHAPE358 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #BOX304 {
        width: 400px;
        height: 505.219px;
        top: 0px;
        left: 0px;
    }

        #BOX304 > .ladi-overlay {
            border-radius: 10px;
        }

        #BOX304 > .ladi-box {
            border-radius: 10px;
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
        }

    #PARAGRAPH311 {
        width: 358px;
        top: 67.3125px;
        left: 35px;
    }

        #PARAGRAPH311 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.2;
        }

    #SHAPE314 {
        width: 25.6563px;
        height: 25.6563px;
        top: 67.3125px;
        left: 8.34375px;
    }

        #SHAPE314 svg:last-child {
            fill: #000000;
        }

    #SHAPE315 {
        width: 25.6563px;
        height: 25.6563px;
        top: 137.969px;
        left: 8.34375px;
    }

        #SHAPE315 svg:last-child {
            fill: #000000;
        }

    #SHAPE316 {
        width: 25.6563px;
        height: 25.6563px;
        top: 186.625px;
        left: 9.34375px;
    }

        #SHAPE316 svg:last-child {
            fill: #000000;
        }

    #SHAPE317 {
        width: 25.6563px;
        height: 25.6563px;
        top: 234.484px;
        left: 9.34375px;
    }

        #SHAPE317 svg:last-child {
            fill: #000000;
        }

    #SHAPE318 {
        width: 25.6563px;
        height: 25.6563px;
        top: 306.917px;
        left: 9.34375px;
    }

        #SHAPE318 svg:last-child {
            fill: #000000;
        }

    #BOX307 {
        width: 270px;
        height: 102px;
        top: 0px;
        left: 0px;
    }

        #BOX307 > .ladi-overlay {
            border-radius: 20px;
        }

        #BOX307 > .ladi-box {
            border-radius: 20px;
            background-color: rgb(255, 152, 0);
        }

    #PARAGRAPH309 {
        width: 234px;
        top: 32px;
        left: 36px;
    }

        #PARAGRAPH309 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 32px;
            font-weight: bold;
            text-align: left;
            line-height: 1;
        }

    #BOX326 {
        width: 400px;
        height: 508.948px;
        top: 0px;
        left: 0px;
    }

        #BOX326 > .ladi-overlay {
            border-radius: 10px;
        }

        #BOX326 > .ladi-box {
            border-radius: 10px;
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
        }

    #PARAGRAPH335 {
        width: 348px;
        top: 113.625px;
        left: 37.5px;
    }

        #PARAGRAPH335 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH336 {
        width: 351px;
        top: 55px;
        left: 24.25px;
    }

        #PARAGRAPH336 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.2;
        }

    #SHAPE337 {
        width: 23.5px;
        height: 23.5px;
        top: 113.625px;
        left: 12.5px;
    }

        #SHAPE337 svg:last-child {
            fill: #000000;
        }

    #SHAPE338 {
        width: 22.75px;
        height: 22.75px;
        top: 163.416px;
        left: 12.5px;
    }

        #SHAPE338 svg:last-child {
            fill: #000000;
        }

    #SHAPE339 {
        width: 22px;
        height: 22px;
        top: 303.407px;
        left: 12.5px;
    }

        #SHAPE339 svg:last-child {
            fill: #000000;
        }

    #SHAPE340 {
        width: 23.75px;
        height: 23.75px;
        top: 375.406px;
        left: 12.5px;
    }

        #SHAPE340 svg:last-child {
            fill: #000000;
        }

    #SHAPE341 {
        width: 21px;
        height: 21px;
        top: 424.406px;
        left: 12.5px;
    }

        #SHAPE341 svg:last-child {
            fill: #000000;
        }

    #BOX333 {
        width: 289px;
        height: 102px;
        top: 70.667px;
        left: 572px;
    }

        #BOX333 > .ladi-overlay {
            border-radius: 20px;
        }

        #BOX333 > .ladi-box {
            border-radius: 20px;
            background-color: rgb(255, 152, 0);
        }

    #PARAGRAPH334 {
        width: 271px;
        top: 105.667px;
        left: 586px;
    }

        #PARAGRAPH334 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 32px;
            font-weight: bold;
            text-align: left;
            line-height: 1;
        }

    #HEADLINE342 {
        width: 960px;
        top: 678.677px;
        left: 0px;
    }

        #HEADLINE342 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 29px;
            text-align: center;
            line-height: 1.4;
        }

    #PARAGRAPH364 {
        width: 604px;
        top: 827.677px;
        left: 182.01px;
    }

        #PARAGRAPH364 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(8, 152, 139);
            font-size: 28px;
            font-weight: bold;
            font-style: italic;
            text-align: left;
            line-height: 1.2;
        }

    #SHAPE352 {
        width: 68px;
        height: 48px;
        top: 139.5px;
        left: 259.932px;
    }

        #SHAPE352 svg:last-child {
            fill: #ff0000;
        }

    #VIDEO352 {
        width: 587.865px;
        height: 327px;
        top: 130.5px;
        left: 187.069px;
    }

        #VIDEO352 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/PaHq25J12aY/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #BOX353 {
        width: 880px;
        height: 87px;
        top: 0px;
        left: 0px;
    }

        #BOX353 > .ladi-box {
            background-color: rgb(255, 152, 0);
        }

    #HEADLINE354 {
        width: 843px;
        top: 26.4896px;
        left: 20.5px;
    }

        #HEADLINE354 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 28px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH355 {
        width: 546px;
        top: 479.667px;
        left: 241.005px;
    }

        #PARAGRAPH355 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-style: italic;
            text-align: left;
            line-height: 1.2;
        }

    #GROUP102 {
        width: 298px;
        height: 62px;
        top: 161px;
        left: 655px;
    }

    #PARAGRAPH103 {
        width: 238px;
        top: 4px;
        left: 60px;
    }

        #PARAGRAPH103 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE104 {
        width: 48px;
        height: 48px;
        top: 0px;
        left: 0px;
    }

        #SHAPE104 svg:last-child {
            fill: rgba(219,255,0,1);
        }

    #GROUP105 {
        width: 298px;
        height: 48px;
        top: 291px;
        left: 330px;
    }

    #PARAGRAPH106 {
        width: 238px;
        top: 4px;
        left: 60px;
    }

        #PARAGRAPH106 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE107 {
        width: 48px;
        height: 48px;
        top: 0px;
        left: 0px;
    }

        #SHAPE107 svg:last-child {
            fill: rgba(219,255,0,1);
        }

    #GROUP108 {
        width: 298px;
        height: 81px;
        top: 295px;
        left: 652px;
    }

    #SHAPE109 {
        width: 48px;
        height: 48px;
        top: 0px;
        left: 0px;
    }

        #SHAPE109 svg:last-child {
            fill: rgba(219,255,0,1);
        }

    #PARAGRAPH110 {
        width: 238px;
        top: 4px;
        left: 60px;
    }

        #PARAGRAPH110 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #GROUP111 {
        width: 298px;
        height: 48px;
        top: 412px;
        left: 652px;
    }

    #PARAGRAPH112 {
        width: 238px;
        top: 4px;
        left: 60px;
    }

        #PARAGRAPH112 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE113 {
        width: 48px;
        height: 48px;
        top: 0px;
        left: 0px;
    }

        #SHAPE113 svg:last-child {
            fill: rgba(219,255,0,1);
        }

    #GROUP114 {
        width: 298px;
        height: 62px;
        top: 402px;
        left: 331.5px;
    }

    #PARAGRAPH115 {
        width: 238px;
        top: 4px;
        left: 60px;
    }

        #PARAGRAPH115 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE116 {
        width: 48px;
        height: 48px;
        top: 0px;
        left: 0px;
    }

        #SHAPE116 svg:last-child {
            fill: rgba(219,255,0,1);
        }

    #BOX118 {
        width: 960px;
        height: 81.6667px;
        top: 0px;
        left: 0px;
    }

        #BOX118 > .ladi-overlay {
            border-radius: 0px;
        }

        #BOX118 > .ladi-box {
            border-radius: 0px;
            background-color: rgb(255, 152, 0);
        }

    #HEADLINE119 {
        width: 947px;
        top: 20.5px;
        left: 6.0001px;
    }

        #HEADLINE119 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 32px;
            font-weight: bold;
            text-align: center;
            letter-spacing: 0px;
            line-height: 1;
        }

    #GROUP120 {
        width: 298px;
        height: 81px;
        top: 157px;
        left: 330px;
    }

    #SHAPE121 {
        width: 48px;
        height: 48px;
        top: 0px;
        left: 0px;
    }

        #SHAPE121 svg:last-child {
            fill: rgba(219,255,0,1);
        }

    #PARAGRAPH122 {
        width: 238px;
        top: 4px;
        left: 60px;
    }

        #PARAGRAPH122 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #IMAGE123 {
        width: 394.156px;
        height: 653.99px;
        top: 96.6672px;
        left: -76.1643px;
    }

        #IMAGE123 > .ladi-image > .ladi-image-background {
            width: 396.265px;
            height: 653.99px;
            top: 0px;
            left: -1.05425px;
            background-image: url("https://w.ladicdn.com/s500x800/5cd53c3230dba94fe2f37973/tam-trang-phi-thuyen-2-1559031232.jpg");
        }

    #GROUP124 {
        width: 298px;
        height: 88.5px;
        top: 524.5px;
        left: 331.5px;
    }

    #PARAGRAPH125 {
        width: 238px;
        top: 11.5px;
        left: 60px;
    }

        #PARAGRAPH125 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE126 {
        width: 48px;
        height: 48px;
        top: 0px;
        left: 0px;
    }

        #SHAPE126 svg:last-child {
            fill: rgba(219,255,0,1);
        }

    #GROUP127 {
        width: 298px;
        height: 77px;
        top: 536px;
        left: 652px;
    }

    #PARAGRAPH128 {
        width: 238px;
        top: 0px;
        left: 60px;
    }

        #PARAGRAPH128 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE129 {
        width: 48px;
        height: 48px;
        top: 0px;
        left: 0px;
    }

        #SHAPE129 svg:last-child {
            fill: rgba(219,255,0,1);
        }

    #BUTTON_TEXT365 {
        width: 229px;
        top: 13.5333px;
        left: 0px;
    }

        #BUTTON_TEXT365 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 23px;
            text-align: center;
            line-height: 1.2;
        }

    #BUTTON365 {
        width: 228.667px;
        height: 54.6667px;
        top: 671.677px;
        left: 557.32px;
    }

        #BUTTON365 > .ladi-button > .ladi-button-background {
            background-color: rgb(244, 67, 54);
        }

        #BUTTON365 > .ladi-button {
            border-radius: 5px;
        }

    #BOX23 {
        width: 223px;
        height: 439px;
        top: 0px;
        left: 0px;
    }

        #BOX23 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX23 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE25 {
        width: 204px;
        top: 252px;
        left: 6px;
    }

        #HEADLINE25 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE24 {
        width: 201.938px;
        height: 206.5px;
        top: 10.75px;
        left: 10.5104px;
    }

        #IMAGE24 > .ladi-image > .ladi-image-background {
            width: 309.363px;
            height: 206.5px;
            top: 0px;
            left: -53.7129px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8468-1561629387.jpg");
        }

    #PARAGRAPH345 {
        width: 203px;
        top: 311.656px;
        left: 10.5104px;
    }

        #PARAGRAPH345 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: left;
            line-height: 1.4;
        }

    #BOX27 {
        width: 223px;
        height: 438px;
        top: 0px;
        left: 0px;
    }

        #BOX27 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX27 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #PARAGRAPH130 {
        width: 192px;
        top: 302.323px;
        left: 15.5px;
    }

        #PARAGRAPH130 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #IMAGE28 {
        width: 198.698px;
        height: 203.76px;
        top: 12.1146px;
        left: 12.1563px;
    }

        #IMAGE28 > .ladi-image > .ladi-image-background {
            width: 305.259px;
            height: 203.76px;
            top: 0px;
            left: -53.2806px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8498-1561629552.jpg");
        }

    #HEADLINE29 {
        width: 194px;
        top: 231px;
        left: 14.4167px;
    }

        #HEADLINE29 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX31 {
        width: 223px;
        height: 435px;
        top: 0px;
        left: 0px;
    }

        #BOX31 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX31 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #IMAGE32 {
        width: 204.479px;
        height: 209.104px;
        top: 7.67739px;
        left: 7.82577px;
    }

        #IMAGE32 > .ladi-image > .ladi-image-background {
            width: 313.265px;
            height: 209.104px;
            top: 0px;
            left: -54.3928px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_7474-1561629755.jpg");
        }

    #HEADLINE34 {
        width: 141px;
        top: 274px;
        left: 36px;
    }

        #HEADLINE34 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(97, 97, 97);
            font-size: 14px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH132 {
        width: 197px;
        top: 302.323px;
        left: 12.1667px;
    }

        #PARAGRAPH132 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE33 {
        width: 158px;
        top: 248px;
        left: 32.5px;
    }

        #HEADLINE33 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX35 {
        width: 223px;
        height: 435px;
        top: 0px;
        left: 0px;
    }

        #BOX35 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX35 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE38 {
        width: 141px;
        top: 274px;
        left: 36px;
    }

        #HEADLINE38 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(97, 97, 97);
            font-size: 14px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE36 {
        width: 198.396px;
        height: 202.885px;
        top: 12.9792px;
        left: 12.5px;
    }

        #IMAGE36 > .ladi-image > .ladi-image-background {
            width: 303.948px;
            height: 202.885px;
            top: 0px;
            left: -52.7762px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8381-1561630162.jpg");
        }

    #HEADLINE37 {
        width: 205px;
        top: 230px;
        left: 8.72919px;
    }

        #HEADLINE37 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH131 {
        width: 197px;
        top: 283.656px;
        left: 12.7188px;
    }

        #PARAGRAPH131 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX39 {
        width: 223px;
        height: 439px;
        top: 0px;
        left: 0px;
    }

        #BOX39 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX39 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #IMAGE40 {
        width: 202.417px;
        height: 206.99px;
        top: 15.6778px;
        left: 13.5807px;
    }

        #IMAGE40 > .ladi-image > .ladi-image-background {
            width: 310.097px;
            height: 206.99px;
            top: 0px;
            left: -53.84px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8574-1561629157.jpg");
        }

    #HEADLINE41 {
        width: 158px;
        top: 252px;
        left: 32px;
    }

        #HEADLINE41 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX42 {
        width: 223px;
        height: 438px;
        top: 0px;
        left: 0px;
    }

        #BOX42 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX42 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #IMAGE43 {
        width: 196.833px;
        height: 203.646px;
        top: 13.6773px;
        left: 14.8406px;
    }

        #IMAGE43 > .ladi-image > .ladi-image-background {
            width: 305.087px;
            height: 203.646px;
            top: 0px;
            left: -54.127px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_7499-1562383053.jpg");
        }

    #HEADLINE44 {
        width: 175px;
        top: 221.385px;
        left: 24px;
    }

        #HEADLINE44 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH134 {
        width: 205px;
        top: 243.167px;
        left: 7.4375px;
    }

        #PARAGRAPH134 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX45 {
        width: 223px;
        height: 436px;
        top: 0px;
        left: 0px;
    }

        #BOX45 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX45 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #IMAGE46 {
        width: 202.479px;
        height: 207.052px;
        top: 7.67731px;
        left: 10.3231px;
    }

        #IMAGE46 > .ladi-image > .ladi-image-background {
            width: 310.19px;
            height: 207.052px;
            top: 0px;
            left: -53.8556px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8364-1562383134.jpg");
        }

    #HEADLINE47 {
        width: 207px;
        top: 236px;
        left: 10.8334px;
    }

        #HEADLINE47 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE48 {
        width: 141px;
        top: 274px;
        left: 36px;
    }

        #HEADLINE48 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(97, 97, 97);
            font-size: 14px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH135 {
        width: 197px;
        top: 281.323px;
        left: 13.6667px;
    }

        #PARAGRAPH135 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX49 {
        width: 223px;
        height: 435px;
        top: 0px;
        left: 0px;
    }

        #BOX49 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX49 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #IMAGE50 {
        width: 204.583px;
        height: 209.208px;
        top: 10.6772px;
        left: 7.94275px;
    }

        #IMAGE50 > .ladi-image > .ladi-image-background {
            width: 314.058px;
            height: 209.208px;
            top: 0px;
            left: -54.7373px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/5f8ec41b131cf742ae0d-1561781443.jpg");
        }

    #HEADLINE52 {
        width: 141px;
        top: 274px;
        left: 36px;
    }

        #HEADLINE52 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(97, 97, 97);
            font-size: 14px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH136 {
        width: 200px;
        top: 297.667px;
        left: 9.66669px;
    }

        #PARAGRAPH136 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE51 {
        width: 193px;
        top: 236px;
        left: 14.6667px;
    }

        #HEADLINE51 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX53 {
        width: 224.344px;
        height: 434.667px;
        top: 0px;
        left: 0px;
    }

        #BOX53 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX53 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE55 {
        width: 158px;
        top: 230px;
        left: 30px;
    }

        #HEADLINE55 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE54 {
        width: 206.948px;
        height: 210.833px;
        top: 7.91667px;
        left: 6.875px;
    }

        #IMAGE54 > .ladi-image > .ladi-image-background {
            width: 315.855px;
            height: 210.833px;
            top: 0px;
            left: -54.4536px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_7538-1562051929.jpg");
        }

    #PARAGRAPH137 {
        width: 208px;
        top: 285.333px;
        left: 6.35416px;
    }

        #PARAGRAPH137 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX59 {
        width: 223px;
        height: 436px;
        top: 0px;
        left: 0px;
    }

        #BOX59 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX59 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE62 {
        width: 141px;
        top: 274px;
        left: 36px;
    }

        #HEADLINE62 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(97, 97, 97);
            font-size: 14px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE60 {
        width: 201.896px;
        height: 206.656px;
        top: 10.6667px;
        left: 9.05209px;
    }

        #IMAGE60 > .ladi-image > .ladi-image-background {
            width: 297.743px;
            height: 206.656px;
            top: 0px;
            left: -47.9238px;
            background-image: url("https://w.ladicdn.com/s400x350/5cd53c3230dba94fe2f37973/thoa-serum-24k-1562994801.jpg");
        }

    #HEADLINE61 {
        width: 177px;
        top: 238px;
        left: 20px;
    }

        #HEADLINE61 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH344 {
        width: 206px;
        top: 295.333px;
        left: 7px;
    }

        #PARAGRAPH344 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX63 {
        width: 223px;
        height: 435px;
        top: 0px;
        left: 0px;
    }

        #BOX63 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX63 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE66 {
        width: 141px;
        top: 274px;
        left: 36px;
    }

        #HEADLINE66 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(97, 97, 97);
            font-size: 14px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE64 {
        width: 206.365px;
        height: 211.031px;
        top: 8.48959px;
        left: 9.32294px;
    }

        #IMAGE64 > .ladi-image > .ladi-image-background {
            width: 281.375px;
            height: 211.031px;
            top: 0px;
            left: -37.5052px;
            background-image: url("https://w.ladicdn.com/s400x350/5cd53c3230dba94fe2f37973/bun-khoang-1560326899.jpg");
        }

    #HEADLINE65 {
        width: 158px;
        top: 238px;
        left: 29.3333px;
    }

        #HEADLINE65 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH346 {
        width: 195px;
        top: 313.667px;
        left: 14.125px;
    }

        #PARAGRAPH346 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: left;
            line-height: 1.4;
        }

    #BOX67 {
        width: 223px;
        height: 439px;
        top: 0px;
        left: 0px;
    }

        #BOX67 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX67 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #PARAGRAPH140 {
        width: 193px;
        top: 293px;
        left: 15.1667px;
    }

        #PARAGRAPH140 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE69 {
        width: 197px;
        top: 245px;
        left: 10px;
    }

        #HEADLINE69 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE68 {
        width: 208px;
        height: 212.875px;
        top: 8.56251px;
        left: 5px;
    }

        #IMAGE68 > .ladi-image > .ladi-image-background {
            width: 318.914px;
            height: 212.875px;
            top: 0px;
            left: -55.4569px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8421-1562383000.jpg");
        }

    #BOX70 {
        width: 223px;
        height: 438px;
        top: 0px;
        left: 0px;
    }

        #BOX70 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX70 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE72 {
        width: 204px;
        top: 224.5px;
        left: 12px;
    }

        #HEADLINE72 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE71 {
        width: 200.958px;
        height: 205.5px;
        top: 11.25px;
        left: 11.0208px;
    }

        #IMAGE71 > .ladi-image > .ladi-image-background {
            width: 200.958px;
            height: 205.5px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/3d5dbf79ba875fd90696-1559030025.jpg");
        }

    #PARAGRAPH141 {
        width: 201px;
        top: 336px;
        left: 11.1667px;
    }

        #PARAGRAPH141 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX73 {
        width: 223px;
        height: 436px;
        top: 0px;
        left: 0px;
    }

        #BOX73 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX73 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE76 {
        width: 141px;
        top: 274px;
        left: 36px;
    }

        #HEADLINE76 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(97, 97, 97);
            font-size: 14px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH142 {
        width: 201px;
        top: 306px;
        left: 6px;
    }

        #PARAGRAPH142 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE75 {
        width: 197px;
        top: 231.5px;
        left: 10.375px;
    }

        #HEADLINE75 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE74 {
        width: 202.25px;
        height: 206.99px;
        top: 10.5104px;
        left: 10.375px;
    }

        #IMAGE74 > .ladi-image > .ladi-image-background {
            width: 202.25px;
            height: 206.99px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/thoa-kem-body-1-1559033042.jpg");
        }

    #BOX77 {
        width: 223px;
        height: 435px;
        top: 0px;
        left: 0px;
    }

        #BOX77 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX77 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE80 {
        width: 141px;
        top: 274px;
        left: 36px;
    }

        #HEADLINE80 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(97, 97, 97);
            font-size: 14px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE79 {
        width: 206px;
        top: 238px;
        left: 5.98962px;
    }

        #HEADLINE79 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE78 {
        width: 204.354px;
        height: 208.99px;
        top: 9.51041px;
        left: 8.82294px;
    }

        #IMAGE78 > .ladi-image > .ladi-image-background {
            width: 204.354px;
            height: 208.99px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/tay-te-bao-chet-1559031895.jpg");
        }

    #PARAGRAPH139 {
        width: 205px;
        top: 321.667px;
        left: 8.16669px;
    }

        #PARAGRAPH139 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX85 {
        width: 223px;
        height: 439px;
        top: 0px;
        left: 0px;
    }

        #BOX85 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX85 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE87 {
        width: 196px;
        top: 237px;
        left: 13.9896px;
    }

        #HEADLINE87 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH144 {
        width: 199px;
        top: 303px;
        left: 12.6563px;
    }

        #PARAGRAPH144 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #IMAGE86 {
        width: 202.5px;
        height: 207.073px;
        top: 7.67708px;
        left: 10.7396px;
    }

        #IMAGE86 > .ladi-image > .ladi-image-background {
            width: 266.432px;
            height: 207.073px;
            top: 0px;
            left: -31.9658px;
            background-image: url("https://w.ladicdn.com/s400x350/5cd53c3230dba94fe2f37973/dsc_8295-1561691876.jpg");
        }

    #PARAGRAPH133 {
        width: 204px;
        top: 936.667px;
        left: 7px;
    }

        #PARAGRAPH133 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX204 {
        width: 960.99px;
        height: 95px;
        top: 0px;
        left: 0px;
    }

        #BOX204 > .ladi-overlay {
            border-radius: 0px;
        }

        #BOX204 > .ladi-box {
            border-radius: 0px;
            background-color: rgb(228, 140, 11);
        }

    #HEADLINE205 {
        width: 938px;
        top: 27.4896px;
        left: 11.5px;
    }

        #HEADLINE205 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 34px;
            font-weight: bold;
            text-align: left;
            line-height: 1;
        }

    #HEADLINE166 {
        width: 961px;
        top: 39.0066px;
        left: -1px;
    }

        #HEADLINE166 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 150, 243);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #BOX167 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX167 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE168 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE168 > .ladi-image > .ladi-image-background {
            width: 307.116px;
            height: 205px;
            top: 0px;
            left: -41.5581px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8364-1562383134.jpg");
        }

    #HEADLINE170 {
        width: 210px;
        top: 41px;
        left: 250px;
    }

        #HEADLINE170 > .ladi-headline {
            color: rgb(33, 150, 243);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH169 {
        width: 197px;
        top: 69.5px;
        left: 250px;
    }

        #PARAGRAPH169 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX172 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX172 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE173 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE173 > .ladi-image > .ladi-image-background {
            width: 307.116px;
            height: 205px;
            top: 0px;
            left: -41.5581px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_7480-1561691456.jpg");
        }

    #PARAGRAPH174 {
        width: 197px;
        top: 80px;
        left: 251px;
    }

        #PARAGRAPH174 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX176 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX176 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE177 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE177 > .ladi-image > .ladi-image-background {
            width: 224px;
            height: 205px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/sua-rua-mat-tri-mun-drskinpro-1562141975.png");
        }

    #PARAGRAPH178 {
        width: 197px;
        top: 51.5px;
        left: 249.833px;
    }

        #PARAGRAPH178 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX180 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX180 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE181 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE181 > .ladi-image > .ladi-image-background {
            width: 307.74px;
            height: 205px;
            top: 0px;
            left: -41.8702px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/5f8ec41b131cf742ae0d-1561781443.jpg");
        }

    #PARAGRAPH182 {
        width: 197px;
        top: 62.5px;
        left: 250px;
    }

        #PARAGRAPH182 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX184 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX184 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE185 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE185 > .ladi-image > .ladi-image-background {
            width: 224px;
            height: 205px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/nguyen-1561705011.png");
        }

    #PARAGRAPH186 {
        width: 197px;
        top: 62.5px;
        left: 250px;
    }

        #PARAGRAPH186 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX187 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX187 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #PARAGRAPH189 {
        width: 197px;
        top: 51.5px;
        left: 249.833px;
    }

        #PARAGRAPH189 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #IMAGE188 {
        width: 224px;
        height: 205px;
        top: 663.5px;
        left: 502px;
    }

        #IMAGE188 > .ladi-image > .ladi-image-background {
            width: 312.671px;
            height: 205px;
            top: 0px;
            left: -44.3353px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/uu-dai-1559811838.png");
        }

    #BOX190 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX190 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE191 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE191 > .ladi-image > .ladi-image-background {
            width: 224px;
            height: 205px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/dsc_8490-1562382626.jpg");
        }

    #PARAGRAPH192 {
        width: 197px;
        top: 62.5px;
        left: 250px;
    }

        #PARAGRAPH192 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX195 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX195 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE196 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE196 > .ladi-image > .ladi-image-background {
            width: 224px;
            height: 205px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/tam-trang-phi-thuyen-10-1559032094.jpg");
        }

    #PARAGRAPH197 {
        width: 197px;
        top: 62.5px;
        left: 250px;
    }

        #PARAGRAPH197 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #IMAGE301 {
        width: 454.208px;
        height: 100.208px;
        top: 1179.67px;
        left: 258.743px;
    }

        #IMAGE301 > .ladi-image > .ladi-image-background {
            width: 454.208px;
            height: 100.208px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/tu-van-24-7-1559032483.gif");
        }

    #HEADLINE201 {
        width: 307px;
        top: 15px;
        left: 6px;
    }

        #HEADLINE201 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            text-decoration-line: underline;
            -webkit-text-decoration-line: underline;
            color: rgb(236, 50, 36);
            font-size: 51px;
            font-weight: bold;
            text-transform: uppercase;
            text-align: left;
            line-height: 1;
        }

    #LIST_PARAGRAPH203 {
        width: 468px;
        top: 110.001px;
        left: 1px;
    }

        #LIST_PARAGRAPH203 > .ladi-list-paragraph {
            color: rgb(92, 92, 92);
            font-size: 13px;
            text-align: left;
            line-height: 1.4;
        }

        #LIST_PARAGRAPH203 ul li {
            padding-bottom: 15px;
            padding-left: 25px;
        }

            #LIST_PARAGRAPH203 ul li:before {
                content: "";
                background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 1792 1896.0833" fill="rgba(255,193,7,1)"> <path d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"></path> </svg>');
                width: 16px;
                height: 16px;
                top: 0px;
            }

    #LIST_PARAGRAPH206 {
        width: 493px;
        top: 227.001px;
        left: -4px;
    }

        #LIST_PARAGRAPH206 > .ladi-list-paragraph {
            color: rgb(92, 92, 92);
            font-size: 13px;
            text-align: left;
            line-height: 1.4;
        }

        #LIST_PARAGRAPH206 ul li {
            padding-bottom: 15px;
            padding-left: 25px;
        }

            #LIST_PARAGRAPH206 ul li:before {
                content: "";
                background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 1792 1896.0833" fill="rgba(255,189,18,1)"> <path d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"></path> </svg>');
                width: 16px;
                height: 16px;
                top: 0px;
            }

    #LIST_PARAGRAPH207 {
        width: 406px;
        top: 328px;
        left: 1px;
    }

        #LIST_PARAGRAPH207 > .ladi-list-paragraph {
            color: rgb(92, 92, 92);
            font-size: 13px;
            text-align: left;
            line-height: 1.4;
        }

        #LIST_PARAGRAPH207 ul li {
            padding-bottom: 15px;
            padding-left: 25px;
        }

            #LIST_PARAGRAPH207 ul li:before {
                content: "";
                background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 1792 1896.0833" fill="rgba(255,189,18,1)"> <path d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"></path> </svg>');
                width: 16px;
                height: 16px;
                top: 0px;
            }

    #IMAGE208 {
        width: 455.188px;
        height: 456.563px;
        top: 421.677px;
        left: 9.0047px;
    }

        #IMAGE208 > .ladi-image > .ladi-image-background {
            width: 455.188px;
            height: 456.563px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x600/5cd53c3230dba94fe2f37973/hinh-anh-tam-trang-truoc-sau-1559289466.jpg");
        }

    #IMAGE209 {
        width: 466px;
        height: 324px;
        top: 84.677px;
        left: 478.51px;
    }

        #IMAGE209 > .ladi-image > .ladi-image-background {
            width: 466px;
            height: 324px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x450/5cd53c3230dba94fe2f37973/hinh-anh-truoc-sau-tam-trang-1559034927.jpg");
        }

    #IMAGE210 {
        width: 470.156px;
        height: 459.698px;
        top: 420.097px;
        left: 474.349px;
    }

        #IMAGE210 > .ladi-image > .ladi-image-background {
            width: 470.156px;
            height: 459.698px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x600/5cd53c3230dba94fe2f37973/anh-truoc-sau-tam-trang-1559289536.jpg");
        }

    #HEADLINE348 {
        width: 902px;
        top: 16.6667px;
        left: 20px;
    }

        #HEADLINE348 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 34px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #SHAPE349 {
        width: 68px;
        height: 48px;
        top: 128px;
        left: 240.953px;
    }

        #SHAPE349 svg:last-child {
            fill: #ff0000;
        }

    #VIDEO349 {
        width: 553.906px;
        height: 308px;
        top: 71.667px;
        left: 197.305px;
    }

        #VIDEO349 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/LB5mT-IGSLc/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

        #VIDEO349 > .ladi-video {
            box-shadow: 0px 0px 20px 0px rgba(230,206,0,1);
            -webkit-box-shadow: 0px 0px 20px 0px rgba(230,206,0,1);
        }

    #PARAGRAPH350 {
        width: 529px;
        top: 392.667px;
        left: 214.005px;
    }

        #PARAGRAPH350 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-style: italic;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE213 {
        width: 911px;
        top: 29px;
        left: 19.51px;
    }

        #HEADLINE213 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 43px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #HEADLINE214 {
        width: 225px;
        top: 569.169px;
        left: 350.5px;
    }

        #HEADLINE214 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE215 {
        width: 534px;
        top: 682.667px;
        left: 194.995px;
    }

        #HEADLINE215 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #GROUP216 {
        width: 502.875px;
        height: 70.9896px;
        top: 455.656px;
        left: 230.896px;
    }

    #HEADLINE217 {
        width: 226px;
        top: 32.3125px;
        left: 276.875px;
    }

        #HEADLINE217 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(230, 66, 54);
            font-size: 33px;
            font-weight: bold;
            text-align: left;
            line-height: 1;
        }

    #HEADLINE218 {
        width: 202px;
        top: 0px;
        left: 276.875px;
    }

        #HEADLINE218 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 22px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #BOX219 {
        width: 262.885px;
        height: 70.9896px;
        top: 0px;
        left: 0px;
    }

        #BOX219 > .ladi-overlay {
            border-radius: 330px 0px 0px 330px;
        }

        #BOX219 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-radius: 330px 0px 0px 330px;
        }

    #HEADLINE220 {
        width: 224px;
        top: 468.823px;
        left: 247px;
    }

        #HEADLINE220 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            text-decoration-line: line-through;
            -webkit-text-decoration-line: line-through;
            color: rgb(255, 152, 0);
            font-size: 39px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #FORM221 {
        width: 615.01px;
        height: 297.01px;
        top: 752px;
        left: 162.506px;
    }

        #FORM221 > .ladi-form {
            color: rgb(110, 110, 110);
            font-size: 13px;
            line-height: 1;
        }

        #FORM221 .ladi-form-item .ladi-form-control::placeholder, #FORM221 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""], #FORM221 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
            color: rgba(110,110,110,1);
        }

        #FORM221 .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: rgba(110%2C110%2C110%2C1)"></polygon></svg>');
        }

        #FORM221 .ladi-form-item-container {
            border-radius: 4px;
            border-style: solid;
            border-color: rgb(238, 238, 238);
            border-width: 1px;
        }

        #FORM221 .ladi-form-item-background {
            background-color: rgb(255, 255, 255);
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

    #FORM_ITEM222 {
        width: 612.5px;
        height: 37.6719px;
        top: 0px;
        left: 1.25px;
    }

    #FORM_ITEM224 {
        width: 614px;
        height: 37px;
        top: 49px;
        left: 0px;
    }

    #FORM_ITEM225 {
        width: 615px;
        height: 69px;
        top: 165.01px;
        left: 0.0104px;
    }

    #FORM_ITEM359 {
        width: 612px;
        height: 36px;
        top: 105px;
        left: 0.5104px;
    }

    #BUTTON_TEXT226 {
        width: 612px;
        top: 9.2px;
        left: 0px;
    }

        #BUTTON_TEXT226 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #BUTTON226 {
        width: 612px;
        height: 38px;
        top: 259.01px;
        left: 1.50459px;
    }

        #BUTTON226 > .ladi-button > .ladi-button-background {
            background-color: rgb(244, 67, 54);
        }

        #BUTTON226 > .ladi-button {
            border-radius: 5px;
        }

    #GROUP227 {
        width: 290px;
        height: 56px;
        top: 608.646px;
        left: 328px;
    }

    #GROUP228 {
        width: 277px;
        height: 56px;
        top: 0px;
        left: 5px;
    }

    #BOX229 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 0px;
    }

        #BOX229 > .ladi-overlay {
            border-radius: 4px;
        }

        #BOX229 > .ladi-box {
            border-radius: 4px;
            background-color: rgb(244, 67, 54);
            border-color: rgba(0, 0, 0, 0);
        }

    #HEADLINE230 {
        width: 46px;
        top: 35px;
        left: 3px;
    }

        #HEADLINE230 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 13px;
            text-align: center;
            line-height: 1.2;
        }

    #BOX231 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 0px;
    }

        #BOX231 > .ladi-overlay {
            border-radius: 4px;
        }

        #BOX231 > .ladi-box {
            border-radius: 4px;
            background-color: rgb(244, 67, 54);
            border-color: rgba(0, 0, 0, 0);
        }

    #HEADLINE232 {
        width: 46px;
        top: 35px;
        left: 3px;
    }

        #HEADLINE232 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 13px;
            text-align: center;
            line-height: 1.2;
        }

    #BOX233 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 0px;
    }

        #BOX233 > .ladi-overlay {
            border-radius: 4px;
        }

        #BOX233 > .ladi-box {
            border-radius: 4px;
            background-color: rgb(244, 67, 54);
            border-color: rgba(0, 0, 0, 0);
        }

    #HEADLINE234 {
        width: 46px;
        top: 35px;
        left: 3px;
    }

        #HEADLINE234 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 13px;
            text-align: center;
            line-height: 1.2;
        }

    #BOX235 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 0px;
    }

        #BOX235 > .ladi-overlay {
            border-radius: 4px;
        }

        #BOX235 > .ladi-box {
            border-radius: 4px;
            background-color: rgb(244, 67, 54);
            border-color: rgba(0, 0, 0, 0);
        }

    #HEADLINE236 {
        width: 46px;
        top: 35px;
        left: 3px;
    }

        #HEADLINE236 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 13px;
            text-align: center;
            line-height: 1.2;
        }

    #COUNTDOWN237 {
        width: 290px;
        height: 26px;
        top: 7px;
        left: 0px;
    }

        #COUNTDOWN237 > .ladi-countdown {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 30px;
            font-weight: bold;
            text-align: center;
        }

            #COUNTDOWN237 > .ladi-countdown > .ladi-element {
                width: calc((100% - 10px * 3) / 4);
                margin-right: 10px;
                height: 100%;
            }

            #COUNTDOWN237 > .ladi-countdown .ladi-countdown-background {
            }

    #PARAGRAPH238 {
        width: 807px;
        top: 115.668px;
        left: 80px;
    }

        #PARAGRAPH238 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 22px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH240 {
        width: 744px;
        top: 285.323px;
        left: 75px;
    }

        #PARAGRAPH240 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            text-decoration-line: underline;
            -webkit-text-decoration-line: underline;
            color: rgb(255, 235, 59);
            font-size: 27px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH241 {
        width: 809px;
        top: 337.333px;
        left: 78px;
    }

        #PARAGRAPH241 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 235, 59);
            font-size: 25px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH242 {
        width: 280px;
        top: 494.317px;
        left: 664px;
    }

        #PARAGRAPH242 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: left;
            line-height: 1.2;
        }

    #BOX243 {
        width: 740px;
        height: 169px;
        top: 0px;
        left: 0px;
    }

        #BOX243 > .ladi-box {
            background-color: rgb(244, 67, 54);
            border-style: dashed;
            border-color: rgb(255, 193, 7);
            border-width: 2px;
        }

    #PARAGRAPH244 {
        width: 703px;
        top: 17.6563px;
        left: 16.1563px;
    }

        #PARAGRAPH244 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 17px;
            text-align: left;
            line-height: 1.2;
        }

    #IMAGE302 {
        width: 409.458px;
        height: 92.4271px;
        top: 1623.67px;
        left: 262.767px;
    }

        #IMAGE302 > .ladi-image > .ladi-image-background {
            width: 409.458px;
            height: 92.4271px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/tu-van-24-7-1559032483.gif");
        }

    #IMAGE361 {
        width: 288px;
        height: 288px;
        top: 1271px;
        left: 334px;
    }

        #IMAGE361 > .ladi-image > .ladi-image-background {
            width: 288px;
            height: 288px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x400/5cd53c3230dba94fe2f37973/anh-c-1564975595.png");
        }

    #PARAGRAPH363 {
        width: 463px;
        top: 1566px;
        left: 244px;
    }

        #PARAGRAPH363 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-style: italic;
            text-align: left;
            line-height: 1.2;
        }

    #IMAGE248 {
        width: 216.104px;
        height: 430.948px;
        top: 188.668px;
        left: 12.7419px;
    }

        #IMAGE248 > .ladi-image > .ladi-image-background {
            width: 242.287px;
            height: 430.948px;
            top: 0px;
            left: -13.0914px;
            background-image: url("https://w.ladicdn.com/s350x550/5cd53c3230dba94fe2f37973/feed-back-4-1559290079.jpg");
        }

    #IMAGE249 {
        width: 235.063px;
        height: 430.948px;
        top: 190.671px;
        left: 235.737px;
    }

        #IMAGE249 > .ladi-image > .ladi-image-background {
            width: 242.287px;
            height: 430.948px;
            top: 0px;
            left: -3.61229px;
            background-image: url("https://w.ladicdn.com/s350x550/5cd53c3230dba94fe2f37973/feedback-3-1559289999.jpg");
        }

    #IMAGE250 {
        width: 246.094px;
        height: 431.458px;
        top: 188.161px;
        left: 480.929px;
    }

        #IMAGE250 > .ladi-image > .ladi-image-background {
            width: 246.094px;
            height: 431.458px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x550/5cd53c3230dba94fe2f37973/feedback-2-1559289937.jpg");
        }

    #IMAGE251 {
        width: 221.969px;
        height: 440.948px;
        top: 178.667px;
        left: 727.032px;
    }

        #IMAGE251 > .ladi-image > .ladi-image-background {
            width: 247.909px;
            height: 440.948px;
            top: 0px;
            left: -12.9703px;
            background-image: url("https://w.ladicdn.com/s350x550/5cd53c3230dba94fe2f37973/feedback-1-1559289871.jpg");
        }

    #HEADLINE252 {
        width: 744px;
        top: 58.667px;
        left: 109.01px;
    }

        #HEADLINE252 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 52px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #IMAGE253 {
        width: 291px;
        height: 14px;
        top: 128px;
        left: 332.5px;
    }

        #IMAGE253 > .ladi-image > .ladi-image-background {
            width: 291px;
            height: 14px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x150/5cd53c3230dba94fe2f37973/line-1560312931.png");
        }

    #HEADLINE256 {
        width: 858px;
        top: 41px;
        left: 43px;
    }

        #HEADLINE256 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(211, 60, 48);
            font-size: 48px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #BOX257 {
        width: 461px;
        height: 239px;
        top: 0px;
        left: 0px;
    }

        #BOX257 > .ladi-box {
            box-shadow: 0px 2px 0px 0px rgba(194,27,27,1);
            -webkit-box-shadow: 0px 2px 0px 0px rgba(194,27,27,1);
            background-color: rgba(255, 255, 255, 0.97);
        }

    #SHAPE258 {
        width: 55px;
        height: 55px;
        top: 26px;
        left: 30px;
    }

        #SHAPE258 svg:last-child {
            fill: rgba(184,184,184,1);
        }

    #PARAGRAPH260 {
        width: 368px;
        top: 118px;
        left: 46.5px;
    }

        #PARAGRAPH260 > .ladi-paragraph {
            font-family: "Montserrat", sans-serif;
            color: rgb(99, 99, 99);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE259 {
        width: 341px;
        top: 13.5px;
        left: 97px;
    }

        #HEADLINE259 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(194, 27, 27);
            font-size: 21px;
            font-style: italic;
            text-align: justify;
            line-height: 1.2;
        }

    #BOX262 {
        width: 461px;
        height: 239px;
        top: 0px;
        left: 0px;
    }

        #BOX262 > .ladi-box {
            box-shadow: 0px 2px 0px 0px rgba(194,27,27,1);
            -webkit-box-shadow: 0px 2px 0px 0px rgba(194,27,27,1);
            background-color: rgba(255, 255, 255, 0.97);
        }

    #SHAPE263 {
        width: 55px;
        height: 55px;
        top: 26px;
        left: 30px;
    }

        #SHAPE263 svg:last-child {
            fill: rgba(184,184,184,1);
        }

    #PARAGRAPH265 {
        width: 383px;
        top: 107px;
        left: 41px;
    }

        #PARAGRAPH265 > .ladi-paragraph {
            font-family: "Montserrat", sans-serif;
            color: rgb(99, 99, 99);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE264 {
        width: 353px;
        top: 13.5px;
        left: 102px;
    }

        #HEADLINE264 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(194, 27, 27);
            font-size: 21px;
            font-style: italic;
            text-align: justify;
            line-height: 1.2;
        }

    #IMAGE266 {
        width: 447px;
        height: 26px;
        top: 128.916px;
        left: 249px;
    }

        #IMAGE266 > .ladi-image > .ladi-image-background {
            width: 447px;
            height: 26px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x150/5cd53c3230dba94fe2f37973/image-removebg-preview-1561774287.png");
        }

    #BOX267 {
        width: 461px;
        height: 409px;
        top: 0px;
        left: 0px;
    }

        #BOX267 > .ladi-box {
            box-shadow: 0px 2px 0px 0px rgba(194,27,27,1);
            -webkit-box-shadow: 0px 2px 0px 0px rgba(194,27,27,1);
            background-color: rgba(255, 255, 255, 0.97);
        }

    #SHAPE268 {
        width: 55px;
        height: 55px;
        top: 26px;
        left: 30px;
    }

        #SHAPE268 svg:last-child {
            fill: rgba(184,184,184,1);
        }

    #HEADLINE270 {
        width: 341px;
        top: 13.5px;
        left: 97px;
    }

        #HEADLINE270 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(194, 27, 27);
            font-size: 21px;
            font-style: italic;
            text-align: justify;
            line-height: 1.2;
        }

    #PARAGRAPH269 {
        width: 368px;
        top: 93.4896px;
        left: 46.5px;
    }

        #PARAGRAPH269 > .ladi-paragraph {
            font-family: "Montserrat", sans-serif;
            color: rgb(99, 99, 99);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX271 {
        width: 461px;
        height: 407px;
        top: 0px;
        left: 0px;
    }

        #BOX271 > .ladi-box {
            box-shadow: 0px 2px 0px 0px rgba(194,27,27,1);
            -webkit-box-shadow: 0px 2px 0px 0px rgba(194,27,27,1);
            background-color: rgba(255, 255, 255, 0.97);
        }

    #SHAPE272 {
        width: 55px;
        height: 55px;
        top: 26px;
        left: 30px;
    }

        #SHAPE272 svg:last-child {
            fill: rgba(184,184,184,1);
        }

    #PARAGRAPH273 {
        width: 383px;
        top: 107px;
        left: 41px;
    }

        #PARAGRAPH273 > .ladi-paragraph {
            font-family: "Montserrat", sans-serif;
            color: rgb(99, 99, 99);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE274 {
        width: 353px;
        top: 13.5px;
        left: 101px;
    }

        #HEADLINE274 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(194, 27, 27);
            font-size: 21px;
            font-style: italic;
            text-align: justify;
            line-height: 1.2;
        }

    #LINE276 {
        width: 962px;
        top: 525px;
        left: -5.00851px;
    }

        #LINE276 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgba(255, 255, 255, 0.18);
            border-right: 1px solid rgba(255, 255, 255, 0.18);
            border-bottom: 1px solid rgba(255, 255, 255, 0.18);
            border-left: 0px !important;
        }

        #LINE276 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #LINE277 {
        width: 962px;
        top: 106px;
        left: 4px;
    }

        #LINE277 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgba(255, 255, 255, 0.18);
            border-right: 1px solid rgba(255, 255, 255, 0.18);
            border-bottom: 1px solid rgba(255, 255, 255, 0.18);
            border-left: 0px !important;
        }

        #LINE277 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #HEADLINE278 {
        width: 422px;
        top: 37.009px;
        left: 26px;
    }

        #HEADLINE278 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 22px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE279 {
        width: 296px;
        top: 129px;
        left: 5px;
    }

        #HEADLINE279 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE280 {
        width: 296px;
        top: 130px;
        left: 331px;
    }

        #HEADLINE280 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE281 {
        width: 296px;
        top: 131px;
        left: 651px;
    }

        #HEADLINE281 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE282 {
        width: 296px;
        top: 235px;
        left: 649px;
    }

        #HEADLINE282 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE283 {
        width: 296px;
        top: 234px;
        left: 330px;
    }

        #HEADLINE283 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE284 {
        width: 296px;
        top: 229px;
        left: 5px;
    }

        #HEADLINE284 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH285 {
        width: 197px;
        top: 585.009px;
        left: 761px;
    }

        #PARAGRAPH285 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgba(255, 255, 255, 0.86);
            font-size: 19px;
            font-weight: bold;
            text-align: right;
            line-height: 1.2;
        }

    #GROUP286 {
        width: 114.75px;
        height: 30px;
        top: 818.49px;
        left: 804.135px;
    }

    #SHAPE287 {
        width: 31.875px;
        height: 30px;
        top: 0px;
        left: 0px;
    }

        #SHAPE287 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE288 {
        width: 31.875px;
        height: 30px;
        top: 0px;
        left: 42.0729px;
    }

        #SHAPE288 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE289 {
        width: 31.875px;
        height: 30px;
        top: 0px;
        left: 82.8751px;
    }

        #SHAPE289 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE290 {
        width: 24px;
        height: 24px;
        top: 33.0012px;
        left: 0px;
    }

        #SHAPE290 svg:last-child {
            fill: rgba(232,75,53,1);
        }

    #PARAGRAPH291 {
        width: 607px;
        top: 586px;
        left: 0px;
    }

        #PARAGRAPH291 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgba(255, 255, 255, 0.86);
            font-size: 21px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH292 {
        width: 520px;
        top: 636px;
        left: 2px;
    }

        #PARAGRAPH292 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 15px;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE293 {
        width: 200px;
        top: 75.002px;
        left: 34px;
    }

        #HEADLINE293 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 20px;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE294 {
        width: 296px;
        top: 326px;
        left: -1px;
    }

        #HEADLINE294 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE295 {
        width: 296px;
        top: 326px;
        left: 331px;
    }

        #HEADLINE295 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE296 {
        width: 296px;
        top: 321px;
        left: 649px;
    }

        #HEADLINE296 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE297 {
        width: 296px;
        top: 426px;
        left: 1px;
    }

        #HEADLINE297 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE298 {
        width: 296px;
        top: 426px;
        left: 329px;
    }

        #HEADLINE298 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #IMAGE299 {
        width: 181.5px;
        height: 183.969px;
        top: 626.526px;
        left: 771.5px;
    }

        #IMAGE299 > .ladi-image > .ladi-image-background {
            width: 181.5px;
            height: 183.969px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s300x300/5cd53c3230dba94fe2f37973/logo-Cigo Beauty Center-png-1559036741.png");
        }

    #GROUP366 {
        width: 665px;
        height: 79px;
        top: 281px;
        left: 156px;
    }

    #GROUP367 {
        width: 400px;
        height: 505.219px;
        top: 127.667px;
        left: 38.6563px;
    }

    #GROUP368 {
        width: 270px;
        height: 102px;
        top: 73.6565px;
        left: 105px;
    }

    #GROUP369 {
        width: 400px;
        height: 508.948px;
        top: 123.938px;
        left: 509.51px;
    }

    #GROUP370 {
        width: 880px;
        height: 87px;
        top: 15.667px;
        left: 38px;
    }

    #GROUP371 {
        width: 960px;
        height: 81.6667px;
        top: 7.6667px;
        left: 0px;
    }

    #GROUP372 {
        width: 223px;
        height: 439px;
        top: 186px;
        left: 0px;
    }

    #GROUP373 {
        width: 223px;
        height: 438px;
        top: 185px;
        left: 244.75px;
    }

    #GROUP374 {
        width: 223px;
        height: 435px;
        top: 186px;
        left: 737px;
    }

    #GROUP375 {
        width: 223px;
        height: 435px;
        top: 186px;
        left: 493px;
    }

    #GROUP376 {
        width: 223px;
        height: 439px;
        top: 643px;
        left: 0px;
    }

    #GROUP377 {
        width: 223px;
        height: 438px;
        top: 641.51px;
        left: 244.843px;
    }

    #GROUP378 {
        width: 223px;
        height: 436px;
        top: 643px;
        left: 492.5px;
    }

    #GROUP379 {
        width: 223px;
        height: 435px;
        top: 643px;
        left: 737px;
    }

    #GROUP380 {
        width: 224.344px;
        height: 434.667px;
        top: 1098.67px;
        left: -1.36058px;
    }

    #GROUP381 {
        width: 223px;
        height: 436px;
        top: 1098px;
        left: 244.5px;
    }

    #GROUP382 {
        width: 223px;
        height: 435px;
        top: 1098.01px;
        left: 495.167px;
    }

    #GROUP383 {
        width: 223px;
        height: 439px;
        top: 1553px;
        left: 0px;
    }

    #GROUP384 {
        width: 223px;
        height: 438px;
        top: 1554px;
        left: 243px;
    }

    #GROUP385 {
        width: 223px;
        height: 436px;
        top: 1554px;
        left: 492px;
    }

    #GROUP386 {
        width: 223px;
        height: 435px;
        top: 1098px;
        left: 737px;
    }

    #GROUP387 {
        width: 223px;
        height: 439px;
        top: 1548.51px;
        left: 734px;
    }

    #GROUP388 {
        width: 960.99px;
        height: 95px;
        top: 44.667px;
        left: -0.994615px;
    }

    #GROUP389 {
        width: 461px;
        height: 206px;
        top: 184px;
        left: 0px;
    }

    #GROUP390 {
        width: 461px;
        height: 206px;
        top: 184.5px;
        left: 499px;
    }

    #GROUP391 {
        width: 461px;
        height: 206px;
        top: 427px;
        left: 499px;
    }

    #GROUP392 {
        width: 461px;
        height: 206px;
        top: 426px;
        left: -2px;
    }

    #GROUP393 {
        width: 461px;
        height: 206px;
        top: 656px;
        left: 0px;
    }

    #GROUP394 {
        width: 461px;
        height: 206px;
        top: 656px;
        left: 501px;
    }

    #GROUP395 {
        width: 461px;
        height: 206px;
        top: 902px;
        left: -1px;
    }

    #GROUP396 {
        width: 461px;
        height: 206px;
        top: 905px;
        left: 495px;
    }

    #GROUP397 {
        width: 55px;
        height: 55px;
        top: 1px;
        left: 0px;
    }

    #GROUP398 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 74px;
    }

    #GROUP399 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 147px;
    }

    #GROUP400 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 222px;
    }

    #GROUP401 {
        width: 740px;
        height: 169px;
        top: 1080.67px;
        left: 100.002px;
    }

    #GROUP402 {
        width: 461px;
        height: 239px;
        top: 216px;
        left: 1px;
    }

    #GROUP403 {
        width: 461px;
        height: 239px;
        top: 216px;
        left: 496px;
    }

    #GROUP404 {
        width: 461px;
        height: 409px;
        top: 495px;
        left: 0px;
    }

    #GROUP405 {
        width: 461px;
        height: 407px;
        top: 497px;
        left: 498.833px;
    }
}

@media (max-width: 767px) {
    #SECTION_POPUP {
        height: 0px;
    }

    #SECTION2 {
        height: 1540.33px;
    }

        #SECTION2 > .ladi-overlay {
            background-color: rgb(255, 244, 152);
        }

        #SECTION2 > .ladi-section-background {
            background-size: auto 100%;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s768x1540/5cd53c3230dba94fe2f37973/yellow-background-14046115834kp-1560311586.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION303 {
        height: 1546px;
    }

    #SECTION351 {
        height: 430px;
    }

    #SECTION99 {
        height: 1359px;
    }

        #SECTION99 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s768x1359/5cd53c3230dba94fe2f37973/curves-orange-and-white-backgrounds-powerpoint-1564892309.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION20 {
        height: 7532px;
    }

        #SECTION20 > .ladi-section-background {
            background-size: cover;
            background-attachment: fixed;
            background-image: url("https://w.ladicdn.com/s768x7532/5cd53c3230dba94fe2f37973/background-abstrak-kuning-11-1560310764.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION165 {
        height: 3268px;
    }

    #SECTION198 {
        height: 1337px;
    }

        #SECTION198 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s768x1337/5cd53c3230dba94fe2f37973/powerpoint-wallpaper-4552-4789-hd-wallpapers-1564892373.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION347 {
        height: 409px;
    }

        #SECTION347 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s768x409/5cd53c3230dba94fe2f37973/yellow-background-14046115834kp-1560311586.jpg");
            background-position: center top;
            background-repeat: no-repeat;
        }

    #SECTION211 {
        height: 1835px;
    }

        #SECTION211 > .ladi-section-background {
            background-color: rgb(6, 57, 97);
        }

    #SECTION247 {
        height: 1838px;
    }

    #SECTION255 {
        height: 1728px;
    }

        #SECTION255 > .ladi-section-background {
            background-color: rgb(255, 228, 146);
        }

    #SECTION275 {
        height: 1636.33px;
    }

        #SECTION275 > .ladi-section-background {
            background-color: rgb(35, 40, 69);
        }

    #IMAGE12 {
        width: 393.719px;
        height: 414px;
        top: 890px;
        left: 17.153px;
    }

        #IMAGE12 > .ladi-image > .ladi-image-background {
            width: 405.203px;
            height: 414px;
            top: 0px;
            left: -11.484px;
            background-image: url("https://w.ladicdn.com/s550x550/uploads/images/f922d29f-eec1-4857-9932-26f5fa1572a7.png");
        }

    #HEADLINE13 {
        width: 420px;
        top: 137px;
        left: -3.55271e-15px;
    }

        #HEADLINE13 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 152, 0);
            font-size: 52px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
            text-shadow: rgb(52, 117, 54) 1px 1px 0px;
        }

    #IMAGE14 {
        width: 125px;
        height: 126px;
        top: 4px;
        left: 147.51px;
    }

        #IMAGE14 > .ladi-image > .ladi-image-background {
            width: 125px;
            height: 126px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s250x250/5cd53c3230dba94fe2f37973/logo-Cigo Beauty Center-png-1559036741.png");
        }

    #PARAGRAPH15 {
        width: 365px;
        top: 422px;
        left: 26px;
    }

        #PARAGRAPH15 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            font-style: italic;
            text-align: center;
            line-height: 1.4;
        }

    #IMAGE16 {
        width: 175.229px;
        height: 179.99px;
        top: 486px;
        left: 212.767px;
    }

        #IMAGE16 > .ladi-image > .ladi-image-background {
            width: 175.229px;
            height: 179.99px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s300x300/5cd53c3230dba94fe2f37973/tam-trang-phi-thuyen-10-1559032094.jpg");
        }

        #IMAGE16 > .ladi-image {
            border-radius: 100px;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
        }

    #IMAGE17 {
        width: 172.375px;
        height: 179.99px;
        top: 484px;
        left: 28.6227px;
    }

        #IMAGE17 > .ladi-image > .ladi-image-background {
            width: 269.647px;
            height: 179.99px;
            top: 0px;
            left: -48.6362px;
            background-image: url("https://w.ladicdn.com/s400x300/5cd53c3230dba94fe2f37973/dsc_7474-1561629755.jpg");
        }

        #IMAGE17 > .ladi-image {
            border-radius: 100px;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
        }

    #IMAGE18 {
        width: 176.677px;
        height: 184px;
        top: 692px;
        left: 26.3172px;
    }

        #IMAGE18 > .ladi-image > .ladi-image-background {
            width: 275.655px;
            height: 184px;
            top: 0px;
            left: -49.4892px;
            background-image: url("https://w.ladicdn.com/s400x300/5cd53c3230dba94fe2f37973/dsc_7468-1562054652.jpg");
        }

        #IMAGE18 > .ladi-image {
            border-radius: 100px;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
        }

    #IMAGE19 {
        width: 173px;
        height: 173px;
        top: 697px;
        left: 215.005px;
    }

        #IMAGE19 > .ladi-image > .ladi-image-background {
            width: 173px;
            height: 173px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s300x300/5cd53c3230dba94fe2f37973/tay-te-bao-chet-1559031895.jpg");
        }

        #IMAGE19 > .ladi-image {
            border-radius: 100px;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
        }

    #PARAGRAPH245 {
        width: 420px;
        top: 1312px;
        left: -2.75335e-14px;
    }

        #PARAGRAPH245 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
            text-shadow: rgb(0, 0, 0) 0px 1px 0px;
        }

    #BUTTON_TEXT246 {
        width: 247px;
        top: 14.0667px;
        left: 0px;
    }

        #BUTTON_TEXT246 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 26px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BUTTON246 {
        width: 246px;
        height: 59.3333px;
        top: 1456px;
        left: 91.0124px;
    }

        #BUTTON246 > .ladi-button > .ladi-button-background {
            background-color: rgb(244, 67, 54);
        }

        #BUTTON246 > .ladi-button {
            border-radius: 5px;
        }

    #BOX356 {
        width: 420px;
        height: 104px;
        top: 0px;
        left: 0px;
    }

        #BOX356 > .ladi-box {
            background-color: rgb(244, 67, 54);
        }

    #HEADLINE357 {
        width: 399px;
        top: 21px;
        left: 27.1164px;
    }

        #HEADLINE357 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 23px;
            text-align: center;
            line-height: 1.4;
        }

    #SHAPE358 {
        width: 35.984px;
        height: 32px;
        top: 21px;
        left: 6.18474px;
    }

        #SHAPE358 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #BOX304 {
        width: 401px;
        height: 490px;
        top: 0px;
        left: 0px;
    }

        #BOX304 > .ladi-overlay {
            border-radius: 10px;
        }

        #BOX304 > .ladi-box {
            border-radius: 10px;
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
        }

    #PARAGRAPH311 {
        width: 357px;
        top: 61.3125px;
        left: 38.3617px;
    }

        #PARAGRAPH311 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.2;
        }

    #SHAPE314 {
        width: 27.9248px;
        height: 25px;
        top: 61.3125px;
        left: 10.4369px;
    }

        #SHAPE314 svg:last-child {
            fill: #000000;
        }

    #SHAPE315 {
        width: 27.9248px;
        height: 25px;
        top: 135.969px;
        left: 10.4369px;
    }

        #SHAPE315 svg:last-child {
            fill: #000000;
        }

    #SHAPE316 {
        width: 27.9248px;
        height: 25px;
        top: 180.625px;
        left: 10.4369px;
    }

        #SHAPE316 svg:last-child {
            fill: #000000;
        }

    #SHAPE317 {
        width: 27.9248px;
        height: 25px;
        top: 228.813px;
        left: 10.4369px;
    }

        #SHAPE317 svg:last-child {
            fill: #000000;
        }

    #SHAPE318 {
        width: 27.9248px;
        height: 25px;
        top: 299.917px;
        left: 10.4369px;
    }

        #SHAPE318 svg:last-child {
            fill: #000000;
        }

    #BOX307 {
        width: 265px;
        height: 102px;
        top: 0px;
        left: 0px;
    }

        #BOX307 > .ladi-overlay {
            border-radius: 20px;
        }

        #BOX307 > .ladi-box {
            border-radius: 20px;
            background-color: rgb(255, 152, 0);
        }

    #PARAGRAPH309 {
        width: 234px;
        top: 32px;
        left: 36px;
    }

        #PARAGRAPH309 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 32px;
            font-weight: bold;
            text-align: left;
            line-height: 1;
        }

    #BOX326 {
        width: 392px;
        height: 574px;
        top: 0px;
        left: 0px;
    }

        #BOX326 > .ladi-overlay {
            border-radius: 10px;
        }

        #BOX326 > .ladi-box {
            border-radius: 10px;
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
        }

    #PARAGRAPH335 {
        width: 328px;
        top: 111.82px;
        left: 45.5686px;
    }

        #PARAGRAPH335 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH336 {
        width: 363px;
        top: 41.0716px;
        left: 17.8431px;
    }

        #PARAGRAPH336 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.2;
        }

    #SHAPE337 {
        width: 35.1372px;
        height: 32.0558px;
        top: 104.526px;
        left: 6.03921px;
    }

        #SHAPE337 svg:last-child {
            fill: #000000;
        }

    #SHAPE338 {
        width: 35.1372px;
        height: 32.0558px;
        top: 161.907px;
        left: 6.03921px;
    }

        #SHAPE338 svg:last-child {
            fill: #000000;
        }

    #SHAPE339 {
        width: 35.1372px;
        height: 32.0558px;
        top: 300.263px;
        left: 8.61274px;
    }

        #SHAPE339 svg:last-child {
            fill: #000000;
        }

    #SHAPE340 {
        width: 35.1372px;
        height: 32.0558px;
        top: 373.391px;
        left: 8.61274px;
    }

        #SHAPE340 svg:last-child {
            fill: #000000;
        }

    #SHAPE341 {
        width: 35.1372px;
        height: 32.0558px;
        top: 418.469px;
        left: 8.61274px;
    }

        #SHAPE341 svg:last-child {
            fill: #000000;
        }

    #BOX333 {
        width: 270px;
        height: 102px;
        top: 599px;
        left: 69.3438px;
    }

        #BOX333 > .ladi-overlay {
            border-radius: 20px;
        }

        #BOX333 > .ladi-box {
            border-radius: 20px;
            background-color: rgb(255, 152, 0);
        }

    #PARAGRAPH334 {
        width: 263px;
        top: 627.5px;
        left: 76.5px;
    }

        #PARAGRAPH334 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 32px;
            font-weight: bold;
            text-align: left;
            line-height: 1;
        }

    #HEADLINE342 {
        width: 405px;
        top: 1265.01px;
        left: 7.5px;
    }

        #HEADLINE342 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 26px;
            text-align: justify;
            line-height: 1.4;
        }

    #PARAGRAPH364 {
        width: 420px;
        top: 1464px;
        left: 0px;
    }

        #PARAGRAPH364 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(8, 152, 139);
            font-size: 25px;
            font-weight: bold;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #SHAPE352 {
        width: 68px;
        height: 48px;
        top: 80px;
        left: 153.5px;
    }

        #SHAPE352 svg:last-child {
            fill: #ff0000;
        }

    #VIDEO352 {
        width: 375px;
        height: 208px;
        top: 136px;
        left: 23.5px;
    }

        #VIDEO352 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/PaHq25J12aY/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #BOX353 {
        width: 420px;
        height: 94px;
        top: 0px;
        left: 0px;
    }

        #BOX353 > .ladi-box {
            background-color: rgb(255, 152, 0);
        }

    #HEADLINE354 {
        width: 414px;
        top: 16.5px;
        left: 3px;
    }

        #HEADLINE354 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #PARAGRAPH355 {
        width: 355px;
        top: 361.594px;
        left: 30.5px;
    }

        #PARAGRAPH355 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-style: italic;
            text-align: center;
            line-height: 1.4;
        }

    #GROUP102 {
        width: 333px;
        height: 60px;
        top: 685px;
        left: 38px;
    }

    #PARAGRAPH103 {
        width: 273px;
        top: 2px;
        left: 60px;
    }

        #PARAGRAPH103 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #SHAPE104 {
        width: 55px;
        height: 48px;
        top: 0px;
        left: 0px;
    }

        #SHAPE104 svg:last-child {
            fill: rgba(219,255,0,1);
        }

    #GROUP105 {
        width: 335px;
        height: 48px;
        top: 1046.67px;
        left: 48.5px;
    }

    #PARAGRAPH106 {
        width: 275px;
        top: 6px;
        left: 60px;
    }

        #PARAGRAPH106 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE107 {
        width: 48px;
        height: 48px;
        top: 0px;
        left: 0px;
    }

        #SHAPE107 svg:last-child {
            fill: rgba(219,255,0,1);
        }

    #GROUP108 {
        width: 342px;
        height: 58px;
        top: 949.67px;
        left: 45px;
    }

    #SHAPE109 {
        width: 48px;
        height: 48px;
        top: 6px;
        left: 0px;
    }

        #SHAPE109 svg:last-child {
            fill: rgba(219,255,0,1);
        }

    #PARAGRAPH110 {
        width: 282px;
        top: 0px;
        left: 60px;
    }

        #PARAGRAPH110 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #GROUP111 {
        width: 310.615px;
        height: 48px;
        top: 1219.67px;
        left: 48.5px;
    }

    #PARAGRAPH112 {
        width: 253px;
        top: 4px;
        left: 57.6146px;
    }

        #PARAGRAPH112 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE113 {
        width: 50.8958px;
        height: 48px;
        top: 0px;
        left: 0px;
    }

        #SHAPE113 svg:last-child {
            fill: rgba(219,255,0,1);
        }

    #GROUP114 {
        width: 333px;
        height: 62px;
        top: 1128.67px;
        left: 45px;
    }

    #PARAGRAPH115 {
        width: 273px;
        top: 4px;
        left: 60px;
    }

        #PARAGRAPH115 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #SHAPE116 {
        width: 55.0833px;
        height: 48px;
        top: 0px;
        left: 0px;
    }

        #SHAPE116 svg:last-child {
            fill: rgba(219,255,0,1);
        }

    #BOX118 {
        width: 420px;
        height: 89px;
        top: 0px;
        left: 0px;
    }

        #BOX118 > .ladi-overlay {
            border-radius: 0px;
        }

        #BOX118 > .ladi-box {
            border-radius: 0px;
            background-color: rgb(255, 152, 0);
        }

    #HEADLINE119 {
        width: 397px;
        top: 11px;
        left: 11.5px;
    }

        #HEADLINE119 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            letter-spacing: 0px;
            line-height: 1.4;
        }

    #GROUP120 {
        width: 342px;
        height: 62px;
        top: 772.667px;
        left: 45px;
    }

    #SHAPE121 {
        width: 48px;
        height: 48px;
        top: 0px;
        left: 0px;
    }

        #SHAPE121 svg:last-child {
            fill: rgba(219,255,0,1);
        }

    #PARAGRAPH122 {
        width: 282px;
        top: 4px;
        left: 60px;
    }

        #PARAGRAPH122 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #IMAGE123 {
        width: 283.979px;
        height: 495px;
        top: 70.011px;
        left: 60.0235px;
    }

        #IMAGE123 > .ladi-image > .ladi-image-background {
            width: 299.93px;
            height: 495px;
            top: 0px;
            left: -7.97536px;
            background-image: url("https://w.ladicdn.com/s400x600/5cd53c3230dba94fe2f37973/tam-trang-phi-thuyen-2-1559031232.jpg");
        }

    #GROUP124 {
        width: 342px;
        height: 58px;
        top: 593.667px;
        left: 38px;
    }

    #PARAGRAPH125 {
        width: 285px;
        top: 0px;
        left: 57px;
    }

        #PARAGRAPH125 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #SHAPE126 {
        width: 48px;
        height: 48px;
        top: 0px;
        left: 0px;
    }

        #SHAPE126 svg:last-child {
            fill: rgba(219,255,0,1);
        }

    #GROUP127 {
        width: 342px;
        height: 58px;
        top: 862.667px;
        left: 45px;
    }

    #PARAGRAPH128 {
        width: 282px;
        top: 0px;
        left: 60px;
    }

        #PARAGRAPH128 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #SHAPE129 {
        width: 48px;
        height: 48px;
        top: 0px;
        left: 0px;
    }

        #SHAPE129 svg:last-child {
            fill: rgba(219,255,0,1);
        }

    #BUTTON_TEXT365 {
        width: 229px;
        top: 13.5333px;
        left: 0px;
    }

        #BUTTON_TEXT365 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 23px;
            text-align: center;
            line-height: 1.2;
        }

    #BUTTON365 {
        width: 228px;
        height: 54.6667px;
        top: 1294px;
        left: 89px;
    }

        #BUTTON365 > .ladi-button > .ladi-button-background {
            background-color: rgb(244, 67, 54);
        }

        #BUTTON365 > .ladi-button {
            border-radius: 5px;
        }

    #BOX23 {
        width: 271px;
        height: 389px;
        top: 0px;
        left: 0px;
    }

        #BOX23 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX23 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE25 {
        width: 221px;
        top: 247px;
        left: 23px;
    }

        #HEADLINE25 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #IMAGE24 {
        width: 223px;
        height: 228px;
        top: 4px;
        left: 22px;
    }

        #IMAGE24 > .ladi-image > .ladi-image-background {
            width: 341.573px;
            height: 228px;
            top: 0px;
            left: -59.2865px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8468-1561629387.jpg");
        }

    #PARAGRAPH345 {
        width: 202px;
        top: 284px;
        left: 32px;
    }

        #PARAGRAPH345 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX27 {
        width: 271px;
        height: 390px;
        top: 0px;
        left: 0px;
    }

        #BOX27 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX27 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #PARAGRAPH130 {
        width: 192px;
        top: 290px;
        left: 41px;
    }

        #PARAGRAPH130 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #IMAGE28 {
        width: 223px;
        height: 228px;
        top: 13px;
        left: 19px;
    }

        #IMAGE28 > .ladi-image > .ladi-image-background {
            width: 341.573px;
            height: 228px;
            top: 0px;
            left: -59.2865px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8498-1561629552.jpg");
        }

    #HEADLINE29 {
        width: 194px;
        top: 249px;
        left: 40px;
    }

        #HEADLINE29 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #BOX31 {
        width: 261px;
        height: 418px;
        top: 0px;
        left: 0px;
    }

        #BOX31 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX31 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #IMAGE32 {
        width: 223px;
        height: 228px;
        top: 7px;
        left: 16px;
    }

        #IMAGE32 > .ladi-image > .ladi-image-background {
            width: 341.573px;
            height: 228px;
            top: 0px;
            left: -59.2865px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_7474-1561629755.jpg");
        }

    #HEADLINE34 {
        width: 141px;
        top: 274px;
        left: 36px;
    }

        #HEADLINE34 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(97, 97, 97);
            font-size: 13px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH132 {
        width: 211px;
        top: 284px;
        left: 25px;
    }

        #PARAGRAPH132 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE33 {
        width: 158px;
        top: 251px;
        left: 52px;
    }

        #HEADLINE33 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #BOX35 {
        width: 264px;
        height: 428px;
        top: 0px;
        left: 0px;
    }

        #BOX35 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX35 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE38 {
        width: 141px;
        top: 274px;
        left: 36px;
    }

        #HEADLINE38 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(97, 97, 97);
            font-size: 13px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE36 {
        width: 223px;
        height: 228px;
        top: 9px;
        left: 22px;
    }

        #IMAGE36 > .ladi-image > .ladi-image-background {
            width: 341.573px;
            height: 228px;
            top: 0px;
            left: -59.2865px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8381-1561630162.jpg");
        }

    #HEADLINE37 {
        width: 213px;
        top: 248px;
        left: 28px;
    }

        #HEADLINE37 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #PARAGRAPH131 {
        width: 206px;
        top: 276px;
        left: 30px;
    }

        #PARAGRAPH131 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX39 {
        width: 272px;
        height: 439px;
        top: 0px;
        left: 0px;
    }

        #BOX39 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX39 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #IMAGE40 {
        width: 223px;
        height: 228px;
        top: 7px;
        left: 27px;
    }

        #IMAGE40 > .ladi-image > .ladi-image-background {
            width: 341.573px;
            height: 228px;
            top: 0px;
            left: -59.2865px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8574-1561629157.jpg");
        }

    #HEADLINE41 {
        width: 158px;
        top: 251px;
        left: 54px;
    }

        #HEADLINE41 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX42 {
        width: 267px;
        height: 456px;
        top: 0px;
        left: 0px;
    }

        #BOX42 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX42 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #IMAGE43 {
        width: 223px;
        height: 228px;
        top: 10px;
        left: 23px;
    }

        #IMAGE43 > .ladi-image > .ladi-image-background {
            width: 341.573px;
            height: 228px;
            top: 0px;
            left: -59.2865px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_7499-1562383053.jpg");
        }

    #HEADLINE44 {
        width: 189px;
        top: 249px;
        left: 40px;
    }

        #HEADLINE44 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH134 {
        width: 242px;
        top: 273px;
        left: 12px;
    }

        #PARAGRAPH134 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX45 {
        width: 264px;
        height: 436px;
        top: 0px;
        left: 0px;
    }

        #BOX45 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX45 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #IMAGE46 {
        width: 223px;
        height: 228px;
        top: 8px;
        left: 22px;
    }

        #IMAGE46 > .ladi-image > .ladi-image-background {
            width: 341.573px;
            height: 228px;
            top: 0px;
            left: -59.2865px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8364-1562383134.jpg");
        }

    #HEADLINE47 {
        width: 206px;
        top: 246px;
        left: 31px;
    }

        #HEADLINE47 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE48 {
        width: 140px;
        top: 274px;
        left: 36px;
    }

        #HEADLINE48 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(97, 97, 97);
            font-size: 13px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH135 {
        width: 196px;
        top: 286.333px;
        left: 34px;
    }

        #PARAGRAPH135 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX49 {
        width: 264px;
        height: 435px;
        top: 0px;
        left: 0px;
    }

        #BOX49 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX49 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #IMAGE50 {
        width: 223px;
        height: 228px;
        top: 6px;
        left: 22.8334px;
    }

        #IMAGE50 > .ladi-image > .ladi-image-background {
            width: 342.267px;
            height: 228px;
            top: 0px;
            left: -59.6337px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/5f8ec41b131cf742ae0d-1561781443.jpg");
        }

    #HEADLINE52 {
        width: 140px;
        top: 274px;
        left: 36px;
    }

        #HEADLINE52 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(97, 97, 97);
            font-size: 13px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH136 {
        width: 214px;
        top: 298.667px;
        left: 30px;
    }

        #PARAGRAPH136 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE51 {
        width: 193px;
        top: 248px;
        left: 33.8334px;
    }

        #HEADLINE51 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX53 {
        width: 261px;
        height: 472px;
        top: 0px;
        left: 0px;
    }

        #BOX53 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX53 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE55 {
        width: 158px;
        top: 240px;
        left: 50.5px;
    }

        #HEADLINE55 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE54 {
        width: 224px;
        height: 228px;
        top: 6px;
        left: 20px;
    }

        #IMAGE54 > .ladi-image > .ladi-image-background {
            width: 341.573px;
            height: 228px;
            top: 0px;
            left: -58.7865px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_7538-1562051929.jpg");
        }

    #PARAGRAPH137 {
        width: 222px;
        top: 302px;
        left: 16.5px;
    }

        #PARAGRAPH137 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX59 {
        width: 262px;
        height: 420px;
        top: 0px;
        left: 0px;
    }

        #BOX59 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX59 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE62 {
        width: 140px;
        top: 274px;
        left: 36px;
    }

        #HEADLINE62 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(97, 97, 97);
            font-size: 13px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE60 {
        width: 223px;
        height: 228px;
        top: 4px;
        left: 19px;
    }

        #IMAGE60 > .ladi-image > .ladi-image-background {
            width: 328.495px;
            height: 228px;
            top: 0px;
            left: -52.7474px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/thoa-serum-24k-1562994801.jpg");
        }

    #HEADLINE61 {
        width: 238px;
        top: 247px;
        left: 15.5px;
    }

        #HEADLINE61 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH344 {
        width: 229px;
        top: 294px;
        left: 15.5px;
    }

        #PARAGRAPH344 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX63 {
        width: 269.5px;
        height: 464px;
        top: 0px;
        left: 0px;
    }

        #BOX63 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX63 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE66 {
        width: 140px;
        top: 274px;
        left: 36px;
    }

        #HEADLINE66 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(97, 97, 97);
            font-size: 13px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE64 {
        width: 223px;
        height: 228px;
        top: 12px;
        left: 28px;
    }

        #IMAGE64 > .ladi-image > .ladi-image-background {
            width: 304px;
            height: 228px;
            top: 0px;
            left: -40.5px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/bun-khoang-1560326899.jpg");
        }

    #HEADLINE65 {
        width: 219px;
        top: 253px;
        left: 28px;
    }

        #HEADLINE65 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH346 {
        width: 219px;
        top: 342.01px;
        left: 30.5px;
    }

        #PARAGRAPH346 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX67 {
        width: 283px;
        height: 439px;
        top: 0px;
        left: 0px;
    }

        #BOX67 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX67 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #PARAGRAPH140 {
        width: 192px;
        top: 294px;
        left: 44.1667px;
    }

        #PARAGRAPH140 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE69 {
        width: 197px;
        top: 245px;
        left: 42px;
    }

        #HEADLINE69 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE68 {
        width: 223px;
        height: 228px;
        top: 7px;
        left: 27px;
    }

        #IMAGE68 > .ladi-image > .ladi-image-background {
            width: 341.573px;
            height: 228px;
            top: 0px;
            left: -59.2865px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8421-1562383000.jpg");
        }

    #BOX70 {
        width: 280px;
        height: 438px;
        top: 0px;
        left: 0px;
    }

        #BOX70 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX70 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE72 {
        width: 244px;
        top: 246px;
        left: 19px;
    }

        #HEADLINE72 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE71 {
        width: 223px;
        height: 228px;
        top: 8px;
        left: 27px;
    }

        #IMAGE71 > .ladi-image > .ladi-image-background {
            width: 223px;
            height: 228px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/3d5dbf79ba875fd90696-1559030025.jpg");
        }

    #PARAGRAPH141 {
        width: 224px;
        top: 336.674px;
        left: 24.5px;
    }

        #PARAGRAPH141 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX73 {
        width: 277px;
        height: 436px;
        top: 0px;
        left: 0px;
    }

        #BOX73 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX73 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE76 {
        width: 140px;
        top: 274px;
        left: 36px;
    }

        #HEADLINE76 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(97, 97, 97);
            font-size: 13px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH142 {
        width: 200px;
        top: 312px;
        left: 38px;
    }

        #PARAGRAPH142 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE75 {
        width: 196px;
        top: 242px;
        left: 43px;
    }

        #HEADLINE75 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE74 {
        width: 223px;
        height: 228px;
        top: 6px;
        left: 28px;
    }

        #IMAGE74 > .ladi-image > .ladi-image-background {
            width: 223px;
            height: 228px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/thoa-kem-body-1-1559033042.jpg");
        }

    #BOX77 {
        width: 282px;
        height: 435px;
        top: 0px;
        left: 0px;
    }

        #BOX77 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX77 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE80 {
        width: 140px;
        top: 274px;
        left: 36px;
    }

        #HEADLINE80 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(97, 97, 97);
            font-size: 13px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE79 {
        width: 206px;
        top: 247px;
        left: 32.8229px;
    }

        #HEADLINE79 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE78 {
        width: 223px;
        height: 228px;
        top: 10px;
        left: 25px;
    }

        #IMAGE78 > .ladi-image > .ladi-image-background {
            width: 223px;
            height: 228px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/tay-te-bao-chet-1559031895.jpg");
        }

    #PARAGRAPH139 {
        width: 204px;
        top: 327.667px;
        left: 38px;
    }

        #PARAGRAPH139 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX85 {
        width: 279px;
        height: 439px;
        top: 0px;
        left: 0px;
    }

        #BOX85 > .ladi-overlay {
            border-radius: 15px;
        }

        #BOX85 > .ladi-box {
            border-radius: 15px;
            box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            -webkit-box-shadow: 0px 1px 0px 0px rgba(199,199,199,1);
            background-color: rgb(255, 255, 255);
        }

    #HEADLINE87 {
        width: 196px;
        top: 251px;
        left: 38px;
    }

        #HEADLINE87 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH144 {
        width: 198px;
        top: 301px;
        left: 42.6563px;
    }

        #PARAGRAPH144 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #IMAGE86 {
        width: 223px;
        height: 228px;
        top: 8px;
        left: 22px;
    }

        #IMAGE86 > .ladi-image > .ladi-image-background {
            width: 293.357px;
            height: 228px;
            top: 0px;
            left: -35.1787px;
            background-image: url("https://w.ladicdn.com/s400x350/5cd53c3230dba94fe2f37973/dsc_8295-1561691876.jpg");
        }

    #PARAGRAPH133 {
        width: 204px;
        top: 2132px;
        left: 103.5px;
    }

        #PARAGRAPH133 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX204 {
        width: 375px;
        height: 111px;
        top: 0px;
        left: 0px;
    }

        #BOX204 > .ladi-overlay {
            border-radius: 0px;
        }

        #BOX204 > .ladi-box {
            border-radius: 0px;
            background-color: rgb(228, 140, 11);
        }

    #HEADLINE205 {
        width: 355px;
        top: 15px;
        left: 10px;
    }

        #HEADLINE205 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #HEADLINE166 {
        width: 363px;
        top: 9px;
        left: 28px;
    }

        #HEADLINE166 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(33, 150, 243);
            font-size: 27px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BOX167 {
        width: 300px;
        height: 377px;
        top: 0px;
        left: 0px;
    }

        #BOX167 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE168 {
        width: 224px;
        height: 205px;
        top: 20px;
        left: 38px;
    }

        #IMAGE168 > .ladi-image > .ladi-image-background {
            width: 307.116px;
            height: 205px;
            top: 0px;
            left: -41.5581px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_8364-1562383134.jpg");
        }

    #HEADLINE170 {
        width: 210px;
        top: 235px;
        left: 45px;
    }

        #HEADLINE170 > .ladi-headline {
            color: rgb(33, 150, 243);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH169 {
        width: 197px;
        top: 267px;
        left: 51.5px;
    }

        #PARAGRAPH169 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX172 {
        width: 300px;
        height: 377px;
        top: 0px;
        left: 0px;
    }

        #BOX172 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE173 {
        width: 224px;
        height: 205px;
        top: 20px;
        left: 38px;
    }

        #IMAGE173 > .ladi-image > .ladi-image-background {
            width: 307.116px;
            height: 205px;
            top: 0px;
            left: -41.5581px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/dsc_7480-1561691456.jpg");
        }

    #PARAGRAPH174 {
        width: 197px;
        top: 267px;
        left: 51.5px;
    }

        #PARAGRAPH174 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX176 {
        width: 300px;
        height: 377px;
        top: 0px;
        left: 0px;
    }

        #BOX176 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE177 {
        width: 224px;
        height: 205px;
        top: 20px;
        left: 38px;
    }

        #IMAGE177 > .ladi-image > .ladi-image-background {
            width: 224px;
            height: 205px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/sua-rua-mat-tri-mun-drskinpro-1562141975.png");
        }

    #PARAGRAPH178 {
        width: 227px;
        top: 261px;
        left: 38.5px;
    }

        #PARAGRAPH178 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX180 {
        width: 300px;
        height: 345px;
        top: 0px;
        left: 0px;
    }

        #BOX180 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE181 {
        width: 224px;
        height: 205px;
        top: 20px;
        left: 38px;
    }

        #IMAGE181 > .ladi-image > .ladi-image-background {
            width: 307.74px;
            height: 205px;
            top: 0px;
            left: -41.8702px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/5f8ec41b131cf742ae0d-1561781443.jpg");
        }

    #PARAGRAPH182 {
        width: 219px;
        top: 248px;
        left: 40.5px;
    }

        #PARAGRAPH182 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX184 {
        width: 298px;
        height: 310px;
        top: 0px;
        left: 0px;
    }

        #BOX184 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE185 {
        width: 224px;
        height: 205px;
        top: 13px;
        left: 42.5px;
    }

        #IMAGE185 > .ladi-image > .ladi-image-background {
            width: 224px;
            height: 205px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/nguyen-1561705011.png");
        }

    #PARAGRAPH186 {
        width: 223px;
        top: 234px;
        left: 41.1667px;
    }

        #PARAGRAPH186 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX187 {
        width: 300px;
        height: 318px;
        top: 0px;
        left: 0px;
    }

        #BOX187 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #PARAGRAPH189 {
        width: 220px;
        top: 229px;
        left: 37.1667px;
    }

        #PARAGRAPH189 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #IMAGE188 {
        width: 224px;
        height: 205px;
        top: 1613px;
        left: 92.4171px;
    }

        #IMAGE188 > .ladi-image > .ladi-image-background {
            width: 312.671px;
            height: 205px;
            top: 0px;
            left: -44.3353px;
            background-image: url("https://w.ladicdn.com/s450x350/5cd53c3230dba94fe2f37973/uu-dai-1559811838.png");
        }

    #BOX190 {
        width: 304px;
        height: 350px;
        top: 0px;
        left: 0px;
    }

        #BOX190 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE191 {
        width: 224px;
        height: 205px;
        top: 11px;
        left: 47.5px;
    }

        #IMAGE191 > .ladi-image > .ladi-image-background {
            width: 224px;
            height: 205px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/dsc_8490-1562382626.jpg");
        }

    #PARAGRAPH192 {
        width: 227px;
        top: 231px;
        left: 45.1667px;
    }

        #PARAGRAPH192 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX195 {
        width: 304px;
        height: 350px;
        top: 0px;
        left: 0px;
    }

        #BOX195 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE196 {
        width: 224px;
        height: 205px;
        top: 7px;
        left: 45.5px;
    }

        #IMAGE196 > .ladi-image > .ladi-image-background {
            width: 224px;
            height: 205px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/tam-trang-phi-thuyen-10-1559032094.jpg");
        }

    #PARAGRAPH197 {
        width: 224px;
        top: 228px;
        left: 45.1667px;
    }

        #PARAGRAPH197 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #IMAGE301 {
        width: 375px;
        height: 82px;
        top: 3132px;
        left: 24.5px;
    }

        #IMAGE301 > .ladi-image > .ladi-image-background {
            width: 375px;
            height: 82px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/tu-van-24-7-1559032483.gif");
        }

    #HEADLINE201 {
        width: 307px;
        top: 6.9996px;
        left: 55px;
    }

        #HEADLINE201 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            text-decoration-line: underline;
            -webkit-text-decoration-line: underline;
            color: rgb(236, 50, 36);
            font-size: 41px;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            line-height: 1.2;
        }

    #LIST_PARAGRAPH203 {
        width: 354px;
        top: 223px;
        left: 32.5px;
    }

        #LIST_PARAGRAPH203 > .ladi-list-paragraph {
            color: rgb(92, 92, 92);
            font-size: 15px;
            text-align: left;
            line-height: 1.4;
        }

        #LIST_PARAGRAPH203 ul li {
            padding-bottom: 15px;
            padding-left: 25px;
        }

            #LIST_PARAGRAPH203 ul li:before {
                content: "";
                background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 1792 1896.0833" fill="rgba(255,193,7,1)"> <path d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"></path> </svg>');
                width: 16px;
                height: 16px;
                top: 0px;
            }

    #LIST_PARAGRAPH206 {
        width: 355px;
        top: 64.667px;
        left: 32.5px;
    }

        #LIST_PARAGRAPH206 > .ladi-list-paragraph {
            color: rgb(92, 92, 92);
            font-size: 15px;
            text-align: left;
            line-height: 1.4;
        }

        #LIST_PARAGRAPH206 ul li {
            padding-bottom: 15px;
            padding-left: 25px;
        }

            #LIST_PARAGRAPH206 ul li:before {
                content: "";
                background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 1792 1896.0833" fill="rgba(255,189,18,1)"> <path d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"></path> </svg>');
                width: 16px;
                height: 16px;
                top: 0px;
            }

    #LIST_PARAGRAPH207 {
        width: 383px;
        top: 193px;
        left: 32.5px;
    }

        #LIST_PARAGRAPH207 > .ladi-list-paragraph {
            color: rgb(92, 92, 92);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

        #LIST_PARAGRAPH207 ul li {
            padding-bottom: 15px;
            padding-left: 25px;
        }

            #LIST_PARAGRAPH207 ul li:before {
                content: "";
                background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 1792 1896.0833" fill="rgba(255,189,18,1)"> <path d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"></path> </svg>');
                width: 16px;
                height: 16px;
                top: 0px;
            }

    #IMAGE208 {
        width: 403.217px;
        height: 343.76px;
        top: 965.667px;
        left: 8.3915px;
    }

        #IMAGE208 > .ladi-image > .ladi-image-background {
            width: 403.217px;
            height: 343.76px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x450/5cd53c3230dba94fe2f37973/hinh-anh-tam-trang-truoc-sau-1559289466.jpg");
        }

    #IMAGE209 {
        width: 412.038px;
        height: 243.018px;
        top: 395.982px;
        left: 3.981px;
    }

        #IMAGE209 > .ladi-image > .ladi-image-background {
            width: 412.038px;
            height: 243.018px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x350/5cd53c3230dba94fe2f37973/hinh-anh-truoc-sau-tam-trang-1559034927.jpg");
        }

    #IMAGE210 {
        width: 412.038px;
        height: 312.882px;
        top: 644px;
        left: 3.981px;
    }

        #IMAGE210 > .ladi-image > .ladi-image-background {
            width: 412.038px;
            height: 312.882px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x450/5cd53c3230dba94fe2f37973/anh-truoc-sau-tam-trang-1559289536.jpg");
        }

    #HEADLINE348 {
        width: 355px;
        top: 24.008px;
        left: 35.5px;
    }

        #HEADLINE348 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 29px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #SHAPE349 {
        width: 68px;
        height: 48px;
        top: 87.754px;
        left: 168.349px;
    }

        #SHAPE349 svg:last-child {
            fill: #ff0000;
        }

    #VIDEO349 {
        width: 404.698px;
        height: 223.508px;
        top: 111.108px;
        left: 8.3915px;
    }

        #VIDEO349 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/LB5mT-IGSLc/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

        #VIDEO349 > .ladi-video {
            box-shadow: 0px 0px 20px 0px rgba(230,206,0,1);
            -webkit-box-shadow: 0px 0px 20px 0px rgba(230,206,0,1);
        }

    #PARAGRAPH350 {
        width: 355px;
        top: 348.006px;
        left: 30.5px;
    }

        #PARAGRAPH350 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE213 {
        width: 397px;
        top: 8px;
        left: 9.5px;
    }

        #HEADLINE213 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #HEADLINE214 {
        width: 225px;
        top: 605.01px;
        left: 87.5px;
    }

        #HEADLINE214 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE215 {
        width: 399px;
        top: 722.346px;
        left: 12.5px;
    }

        #HEADLINE215 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #GROUP216 {
        width: 333.635px;
        height: 56px;
        top: 503px;
        left: 39.8646px;
    }

    #HEADLINE217 {
        width: 134px;
        top: 18px;
        left: 199.635px;
    }

        #HEADLINE217 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(230, 66, 54);
            font-size: 24px;
            font-weight: bold;
            text-align: left;
            line-height: 1.6;
        }

    #HEADLINE218 {
        width: 78px;
        top: 0px;
        left: 201.635px;
    }

        #HEADLINE218 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 12px;
            font-weight: bold;
            text-align: left;
            line-height: 2;
        }

    #BOX219 {
        width: 185.125px;
        height: 49.9896px;
        top: 3px;
        left: 0px;
    }

        #BOX219 > .ladi-overlay {
            border-radius: 330px 0px 0px 330px;
        }

        #BOX219 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-radius: 330px 0px 0px 330px;
        }

    #HEADLINE220 {
        width: 147px;
        top: 507px;
        left: 68.5px;
    }

        #HEADLINE220 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            text-decoration-line: line-through;
            -webkit-text-decoration-line: line-through;
            color: rgb(255, 152, 0);
            font-size: 27px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #FORM221 {
        width: 300px;
        height: 269.01px;
        top: 818px;
        left: 60px;
    }

        #FORM221 > .ladi-form {
            color: rgb(110, 110, 110);
            font-size: 13px;
            line-height: 1;
        }

        #FORM221 .ladi-form-item .ladi-form-control::placeholder, #FORM221 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""], #FORM221 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
            color: rgba(110,110,110,1);
        }

        #FORM221 .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: rgba(110%2C110%2C110%2C1)"></polygon></svg>');
        }

        #FORM221 .ladi-form-item-container {
            border-radius: 4px;
            border-style: solid;
            border-color: rgb(238, 238, 238);
            border-width: 1px;
        }

        #FORM221 .ladi-form-item-background {
            background-color: rgb(255, 255, 255);
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

    #FORM_ITEM222 {
        width: 300px;
        height: 37.6719px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM224 {
        width: 300px;
        height: 37px;
        top: 53.344px;
        left: 0px;
    }

    #FORM_ITEM225 {
        width: 300px;
        height: 69px;
        top: 142.344px;
        left: 0px;
    }

    #FORM_ITEM359 {
        width: 300px;
        height: 36px;
        top: 99px;
        left: 0px;
    }

    #BUTTON_TEXT226 {
        width: 612px;
        top: 9.2px;
        left: 0px;
    }

        #BUTTON_TEXT226 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #BUTTON226 {
        width: 160px;
        height: 38px;
        top: 231.01px;
        left: 70.01px;
    }

        #BUTTON226 > .ladi-button > .ladi-button-background {
            background-color: rgb(244, 67, 54);
        }

        #BUTTON226 > .ladi-button {
            border-radius: 5px;
        }

    #GROUP227 {
        width: 290px;
        height: 56px;
        top: 645px;
        left: 57.8646px;
    }

    #GROUP228 {
        width: 277px;
        height: 56px;
        top: 0px;
        left: 5px;
    }

    #BOX229 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 0px;
    }

        #BOX229 > .ladi-overlay {
            border-radius: 4px;
        }

        #BOX229 > .ladi-box {
            border-radius: 4px;
            background-color: rgb(244, 67, 54);
            border-color: rgba(0, 0, 0, 0);
        }

    #HEADLINE230 {
        width: 46px;
        top: 35px;
        left: 3px;
    }

        #HEADLINE230 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 13px;
            text-align: center;
            line-height: 1.2;
        }

    #BOX231 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 0px;
    }

        #BOX231 > .ladi-overlay {
            border-radius: 4px;
        }

        #BOX231 > .ladi-box {
            border-radius: 4px;
            background-color: rgb(244, 67, 54);
            border-color: rgba(0, 0, 0, 0);
        }

    #HEADLINE232 {
        width: 46px;
        top: 35px;
        left: 3px;
    }

        #HEADLINE232 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 13px;
            text-align: center;
            line-height: 1.2;
        }

    #BOX233 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 0px;
    }

        #BOX233 > .ladi-overlay {
            border-radius: 4px;
        }

        #BOX233 > .ladi-box {
            border-radius: 4px;
            background-color: rgb(244, 67, 54);
            border-color: rgba(0, 0, 0, 0);
        }

    #HEADLINE234 {
        width: 46px;
        top: 35px;
        left: 3px;
    }

        #HEADLINE234 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 13px;
            text-align: center;
            line-height: 1.2;
        }

    #BOX235 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 0px;
    }

        #BOX235 > .ladi-overlay {
            border-radius: 4px;
        }

        #BOX235 > .ladi-box {
            border-radius: 4px;
            background-color: rgb(244, 67, 54);
            border-color: rgba(0, 0, 0, 0);
        }

    #HEADLINE236 {
        width: 46px;
        top: 35px;
        left: 3px;
    }

        #HEADLINE236 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 13px;
            text-align: center;
            line-height: 1.2;
        }

    #COUNTDOWN237 {
        width: 290px;
        height: 26px;
        top: 7px;
        left: 0px;
    }

        #COUNTDOWN237 > .ladi-countdown {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 30px;
            font-weight: bold;
            text-align: center;
        }

            #COUNTDOWN237 > .ladi-countdown > .ladi-element {
                width: calc((100% - 10px * 3) / 4);
                margin-right: 10px;
                height: 100%;
            }

            #COUNTDOWN237 > .ladi-countdown .ladi-countdown-background {
            }

    #PARAGRAPH238 {
        width: 397px;
        top: 111px;
        left: 14.5px;
    }

        #PARAGRAPH238 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 20px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH240 {
        width: 386px;
        top: 318.002px;
        left: 12.5px;
    }

        #PARAGRAPH240 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            text-decoration-line: underline;
            -webkit-text-decoration-line: underline;
            color: rgb(255, 235, 59);
            font-size: 23px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH241 {
        width: 399px;
        top: 376.339px;
        left: 12.5px;
    }

        #PARAGRAPH241 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 235, 59);
            font-size: 21px;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH242 {
        width: 319px;
        top: 569.672px;
        left: 50px;
    }

        #PARAGRAPH242 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: left;
            line-height: 1.2;
        }

    #BOX243 {
        width: 408px;
        height: 265px;
        top: 0px;
        left: 0px;
    }

        #BOX243 > .ladi-box {
            background-color: rgb(244, 67, 54);
            border-style: dashed;
            border-color: rgb(255, 193, 7);
            border-width: 2px;
        }

    #PARAGRAPH244 {
        width: 387px;
        top: 15px;
        left: 10.88px;
    }

        #PARAGRAPH244 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: justify;
            line-height: 1.2;
        }

    #IMAGE302 {
        width: 375px;
        height: 84px;
        top: 1718px;
        left: 22.5px;
    }

        #IMAGE302 > .ladi-image > .ladi-image-background {
            width: 375px;
            height: 84px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/tu-van-24-7-1559032483.gif");
        }

    #IMAGE361 {
        width: 288px;
        height: 288px;
        top: 1384px;
        left: 66px;
    }

        #IMAGE361 > .ladi-image > .ladi-image-background {
            width: 288px;
            height: 288px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x400/5cd53c3230dba94fe2f37973/anh-c-1564975595.png");
        }

    #PARAGRAPH363 {
        width: 355px;
        top: 1682px;
        left: 34.5px;
    }

        #PARAGRAPH363 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 15px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE248 {
        width: 301px;
        height: 396px;
        top: 1422.99px;
        left: 61px;
    }

        #IMAGE248 > .ladi-image > .ladi-image-background {
            width: 301px;
            height: 396px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s450x500/5cd53c3230dba94fe2f37973/feed-back-4-1559290079.jpg");
        }

    #IMAGE249 {
        width: 254px;
        height: 398px;
        top: 1009.98px;
        left: 78px;
    }

        #IMAGE249 > .ladi-image > .ladi-image-background {
            width: 254px;
            height: 398px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x500/5cd53c3230dba94fe2f37973/feedback-3-1559289999.jpg");
        }

    #IMAGE250 {
        width: 318px;
        height: 446.667px;
        top: 158.667px;
        left: 50px;
    }

        #IMAGE250 > .ladi-image > .ladi-image-background {
            width: 318px;
            height: 446.667px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s450x550/5cd53c3230dba94fe2f37973/feedback-2-1559289937.jpg");
        }

    #IMAGE251 {
        width: 256px;
        height: 399px;
        top: 595.99px;
        left: 76px;
    }

        #IMAGE251 > .ladi-image > .ladi-image-background {
            width: 256px;
            height: 399px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x500/5cd53c3230dba94fe2f37973/feedback-1-1559289871.jpg");
        }

    #HEADLINE252 {
        width: 413px;
        top: 36px;
        left: 5.5px;
    }

        #HEADLINE252 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 38px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE253 {
        width: 291px;
        height: 14px;
        top: 143.004px;
        left: 64.5px;
    }

        #IMAGE253 > .ladi-image > .ladi-image-background {
            width: 291px;
            height: 14px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x150/5cd53c3230dba94fe2f37973/line-1560312931.png");
        }

    #HEADLINE256 {
        width: 420px;
        top: 20px;
        left: 0px;
    }

        #HEADLINE256 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(211, 60, 48);
            font-size: 35px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #BOX257 {
        width: 400.5px;
        height: 377px;
        top: 0px;
        left: 0px;
    }

        #BOX257 > .ladi-box {
            box-shadow: 0px 2px 0px 0px rgba(194,27,27,1);
            -webkit-box-shadow: 0px 2px 0px 0px rgba(194,27,27,1);
            background-color: rgba(255, 255, 255, 0.97);
        }

    #SHAPE258 {
        width: 62.0493px;
        height: 55px;
        top: 20px;
        left: 169.226px;
    }

        #SHAPE258 svg:last-child {
            fill: rgba(184,184,184,1);
        }

    #PARAGRAPH260 {
        width: 359px;
        top: 218px;
        left: 13.5381px;
    }

        #PARAGRAPH260 > .ladi-paragraph {
            font-family: "Montserrat", sans-serif;
            color: rgb(99, 99, 99);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE259 {
        width: 309px;
        top: 85px;
        left: 45.1267px;
    }

        #HEADLINE259 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(194, 27, 27);
            font-size: 21px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #BOX262 {
        width: 400.5px;
        height: 352px;
        top: 0px;
        left: 0px;
    }

        #BOX262 > .ladi-box {
            box-shadow: 0px 2px 0px 0px rgba(194,27,27,1);
            -webkit-box-shadow: 0px 2px 0px 0px rgba(194,27,27,1);
            background-color: rgba(255, 255, 255, 0.97);
        }

    #SHAPE263 {
        width: 62.0493px;
        height: 55px;
        top: 20px;
        left: 169.225px;
    }

        #SHAPE263 svg:last-child {
            fill: rgba(184,184,184,1);
        }

    #PARAGRAPH265 {
        width: 355px;
        top: 186px;
        left: 18.0507px;
    }

        #PARAGRAPH265 > .ladi-paragraph {
            font-family: "Montserrat", sans-serif;
            color: rgb(99, 99, 99);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE264 {
        width: 359px;
        top: 85px;
        left: 21.9993px;
    }

        #HEADLINE264 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(194, 27, 27);
            font-size: 21px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE266 {
        width: 375px;
        height: 21px;
        top: 143px;
        left: 22.5px;
    }

        #IMAGE266 > .ladi-image > .ladi-image-background {
            width: 375px;
            height: 21px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x150/5cd53c3230dba94fe2f37973/image-removebg-preview-1561774287.png");
        }

    #BOX267 {
        width: 400.5px;
        height: 454px;
        top: 0px;
        left: 0px;
    }

        #BOX267 > .ladi-box {
            box-shadow: 0px 2px 0px 0px rgba(194,27,27,1);
            -webkit-box-shadow: 0px 2px 0px 0px rgba(194,27,27,1);
            background-color: rgba(255, 255, 255, 0.97);
        }

    #SHAPE268 {
        width: 61.962px;
        height: 55px;
        top: 83.3333px;
        left: 180.253px;
    }

        #SHAPE268 svg:last-child {
            fill: rgba(184,184,184,1);
        }

    #HEADLINE270 {
        width: 383px;
        top: 15px;
        left: 10.327px;
    }

        #HEADLINE270 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(194, 27, 27);
            font-size: 21px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH269 {
        width: 374px;
        top: 138.333px;
        left: 14.827px;
    }

        #PARAGRAPH269 > .ladi-paragraph {
            font-family: "Montserrat", sans-serif;
            color: rgb(99, 99, 99);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX271 {
        width: 400.5px;
        height: 278px;
        top: 0px;
        left: 0px;
    }

        #BOX271 > .ladi-box {
            box-shadow: 0px 2px 0px 0px rgba(194,27,27,1);
            -webkit-box-shadow: 0px 2px 0px 0px rgba(194,27,27,1);
            background-color: rgba(255, 255, 255, 0.97);
        }

    #SHAPE272 {
        width: 62.2245px;
        height: 55px;
        top: 83.3333px;
        left: 181.016px;
    }

        #SHAPE272 svg:last-child {
            fill: rgba(184,184,184,1);
        }

    #PARAGRAPH273 {
        width: 382px;
        top: 146px;
        left: 13.0224px;
    }

        #PARAGRAPH273 > .ladi-paragraph {
            font-family: "Montserrat", sans-serif;
            color: rgb(99, 99, 99);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE274 {
        width: 376px;
        top: 15px;
        left: 12.6335px;
    }

        #HEADLINE274 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(194, 27, 27);
            font-size: 21px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #LINE276 {
        width: 399px;
        top: 1037px;
        left: 12.5px;
    }

        #LINE276 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgba(255, 255, 255, 0.18);
            border-right: 1px solid rgba(255, 255, 255, 0.18);
            border-bottom: 1px solid rgba(255, 255, 255, 0.18);
            border-left: 0px !important;
        }

        #LINE276 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #LINE277 {
        width: 300px;
        top: 132px;
        left: 60px;
    }

        #LINE277 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgba(255, 255, 255, 0.18);
            border-right: 1px solid rgba(255, 255, 255, 0.18);
            border-bottom: 1px solid rgba(255, 255, 255, 0.18);
            border-left: 0px !important;
        }

        #LINE277 > .ladi-line {
            padding: 8px 0px;
            width: 100%;
        }

    #HEADLINE278 {
        width: 335px;
        top: 54px;
        left: 42.5px;
    }

        #HEADLINE278 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE279 {
        width: 389px;
        top: 162px;
        left: 17px;
    }

        #HEADLINE279 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE280 {
        width: 391px;
        top: 226px;
        left: 17px;
    }

        #HEADLINE280 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE281 {
        width: 396px;
        top: 314px;
        left: 17px;
    }

        #HEADLINE281 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE282 {
        width: 388px;
        top: 554.004px;
        left: 18px;
    }

        #HEADLINE282 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE283 {
        width: 392px;
        top: 460.012px;
        left: 18px;
    }

        #HEADLINE283 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE284 {
        width: 394px;
        top: 389.01px;
        left: 17px;
    }

        #HEADLINE284 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH285 {
        width: 253px;
        top: 1313px;
        left: 13.5px;
    }

        #PARAGRAPH285 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgba(255, 255, 255, 0.86);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #GROUP286 {
        width: 114.75px;
        height: 30px;
        top: 1580px;
        left: 152.125px;
    }

    #SHAPE287 {
        width: 31.875px;
        height: 30px;
        top: 0px;
        left: 0px;
    }

        #SHAPE287 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE288 {
        width: 31.875px;
        height: 30px;
        top: 0px;
        left: 42.0729px;
    }

        #SHAPE288 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE289 {
        width: 31.875px;
        height: 30px;
        top: 0px;
        left: 82.875px;
    }

        #SHAPE289 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE290 {
        width: 24px;
        height: 24px;
        top: 20px;
        left: 198px;
    }

        #SHAPE290 svg:last-child {
            fill: rgba(232,75,53,1);
        }

    #PARAGRAPH291 {
        width: 355px;
        top: 1071px;
        left: 12.5px;
    }

        #PARAGRAPH291 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgba(255, 255, 255, 0.86);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.8;
        }

    #PARAGRAPH292 {
        width: 399px;
        top: 1127.02px;
        left: 13.5px;
    }

        #PARAGRAPH292 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 15px;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE293 {
        width: 200px;
        top: 97px;
        left: 110px;
    }

        #HEADLINE293 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 20px;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE294 {
        width: 391px;
        top: 627.004px;
        left: 17.5px;
    }

        #HEADLINE294 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE295 {
        width: 389px;
        top: 706.013px;
        left: 17.5px;
    }

        #HEADLINE295 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE296 {
        width: 392px;
        top: 785.003px;
        left: 17.5px;
    }

        #HEADLINE296 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE297 {
        width: 385px;
        top: 870.012px;
        left: 19px;
    }

        #HEADLINE297 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE298 {
        width: 391px;
        top: 957.979px;
        left: 17.5px;
    }

        #HEADLINE298 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #IMAGE299 {
        width: 208.368px;
        height: 210.67px;
        top: 1353px;
        left: 105.826px;
    }

        #IMAGE299 > .ladi-image > .ladi-image-background {
            width: 208.368px;
            height: 210.67px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s350x350/5cd53c3230dba94fe2f37973/logo-Cigo Beauty Center-png-1559036741.png");
        }

    #GROUP366 {
        width: 426.116px;
        height: 104px;
        top: 290.333px;
        left: 0px;
    }

    #GROUP367 {
        width: 401px;
        height: 490px;
        top: 91.01px;
        left: 9.5px;
    }

    #GROUP368 {
        width: 270px;
        height: 102px;
        top: 25px;
        left: 77px;
    }

    #GROUP369 {
        width: 392px;
        height: 574px;
        top: 671px;
        left: 14px;
    }

    #GROUP370 {
        width: 420px;
        height: 94px;
        top: 15px;
        left: 0px;
    }

    #GROUP371 {
        width: 420px;
        height: 89px;
        top: 6px;
        left: 0px;
    }

    #GROUP372 {
        width: 271px;
        height: 389px;
        top: 139px;
        left: 70px;
    }

    #GROUP373 {
        width: 271px;
        height: 390px;
        top: 540px;
        left: 72px;
    }

    #GROUP374 {
        width: 261px;
        height: 418px;
        top: 1401px;
        left: 73.5px;
    }

    #GROUP375 {
        width: 264px;
        height: 428px;
        top: 948px;
        left: 73px;
    }

    #GROUP376 {
        width: 272px;
        height: 439px;
        top: 1848px;
        left: 66px;
    }

    #GROUP377 {
        width: 267px;
        height: 456px;
        top: 2319px;
        left: 71px;
    }

    #GROUP378 {
        width: 264px;
        height: 436px;
        top: 2793px;
        left: 72.0004px;
    }

    #GROUP379 {
        width: 264px;
        height: 435px;
        top: 3267px;
        left: 72px;
    }

    #GROUP380 {
        width: 261px;
        height: 472px;
        top: 3736px;
        left: 69.5039px;
    }

    #GROUP381 {
        width: 262px;
        height: 420px;
        top: 4231px;
        left: 72.5104px;
    }

    #GROUP382 {
        width: 269.5px;
        height: 464px;
        top: 4683px;
        left: 68.0001px;
    }

    #GROUP383 {
        width: 283px;
        height: 439px;
        top: 5633px;
        left: 67px;
    }

    #GROUP384 {
        width: 280px;
        height: 438px;
        top: 6099px;
        left: 65px;
    }

    #GROUP385 {
        width: 277px;
        height: 436px;
        top: 6570px;
        left: 67px;
    }

    #GROUP386 {
        width: 282px;
        height: 435px;
        top: 5172px;
        left: 65.0104px;
    }

    #GROUP387 {
        width: 279px;
        height: 439px;
        top: 7042px;
        left: 64px;
    }

    #GROUP388 {
        width: 375px;
        height: 111px;
        top: 15px;
        left: 22.5px;
    }

    #GROUP389 {
        width: 300px;
        height: 377px;
        top: 114px;
        left: 60px;
    }

    #GROUP390 {
        width: 300px;
        height: 377px;
        top: 501px;
        left: 60px;
    }

    #GROUP391 {
        width: 300px;
        height: 377px;
        top: 1945px;
        left: 54.0027px;
    }

    #GROUP392 {
        width: 300px;
        height: 345px;
        top: 1227px;
        left: 56px;
    }

    #GROUP393 {
        width: 298px;
        height: 310px;
        top: 891px;
        left: 60px;
    }

    #GROUP394 {
        width: 300px;
        height: 318px;
        top: 1603px;
        left: 55.4219px;
    }

    #GROUP395 {
        width: 304px;
        height: 350px;
        top: 2730px;
        left: 48px;
    }

    #GROUP396 {
        width: 304px;
        height: 350px;
        top: 2351px;
        left: 48.0104px;
    }

    #GROUP397 {
        width: 55px;
        height: 55px;
        top: 1px;
        left: 0px;
    }

    #GROUP398 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 74px;
    }

    #GROUP399 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 147px;
    }

    #GROUP400 {
        width: 55px;
        height: 55px;
        top: 0px;
        left: 222px;
    }

    #GROUP401 {
        width: 408px;
        height: 265px;
        top: 1104px;
        left: 6.5px;
    }

    #GROUP402 {
        width: 400.5px;
        height: 377px;
        top: 196px;
        left: 11px;
    }

    #GROUP403 {
        width: 400.5px;
        height: 352px;
        top: 1055px;
        left: 11px;
    }

    #GROUP404 {
        width: 400.5px;
        height: 454px;
        top: 587px;
        left: 11px;
    }

    #GROUP405 {
        width: 400.5px;
        height: 278px;
        top: 1421px;
        left: 11px;
    }
}

.ladi-section-background, .ladi-image-background, .ladi-button-background, .ladi-headline, .ladi-video-background, .ladi-countdown-background, .ladi-box, .ladi-form-item-background, .ladi-gallery-control-item, .ladi-gallery-view-item, .ladi-list-paragraph ul li:before {
    background-image: none !important;
}
