a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

a {
    text-decoration: none
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-size: 12px;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background: #fff
}

.overflow-hidden {
    overflow: hidden
}

.ladi-transition {
    transition: all 150ms linear 0s
}

.opacity-0 {
    opacity: 0
}

.pointer-events-none {
    pointer-events: none
}

.ladipage-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000000000;
    background: rgba(0,0,0,.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;
    background: #fff;
    margin-top: -10px;
}

.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: 90000040
    }

    .ladi-section.ladi-section-readmore {
        transition: height 350ms linear 0s
    }

    .ladi-section .ladi-section-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        overflow: hidden
    }

.ladi-container {
    position: relative;
    margin: 0 auto;
    height: 100%
}

.ladi-element {
    position: absolute
}

.ladi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none
}

.ladi-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .ladi-carousel .ladi-carousel-content {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        transition: left 350ms ease-in-out
    }

    .ladi-carousel .ladi-carousel-arrow {
        position: absolute;
        width: 30px;
        height: 36px;
        top: calc(50% - 18px);
        background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-carousel .ladi-carousel-arrow-left {
        left: 5px;
        background-position: -28px
    }

    .ladi-carousel .ladi-carousel-arrow-right {
        right: 5px;
        background-position: -52px
    }

.ladi-gallery {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-gallery .ladi-gallery-view {
        position: absolute;
        overflow: hidden
    }

        .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            width: 100%;
            height: 100%;
            position: relative;
            display: none;
            transition: transform 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: 90000040
    }

    .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
        left: 5px;
        background-position: -28px
    }

    .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
        right: 5px;
        background-position: -52px
    }

    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
        position: absolute;
        background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow, .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow {
        top: calc(50% - 18px);
        width: 30px;
        height: 36px
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
        left: 0;
        background-position: -28px;
        transform: scale(.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
}

.ladi-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .ladi-frame .ladi-frame-background {
        height: 100%;
        width: 100%;
        pointer-events: none
    }

.ladi-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .ladi-banner .ladi-banner-background {
        height: 100%;
        width: 100%;
        pointer-events: none
    }

#SECTION_POPUP .ladi-container {
    z-index: 90000070
}

    #SECTION_POPUP .ladi-container > .ladi-element {
        z-index: 90000070;
        position: fixed;
        display: none
    }

        #SECTION_POPUP .ladi-container > .ladi-element.hide-visibility {
            display: block !important;
            visibility: hidden !important
        }

#SECTION_POPUP .popup-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(.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-popup .ladi-popup-background {
        height: 100%;
        width: 100%;
        pointer-events: none
    }

.ladi-countdown {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-countdown .ladi-countdown-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit;
        display: table;
        pointer-events: none
    }

    .ladi-countdown .ladi-countdown-text {
        position: absolute;
        width: 100%;
        height: 100%;
        text-decoration: inherit;
        display: table;
        pointer-events: none
    }

        .ladi-countdown .ladi-countdown-text span {
            display: table-cell;
            vertical-align: middle
        }

    .ladi-countdown > .ladi-element {
        text-decoration: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit;
        position: relative;
        display: inline-block
    }

        .ladi-countdown > .ladi-element:last-child {
            margin-right: 0 !important
        }

.ladi-button {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .ladi-button:active {
        transform: translateY(2px)
    }

    .ladi-button .ladi-button-background {
        height: 100%;
        width: 100%;
        pointer-events: none
    }

    .ladi-button > .ladi-element {
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
        display: table;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

        .ladi-button > .ladi-element .ladi-headline {
            display: table-cell;
            vertical-align: middle
        }

.ladi-collection {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-collection.carousel {
        overflow: hidden
    }

    .ladi-collection .ladi-collection-content {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        transition: left 350ms ease-in-out
    }

        .ladi-collection .ladi-collection-content .ladi-collection-item {
            display: block;
            position: relative;
            float: left;
            box-shadow: 0 0 0 1px #fff
        }

        .ladi-collection .ladi-collection-content .ladi-collection-page {
            float: left
        }

    .ladi-collection .ladi-collection-arrow {
        position: absolute;
        width: 30px;
        height: 36px;
        top: calc(50% - 18px);
        background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-collection .ladi-collection-arrow-left {
        left: 5px;
        background-position: -28px
    }

    .ladi-collection .ladi-collection-arrow-right {
        right: 5px;
        background-position: -52px
    }

    .ladi-collection .ladi-collection-button-next {
        position: absolute;
        width: 36px;
        height: 30px;
        bottom: -40px;
        right: 0;
        left: 0;
        margin: auto;
        background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
        background-position: 4px;
        cursor: pointer;
        z-index: 90000040
    }

.ladi-form {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-form > .ladi-element {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-form .ladi-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-select-3 {
            width: calc(100% / 3 - 5px);
            max-width: calc(100% / 3 - 5px);
            min-width: calc(100% / 3 - 5px)
        }

            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
                margin-left: 7.5px
            }

            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
                margin-left: 7.5px
            }

        .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
            color: initial
        }

        .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
            text-transform: inherit;
            text-decoration: inherit;
            text-align: inherit;
            letter-spacing: inherit;
            color: inherit;
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit
        }

        .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select: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;
            vertical-align: middle
        }

            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
                user-select: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none
            }

                .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=true] {
                    text-transform: inherit;
                    text-decoration: inherit;
                    text-align: inherit;
                    letter-spacing: inherit;
                    color: inherit;
                    background-size: inherit;
                    background-attachment: inherit;
                    background-origin: inherit
                }

                .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=false] {
                    text-transform: inherit;
                    text-align: inherit;
                    letter-spacing: inherit;
                    color: inherit;
                    background-size: inherit;
                    background-attachment: inherit;
                    background-origin: inherit
                }

    .ladi-form .ladi-form-item-container {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .ladi-form .ladi-form-item {
        width: 100%;
        height: 100%;
        position: absolute
    }

    .ladi-form .ladi-form-item-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none
    }

    .ladi-form .ladi-form-item.ladi-form-checkbox {
        height: auto
    }

    .ladi-form .ladi-form-item .ladi-form-control {
        background-color: transparent;
        min-width: 100%;
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        padding: 0 5px;
        color: inherit;
        font-size: inherit;
        border: none
    }

    .ladi-form .ladi-form-item.ladi-form-checkbox {
        padding: 10px 5px
    }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
            margin-top: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            display: table;
            border: none
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
            margin-top: 0 !important;
            margin-left: 0 !important;
            margin-right: 10px !important;
            display: inline-block;
            border: none;
            position: relative
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
            vertical-align: middle;
            width: 13px;
            height: 13px;
            display: table-cell;
            margin-right: 5px
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
            display: table-cell;
            cursor: default;
            vertical-align: middle;
            word-break: break-word
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item input {
            position: absolute;
            top: 4px
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item span {
            padding-left: 18px
        }

    .ladi-form .ladi-form-item textarea.ladi-form-control {
        resize: none;
        padding: 5px
    }

    .ladi-form .ladi-button {
        cursor: pointer
    }

        .ladi-form .ladi-button .ladi-headline {
            cursor: pointer;
            user-select: none
        }

.ladi-cart {
    position: absolute;
    width: 100%;
    font-size: 12px
}

    .ladi-cart .ladi-cart-row {
        position: relative;
        display: inline-table;
        width: 100%
    }

        .ladi-cart .ladi-cart-row:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 100%;
            background: #dcdcdc
        }

    .ladi-cart .ladi-cart-no-product {
        text-align: center;
        font-size: 16px;
        vertical-align: middle
    }

    .ladi-cart .ladi-cart-image {
        width: 16%;
        vertical-align: middle;
        position: relative;
        text-align: center
    }

        .ladi-cart .ladi-cart-image img {
            max-width: 100%
        }

    .ladi-cart .ladi-cart-title {
        vertical-align: middle;
        padding: 0 5px;
        word-break: break-all
    }

        .ladi-cart .ladi-cart-title .ladi-cart-title-name {
            display: block;
            margin-bottom: 5px
        }

        .ladi-cart .ladi-cart-title .ladi-cart-title-variant {
            font-weight: 700;
            display: block
        }

    .ladi-cart .ladi-cart-image .ladi-cart-image-quantity {
        position: absolute;
        top: -3px;
        right: -5px;
        background: rgba(150,149,149,.9);
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        line-height: 20px
    }

    .ladi-cart .ladi-cart-quantity {
        width: 70px;
        vertical-align: middle;
        text-align: center
    }

    .ladi-cart .ladi-cart-quantity-content {
        display: inline-flex
    }

    .ladi-cart .ladi-cart-quantity input {
        width: 24px;
        text-align: center;
        height: 22px;
        -moz-appearance: textfield;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc
    }

        .ladi-cart .ladi-cart-quantity input::-webkit-inner-spin-button, .ladi-cart .ladi-cart-quantity input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

    .ladi-cart .ladi-cart-quantity button {
        border: 1px solid #dcdcdc;
        cursor: pointer;
        text-align: center;
        width: 21px;
        height: 22px;
        position: relative;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

        .ladi-cart .ladi-cart-quantity button:active {
            transform: translateY(2px)
        }

        .ladi-cart .ladi-cart-quantity button span {
            font-size: 18px;
            position: relative;
            left: .5px
        }

        .ladi-cart .ladi-cart-quantity button:first-child span {
            top: -1.2px
        }

    .ladi-cart .ladi-cart-price {
        width: 100px;
        vertical-align: middle;
        text-align: right;
        padding: 0 5px
    }

    .ladi-cart .ladi-cart-action {
        width: 28px;
        vertical-align: middle;
        text-align: center
    }

        .ladi-cart .ladi-cart-action button {
            border: 1px solid #dcdcdc;
            cursor: pointer;
            text-align: center;
            width: 25px;
            height: 22px;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

            .ladi-cart .ladi-cart-action button:active {
                transform: translateY(2px)
            }

            .ladi-cart .ladi-cart-action button span {
                font-size: 13px;
                position: relative;
                top: .5px
            }

.ladi-video {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden
}

    .ladi-video .ladi-video-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none
    }

.ladi-group {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-checkout {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.ladi-html-code {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none
}

    .ladi-image .ladi-image-background {
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        position: absolute;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        pointer-events: none
    }

.ladi-headline {
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center
}

    .ladi-headline a {
        text-decoration: underline
    }

.ladi-paragraph {
    width: 100%;
    display: inline-block
}

    .ladi-paragraph a {
        text-decoration: underline
    }

.ladi-list-paragraph {
    width: 100%;
    display: inline-block
}

    .ladi-list-paragraph a {
        text-decoration: underline
    }

    .ladi-list-paragraph ul li {
        position: relative;
        counter-increment: linum
    }

        .ladi-list-paragraph ul li:before {
            position: absolute;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            left: 0
        }

        .ladi-list-paragraph ul li:last-child {
            padding-bottom: 0 !important
        }

.ladi-line {
    position: relative
}

    .ladi-line .ladi-line-container {
        border-bottom: 0 !important;
        border-right: 0 !important;
        width: 100%;
        height: 100%
    }

a[data-action] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer
}

a:visited {
    color: inherit
}

a:link {
    color: inherit
}

[data-opacity="0"] {
    opacity: 0
}

[data-hidden=true] {
    display: none
}

[data-action=true] {
    cursor: pointer
}

.ladi-hidden {
    display: none
}

.backdrop-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000060
}

.lightbox-screen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9000000080;
    background: rgba(0,0,0,.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
    }

    .lightbox-screen .lightbox-hidden {
        display: none
    }

.ladi-animation-hidden {
    visibility: hidden !important
}

.ladi-lazyload {
    background-image: none !important
}

.ladi-list-paragraph ul li.ladi-lazyload:before {
    background-image: none !important
}

@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 div {
            text-decoration: none;
            color: rgba(64,64,64,1);
            display: inline
        }

        .ladi-notify .ladi-notify-copyright strong {
            font-weight: 700
        }

.builder-container .ladi-notify {
    transition: unset
}

.ladi-spin-lucky {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: 0 0 7px 0 rgba(64,64,64,.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: center;
        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;
    }

    #SECTION921 {
        height: 92px;
    }

        #SECTION921 > .ladi-section-background {
            background-color: rgb(244, 67, 54);
        }

    #SECTION265 {
        height: 971px;
    }

        #SECTION265 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/uploads/images/2b76cf5d-e3c2-4d32-b94e-972a9f2ae5a8.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION548 {
        height: 526.823px;
    }

        #SECTION548 > .ladi-section-background {
            background-color: rgba(255, 224, 222, 0.52);
        }

    #SECTION488 {
        height: 562px;
    }

    #SECTION461 {
        height: 472px;
    }

        #SECTION461 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s1440x472/5cd53c3230dba94fe2f37973/yellow-background-14046115834kp-1560311586.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION637 {
        height: 659px;
    }

        #SECTION637 > .ladi-section-background {
            background-color: rgb(248, 249, 231);
        }

    #SECTION165 {
        height: 558px;
    }

        #SECTION165 > .ladi-section-background {
            background-color: rgb(255, 252, 243);
        }

    #SECTION826 {
        height: 1620.84px;
    }

        #SECTION826 > .ladi-section-background {
            background-color: rgb(255, 224, 222);
        }

    #SECTION685 {
        height: 3294px;
    }

        #SECTION685 > .ladi-section-background {
            background-size: auto 100%;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s1440x3294/5cd53c3230dba94fe2f37973/background-abstrak-kuning-11-1560310764.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION145 {
        height: 389px;
    }

        #SECTION145 > .ladi-overlay {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x700/57b167c9ca57d39c18a1c57c/hinh-tron.png");
            background-position: left top;
            background-repeat: no-repeat;
        }

        #SECTION145 > .ladi-section-background {
            background-color: rgb(255, 255, 255);
        }

    #SECTION362 {
        height: 1567px;
    }

        #SECTION362 > .ladi-section-background {
            background-color: rgb(255, 252, 242);
        }

    #SECTION137 {
        height: 901.75px;
    }

        #SECTION137 > .ladi-section-background {
            background-size: cover;
            background-attachment: fixed;
            background-image: url("https://w.ladicdn.com/s1440x901/5cd53c3230dba94fe2f37973/yellow-background-14046115834kp-1560311586.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION595 {
        height: 787px;
    }

        #SECTION595 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s1440x787/5cd53c3230dba94fe2f37973/powerpoint-wallpaper-4552-4789-hd-wallpapers-1564892373.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION222 {
        height: 2121.25px;
    }

        #SECTION222 > .ladi-section-background {
            background-color: rgb(12, 104, 137);
        }

    #SECTION399 {
        height: 1282.59px;
    }

    #SECTION153 {
        height: 1186px;
    }

        #SECTION153 > .ladi-section-background {
            background-color: rgb(255, 255, 255);
        }

    #SECTION344 {
        height: 938px;
    }

        #SECTION344 > .ladi-section-background {
            background-color: rgb(35, 40, 69);
        }

    #HEADLINE922 {
        width: 959px;
        top: 11.5px;
        left: 0px;
    }

        #HEADLINE922 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 22px;
            text-align: center;
            line-height: 1.4;
        }

    #BOX932 {
        width: 33.3125px;
        height: 26px;
        top: 46.5px;
        left: 384.738px;
    }

        #BOX932 > .ladi-box {
            background-color: rgb(248, 160, 32);
        }

    #PARAGRAPH933 {
        width: 16px;
        top: 46.5px;
        left: 396.291px;
    }

        #PARAGRAPH933 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 22px;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE9 {
        width: 959px;
        top: 11px;
        left: -7.54952px;
    }

        #HEADLINE9 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(56, 142, 146);
            font-size: 53px;
            font-weight: bold;
            text-align: center;
            letter-spacing: 0px;
            line-height: 1;
            text-shadow: rgb(19, 51, 34) 2px 0px 0px;
        }

    #IMAGE460 {
        width: 361px;
        height: 361px;
        top: 0px;
        left: 0px;
    }

        #IMAGE460 > .ladi-image > .ladi-image-background {
            width: 361px;
            height: 361px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s700x700/5cd53c3230dba94fe2f37973/726440867714b2588219b63846081849-red-gold-round-badge-by-vexels-1559296075.png");
        }

    #PARAGRAPH512 {
        width: 169px;
        top: 139px;
        left: 96px;
    }

        #PARAGRAPH512 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH513 {
        width: 188px;
        top: 264px;
        left: 86.25px;
    }

        #PARAGRAPH513 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE487 {
        width: 200px;
        top: 170px;
        left: 579px;
    }

        #HEADLINE487 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: left;
            line-height: 1.2;
        }

    #IMAGE662 {
        width: 188px;
        height: 188px;
        top: 345.006px;
        left: 2.36951px;
    }

        #IMAGE662 > .ladi-image > .ladi-image-background {
            width: 282px;
            height: 188px;
            top: 0px;
            left: -47px;
            background-image: url("https://w.ladicdn.com/s600x500/5cd53c3230dba94fe2f37973/fractional-co2-1559811527.jpg");
        }

        #IMAGE662 > .ladi-image {
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 3px;
            border-radius: 100px;
        }

    #IMAGE663 {
        width: 184.125px;
        height: 188.99px;
        top: 348.01px;
        left: 222.88px;
    }

        #IMAGE663 > .ladi-image > .ladi-image-background {
            width: 260.675px;
            height: 188.99px;
            top: 0px;
            left: -38.2752px;
            background-image: url("https://w.ladicdn.com/s600x500/5cd53c3230dba94fe2f37973/screenshot_26_8b762ef9ceaa4d35a6b86bcd773d1dc9_grande_58f4c6abec2a482d81812544efcc608c_grande-1561889398.png");
        }

        #IMAGE663 > .ladi-image {
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 3px;
            border-radius: 100px;
        }

    #IMAGE664 {
        width: 186.917px;
        height: 194px;
        top: 558px;
        left: 8.93495px;
    }

        #IMAGE664 > .ladi-image > .ladi-image-background {
            width: 186.917px;
            height: 194px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x500/5cd53c3230dba94fe2f37973/dsc_8320-1562051550.jpg");
        }

        #IMAGE664 > .ladi-image {
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 3px;
            border-radius: 100px;
        }

    #IMAGE670 {
        width: 192.094px;
        height: 189px;
        top: 558px;
        left: 221.938px;
    }

        #IMAGE670 > .ladi-image > .ladi-image-background {
            width: 192.094px;
            height: 189px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x500/5cd53c3230dba94fe2f37973/tam-trang-phi-thuyen-10-1559032094.jpg");
        }

        #IMAGE670 > .ladi-image {
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 3px;
            border-radius: 150px;
        }

    #HEADLINE678 {
        width: 753px;
        top: 139.01px;
        left: 92.0003px;
    }

        #HEADLINE678 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(206, 57, 46);
            font-size: 33px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
            text-shadow: rgb(0, 0, 0) 1px 0px 0px;
        }

        #HEADLINE678.ladi-animation > .ladi-headline {
            animation-name: bounce;
            -webkit-animation-name: bounce;
            animation-delay: 1s;
            -webkit-animation-delay: 1s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

    #HEADLINE788 {
        width: 641px;
        top: 781px;
        left: 161.5px;
    }

        #HEADLINE788 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 23, 68);
            font-size: 27px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #BOX791 {
        width: 699px;
        height: 83px;
        top: 0px;
        left: 0px;
    }

        #BOX791 > .ladi-box {
            background-color: rgb(239, 57, 0);
        }

    #HEADLINE792 {
        width: 674px;
        top: 27.1563px;
        left: 25px;
    }

        #HEADLINE792 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 23px;
            text-align: center;
            line-height: 1.2;
        }

    #SHAPE793 {
        width: 23px;
        height: 23px;
        top: 29.9896px;
        left: 2px;
    }

        #SHAPE793 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #HEADLINE549 {
        width: 956px;
        top: 102.002px;
        left: 4px;
    }

        #HEADLINE549 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(233, 148, 23);
            font-size: 19px;
            text-align: justify;
            line-height: 1.2;
        }

    #HEADLINE550 {
        width: 616px;
        top: 38px;
        left: 96.5933px;
    }

        #HEADLINE550 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 34px;
            text-align: left;
            line-height: 1;
        }

    #IMAGE558 {
        width: 105px;
        height: 105px;
        top: -1.0005px;
        left: -5.40642px;
    }

        #IMAGE558 > .ladi-image > .ladi-image-background {
            width: 105px;
            height: 105px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s450x450/5cd53c3230dba94fe2f37973/hot-1559812955.png");
        }

    #SHAPE625 {
        width: 46px;
        height: 46px;
        top: 337px;
        left: -5.40642px;
    }

        #SHAPE625 svg:last-child {
            fill: rgba(255,87,34,1);
        }

    #PARAGRAPH657 {
        width: 608px;
        top: 461.01px;
        left: 130.01px;
    }

        #PARAGRAPH657 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 26px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

        #PARAGRAPH657.ladi-animation > .ladi-paragraph {
            animation-name: flash;
            -webkit-animation-name: flash;
            animation-delay: 1s;
            -webkit-animation-delay: 1s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

    #SHAPE658 {
        width: 63px;
        height: 63px;
        top: 445.01px;
        left: 57px;
    }

        #SHAPE658 svg:last-child {
            fill: rgba(76,175,80,1);
        }

    #BOX489 {
        width: 399px;
        height: 461.323px;
        top: 0px;
        left: 0px;
    }

        #BOX489 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
            border-radius: 10px;
        }

    #PARAGRAPH496 {
        width: 354px;
        top: 33.1615px;
        left: 37px;
    }

        #PARAGRAPH496 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.2;
        }

    #BOX490 {
        width: 270px;
        height: 94px;
        top: 17.0104px;
        left: 108px;
    }

        #BOX490 > .ladi-box {
            background-color: rgb(255, 152, 0);
            border-radius: 10px;
        }

    #BOX492 {
        width: 399px;
        height: 461.323px;
        top: 0px;
        left: 0px;
    }

        #BOX492 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
            border-radius: 10px;
        }

    #PARAGRAPH497 {
        width: 343px;
        top: 44.1566px;
        left: 41.5px;
    }

        #PARAGRAPH497 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: justify;
            line-height: 1.2;
        }

    #BOX493 {
        width: 281px;
        height: 92px;
        top: 0px;
        left: 0px;
    }

        #BOX493 > .ladi-box {
            background-color: rgb(255, 152, 0);
            border-radius: 10px;
        }

    #PARAGRAPH495 {
        width: 266px;
        top: 30px;
        left: 7.5px;
    }

        #PARAGRAPH495 > .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;
        }

    #PARAGRAPH494 {
        width: 186px;
        top: 47.6667px;
        left: 148px;
    }

        #PARAGRAPH494 > .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;
        }

    #GROUP464 {
        width: 220px;
        height: 279.716px;
        top: 136.196px;
        left: 9.53887px;
    }

    #BOX465 {
        width: 204.066px;
        height: 204.986px;
        top: 0px;
        left: 7.967px;
    }

        #BOX465 > .ladi-box > .ladi-overlay {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/screenshot_2-removebg-1559028837.png");
            background-position: center top;
            background-repeat: no-repeat;
        }

        #BOX465 > .ladi-box {
            background-color: rgb(189, 189, 189);
            border-radius: 550px;
        }

    #HEADLINE466 {
        width: 220px;
        top: 236.716px;
        left: 0px;
    }

        #HEADLINE466 > .ladi-headline {
            color: rgb(244, 67, 54);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #GROUP469 {
        width: 211px;
        height: 273.287px;
        top: 142.625px;
        left: 267.4px;
    }

    #BOX470 {
        width: 195.682px;
        height: 195.984px;
        top: 0px;
        left: 0.0001px;
    }

        #BOX470 > .ladi-box > .ladi-overlay {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s500x500/5cd53c3230dba94fe2f37973/phi_thuyen-removebg-1559026175.png");
            background-position: center top;
            background-repeat: no-repeat;
        }

        #BOX470 > .ladi-box {
            background-color: rgb(189, 189, 189);
            border-radius: 550px;
        }

    #HEADLINE471 {
        width: 211px;
        top: 230.287px;
        left: 0px;
    }

        #HEADLINE471 > .ladi-headline {
            color: rgb(244, 67, 54);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #GROUP474 {
        width: 224px;
        height: 272.367px;
        top: 142.625px;
        left: 497.521px;
    }

    #BOX475 {
        width: 194.9px;
        height: 195.203px;
        top: 0px;
        left: 20.0661px;
    }

        #BOX475 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s500x500/5cd53c3230dba94fe2f37973/tam-trang-phi-thuyen-10-1559032094.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-radius: 550px;
        }

    #HEADLINE476 {
        width: 224px;
        top: 229.367px;
        left: 0px;
    }

        #HEADLINE476 > .ladi-headline {
            color: rgb(244, 67, 54);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #GROUP479 {
        width: 197.185px;
        height: 272.649px;
        top: 142.625px;
        left: 748.97px;
    }

    #BOX480 {
        width: 196.991px;
        height: 198.076px;
        top: 0px;
        left: 0px;
    }

        #BOX480 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s500x500/5cd53c3230dba94fe2f37973/06658e2b7e2c9a72c33d-1561781241.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-radius: 550px;
        }

    #HEADLINE481 {
        width: 192px;
        top: 229.649px;
        left: 5.18485px;
    }

        #HEADLINE481 > .ladi-headline {
            color: rgb(244, 67, 54);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX486 {
        width: 954.385px;
        height: 92px;
        top: 0px;
        left: 0px;
    }

        #BOX486 > .ladi-box {
            box-shadow: 5px 5px 0px 0px rgba(114,97,72,1);
            -webkit-box-shadow: 5px 5px 0px 0px rgba(114,97,72,1);
            background-color: rgb(255, 152, 0);
            border-radius: 20px;
        }

    #HEADLINE484 {
        width: 941px;
        top: 2.5px;
        left: 0px;
    }

        #HEADLINE484 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 31px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #SHAPE638 {
        width: 68px;
        height: 48px;
        top: 173.495px;
        left: 324.266px;
    }

        #SHAPE638 svg:last-child {
            fill: #ff0000;
        }

    #VIDEO638 {
        width: 716.531px;
        height: 394.99px;
        top: 95.187px;
        left: 118.466px;
    }

        #VIDEO638 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/hXls-V4kfb4/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #BOX640 {
        width: 897.948px;
        height: 61px;
        top: 0px;
        left: 0px;
    }

        #BOX640 > .ladi-box {
            background-color: rgb(255, 152, 0);
        }

    #HEADLINE641 {
        width: 872px;
        top: 12.8333px;
        left: 14.9896px;
    }

        #HEADLINE641 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH642 {
        width: 661px;
        top: 502.177px;
        left: 142.005px;
    }

        #PARAGRAPH642 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 20px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE644 {
        width: 343.677px;
        height: 74.9896px;
        top: 555.833px;
        left: 311.325px;
    }

        #IMAGE644 > .ladi-image > .ladi-image-background {
            width: 343.677px;
            height: 74.9896px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/tu-van-24-7-1559032483.gif");
        }

    #PARAGRAPH171 {
        width: 960px;
        top: 79px;
        left: 0px;
    }

        #PARAGRAPH171 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 152, 0);
            font-size: 19px;
            font-style: italic;
            text-align: justify;
            line-height: 1.4;
        }

    #IMAGE282 {
        width: 287.406px;
        height: 346px;
        top: 193.005px;
        left: 17.009px;
    }

        #IMAGE282 > .ladi-image > .ladi-image-background {
            width: 287.406px;
            height: 346px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x650/5cd53c3230dba94fe2f37973/tam-trang-phi-thuyen-1-1559030816.jpg");
        }

        #IMAGE282 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
            border-radius: 10px;
        }

        #IMAGE282 > .ladi-image {
            -webkit-mask: url("https://w.ladicdn.com/v2/source/masks/20.svg") 0% 0% / 100% 100%;
        }

    #IMAGE283 {
        width: 293.354px;
        height: 345.188px;
        top: 193.818px;
        left: 327.525px;
    }

        #IMAGE283 > .ladi-image > .ladi-image-background {
            width: 293.354px;
            height: 345.188px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x650/5cd53c3230dba94fe2f37973/tam-trang-phi-thuyen-pha-le-1559030885.jpg");
        }

        #IMAGE283 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
            border-radius: 10px;
        }

        #IMAGE283 > .ladi-image {
            -webkit-mask: url("https://w.ladicdn.com/v2/source/masks/20.svg") 0% 0% / 100% 100%;
        }

    #BOX423 {
        width: 451px;
        height: 52px;
        top: 0px;
        left: 0px;
    }

        #BOX423 > .ladi-box {
            box-shadow: 4px 4px 0px 0px rgba(33,97,128,1);
            -webkit-box-shadow: 4px 4px 0px 0px rgba(33,97,128,1);
            background-color: rgb(255, 152, 0);
            border-color: rgb(14, 162, 230);
            border-radius: 10px;
        }

    #HEADLINE167 {
        width: 512px;
        top: 10.5px;
        left: 14px;
    }

        #HEADLINE167 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 152, 0);
            font-size: 27px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #IMAGE438 {
        width: 282.635px;
        height: 345px;
        top: 195.001px;
        left: 642.448px;
    }

        #IMAGE438 > .ladi-image > .ladi-image-background {
            width: 516.854px;
            height: 345px;
            top: 0px;
            left: -168px;
            background-image: url("https://w.ladicdn.com/s850x650/5cd53c3230dba94fe2f37973/dsc_8421-20190924031316.jpg");
        }

        #IMAGE438 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
            border-radius: 10px;
        }

        #IMAGE438 > .ladi-image {
            -webkit-mask: url("https://w.ladicdn.com/v2/source/masks/20.svg") 0% 0% / 100% 100%;
        }

    #GROUP832 {
        width: 960px;
        height: 140px;
        top: 121px;
        left: 3.55271px;
    }

    #PARAGRAPH833 {
        width: 959px;
        top: 0px;
        left: 0px;
    }

        #PARAGRAPH833 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(20, 20, 20);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH834 {
        width: 960px;
        top: 44px;
        left: 0px;
    }

        #PARAGRAPH834 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(51, 51, 51);
            font-size: 16px;
            text-align: justify;
            line-height: 1.4;
        }

    #LINE835 {
        width: 960px;
        top: 121px;
        left: 0px;
    }

        #LINE835 > .ladi-line > .ladi-line-container {
            border-top: 3px dotted rgb(120, 199, 20);
            border-right: 3px dotted rgb(120, 199, 20);
            border-bottom: 3px dotted rgb(120, 199, 20);
            border-left: 0px !important;
        }

        #LINE835 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP836 {
        width: 665.615px;
        height: 140px;
        top: 452px;
        left: 3.55271px;
    }

    #PARAGRAPH837 {
        width: 665px;
        top: 0px;
        left: 0px;
    }

        #PARAGRAPH837 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(20, 20, 20);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH838 {
        width: 665px;
        top: 44px;
        left: 0px;
    }

        #PARAGRAPH838 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(51, 51, 51);
            font-size: 16px;
            text-align: justify;
            line-height: 1.4;
        }

    #LINE839 {
        width: 665px;
        top: 121px;
        left: 0px;
    }

        #LINE839 > .ladi-line > .ladi-line-container {
            border-top: 3px dotted rgb(120, 199, 20);
            border-right: 3px dotted rgb(120, 199, 20);
            border-bottom: 3px dotted rgb(120, 199, 20);
            border-left: 0px !important;
        }

        #LINE839 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP840 {
        width: 665.313px;
        height: 140px;
        top: 633px;
        left: 0px;
    }

    #PARAGRAPH841 {
        width: 665px;
        top: 0px;
        left: 0px;
    }

        #PARAGRAPH841 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(20, 20, 20);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH842 {
        width: 665px;
        top: 44px;
        left: 0px;
    }

        #PARAGRAPH842 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(51, 51, 51);
            font-size: 16px;
            text-align: justify;
            line-height: 1.4;
        }

    #LINE843 {
        width: 665px;
        top: 121px;
        left: 0px;
    }

        #LINE843 > .ladi-line > .ladi-line-container {
            border-top: 3px dotted rgb(120, 199, 20);
            border-right: 3px dotted rgb(120, 199, 20);
            border-bottom: 3px dotted rgb(120, 199, 20);
            border-left: 0px !important;
        }

        #LINE843 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP844 {
        width: 960px;
        height: 140px;
        top: 276px;
        left: 0px;
    }

    #PARAGRAPH845 {
        width: 957px;
        top: 0px;
        left: 0px;
    }

        #PARAGRAPH845 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(20, 20, 20);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH846 {
        width: 959px;
        top: 44px;
        left: 0px;
    }

        #PARAGRAPH846 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(51, 51, 51);
            font-size: 16px;
            text-align: justify;
            line-height: 1.4;
        }

    #LINE847 {
        width: 959px;
        top: 121px;
        left: 0px;
    }

        #LINE847 > .ladi-line > .ladi-line-container {
            border-top: 3px dotted rgb(120, 199, 20);
            border-right: 3px dotted rgb(120, 199, 20);
            border-bottom: 3px dotted rgb(120, 199, 20);
            border-left: 0px !important;
        }

        #LINE847 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP849 {
        width: 665.615px;
        height: 140px;
        top: 813px;
        left: 0px;
    }

    #PARAGRAPH850 {
        width: 665px;
        top: 0px;
        left: 0px;
    }

        #PARAGRAPH850 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(20, 20, 20);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH851 {
        width: 665px;
        top: 44px;
        left: 0px;
    }

        #PARAGRAPH851 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(51, 51, 51);
            font-size: 16px;
            text-align: justify;
            line-height: 1.4;
        }

    #LINE852 {
        width: 665px;
        top: 121px;
        left: 0px;
    }

        #LINE852 > .ladi-line > .ladi-line-container {
            border-top: 3px dotted rgb(120, 199, 20);
            border-right: 3px dotted rgb(120, 199, 20);
            border-bottom: 3px dotted rgb(120, 199, 20);
            border-left: 0px !important;
        }

        #LINE852 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP853 {
        width: 665.615px;
        height: 140px;
        top: 966px;
        left: 0px;
    }

    #PARAGRAPH854 {
        width: 665px;
        top: 0px;
        left: 0px;
    }

        #PARAGRAPH854 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(20, 20, 20);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH855 {
        width: 665px;
        top: 44px;
        left: 0px;
    }

        #PARAGRAPH855 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(51, 51, 51);
            font-size: 16px;
            text-align: justify;
            line-height: 1.4;
        }

    #LINE856 {
        width: 665px;
        top: 121px;
        left: 0px;
    }

        #LINE856 > .ladi-line > .ladi-line-container {
            border-top: 3px dotted rgb(120, 199, 20);
            border-right: 3px dotted rgb(120, 199, 20);
            border-bottom: 3px dotted rgb(120, 199, 20);
            border-left: 0px !important;
        }

        #LINE856 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP857 {
        width: 958px;
        height: 140px;
        top: 1142px;
        left: 0px;
    }

    #PARAGRAPH858 {
        width: 955px;
        top: 0px;
        left: 0px;
    }

        #PARAGRAPH858 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(20, 20, 20);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH859 {
        width: 955px;
        top: 44px;
        left: 0px;
    }

        #PARAGRAPH859 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(51, 51, 51);
            font-size: 16px;
            text-align: justify;
            line-height: 1.4;
        }

    #LINE860 {
        width: 957px;
        top: 121px;
        left: 0px;
    }

        #LINE860 > .ladi-line > .ladi-line-container {
            border-top: 3px dotted rgb(120, 199, 20);
            border-right: 3px dotted rgb(120, 199, 20);
            border-bottom: 3px dotted rgb(120, 199, 20);
            border-left: 0px !important;
        }

        #LINE860 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP861 {
        width: 958px;
        height: 140px;
        top: 1304px;
        left: 0px;
    }

    #PARAGRAPH862 {
        width: 957px;
        top: 0px;
        left: 0px;
    }

        #PARAGRAPH862 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(20, 20, 20);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH863 {
        width: 957px;
        top: 44px;
        left: 0px;
    }

        #PARAGRAPH863 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(51, 51, 51);
            font-size: 16px;
            text-align: justify;
            line-height: 1.4;
        }

    #LINE864 {
        width: 957px;
        top: 121px;
        left: 0px;
    }

        #LINE864 > .ladi-line > .ladi-line-container {
            border-top: 3px dotted rgb(120, 199, 20);
            border-right: 3px dotted rgb(120, 199, 20);
            border-bottom: 3px dotted rgb(120, 199, 20);
            border-left: 0px !important;
        }

        #LINE864 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #BOX865 {
        width: 960px;
        height: 76px;
        top: 0px;
        left: 0px;
    }

        #BOX865 > .ladi-box {
            box-shadow: 4px 4px 0px 0px rgba(86,84,84,1);
            -webkit-box-shadow: 4px 4px 0px 0px rgba(86,84,84,1);
            background-color: rgb(255, 152, 0);
            border-color: rgb(0, 0, 0);
        }

    #HEADLINE866 {
        width: 872px;
        top: 19px;
        left: 69.6198px;
    }

        #HEADLINE866 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 32px;
            font-weight: bold;
            text-align: left;
            line-height: 1;
        }

    #IMAGE867 {
        width: 338.203px;
        height: 757.655px;
        top: 416px;
        left: 672px;
    }

        #IMAGE867 > .ladi-image > .ladi-image-background {
            width: 425.282px;
            height: 757.655px;
            top: 0px;
            left: -65.7506px;
            background-image: url("https://w.ladicdn.com/s750x1100/5cd53c3230dba94fe2f37973/tam-trang-phi-thuyen-2-1559031232.jpg");
        }

    #GROUP686 {
        width: 305px;
        height: 476.75px;
        top: 106.25px;
        left: 329.5px;
    }

    #BOX687 {
        width: 305px;
        height: 395.281px;
        top: 0px;
        left: 0px;
    }

        #BOX687 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE688 {
        width: 227px;
        top: 157.042px;
        left: 39.1667px;
    }

        #HEADLINE688 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH689 {
        width: 238px;
        top: 222.156px;
        left: 33.5px;
    }

        #PARAGRAPH689 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX690 {
        width: 229px;
        height: 230.922px;
        top: 0px;
        left: 40px;
    }

        #BOX690 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_8498-1561629552.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP691 {
        width: 305px;
        height: 479.99px;
        top: 103px;
        left: -0.40625px;
    }

    #BOX692 {
        width: 305px;
        height: 396.521px;
        top: 0px;
        left: 0px;
    }

        #BOX692 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE694 {
        width: 250px;
        top: 169.573px;
        left: 18px;
    }

        #HEADLINE694 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH693 {
        width: 238px;
        top: 226.531px;
        left: 24px;
    }

        #PARAGRAPH693 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX695 {
        width: 229px;
        height: 227.573px;
        top: 0px;
        left: 39px;
    }

        #BOX695 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_8468-1561629387.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP696 {
        width: 305px;
        height: 480px;
        top: 103px;
        left: 655px;
    }

    #BOX697 {
        width: 305px;
        height: 396px;
        top: 0px;
        left: 0px;
    }

        #BOX697 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #PARAGRAPH698 {
        width: 238px;
        top: 226px;
        left: 35px;
    }

        #PARAGRAPH698 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE699 {
        width: 250px;
        top: 160.875px;
        left: 29.5px;
    }

        #HEADLINE699 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX700 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 40px;
    }

        #BOX700 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_8381-1561630162.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP701 {
        width: 305px;
        height: 478.25px;
        top: 628.969px;
        left: 0.59375px;
    }

    #BOX702 {
        width: 305px;
        height: 399px;
        top: 0px;
        left: 0px;
    }

        #BOX702 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE703 {
        width: 250px;
        top: 162.385px;
        left: 17px;
    }

        #HEADLINE703 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH704 {
        width: 238px;
        top: 210.771px;
        left: 29px;
    }

        #PARAGRAPH704 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX705 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 38px;
    }

        #BOX705 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_7474-1561629755.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP706 {
        width: 305px;
        height: 476.75px;
        top: 628.99px;
        left: 327.5px;
    }

    #BOX707 {
        width: 305px;
        height: 395.281px;
        top: 0px;
        left: 0px;
    }

        #BOX707 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE708 {
        width: 227px;
        top: 157.042px;
        left: 39.1667px;
    }

        #HEADLINE708 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH709 {
        width: 238px;
        top: 208.531px;
        left: 37.5px;
    }

        #PARAGRAPH709 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX710 {
        width: 229px;
        height: 230.922px;
        top: 0px;
        left: 40px;
    }

        #BOX710 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_8580-1561691535.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP711 {
        width: 305px;
        height: 480px;
        top: 625.719px;
        left: 657px;
    }

    #BOX712 {
        width: 305px;
        height: 396px;
        top: 0px;
        left: 0px;
    }

        #BOX712 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE714 {
        width: 250px;
        top: 160.875px;
        left: 29.5px;
    }

        #HEADLINE714 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH713 {
        width: 238px;
        top: 196.25px;
        left: 33.5px;
    }

        #PARAGRAPH713 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX715 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 38px;
    }

        #BOX715 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_7499-1561691626.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP716 {
        width: 305px;
        height: 478.219px;
        top: 1144.24px;
        left: 0px;
    }

    #BOX717 {
        width: 305px;
        height: 399px;
        top: 0px;
        left: 0px;
    }

        #BOX717 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE718 {
        width: 250px;
        top: 162.354px;
        left: 17px;
    }

        #HEADLINE718 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH719 {
        width: 238px;
        top: 215.281px;
        left: 29px;
    }

        #PARAGRAPH719 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX720 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 38.5938px;
    }

        #BOX720 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_8364-1562383134.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP721 {
        width: 305px;
        height: 476.75px;
        top: 1144.24px;
        left: 329.5px;
    }

    #BOX722 {
        width: 305px;
        height: 395.281px;
        top: 0px;
        left: 0px;
    }

        #BOX722 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE723 {
        width: 227px;
        top: 157.042px;
        left: 39.1667px;
    }

        #HEADLINE723 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH724 {
        width: 238px;
        top: 238.271px;
        left: 35.5px;
    }

        #PARAGRAPH724 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX725 {
        width: 229px;
        height: 230.922px;
        top: 0px;
        left: 40px;
    }

        #BOX725 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/5f8ec41b131cf742ae0d-1561781443.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP726 {
        width: 305px;
        height: 480px;
        top: 1140.97px;
        left: 657px;
    }

    #BOX727 {
        width: 305px;
        height: 396px;
        top: 0px;
        left: 0px;
    }

        #BOX727 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE728 {
        width: 250px;
        top: 160.875px;
        left: 29.5px;
    }

        #HEADLINE728 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH730 {
        width: 280px;
        top: 239.01px;
        left: 16.5px;
    }

        #PARAGRAPH730 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX729 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 38px;
    }

        #BOX729 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_7538-1562383202.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP731 {
        width: 305px;
        height: 478.25px;
        top: 1668.49px;
        left: 329.5px;
    }

    #BOX732 {
        width: 305px;
        height: 399px;
        top: 0px;
        left: 0px;
    }

        #BOX732 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE734 {
        width: 250px;
        top: 162.354px;
        left: 17px;
    }

        #HEADLINE734 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH733 {
        width: 271px;
        top: 260.469px;
        left: 16.8333px;
    }

        #PARAGRAPH733 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX735 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 38px;
    }

        #BOX735 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/bun-khoang-1560326899.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP736 {
        width: 305px;
        height: 476.75px;
        top: 1668.48px;
        left: 659px;
    }

    #BOX737 {
        width: 305px;
        height: 395.281px;
        top: 0px;
        left: 0px;
    }

        #BOX737 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE738 {
        width: 227px;
        top: 157.042px;
        left: 39.1667px;
    }

        #HEADLINE738 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH739 {
        width: 238px;
        top: 278.25px;
        left: 33.5px;
    }

        #PARAGRAPH739 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX740 {
        width: 229px;
        height: 230.922px;
        top: 0px;
        left: 40px;
    }

        #BOX740 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/tay-te-bao-chet-1559031895.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP741 {
        width: 305px;
        height: 480px;
        top: 2177.48px;
        left: 0px;
    }

    #BOX742 {
        width: 305px;
        height: 396px;
        top: 0px;
        left: 0px;
    }

        #BOX742 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE743 {
        width: 250px;
        top: 160.875px;
        left: 29.5px;
    }

        #HEADLINE743 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH744 {
        width: 280px;
        top: 232.323px;
        left: 12.5px;
    }

        #PARAGRAPH744 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX745 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 38px;
    }

        #BOX745 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_8421-1562383000.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP746 {
        width: 305px;
        height: 478.25px;
        top: 2180.74px;
        left: 329.5px;
    }

    #BOX747 {
        width: 305px;
        height: 399px;
        top: 0px;
        left: 0px;
    }

        #BOX747 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE748 {
        width: 250px;
        top: 162.354px;
        left: 17px;
    }

        #HEADLINE748 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH759 {
        width: 280px;
        top: 246.333px;
        left: 12.5px;
    }

        #PARAGRAPH759 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX749 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 38px;
    }

        #BOX749 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/tri-tham-seo-bang-cong-nghe-fractional-co2-1560912189.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP750 {
        width: 305px;
        height: 476.75px;
        top: 2180.73px;
        left: 657px;
    }

    #BOX751 {
        width: 305px;
        height: 395.281px;
        top: 0px;
        left: 0px;
    }

        #BOX751 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE752 {
        width: 227px;
        top: 157.042px;
        left: 39.1667px;
    }

        #HEADLINE752 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH753 {
        width: 238px;
        top: 238.271px;
        left: 35.5px;
    }

        #PARAGRAPH753 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX754 {
        width: 229px;
        height: 230.922px;
        top: 0px;
        left: 40px;
    }

        #BOX754 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_8391-1562913878.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP760 {
        width: 305px;
        height: 480px;
        top: 2697px;
        left: 0px;
    }

    #BOX761 {
        width: 305px;
        height: 396px;
        top: 0px;
        left: 0px;
    }

        #BOX761 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE762 {
        width: 250px;
        top: 160.875px;
        left: 29.5px;
    }

        #HEADLINE762 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH764 {
        width: 280px;
        top: 278.083px;
        left: 12.5px;
    }

        #PARAGRAPH764 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX763 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 38px;
    }

        #BOX763 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/thoa-serum-1-1559032911.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP765 {
        width: 305px;
        height: 478.25px;
        top: 2704.99px;
        left: 329.5px;
    }

    #BOX766 {
        width: 305px;
        height: 399px;
        top: 0px;
        left: 0px;
    }

        #BOX766 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE767 {
        width: 250px;
        top: 162.354px;
        left: 17px;
    }

        #HEADLINE767 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH768 {
        width: 280px;
        top: 264.177px;
        left: 12.5px;
    }

        #PARAGRAPH768 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX769 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 38px;
    }

        #BOX769 > .ladi-box {
            background-size: 100%;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/thoa-kem-body-1-1559033042.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP775 {
        width: 305px;
        height: 480px;
        top: 2705px;
        left: 657px;
    }

    #BOX776 {
        width: 305px;
        height: 396px;
        top: 0px;
        left: 0px;
    }

        #BOX776 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE777 {
        width: 250px;
        top: 160.875px;
        left: 29.5px;
    }

        #HEADLINE777 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE787 {
        width: 250px;
        top: 163.875px;
        left: 29.5px;
    }

        #HEADLINE787 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(110, 107, 107);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH778 {
        width: 280px;
        top: 259.417px;
        left: 12.5px;
    }

        #PARAGRAPH778 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX779 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 38px;
    }

        #BOX779 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_8295-1561691876.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #HEADLINE780 {
        width: 963px;
        top: 17.1771px;
        left: -5px;
    }

        #HEADLINE780 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(203, 60, 50);
            font-size: 39px;
            font-weight: bold;
            text-align: center;
            letter-spacing: 0px;
            line-height: 1;
            text-shadow: rgb(0, 0, 0) 1px 0px 0px;
        }

    #IMAGE781 {
        width: 314px;
        height: 26px;
        top: 64.1667px;
        left: 319px;
    }

        #IMAGE781 > .ladi-image > .ladi-image-background {
            width: 314px;
            height: 26px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s650x350/5cd53c3230dba94fe2f37973/image-removebg-preview-1561774287.png");
        }

    #GROUP782 {
        width: 305px;
        height: 478.25px;
        top: 1668.47px;
        left: 0px;
    }

    #BOX783 {
        width: 305px;
        height: 399px;
        top: 0px;
        left: 0px;
    }

        #BOX783 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #PARAGRAPH784 {
        width: 238px;
        top: 240.49px;
        left: 22.1875px;
    }

        #PARAGRAPH784 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE785 {
        width: 250px;
        top: 162.354px;
        left: 17px;
    }

        #HEADLINE785 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX786 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 38px;
    }

        #BOX786 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/thoa-serum-24k-1562994801.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #HEADLINE802 {
        width: 960px;
        top: 3194.84px;
        left: 0px;
    }

        #HEADLINE802 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 30px;
            font-weight: bold;
            font-style: italic;
            text-align: center;
            line-height: 1.4;
        }

    #PARAGRAPH146 {
        width: 850px;
        top: 119.645px;
        left: 67.01px;
    }

        #PARAGRAPH146 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(97, 97, 97);
            font-size: 19px;
            text-align: justify;
            line-height: 1.2;
        }

    #IMAGE424 {
        width: 361.938px;
        height: 146.24px;
        top: 0px;
        left: 0px;
    }

        #IMAGE424 > .ladi-image > .ladi-image-background {
            width: 361.938px;
            height: 146.24px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s700x450/5cd53c3230dba94fe2f37973/yellow-banner-png-1559306760.png");
        }

    #PARAGRAPH425 {
        width: 280px;
        top: 90.3128px;
        left: 40.969px;
    }

        #PARAGRAPH425 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 24px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #SHAPE797 {
        width: 20px;
        height: 20px;
        top: 166.49px;
        left: 38.9896px;
    }

        #SHAPE797 svg:last-child {
            fill: #000000;
        }

    #SHAPE798 {
        width: 18px;
        height: 18px;
        top: 213.5px;
        left: 38.9896px;
    }

        #SHAPE798 svg:last-child {
            fill: #000000;
        }

    #SHAPE799 {
        width: 18px;
        height: 18px;
        top: 257.49px;
        left: 38.9896px;
    }

        #SHAPE799 svg:last-child {
            fill: #000000;
        }

    #SHAPE800 {
        width: 18px;
        height: 18px;
        top: 302.49px;
        left: 38.9896px;
    }

        #SHAPE800 svg:last-child {
            fill: #000000;
        }

    #SHAPE801 {
        width: 18px;
        height: 18px;
        top: 349.49px;
        left: 38.9896px;
    }

        #SHAPE801 svg:last-child {
            fill: #000000;
        }

    #SHAPE796 {
        width: 18px;
        height: 18px;
        top: 119.645px;
        left: 38.9896px;
    }

        #SHAPE796 svg:last-child {
            fill: #000000;
        }

    #BOX364 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX364 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE365 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE365 > .ladi-image > .ladi-image-background {
            width: 224px;
            height: 298.667px;
            top: -93.6667px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x600/5cd53c3230dba94fe2f37973/7b7282b8e44601185857-1559232980.jpg");
        }

        #IMAGE365 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

    #PARAGRAPH366 {
        width: 197px;
        top: 35.4792px;
        left: 253px;
    }

        #PARAGRAPH366 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX369 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX369 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE370 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE370 > .ladi-image > .ladi-image-background {
            width: 224px;
            height: 298.667px;
            top: -63px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x600/5cd53c3230dba94fe2f37973/6cec979ae465013b5874-1559233486.jpg");
        }

        #IMAGE370 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

    #PARAGRAPH371 {
        width: 197px;
        top: 43px;
        left: 254px;
    }

        #PARAGRAPH371 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX373 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX373 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE374 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE374 > .ladi-image > .ladi-image-background {
            width: 354.275px;
            height: 205px;
            top: 0px;
            left: -65.1377px;
            background-image: url("https://w.ladicdn.com/s700x550/5cd53c3230dba94fe2f37973/4bc3be831605f35baa14-1559233851.jpg");
        }

        #IMAGE374 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

    #PARAGRAPH375 {
        width: 197px;
        top: 23.6667px;
        left: 244.667px;
    }

        #PARAGRAPH375 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX377 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX377 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE378 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE378 > .ladi-image > .ladi-image-background {
            width: 224px;
            height: 205px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/may-phi-thuyen-1559233077.jpg");
        }

        #IMAGE378 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

    #PARAGRAPH379 {
        width: 197px;
        top: 34.5px;
        left: 253px;
    }

        #PARAGRAPH379 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX381 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX381 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE382 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE382 > .ladi-image > .ladi-image-background {
            width: 307.116px;
            height: 205px;
            top: 0px;
            left: -41.5581px;
            background-image: url("https://w.ladicdn.com/s650x550/5cd53c3230dba94fe2f37973/dsc_7480-1561691456.jpg");
        }

        #IMAGE382 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

    #PARAGRAPH383 {
        width: 197px;
        top: 62px;
        left: 253px;
    }

        #PARAGRAPH383 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX385 {
        width: 461px;
        height: 205.5px;
        top: 0px;
        left: 0px;
    }

        #BOX385 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE386 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE386 > .ladi-image > .ladi-image-background {
            width: 224px;
            height: 369.686px;
            top: -125px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x700/5cd53c3230dba94fe2f37973/tam-trang-phi-thuyen-2-1559031232.jpg");
        }

        #IMAGE386 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

    #PARAGRAPH387 {
        width: 197px;
        top: 32.75px;
        left: 247px;
    }

        #PARAGRAPH387 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX519 {
        width: 958px;
        height: 67px;
        top: 0px;
        left: 0px;
    }

        #BOX519 > .ladi-box {
            box-shadow: 4px 5px 0px 0px rgba(34,46,111,1);
            -webkit-box-shadow: 4px 5px 0px 0px rgba(34,46,111,1);
            background-color: rgb(255, 152, 0);
            border-radius: 10px;
        }

    #HEADLINE520 {
        width: 891px;
        top: 16px;
        left: 41.5121px;
    }

        #HEADLINE520 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 29px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #BOX552 {
        width: 461px;
        height: 206px;
        top: 0px;
        left: 0px;
    }

        #BOX552 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE553 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE553 > .ladi-image > .ladi-image-background {
            width: 307.116px;
            height: 205px;
            top: 0px;
            left: -41.5581px;
            background-image: url("https://w.ladicdn.com/s650x550/5cd53c3230dba94fe2f37973/dsc_8391-1562913878.jpg");
        }

        #IMAGE553 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

    #PARAGRAPH554 {
        width: 197px;
        top: 34.4688px;
        left: 243.667px;
    }

        #PARAGRAPH554 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX555 {
        width: 461px;
        height: 205.5px;
        top: 0px;
        left: 0px;
    }

        #BOX555 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE556 {
        width: 224px;
        height: 205px;
        top: 0px;
        left: 0px;
    }

        #IMAGE556 > .ladi-image > .ladi-image-background {
            width: 307.116px;
            height: 205px;
            top: 0px;
            left: -41.5581px;
            background-image: url("https://w.ladicdn.com/s650x550/5cd53c3230dba94fe2f37973/dsc_8451-1561691281.jpg");
        }

        #IMAGE556 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

    #PARAGRAPH557 {
        width: 197px;
        top: 57.1667px;
        left: 250px;
    }

        #PARAGRAPH557 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: justify;
            line-height: 1.4;
        }

    #IMAGE138 {
        width: 481.542px;
        height: 383px;
        top: 67.0052px;
        left: 457.01px;
    }

        #IMAGE138 > .ladi-image > .ladi-image-background {
            width: 494.289px;
            height: 383px;
            top: 0px;
            left: -6.37386px;
            background-image: url("https://w.ladicdn.com/s800x700/5cd53c3230dba94fe2f37973/hinh-anh-truoc-sau-tam-trang-1559034927.jpg");
        }

        #IMAGE138 > .ladi-image {
            -webkit-mask: url("https://w.ladicdn.com/v2/source/masks/b5.png") 0% 0% / 100% 100%;
        }

    #LIST_PARAGRAPH141 {
        width: 436px;
        top: 111.005px;
        left: 7.99015px;
    }

        #LIST_PARAGRAPH141 > .ladi-list-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(61, 61, 61);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

        #LIST_PARAGRAPH141 ul li {
            padding-bottom: 15px;
            padding-left: 38px;
        }

            #LIST_PARAGRAPH141 ul li:before {
                content: "";
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22rgba(81%2C93%2C125%2C1)%22%3E%20%3Cpath%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013%2013-5.832%2013-13S23.168%203%2016%203zm0%202c6.087%200%2011%204.913%2011%2011s-4.913%2011-11%2011S5%2022.087%205%2016%209.913%205%2016%205zm-5.28%207.78l-1.44%201.44%206%206%20.72.686.72-.687%206-6-1.44-1.44L16%2018.064l-5.28-5.282z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
                width: 30px;
                height: 30px;
                top: 0;
            }

    #LIST_PARAGRAPH144 {
        width: 436px;
        top: 270px;
        left: 7.99015px;
    }

        #LIST_PARAGRAPH144 > .ladi-list-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(61, 61, 61);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

        #LIST_PARAGRAPH144 ul li {
            padding-bottom: 15px;
            padding-left: 38px;
        }

            #LIST_PARAGRAPH144 ul li:before {
                content: "";
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22rgba(81%2C93%2C125%2C1)%22%3E%20%3Cpath%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013%2013-5.832%2013-13S23.168%203%2016%203zm0%202c6.087%200%2011%204.913%2011%2011s-4.913%2011-11%2011S5%2022.087%205%2016%209.913%205%2016%205zm-5.28%207.78l-1.44%201.44%206%206%20.72.686.72-.687%206-6-1.44-1.44L16%2018.064l-5.28-5.282z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
                width: 30px;
                height: 30px;
                top: 0;
            }

    #IMAGE398 {
        width: 489px;
        height: 435px;
        top: 465.203px;
        left: 453.281px;
    }

        #IMAGE398 > .ladi-image > .ladi-image-background {
            width: 489px;
            height: 435px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s800x750/5cd53c3230dba94fe2f37973/anh-truoc-sau-tam-trang-1559289536.jpg");
        }

        #IMAGE398 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

        #IMAGE398 > .ladi-image {
            -webkit-mask: url("https://w.ladicdn.com/v2/source/masks/b5.png") 0% 0% / 100% 100%;
        }

    #IMAGE427 {
        width: 227px;
        height: 227px;
        top: -52.0174px;
        left: -8px;
    }

        #IMAGE427 > .ladi-image > .ladi-image-background {
            width: 227px;
            height: 227px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/cam-ket-1559307024.png");
        }

    #HEADLINE428 {
        width: 200px;
        top: 54.01px;
        left: 42px;
    }

        #HEADLINE428 > .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;
        }

    #IMAGE430 {
        width: 441.532px;
        height: 435.406px;
        top: 465px;
        left: 0px;
    }

        #IMAGE430 > .ladi-image > .ladi-image-background {
            width: 441.673px;
            height: 435.406px;
            top: 0px;
            left: -0.141455px;
            background-image: url("https://w.ladicdn.com/s750x750/5cd53c3230dba94fe2f37973/hinh-anh-tam-trang-truoc-sau-1559289466.jpg");
        }

        #IMAGE430 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

        #IMAGE430 > .ladi-image {
            -webkit-mask: url("https://w.ladicdn.com/v2/source/masks/b5.png") 0% 0% / 100% 100%;
        }

    #LIST_PARAGRAPH643 {
        width: 436px;
        top: 407.203px;
        left: 7.99015px;
    }

        #LIST_PARAGRAPH643 > .ladi-list-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(61, 61, 61);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

        #LIST_PARAGRAPH643 ul li {
            padding-bottom: 15px;
            padding-left: 38px;
        }

            #LIST_PARAGRAPH643 ul li:before {
                content: "";
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22rgba(81%2C93%2C125%2C1)%22%3E%20%3Cpath%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013%2013-5.832%2013-13S23.168%203%2016%203zm0%202c6.087%200%2011%204.913%2011%2011s-4.913%2011-11%2011S5%2022.087%205%2016%209.913%205%2016%205zm-5.28%207.78l-1.44%201.44%206%206%20.72.686.72-.687%206-6-1.44-1.44L16%2018.064l-5.28-5.282z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
                width: 30px;
                height: 30px;
                top: 0;
            }

    #HEADLINE596 {
        width: 646px;
        top: 20px;
        left: 137px;
    }

        #HEADLINE596 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 39px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #GROUP597 {
        width: 187px;
        height: 287px;
        top: 123px;
        left: 30px;
    }

    #BOX598 {
        width: 187px;
        height: 187px;
        top: 0px;
        left: 0px;
    }

        #BOX598 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s500x500/5cd53c3230dba94fe2f37973/thoa-kem-chong-nang-1560313288.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(29, 233, 182);
            border-width: 3px;
            border-radius: 220px;
        }

    #HEADLINE599 {
        width: 147px;
        top: 208px;
        left: 24px;
    }

        #HEADLINE599 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 235, 59);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #LINE601 {
        width: 62px;
        top: 270px;
        left: 66.3125px;
    }

        #LINE601 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(255, 235, 59);
            border-right: 1px solid rgb(255, 235, 59);
            border-bottom: 1px solid rgb(255, 235, 59);
            border-left: 0px !important;
        }

        #LINE601 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP602 {
        width: 187px;
        height: 285px;
        top: 125px;
        left: 263.5px;
    }

    #BOX603 {
        width: 187px;
        height: 187px;
        top: 0px;
        left: 0px;
    }

        #BOX603 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s500x500/5cd53c3230dba94fe2f37973/uong-nhieu-nuoc-1560313345.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(29, 233, 182);
            border-width: 3px;
            border-radius: 220px;
        }

    #HEADLINE604 {
        width: 147px;
        top: 208px;
        left: 18px;
    }

        #HEADLINE604 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 235, 59);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #LINE606 {
        width: 62px;
        top: 268px;
        left: 64.4375px;
    }

        #LINE606 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(255, 235, 59);
            border-right: 1px solid rgb(255, 235, 59);
            border-bottom: 1px solid rgb(255, 235, 59);
            border-left: 0px !important;
        }

        #LINE606 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP607 {
        width: 187px;
        height: 284px;
        top: 126px;
        left: 503.042px;
    }

    #BOX608 {
        width: 187px;
        height: 187px;
        top: 0px;
        left: 0px;
    }

        #BOX608 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s500x500/5cd53c3230dba94fe2f37973/rau-xanh-1560313387.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(29, 233, 182);
            border-width: 3px;
            border-radius: 220px;
        }

    #HEADLINE609 {
        width: 147px;
        top: 208px;
        left: 15px;
    }

        #HEADLINE609 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 14px;
            text-align: center;
            line-height: 1.2;
        }

    #LINE611 {
        width: 62px;
        top: 267px;
        left: 53.2917px;
    }

        #LINE611 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(255, 235, 59);
            border-right: 1px solid rgb(255, 235, 59);
            border-bottom: 1px solid rgb(255, 235, 59);
            border-left: 0px !important;
        }

        #LINE611 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP612 {
        width: 187px;
        height: 284px;
        top: 126px;
        left: 736.5px;
    }

    #BOX613 {
        width: 187px;
        height: 187px;
        top: 0px;
        left: 0px;
    }

        #BOX613 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s500x500/5cd53c3230dba94fe2f37973/duong-da-1560313434.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(29, 233, 182);
            border-width: 3px;
            border-radius: 220px;
        }

    #HEADLINE614 {
        width: 147px;
        top: 208px;
        left: 18px;
    }

        #HEADLINE614 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 14px;
            text-align: center;
            line-height: 1.2;
        }

    #LINE616 {
        width: 62px;
        top: 267px;
        left: 60.3229px;
    }

        #LINE616 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(255, 235, 59);
            border-right: 1px solid rgb(255, 235, 59);
            border-bottom: 1px solid rgb(255, 235, 59);
            border-left: 0px !important;
        }

        #LINE616 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #IMAGE617 {
        width: 291px;
        height: 14px;
        top: 78.9167px;
        left: 334.5px;
    }

        #IMAGE617 > .ladi-image > .ladi-image-background {
            width: 291px;
            height: 14px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x350/5cd53c3230dba94fe2f37973/line-1560312931.png");
        }

    #SHAPE676 {
        width: 68px;
        height: 48px;
        top: 125.063px;
        left: 234.198px;
    }

        #SHAPE676 svg:last-child {
            fill: #ff0000;
        }

    #VIDEO676 {
        width: 536.396px;
        height: 298.125px;
        top: 426.435px;
        left: 215.647px;
    }

        #VIDEO676 > .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;
        }

    #PARAGRAPH677 {
        width: 537px;
        top: 739.426px;
        left: 211px;
    }

        #PARAGRAPH677 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 17px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE224 {
        width: 959px;
        top: 15.0047px;
        left: -1.06581px;
    }

        #HEADLINE224 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 32px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #HEADLINE225 {
        width: 912px;
        top: 1442px;
        left: 27.003px;
    }

        #HEADLINE225 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE226 {
        width: 741px;
        top: 1427px;
        left: 95.908px;
    }

        #HEADLINE226 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 23px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #GROUP227 {
        width: 416.5px;
        height: 62.9583px;
        top: 384.573px;
        left: 263.073px;
    }

    #HEADLINE228 {
        width: 195px;
        top: 22.9688px;
        left: 221.5px;
    }

        #HEADLINE228 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(246, 113, 103);
            font-size: 34px;
            font-weight: bold;
            text-align: left;
            line-height: 1;
        }

    #HEADLINE229 {
        width: 114px;
        top: 0px;
        left: 225.823px;
    }

        #HEADLINE229 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #BOX230 {
        width: 203.292px;
        height: 51.5521px;
        top: 0px;
        left: 0px;
    }

        #BOX230 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-radius: 330px 0px 0px 330px;
        }

    #HEADLINE231 {
        width: 159px;
        top: 10.5788px;
        left: 26.3286px;
    }

        #HEADLINE231 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            text-decoration-line: line-through;
            -webkit-text-decoration-line: line-through;
            color: rgb(255, 193, 7);
            font-size: 29px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #FORM232 {
        width: 616.015px;
        height: 311.923px;
        top: 1645px;
        left: 173.408px;
    }

        #FORM232 > .ladi-form {
            color: rgb(110, 110, 110);
            font-size: 13px;
            line-height: 1;
        }

        #FORM232 .ladi-form-item .ladi-form-control::placeholder, #FORM232 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""], #FORM232 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
            color: rgba(110,110,110,1);
        }

        #FORM232 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(110%2C110%2C110%2C1)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
        }

        #FORM232 .ladi-form-item-container {
            border-style: solid;
            border-color: rgb(238, 238, 238);
            border-width: 1px;
            border-radius: 4px;
        }

        #FORM232 .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_ITEM233 {
        width: 615px;
        height: 37.6719px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM235 {
        width: 614px;
        height: 37px;
        top: 62px;
        left: 0.01px;
    }

    #FORM_ITEM236 {
        width: 615px;
        height: 69px;
        top: 175.962px;
        left: 1.015px;
    }

    #BUTTON_TEXT237 {
        width: 397px;
        top: 8.46667px;
        left: 0px;
    }

        #BUTTON_TEXT237 > .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;
        }

    #BUTTON237 {
        width: 612px;
        height: 43.3333px;
        top: 268.59px;
        left: 1.01px;
    }

        #BUTTON237 > .ladi-button > .ladi-button-background {
            background-color: rgb(244, 67, 54);
        }

        #BUTTON237 > .ladi-button {
            border-radius: 5px;
        }

    #IMAGE547 {
        width: 412.387px;
        height: 92.9896px;
        top: 1975.26px;
        left: 275.222px;
    }

        #IMAGE547 > .ladi-image > .ladi-image-background {
            width: 412.387px;
            height: 92.9896px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/tu-van-24-7-1559032483.gif");
        }

    #PARAGRAPH653 {
        width: 875px;
        top: 71.76px;
        left: 45.002px;
    }

        #PARAGRAPH653 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 19px;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH654 {
        width: 365px;
        top: 256.428px;
        left: 112.002px;
    }

        #PARAGRAPH654 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 248, 63);
            font-size: 26px;
            text-align: left;
            line-height: 1.2;
        }

    #SHAPE655 {
        width: 58px;
        height: 58px;
        top: 243.428px;
        left: 48px;
    }

        #SHAPE655 svg:last-child {
            fill: rgba(252,23,6,1);
        }

    #PARAGRAPH656 {
        width: 280px;
        top: 422.566px;
        left: 674px;
    }

        #PARAGRAPH656 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: left;
            line-height: 1.2;
        }

    #BOX672 {
        width: 757px;
        height: 281.408px;
        top: 0px;
        left: 0px;
    }

        #BOX672 > .ladi-box {
            background-color: rgb(244, 67, 54);
            border-style: dashed;
            border-color: rgb(255, 235, 59);
            border-width: 2px;
        }

    #PARAGRAPH934 {
        width: 707px;
        top: 16.0758px;
        left: 28.4375px;
    }

        #PARAGRAPH934 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: justify;
            line-height: 1.4;
        }

    #PARAGRAPH674 {
        width: 512px;
        top: 1588.25px;
        left: 215.408px;
    }

        #PARAGRAPH674 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #IMAGE869 {
        width: 377.035px;
        height: 377.035px;
        top: 781.991px;
        left: 294.873px;
    }

        #IMAGE869 > .ladi-image > .ladi-image-background {
            width: 377.035px;
            height: 377.035px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s700x700/5cd53c3230dba94fe2f37973/anh-c-1564975595.png");
        }

    #PARAGRAPH871 {
        width: 411px;
        top: 1173.15px;
        left: 260.908px;
    }

        #PARAGRAPH871 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 17px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #BOX935 {
        width: 175.75px;
        height: 78.9896px;
        top: 0px;
        left: 0px;
    }

        #BOX935 > .ladi-box {
            background-color: rgb(0, 150, 136);
            border-style: solid;
            border-color: rgb(244, 67, 54);
            border-width: 2px;
            border-radius: 30px 0px 0px 30px;
        }

    #PARAGRAPH938 {
        width: 97px;
        top: 14.1563px;
        left: 51.5px;
    }

        #PARAGRAPH938 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 45px;
            text-align: left;
            line-height: 1;
        }

    #BOX936 {
        width: 180.198px;
        height: 79px;
        top: 1315px;
        left: 376.309px;
    }

        #BOX936 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(244, 67, 54);
            border-width: 2px;
        }

    #BOX937 {
        width: 188.135px;
        height: 78.9896px;
        top: 0px;
        left: 0px;
    }

        #BOX937 > .ladi-box {
            background-color: rgb(0, 150, 136);
            border-style: solid;
            border-color: rgb(244, 67, 54);
            border-width: 2px;
            border-top-right-radius: 30px;
            border-bottom-right-radius: 30px;
        }

    #PARAGRAPH942 {
        width: 97px;
        top: 14.1563px;
        left: 45.5521px;
    }

        #PARAGRAPH942 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 45px;
            text-align: left;
            line-height: 1;
        }

    #PARAGRAPH940 {
        width: 59px;
        top: 1312px;
        left: 436.908px;
    }

        #PARAGRAPH940 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 85px;
            font-weight: bold;
            text-align: left;
            line-height: 1;
        }

    #HEADLINE941 {
        width: 539px;
        top: 1223.65px;
        left: 210.5px;
    }

        #HEADLINE941 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 44px;
            text-align: center;
            line-height: 1;
        }

    #IMAGE401 {
        width: 221.156px;
        height: 370.979px;
        top: 121.108px;
        left: -1.842px;
    }

        #IMAGE401 > .ladi-image > .ladi-image-background {
            width: 221.156px;
            height: 370.979px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x700/5cd53c3230dba94fe2f37973/feedback-1-1559289871.jpg");
        }

    #IMAGE403 {
        width: 222.094px;
        height: 364.802px;
        top: 127.286px;
        left: 226.391px;
    }

        #IMAGE403 > .ladi-image > .ladi-image-background {
            width: 222.094px;
            height: 364.802px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x700/5cd53c3230dba94fe2f37973/feedback-2-1559289937.jpg");
        }

    #IMAGE404 {
        width: 248.229px;
        height: 366.99px;
        top: 123.581px;
        left: 452.008px;
    }

        #IMAGE404 > .ladi-image > .ladi-image-background {
            width: 248.229px;
            height: 366.99px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x700/5cd53c3230dba94fe2f37973/feedback-3-1559289999.jpg");
        }

    #IMAGE405 {
        width: 257.625px;
        height: 362.979px;
        top: 129.107px;
        left: 706.381px;
    }

        #IMAGE405 > .ladi-image > .ladi-image-background {
            width: 257.625px;
            height: 362.979px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x700/5cd53c3230dba94fe2f37973/feed-back-4-1559290079.jpg");
        }

    #IMAGE429 {
        width: 693.824px;
        height: 102px;
        top: 0px;
        left: 0px;
    }

        #IMAGE429 > .ladi-image > .ladi-image-background {
            width: 693.824px;
            height: 102px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s1000x450/5cd53c3230dba94fe2f37973/banner-1559307839.png");
        }

    #HEADLINE400 {
        width: 543px;
        top: 38px;
        left: 109.412px;
    }

        #HEADLINE400 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 38px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #HEADLINE154 {
        width: 618px;
        top: 38px;
        left: 154px;
    }

        #HEADLINE154 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            text-decoration-line: underline;
            -webkit-text-decoration-line: underline;
            color: rgb(244, 67, 54);
            font-size: 42px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #BOX155 {
        width: 956.01px;
        height: 51px;
        top: 0px;
        left: 0px;
    }

        #BOX155 > .ladi-box {
            background-color: rgb(255, 152, 0);
            border-radius: 10px;
        }

    #SHAPE514 {
        width: 32px;
        height: 32px;
        top: 9.46875px;
        left: 6.01041px;
    }

        #SHAPE514 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #HEADLINE156 {
        width: 685px;
        top: 12.1354px;
        left: 31.0104px;
    }

        #HEADLINE156 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 21px;
            font-style: italic;
            text-align: left;
            line-height: 1.2;
        }

    #SHAPE632 {
        width: 32px;
        height: 32px;
        top: 51.4688px;
        left: 6px;
    }

        #SHAPE632 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #PARAGRAPH157 {
        width: 901px;
        top: 195px;
        left: 13px;
    }

        #PARAGRAPH157 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH158 {
        width: 903px;
        top: 378px;
        left: 10.0105px;
    }

        #PARAGRAPH158 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: justify;
            line-height: 1.6;
        }

    #BOX159 {
        width: 960.01px;
        height: 51px;
        top: 0px;
        left: 0px;
    }

        #BOX159 > .ladi-box {
            background-color: rgb(255, 152, 0);
            border-radius: 10px;
        }

    #HEADLINE160 {
        width: 930px;
        top: 12.1667px;
        left: 30.2626px;
    }

        #HEADLINE160 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 21px;
            font-style: italic;
            text-align: left;
            line-height: 1.2;
        }

    #SHAPE515 {
        width: 32.2689px;
        height: 32px;
        top: 9.48956px;
        left: 0px;
    }

        #SHAPE515 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #BOX161 {
        width: 957.963px;
        height: 51px;
        top: 0px;
        left: 0px;
    }

        #BOX161 > .ladi-box {
            background-color: rgb(255, 152, 0);
            border-radius: 10px;
        }

    #HEADLINE162 {
        width: 957px;
        top: 13px;
        left: 6.0503px;
    }

        #HEADLINE162 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 21px;
            font-style: italic;
            text-align: left;
            line-height: 1.2;
        }

    #SHAPE516 {
        width: 32.2682px;
        height: 32px;
        top: 10.3333px;
        left: 0px;
    }

        #SHAPE516 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #PARAGRAPH163 {
        width: 905px;
        top: 544.073px;
        left: 9.00022px;
    }

        #PARAGRAPH163 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX388 {
        width: 959.01px;
        height: 51px;
        top: 0px;
        left: 0px;
    }

        #BOX388 > .ladi-box {
            background-color: rgb(255, 152, 0);
            border-radius: 10px;
        }

    #PARAGRAPH518 {
        width: 769px;
        top: 13.9896px;
        left: 28.3354px;
    }

        #PARAGRAPH518 > .ladi-paragraph {
            font-family: "Montserrat", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 21px;
            font-style: italic;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH390 {
        width: 905px;
        top: 698.073px;
        left: 0px;
    }

        #PARAGRAPH390 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: justify;
            line-height: 1.2;
        }

    #PARAGRAPH395 {
        width: 935px;
        top: 696.073px;
        left: 10.009px;
    }

        #PARAGRAPH395 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX626 {
        width: 958px;
        height: 58px;
        top: 860.761px;
        left: 2px;
    }

        #BOX626 > .ladi-box {
            background-color: rgb(255, 152, 0);
            border-radius: 10px;
        }

    #PARAGRAPH627 {
        width: 907px;
        top: 875.76px;
        left: 35px;
    }

        #PARAGRAPH627 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 22px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH628 {
        width: 933px;
        top: 938.76px;
        left: 6px;
    }

        #PARAGRAPH628 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: left;
            line-height: 1.4;
        }

    #BOX629 {
        width: 960px;
        height: 62px;
        top: 1009.75px;
        left: 0px;
    }

        #BOX629 > .ladi-box {
            background-color: rgb(255, 152, 0);
            border-radius: 10px;
        }

    #PARAGRAPH630 {
        width: 904px;
        top: 1025.76px;
        left: 39px;
    }

        #PARAGRAPH630 > .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;
        }

    #PARAGRAPH631 {
        width: 940px;
        top: 1091.76px;
        left: 5.0104px;
    }

        #PARAGRAPH631 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE517 {
        width: 32px;
        height: 32px;
        top: 629.323px;
        left: 5px;
    }

        #SHAPE517 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE633 {
        width: 32px;
        height: 32px;
        top: 872.323px;
        left: 7px;
    }

        #SHAPE633 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE636 {
        width: 32px;
        height: 32px;
        top: 1017.75px;
        left: 7px;
    }

        #SHAPE636 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #LINE345 {
        width: 962px;
        top: 588.01px;
        left: -0.019248px;
    }

        #LINE345 > .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;
        }

        #LINE345 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #HEADLINE347 {
        width: 335px;
        top: 66px;
        left: 24.0101px;
    }

        #HEADLINE347 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE349 {
        width: 296px;
        top: 172px;
        left: 2.01038px;
    }

        #HEADLINE349 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE350 {
        width: 296px;
        top: 170px;
        left: 652px;
    }

        #HEADLINE350 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE353 {
        width: 296px;
        top: 293px;
        left: 5px;
    }

        #HEADLINE353 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH354 {
        width: 279px;
        top: 624.004px;
        left: 672.334px;
    }

        #PARAGRAPH354 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgba(255, 255, 255, 0.86);
            font-size: 14px;
            font-weight: bold;
            text-align: right;
            line-height: 1.2;
        }

    #GROUP355 {
        width: 126.75px;
        height: 33px;
        top: 892.75px;
        left: 812.26px;
    }

    #SHAPE356 {
        width: 31.875px;
        height: 30px;
        top: 0px;
        left: 0px;
    }

        #SHAPE356 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE357 {
        width: 31.875px;
        height: 30px;
        top: 1px;
        left: 48.0625px;
    }

        #SHAPE357 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE358 {
        width: 31.875px;
        height: 30px;
        top: 3px;
        left: 94.8751px;
    }

        #SHAPE358 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE359 {
        width: 24px;
        height: 24px;
        top: 64px;
        left: -5.00003px;
    }

        #SHAPE359 svg:last-child {
            fill: rgba(232,75,53,1);
        }

    #IMAGE319 {
        width: 187.083px;
        height: 190.195px;
        top: 677.265px;
        left: 775.005px;
    }

        #IMAGE319 > .ladi-image > .ladi-image-background {
            width: 187.083px;
            height: 190.195px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x500/5cd53c3230dba94fe2f37973/logo-Cigo Beauty Center-png-1559036741.png");
        }

    #GROUP307 {
        width: 331px;
        height: 188.771px;
        top: 678.5px;
        left: 0.96875px;
    }

    #HEADLINE309 {
        width: 292px;
        top: 7.35471px;
        left: 39px;
    }

        #HEADLINE309 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE310 {
        width: 26px;
        height: 31.8704px;
        top: 0px;
        left: 0px;
    }

        #SHAPE310 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE311 {
        width: 26px;
        height: 31.8704px;
        top: 54.3176px;
        left: 0px;
    }

        #SHAPE311 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #HEADLINE312 {
        width: 292px;
        top: 61.6723px;
        left: 39px;
    }

        #HEADLINE312 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE313 {
        width: 292px;
        top: 110.014px;
        left: 39px;
    }

        #HEADLINE313 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE314 {
        width: 26px;
        height: 31.8704px;
        top: 102.66px;
        left: 0px;
    }

        #SHAPE314 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE315 {
        width: 26px;
        height: 31.8704px;
        top: 156.901px;
        left: 0px;
    }

        #SHAPE315 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #HEADLINE316 {
        width: 292px;
        top: 160.578px;
        left: 39px;
    }

        #HEADLINE316 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH441 {
        width: 342px;
        top: 117.01px;
        left: 0px;
    }

        #PARAGRAPH441 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE442 {
        width: 296px;
        top: 292px;
        left: 322px;
    }

        #HEADLINE442 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE443 {
        width: 296px;
        top: 399px;
        left: 322px;
    }

        #HEADLINE443 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE444 {
        width: 296px;
        top: 289.003px;
        left: 647px;
    }

        #HEADLINE444 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE445 {
        width: 296px;
        top: 172px;
        left: 322px;
    }

        #HEADLINE445 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE647 {
        width: 296px;
        top: 399px;
        left: 5.01041px;
    }

        #HEADLINE647 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE648 {
        width: 296px;
        top: 400px;
        left: 645px;
    }

        #HEADLINE648 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE649 {
        width: 296px;
        top: 498px;
        left: 0.96875px;
    }

        #HEADLINE649 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE650 {
        width: 296px;
        top: 499px;
        left: 319px;
    }

        #HEADLINE650 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #GROUP943 {
        width: 361px;
        height: 361px;
        top: 432px;
        left: 624px;
    }

    #GROUP944 {
        width: 699px;
        height: 83px;
        top: 239px;
        left: 125px;
    }

    #GROUP945 {
        width: 399px;
        height: 461.323px;
        top: 79.3434px;
        left: 40px;
    }

    #GROUP946 {
        width: 399px;
        height: 461.323px;
        top: 79.3434px;
        left: 517.5px;
    }

    #GROUP947 {
        width: 281px;
        height: 92px;
        top: 19px;
        left: 585.5px;
    }

    #GROUP948 {
        width: 954.385px;
        height: 92px;
        top: 12.0021px;
        left: 0.989808px;
    }

    #GROUP949 {
        width: 897.948px;
        height: 61px;
        top: 18.1771px;
        left: 27.0251px;
    }

    #GROUP950 {
        width: 526px;
        height: 52px;
        top: 13px;
        left: 257.015px;
    }

    #GROUP951 {
        width: 960px;
        height: 76px;
        top: 14.187px;
        left: 0px;
    }

    #GROUP952 {
        width: 305px;
        height: 395.281px;
        top: 81.4688px;
        left: 0px;
    }

    #GROUP953 {
        width: 305px;
        height: 396.521px;
        top: 83.4688px;
        left: 0px;
    }

    #GROUP954 {
        width: 305px;
        height: 396px;
        top: 84px;
        left: 0px;
    }

    #GROUP955 {
        width: 305px;
        height: 399px;
        top: 79.25px;
        left: 0px;
    }

    #GROUP956 {
        width: 305px;
        height: 395.281px;
        top: 81.4688px;
        left: 0px;
    }

    #GROUP957 {
        width: 305px;
        height: 396px;
        top: 84px;
        left: 0px;
    }

    #GROUP958 {
        width: 305px;
        height: 399px;
        top: 79.2188px;
        left: 0px;
    }

    #GROUP959 {
        width: 305px;
        height: 395.281px;
        top: 81.4688px;
        left: 0px;
    }

    #GROUP960 {
        width: 305px;
        height: 396px;
        top: 84px;
        left: 0px;
    }

    #GROUP961 {
        width: 305px;
        height: 399px;
        top: 79.25px;
        left: 0px;
    }

    #GROUP962 {
        width: 305px;
        height: 395.281px;
        top: 81.4688px;
        left: 0px;
    }

    #GROUP963 {
        width: 305px;
        height: 396px;
        top: 84px;
        left: 0px;
    }

    #GROUP964 {
        width: 305px;
        height: 399px;
        top: 79.25px;
        left: 0px;
    }

    #GROUP965 {
        width: 305px;
        height: 395.281px;
        top: 81.4688px;
        left: 0px;
    }

    #GROUP966 {
        width: 305px;
        height: 396px;
        top: 84px;
        left: 0px;
    }

    #GROUP967 {
        width: 305px;
        height: 399px;
        top: 79.25px;
        left: 0px;
    }

    #GROUP968 {
        width: 305px;
        height: 396px;
        top: 84px;
        left: 0px;
    }

    #GROUP969 {
        width: 305px;
        height: 399px;
        top: 79.25px;
        left: 0px;
    }

    #GROUP970 {
        width: 361.938px;
        height: 146.24px;
        top: -41.6676px;
        left: 17.9446px;
    }

    #GROUP971 {
        width: 461px;
        height: 206px;
        top: 184px;
        left: 0px;
    }

    #GROUP972 {
        width: 461px;
        height: 206px;
        top: 915.003px;
        left: 2px;
    }

    #GROUP973 {
        width: 461px;
        height: 206px;
        top: 425.5px;
        left: 497px;
    }

    #GROUP974 {
        width: 461px;
        height: 206px;
        top: 426px;
        left: 0px;
    }

    #GROUP975 {
        width: 461px;
        height: 206px;
        top: 674px;
        left: 0.00495px;
    }

    #GROUP976 {
        width: 461px;
        height: 205.5px;
        top: 672.353px;
        left: 495px;
    }

    #GROUP977 {
        width: 958px;
        height: 67px;
        top: 39px;
        left: 0px;
    }

    #GROUP978 {
        width: 461px;
        height: 206px;
        top: 185.005px;
        left: 498.01px;
    }

    #GROUP979 {
        width: 461px;
        height: 205.5px;
        top: 914.753px;
        left: 498px;
    }

    #GROUP980 {
        width: 203.292px;
        height: 51.5521px;
        top: 11.4063px;
        left: 0px;
    }

    #GROUP981 {
        width: 757px;
        height: 281.408px;
        top: 501.587px;
        left: 101.5px;
    }

    #GROUP984 {
        width: 175.75px;
        height: 78.9896px;
        top: 1315.01px;
        left: 200.559px;
    }

    #GROUP985 {
        width: 188.135px;
        height: 78.9896px;
        top: 1315.01px;
        left: 556.507px;
    }

    #GROUP986 {
        width: 693.824px;
        height: 102px;
        top: 8.8333px;
        left: 124.938px;
    }

    #GROUP987 {
        width: 956.01px;
        height: 83.4688px;
        top: 115px;
        left: 1.99995px;
    }

    #GROUP988 {
        width: 960.263px;
        height: 51px;
        top: 290px;
        left: 1.00019px;
    }

    #GROUP989 {
        width: 963.05px;
        height: 51px;
        top: 466px;
        left: 1.00019px;
    }

    #GROUP990 {
        width: 959.01px;
        height: 51px;
        top: 618px;
        left: 1.00019px;
    }

    #SHAPE991 {
        width: 32px;
        height: 32px;
        top: 0px;
        left: 0px;
    }

        #SHAPE991 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE992 {
        width: 22.49px;
        height: 22.49px;
        top: 111.01px;
        left: 52.01px;
    }

        #SHAPE992 svg:last-child {
            fill: #000;
        }

    #SHAPE993 {
        width: 21.99px;
        height: 21.99px;
        top: 186.01px;
        left: 52.01px;
    }

        #SHAPE993 svg:last-child {
            fill: #000;
        }

    #SHAPE994 {
        width: 22.49px;
        height: 22.49px;
        top: 236.01px;
        left: 52.01px;
    }

        #SHAPE994 svg:last-child {
            fill: #000;
        }

    #SHAPE995 {
        width: 22.49px;
        height: 22.49px;
        top: 311.01px;
        left: 52.01px;
    }

        #SHAPE995 svg:last-child {
            fill: #000;
        }

    #SHAPE996 {
        width: 21.99px;
        height: 21.99px;
        top: 357.01px;
        left: 52.01px;
    }

        #SHAPE996 svg:last-child {
            fill: #000;
        }

    #SHAPE997 {
        width: 22.49px;
        height: 22.49px;
        top: 435.52px;
        left: 52.01px;
    }

        #SHAPE997 svg:last-child {
            fill: #000;
        }

    #SHAPE998 {
        width: 24.1839px;
        height: 25.5885px;
        top: 192.912px;
        left: 531.616px;
    }

        #SHAPE998 svg:last-child {
            fill: #000;
        }

    #SHAPE999 {
        width: 24.1836px;
        height: 25.5882px;
        top: 241.912px;
        left: 531.616px;
    }

        #SHAPE999 svg:last-child {
            fill: #000;
        }

    #SHAPE1000 {
        width: 27.5849px;
        height: 29.187px;
        top: 357.01px;
        left: 531.616px;
    }

        #SHAPE1000 svg:last-child {
            fill: #000;
        }

    #SHAPE1001 {
        width: 26.945px;
        height: 28.51px;
        top: 407.01px;
        left: 531.616px;
    }

        #SHAPE1001 svg:last-child {
            fill: #000;
        }

    #SHAPE1002 {
        width: 26.9446px;
        height: 28.5096px;
        top: 458.01px;
        left: 531.616px;
    }

        #SHAPE1002 svg:last-child {
            fill: #000;
        }

    #PARAGRAPH1006 {
        width: 856px;
        top: 1509.92px;
        left: 52px;
    }

        #PARAGRAPH1006 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 36px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH1006.ladi-animation > .ladi-paragraph {
            animation-name: wobble;
            -webkit-animation-name: wobble;
            animation-delay: 1s;
            -webkit-animation-delay: 1s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

    #PARAGRAPH1008 {
        width: 957px;
        top: 0px;
        left: 0px;
    }

        #PARAGRAPH1008 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(20, 20, 20);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH1009 {
        width: 957px;
        top: 44px;
        left: 0px;
    }

        #PARAGRAPH1009 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(51, 51, 51);
            font-size: 16px;
            text-align: justify;
            line-height: 1.4;
        }

    #LINE1010 {
        width: 958px;
        top: 121px;
        left: 0px;
    }

        #LINE1010 > .ladi-line > .ladi-line-container {
            border-top: 3px dotted rgb(120, 199, 20);
            border-right: 3px dotted rgb(120, 199, 20);
            border-bottom: 3px dotted rgb(120, 199, 20);
            border-left: 0px !important;
        }

        #LINE1010 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP1007 {
        width: 958px;
        height: 140px;
        top: 1468px;
        left: 0px;
    }

    #PARAGRAPH1011 {
        width: 814px;
        top: 301.428px;
        left: 106px;
    }

        #PARAGRAPH1011 > .ladi-paragraph {
            color: rgb(255, 249, 63);
            font-size: 21px;
            text-align: justify;
            line-height: 1.6;
        }

    #IMAGE1084 {
        width: 219.314px;
        height: 352.516px;
        top: 506.593px;
        left: 128px;
    }

        #IMAGE1084 > .ladi-image > .ladi-image-background {
            width: 219.314px;
            height: 352.516px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x700/5cd53c3230dba94fe2f37973/9e2e204dd71b3145680a-20191004092619.jpg");
        }

    #IMAGE1086 {
        width: 246.477px;
        height: 347.28px;
        top: 506.593px;
        left: 375.884px;
    }

        #IMAGE1086 > .ladi-image > .ladi-image-background {
            width: 246.477px;
            height: 353.28px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x700/5cd53c3230dba94fe2f37973/8fc947aab0fc56a20fed-20191004092619.jpg");
        }

    #IMAGE1087 {
        width: 220px;
        height: 352.516px;
        top: 503.975px;
        left: 647px;
    }

        #IMAGE1087 > .ladi-image > .ladi-image-background {
            width: 220px;
            height: 352.516px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x700/5cd53c3230dba94fe2f37973/e6d4e0b517e3f1bda8f2-20191004092619.jpg");
        }

    #VIDEO1088 {
        width: 567.111px;
        height: 319px;
        top: 878.954px;
        left: 179.445px;
    }

        #VIDEO1088 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/vr_fCJlqB_k/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #SHAPE1088 {
        width: 60px;
        height: 60px;
        top: 129.5px;
        left: 253.555px;
    }

        #SHAPE1088 svg:last-child {
            fill: rgba(0, 0, 0, 0.5);
        }

    #PARAGRAPH1089 {
        width: 681px;
        top: 1214.95px;
        left: 139.5px;
    }

        #PARAGRAPH1089 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            line-height: 1.6;
        }

    #HEADLINE1093 {
        width: 215px;
        top: 624.004px;
        left: 17px;
    }

        #HEADLINE1093 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HTML_CODE1094 {
        width: 320px;
        height: 200px;
        top: 678.5px;
        left: 379px;
    }

    #PARAGRAPH1096 {
        width: 686px;
        top: 2081.25px;
        left: 138.415px;
    }

        #PARAGRAPH1096 > .ladi-paragraph {
            color: rgb(252, 252, 252);
            font-size: 16px;
            font-style: italic;
            text-align: right;
            line-height: 1.6;
        }

    #POPUP1100 {
        width: 420px;
        height: 373px;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        margin: auto;
    }

        #POPUP1100 > .ladi-popup > .ladi-popup-background {
            background-color: rgb(244, 68, 55);
        }

        #POPUP1100 > .ladi-popup {
            border-style: dashed;
            border-color: rgb(255, 249, 63);
            border-width: 1px;
        }

    #HEADLINE1101 {
        width: 356px;
        top: 18px;
        left: 37.5px;
    }

        #HEADLINE1101 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 37px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH1102 {
        width: 399px;
        top: 77px;
        left: 10.5px;
    }

        #PARAGRAPH1102 > .ladi-paragraph {
            color: rgb(252, 252, 252);
            font-size: 22px;
            text-align: justify;
            line-height: 1.6;
        }

    #HEADLINE1118 {
        width: 296px;
        top: 499px;
        left: 647px;
    }

        #HEADLINE1118 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #IMAGE1126 {
        width: 632.444px;
        height: 406.571px;
        top: 1138.05px;
        left: 163.778px;
    }

        #IMAGE1126 > .ladi-image > .ladi-image-background {
            width: 632.444px;
            height: 406.571px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s950x750/5cd53c3230dba94fe2f37973/f982eb743272cb2c9263-20191204015013.jpg");
        }

        #IMAGE1126 > .ladi-image {
            border-radius: 12px;
        }

    #IMAGE1128 {
        width: 353.285px;
        height: 80.6667px;
        top: 841.167px;
        left: 305.358px;
    }

        #IMAGE1128 > .ladi-image > .ladi-image-background {
            width: 353.285px;
            height: 80.6667px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/tu-van-24-7-1559032483.gif");
        }

    #PARAGRAPH1133 {
        width: 448px;
        top: 460.587px;
        left: 256px;
    }

        #PARAGRAPH1133 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 26px;
            line-height: 1.6;
        }

    #FORM_ITEM1135 {
        width: 615.01px;
        height: 35px;
        top: 120.962px;
        left: 0.505px;
    }
}

@media (max-width: 767px) {
    #SECTION_POPUP {
        height: 0px;
    }

    #SECTION921 {
        height: 145px;
    }

        #SECTION921 > .ladi-section-background {
            background-color: rgb(244, 67, 54);
        }

    #SECTION265 {
        height: 1389.67px;
    }

        #SECTION265 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/uploads/images/2b76cf5d-e3c2-4d32-b94e-972a9f2ae5a8.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION548 {
        height: 994.67px;
    }

        #SECTION548 > .ladi-section-background {
            background-color: rgba(255, 224, 222, 0.52);
        }

    #SECTION488 {
        height: 1149.44px;
    }

    #SECTION461 {
        height: 1239.84px;
    }

        #SECTION461 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s768x1239/5cd53c3230dba94fe2f37973/yellow-background-14046115834kp-1560311586.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION637 {
        height: 505px;
    }

        #SECTION637 > .ladi-section-background {
            background-color: rgb(248, 249, 231);
        }

    #SECTION165 {
        height: 1470px;
    }

        #SECTION165 > .ladi-section-background {
            background-color: rgb(255, 252, 243);
        }

    #SECTION826 {
        height: 2411px;
    }

        #SECTION826 > .ladi-section-background {
            background-color: rgb(255, 224, 222);
        }

    #SECTION685 {
        height: 9514px;
    }

        #SECTION685 > .ladi-section-background {
            background-size: auto 100%;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s768x9514/5cd53c3230dba94fe2f37973/background-abstrak-kuning-11-1560310764.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION145 {
        height: 435px;
    }

        #SECTION145 > .ladi-overlay {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s350x750/57b167c9ca57d39c18a1c57c/hinh-tron.png");
            background-position: left top;
            background-repeat: no-repeat;
        }

        #SECTION145 > .ladi-section-background {
            background-color: rgb(255, 255, 255);
        }

    #SECTION362 {
        height: 3570.14px;
    }

        #SECTION362 > .ladi-section-background {
            background-color: rgb(255, 252, 242);
        }

    #SECTION137 {
        height: 1806px;
    }

        #SECTION137 > .ladi-section-background {
            background-size: cover;
            background-attachment: fixed;
            background-image: url("https://w.ladicdn.com/s768x1806/5cd53c3230dba94fe2f37973/yellow-background-14046115834kp-1560311586.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION595 {
        height: 2161px;
    }

        #SECTION595 > .ladi-section-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s768x2161/5cd53c3230dba94fe2f37973/powerpoint-wallpaper-4552-4789-hd-wallpapers-1564892373.jpg");
            background-position: left top;
            background-repeat: no-repeat;
        }

    #SECTION222 {
        height: 2600.31px;
    }

        #SECTION222 > .ladi-section-background {
            background-color: rgb(12, 104, 137);
        }

    #SECTION399 {
        height: 3384.34px;
    }

    #SECTION153 {
        height: 1541px;
    }

        #SECTION153 > .ladi-section-background {
            background-color: rgb(255, 255, 255);
        }

    #SECTION344 {
        height: 1693px;
    }

        #SECTION344 > .ladi-section-background {
            background-color: rgb(35, 40, 69);
        }

    #HEADLINE922 {
        width: 420px;
        top: 15px;
        left: 0px;
    }

        #HEADLINE922 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 23px;
            text-align: center;
            line-height: 1.4;
        }

    #BOX932 {
        width: 38px;
        height: 32px;
        top: 79px;
        left: 256px;
    }

        #BOX932 > .ladi-box {
            background-color: rgb(248, 160, 32);
        }

    #PARAGRAPH933 {
        width: 14px;
        top: 85px;
        left: 267px;
    }

        #PARAGRAPH933 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 22px;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE9 {
        width: 418px;
        top: 16px;
        left: 0px;
    }

        #HEADLINE9 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(56, 142, 146);
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            letter-spacing: 0px;
            line-height: 1.4;
            text-shadow: rgb(19, 51, 34) 2px 0px 0px;
        }

    #IMAGE460 {
        width: 266.594px;
        height: 313.979px;
        top: 0px;
        left: 0px;
    }

        #IMAGE460 > .ladi-image > .ladi-image-background {
            width: 313.979px;
            height: 313.979px;
            top: 0px;
            left: -23.6927px;
            background-image: url("https://w.ladicdn.com/s650x650/5cd53c3230dba94fe2f37973/726440867714b2588219b63846081849-red-gold-round-badge-by-vexels-1559296075.png");
        }

    #PARAGRAPH512 {
        width: 141px;
        top: 112px;
        left: 63px;
    }

        #PARAGRAPH512 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH513 {
        width: 188px;
        top: 230px;
        left: 44px;
    }

        #PARAGRAPH513 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE487 {
        width: 200px;
        top: 325.343px;
        left: 110px;
        display: none !important;
    }

        #HEADLINE487 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: left;
            line-height: 1.2;
        }

    #IMAGE662 {
        width: 165px;
        height: 165px;
        top: 536px;
        left: 29.5072px;
    }

        #IMAGE662 > .ladi-image > .ladi-image-background {
            width: 247.5px;
            height: 165px;
            top: 0px;
            left: -41.25px;
            background-image: url("https://w.ladicdn.com/s550x500/5cd53c3230dba94fe2f37973/fractional-co2-1559811527.jpg");
        }

        #IMAGE662 > .ladi-image {
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 3px;
            border-radius: 100px;
        }

    #IMAGE663 {
        width: 164.719px;
        height: 167px;
        top: 541px;
        left: 218.458px;
    }

        #IMAGE663 > .ladi-image > .ladi-image-background {
            width: 230.345px;
            height: 167px;
            top: 0px;
            left: -32.813px;
            background-image: url("https://w.ladicdn.com/s550x500/5cd53c3230dba94fe2f37973/screenshot_26_8b762ef9ceaa4d35a6b86bcd773d1dc9_grande_58f4c6abec2a482d81812544efcc608c_grande-1561889398.png");
        }

        #IMAGE663 > .ladi-image {
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 3px;
            border-radius: 100px;
        }

    #IMAGE664 {
        width: 159.708px;
        height: 164.99px;
        top: 727px;
        left: 27.2917px;
    }

        #IMAGE664 > .ladi-image > .ladi-image-background {
            width: 159.708px;
            height: 164.99px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x500/5cd53c3230dba94fe2f37973/dsc_8320-1562051550.jpg");
        }

        #IMAGE664 > .ladi-image {
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 3px;
            border-radius: 100px;
        }

    #IMAGE670 {
        width: 163.573px;
        height: 160.99px;
        top: 732px;
        left: 217.423px;
    }

        #IMAGE670 > .ladi-image > .ladi-image-background {
            width: 163.573px;
            height: 160.99px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s500x500/5cd53c3230dba94fe2f37973/tam-trang-phi-thuyen-10-1559032094.jpg");
        }

        #IMAGE670 > .ladi-image {
            border-style: solid;
            border-color: rgb(255, 193, 7);
            border-width: 3px;
            border-radius: 150px;
        }

    #HEADLINE678 {
        width: 420px;
        top: 205.343px;
        left: 0px;
    }

        #HEADLINE678 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(206, 57, 46);
            font-size: 31px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
            text-shadow: rgb(0, 0, 0) 1px 0px 0px;
        }

        #HEADLINE678.ladi-animation > .ladi-headline {
            animation-name: bounce;
            -webkit-animation-name: bounce;
            animation-delay: 1s;
            -webkit-animation-delay: 1s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

    #HEADLINE788 {
        width: 420px;
        top: 1183.98px;
        left: 0.014575px;
    }

        #HEADLINE788 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 23, 68);
            font-size: 26px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #BOX791 {
        width: 420px;
        height: 126px;
        top: 0px;
        left: 0px;
    }

        #BOX791 > .ladi-box {
            background-color: rgb(239, 57, 0);
        }

    #HEADLINE792 {
        width: 397px;
        top: 27.2123px;
        left: 26.2px;
    }

        #HEADLINE792 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 23px;
            text-align: center;
            line-height: 1.4;
        }

    #SHAPE793 {
        width: 35.84px;
        height: 34.7586px;
        top: 27.2123px;
        left: 4.4916px;
    }

        #SHAPE793 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #HEADLINE549 {
        width: 396px;
        top: 223px;
        left: 13px;
    }

        #HEADLINE549 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(233, 148, 23);
            font-size: 19px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE550 {
        width: 412px;
        top: 139px;
        left: 3.0058px;
    }

        #HEADLINE550 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 33px;
            text-align: center;
            line-height: 1.4;
        }

    #IMAGE558 {
        width: 130px;
        height: 130px;
        top: 0px;
        left: 134.5px;
    }

        #IMAGE558 > .ladi-image > .ladi-image-background {
            width: 130px;
            height: 130px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s450x450/5cd53c3230dba94fe2f37973/hot-1559812955.png");
        }

    #SHAPE625 {
        width: 46px;
        height: 46px;
        top: 677px;
        left: 4.75px;
    }

        #SHAPE625 svg:last-child {
            fill: rgba(255,87,34,1);
        }

    #PARAGRAPH657 {
        width: 363px;
        top: 899px;
        left: 48.5px;
    }

        #PARAGRAPH657 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 26px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

        #PARAGRAPH657.ladi-animation > .ladi-paragraph {
            animation-name: flash;
            -webkit-animation-name: flash;
            animation-delay: 1s;
            -webkit-animation-delay: 1s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

    #SHAPE658 {
        width: 47.5px;
        height: 47.5px;
        top: 895px;
        left: 4.75px;
    }

        #SHAPE658 svg:last-child {
            fill: rgba(76,175,80,1);
        }

    #BOX489 {
        width: 398px;
        height: 474px;
        top: 0px;
        left: 0px;
    }

        #BOX489 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
            border-radius: 10px;
        }

    #PARAGRAPH496 {
        width: 341px;
        top: 38.312px;
        left: 43.84px;
    }

        #PARAGRAPH496 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 21px;
            text-align: justify;
            line-height: 1.2;
        }

    #BOX490 {
        width: 270px;
        height: 94px;
        top: 38.0104px;
        left: 71px;
    }

        #BOX490 > .ladi-box {
            background-color: rgb(255, 152, 0);
            border-radius: 10px;
        }

    #BOX492 {
        width: 398px;
        height: 420px;
        top: 0px;
        left: 0px;
    }

        #BOX492 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 3px;
            border-radius: 10px;
        }

    #PARAGRAPH497 {
        width: 351px;
        top: 38.4375px;
        left: 38.1143px;
    }

        #PARAGRAPH497 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: justify;
            line-height: 1.2;
        }

    #BOX493 {
        width: 270px;
        height: 92px;
        top: 0px;
        left: 0px;
    }

        #BOX493 > .ladi-box {
            background-color: rgb(255, 152, 0);
            border-radius: 10px;
        }

    #PARAGRAPH495 {
        width: 280px;
        top: 22.667px;
        left: 5.5px;
    }

        #PARAGRAPH495 > .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.2;
        }

    #PARAGRAPH494 {
        width: 280px;
        top: 64.6667px;
        left: 124.5px;
    }

        #PARAGRAPH494 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 33px;
            font-weight: bold;
            text-align: left;
            line-height: 1;
        }

    #GROUP464 {
        width: 245px;
        height: 245.594px;
        top: 151.375px;
        left: 97.9375px;
    }

    #BOX465 {
        width: 188px;
        height: 188px;
        top: 0px;
        left: 28.4792px;
    }

        #BOX465 > .ladi-box > .ladi-overlay {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s500x500/5cd53c3230dba94fe2f37973/screenshot_2-removebg-1559028837.png");
            background-position: center top;
            background-repeat: no-repeat;
        }

        #BOX465 > .ladi-box {
            background-color: rgb(189, 189, 189);
            border-radius: 550px;
        }

    #HEADLINE466 {
        width: 245px;
        top: 202.594px;
        left: 0px;
    }

        #HEADLINE466 > .ladi-headline {
            color: rgb(244, 67, 54);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #GROUP469 {
        width: 259px;
        height: 259.375px;
        top: 411px;
        left: 88.5938px;
    }

    #BOX470 {
        width: 198.906px;
        height: 199.448px;
        top: 0px;
        left: 24.1042px;
    }

        #BOX470 > .ladi-box > .ladi-overlay {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s500x500/5cd53c3230dba94fe2f37973/phi_thuyen-removebg-1559026175.png");
            background-position: center top;
            background-repeat: no-repeat;
        }

        #BOX470 > .ladi-box {
            background-color: rgb(189, 189, 189);
            border-radius: 550px;
        }

    #HEADLINE471 {
        width: 259px;
        top: 216.375px;
        left: 0px;
    }

        #HEADLINE471 > .ladi-headline {
            color: rgb(244, 67, 54);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #GROUP474 {
        width: 269px;
        height: 270.438px;
        top: 694px;
        left: 80.9896px;
    }

    #BOX475 {
        width: 206.292px;
        height: 203px;
        top: 0px;
        left: 27.8438px;
    }

        #BOX475 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/tam-trang-phi-thuyen-10-1559032094.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-radius: 550px;
        }

    #HEADLINE476 {
        width: 269px;
        top: 227.438px;
        left: 0px;
    }

        #HEADLINE476 > .ladi-headline {
            color: rgb(244, 67, 54);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #GROUP479 {
        width: 238px;
        height: 232.813px;
        top: 992px;
        left: 91px;
    }

    #BOX480 {
        width: 182.635px;
        height: 178px;
        top: 0px;
        left: 27.6459px;
    }

        #BOX480 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s500x500/5cd53c3230dba94fe2f37973/06658e2b7e2c9a72c33d-1561781241.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-radius: 550px;
        }

    #HEADLINE481 {
        width: 238px;
        top: 211.813px;
        left: 0px;
    }

        #HEADLINE481 > .ladi-headline {
            color: rgb(244, 67, 54);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX486 {
        width: 416px;
        height: 113px;
        top: 0px;
        left: 0px;
    }

        #BOX486 > .ladi-box {
            box-shadow: 5px 5px 0px 0px rgba(114,97,72,1);
            -webkit-box-shadow: 5px 5px 0px 0px rgba(114,97,72,1);
            background-color: rgb(255, 152, 0);
            border-radius: 20px;
        }

    #HEADLINE484 {
        width: 407px;
        top: 4.3333px;
        left: 7.40826px;
    }

        #HEADLINE484 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 19px;
            font-weight: bold;
            text-align: center;
            line-height: 2;
        }

    #SHAPE638 {
        width: 68px;
        height: 48px;
        top: 91.1025px;
        left: 172.179px;
    }

        #SHAPE638 svg:last-child {
            fill: #ff0000;
        }

    #VIDEO638 {
        width: 412.357px;
        height: 230.205px;
        top: 112px;
        left: 3.21989px;
    }

        #VIDEO638 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/hXls-V4kfb4/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #BOX640 {
        width: 420px;
        height: 93px;
        top: 0px;
        left: 0px;
    }

        #BOX640 > .ladi-box {
            background-color: rgb(255, 152, 0);
        }

    #HEADLINE641 {
        width: 397px;
        top: 16px;
        left: 11.5px;
    }

        #HEADLINE641 > .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;
        }

    #PARAGRAPH642 {
        width: 355px;
        top: 355px;
        left: 30.1069px;
    }

        #PARAGRAPH642 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE644 {
        width: 345.156px;
        height: 78px;
        top: 420.823px;
        left: 37.4219px;
    }

        #IMAGE644 > .ladi-image > .ladi-image-background {
            width: 345.156px;
            height: 78px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/tu-van-24-7-1559032483.gif");
        }

    #PARAGRAPH171 {
        width: 402px;
        top: 102.01px;
        left: 9.99405px;
    }

        #PARAGRAPH171 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 152, 0);
            font-size: 18px;
            font-style: italic;
            text-align: justify;
            line-height: 1.4;
        }

    #IMAGE282 {
        width: 354.25px;
        height: 326px;
        top: 316px;
        left: 32px;
    }

        #IMAGE282 > .ladi-image > .ladi-image-background {
            width: 354.25px;
            height: 472.333px;
            top: -138.333px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s700x800/5cd53c3230dba94fe2f37973/tam-trang-phi-thuyen-1-1559030816.jpg");
        }

        #IMAGE282 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
            border-radius: 10px;
        }

        #IMAGE282 > .ladi-image {
            -webkit-mask: url("https://w.ladicdn.com/v2/source/masks/20.svg") 0% 0% / 100% 100%;
        }

    #IMAGE283 {
        width: 353.5px;
        height: 461px;
        top: 995px;
        left: 32.375px;
    }

        #IMAGE283 > .ladi-image > .ladi-image-background {
            width: 353.5px;
            height: 461px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s700x800/5cd53c3230dba94fe2f37973/tam-trang-phi-thuyen-pha-le-1559030885.jpg");
        }

        #IMAGE283 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
            border-radius: 10px;
        }

        #IMAGE283 > .ladi-image {
            -webkit-mask: url("https://w.ladicdn.com/v2/source/masks/20.svg") 0% 0% / 100% 100%;
        }

    #BOX423 {
        width: 405.81px;
        height: 64px;
        top: 0px;
        left: 10.0892px;
    }

        #BOX423 > .ladi-box {
            box-shadow: 4px 4px 0px 0px rgba(33,97,128,1);
            -webkit-box-shadow: 4px 4px 0px 0px rgba(33,97,128,1);
            background-color: rgb(255, 152, 0);
            border-color: rgb(14, 162, 230);
            border-radius: 10px;
        }

    #HEADLINE167 {
        width: 427px;
        top: 17.5px;
        left: 0px;
    }

        #HEADLINE167 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 152, 0);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #IMAGE438 {
        width: 355.5px;
        height: 342px;
        top: 646px;
        left: 31.375px;
    }

        #IMAGE438 > .ladi-image > .ladi-image-background {
            width: 355.5px;
            height: 342px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s700x650/5cd53c3230dba94fe2f37973/dsc_8421-20190924031316.jpg");
        }

        #IMAGE438 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
            border-radius: 10px;
        }

        #IMAGE438 > .ladi-image {
            -webkit-mask: url("https://w.ladicdn.com/v2/source/masks/20.svg") 0% 0% / 100% 100%;
        }

    #GROUP832 {
        width: 403px;
        height: 197px;
        top: 822px;
        left: 7.5px;
    }

    #PARAGRAPH833 {
        width: 347px;
        top: 0px;
        left: 15.0453px;
    }

        #PARAGRAPH833 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(20, 20, 20);
            font-size: 16px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH834 {
        width: 374px;
        top: 42px;
        left: 13.9707px;
    }

        #PARAGRAPH834 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(51, 51, 51);
            font-size: 16px;
            text-align: justify;
            line-height: 1.2;
        }

    #LINE835 {
        width: 403px;
        top: 178px;
        left: 0px;
    }

        #LINE835 > .ladi-line > .ladi-line-container {
            border-top: 3px dotted rgb(120, 199, 20);
            border-right: 3px dotted rgb(120, 199, 20);
            border-bottom: 3px dotted rgb(120, 199, 20);
            border-left: 0px !important;
        }

        #LINE835 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP836 {
        width: 420px;
        height: 165px;
        top: 2057px;
        left: 0px;
    }

    #PARAGRAPH837 {
        width: 380px;
        top: 0px;
        left: 17.8216px;
    }

        #PARAGRAPH837 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(20, 20, 20);
            font-size: 16px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH838 {
        width: 383px;
        top: 40px;
        left: 17.8216px;
    }

        #PARAGRAPH838 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(51, 51, 51);
            font-size: 16px;
            text-align: justify;
            line-height: 1.2;
        }

    #LINE839 {
        width: 420px;
        top: 146px;
        left: 0px;
    }

        #LINE839 > .ladi-line > .ladi-line-container {
            border-top: 3px dotted rgb(120, 199, 20);
            border-right: 3px dotted rgb(120, 199, 20);
            border-bottom: 3px dotted rgb(120, 199, 20);
            border-left: 0px !important;
        }

        #LINE839 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP840 {
        width: 419px;
        height: 139.041px;
        top: 2247px;
        left: 0px;
    }

    #PARAGRAPH841 {
        width: 364px;
        top: 0px;
        left: 9.84081px;
    }

        #PARAGRAPH841 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(20, 20, 20);
            font-size: 16px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH842 {
        width: 395px;
        top: 37.3356px;
        left: 9.84081px;
    }

        #PARAGRAPH842 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(51, 51, 51);
            font-size: 16px;
            text-align: justify;
            line-height: 1.2;
        }

    #LINE843 {
        width: 419px;
        top: 120.041px;
        left: 0px;
    }

        #LINE843 > .ladi-line > .ladi-line-container {
            border-top: 3px dotted rgb(120, 199, 20);
            border-right: 3px dotted rgb(120, 199, 20);
            border-bottom: 3px dotted rgb(120, 199, 20);
            border-left: 0px !important;
        }

        #LINE843 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP844 {
        width: 407px;
        height: 204.844px;
        top: 1405px;
        left: 8.25px;
    }

    #PARAGRAPH845 {
        width: 379px;
        top: 0px;
        left: 13.8px;
    }

        #PARAGRAPH845 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(20, 20, 20);
            font-size: 16px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH846 {
        width: 375px;
        top: 68.5574px;
        left: 11.09px;
    }

        #PARAGRAPH846 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(51, 51, 51);
            font-size: 16px;
            text-align: justify;
            line-height: 1.2;
        }

    #LINE847 {
        width: 407px;
        top: 185.844px;
        left: 0px;
    }

        #LINE847 > .ladi-line > .ladi-line-container {
            border-top: 3px dotted rgb(120, 199, 20);
            border-right: 3px dotted rgb(120, 199, 20);
            border-bottom: 3px dotted rgb(120, 199, 20);
            border-left: 0px !important;
        }

        #LINE847 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP849 {
        width: 407px;
        height: 163px;
        top: 653.323px;
        left: 3.5px;
    }

    #PARAGRAPH850 {
        width: 385px;
        top: 0px;
        left: 17.1957px;
    }

        #PARAGRAPH850 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(20, 20, 20);
            font-size: 16px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH851 {
        width: 385px;
        top: 52px;
        left: 14.1094px;
    }

        #PARAGRAPH851 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(51, 51, 51);
            font-size: 16px;
            text-align: justify;
            line-height: 1.2;
        }

    #LINE852 {
        width: 407px;
        top: 144px;
        left: 0px;
    }

        #LINE852 > .ladi-line > .ladi-line-container {
            border-top: 3px dotted rgb(120, 199, 20);
            border-right: 3px dotted rgb(120, 199, 20);
            border-bottom: 3px dotted rgb(120, 199, 20);
            border-left: 0px !important;
        }

        #LINE852 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP853 {
        width: 397px;
        height: 171px;
        top: 1031px;
        left: 8.5px;
    }

    #PARAGRAPH854 {
        width: 371px;
        top: 0px;
        left: 15.2666px;
    }

        #PARAGRAPH854 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(20, 20, 20);
            font-size: 16px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH855 {
        width: 371px;
        top: 37px;
        left: 15.2666px;
    }

        #PARAGRAPH855 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(51, 51, 51);
            font-size: 16px;
            text-align: justify;
            line-height: 1.2;
        }

    #LINE856 {
        width: 397px;
        top: 152px;
        left: 0px;
    }

        #LINE856 > .ladi-line > .ladi-line-container {
            border-top: 3px dotted rgb(120, 199, 20);
            border-right: 3px dotted rgb(120, 199, 20);
            border-bottom: 3px dotted rgb(120, 199, 20);
            border-left: 0px !important;
        }

        #LINE856 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP857 {
        width: 399px;
        height: 175.146px;
        top: 1212px;
        left: 13px;
    }

    #PARAGRAPH858 {
        width: 381px;
        top: 0px;
        left: 10.7123px;
    }

        #PARAGRAPH858 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(20, 20, 20);
            font-size: 16px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH859 {
        width: 381px;
        top: 43.4063px;
        left: 10.7123px;
    }

        #PARAGRAPH859 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(51, 51, 51);
            font-size: 16px;
            text-align: justify;
            line-height: 1.2;
        }

    #LINE860 {
        width: 399px;
        top: 156.146px;
        left: 0px;
    }

        #LINE860 > .ladi-line > .ladi-line-container {
            border-top: 3px dotted rgb(120, 199, 20);
            border-right: 3px dotted rgb(120, 199, 20);
            border-bottom: 3px dotted rgb(120, 199, 20);
            border-left: 0px !important;
        }

        #LINE860 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP861 {
        width: 403px;
        height: 160px;
        top: 1638px;
        left: 8.25px;
    }

    #PARAGRAPH862 {
        width: 381px;
        top: 0px;
        left: 10.7466px;
    }

        #PARAGRAPH862 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(20, 20, 20);
            font-size: 16px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH863 {
        width: 381px;
        top: 39px;
        left: 10.7466px;
    }

        #PARAGRAPH863 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(51, 51, 51);
            font-size: 16px;
            text-align: justify;
            line-height: 1.2;
        }

    #LINE864 {
        width: 403px;
        top: 141px;
        left: 0px;
    }

        #LINE864 > .ladi-line > .ladi-line-container {
            border-top: 3px dotted rgb(120, 199, 20);
            border-right: 3px dotted rgb(120, 199, 20);
            border-bottom: 3px dotted rgb(120, 199, 20);
            border-left: 0px !important;
        }

        #LINE864 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #BOX865 {
        width: 415.5px;
        height: 106px;
        top: 0px;
        left: 0px;
    }

        #BOX865 > .ladi-box {
            box-shadow: 4px 4px 0px 0px rgba(86,84,84,1);
            -webkit-box-shadow: 4px 4px 0px 0px rgba(86,84,84,1);
            background-color: rgb(255, 152, 0);
            border-color: rgb(0, 0, 0);
        }

    #HEADLINE866 {
        width: 393px;
        top: 15px;
        left: 11.08px;
    }

        #HEADLINE866 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 23px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE867 {
        width: 323px;
        height: 494px;
        top: 145.823px;
        left: 41.4839px;
    }

        #IMAGE867 > .ladi-image > .ladi-image-background {
            width: 323px;
            height: 498px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s650x800/5cd53c3230dba94fe2f37973/tam-trang-phi-thuyen-2-1559031232.jpg");
        }

    #GROUP686 {
        width: 305px;
        height: 479.969px;
        top: 707px;
        left: 60.5px;
    }

    #BOX687 {
        width: 305px;
        height: 395px;
        top: 0px;
        left: 0px;
    }

        #BOX687 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE688 {
        width: 227px;
        top: 170.047px;
        left: 41px;
    }

        #HEADLINE688 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH689 {
        width: 238px;
        top: 258.916px;
        left: 35px;
    }

        #PARAGRAPH689 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX690 {
        width: 229px;
        height: 230px;
        top: 0px;
        left: 40px;
    }

        #BOX690 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_8498-1561629552.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP691 {
        width: 305px;
        height: 483px;
        top: 193px;
        left: 60.5px;
    }

    #BOX692 {
        width: 305px;
        height: 399px;
        top: 0px;
        left: 0px;
    }

        #BOX692 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE694 {
        width: 183px;
        top: 169px;
        left: 63px;
    }

        #HEADLINE694 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH693 {
        width: 238px;
        top: 231px;
        left: 35px;
    }

        #PARAGRAPH693 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX695 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 39px;
    }

        #BOX695 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_8468-1561629387.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP696 {
        width: 305px;
        height: 480px;
        top: 1219px;
        left: 62px;
    }

    #BOX697 {
        width: 305px;
        height: 396px;
        top: 0px;
        left: 0px;
    }

        #BOX697 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #PARAGRAPH698 {
        width: 238px;
        top: 241px;
        left: 34px;
    }

        #PARAGRAPH698 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE699 {
        width: 250px;
        top: 170px;
        left: 28px;
    }

        #HEADLINE699 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX700 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 40px;
    }

        #BOX700 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_8381-1561630162.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP701 {
        width: 305px;
        height: 492.25px;
        top: 1717px;
        left: 57.5px;
    }

    #BOX702 {
        width: 305px;
        height: 399px;
        top: 0px;
        left: 0px;
    }

        #BOX702 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE703 {
        width: 250px;
        top: 165.5px;
        left: 25.1875px;
    }

        #HEADLINE703 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH704 {
        width: 238px;
        top: 253.5px;
        left: 32.1875px;
    }

        #PARAGRAPH704 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX705 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 36.6875px;
    }

        #BOX705 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_7474-1561629755.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP706 {
        width: 305px;
        height: 476.469px;
        top: 2256.25px;
        left: 55.1875px;
    }

    #BOX707 {
        width: 305px;
        height: 395px;
        top: 0px;
        left: 0px;
    }

        #BOX707 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE708 {
        width: 226px;
        top: 157.042px;
        left: 39.1667px;
    }

        #HEADLINE708 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH709 {
        width: 238px;
        top: 205.281px;
        left: 35.5px;
    }

        #PARAGRAPH709 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX710 {
        width: 229px;
        height: 230px;
        top: 0px;
        left: 40px;
    }

        #BOX710 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_8580-1561691535.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP711 {
        width: 305px;
        height: 473px;
        top: 2753.25px;
        left: 54.8542px;
    }

    #BOX712 {
        width: 305px;
        height: 396px;
        top: 0px;
        left: 0px;
    }

        #BOX712 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE714 {
        width: 250px;
        top: 160.875px;
        left: 29.5px;
    }

        #HEADLINE714 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH713 {
        width: 238px;
        top: 197.47px;
        left: 38px;
    }

        #PARAGRAPH713 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX715 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 34px;
    }

        #BOX715 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_7499-1561691626.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP716 {
        width: 305px;
        height: 478.25px;
        top: 3247px;
        left: 54.8542px;
    }

    #BOX717 {
        width: 305px;
        height: 399px;
        top: 0px;
        left: 0px;
    }

        #BOX717 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE718 {
        width: 250px;
        top: 162.354px;
        left: 17px;
    }

        #HEADLINE718 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH719 {
        width: 238px;
        top: 223.49px;
        left: 34.1875px;
    }

        #PARAGRAPH719 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX720 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 38px;
    }

        #BOX720 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_8364-1562383134.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP721 {
        width: 305px;
        height: 476.469px;
        top: 3751px;
        left: 57.5px;
    }

    #BOX722 {
        width: 305px;
        height: 395px;
        top: 0px;
        left: 0px;
    }

        #BOX722 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE723 {
        width: 226px;
        top: 157.042px;
        left: 39.1667px;
    }

        #HEADLINE723 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH724 {
        width: 238px;
        top: 238.271px;
        left: 35.5px;
    }

        #PARAGRAPH724 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX725 {
        width: 229px;
        height: 230px;
        top: 0px;
        left: 40px;
    }

        #BOX725 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/5f8ec41b131cf742ae0d-1561781443.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP726 {
        width: 305px;
        height: 480px;
        top: 4251px;
        left: 59.5px;
    }

    #BOX727 {
        width: 305px;
        height: 396px;
        top: 0px;
        left: 0px;
    }

        #BOX727 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE728 {
        width: 250px;
        top: 160.875px;
        left: 29.5px;
    }

        #HEADLINE728 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH730 {
        width: 280px;
        top: 250.188px;
        left: 14.5px;
    }

        #PARAGRAPH730 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX729 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 38px;
    }

        #BOX729 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_7538-1562383202.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP731 {
        width: 305px;
        height: 478.25px;
        top: 5260px;
        left: 59.5px;
    }

    #BOX732 {
        width: 305px;
        height: 399px;
        top: 0px;
        left: 0px;
    }

        #BOX732 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE734 {
        width: 250px;
        top: 161.354px;
        left: 25px;
    }

        #HEADLINE734 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH733 {
        width: 271px;
        top: 256.344px;
        left: 16.75px;
    }

        #PARAGRAPH733 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX735 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 38px;
    }

        #BOX735 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/bun-khoang-1560326899.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP736 {
        width: 305px;
        height: 476.469px;
        top: 5770px;
        left: 59.25px;
    }

    #BOX737 {
        width: 305px;
        height: 395px;
        top: 0px;
        left: 0px;
    }

        #BOX737 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE738 {
        width: 226px;
        top: 157.042px;
        left: 39.1667px;
    }

        #HEADLINE738 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH739 {
        width: 238px;
        top: 276.271px;
        left: 34.5px;
    }

        #PARAGRAPH739 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX740 {
        width: 229px;
        height: 230px;
        top: 0px;
        left: 40px;
    }

        #BOX740 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/tay-te-bao-chet-1559031895.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP741 {
        width: 305px;
        height: 480px;
        top: 6286px;
        left: 60.25px;
    }

    #BOX742 {
        width: 305px;
        height: 396px;
        top: 0px;
        left: 0px;
    }

        #BOX742 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE743 {
        width: 250px;
        top: 160.875px;
        left: 29.5px;
    }

        #HEADLINE743 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH744 {
        width: 267px;
        top: 220.344px;
        left: 24.0938px;
    }

        #PARAGRAPH744 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX745 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 38px;
    }

        #BOX745 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_8421-1562383000.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP746 {
        width: 305px;
        height: 478.25px;
        top: 6797px;
        left: 62.5938px;
    }

    #BOX747 {
        width: 305px;
        height: 399px;
        top: 0px;
        left: 0px;
    }

        #BOX747 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE748 {
        width: 250px;
        top: 162.354px;
        left: 17px;
    }

        #HEADLINE748 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH759 {
        width: 280px;
        top: 252.5px;
        left: 12.5px;
    }

        #PARAGRAPH759 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX749 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 38px;
    }

        #BOX749 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/tri-tham-seo-bang-cong-nghe-fractional-co2-1560912189.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP750 {
        width: 305px;
        height: 476.469px;
        top: 7304px;
        left: 62.5938px;
    }

    #BOX751 {
        width: 305px;
        height: 395px;
        top: 0px;
        left: 0px;
    }

        #BOX751 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE752 {
        width: 226px;
        top: 157.042px;
        left: 39.1667px;
    }

        #HEADLINE752 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH753 {
        width: 238px;
        top: 238.271px;
        left: 35.5px;
    }

        #PARAGRAPH753 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX754 {
        width: 229px;
        height: 230px;
        top: 0px;
        left: 40px;
    }

        #BOX754 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_8391-1562913878.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP760 {
        width: 305px;
        height: 480px;
        top: 7817px;
        left: 64.5938px;
    }

    #BOX761 {
        width: 305px;
        height: 396px;
        top: 0px;
        left: 0px;
    }

        #BOX761 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE762 {
        width: 250px;
        top: 160.875px;
        left: 29.5px;
    }

        #HEADLINE762 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH764 {
        width: 280px;
        top: 265.75px;
        left: 12.5px;
    }

        #PARAGRAPH764 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX763 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 38px;
    }

        #BOX763 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/thoa-serum-1-1559032911.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP765 {
        width: 305px;
        height: 505.25px;
        top: 8330px;
        left: 64.5938px;
    }

    #BOX766 {
        width: 305px;
        height: 399px;
        top: 0px;
        left: 0px;
    }

        #BOX766 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE767 {
        width: 250px;
        top: 162.354px;
        left: 17px;
    }

        #HEADLINE767 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH768 {
        width: 280px;
        top: 260.5px;
        left: 12.5px;
    }

        #PARAGRAPH768 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX769 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 46px;
    }

        #BOX769 > .ladi-box {
            background-size: 100%;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/thoa-kem-body-1-1559033042.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #GROUP775 {
        width: 305px;
        height: 480px;
        top: 8865px;
        left: 62.5px;
    }

    #BOX776 {
        width: 305px;
        height: 396px;
        top: 0px;
        left: 0px;
    }

        #BOX776 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #HEADLINE777 {
        width: 250px;
        top: 160.875px;
        left: 29.5px;
    }

        #HEADLINE777 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE787 {
        width: 250px;
        top: 163.875px;
        left: 29.5px;
    }

        #HEADLINE787 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(110, 107, 107);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #PARAGRAPH778 {
        width: 280px;
        top: 235.75px;
        left: 12.5px;
    }

        #PARAGRAPH778 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 13px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX779 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 38px;
    }

        #BOX779 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/dsc_8295-1561691876.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #HEADLINE780 {
        width: 419px;
        top: 5px;
        left: 0px;
    }

        #HEADLINE780 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(203, 60, 50);
            font-size: 37px;
            font-weight: bold;
            text-align: center;
            letter-spacing: 0px;
            line-height: 1.4;
            text-shadow: rgb(0, 0, 0) 1px 0px 0px;
        }

    #IMAGE781 {
        width: 314px;
        height: 26px;
        top: 159px;
        left: 61px;
    }

        #IMAGE781 > .ladi-image > .ladi-image-background {
            width: 314px;
            height: 26px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s650x350/5cd53c3230dba94fe2f37973/image-removebg-preview-1561774287.png");
        }

    #GROUP782 {
        width: 305px;
        height: 478.25px;
        top: 4753px;
        left: 59.5px;
    }

    #BOX783 {
        width: 305px;
        height: 399px;
        top: 0px;
        left: 0px;
    }

        #BOX783 > .ladi-box {
            box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            -webkit-box-shadow: 0px 0px 0px 0px rgba(8,8,8,0.15);
            background-color: rgb(255, 255, 255);
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 2px;
            border-radius: 30px;
        }

    #PARAGRAPH784 {
        width: 262px;
        top: 240.49px;
        left: 22.1875px;
    }

        #PARAGRAPH784 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(33, 33, 33);
            font-size: 14px;
            text-align: justify;
            line-height: 1.4;
        }

    #HEADLINE785 {
        width: 250px;
        top: 162.354px;
        left: 17px;
    }

        #HEADLINE785 > .ladi-headline {
            font-family: "Tinos", serif;
            color: rgb(117, 117, 117);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX786 {
        width: 229px;
        height: 229px;
        top: 0px;
        left: 38px;
    }

        #BOX786 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/thoa-serum-24k-1562994801.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(255, 152, 0);
            border-width: 7px;
            border-radius: 110px;
        }

    #HEADLINE802 {
        width: 409px;
        top: 9366.47px;
        left: 5.253px;
    }

        #HEADLINE802 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 24px;
            font-weight: bold;
            font-style: italic;
            text-align: center;
            line-height: 1.4;
        }

    #PARAGRAPH146 {
        width: 323px;
        top: 128.004px;
        left: 63.5154px;
    }

        #PARAGRAPH146 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(97, 97, 97);
            font-size: 19px;
            text-align: left;
            line-height: 1.2;
        }

    #IMAGE424 {
        width: 369.5px;
        height: 145.871px;
        top: 0px;
        left: 0px;
    }

        #IMAGE424 > .ladi-image > .ladi-image-background {
            width: 369.5px;
            height: 145.871px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s700x450/5cd53c3230dba94fe2f37973/yellow-banner-png-1559306760.png");
        }

    #PARAGRAPH425 {
        width: 280px;
        top: 93.871px;
        left: 36.7086px;
    }

        #PARAGRAPH425 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 24px;
            font-weight: bold;
            text-align: left;
            line-height: 1;
        }

    #SHAPE797 {
        width: 18px;
        height: 18px;
        top: 175.667px;
        left: 38px;
    }

        #SHAPE797 svg:last-child {
            fill: #000000;
        }

    #SHAPE798 {
        width: 18px;
        height: 18px;
        top: 222px;
        left: 38px;
    }

        #SHAPE798 svg:last-child {
            fill: #000000;
        }

    #SHAPE799 {
        width: 18px;
        height: 18px;
        top: 267px;
        left: 38px;
    }

        #SHAPE799 svg:last-child {
            fill: #000000;
        }

    #SHAPE800 {
        width: 18px;
        height: 18px;
        top: 313.006px;
        left: 38px;
    }

        #SHAPE800 svg:last-child {
            fill: #000000;
        }

    #SHAPE801 {
        width: 18px;
        height: 18px;
        top: 357.01px;
        left: 38px;
    }

        #SHAPE801 svg:last-child {
            fill: #000000;
        }

    #SHAPE796 {
        width: 18px;
        height: 18px;
        top: 128.004px;
        left: 39.5px;
    }

        #SHAPE796 svg:last-child {
            fill: #000000;
        }

    #BOX364 {
        width: 300px;
        height: 377px;
        top: 0px;
        left: 0px;
    }

        #BOX364 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE365 {
        width: 224px;
        height: 205px;
        top: 20px;
        left: 38px;
    }

        #IMAGE365 > .ladi-image > .ladi-image-background {
            width: 224px;
            height: 298.667px;
            top: -93.6667px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x600/5cd53c3230dba94fe2f37973/7b7282b8e44601185857-1559232980.jpg");
        }

        #IMAGE365 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

    #PARAGRAPH366 {
        width: 197px;
        top: 248px;
        left: 51.5px;
    }

        #PARAGRAPH366 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #BOX369 {
        width: 300px;
        height: 377px;
        top: 0px;
        left: 0px;
    }

        #BOX369 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE370 {
        width: 224px;
        height: 205px;
        top: 20px;
        left: 38px;
    }

        #IMAGE370 > .ladi-image > .ladi-image-background {
            width: 224px;
            height: 298.667px;
            top: -76px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x600/5cd53c3230dba94fe2f37973/6cec979ae465013b5874-1559233486.jpg");
        }

        #IMAGE370 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

    #PARAGRAPH371 {
        width: 197px;
        top: 267px;
        left: 51.5px;
    }

        #PARAGRAPH371 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #BOX373 {
        width: 299px;
        height: 377px;
        top: 0px;
        left: 0px;
    }

        #BOX373 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE374 {
        width: 224px;
        height: 205px;
        top: 20px;
        left: 38px;
    }

        #IMAGE374 > .ladi-image > .ladi-image-background {
            width: 354.275px;
            height: 205px;
            top: 0px;
            left: -65.1377px;
            background-image: url("https://w.ladicdn.com/s700x550/5cd53c3230dba94fe2f37973/4bc3be831605f35baa14-1559233851.jpg");
        }

        #IMAGE374 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

    #PARAGRAPH375 {
        width: 216px;
        top: 245px;
        left: 37px;
    }

        #PARAGRAPH375 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #BOX377 {
        width: 301.5px;
        height: 377px;
        top: 0px;
        left: 0px;
    }

        #BOX377 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE378 {
        width: 224px;
        height: 205px;
        top: 20px;
        left: 38px;
    }

        #IMAGE378 > .ladi-image > .ladi-image-background {
            width: 224px;
            height: 205px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/may-phi-thuyen-1559233077.jpg");
        }

        #IMAGE378 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

    #PARAGRAPH379 {
        width: 216px;
        top: 244px;
        left: 37px;
    }

        #PARAGRAPH379 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #BOX381 {
        width: 300px;
        height: 316px;
        top: 0px;
        left: 0px;
    }

        #BOX381 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE382 {
        width: 224px;
        height: 208.968px;
        top: 11.2129px;
        left: 38.5px;
    }

        #IMAGE382 > .ladi-image > .ladi-image-background {
            width: 307.116px;
            height: 208.968px;
            top: 0px;
            left: -41.5581px;
            background-image: url("https://w.ladicdn.com/s650x550/5cd53c3230dba94fe2f37973/dsc_7480-1561691456.jpg");
        }

        #IMAGE382 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

    #PARAGRAPH383 {
        width: 247px;
        top: 239.548px;
        left: 36px;
    }

        #PARAGRAPH383 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #BOX385 {
        width: 302px;
        height: 351px;
        top: 0px;
        left: 0px;
    }

        #BOX385 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE386 {
        width: 224px;
        height: 214.67px;
        top: 16.7547px;
        left: 46.5px;
    }

        #IMAGE386 > .ladi-image > .ladi-image-background {
            width: 224px;
            height: 379.356px;
            top: -164.686px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x700/5cd53c3230dba94fe2f37973/tam-trang-phi-thuyen-2-1559031232.jpg");
        }

        #IMAGE386 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

    #PARAGRAPH387 {
        width: 233px;
        top: 246.085px;
        left: 38px;
    }

        #PARAGRAPH387 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #BOX519 {
        width: 415.5px;
        height: 138px;
        top: 0px;
        left: 0px;
    }

        #BOX519 > .ladi-box {
            box-shadow: 4px 5px 0px 0px rgba(34,46,111,1);
            -webkit-box-shadow: 4px 5px 0px 0px rgba(34,46,111,1);
            background-color: rgb(255, 152, 0);
            border-radius: 10px;
        }

    #HEADLINE520 {
        width: 398px;
        top: 15px;
        left: 11.1995px;
    }

        #HEADLINE520 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 29px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #BOX552 {
        width: 302px;
        height: 346px;
        top: 0px;
        left: 0px;
    }

        #BOX552 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE553 {
        width: 224px;
        height: 205px;
        top: 14px;
        left: 42.5px;
    }

        #IMAGE553 > .ladi-image > .ladi-image-background {
            width: 307.116px;
            height: 205px;
            top: 0px;
            left: -41.5581px;
            background-image: url("https://w.ladicdn.com/s650x550/5cd53c3230dba94fe2f37973/dsc_8391-1562913878.jpg");
        }

        #IMAGE553 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

    #PARAGRAPH554 {
        width: 224px;
        top: 238px;
        left: 39.5px;
    }

        #PARAGRAPH554 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #BOX555 {
        width: 298px;
        height: 369px;
        top: 0px;
        left: 0px;
    }

        #BOX555 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgba(179, 179, 179, 0.47);
            border-width: 1px;
        }

    #IMAGE556 {
        width: 224px;
        height: 205px;
        top: 17px;
        left: 37.5px;
    }

        #IMAGE556 > .ladi-image > .ladi-image-background {
            width: 307.116px;
            height: 205px;
            top: 0px;
            left: -41.5581px;
            background-image: url("https://w.ladicdn.com/s650x550/5cd53c3230dba94fe2f37973/dsc_8451-1561691281.jpg");
        }

        #IMAGE556 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

    #PARAGRAPH557 {
        width: 233px;
        top: 247.68px;
        left: 40px;
    }

        #PARAGRAPH557 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #IMAGE138 {
        width: 401.5px;
        height: 329.99px;
        top: 637px;
        left: 6.7501px;
    }

        #IMAGE138 > .ladi-image > .ladi-image-background {
            width: 425.396px;
            height: 329.99px;
            top: 0px;
            left: -23.8961px;
            background-image: url("https://w.ladicdn.com/s750x650/5cd53c3230dba94fe2f37973/hinh-anh-truoc-sau-tam-trang-1559034927.jpg");
        }

        #IMAGE138 > .ladi-image {
            -webkit-mask: url("https://w.ladicdn.com/v2/source/masks/b5.png") 0% 0% / 100% 100%;
        }

    #LIST_PARAGRAPH141 {
        width: 390px;
        top: 176.02px;
        left: 18.5px;
    }

        #LIST_PARAGRAPH141 > .ladi-list-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(61, 61, 61);
            font-size: 15px;
            text-align: left;
            line-height: 1.4;
        }

        #LIST_PARAGRAPH141 ul li {
            padding-bottom: 15px;
            padding-left: 38px;
        }

            #LIST_PARAGRAPH141 ul li:before {
                content: "";
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22rgba(81%2C93%2C125%2C1)%22%3E%20%3Cpath%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013%2013-5.832%2013-13S23.168%203%2016%203zm0%202c6.087%200%2011%204.913%2011%2011s-4.913%2011-11%2011S5%2022.087%205%2016%209.913%205%2016%205zm-5.28%207.78l-1.44%201.44%206%206%20.72.686.72-.687%206-6-1.44-1.44L16%2018.064l-5.28-5.282z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
                width: 30px;
                height: 30px;
                top: 0;
            }

    #LIST_PARAGRAPH144 {
        width: 394px;
        top: 367.167px;
        left: 18.5px;
    }

        #LIST_PARAGRAPH144 > .ladi-list-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(61, 61, 61);
            font-size: 15px;
            text-align: left;
            line-height: 1.4;
        }

        #LIST_PARAGRAPH144 ul li {
            padding-bottom: 15px;
            padding-left: 38px;
        }

            #LIST_PARAGRAPH144 ul li:before {
                content: "";
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22rgba(81%2C93%2C125%2C1)%22%3E%20%3Cpath%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013%2013-5.832%2013-13S23.168%203%2016%203zm0%202c6.087%200%2011%204.913%2011%2011s-4.913%2011-11%2011S5%2022.087%205%2016%209.913%205%2016%205zm-5.28%207.78l-1.44%201.44%206%206%20.72.686.72-.687%206-6-1.44-1.44L16%2018.064l-5.28-5.282z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
                width: 30px;
                height: 30px;
                top: 0;
            }

    #IMAGE398 {
        width: 401.5px;
        height: 401px;
        top: 983px;
        left: 6.7501px;
    }

        #IMAGE398 > .ladi-image > .ladi-image-background {
            width: 401.5px;
            height: 401px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x750/5cd53c3230dba94fe2f37973/anh-truoc-sau-tam-trang-1559289536.jpg");
        }

        #IMAGE398 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

        #IMAGE398 > .ladi-image {
            -webkit-mask: url("https://w.ladicdn.com/v2/source/masks/b5.png") 0% 0% / 100% 100%;
        }

    #IMAGE427 {
        width: 305px;
        height: 222px;
        top: -64.1774px;
        left: 0px;
    }

        #IMAGE427 > .ladi-image > .ladi-image-background {
            width: 305px;
            height: 222px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s650x550/5cd53c3230dba94fe2f37973/cam-ket-1559307024.png");
        }

    #HEADLINE428 {
        width: 234px;
        top: 79px;
        left: 57px;
    }

        #HEADLINE428 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 41px;
            font-weight: bold;
            text-align: left;
            line-height: 0.707317;
        }

    #IMAGE430 {
        width: 401.5px;
        height: 374px;
        top: 1398px;
        left: 6.7501px;
    }

        #IMAGE430 > .ladi-image > .ladi-image-background {
            width: 404.317px;
            height: 377px;
            top: 0px;
            left: -2.81707px;
            background-image: url("https://w.ladicdn.com/s750x700/5cd53c3230dba94fe2f37973/hinh-anh-tam-trang-truoc-sau-1559289466.jpg");
        }

        #IMAGE430 > .ladi-image {
            border-style: dotted;
            border-color: rgb(255, 152, 0);
            border-width: 1px;
        }

        #IMAGE430 > .ladi-image {
            -webkit-mask: url("https://w.ladicdn.com/v2/source/masks/b5.png") 0% 0% / 100% 100%;
        }

    #LIST_PARAGRAPH643 {
        width: 394px;
        top: 549px;
        left: 18.5px;
    }

        #LIST_PARAGRAPH643 > .ladi-list-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(61, 61, 61);
            font-size: 15px;
            text-align: left;
            line-height: 1.4;
        }

        #LIST_PARAGRAPH643 ul li {
            padding-bottom: 15px;
            padding-left: 38px;
        }

            #LIST_PARAGRAPH643 ul li:before {
                content: "";
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22rgba(81%2C93%2C125%2C1)%22%3E%20%3Cpath%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013%2013-5.832%2013-13S23.168%203%2016%203zm0%202c6.087%200%2011%204.913%2011%2011s-4.913%2011-11%2011S5%2022.087%205%2016%209.913%205%2016%205zm-5.28%207.78l-1.44%201.44%206%206%20.72.686.72-.687%206-6-1.44-1.44L16%2018.064l-5.28-5.282z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
                width: 30px;
                height: 30px;
                top: 0;
            }

    #HEADLINE596 {
        width: 420px;
        top: 6px;
        left: 0px;
    }

        #HEADLINE596 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 35px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #GROUP597 {
        width: 250.086px;
        height: 399.486px;
        top: 146px;
        left: 84.8735px;
    }

    #BOX598 {
        width: 250.086px;
        height: 250.087px;
        top: 0px;
        left: 0px;
    }

        #BOX598 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s600x600/5cd53c3230dba94fe2f37973/thoa-kem-chong-nang-1560313288.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(29, 233, 182);
            border-width: 3px;
            border-radius: 220px;
        }

    #HEADLINE599 {
        width: 250px;
        top: 278.173px;
        left: 0px;
    }

        #HEADLINE599 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 235, 59);
            font-size: 17px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #LINE601 {
        width: 218px;
        top: 382.486px;
        left: 17.3857px;
    }

        #LINE601 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(255, 235, 59);
            border-right: 1px solid rgb(255, 235, 59);
            border-bottom: 1px solid rgb(255, 235, 59);
            border-left: 0px !important;
        }

        #LINE601 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP602 {
        width: 262.294px;
        height: 418.155px;
        top: 567px;
        left: 84.8735px;
    }

    #BOX603 {
        width: 262.294px;
        height: 262.294px;
        top: 0px;
        left: 0px;
    }

        #BOX603 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s600x600/5cd53c3230dba94fe2f37973/uong-nhieu-nuoc-1560313345.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(29, 233, 182);
            border-width: 3px;
            border-radius: 220px;
        }

    #HEADLINE604 {
        width: 206px;
        top: 291.749px;
        left: 25.2475px;
    }

        #HEADLINE604 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 235, 59);
            font-size: 17px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #LINE606 {
        width: 240px;
        top: 401.155px;
        left: 6.31189px;
    }

        #LINE606 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(255, 235, 59);
            border-right: 1px solid rgb(255, 235, 59);
            border-bottom: 1px solid rgb(255, 235, 59);
            border-left: 0px !important;
        }

        #LINE606 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP607 {
        width: 265.289px;
        height: 401.165px;
        top: 1016px;
        left: 77.3555px;
    }

    #BOX608 {
        width: 251.185px;
        height: 251.185px;
        top: 0px;
        left: 14.104px;
    }

        #BOX608 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s600x600/5cd53c3230dba94fe2f37973/rau-xanh-1560313387.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(29, 233, 182);
            border-width: 3px;
            border-radius: 220px;
        }

    #HEADLINE609 {
        width: 197px;
        top: 279.393px;
        left: 34.2525px;
    }

        #HEADLINE609 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: center;
            line-height: 1.2;
        }

    #LINE611 {
        width: 255px;
        top: 384.165px;
        left: 0px;
    }

        #LINE611 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(255, 235, 59);
            border-right: 1px solid rgb(255, 235, 59);
            border-bottom: 1px solid rgb(255, 235, 59);
            border-left: 0px !important;
        }

        #LINE611 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP612 {
        width: 247px;
        height: 383.734px;
        top: 1453px;
        left: 86.5px;
    }

    #BOX613 {
        width: 244.925px;
        height: 244.926px;
        top: 0px;
        left: 1.96464px;
    }

        #BOX613 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/duong-da-1560313434.jpg");
            background-position: center top;
            background-repeat: no-repeat;
            border-style: solid;
            border-color: rgb(29, 233, 182);
            border-width: 3px;
            border-radius: 220px;
        }

    #HEADLINE614 {
        width: 213px;
        top: 269.811px;
        left: 14.6111px;
    }

        #HEADLINE614 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 17px;
            text-align: center;
            line-height: 1.2;
        }

    #LINE616 {
        width: 247px;
        top: 366.734px;
        left: 0px;
    }

        #LINE616 > .ladi-line > .ladi-line-container {
            border-top: 1px solid rgb(255, 235, 59);
            border-right: 1px solid rgb(255, 235, 59);
            border-bottom: 1px solid rgb(255, 235, 59);
            border-left: 0px !important;
        }

        #LINE616 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #IMAGE617 {
        width: 291px;
        height: 14px;
        top: 100.009px;
        left: 64.5px;
    }

        #IMAGE617 > .ladi-image > .ladi-image-background {
            width: 291px;
            height: 14px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x350/5cd53c3230dba94fe2f37973/line-1560312931.png");
        }

    #SHAPE676 {
        width: 68px;
        height: 48px;
        top: 91.156px;
        left: 174.519px;
    }

        #SHAPE676 svg:last-child {
            fill: #ff0000;
        }

    #VIDEO676 {
        width: 417.038px;
        height: 230.312px;
        top: 1841.85px;
        left: 1.5px;
    }

        #VIDEO676 > .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;
        }

    #PARAGRAPH677 {
        width: 355px;
        top: 2099px;
        left: 31px;
    }

        #PARAGRAPH677 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 17px;
            font-style: italic;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE224 {
        width: 414px;
        top: 20px;
        left: 1.5px;
    }

        #HEADLINE224 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 28px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #HEADLINE225 {
        width: 225px;
        top: 2217.98px;
        left: 97.5px;
    }

        #HEADLINE225 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE226 {
        width: 398px;
        top: 1857.65px;
        left: 11px;
    }

        #HEADLINE226 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 23px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #GROUP227 {
        width: 366.042px;
        height: 61.0625px;
        top: 616px;
        left: 26.9792px;
    }

    #HEADLINE228 {
        width: 171px;
        top: 23.0625px;
        left: 195.042px;
    }

        #HEADLINE228 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(246, 113, 103);
            font-size: 32px;
            font-weight: bold;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE229 {
        width: 100px;
        top: 0px;
        left: 195.042px;
    }

        #HEADLINE229 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 12px;
            font-weight: bold;
            text-align: left;
            line-height: 1.8;
        }

    #BOX230 {
        width: 177.198px;
        height: 47.3958px;
        top: 0px;
        left: 0px;
    }

        #BOX230 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-radius: 330px 0px 0px 330px;
        }

    #HEADLINE231 {
        width: 139px;
        top: 9.72591px;
        left: 22.9473px;
    }

        #HEADLINE231 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            text-decoration-line: line-through;
            -webkit-text-decoration-line: line-through;
            color: rgb(255, 193, 7);
            font-size: 26px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #FORM232 {
        width: 401.329px;
        height: 328.656px;
        top: 2079.65px;
        left: 11px;
    }

        #FORM232 > .ladi-form {
            color: rgb(110, 110, 110);
            font-size: 13px;
            line-height: 1;
        }

        #FORM232 .ladi-form-item .ladi-form-control::placeholder, #FORM232 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""], #FORM232 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
            color: rgba(110,110,110,1);
        }

        #FORM232 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(110%2C110%2C110%2C1)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
        }

        #FORM232 .ladi-form-item-container {
            border-style: solid;
            border-color: rgb(238, 238, 238);
            border-width: 1px;
            border-radius: 4px;
        }

        #FORM232 .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_ITEM233 {
        width: 397.764px;
        height: 37.6719px;
        top: 0px;
        left: 1.319px;
    }

    #FORM_ITEM235 {
        width: 397.764px;
        height: 37px;
        top: 57.344px;
        left: 1.319px;
    }

    #FORM_ITEM236 {
        width: 397.764px;
        height: 69px;
        top: 183px;
        left: 1.319px;
    }

    #BUTTON_TEXT237 {
        width: 612px;
        top: 6.4px;
        left: 0px;
    }

        #BUTTON_TEXT237 > .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.8;
        }

    #BUTTON237 {
        width: 396.88px;
        height: 38px;
        top: 290.656px;
        left: 1.761px;
    }

        #BUTTON237 > .ladi-button > .ladi-button-background {
            background-color: rgb(244, 67, 54);
        }

        #BUTTON237 > .ladi-button {
            border-radius: 5px;
        }

    #IMAGE547 {
        width: 320.094px;
        height: 72.9896px;
        top: 2434.31px;
        left: 51.6175px;
    }

        #IMAGE547 > .ladi-image > .ladi-image-background {
            width: 320.094px;
            height: 72.9896px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/tu-van-24-7-1559032483.gif");
        }

    #PARAGRAPH653 {
        width: 401px;
        top: 125.004px;
        left: 9.5px;
    }

        #PARAGRAPH653 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 19px;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH654 {
        width: 355px;
        top: 442.004px;
        left: 55.5px;
    }

        #PARAGRAPH654 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 248, 63);
            font-size: 25px;
            text-align: justify;
            line-height: 1.4;
        }

    #SHAPE655 {
        width: 41.5px;
        height: 41.5px;
        top: 435.504px;
        left: 7px;
    }

        #SHAPE655 svg:last-child {
            fill: rgba(252,23,6,1);
        }

    #PARAGRAPH656 {
        width: 260px;
        top: 702.011px;
        left: 80px;
    }

        #PARAGRAPH656 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: center;
            line-height: 1.2;
        }

    #BOX672 {
        width: 420px;
        height: 478px;
        top: 0px;
        left: 0px;
    }

        #BOX672 > .ladi-box {
            background-color: rgb(244, 67, 54);
            border-style: dashed;
            border-color: rgb(255, 235, 59);
            border-width: 2px;
        }

    #PARAGRAPH934 {
        width: 390px;
        top: 13px;
        left: 15px;
    }

        #PARAGRAPH934 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 19px;
            text-align: justify;
            line-height: 1.4;
        }

    #PARAGRAPH674 {
        width: 391px;
        top: 2022.98px;
        left: 14.5px;
    }

        #PARAGRAPH674 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: center;
            line-height: 1.4;
        }

    #IMAGE869 {
        width: 341.5px;
        height: 341.5px;
        top: 1324.15px;
        left: 44.225px;
    }

        #IMAGE869 > .ladi-image > .ladi-image-background {
            width: 341.5px;
            height: 341.5px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s650x650/5cd53c3230dba94fe2f37973/anh-c-1564975595.png");
        }

    #PARAGRAPH871 {
        width: 365px;
        top: 1665.65px;
        left: 30.4748px;
    }

        #PARAGRAPH871 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 17px;
            font-style: italic;
            text-align: center;
            line-height: 1.4;
        }

    #BOX935 {
        width: 117.53px;
        height: 58.5px;
        top: 0px;
        left: 0px;
    }

        #BOX935 > .ladi-box {
            background-color: rgb(0, 150, 136);
            border-style: solid;
            border-color: rgb(244, 67, 54);
            border-width: 2px;
            border-radius: 30px 0px 0px 30px;
        }

    #PARAGRAPH938 {
        width: 99px;
        top: 1.52095px;
        left: 32.0052px;
    }

        #PARAGRAPH938 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 33px;
            text-align: left;
            line-height: 1.4;
        }

    #BOX936 {
        width: 117px;
        height: 58.5px;
        top: 1775.23px;
        left: 151.5px;
    }

        #BOX936 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(244, 67, 54);
            border-width: 2px;
        }

    #BOX937 {
        width: 117.648px;
        height: 58.5px;
        top: 0px;
        left: 0px;
    }

        #BOX937 > .ladi-box {
            background-color: rgb(0, 150, 136);
            border-style: solid;
            border-color: rgb(244, 67, 54);
            border-width: 2px;
            border-top-right-radius: 30px;
            border-bottom-right-radius: 30px;
        }

    #PARAGRAPH942 {
        width: 99px;
        top: 1.54787px;
        left: 24.2886px;
    }

        #PARAGRAPH942 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 33px;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH940 {
        width: 40px;
        top: 1766.48px;
        left: 194.975px;
    }

        #PARAGRAPH940 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(244, 67, 54);
            font-size: 38px;
            font-weight: bold;
            text-align: left;
            line-height: 2;
        }

    #HEADLINE941 {
        width: 369px;
        top: 1712.65px;
        left: 30.4748px;
    }

        #HEADLINE941 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 33px;
            text-align: left;
            line-height: 1.4;
        }

    #IMAGE401 {
        width: 294px;
        height: 426px;
        top: 2175.34px;
        left: 55.843px;
    }

        #IMAGE401 > .ladi-image > .ladi-image-background {
            width: 294px;
            height: 426px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x750/5cd53c3230dba94fe2f37973/feedback-1-1559289871.jpg");
        }

    #IMAGE403 {
        width: 291px;
        height: 356px;
        top: 1800.34px;
        left: 57.343px;
    }

        #IMAGE403 > .ladi-image > .ladi-image-background {
            width: 291px;
            height: 356px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x700/5cd53c3230dba94fe2f37973/feedback-2-1559289937.jpg");
        }

    #IMAGE404 {
        width: 324px;
        height: 445px;
        top: 133px;
        left: 48px;
    }

        #IMAGE404 > .ladi-image > .ladi-image-background {
            width: 324px;
            height: 445px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s650x750/5cd53c3230dba94fe2f37973/feedback-3-1559289999.jpg");
        }

    #IMAGE405 {
        width: 321px;
        height: 370px;
        top: 592px;
        left: 48px;
    }

        #IMAGE405 > .ladi-image > .ladi-image-background {
            width: 321px;
            height: 370px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s650x700/5cd53c3230dba94fe2f37973/feed-back-4-1559290079.jpg");
        }

    #IMAGE429 {
        width: 375px;
        height: 104px;
        top: 0px;
        left: 16px;
    }

        #IMAGE429 > .ladi-image > .ladi-image-background {
            width: 375px;
            height: 104px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s700x450/5cd53c3230dba94fe2f37973/banner-1559307839.png");
        }

    #HEADLINE400 {
        width: 445px;
        top: 23px;
        left: 0px;
    }

        #HEADLINE400 > .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.4;
        }

    #HEADLINE154 {
        width: 406px;
        top: 20px;
        left: 9.5px;
    }

        #HEADLINE154 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            text-decoration-line: underline;
            -webkit-text-decoration-line: underline;
            color: rgb(244, 67, 54);
            font-size: 28px;
            font-weight: bold;
            text-align: center;
            line-height: 1.8;
        }

    #BOX155 {
        width: 402.431px;
        height: 84px;
        top: 0px;
        left: 9.06887px;
    }

        #BOX155 > .ladi-box {
            background-color: rgb(255, 152, 0);
            border-radius: 10px;
        }

    #SHAPE514 {
        width: 36.2755px;
        height: 32px;
        top: 16px;
        left: 3.4008px;
    }

        #SHAPE514 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #HEADLINE156 {
        width: 393px;
        top: 20.3333px;
        left: 18.1377px;
    }

        #HEADLINE156 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 19px;
            font-style: italic;
            text-align: center;
            line-height: 1.4;
        }

    #SHAPE632 {
        width: 39.6763px;
        height: 35px;
        top: 653px;
        left: 0px;
    }

        #SHAPE632 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #PARAGRAPH157 {
        width: 399px;
        top: 204px;
        left: 11.25px;
    }

        #PARAGRAPH157 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.8;
        }

    #PARAGRAPH158 {
        width: 399px;
        top: 436.012px;
        left: 11.25px;
    }

        #PARAGRAPH158 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.8;
        }

    #BOX159 {
        width: 399px;
        height: 84px;
        top: 0px;
        left: 0px;
    }

        #BOX159 > .ladi-box {
            background-color: rgb(255, 152, 0);
            border-radius: 10px;
        }

    #HEADLINE160 {
        width: 353px;
        top: 2.01104px;
        left: 32.0324px;
    }

        #HEADLINE160 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 18px;
            font-style: italic;
            text-align: center;
            line-height: 1.4;
        }

    #SHAPE515 {
        width: 35.9662px;
        height: 32px;
        top: 2.01104px;
        left: 4.3634px;
    }

        #SHAPE515 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #BOX161 {
        width: 402.75px;
        height: 110px;
        top: 0px;
        left: 0px;
    }

        #BOX161 > .ladi-box {
            background-color: rgb(255, 152, 0);
            border-radius: 10px;
        }

    #HEADLINE162 {
        width: 393px;
        top: 15px;
        left: 4.41975px;
    }

        #HEADLINE162 > .ladi-headline {
            font-family: "Montserrat", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 19px;
            font-style: italic;
            text-align: center;
            line-height: 1.4;
        }

    #SHAPE516 {
        width: 35.358px;
        height: 32px;
        top: 10px;
        left: 1.10494px;
    }

        #SHAPE516 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #PARAGRAPH163 {
        width: 399px;
        top: 704.009px;
        left: 11.25px;
    }

        #PARAGRAPH163 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX388 {
        width: 404.829px;
        height: 83px;
        top: 0px;
        left: 0px;
    }

        #BOX388 > .ladi-box {
            background-color: rgb(255, 152, 0);
            border-radius: 10px;
        }

    #PARAGRAPH518 {
        width: 363px;
        top: 17.5px;
        left: 45.75px;
    }

        #PARAGRAPH518 > .ladi-paragraph {
            font-family: "Montserrat", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-style: italic;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH390 {
        width: 355px;
        top: 1143px;
        left: 32.5px;
        display: none !important;
    }

        #PARAGRAPH390 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 13px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH395 {
        width: 403px;
        top: 902.003px;
        left: 9.25px;
    }

        #PARAGRAPH395 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX626 {
        width: 404.75px;
        height: 68px;
        top: 1179px;
        left: 5.75px;
    }

        #BOX626 > .ladi-box {
            background-color: rgb(255, 152, 0);
            border-radius: 10px;
        }

    #PARAGRAPH627 {
        width: 361px;
        top: 1189px;
        left: 47px;
    }

        #PARAGRAPH627 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 20px;
            text-align: left;
            line-height: 1.2;
        }

    #PARAGRAPH628 {
        width: 399px;
        top: 1268px;
        left: 5.75px;
    }

        #PARAGRAPH628 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #BOX629 {
        width: 404.75px;
        height: 77.1771px;
        top: 1361px;
        left: 8.375px;
    }

        #BOX629 > .ladi-box {
            background-color: rgb(255, 152, 0);
            border-radius: 10px;
        }

    #PARAGRAPH630 {
        width: 365px;
        top: 1361px;
        left: 43px;
    }

        #PARAGRAPH630 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 19px;
            font-style: italic;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH631 {
        width: 409px;
        top: 1457.01px;
        left: 5.75px;
    }

        #PARAGRAPH631 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 15px;
            text-align: justify;
            line-height: 1.4;
        }

    #SHAPE517 {
        width: 32px;
        height: 32px;
        top: 10px;
        left: 37.5px;
    }

        #SHAPE517 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE633 {
        width: 41px;
        height: 41px;
        top: 1184px;
        left: 9.25px;
    }

        #SHAPE633 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE636 {
        width: 32px;
        height: 32px;
        top: 1365px;
        left: 15px;
    }

        #SHAPE636 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #LINE345 {
        width: 300px;
        top: 1672px;
        left: 60px;
    }

        #LINE345 > .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;
        }

        #LINE345 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #HEADLINE347 {
        width: 390px;
        top: 260px;
        left: 11.5px;
    }

        #HEADLINE347 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE349 {
        width: 399px;
        top: 356px;
        left: 15px;
    }

        #HEADLINE349 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE350 {
        width: 392px;
        top: 507.01px;
        left: 15px;
    }

        #HEADLINE350 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE353 {
        width: 405px;
        top: 575.008px;
        left: 15px;
    }

        #HEADLINE353 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH354 {
        width: 390px;
        top: 1303px;
        left: 15px;
    }

        #PARAGRAPH354 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgba(255, 255, 255, 0.86);
            font-size: 25px;
            font-weight: bold;
            text-align: left;
            line-height: 1;
        }

    #GROUP355 {
        width: 114.75px;
        height: 30px;
        top: 1620px;
        left: 145.625px;
    }

    #SHAPE356 {
        width: 31.875px;
        height: 30px;
        top: 0px;
        left: 0px;
    }

        #SHAPE356 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE357 {
        width: 31.875px;
        height: 30px;
        top: 0px;
        left: 42.0625px;
    }

        #SHAPE357 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE358 {
        width: 31.875px;
        height: 30px;
        top: 0px;
        left: 82.875px;
    }

        #SHAPE358 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE359 {
        width: 24px;
        height: 24px;
        top: 230px;
        left: 198px;
    }

        #SHAPE359 svg:last-child {
            fill: rgba(232,75,53,1);
        }

    #IMAGE319 {
        width: 227.157px;
        height: 230px;
        top: 1374px;
        left: 96.4215px;
    }

        #IMAGE319 > .ladi-image > .ladi-image-background {
            width: 227.157px;
            height: 230px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/logo-Cigo Beauty Center-png-1559036741.png");
        }

    #GROUP307 {
        width: 331px;
        height: 137px;
        top: -45.9688px;
        left: 789.5px;
    }

    #HEADLINE309 {
        width: 292px;
        top: 0px;
        left: 39px;
    }

        #HEADLINE309 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE310 {
        width: 26px;
        height: 26px;
        top: 3px;
        left: 0px;
    }

        #SHAPE310 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE311 {
        width: 26px;
        height: 26px;
        top: 43px;
        left: 0px;
    }

        #SHAPE311 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #HEADLINE312 {
        width: 292px;
        top: 48px;
        left: 39px;
    }

        #HEADLINE312 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE313 {
        width: 292px;
        top: 79px;
        left: 39px;
    }

        #HEADLINE313 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #SHAPE314 {
        width: 26px;
        height: 26px;
        top: 76px;
        left: 0px;
    }

        #SHAPE314 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE315 {
        width: 26px;
        height: 26px;
        top: 111px;
        left: 0px;
    }

        #SHAPE315 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #HEADLINE316 {
        width: 292px;
        top: 117px;
        left: 39px;
    }

        #HEADLINE316 > .ladi-headline {
            font-family: "Roboto", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH441 {
        width: 306px;
        top: 304.004px;
        left: 58px;
    }

        #PARAGRAPH441 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(0, 0, 0);
            font-size: 18px;
            text-align: left;
            line-height: 1.2;
        }

    #HEADLINE442 {
        width: 399px;
        top: 650.009px;
        left: 15px;
    }

        #HEADLINE442 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE443 {
        width: 392px;
        top: 864px;
        left: 15px;
    }

        #HEADLINE443 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE444 {
        width: 392px;
        top: 732px;
        left: 15px;
    }

        #HEADLINE444 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE445 {
        width: 399px;
        top: 442.01px;
        left: 18px;
    }

        #HEADLINE445 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE647 {
        width: 405px;
        top: 803px;
        left: 15px;
    }

        #HEADLINE647 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE648 {
        width: 399px;
        top: 948px;
        left: 15px;
    }

        #HEADLINE648 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE649 {
        width: 405px;
        top: 1029px;
        left: 15px;
    }

        #HEADLINE649 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #HEADLINE650 {
        width: 405px;
        top: 1126px;
        left: 15px;
    }

        #HEADLINE650 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #GROUP943 {
        width: 266.594px;
        height: 313.979px;
        top: 866px;
        left: 76.7177px;
    }

    #GROUP944 {
        width: 423.2px;
        height: 126px;
        top: 360px;
        left: 0px;
    }

    #GROUP945 {
        width: 398px;
        height: 474px;
        top: 106px;
        left: 13.5px;
    }

    #GROUP946 {
        width: 398px;
        height: 420px;
        top: 698.442px;
        left: 11px;
    }

    #GROUP947 {
        width: 285.5px;
        height: 92px;
        top: 629.442px;
        left: 77.25px;
    }

    #GROUP948 {
        width: 416px;
        height: 118.333px;
        top: 15px;
        left: 0px;
    }

    #GROUP949 {
        width: 420px;
        height: 93px;
        top: 10px;
        left: 0px;
    }

    #GROUP950 {
        width: 427px;
        height: 64px;
        top: 15px;
        left: -1.4937px;
    }

    #GROUP951 {
        width: 415.5px;
        height: 106px;
        top: 30px;
        left: 0px;
    }

    #GROUP952 {
        width: 305px;
        height: 395px;
        top: 84.9688px;
        left: 0px;
    }

    #GROUP953 {
        width: 305px;
        height: 399px;
        top: 84px;
        left: 0px;
    }

    #GROUP954 {
        width: 305px;
        height: 396px;
        top: 84px;
        left: 0px;
    }

    #GROUP955 {
        width: 305px;
        height: 399px;
        top: 93.25px;
        left: 0px;
    }

    #GROUP956 {
        width: 305px;
        height: 395px;
        top: 81.4688px;
        left: 0px;
    }

    #GROUP957 {
        width: 305px;
        height: 396px;
        top: 77px;
        left: 0px;
    }

    #GROUP958 {
        width: 305px;
        height: 399px;
        top: 79.25px;
        left: 0px;
    }

    #GROUP959 {
        width: 305px;
        height: 395px;
        top: 81.4688px;
        left: 0px;
    }

    #GROUP960 {
        width: 305px;
        height: 396px;
        top: 84px;
        left: 0px;
    }

    #GROUP961 {
        width: 305px;
        height: 399px;
        top: 79.25px;
        left: 0px;
    }

    #GROUP962 {
        width: 305px;
        height: 395px;
        top: 81.4688px;
        left: 0px;
    }

    #GROUP963 {
        width: 305px;
        height: 396px;
        top: 84px;
        left: 0px;
    }

    #GROUP964 {
        width: 305px;
        height: 399px;
        top: 79.25px;
        left: 0px;
    }

    #GROUP965 {
        width: 305px;
        height: 395px;
        top: 81.4688px;
        left: 0px;
    }

    #GROUP966 {
        width: 305px;
        height: 396px;
        top: 84px;
        left: 0px;
    }

    #GROUP967 {
        width: 305px;
        height: 399px;
        top: 106.25px;
        left: 0px;
    }

    #GROUP968 {
        width: 305px;
        height: 396px;
        top: 84px;
        left: 0px;
    }

    #GROUP969 {
        width: 305px;
        height: 399px;
        top: 79.25px;
        left: 0px;
    }

    #GROUP970 {
        width: 369.5px;
        height: 145.871px;
        top: -38.8709px;
        left: 9.253px;
    }

    #GROUP971 {
        width: 300px;
        height: 377px;
        top: 210.008px;
        left: 62px;
    }

    #GROUP972 {
        width: 300px;
        height: 377px;
        top: 611.007px;
        left: 62px;
    }

    #GROUP973 {
        width: 299px;
        height: 377px;
        top: 2889.14px;
        left: 62.25px;
    }

    #GROUP974 {
        width: 301.5px;
        height: 377px;
        top: 2488.14px;
        left: 61px;
    }

    #GROUP975 {
        width: 300px;
        height: 316px;
        top: 2143.14px;
        left: 61px;
    }

    #GROUP976 {
        width: 302px;
        height: 351px;
        top: 1377.14px;
        left: 61px;
    }

    #GROUP977 {
        width: 415.5px;
        height: 138px;
        top: 41px;
        left: 0px;
    }

    #GROUP978 {
        width: 302px;
        height: 346px;
        top: 1011.14px;
        left: 61px;
    }

    #GROUP979 {
        width: 298px;
        height: 369px;
        top: 1753.14px;
        left: 61px;
    }

    #GROUP980 {
        width: 177.198px;
        height: 47.3958px;
        top: 9.71875px;
        left: 0px;
    }

    #GROUP981 {
        width: 420px;
        height: 478px;
        top: 827.011px;
        left: 0px;
    }

    #GROUP984 {
        width: 131.005px;
        height: 58.5px;
        top: 1775.23px;
        left: 34.4748px;
    }

    #GROUP985 {
        width: 123.289px;
        height: 58.5px;
        top: 1775.23px;
        left: 268.5px;
    }

    #GROUP986 {
        width: 445px;
        height: 104px;
        top: 15px;
        left: 6.5px;
    }

    #GROUP987 {
        width: 411.5px;
        height: 688px;
        top: 104px;
        left: 3.5px;
    }

    #GROUP988 {
        width: 399px;
        height: 84px;
        top: 347px;
        left: 11.25px;
    }

    #GROUP989 {
        width: 402.75px;
        height: 110px;
        top: 572.007px;
        left: 9px;
    }

    #GROUP990 {
        width: 408.75px;
        height: 83px;
        top: 804px;
        left: 11.25px;
    }

    #SHAPE991 {
        width: 41px;
        height: 41px;
        top: 812px;
        left: 20px;
    }

        #SHAPE991 svg:last-child {
            fill: rgba(255,255,255,1);
        }

    #SHAPE992 {
        width: 27.5px;
        height: 27.5px;
        top: 149px;
        left: 23.25px;
    }

        #SHAPE992 svg:last-child {
            fill: #000;
        }

    #SHAPE993 {
        width: 27px;
        height: 27px;
        top: 216.5px;
        left: 23.25px;
    }

        #SHAPE993 svg:last-child {
            fill: #000;
        }

    #SHAPE994 {
        width: 27px;
        height: 27px;
        top: 267.089px;
        left: 23.25px;
    }

        #SHAPE994 svg:last-child {
            fill: #000;
        }

    #SHAPE995 {
        width: 27px;
        height: 27px;
        top: 338.677px;
        left: 23.75px;
    }

        #SHAPE995 svg:last-child {
            fill: #000;
        }

    #SHAPE996 {
        width: 27px;
        height: 27px;
        top: 389.677px;
        left: 23.25px;
    }

        #SHAPE996 svg:last-child {
            fill: #000;
        }

    #SHAPE997 {
        width: 27px;
        height: 27px;
        top: 461.854px;
        left: 23.25px;
    }

        #SHAPE997 svg:last-child {
            fill: #000;
        }

    #SHAPE998 {
        width: 30.7996px;
        height: 32.5885px;
        top: 970.927px;
        left: 19.6002px;
    }

        #SHAPE998 svg:last-child {
            fill: #000;
        }

    #SHAPE999 {
        width: 30.7996px;
        height: 32.5885px;
        top: 1019.09px;
        left: 19.6002px;
    }

        #SHAPE999 svg:last-child {
            fill: #000;
        }

    #SHAPE1000 {
        width: 30.7996px;
        height: 32.5885px;
        top: 852.265px;
        left: 19.6002px;
    }

        #SHAPE1000 svg:last-child {
            fill: #000;
        }

    #SHAPE1001 {
        width: 30.7996px;
        height: 32.5885px;
        top: 1068.68px;
        left: 19.6002px;
    }

        #SHAPE1001 svg:last-child {
            fill: #000;
        }

    #SHAPE1002 {
        width: 30.7996px;
        height: 32.5885px;
        top: 801.854px;
        left: 19.6002px;
    }

        #SHAPE1002 svg:last-child {
            fill: #000;
        }

    #PARAGRAPH1006 {
        width: 400px;
        top: 1966.65px;
        left: 9px;
    }

        #PARAGRAPH1006 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 28px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

        #PARAGRAPH1006.ladi-animation > .ladi-paragraph {
            animation-name: wobble;
            -webkit-animation-name: wobble;
            animation-delay: 1s;
            -webkit-animation-delay: 1s;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

    #PARAGRAPH1008 {
        width: 381px;
        top: 0px;
        left: 15.7466px;
    }

        #PARAGRAPH1008 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(20, 20, 20);
            font-size: 16px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #PARAGRAPH1009 {
        width: 381px;
        top: 39px;
        left: 15.7466px;
    }

        #PARAGRAPH1009 > .ladi-paragraph {
            font-family: "Roboto", sans-serif;
            color: rgb(51, 51, 51);
            font-size: 16px;
            text-align: justify;
            line-height: 1.2;
        }

    #LINE1010 {
        width: 417px;
        top: 203px;
        left: 0px;
    }

        #LINE1010 > .ladi-line > .ladi-line-container {
            border-top: 3px dotted rgb(120, 199, 20);
            border-right: 3px dotted rgb(120, 199, 20);
            border-bottom: 3px dotted rgb(120, 199, 20);
            border-left: 0px !important;
        }

        #LINE1010 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #GROUP1007 {
        width: 417px;
        height: 222px;
        top: 1816px;
        left: 3.25px;
    }

    #PARAGRAPH1011 {
        width: 410px;
        top: 491.386px;
        left: 7px;
    }

        #PARAGRAPH1011 > .ladi-paragraph {
            color: rgb(255, 249, 63);
            font-size: 20px;
            text-align: justify;
            line-height: 1.6;
        }

    #IMAGE1084 {
        width: 290.314px;
        height: 401.516px;
        top: 983px;
        left: 57.343px;
    }

        #IMAGE1084 > .ladi-image > .ladi-image-background {
            width: 290.314px;
            height: 401.516px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x750/5cd53c3230dba94fe2f37973/9e2e204dd71b3145680a-20191004092619.jpg");
        }

    #IMAGE1086 {
        width: 290.314px;
        height: 378.28px;
        top: 1406.52px;
        left: 57.343px;
    }

        #IMAGE1086 > .ladi-image > .ladi-image-background {
            width: 290.314px;
            height: 378.28px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x700/5cd53c3230dba94fe2f37973/8fc947aab0fc56a20fed-20191004092619.jpg");
        }

    #IMAGE1087 {
        width: 289.5px;
        height: 412.97px;
        top: 2619.37px;
        left: 60.343px;
    }

        #IMAGE1087 > .ladi-image > .ladi-image-background {
            width: 289.5px;
            height: 412.97px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s600x750/5cd53c3230dba94fe2f37973/e6d4e0b517e3f1bda8f2-20191004092619.jpg");
        }

    #VIDEO1088 {
        width: 420px;
        height: 236.25px;
        top: 3058.74px;
        left: 0px;
    }

        #VIDEO1088 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/vr_fCJlqB_k/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #SHAPE1088 {
        width: 60px;
        height: 60px;
        top: 88.125px;
        left: 180px;
    }

        #SHAPE1088 svg:last-child {
            fill: rgba(0, 0, 0, 0.5);
        }

    #PARAGRAPH1089 {
        width: 400px;
        top: 3307.37px;
        left: 10px;
    }

        #PARAGRAPH1089 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #HEADLINE1093 {
        width: 215px;
        top: 1417px;
        left: -229.5px;
    }

        #HEADLINE1093 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HTML_CODE1094 {
        width: 320px;
        height: 200px;
        top: 12.031px;
        left: 50px;
    }

    #PARAGRAPH1096 {
        width: 400px;
        top: 2523.31px;
        left: 10px;
    }

        #PARAGRAPH1096 > .ladi-paragraph {
            color: rgb(252, 252, 252);
            font-size: 16px;
            font-style: italic;
            text-align: center;
            line-height: 1.6;
        }

    #POPUP1100 {
        width: 420px;
        height: 373px;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        margin: auto;
    }

        #POPUP1100 > .ladi-popup > .ladi-popup-background {
            background-color: rgb(244, 68, 55);
        }

        #POPUP1100 > .ladi-popup {
            border-style: dashed;
            border-color: rgb(255, 249, 63);
            border-width: 1px;
        }

    #HEADLINE1101 {
        width: 286px;
        top: 15px;
        left: 68px;
    }

        #HEADLINE1101 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 37px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH1102 {
        width: 399px;
        top: 83px;
        left: 10.5px;
    }

        #PARAGRAPH1102 > .ladi-paragraph {
            color: rgb(252, 252, 252);
            font-size: 22px;
            text-align: justify;
            line-height: 1.6;
        }

    #HEADLINE1118 {
        width: 399px;
        top: 1213px;
        left: 15px;
    }

        #HEADLINE1118 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            line-height: 1.4;
        }

    #IMAGE1126 {
        width: 420px;
        height: 270px;
        top: 3288.01px;
        left: 0px;
    }

        #IMAGE1126 > .ladi-image > .ladi-image-background {
            width: 420px;
            height: 270px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x600/5cd53c3230dba94fe2f37973/f982eb743272cb2c9263-20191204015013.jpg");
        }

        #IMAGE1126 > .ladi-image {
            border-radius: 12px;
        }

    #IMAGE1128 {
        width: 353.285px;
        height: 80.6667px;
        top: 1276.98px;
        left: 33.3575px;
    }

        #IMAGE1128 > .ladi-image > .ladi-image-background {
            width: 353.285px;
            height: 80.6667px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/tu-van-24-7-1559032483.gif");
        }

    #PARAGRAPH1133 {
        width: 400px;
        top: 740.011px;
        left: 9.5px;
    }

        #PARAGRAPH1133 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 26px;
            text-align: center;
            line-height: 1.6;
        }

    #FORM_ITEM1135 {
        width: 401.329px;
        height: 35px;
        top: 121px;
        left: 0px;
    }
}

.ladi-section-background, .ladi-image-background, .ladi-button-background, .ladi-headline, .ladi-video-background, .ladi-countdown-background, .ladi-box, .ladi-frame-background, .ladi-banner, .ladi-form-item-background, .ladi-gallery-view-item, .ladi-gallery-control-item, .ladi-spin-lucky-screen, .ladi-spin-lucky-start, .ladi-list-paragraph ul li:before {
    background-image: none !important;
}
