﻿a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

a {
    text-decoration: none
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-size: 12px;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background: #fff
}

.ladi-loading {
    width: 80px;
    height: 80px;
    z-index: 900000000000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden
}

    .ladi-loading div {
        position: absolute;
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 50%;
        animation: ladi-loading 1.2s linear infinite
    }

        .ladi-loading div:nth-child(1) {
            animation-delay: 0s;
            top: 37px;
            left: 66px
        }

        .ladi-loading div:nth-child(2) {
            animation-delay: -.1s;
            top: 22px;
            left: 62px
        }

        .ladi-loading div:nth-child(3) {
            animation-delay: -.2s;
            top: 11px;
            left: 52px
        }

        .ladi-loading div:nth-child(4) {
            animation-delay: -.3s;
            top: 7px;
            left: 37px
        }

        .ladi-loading div:nth-child(5) {
            animation-delay: -.4s;
            top: 11px;
            left: 22px
        }

        .ladi-loading div:nth-child(6) {
            animation-delay: -.5s;
            top: 22px;
            left: 11px
        }

        .ladi-loading div:nth-child(7) {
            animation-delay: -.6s;
            top: 37px;
            left: 7px
        }

        .ladi-loading div:nth-child(8) {
            animation-delay: -.7s;
            top: 52px;
            left: 11px
        }

        .ladi-loading div:nth-child(9) {
            animation-delay: -.8s;
            top: 62px;
            left: 22px
        }

        .ladi-loading div:nth-child(10) {
            animation-delay: -.9s;
            top: 66px;
            left: 37px
        }

        .ladi-loading div:nth-child(11) {
            animation-delay: -1s;
            top: 62px;
            left: 52px
        }

        .ladi-loading div:nth-child(12) {
            animation-delay: -1.1s;
            top: 52px;
            left: 62px
        }

@keyframes ladi-loading {
    0%, 100%, 20%, 80% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5)
    }
}

.overflow-hidden {
    overflow: hidden
}

.ladi-transition {
    transition: all 150ms linear 0s
}

.opacity-0 {
    opacity: 0
}

.height-0 {
    height: 0 !important
}

.transition-readmore {
    transition: height 350ms linear 0s
}

.transition-collapse {
    transition: height 150ms linear 0s
}

.transition-parent-collapse-height {
    transition: height 150ms linear 0s
}

.transition-parent-collapse-top {
    transition: top 150ms linear 0s
}

.pointer-events-none {
    pointer-events: none
}

.ladipage-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000000000;
    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 span {
            display: block;
            background-color: rgba(6, 21, 40, .05);
            color: #000;
            padding: 12px 15px;
            font-weight: 600;
            font-size: 16px;
            line-height: 16px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px
        }

        .ladipage-message .ladipage-message-box .ladipage-message-text {
            display: -webkit-box;
            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
        }

        .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;
            line-height: 14px;
            font-weight: 600;
            cursor: pointer
        }

.ladi-wraper {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden
}

.ladi-section {
    margin: 0 auto;
    position: relative
}

    .ladi-section .ladi-section-arrow-down {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-section .ladi-section-close {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        z-index: 90000040
    }

    .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-survey {
    width: 100%;
    display: inline-block
}

    .ladi-survey .ladi-survey-option {
        cursor: pointer;
        position: relative;
        display: inline-block;
        text-decoration-line: inherit;
        -webkit-text-decoration-line: inherit;
        transition: inherit;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

    .ladi-survey .ladi-survey-option-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none
    }

    .ladi-survey .ladi-survey-option-label {
        display: block;
        text-decoration-line: inherit;
        -webkit-text-decoration-line: inherit;
        position: relative
    }

    .ladi-survey .ladi-survey-option-image {
        object-fit: cover;
        pointer-events: none;
        vertical-align: middle;
        border-radius: inherit;
        position: relative
    }

    .ladi-survey .ladi-survey-button-next {
        display: block
    }

        .ladi-survey .ladi-survey-button-next.empty {
            display: none
        }

        .ladi-survey .ladi-survey-button-next.no-select {
            display: none
        }

        .ladi-survey .ladi-survey-button-next button {
            background-color: #fff;
            border: 1px solid #eee;
            padding: 5px 10px;
            cursor: pointer;
            border-radius: 2px
        }

            .ladi-survey .ladi-survey-button-next button:active {
                transform: translateY(2px);
                transition: transform .2s linear
            }

.ladi-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: pan-y
}

    .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;
        top: calc(50% - (33px) / 2);
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-carousel .ladi-carousel-arrow-left {
        left: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    .ladi-carousel .ladi-carousel-arrow-right {
        right: 5px
    }

.ladi-gallery {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-gallery .ladi-gallery-view {
        position: absolute;
        overflow: hidden;
        touch-action: pan-y
    }

        .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 .5s ease-in-out;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000px;
            perspective: 1000px
        }

            .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video {
                cursor: pointer
            }

                .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    margin: auto;
                    width: 60px;
                    height: 60px;
                    background: url(https://w.ladicdn.com/source/ladipage-play.svg) no-repeat center center;
                    background-size: contain;
                    pointer-events: none;
                    cursor: pointer
                }

            .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.right {
                left: 0;
                transform: translate3d(100%, 0, 0)
            }

            .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.left {
                left: 0;
                transform: translate3d(-100%, 0, 0)
            }

                .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next.left, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev.right, .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected {
                    left: 0;
                    transform: translate3d(0, 0, 0)
                }

        .ladi-gallery .ladi-gallery-view > .next, .ladi-gallery .ladi-gallery-view > .prev, .ladi-gallery .ladi-gallery-view > .selected {
            display: block
        }

        .ladi-gallery .ladi-gallery-view > .selected {
            left: 0
        }

        .ladi-gallery .ladi-gallery-view > .next, .ladi-gallery .ladi-gallery-view > .prev {
            position: absolute;
            top: 0;
            width: 100%
        }

        .ladi-gallery .ladi-gallery-view > .next {
            left: 100%
        }

        .ladi-gallery .ladi-gallery-view > .prev {
            left: -100%
        }

            .ladi-gallery .ladi-gallery-view > .next.left, .ladi-gallery .ladi-gallery-view > .prev.right {
                left: 0
            }

        .ladi-gallery .ladi-gallery-view > .selected.left {
            left: -100%
        }

        .ladi-gallery .ladi-gallery-view > .selected.right {
            left: 100%
        }

    .ladi-gallery .ladi-gallery-control {
        position: absolute;
        overflow: hidden;
        touch-action: pan-y
    }

    .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;
        top: calc(50% - (33px) / 2);
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
        left: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
        right: 5px
    }

    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
        position: absolute;
        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% - (33px) / 2)
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
        left: 0;
        transform: rotate(180deg) scale(.6);
        -webkit-transform: rotate(180deg) scale(.6)
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
        right: 0;
        transform: scale(.6);
        -webkit-transform: scale(.6)
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
        left: 0;
        transform: rotate(180deg) scale(.6);
        -webkit-transform: rotate(180deg) scale(.6)
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
        right: 0;
        transform: scale(.6);
        -webkit-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% - (33px) / 2)
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left {
        top: 0;
        transform: scale(.6) rotate(270deg);
        -webkit-transform: scale(.6) rotate(270deg)
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right {
        bottom: 0;
        transform: scale(.6) rotate(90deg);
        -webkit-transform: scale(.6) rotate(90deg)
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
        top: 0;
        transform: scale(.6) rotate(270deg);
        -webkit-transform: scale(.6) rotate(270deg)
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
        bottom: 0;
        transform: scale(.6) rotate(90deg);
        -webkit-transform: scale(.6) rotate(90deg)
    }

    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box {
        position: relative
    }

    .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-box {
        display: -webkit-inline-flex;
        display: inline-flex;
        left: 0;
        transition: left 150ms ease-in-out
    }

    .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box {
        display: -webkit-inline-flex;
        display: inline-flex;
        left: 0;
        transition: left 150ms ease-in-out
    }

    .ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-box {
        display: inline-grid;
        top: 0;
        transition: top 150ms ease-in-out
    }

    .ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-box {
        display: inline-grid;
        top: 0;
        transition: top 150ms ease-in-out
    }

    .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        float: left;
        position: relative;
        cursor: pointer;
        filter: invert(15%)
    }

        .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.play-video:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 30px;
            height: 30px;
            background: url(https://w.ladicdn.com/source/ladipage-play.svg) no-repeat center center;
            background-size: contain;
            pointer-events: none;
            cursor: pointer
        }

        .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:hover {
            filter: none
        }

        .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.selected {
            filter: none
        }

        .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:last-child {
            margin-right: 0 !important;
            margin-bottom: 0 !important
        }

.ladi-table {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto
}

    .ladi-table table {
        width: 100%
    }

        .ladi-table table td {
            vertical-align: middle
        }

    .ladi-table tbody td {
        word-break: break-word
    }

    .ladi-table table td img {
        cursor: pointer;
        width: 100%
    }

.ladi-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ladi-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .ladi-frame .ladi-frame-background {
        height: 100%;
        width: 100%;
        pointer-events: none
    }

.ladi-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .ladi-banner .ladi-banner-background {
        height: 100%;
        width: 100%;
        pointer-events: none
    }

#SECTION_POPUP .ladi-container {
    z-index: 90000070
}

    #SECTION_POPUP .ladi-container > .ladi-element {
        z-index: 90000070;
        position: fixed;
        display: none
    }

        #SECTION_POPUP .ladi-container > .ladi-element[data-fixed-close=true] {
            position: relative !important
        }

        #SECTION_POPUP .ladi-container > .ladi-element.hide-visibility {
            display: block !important;
            visibility: hidden !important
        }

#SECTION_POPUP .popup-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9000000080;
    cursor: pointer
}

.ladi-popup {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-popup .ladi-popup-background {
        height: 100%;
        width: 100%;
        pointer-events: none
    }

.ladi-countdown {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-countdown .ladi-countdown-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit;
        display: table;
        pointer-events: none
    }

    .ladi-countdown .ladi-countdown-text {
        position: absolute;
        width: 100%;
        height: 100%;
        text-decoration: inherit;
        display: table;
        pointer-events: none
    }

        .ladi-countdown .ladi-countdown-text span {
            display: table-cell;
            vertical-align: middle
        }

    .ladi-countdown > .ladi-element {
        text-decoration: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit;
        position: relative;
        display: inline-block
    }

        .ladi-countdown > .ladi-element:last-child {
            margin-right: 0 !important
        }

.ladi-button {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .ladi-button:active {
        transform: translateY(2px);
        transition: transform .2s linear
    }

    .ladi-button .ladi-button-background {
        height: 100%;
        width: 100%;
        pointer-events: none
    }

    .ladi-button > .ladi-element {
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
        display: table;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

        .ladi-button > .ladi-element .ladi-headline {
            display: table-cell;
            vertical-align: middle
        }

.ladi-collection {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-collection.carousel {
        overflow: hidden
    }

    .ladi-collection .ladi-collection-content {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        transition: left 350ms ease-in-out
    }

        .ladi-collection .ladi-collection-content .ladi-collection-item {
            display: block;
            position: relative;
            float: left
        }

        .ladi-collection .ladi-collection-content .ladi-collection-page {
            float: left
        }

    .ladi-collection .ladi-collection-arrow {
        position: absolute;
        top: calc(50% - (33px) / 2);
        cursor: pointer;
        z-index: 90000040
    }

    .ladi-collection .ladi-collection-arrow-left {
        left: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    .ladi-collection .ladi-collection-arrow-right {
        right: 5px
    }

    .ladi-collection .ladi-collection-button-next {
        position: absolute;
        bottom: -40px;
        right: 0;
        left: 0;
        margin: auto;
        cursor: pointer;
        z-index: 90000040;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }

.ladi-form {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-form > .ladi-element {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-form .ladi-button > .ladi-element {
        color: initial;
        font-size: initial;
        font-weight: initial;
        text-transform: initial;
        text-decoration: initial;
        font-style: initial;
        text-align: initial;
        letter-spacing: initial;
        line-height: initial
    }

    .ladi-form > .ladi-element .ladi-form-item-container {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-form > [data-quantity=true] .ladi-form-item-container {
        overflow: hidden
    }

    .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-2 {
        width: calc(100% / 2 - 5px);
        max-width: calc(100% / 2 - 5px);
        min-width: calc(100% / 2 - 5px)
    }

        .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2:nth-child(3) {
            margin-left: 7.5px
        }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
        width: calc(100% / 3 - 5px);
        max-width: calc(100% / 3 - 5px);
        min-width: calc(100% / 3 - 5px)
    }

        .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
            margin-left: 7.5px
        }

        .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
            margin-left: 7.5px
        }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
        color: initial
    }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        text-transform: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

        .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
            text-decoration: inherit
        }

    .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit;
        vertical-align: middle
    }

        .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=true] {
                text-transform: inherit;
                text-decoration: inherit;
                text-align: inherit;
                letter-spacing: inherit;
                color: inherit;
                background-size: inherit;
                background-attachment: inherit;
                background-origin: inherit
            }

            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=false] {
                text-transform: inherit;
                text-align: inherit;
                letter-spacing: inherit;
                color: inherit;
                background-size: inherit;
                background-attachment: inherit;
                background-origin: inherit
            }

    .ladi-form .ladi-form-item-container {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .ladi-form .ladi-form-item-title-value {
        font-weight: 700;
        word-break: break-word
    }

    .ladi-form .ladi-form-label-container {
        position: relative;
        width: 100%
    }

        .ladi-form .ladi-form-label-container .ladi-form-label-item {
            display: inline-block;
            cursor: pointer;
            position: relative;
            border-radius: 0 !important;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.image {
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center
            }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.no-value {
                display: none !important
            }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
                opacity: .35
            }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
                opacity: .2
            }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
                opacity: .15
            }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.selected:before {
                content: '';
                width: 0;
                height: 0;
                bottom: -1px;
                right: -1px;
                position: absolute;
                border-width: 0 0 15px 15px;
                border-color: transparent;
                border-style: solid
            }

            .ladi-form .ladi-form-label-container .ladi-form-label-item.selected:after {
                content: '';
                background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: bottom right;
                width: 7px;
                height: 7px;
                bottom: 0;
                right: 0;
                position: absolute
            }

    .ladi-form .ladi-form-item {
        width: 100%;
        height: 100%;
        position: absolute
    }

    .ladi-form .ladi-form-item-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none
    }

    .ladi-form .ladi-form-item.ladi-form-checkbox {
        height: auto
    }

    .ladi-form .ladi-form-item .ladi-form-control {
        background-color: transparent;
        min-width: 100%;
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        padding: 0 5px;
        color: inherit;
        font-size: inherit;
        border: none
    }

    .ladi-form .ladi-form-item.ladi-form-checkbox {
        padding: 10px 5px
    }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
            margin-top: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            display: table;
            border: none
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
            margin-top: 0 !important;
            margin-left: 0 !important;
            margin-right: 10px !important;
            display: inline-block;
            border: none;
            position: relative
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
            vertical-align: middle;
            width: 13px;
            height: 13px;
            display: table-cell;
            margin-right: 5px
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
            display: table-cell;
            cursor: default;
            vertical-align: middle;
            word-break: break-word
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item input {
            position: absolute;
            top: 4px
        }

        .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item span {
            padding-left: 18px
        }

    .ladi-form .ladi-form-item textarea.ladi-form-control {
        resize: none;
        padding: 5px
    }

    .ladi-form .ladi-button {
        cursor: pointer
    }

        .ladi-form .ladi-button .ladi-headline {
            cursor: pointer;
            user-select: none
        }

.ladi-combobox {
    position: absolute;
    width: 100%;
    height: 100%
}

    .ladi-combobox .ladi-combobox-item-container {
        position: absolute;
        width: 100%;
        height: 100%;
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        letter-spacing: inherit;
        color: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-origin: inherit
    }

        .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item-background {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            background-size: inherit;
            background-attachment: inherit;
            background-origin: inherit
        }

        .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item {
            width: 100%;
            height: 100%;
            position: absolute;
            text-transform: inherit;
            text-decoration: inherit;
            text-align: inherit;
            letter-spacing: inherit;
            color: inherit
        }

            .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control option {
                color: initial
            }

            .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control {
                background-color: transparent;
                min-width: 100%;
                min-height: 100%;
                max-width: 100%;
                max-height: 100%;
                width: 100%;
                height: 100%;
                padding: 0 5px;
                font-size: inherit;
                border: none;
                text-transform: inherit;
                text-align: inherit;
                letter-spacing: inherit;
                color: inherit;
                background-size: inherit;
                background-attachment: inherit;
                background-origin: inherit;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                background-size: 9px 6px !important;
                background-position: right .5rem center;
                background-repeat: no-repeat
            }

                .ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control:not([data-selected=""]) {
                    text-decoration: inherit
                }

.ladi-cart {
    position: absolute;
    width: 100%;
    font-size: 12px
}

    .ladi-cart .ladi-cart-row {
        position: relative;
        display: inline-table;
        width: 100%
    }

        .ladi-cart .ladi-cart-row:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 100%;
            background: #dcdcdc
        }

    .ladi-cart .ladi-cart-no-product {
        text-align: center;
        font-size: 16px;
        vertical-align: middle
    }

    .ladi-cart .ladi-cart-image {
        width: 16%;
        vertical-align: middle;
        position: relative;
        text-align: center
    }

        .ladi-cart .ladi-cart-image img {
            max-width: 100%
        }

    .ladi-cart .ladi-cart-title {
        vertical-align: middle;
        padding: 0 5px;
        word-break: break-all
    }

        .ladi-cart .ladi-cart-title .ladi-cart-title-name {
            display: block;
            margin-bottom: 5px;
            word-break: break-word
        }

        .ladi-cart .ladi-cart-title .ladi-cart-title-variant {
            font-weight: 700;
            display: block;
            word-break: break-word
        }

    .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: -webkit-inline-flex;
        display: inline-flex
    }

    .ladi-cart .ladi-cart-quantity input {
        width: 24px;
        text-align: center;
        height: 22px;
        -moz-appearance: textfield;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc
    }

        .ladi-cart .ladi-cart-quantity input::-webkit-inner-spin-button, .ladi-cart .ladi-cart-quantity input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

    .ladi-cart .ladi-cart-quantity button {
        border: 1px solid #dcdcdc;
        cursor: pointer;
        text-align: center;
        width: 21px;
        height: 22px;
        position: relative;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

        .ladi-cart .ladi-cart-quantity button:active {
            transform: translateY(2px);
            transition: transform .2s linear
        }

        .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 10px 0 5px
    }

    .ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span {
        text-decoration: line-through;
        display: block;
        margin-bottom: 3px
    }

        .ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span.price-compare {
            text-decoration: none;
            color: #e85d04;
            font-weight: 700;
            margin-bottom: 0
        }

    .ladi-cart .ladi-cart-row.has-promotion .ladi-cart-title span.promotion-name {
        margin-top: 5px;
        display: block;
        word-break: break-word
    }

    .ladi-cart .ladi-cart-action {
        width: 28px;
        vertical-align: middle;
        text-align: center
    }

        .ladi-cart .ladi-cart-action button {
            border: 1px solid #dcdcdc;
            cursor: pointer;
            text-align: center;
            width: 25px;
            height: 22px;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

            .ladi-cart .ladi-cart-action button:active {
                transform: translateY(2px);
                transition: transform .2s linear
            }

            .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-button-group {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.ladi-html-code {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none
}

    .ladi-image .ladi-image-background {
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        position: absolute;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        pointer-events: none
    }

.ladi-headline {
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center
}

    .ladi-headline a {
        text-decoration: underline
    }

.ladi-paragraph {
    width: 100%;
    display: inline-block
}

    .ladi-paragraph a {
        text-decoration: underline
    }

.ladi-list-paragraph {
    width: 100%;
    display: inline-block
}

    .ladi-list-paragraph a {
        text-decoration: underline
    }

    .ladi-list-paragraph ul li {
        position: relative;
        counter-increment: linum
    }

        .ladi-list-paragraph ul li:before {
            position: absolute;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            left: 0
        }

        .ladi-list-paragraph ul li:last-child {
            padding-bottom: 0 !important
        }

.ladi-line {
    position: relative
}

    .ladi-line .ladi-line-container {
        border-bottom: 0 !important;
        border-right: 0 !important;
        width: 100%;
        height: 100%
    }

a[data-action] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer
}

a:visited {
    color: inherit
}

a:link {
    color: inherit
}

.button-unmute {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

    .button-unmute div {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        background-color: rgba(0, 0, 0, .5);
        border-radius: 100%;
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center center
    }

[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 {
        position: absolute;
        z-index: 9000000090;
        cursor: pointer
    }

    .lightbox-screen .lightbox-hidden {
        display: none
    }

.ladi-animation-hidden {
    visibility: hidden !important
}

.ladi-lazyload {
    background-image: none !important
}

.ladi-list-paragraph ul li.ladi-lazyload:before {
    background-image: none !important
}

.ladi-cart-number {
    position: absolute;
    top: -2px;
    right: -7px;
    background: #f36e36;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    border-radius: 100%
}

.ladi-form-quantity {
    display: -webkit-inline-flex;
    display: inline-flex;
    border-color: inherit
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity .ladi-form-control {
    text-align: center;
    pointer-events: none;
    -moz-appearance: textfield;
    width: calc(100% - 45px);
    padding: 0;
    min-width: 24px;
    border-top: 1px hidden;
    border-bottom: 1px hidden;
    border-color: inherit
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-inner-spin-button, .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.ladi-form-quantity button {
    border: 1px hidden;
    border-color: inherit;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 100%;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

    .ladi-form-quantity button span {
        font-size: 18px;
        position: relative;
        left: .5px
    }

    .ladi-form-quantity button:first-child span {
        top: -1.2px
    }

.ladi-form [data-variant=true] select option[disabled] {
    background: #fff;
    color: #b8b8b8 !important
}

.ladi-story-page-progress-bar {
    width: 100%;
    height: 25px;
    position: fixed;
    top: 0;
    left: 0
}

.ladi-story-page-progress-bar-item {
    height: 100%;
    width: 100%;
    display: block;
    float: left;
    margin: 0 5px;
    position: relative;
    cursor: pointer
}

    .ladi-story-page-progress-bar-item:before {
        content: '';
        position: absolute;
        background: rgba(255, 255, 255, .4);
        border-radius: 10px;
        width: 100%;
        height: 4px;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .ladi-story-page-progress-bar-item.active:before {
        background: #fff
    }

    .ladi-story-page-progress-bar-item span {
        background: #fff;
        border-radius: 10px;
        height: 4px;
        display: block;
        margin: auto 0;
        top: 0;
        bottom: 0;
        position: absolute;
        transition: width .3s linear;
        width: 0%
    }

.ladi-carousel .ladi-carousel-arrow, .ladi-collection .ladi-collection-arrow, .ladi-collection .ladi-collection-button-next, .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow, .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow, .ladi-section .ladi-section-arrow-down {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

#SECTION_POPUP .popup-close, .ladi-section .ladi-section-close, .lightbox-screen .lightbox-close {
    width: 18px;
    height: 18px;
    margin: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20148.1%20148.1%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M83.4%2C74l54.1-54.1c2.6-2.6%2C2.6-6.8%2C0-9.3c-2.6-2.6-6.8-2.6-9.3%2C0L74%2C64.7L20%2C10.5c-2.6-2.6-6.8-2.6-9.3%2C0c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3l54%2C54.1l-54.1%2C54.1c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3c2.6%2C2.6%2C6.8%2C2.6%2C9.3%2C0l54.1-54l54.1%2C54.1c1.3%2C1.3%2C3%2C1.9%2C4.7%2C1.9s3.4-0.6%2C4.7-1.9c1.3-1.3%2C2-3.1%2C2-4.9c0-1.7-0.8-3.4-2-4.6L83.4%2C74z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

#BODY_BACKGROUND {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100vh !important
}

#POPUP_BLOG .ladi-headline img, #POPUP_BLOG .ladi-paragraph img {
    max-width: 100%
}

@media (min-width: 768px) {
    .ladi-fullwidth {
        width: 100vw !important;
        left: calc(-50vw + 50%) !important;
        box-sizing: border-box !important;
        transform: none !important
    }

        .ladi-fullwidth .ladi-gallery-view-item {
            transition-duration: 1.5s
        }
}

@media (max-width: 767px) {
    .ladi-element.ladi-auto-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100% !important;
        left: 0 !important;
        -webkit-overflow-scrolling: touch
    }

    .ladi-section.ladi-auto-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }

    .ladi-carousel .ladi-carousel-content {
        transition: left .3s ease-in-out
    }

    .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
        transition: transform .3s ease-in-out
    }

    #POPUP_BLOG .ladi-headline img, #POPUP_BLOG .ladi-paragraph img {
        height: auto !important
    }
}

.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%;
        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;
        -webkit-text-decoration-line: inherit;
        text-transform: inherit
    }

        .ladi-spin-lucky .ladi-spin-lucky-screen:before {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none
        }

    .ladi-spin-lucky .ladi-spin-lucky-label {
        position: absolute;
        top: 50%;
        left: 50%;
        overflow: hidden;
        width: 42%;
        padding-left: 12%;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        text-decoration-line: inherit;
        -webkit-text-decoration-line: inherit;
        text-transform: inherit;
        line-height: 1.6;
        text-shadow: rgba(0, 0, 0, .5) 1px 0 2px
    }

@media (min-width: 768px) {
    .ladi-section .ladi-container

{
    width: 1200px;
}

}

@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;
}

#SECTION_POPUP .ladi-section-arrow-down {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#SECTION40 {
    height: 653.9px;
}

    #SECTION40 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

#HEADLINE42 {
    width: 572px;
    top: 22.6px;
    left: 348px;
}

    #HEADLINE42 > .ladi-headline {
        color: rgb(32, 37, 79);
        font-size: 35px;
        font-weight: bold;
        line-height: 1.6;
    }

#PARAGRAPH43 {
    width: 1167px;
    top: 131.6px;
    left: 16.5px;
}

    #PARAGRAPH43 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 18px;
        text-align: justify;
        line-height: 1.6;
    }

#PARAGRAPH44 {
    width: 1167px;
    top: 208.6px;
    left: 16.5px;
}

    #PARAGRAPH44 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 18px;
        font-weight: bold;
        text-align: justify;
        line-height: 1.6;
    }

#PARAGRAPH45 {
    width: 1167px;
    top: 286.6px;
    left: 16.5px;
}

    #PARAGRAPH45 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 18px;
        line-height: 1.6;
    }

#LINE48 {
    width: 112px;
    top: 4px;
    left: 0px;
}

    #LINE48 > .ladi-line > .ladi-line-container {
        border-top: 3px solid rgb(232, 104, 48);
        border-right: 3px solid rgb(232, 104, 48);
        border-bottom: 3px solid rgb(232, 104, 48);
        border-left: 0px !important;
    }

    #LINE48 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

#LINE49 {
    width: 112px;
    top: 4px;
    left: 182px;
}

    #LINE49 > .ladi-line > .ladi-line-container {
        border-top: 3px solid rgb(232, 104, 48);
        border-right: 3px solid rgb(232, 104, 48);
        border-bottom: 3px solid rgb(232, 104, 48);
        border-left: 0px !important;
    }

    #LINE49 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

#SHAPE52 {
    width: 38px;
    height: 38px;
    top: 0px;
    left: 128px;
}

    #SHAPE52 svg:last-child {
        fill: rgba(232, 104, 48, 1);
    }

#LIST_PARAGRAPH53 {
    width: 1147px;
    top: 339.6px;
    left: 35.5px;
}

    #LIST_PARAGRAPH53 > .ladi-list-paragraph {
        color: rgb(32, 37, 79);
        font-size: 18px;
        font-style: italic;
        text-align: justify;
        line-height: 1.6;
    }

    #LIST_PARAGRAPH53 ul li {
        padding-bottom: 0px;
        padding-left: 31px;
    }

        #LIST_PARAGRAPH53 ul li:before {
            content: "";
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201408%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(232%2C%20104%2C%2048%2C%201)%22%3E%20%3Cpath%20d%3D%22M1298%201322q0%2040-28%2068l-136%20136q-28%2028-68%2028t-68-28l-294-294-294%20294q-28%2028-68%2028t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20294%20294-294q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068t-28%2068L976%20960l294%20294q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
            width: 25px;
            height: 25px;
            top: 0px;
        }

#LIST_PARAGRAPH54 {
    width: 1147px;
    top: 412.6px;
    left: 35.5px;
}

    #LIST_PARAGRAPH54 > .ladi-list-paragraph {
        color: rgb(32, 37, 79);
        font-size: 18px;
        font-style: italic;
        text-align: justify;
        line-height: 1.6;
    }

    #LIST_PARAGRAPH54 ul li {
        padding-bottom: 0px;
        padding-left: 31px;
    }

        #LIST_PARAGRAPH54 ul li:before {
            content: "";
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201408%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(232%2C%20104%2C%2048%2C%201)%22%3E%20%3Cpath%20d%3D%22M1298%201322q0%2040-28%2068l-136%20136q-28%2028-68%2028t-68-28l-294-294-294%20294q-28%2028-68%2028t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20294%20294-294q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068t-28%2068L976%20960l294%20294q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
            width: 25px;
            height: 25px;
            top: 0px;
        }

#LIST_PARAGRAPH55 {
    width: 1147px;
    top: 483.6px;
    left: 35.5px;
}

    #LIST_PARAGRAPH55 > .ladi-list-paragraph {
        color: rgb(32, 37, 79);
        font-size: 18px;
        font-style: italic;
        text-align: justify;
        line-height: 1.6;
    }

    #LIST_PARAGRAPH55 ul li {
        padding-bottom: 0px;
        padding-left: 31px;
    }

        #LIST_PARAGRAPH55 ul li:before {
            content: "";
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201408%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(232%2C%20104%2C%2048%2C%201)%22%3E%20%3Cpath%20d%3D%22M1298%201322q0%2040-28%2068l-136%20136q-28%2028-68%2028t-68-28l-294-294-294%20294q-28%2028-68%2028t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20294%20294-294q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068t-28%2068L976%20960l294%20294q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
            width: 25px;
            height: 25px;
            top: 0px;
        }

#PARAGRAPH57 {
    width: 1099px;
    top: 564.6px;
    left: 76.5px;
}

    #PARAGRAPH57 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 22px;
        font-weight: bold;
        line-height: 1.6;
    }

#SECTION62 {
    height: 925.9px;
}

    #SECTION62 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

#PARAGRAPH64 {
    width: 991px;
    top: 339.024px;
    left: 104.5px;
}

    #PARAGRAPH64 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
    }

#SHAPE65 {
    width: 47.8664px;
    height: 50.6466px;
    top: 336.024px;
    left: 41.6336px;
}

    #SHAPE65 svg:last-child {
        fill: rgba(32, 37, 79, 1);
    }

#IMAGE66 {
    width: 395.591px;
    height: 546.087px;
    top: 0px;
    left: 0px;
}

    #IMAGE66 > .ladi-image > .ladi-image-background {
        width: 395.591px;
        height: 546.087px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s700x850/5c8f292f0ecdc230dd3bd7b9/btl-part-1-20210921040815.png");
    }

#PARAGRAPH67 {
    width: 32px;
    top: 44.793px;
    left: 170.796px;
}

    #PARAGRAPH67 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 30px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE70 {
    width: 216px;
    top: 121.543px;
    left: 82.7955px;
}

    #HEADLINE70 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#PARAGRAPH71 {
    width: 238px;
    top: 239.543px;
    left: 71.7955px;
}

    #PARAGRAPH71 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 18px;
        text-align: justify;
        line-height: 1.6;
    }

#GROUP72 {
    width: 395.591px;
    height: 546.087px;
    top: 394.671px;
    left: 64.3545px;
}

#IMAGE74 {
    width: 395.591px;
    height: 546.087px;
    top: 0px;
    left: 0px;
}

    #IMAGE74 > .ladi-image > .ladi-image-background {
        width: 395.591px;
        height: 546.087px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s700x850/5c8f292f0ecdc230dd3bd7b9/btl-part-1-20210921040815.png");
    }

#PARAGRAPH75 {
    width: 32px;
    top: 44.793px;
    left: 170.796px;
}

    #PARAGRAPH75 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 30px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE76 {
    width: 265px;
    top: 126.543px;
    left: 58.7955px;
}

    #HEADLINE76 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#PARAGRAPH77 {
    width: 238px;
    top: 239.543px;
    left: 71.7955px;
}

    #PARAGRAPH77 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 18px;
        text-align: justify;
        line-height: 1.6;
    }

#GROUP73 {
    width: 395.591px;
    height: 546.087px;
    top: 394.671px;
    left: 408.734px;
}

#IMAGE79 {
    width: 395.591px;
    height: 546.087px;
    top: 0px;
    left: 0px;
}

    #IMAGE79 > .ladi-image > .ladi-image-background {
        width: 395.591px;
        height: 546.087px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s700x850/5c8f292f0ecdc230dd3bd7b9/btl-part-1-20210921040815.png");
    }

#PARAGRAPH80 {
    width: 32px;
    top: 44.793px;
    left: 170.796px;
}

    #PARAGRAPH80 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 30px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE81 {
    width: 245px;
    top: 124.543px;
    left: 68.2955px;
}

    #HEADLINE81 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#PARAGRAPH82 {
    width: 238px;
    top: 239.543px;
    left: 71.7955px;
}

    #PARAGRAPH82 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 18px;
        text-align: justify;
        line-height: 1.6;
    }

#GROUP78 {
    width: 395.591px;
    height: 546.087px;
    top: 394.671px;
    left: 755.355px;
}

#SECTION83 {
    height: 563.758px;
}

    #SECTION83 > .ladi-section-background {
        background-color: rgb(232, 232, 232);
    }

    #SECTION83 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

#SECTION141 {
    height: 913.9px;
}

    #SECTION141 > .ladi-overlay {
        background-color: rgb(12, 16, 48);
        opacity: 0.8;
    }

    #SECTION141 > .ladi-section-background {
        background-size: cover;
        background-attachment: fixed;
        background-image: url("https://w.ladicdn.com/s1440x913/5c8f292f0ecdc230dd3bd7b9/4arv6dqb20210924091352.jpg");
        background-position: center top;
        background-repeat: repeat;
    }

    #SECTION141 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

#HEADLINE142 {
    width: 563px;
    top: 56.042px;
    left: 339px;
}

    #HEADLINE142 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 35px;
        font-weight: bold;
        line-height: 1.6;
    }

#SECTION143 {
    height: 2923.14px;
}

    #SECTION143 > .ladi-section-background {
        background-color: rgb(255, 255, 255);
    }

    #SECTION143 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

#GROUP152 {
    width: 294px;
    height: 38px;
    top: 70.6px;
    left: 480px;
}

#LINE154 {
    width: 112px;
    top: 4px;
    left: 0px;
}

    #LINE154 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(255, 255, 255);
        border-right: 2px solid rgb(255, 255, 255);
        border-bottom: 2px solid rgb(255, 255, 255);
        border-left: 0px !important;
    }

    #LINE154 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

#LINE155 {
    width: 112px;
    top: 4px;
    left: 182px;
}

    #LINE155 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(255, 255, 255);
        border-right: 2px solid rgb(255, 255, 255);
        border-bottom: 2px solid rgb(255, 255, 255);
        border-left: 0px !important;
    }

    #LINE155 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

#SHAPE156 {
    width: 38px;
    height: 38px;
    top: 0px;
    left: 128px;
}

    #SHAPE156 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }

#GROUP153 {
    width: 294px;
    height: 38px;
    top: 108.042px;
    left: 456.734px;
}

#LINE175 {
    width: 112px;
    top: 4px;
    left: 0px;
}

    #LINE175 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(0, 0, 0);
        border-right: 2px solid rgb(0, 0, 0);
        border-bottom: 2px solid rgb(0, 0, 0);
        border-left: 0px !important;
    }

    #LINE175 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

#LINE176 {
    width: 112px;
    top: 4px;
    left: 174px;
}

    #LINE176 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(0, 0, 0);
        border-right: 2px solid rgb(0, 0, 0);
        border-bottom: 2px solid rgb(0, 0, 0);
        border-left: 0px !important;
    }

    #LINE176 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

#SHAPE177 {
    width: 38px;
    height: 38px;
    top: 0px;
    left: 124px;
}

    #SHAPE177 svg:last-child {
        fill: rgba(0, 0, 0, 1);
    }

#GROUP174 {
    width: 286px;
    height: 38px;
    top: 114.14px;
    left: 476.734px;
}

#IMAGE178 {
    width: 876.595px;
    height: 153.517px;
    top: 175.184px;
    left: 177px;
}

    #IMAGE178 > .ladi-image > .ladi-image-background {
        width: 876.595px;
        height: 153.517px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1200x500/5c8f292f0ecdc230dd3bd7b9/noi-dung-btl-11-20210930103347.png");
    }

#HEADLINE179 {
    width: 33px;
    top: 224.142px;
    left: 224px;
}

    #HEADLINE179 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 50px;
        font-weight: bold;
        line-height: 1.6;
    }

#BOX180 {
    width: 500px;
    height: 334.303px;
    top: 358.862px;
    left: 90.27px;
}

    #BOX180 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s850x650/5c8f292f0ecdc230dd3bd7b9/13-20211026101049.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-style: solid;
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 0px;
    }

#LIST_PARAGRAPH181 {
    width: 572px;
    top: 440.142px;
    left: 622px;
}

    #LIST_PARAGRAPH181 > .ladi-list-paragraph {
        color: rgb(32, 37, 79);
        font-size: 18px;
        line-height: 1.6;
    }

    #LIST_PARAGRAPH181 ul li {
        padding-bottom: 10px;
        padding-left: 38px;
    }

        #LIST_PARAGRAPH181 ul li:before {
            content: "";
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(32%2C%2037%2C%2079%2C%201)%22%3E%20%3Cpath%20d%3D%22M1284%20734q0-28-18-46l-91-90q-19-19-45-19t-45%2019l-408%20407-226-226q-19-19-45-19t-45%2019l-91%2090q-18%2018-18%2046%200%2027%2018%2045l362%20362q19%2019%2045%2019%2027%200%2046-19l543-543q18-18%2018-45zm252%20162q0%20209-103%20385.5T1153.5%201561%20768%201664t-385.5-103T103%201281.5%200%20896t103-385.5T382.5%20231%20768%20128t385.5%20103T1433%20510.5%201536%20896z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
            width: 24px;
            height: 24px;
            top: 0px;
        }

#IMAGE199 {
    width: 874.471px;
    height: 153.517px;
    top: 0px;
    left: 0px;
}

    #IMAGE199 > .ladi-image > .ladi-image-background {
        width: 874.471px;
        height: 153.517px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1200x500/5c8f292f0ecdc230dd3bd7b9/noi-dung-btl-11-20210930103347.png");
    }

#HEADLINE200 {
    width: 33px;
    top: 50.759px;
    left: 44px;
}

    #HEADLINE200 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 50px;
        font-weight: bold;
        line-height: 1.6;
    }

#LIST_PARAGRAPH202 {
    width: 474px;
    top: 2048.14px;
    left: 628px;
}

    #LIST_PARAGRAPH202 > .ladi-list-paragraph {
        color: rgb(32, 37, 79);
        font-size: 18px;
        line-height: 1.6;
    }

    #LIST_PARAGRAPH202 ul li {
        padding-bottom: 10px;
        padding-left: 38px;
    }

        #LIST_PARAGRAPH202 ul li:before {
            content: "";
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(32%2C%2037%2C%2079%2C%201)%22%3E%20%3Cpath%20d%3D%22M1284%20734q0-28-18-46l-91-90q-19-19-45-19t-45%2019l-408%20407-226-226q-19-19-45-19t-45%2019l-91%2090q-18%2018-18%2046%200%2027%2018%2045l362%20362q19%2019%2045%2019%2027%200%2046-19l543-543q18-18%2018-45zm252%20162q0%20209-103%20385.5T1153.5%201561%20768%201664t-385.5-103T103%201281.5%200%20896t103-385.5T382.5%20231%20768%20128t385.5%20103T1433%20510.5%201536%20896z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
            width: 25px;
            height: 25px;
            top: 0px;
        }

#IMAGE204 {
    width: 877.471px;
    height: 153.517px;
    top: 0px;
    left: 0px;
}

    #IMAGE204 > .ladi-image > .ladi-image-background {
        width: 877.471px;
        height: 153.517px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1200x500/5c8f292f0ecdc230dd3bd7b9/noi-dung-btl-11-20210930103347.png");
    }

#HEADLINE205 {
    width: 33px;
    top: 52.759px;
    left: 47px;
}

    #HEADLINE205 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 50px;
        font-weight: bold;
        line-height: 1.6;
    }

#LIST_PARAGRAPH207 {
    width: 487px;
    top: 2600.44px;
    left: 628px;
}

    #LIST_PARAGRAPH207 > .ladi-list-paragraph {
        color: rgb(32, 37, 79);
        font-size: 18px;
        line-height: 1.6;
    }

    #LIST_PARAGRAPH207 ul li {
        padding-bottom: 10px;
        padding-left: 38px;
    }

        #LIST_PARAGRAPH207 ul li:before {
            content: "";
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(32%2C%2037%2C%2079%2C%201)%22%3E%20%3Cpath%20d%3D%22M1284%20734q0-28-18-46l-91-90q-19-19-45-19t-45%2019l-408%20407-226-226q-19-19-45-19t-45%2019l-91%2090q-18%2018-18%2046%200%2027%2018%2045l362%20362q19%2019%2045%2019%2027%200%2046-19l543-543q18-18%2018-45zm252%20162q0%20209-103%20385.5T1153.5%201561%20768%201664t-385.5-103T103%201281.5%200%20896t103-385.5T382.5%20231%20768%20128t385.5%20103T1433%20510.5%201536%20896z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
            width: 25px;
            height: 25px;
            top: 0px;
        }

#SECTION351 {
    height: 826px;
}

    #SECTION351 > .ladi-section-background {
        background-color: rgb(255, 255, 255);
    }

    #SECTION351 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

#GROUP356 {
    width: 1100px;
    height: 116px;
    top: 183px;
    left: 58.25px;
}

#HEADLINE357 {
    width: 948px;
    top: 9px;
    left: 152px;
}

    #HEADLINE357 > .ladi-headline {
        color: rgb(32, 37, 79);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        letter-spacing: 0px;
        line-height: 1.2;
    }

#PARAGRAPH358 {
    width: 948px;
    top: 55px;
    left: 152px;
}

    #PARAGRAPH358 > .ladi-paragraph {
        color: rgb(84, 84, 84);
        font-size: 18px;
        text-align: left;
        line-height: 1.6;
    }

#GROUP359 {
    width: 119px;
    height: 116px;
    top: 0px;
    left: 0px;
}

#BOX360 {
    width: 119px;
    height: 116px;
    top: 0px;
    left: 0px;
}

    #BOX360 > .ladi-box {
        background: rgba(255, 138, 14, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(255, 138, 14, 1.0), rgba(255, 251, 165, 1.0));
        background: linear-gradient(180deg, rgba(255, 138, 14, 1.0), rgba(255, 251, 165, 1.0));
        border-radius: 0px;
    }

#SHAPE361 {
    width: 37px;
    height: 37px;
    top: 10px;
    left: 41px;
}

    #SHAPE361 svg:last-child {
        fill: rgba(0, 0, 0, 1.0);
    }

#HEADLINE362 {
    width: 84px;
    top: 47px;
    left: 17.5px;
}

    #HEADLINE362 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 60px;
        text-align: center;
        line-height: 1;
    }

#GROUP363 {
    width: 942px;
    height: 145px;
    top: 342px;
    left: 210px;
}

#HEADLINE364 {
    width: 808px;
    top: 0px;
    left: 0px;
}

    #HEADLINE364 > .ladi-headline {
        color: rgb(32, 37, 79);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        letter-spacing: 0px;
        line-height: 1.2;
    }

#PARAGRAPH365 {
    width: 942px;
    top: 30px;
    left: 0px;
}

    #PARAGRAPH365 > .ladi-paragraph {
        color: rgb(84, 84, 84);
        font-size: 18px;
        text-align: left;
        line-height: 1.6;
    }

#GROUP370 {
    width: 927px;
    height: 141px;
    top: 494px;
    left: 211.5px;
}

#HEADLINE371 {
    width: 808px;
    top: 0px;
    left: 0px;
}

    #HEADLINE371 > .ladi-headline {
        color: rgb(32, 37, 79);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        letter-spacing: 0px;
        line-height: 1.2;
    }

#PARAGRAPH372 {
    width: 927px;
    top: 26px;
    left: 0px;
}

    #PARAGRAPH372 > .ladi-paragraph {
        color: rgb(84, 84, 84);
        font-size: 18px;
        text-align: left;
        line-height: 1.6;
    }

#LINE382 {
    width: 79px;
    top: 4px;
    left: 0px;
}

    #LINE382 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(0, 0, 0);
        border-right: 2px solid rgb(0, 0, 0);
        border-bottom: 2px solid rgb(0, 0, 0);
        border-left: 0px !important;
    }

    #LINE382 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

#LINE383 {
    width: 82px;
    top: 4px;
    left: 149px;
}

    #LINE383 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(0, 0, 0);
        border-right: 2px solid rgb(0, 0, 0);
        border-bottom: 2px solid rgb(0, 0, 0);
        border-left: 0px !important;
    }

    #LINE383 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

#SHAPE384 {
    width: 38px;
    height: 38px;
    top: 0px;
    left: 95px;
}

    #SHAPE384 svg:last-child {
        fill: rgba(0, 0, 0, 1);
    }

#GROUP381 {
    width: 231px;
    height: 38px;
    top: 39px;
    left: 114px;
}

#HEADLINE385 {
    width: 474px;
    top: 0px;
    left: 0px;
}

    #HEADLINE385 > .ladi-headline {
        color: rgb(21, 15, 40);
        font-size: 33px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
    }

#HEADLINE387 {
    width: 808px;
    top: 0px;
    left: 0px;
}

    #HEADLINE387 > .ladi-headline {
        color: rgb(32, 37, 79);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        letter-spacing: 0px;
        line-height: 1.2;
    }

#PARAGRAPH388 {
    width: 927px;
    top: 34px;
    left: 0px;
}

    #PARAGRAPH388 > .ladi-paragraph {
        color: rgb(84, 84, 84);
        font-size: 18px;
        text-align: left;
        line-height: 1.6;
    }

#GROUP386 {
    width: 927px;
    height: 149px;
    top: 650px;
    left: 210.25px;
}

#SECTION416 {
    height: 773.9px;
}

    #SECTION416 > .ladi-overlay {
        background-color: rgb(8, 11, 34);
        opacity: 0.7;
    }

    #SECTION416 > .ladi-section-background {
        background-size: cover;
        background-attachment: fixed;
        background-image: url("https://w.ladicdn.com/s1440x773/5c8f292f0ecdc230dd3bd7b9/dq4FQbpt20210922100812.jpeg");
        background-position: center top;
        background-repeat: repeat;
    }

    #SECTION416 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

#SECTION447 {
    height: 1171.3px;
    display: none !important;
}

    #SECTION447 > .ladi-section-background {
        background-color: rgb(240, 240, 240);
    }

    #SECTION447 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

#SECTION449 {
    height: 736.9px;
}

    #SECTION449 > .ladi-overlay {
        background-color: rgb(9, 13, 42);
        opacity: 0.85;
    }

    #SECTION449 > .ladi-section-background {
        background-size: cover;
        background-attachment: fixed;
        background-image: url("https://w.ladicdn.com/s1440x736/5c8f292f0ecdc230dd3bd7b9/8aij8xrn20210922091358.jpg");
        background-position: center top;
        background-repeat: repeat;
    }

    #SECTION449 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

#FORM450 {
    width: 316.898px;
    height: 298px;
    top: 310.302px;
    left: 756.551px;
}

    #FORM450 > .ladi-form {
        color: rgb(132, 128, 128);
        font-size: 15px;
        line-height: 1.6;
    }

    #FORM450 .ladi-form-item .ladi-form-control::placeholder, #FORM450 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
        color: rgba(132, 128, 128, 1.0);
    }

    #FORM450 .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(132%2C%20128%2C%20128%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }

    #FORM450 .ladi-form-item-container, #FORM450 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(0, 0, 0);
        border-width: 1px;
    }

        #FORM450 .ladi-form-item-container .ladi-form-quantity button {
            background-color: rgb(0, 0, 0);
        }

    #FORM450 .ladi-form-item-background {
        background-color: rgb(255, 255, 255);
    }

#BUTTON451 {
    width: 217.411px;
    height: 44.8491px;
    top: 253.151px;
    left: 49.7434px;
}

    #BUTTON451 > .ladi-button > .ladi-button-background {
        background-color: rgb(250, 80, 28);
    }

#BUTTON_TEXT451 {
    width: 187px;
    top: 9.47548px;
    left: 0px;
}

    #BUTTON_TEXT451 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 23px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#FORM_ITEM452 {
    width: 316.898px;
    height: 46.8491px;
    top: 0px;
    left: 0px;
}

#FORM_ITEM453 {
    width: 316.898px;
    height: 47.3776px;
    top: 56.3774px;
    left: 0px;
}

#FORM_ITEM454 {
    width: 316.898px;
    height: 46.8491px;
    top: 113.755px;
    left: 0px;
}

#BOX456 {
    width: 372px;
    height: 447px;
    top: 200.302px;
    left: 729px;
}

    #BOX456 > .ladi-box {
        background: #fdfbfb;
        background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
        background: linear-gradient(180deg, #fdfbfb, #eaedee);
    }

#PARAGRAPH458 {
    width: 416px;
    top: 95.302px;
    left: 692.5px;
}

    #PARAGRAPH458 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

#FORM_ITEM460 {
    width: 316.898px;
    height: 41px;
    top: 170.604px;
    left: 0px;
}

#HEADLINE461 {
    width: 388px;
    top: 95.302px;
    left: 135.123px;
}

    #HEADLINE461 > .ladi-headline {
        text-decoration-line: underline;
        -webkit-text-decoration-line: underline;
        color: rgb(255, 255, 255);
        font-size: 32px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#IMAGE462 {
    width: 176px;
    height: 58.6667px;
    top: 227.635px;
    left: 826.5px;
}

    #IMAGE462 > .ladi-image > .ladi-image-background {
        width: 176px;
        height: 58.6667px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x400/5c8f292f0ecdc230dd3bd7b9/logo-sodes-20210702023221.png");
    }

#PARAGRAPH463 {
    width: 523px;
    top: 304.302px;
    left: 67.623px;
}

    #PARAGRAPH463 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 18px;
        font-style: italic;
        text-align: center;
        line-height: 1.6;
    }

#SECTION469 {
    height: 272.4px;
}

    #SECTION469 > .ladi-section-background {
        background-color: rgb(0, 39, 95);
    }

    #SECTION469 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

#HEADLINE470 {
    width: 456px;
    top: 38.075px;
    left: 131.85px;
}

    #HEADLINE470 > .ladi-headline {
        color: rgba(255, 255, 255, 0.9);
        font-size: 16px;
        font-weight: bold;
        text-align: justify;
        line-height: 1.6;
    }

#GROUP471 {
    width: 447.415px;
    height: 143px;
    top: 84.575px;
    left: 618px;
}

#PARAGRAPH472 {
    width: 412px;
    top: 0px;
    left: 35.4154px;
}

    #PARAGRAPH472 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 18px;
        text-align: justify;
        line-height: 1.6;
    }

#SHAPE473 {
    width: 28.7152px;
    height: 30px;
    top: 1.425px;
    left: 0px;
}

    #SHAPE473 svg:last-child {
        fill: rgba(255, 112, 50, 1.0);
    }

#SHAPE474 {
    width: 22.9721px;
    height: 23.9999px;
    top: 86px;
    left: 0px;
}

    #SHAPE474 > .ladi-shape {
        transform: rotate(26deg);
        -webkit-transform: rotate(26deg);
    }

    #SHAPE474 svg:last-child {
        fill: rgba(255, 112, 50, 1.0);
    }

#SHAPE475 {
    width: 28.7152px;
    height: 30px;
    top: 113px;
    left: 0px;
}

    #SHAPE475 svg:last-child {
        fill: rgba(255, 112, 50, 1.0);
    }

#LINE476 {
    height: 235px;
    top: 15.075px;
    left: 597px;
}

    #LINE476 > .ladi-line > .ladi-line-container {
        border-top: 0px !important;
        border-right: 4px solid rgb(255, 255, 255);
        border-bottom: 4px solid rgb(255, 255, 255);
        border-left: 4px solid rgb(255, 255, 255);
    }

    #LINE476 > .ladi-line {
        height: 100%;
        padding: 0px 8px;
    }

#IMAGE477 {
    width: 154.775px;
    height: 51.5917px;
    top: 22.075px;
    left: 620px;
}

    #IMAGE477 > .ladi-image > .ladi-image-background {
        width: 154.775px;
        height: 51.5917px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x400/5c8f292f0ecdc230dd3bd7b9/reg-20210118093659.png");
    }

#SHAPE478 {
    width: 80px;
    height: 20.3581px;
    top: 214.635px;
    left: 296.123px;
}

    #SHAPE478 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }

#HEADLINE431 {
    width: 227px;
    top: 473.326px;
    left: 50.1926px;
}

    #HEADLINE431 > .ladi-headline {
        font-family: "Open Sans", sans-serif;
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-style: italic;
        text-align: center;
        line-height: 1.2;
    }

#HEADLINE430 {
    width: 239px;
    top: 452.326px;
    left: 50.1926px;
}

    #HEADLINE430 > .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.2;
    }

#PARAGRAPH428 {
    width: 278px;
    top: 53.574px;
    left: 22.5px;
}

    #PARAGRAPH428 > .ladi-paragraph {
        font-family: "Open Sans", sans-serif;
        color: rgb(5, 31, 77);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }

#SHAPE427 {
    width: 28.3984px;
    height: 24.6399px;
    top: 16.0869px;
    left: 24.001px;
}

    #SHAPE427 svg:last-child {
        fill: rgba(242, 67, 13, 1.0);
    }

#SHAPE426 {
    width: 406.184px;
    height: 310.094px;
    top: 370.326px;
    left: -23.3994px;
}

    #SHAPE426 > .ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE426 svg:last-child {
        fill: rgba(255, 144, 1, 1.0);
    }

#FRAME425 {
    width: 323px;
    height: 512px;
    top: 0px;
    left: 383px;
}

    #FRAME425 > .ladi-frame > .ladi-frame-background {
        background-color: rgb(255, 255, 255);
    }

    #FRAME425 > .ladi-frame {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    }

#GROUP417 {
    width: 1089px;
    height: 512px;
    top: 185.376px;
    left: 66.5px;
}

#HEADLINE525 {
    width: 552px;
    top: 0px;
    left: 0px;
}

    #HEADLINE525 > .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.2;
    }

#LINE526 {
    width: 79px;
    top: 52.204px;
    left: 160.5px;
}

    #LINE526 > .ladi-line > .ladi-line-container {
        border-top: 3px solid rgb(255, 255, 255);
        border-right: 3px solid rgb(255, 255, 255);
        border-bottom: 3px solid rgb(255, 255, 255);
        border-left: 0px !important;
    }

    #LINE526 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

#LINE527 {
    width: 82px;
    top: 52.204px;
    left: 309.5px;
}

    #LINE527 > .ladi-line > .ladi-line-container {
        border-top: 3px solid rgb(255, 255, 255);
        border-right: 3px solid rgb(255, 255, 255);
        border-bottom: 3px solid rgb(255, 255, 255);
        border-left: 0px !important;
    }

    #LINE527 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

#SHAPE528 {
    width: 38px;
    height: 38px;
    top: 48.204px;
    left: 255.5px;
}

    #SHAPE528 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }

#GROUP524 {
    width: 552px;
    height: 86.204px;
    top: 48.876px;
    left: 333px;
}

#GROUP617 {
    width: 474px;
    height: 77px;
    top: 67.08px;
    left: 362.5px;
}

#SHAPE700 {
    width: 42.7359px;
    height: 52.7543px;
    top: 559.6px;
    left: 18px;
}

    #SHAPE700 svg:last-child {
        fill: rgba(32, 37, 79, 1);
    }

#SHAPE716 {
    width: 40px;
    height: 40px;
    top: 14.8336px;
    left: 1092px;
    display: none !important;
}

    #SHAPE716 svg:last-child {
        fill: rgba(255, 255, 255, 1.0);
    }

#BUTTON_TEXT717 {
    width: 85px;
    top: 9px;
    left: 0px;
}

    #BUTTON_TEXT717 > .ladi-headline {
        color: rgb(244, 64, 37);
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON717 {
    width: 140.094px;
    height: 47.0871px;
    top: 5.8336px;
    left: 1026px;
}

    #BUTTON717 > .ladi-button > .ladi-button-background {
        background-color: rgb(255, 255, 255);
    }

    #BUTTON717 > .ladi-button {
        border-color: rgb(244, 64, 37);
        border-width: 1px;
        border-radius: 100px;
    }

    #BUTTON717.ladi-animation > .ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 15s;
        -webkit-animation-duration: 15s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

#BUTTON_TEXT720 {
    width: 87px;
    top: 9px;
    left: 0px;
}

    #BUTTON_TEXT720 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON720 {
    width: 160.783px;
    height: 40.3333px;
    top: 0.1667px;
    left: 0px;
}

    #BUTTON720 > .ladi-button > .ladi-button-background {
        background-color: rgba(245, 65, 38, 0);
    }

    #BUTTON720 > .ladi-button {
        border-color: rgb(244, 64, 37);
        border-width: 1px;
        border-radius: 100px;
    }

#BUTTON_TEXT722 {
    width: 107px;
    top: 9px;
    left: 0px;
}

    #BUTTON_TEXT722 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON722 {
    width: 197.218px;
    height: 40.3333px;
    top: 0.1667px;
    left: 160.783px;
}

    #BUTTON722 > .ladi-button > .ladi-button-background {
        background-color: rgba(245, 65, 38, 0);
    }

    #BUTTON722 > .ladi-button {
        border-color: rgb(244, 64, 37);
        border-width: 1px;
        border-radius: 100px;
    }

#BUTTON_TEXT724 {
    width: 98px;
    top: 9px;
    left: 0px;
}

    #BUTTON_TEXT724 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON724 {
    width: 180.312px;
    height: 40.3333px;
    top: 0px;
    left: 358.001px;
}

    #BUTTON724 > .ladi-button > .ladi-button-background {
        background-color: rgba(245, 65, 38, 0);
    }

    #BUTTON724 > .ladi-button {
        border-color: rgb(244, 64, 37);
        border-width: 1px;
        border-radius: 100px;
    }

#BUTTON_TEXT726 {
    width: 107px;
    top: 9px;
    left: 0px;
}

    #BUTTON_TEXT726 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON726 {
    width: 167.167px;
    height: 40.3333px;
    top: 0.1667px;
    left: 557.168px;
}

    #BUTTON726 > .ladi-button > .ladi-button-background {
        background-color: rgba(245, 65, 38, 0);
    }

    #BUTTON726 > .ladi-button {
        border-color: rgb(244, 64, 37);
        border-width: 1px;
        border-radius: 100px;
    }

#GROUP719 {
    width: 724.335px;
    height: 40.5px;
    top: 10.8336px;
    left: 266.665px;
}

#IMAGE728 {
    width: 136.668px;
    height: 45.3176px;
    top: 8.71835px;
    left: 34px;
}

    #IMAGE728 > .ladi-image > .ladi-image-background {
        width: 136.668px;
        height: 45.3176px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x350/5c8f292f0ecdc230dd3bd7b9/logo-sodes-trang-20210830093437.png");
    }

#SECTION715 {
    height: 65px;
}

    #SECTION715 > .ladi-section-background {
        background-color: rgb(35, 22, 77);
    }

    #SECTION715 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

#BOX730 {
    width: 119px;
    height: 116px;
    top: 0px;
    left: 0px;
}

    #BOX730 > .ladi-box {
        background: rgba(255, 144, 1, 1);
        background: -webkit-linear-gradient(180deg, rgba(255, 144, 1, 1), rgba(255, 237, 164, 1.0));
        background: linear-gradient(180deg, rgba(255, 144, 1, 1), rgba(255, 237, 164, 1.0));
        border-radius: 0px;
    }

#SHAPE731 {
    width: 37px;
    height: 37px;
    top: 10px;
    left: 41px;
}

    #SHAPE731 svg:last-child {
        fill: rgba(0, 0, 0, 1.0);
    }

#HEADLINE732 {
    width: 84px;
    top: 47px;
    left: 17.5px;
}

    #HEADLINE732 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 60px;
        text-align: center;
        line-height: 1;
    }

#GROUP729 {
    width: 119px;
    height: 116px;
    top: 342px;
    left: 58px;
}

#BOX734 {
    width: 119px;
    height: 116px;
    top: 0px;
    left: 0px;
}

    #BOX734 > .ladi-box {
        background: rgba(255, 144, 1, 1);
        background: -webkit-linear-gradient(180deg, rgba(255, 144, 1, 1), rgba(255, 253, 217, 1.0));
        background: linear-gradient(180deg, rgba(255, 144, 1, 1), rgba(255, 253, 217, 1.0));
        border-radius: 0px;
    }

#SHAPE735 {
    width: 37px;
    height: 37px;
    top: 10px;
    left: 41px;
}

    #SHAPE735 svg:last-child {
        fill: rgba(0, 0, 0, 1.0);
    }

#HEADLINE736 {
    width: 84px;
    top: 47px;
    left: 17.5px;
}

    #HEADLINE736 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 60px;
        text-align: center;
        line-height: 1;
    }

#GROUP733 {
    width: 119px;
    height: 116px;
    top: 494px;
    left: 59px;
}

#BOX738 {
    width: 119px;
    height: 116px;
    top: 0px;
    left: 0px;
}

    #BOX738 > .ladi-box {
        background: rgba(255, 144, 1, 1);
        background: -webkit-linear-gradient(180deg, rgba(255, 144, 1, 1), rgba(255, 236, 199, 1.0));
        background: linear-gradient(180deg, rgba(255, 144, 1, 1), rgba(255, 236, 199, 1.0));
        border-radius: 0px;
    }

#SHAPE739 {
    width: 37px;
    height: 37px;
    top: 10px;
    left: 41px;
}

    #SHAPE739 svg:last-child {
        fill: rgba(0, 0, 0, 1.0);
    }

#HEADLINE740 {
    width: 84px;
    top: 47px;
    left: 17.5px;
}

    #HEADLINE740 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 60px;
        text-align: center;
        line-height: 1;
    }

#GROUP737 {
    width: 119px;
    height: 116px;
    top: 650px;
    left: 58.25px;
}

#HEADLINE815 {
    width: 647px;
    top: 217.442px;
    left: 384px;
}

    #HEADLINE815 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 28px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE816 {
    width: 692px;
    top: 39.059px;
    left: 178px;
}

    #HEADLINE816 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 28px;
        font-weight: bold;
        line-height: 1.6;
    }

#HEADLINE817 {
    width: 626px;
    top: 24.06px;
    left: 157px;
}

    #HEADLINE817 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

#HEADLINE818 {
    width: 651px;
    top: 23.06px;
    left: 143px;
}

    #HEADLINE818 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

#HEADLINE819 {
    width: 526px;
    top: 42.76px;
    left: 201.5px;
}

    #HEADLINE819 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 28px;
        font-weight: bold;
        line-height: 1.6;
    }

#LIST_PARAGRAPH192 {
    width: 461px;
    top: 942.142px;
    left: 636px;
}

    #LIST_PARAGRAPH192 > .ladi-list-paragraph {
        color: rgb(32, 37, 79);
        font-size: 18px;
        line-height: 1.6;
    }

    #LIST_PARAGRAPH192 ul li {
        padding-bottom: 10px;
        padding-left: 38px;
    }

        #LIST_PARAGRAPH192 ul li:before {
            content: "";
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(32%2C%2037%2C%2079%2C%201)%22%3E%20%3Cpath%20d%3D%22M1284%20734q0-28-18-46l-91-90q-19-19-45-19t-45%2019l-408%20407-226-226q-19-19-45-19t-45%2019l-91%2090q-18%2018-18%2046%200%2027%2018%2045l362%20362q19%2019%2045%2019%2027%200%2046-19l543-543q18-18%2018-45zm252%20162q0%20209-103%20385.5T1153.5%201561%20768%201664t-385.5-103T103%201281.5%200%20896t103-385.5T382.5%20231%20768%20128t385.5%20103T1433%20510.5%201536%20896z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
            width: 25px;
            height: 25px;
            top: 0px;
        }

#HEADLINE190 {
    width: 33px;
    top: 49.759px;
    left: 45px;
}

    #HEADLINE190 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 50px;
        font-weight: bold;
        line-height: 1.6;
    }

#IMAGE189 {
    width: 875.471px;
    height: 153.517px;
    top: 0px;
    left: 0px;
}

    #IMAGE189 > .ladi-image > .ladi-image-background {
        width: 875.471px;
        height: 153.517px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1200x500/5c8f292f0ecdc230dd3bd7b9/noi-dung-btl-11-20210930103347.png");
    }

#HEADLINE821 {
    width: 446px;
    top: 58.14px;
    left: 412px;
}

    #HEADLINE821 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 35px;
        font-weight: bold;
        line-height: 1.6;
    }

#IMAGE822 {
    width: 97.5972px;
    height: 96.2603px;
    top: 536.972px;
    left: 184px;
}

    #IMAGE822 > .ladi-image > .ladi-image-background {
        width: 97.5972px;
        height: 96.2603px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/anh-fb-1-20210927042641.png");
    }

#FRAME418 {
    width: 323px;
    height: 512px;
    top: 0px;
    left: 0px;
}

    #FRAME418 > .ladi-frame > .ladi-frame-background {
        background-color: rgb(255, 255, 255);
    }

    #FRAME418 > .ladi-frame {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    }

#SHAPE419 {
    width: 406.184px;
    height: 310.094px;
    top: 370.326px;
    left: -23.3994px;
}

    #SHAPE419 > .ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE419 svg:last-child {
        fill: rgba(255, 144, 1, 1.0);
    }

#SHAPE420 {
    width: 28.3984px;
    height: 24.6399px;
    top: 16.0869px;
    left: 24.001px;
}

    #SHAPE420 svg:last-child {
        fill: rgba(242, 67, 13, 1.0);
    }

#PARAGRAPH421 {
    width: 278px;
    top: 53.574px;
    left: 22.5px;
}

    #PARAGRAPH421 > .ladi-paragraph {
        font-family: "Open Sans", sans-serif;
        color: rgb(5, 31, 77);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }

#HEADLINE423 {
    width: 239px;
    top: 452.326px;
    left: 50.1926px;
}

    #HEADLINE423 > .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.2;
    }

#HEADLINE424 {
    width: 227px;
    top: 473.326px;
    left: 50.1926px;
}

    #HEADLINE424 > .ladi-headline {
        font-family: "Open Sans", sans-serif;
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-style: italic;
        text-align: center;
        line-height: 1.2;
    }

#IMAGE823 {
    width: 96.0884px;
    height: 96.2603px;
    top: 536.972px;
    left: 572px;
}

    #IMAGE823 > .ladi-image > .ladi-image-background {
        width: 96.0884px;
        height: 96.2603px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/anh-fb-2-20210927043259.png");
    }

#IMAGE824 {
    width: 96.2603px;
    height: 96.2603px;
    top: 536.972px;
    left: 959px;
}

    #IMAGE824 > .ladi-image > .ladi-image-background {
        width: 96.2603px;
        height: 96.2603px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/anh-fb-3-20210927043608.png");
    }

#PARAGRAPH827 {
    width: 800px;
    top: 178.502px;
    left: 214.715px;
}

    #PARAGRAPH827 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 22px;
        font-weight: bold;
        text-align: justify;
        line-height: 1.6;
    }

#BUTTON_TEXT828 {
    width: 210px;
    top: 9px;
    left: 0px;
}

    #BUTTON_TEXT828 > .ladi-headline {
        color: rgb(255, 1, 1);
        font-size: 35px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
        -webkit-text-stroke-color: rgb(84, 84, 84);
    }

    #BUTTON_TEXT828.ladi-animation > .ladi-headline {
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

#BUTTON828 {
    width: 332px;
    height: 83px;
    top: 472.002px;
    left: 444px;
}

    #BUTTON828 > .ladi-button > .ladi-button-background {
        background-color: rgb(255, 255, 255);
    }

    #BUTTON828 > .ladi-button {
        border-radius: 43px;
    }

    #BUTTON828.ladi-animation > .ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

#SECTION825 {
    height: 627.44px;
}

    #SECTION825 > .ladi-overlay {
        background-color: rgb(19, 22, 46);
        opacity: 0.85;
    }

    #SECTION825 > .ladi-section-background {
        background-size: cover;
        background-attachment: fixed;
        background-image: url("https://w.ladicdn.com/s1440x627/5c8f292f0ecdc230dd3bd7b9/osoa-c_-20210928075818.jpg");
        background-position: center top;
        background-repeat: repeat;
    }

    #SECTION825 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

#IMAGE830 {
    width: 1097px;
    height: 397.582px;
    top: 53.159px;
    left: 74.5px;
}

    #IMAGE830 > .ladi-image > .ladi-image-background {
        width: 1097px;
        height: 397.582px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1400x700/5c8f292f0ecdc230dd3bd7b9/cta-4-20210927070911.png");
    }

#BOX875 {
    width: 500px;
    height: 334.775px;
    top: 358.626px;
    left: 90.27px;
}

    #BOX875 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s850x650/5c8f292f0ecdc230dd3bd7b9/11-20211026095345.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-style: solid;
        border-color: rgb(32, 37, 79);
        border-width: 3px;
        border-radius: 0px;
    }

#BOX884 {
    width: 500px;
    height: 330.371px;
    top: 358.862px;
    left: 90.27px;
}

    #BOX884 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s850x650/5c8f292f0ecdc230dd3bd7b9/12-20211026100134.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-style: solid;
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 0px;
    }

#IMAGE194 {
    width: 878.471px;
    height: 153.517px;
    top: 0px;
    left: 0px;
}

    #IMAGE194 > .ladi-image > .ladi-image-background {
        width: 878.471px;
        height: 153.517px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1200x500/5c8f292f0ecdc230dd3bd7b9/noi-dung-btl-11-20210930103347.png");
    }

#HEADLINE195 {
    width: 33px;
    top: 50.759px;
    left: 45px;
}

    #HEADLINE195 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 50px;
        font-weight: bold;
        line-height: 1.6;
    }

#LIST_PARAGRAPH197 {
    width: 527px;
    top: 1489.14px;
    left: 623px;
}

    #LIST_PARAGRAPH197 > .ladi-list-paragraph {
        color: rgb(32, 37, 79);
        font-size: 18px;
        line-height: 1.6;
    }

    #LIST_PARAGRAPH197 ul li {
        padding-bottom: 10px;
        padding-left: 38px;
    }

        #LIST_PARAGRAPH197 ul li:before {
            content: "";
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(32%2C%2037%2C%2079%2C%201)%22%3E%20%3Cpath%20d%3D%22M1284%20734q0-28-18-46l-91-90q-19-19-45-19t-45%2019l-408%20407-226-226q-19-19-45-19t-45%2019l-91%2090q-18%2018-18%2046%200%2027%2018%2045l362%20362q19%2019%2045%2019%2027%200%2046-19l543-543q18-18%2018-45zm252%20162q0%20209-103%20385.5T1153.5%201561%20768%201664t-385.5-103T103%201281.5%200%20896t103-385.5T382.5%20231%20768%20128t385.5%20103T1433%20510.5%201536%20896z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
            width: 25px;
            height: 25px;
            top: 0px;
        }

#BUTTON_TEXT960 {
    width: 93px;
    top: 7.98916px;
    left: 0px;
}

    #BUTTON_TEXT960 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON960 {
    width: 119.04px;
    height: 35.5074px;
    top: 0px;
    left: 0px;
}

    #BUTTON960 > .ladi-button > .ladi-button-background {
        background-color: rgb(96, 102, 154);
    }

    #BUTTON960 > .ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 3px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

#BUTTON_TEXT962 {
    width: 93px;
    top: 7.98916px;
    left: 0px;
}

    #BUTTON_TEXT962 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON962 {
    width: 119.04px;
    height: 35.5074px;
    top: 0px;
    left: 85.0285px;
}

    #BUTTON962 > .ladi-button > .ladi-button-background {
        background-color: rgb(96, 102, 154);
    }

    #BUTTON962 > .ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 3px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

#BUTTON_TEXT964 {
    width: 93px;
    top: 7.98916px;
    left: 0px;
}

    #BUTTON_TEXT964 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON964 {
    width: 119.04px;
    height: 35.5074px;
    top: 0px;
    left: 159.853px;
}

    #BUTTON964 > .ladi-button > .ladi-button-background {
        background-color: rgb(96, 102, 154);
    }

    #BUTTON964 > .ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 3px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

#BUTTON_GROUP959 {
    width: 278.893px;
    height: 35.5074px;
    top: 330.701px;
    left: 193.333px;
}

    #BUTTON_GROUP959 > .ladi-button-group > .ladi-element:hover .ladi-button {
        z-index: 9000000090 !important;
    }

    #BUTTON_GROUP959 > .ladi-button-group > .ladi-element.selected .ladi-button {
        border-color: rgb(255, 255, 255) !important;
        z-index: 9000000090 !important;
    }

    #BUTTON_GROUP959 > .ladi-button-group > .ladi-element.selected .ladi-button-background {
        background-color: rgb(32, 37, 79) !important;
    }

    #BUTTON_GROUP959 > .ladi-button-group > .ladi-element.selected .ladi-headline {
        color: rgb(255, 255, 255) !important;
    }

#BOX969 {
    width: 500px;
    height: 334.043px;
    top: 27px;
    left: 0px;
}

    #BOX969 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s850x650/5c8f292f0ecdc230dd3bd7b9/22-20211026102911.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-style: solid;
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 0px;
    }

#BOX970 {
    width: 500px;
    height: 334.043px;
    top: 27px;
    left: 0px;
}

    #BOX970 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s850x650/5c8f292f0ecdc230dd3bd7b9/23-20211026102937.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-style: solid;
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 0px;
    }

#BOX971 {
    width: 500px;
    height: 334.043px;
    top: 27px;
    left: 0px;
}

    #BOX971 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s850x650/5c8f292f0ecdc230dd3bd7b9/21-20211026102722.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-style: solid;
        border-color: rgb(32, 37, 79);
        border-width: 3px;
        border-radius: 0px;
    }

#BUTTON_TEXT973 {
    width: 100px;
    top: 7.65px;
    left: 0px;
}

    #BUTTON_TEXT973 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON973 {
    width: 119px;
    height: 34px;
    top: 0px;
    left: 159.8px;
}

    #BUTTON973 > .ladi-button > .ladi-button-background {
        background-color: rgb(96, 102, 154);
    }

    #BUTTON973 > .ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 3px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

#BUTTON_TEXT975 {
    width: 100px;
    top: 7.65px;
    left: 0px;
}

    #BUTTON_TEXT975 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON975 {
    width: 119px;
    height: 34px;
    top: 0px;
    left: 85px;
}

    #BUTTON975 > .ladi-button > .ladi-button-background {
        background-color: rgb(96, 102, 154);
    }

    #BUTTON975 > .ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 3px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

#BUTTON_TEXT977 {
    width: 100px;
    top: 7.65px;
    left: 0px;
}

    #BUTTON_TEXT977 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON977 {
    width: 119px;
    height: 34px;
    top: 0px;
    left: 0px;
}

    #BUTTON977 > .ladi-button > .ladi-button-background {
        background-color: rgb(96, 102, 154);
    }

    #BUTTON977 > .ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 3px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

#BUTTON_GROUP972 {
    width: 278.8px;
    height: 34px;
    top: 0px;
    left: 105.8px;
}

    #BUTTON_GROUP972 > .ladi-button-group > .ladi-element:hover .ladi-button {
        z-index: 9000000090 !important;
    }

    #BUTTON_GROUP972 > .ladi-button-group > .ladi-element.selected .ladi-button {
        border-color: rgb(255, 255, 255) !important;
        z-index: 9000000090 !important;
    }

    #BUTTON_GROUP972 > .ladi-button-group > .ladi-element.selected .ladi-button-background {
        background-color: rgb(32, 37, 79) !important;
    }

    #BUTTON_GROUP972 > .ladi-button-group > .ladi-element.selected .ladi-headline {
        color: rgb(255, 255, 255) !important;
    }

#BOX981 {
    width: 500px;
    height: 334.646px;
    top: 0px;
    left: 0px;
}

    #BOX981 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s850x650/5c8f292f0ecdc230dd3bd7b9/32-20211026102928.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-style: solid;
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 0px;
    }

#BOX982 {
    width: 500px;
    height: 334.646px;
    top: 0px;
    left: 0px;
}

    #BOX982 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s850x650/5c8f292f0ecdc230dd3bd7b9/30-20211026103751.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-style: solid;
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 0px;
    }

#BOX983 {
    width: 500px;
    height: 334.646px;
    top: 0px;
    left: 0px;
}

    #BOX983 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s850x650/5c8f292f0ecdc230dd3bd7b9/31-20211026103815.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-style: solid;
        border-color: rgb(32, 37, 79);
        border-width: 3px;
        border-radius: 0px;
    }

#BUTTON_TEXT985 {
    width: 95px;
    top: 7.65px;
    left: 0px;
}

    #BUTTON_TEXT985 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON985 {
    width: 119px;
    height: 34px;
    top: 0px;
    left: 159.8px;
}

    #BUTTON985 > .ladi-button > .ladi-button-background {
        background-color: rgb(96, 102, 154);
    }

    #BUTTON985 > .ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 3px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

#BUTTON_TEXT987 {
    width: 95px;
    top: 7.65px;
    left: 0px;
}

    #BUTTON_TEXT987 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON987 {
    width: 119px;
    height: 34px;
    top: 0px;
    left: 85px;
}

    #BUTTON987 > .ladi-button > .ladi-button-background {
        background-color: rgb(96, 102, 154);
    }

    #BUTTON987 > .ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 3px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

#BUTTON_TEXT989 {
    width: 95px;
    top: 7.65px;
    left: 0px;
}

    #BUTTON_TEXT989 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON989 {
    width: 119px;
    height: 34px;
    top: 0px;
    left: 0px;
}

    #BUTTON989 > .ladi-button > .ladi-button-background {
        background-color: rgb(96, 102, 154);
    }

    #BUTTON989 > .ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 3px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

#BUTTON_GROUP984 {
    width: 278.8px;
    height: 34px;
    top: 1429.14px;
    left: 200.25px;
}

    #BUTTON_GROUP984 > .ladi-button-group > .ladi-element:hover .ladi-button {
        z-index: 9000000090 !important;
    }

    #BUTTON_GROUP984 > .ladi-button-group > .ladi-element.selected .ladi-button {
        border-color: rgb(255, 255, 255) !important;
        z-index: 9000000090 !important;
    }

    #BUTTON_GROUP984 > .ladi-button-group > .ladi-element.selected .ladi-button-background {
        background-color: rgb(32, 37, 79) !important;
    }

    #BUTTON_GROUP984 > .ladi-button-group > .ladi-element.selected .ladi-headline {
        color: rgb(255, 255, 255) !important;
    }

#BOX993 {
    width: 500px;
    height: 334.646px;
    top: 2014.44px;
    left: 92px;
}

    #BOX993 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s850x650/5c8f292f0ecdc230dd3bd7b9/42-20211027034334.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-style: solid;
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 0px;
    }

#BOX994 {
    width: 500px;
    height: 334.646px;
    top: 2014.44px;
    left: 92px;
}

    #BOX994 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s850x650/5c8f292f0ecdc230dd3bd7b9/43-20211027034351.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-style: solid;
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 0px;
    }

#BOX995 {
    width: 500px;
    height: 334.646px;
    top: 2014.44px;
    left: 92px;
}

    #BOX995 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s850x650/5c8f292f0ecdc230dd3bd7b9/41-20211027034256.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-style: solid;
        border-color: rgb(32, 37, 79);
        border-width: 3px;
        border-radius: 0px;
    }

#BUTTON_TEXT997 {
    width: 115px;
    top: 7.5526px;
    left: 0px;
}

    #BUTTON_TEXT997 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON997 {
    width: 117.485px;
    height: 33.5671px;
    top: 0px;
    left: 157.765px;
}

    #BUTTON997 > .ladi-button > .ladi-button-background {
        background-color: rgb(96, 102, 154);
    }

    #BUTTON997 > .ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 3px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

#BUTTON_TEXT999 {
    width: 115px;
    top: 7.5526px;
    left: 0px;
}

    #BUTTON_TEXT999 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON999 {
    width: 117.485px;
    height: 33.5671px;
    top: 0px;
    left: 83.9177px;
}

    #BUTTON999 > .ladi-button > .ladi-button-background {
        background-color: rgb(96, 102, 154);
    }

    #BUTTON999 > .ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 3px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

#BUTTON_TEXT1001 {
    width: 115px;
    top: 7.5526px;
    left: 0px;
}

    #BUTTON_TEXT1001 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON1001 {
    width: 117.485px;
    height: 33.5671px;
    top: 0px;
    left: 0px;
}

    #BUTTON1001 > .ladi-button > .ladi-button-background {
        background-color: rgb(96, 102, 154);
    }

    #BUTTON1001 > .ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 3px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

#BUTTON_GROUP996 {
    width: 275.25px;
    height: 33.5671px;
    top: 1988.81px;
    left: 206px;
}

    #BUTTON_GROUP996 > .ladi-button-group > .ladi-element:hover .ladi-button {
        z-index: 9000000090 !important;
    }

    #BUTTON_GROUP996 > .ladi-button-group > .ladi-element.selected .ladi-button {
        border-color: rgb(255, 255, 255) !important;
        z-index: 9000000090 !important;
    }

    #BUTTON_GROUP996 > .ladi-button-group > .ladi-element.selected .ladi-button-background {
        background-color: rgb(32, 37, 79) !important;
    }

    #BUTTON_GROUP996 > .ladi-button-group > .ladi-element.selected .ladi-headline {
        color: rgb(255, 255, 255) !important;
    }

#BOX1005 {
    width: 500.446px;
    height: 334.7px;
    top: 0px;
    left: 0px;
}

    #BOX1005 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s850x650/5c8f292f0ecdc230dd3bd7b9/51-20211027035203.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-style: solid;
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 0px;
    }

#BOX1006 {
    width: 500.446px;
    height: 334.7px;
    top: 0px;
    left: 0px;
}

    #BOX1006 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s850x650/5c8f292f0ecdc230dd3bd7b9/52-20211027035217.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-style: solid;
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 0px;
    }

#BOX1007 {
    width: 500.446px;
    height: 334.7px;
    top: 0px;
    left: 0px;
}

    #BOX1007 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s850x650/5c8f292f0ecdc230dd3bd7b9/50-20211027035137.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-style: solid;
        border-color: rgb(32, 37, 79);
        border-width: 3px;
        border-radius: 0px;
    }

#GROUP1004 {
    width: 500.446px;
    height: 334.7px;
    top: 2567.74px;
    left: 94.5px;
}

#BUTTON_TEXT1009 {
    width: 118px;
    top: 7.65px;
    left: 0px;
}

    #BUTTON_TEXT1009 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON1009 {
    width: 119px;
    height: 34px;
    top: 0px;
    left: 159.8px;
}

    #BUTTON1009 > .ladi-button > .ladi-button-background {
        background-color: rgb(96, 102, 154);
    }

    #BUTTON1009 > .ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 3px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

#BUTTON_TEXT1011 {
    width: 118px;
    top: 7.65px;
    left: 0px;
}

    #BUTTON_TEXT1011 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON1011 {
    width: 119px;
    height: 34px;
    top: 0px;
    left: 85px;
}

    #BUTTON1011 > .ladi-button > .ladi-button-background {
        background-color: rgb(96, 102, 154);
    }

    #BUTTON1011 > .ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 3px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

#BUTTON_TEXT1013 {
    width: 118px;
    top: 7.65px;
    left: 0px;
}

    #BUTTON_TEXT1013 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON1013 {
    width: 119px;
    height: 34px;
    top: 0px;
    left: 0px;
}

    #BUTTON1013 > .ladi-button > .ladi-button-background {
        background-color: rgb(96, 102, 154);
    }

    #BUTTON1013 > .ladi-button {
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 3px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

#BUTTON_GROUP1008 {
    width: 278.8px;
    height: 34px;
    top: 2540.44px;
    left: 203.2px;
}

    #BUTTON_GROUP1008 > .ladi-button-group > .ladi-element:hover .ladi-button {
        z-index: 9000000090 !important;
    }

    #BUTTON_GROUP1008 > .ladi-button-group > .ladi-element.selected .ladi-button {
        border-color: rgb(255, 255, 255) !important;
        z-index: 9000000090 !important;
    }

    #BUTTON_GROUP1008 > .ladi-button-group > .ladi-element.selected .ladi-button-background {
        background-color: rgb(32, 37, 79) !important;
    }

    #BUTTON_GROUP1008 > .ladi-button-group > .ladi-element.selected .ladi-headline {
        color: rgb(255, 255, 255) !important;
    }

#PARAGRAPH1030 {
    width: 173px;
    top: 71.526px;
    left: 405.21px;
}

    #PARAGRAPH1030 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 22px;
        font-weight: bold;
        line-height: 1.6;
    }

#PARAGRAPH1029 {
    width: 605px;
    top: 118.526px;
    left: 347.21px;
}

    #PARAGRAPH1029 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 18px;
        line-height: 1.6;
    }

#PARAGRAPH1028 {
    width: 61px;
    top: 78.526px;
    left: 347.21px;
}

    #PARAGRAPH1028 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 16px;
        font-style: italic;
        line-height: 1.6;
    }

#PARAGRAPH1027 {
    width: 538px;
    top: 35.526px;
    left: 347.21px;
}

    #PARAGRAPH1027 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 20px;
        font-weight: bold;
        line-height: 1.6;
    }

#IMAGE1025 {
    width: 317.57px;
    height: 228.052px;
    top: 0px;
    left: 0px;
}

    #IMAGE1025 > .ladi-image > .ladi-image-background {
        width: 317.57px;
        height: 228.052px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s650x550/5c8f292f0ecdc230dd3bd7b9/qt-1-20211001024947.png");
    }

#BOX1047 {
    width: 765px;
    height: 219px;
    top: 6px;
    left: 210px;
}

    #BOX1047 > .ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(0, 39, 95);
        border-width: 4px;
        border-radius: 15px;
    }

#BOX1050 {
    width: 772.79px;
    height: 217.5px;
    top: 4.7952px;
    left: 0px;
}

    #BOX1050 > .ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(0, 39, 95);
        border-width: 4px;
        border-radius: 15px;
    }

#BOX1059 {
    width: 359px;
    height: 515px;
    top: 0px;
    left: 0px;
}

    #BOX1059 > .ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(0, 39, 95);
        border-width: 4px;
        border-radius: 15px;
    }

#IMAGE1061 {
    width: 300.474px;
    height: 212.526px;
    top: 9.526px;
    left: 26.622px;
}

    #IMAGE1061 > .ladi-image > .ladi-image-background {
        width: 300.474px;
        height: 212.526px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s650x550/5c8f292f0ecdc230dd3bd7b9/qt-3-20211001031017.png");
    }

#PARAGRAPH1063 {
    width: 241px;
    top: 225.526px;
    left: 60.565px;
}

    #PARAGRAPH1063 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#PARAGRAPH1064 {
    width: 73px;
    top: 295.026px;
    left: 82.6221px;
}

    #PARAGRAPH1064 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 16px;
        font-style: italic;
        line-height: 1.6;
    }

#PARAGRAPH1065 {
    width: 298px;
    top: 339.526px;
    left: 28.5px;
}

    #PARAGRAPH1065 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 16px;
        text-align: justify;
        line-height: 1.6;
    }

#PARAGRAPH1066 {
    width: 148px;
    top: 292.526px;
    left: 149.565px;
}

    #PARAGRAPH1066 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
    }

#GROUP1068 {
    width: 672px;
    height: 168px;
    top: 30.3212px;
    left: 24.65px;
}

#PARAGRAPH1057 {
    width: 214px;
    top: 39px;
    left: 63.3403px;
}

    #PARAGRAPH1057 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 22px;
        font-weight: bold;
        line-height: 1.6;
    }

#PARAGRAPH1056 {
    width: 629px;
    top: 82px;
    left: 1.97938px;
}

    #PARAGRAPH1056 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 18px;
        line-height: 1.6;
    }

#PARAGRAPH1055 {
    width: 60px;
    top: 46px;
    left: 1.97938px;
}

    #PARAGRAPH1055 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 16px;
        font-style: italic;
        line-height: 1.6;
    }

#PARAGRAPH1054 {
    width: 672px;
    top: 0px;
    left: 0px;
}

    #PARAGRAPH1054 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }

#IMAGE1052 {
    width: 321.677px;
    height: 222.035px;
    top: 0px;
    left: 666.323px;
}

    #IMAGE1052 > .ladi-image > .ladi-image-background {
        width: 321.677px;
        height: 222.035px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s650x550/5c8f292f0ecdc230dd3bd7b9/qt-2-20211001030334.png");
    }

#SECTION1069 {
    height: 645.6px;
}

    #SECTION1069 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

#IMAGE1070 {
    width: 1498.96px;
    height: 632.375px;
    top: -0.775px;
    left: -158px;
}

    #IMAGE1070 > .ladi-image > .ladi-image-background {
        width: 1498.96px;
        height: 632.375px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1800x950/5c8f292f0ecdc230dd3bd7b9/nt-25-20211001090621.png");
    }

#IMAGE1023 {
    width: 501.118px;
    height: 265px;
    top: 382.302px;
    left: 78.564px;
}

    #IMAGE1023 > .ladi-image > .ladi-image-background {
        width: 501.118px;
        height: 265px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s850x600/5c8f292f0ecdc230dd3bd7b9/gia-9-20210930044459.png");
    }

#IMAGE1073 {
    width: 844.654px;
    height: 297.795px;
    top: 25.7056px;
    left: 188.673px;
}

    #IMAGE1073 > .ladi-image > .ladi-image-background {
        width: 845.746px;
        height: 297.795px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1150x600/5c8f292f0ecdc230dd3bd7b9/qua-tang-to-20210930093110.png");
    }

#IMAGE1088 {
    width: 834.277px;
    height: 306.469px;
    top: -2px;
    left: 199px;
}

    #IMAGE1088 > .ladi-image > .ladi-image-background {
        width: 834.277px;
        height: 306.469px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1150x650/5c8f292f0ecdc230dd3bd7b9/ten-btl-19-20211001103105.png");
    }

#VIDEO1089 {
    width: 829.792px;
    height: 466.758px;
    top: 47px;
    left: 190.838px;
}

    #VIDEO1089 > .ladi-video > .ladi-video-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://img.youtube.com/vi/oVU5Ojr04kY/hqdefault.jpg");
        background-position: center center;
        background-repeat: no-repeat;
    }

#SHAPE1089 {
    width: 60px;
    height: 60px;
    top: 203.379px;
    left: 384.896px;
}

    #SHAPE1089 svg:last-child {
        fill: rgba(0, 0, 0, 0.5);
    }

#IMAGE771 {
    width: 899.723px;
    height: 699.49px;
    top: 168.397px;
    left: 155.872px;
}

    #IMAGE771 > .ladi-image > .ladi-image-background {
        width: 899.723px;
        height: 699.49px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1200x1000/5c8f292f0ecdc230dd3bd7b9/loi-ich-btl-3-20210924014253.png");
    }

#SHAPE1121 {
    width: 406.184px;
    height: 310.094px;
    top: 370.326px;
    left: -23.3994px;
}

    #SHAPE1121 > .ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE1121 svg:last-child {
        fill: rgba(255, 144, 1, 1.0);
    }

#SHAPE1122 {
    width: 29.2028px;
    height: 28.0892px;
    top: 11.2987px;
    left: 24.6809px;
}

    #SHAPE1122 svg:last-child {
        fill: rgba(242, 67, 13, 1.0);
    }

#PARAGRAPH1123 {
    width: 318px;
    top: 48.8926px;
    left: 18.6809px;
}

    #PARAGRAPH1123 > .ladi-paragraph {
        font-family: "Open Sans", sans-serif;
        color: rgb(5, 31, 77);
        font-size: 15px;
        text-align: justify;
        line-height: 1.6;
    }

#HEADLINE1124 {
    width: 232px;
    top: 441.902px;
    left: 70.2375px;
}

    #HEADLINE1124 > .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.2;
    }

#HEADLINE1125 {
    width: 210px;
    top: 463.227px;
    left: 81.2375px;
}

    #HEADLINE1125 > .ladi-headline {
        font-family: "Open Sans", sans-serif;
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-style: italic;
        text-align: center;
        line-height: 1.2;
    }

#FRAME1120 {
    width: 356.875px;
    height: 486px;
    top: 27.5px;
    left: 31.5625px;
}

    #FRAME1120 > .ladi-frame > .ladi-frame-background {
        background-color: rgb(255, 255, 255);
    }

    #FRAME1120 > .ladi-frame {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    }

#SHAPE1127 {
    width: 406.184px;
    height: 310.094px;
    top: 370.326px;
    left: -23.3994px;
}

    #SHAPE1127 > .ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE1127 svg:last-child {
        fill: rgba(255, 144, 1, 1.0);
    }

#SHAPE1128 {
    width: 29.2028px;
    height: 28.0892px;
    top: 11.2987px;
    left: 24.6809px;
}

    #SHAPE1128 svg:last-child {
        fill: rgba(242, 67, 13, 1.0);
    }

#PARAGRAPH1129 {
    width: 318px;
    top: 48.8926px;
    left: 18.6809px;
}

    #PARAGRAPH1129 > .ladi-paragraph {
        font-family: "Open Sans", sans-serif;
        color: rgb(5, 31, 77);
        font-size: 15px;
        text-align: justify;
        line-height: 1.6;
    }

#HEADLINE1130 {
    width: 232px;
    top: 441.902px;
    left: 70.2375px;
}

    #HEADLINE1130 > .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.2;
    }

#HEADLINE1131 {
    width: 210px;
    top: 463.227px;
    left: 81.2375px;
}

    #HEADLINE1131 > .ladi-headline {
        font-family: "Open Sans", sans-serif;
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-style: italic;
        text-align: center;
        line-height: 1.2;
    }

#FRAME1126 {
    width: 356.875px;
    height: 486px;
    top: 27.5px;
    left: 878.562px;
}

    #FRAME1126 > .ladi-frame > .ladi-frame-background {
        background-color: rgb(255, 255, 255);
    }

    #FRAME1126 > .ladi-frame {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    }

#SHAPE1133 {
    width: 406.184px;
    height: 310.094px;
    top: 370.326px;
    left: -23.3994px;
}

    #SHAPE1133 > .ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE1133 svg:last-child {
        fill: rgba(255, 144, 1, 1.0);
    }

#SHAPE1134 {
    width: 29.2028px;
    height: 28.0892px;
    top: 11.2987px;
    left: 24.6809px;
}

    #SHAPE1134 svg:last-child {
        fill: rgba(242, 67, 13, 1.0);
    }

#PARAGRAPH1135 {
    width: 318px;
    top: 48.8926px;
    left: 18.6809px;
}

    #PARAGRAPH1135 > .ladi-paragraph {
        font-family: "Open Sans", sans-serif;
        color: rgb(5, 31, 77);
        font-size: 15px;
        text-align: justify;
        line-height: 1.6;
    }

#HEADLINE1136 {
    width: 232px;
    top: 441.902px;
    left: 70.2375px;
}

    #HEADLINE1136 > .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.2;
    }

#HEADLINE1137 {
    width: 210px;
    top: 463.227px;
    left: 81.2375px;
}

    #HEADLINE1137 > .ladi-headline {
        font-family: "Open Sans", sans-serif;
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-style: italic;
        text-align: center;
        line-height: 1.2;
    }

#FRAME1132 {
    width: 356.875px;
    height: 486px;
    top: 27.5px;
    left: 453.563px;
}

    #FRAME1132 > .ladi-frame > .ladi-frame-background {
        background-color: rgb(255, 255, 255);
    }

    #FRAME1132 > .ladi-frame {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    }

#HEADLINE1139 {
    width: 552px;
    top: 0px;
    left: 0px;
}

    #HEADLINE1139 > .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.2;
    }

#LINE1140 {
    width: 79px;
    top: 52.204px;
    left: 160.5px;
}

    #LINE1140 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(255, 255, 255);
        border-right: 2px solid rgb(255, 255, 255);
        border-bottom: 2px solid rgb(255, 255, 255);
        border-left: 0px !important;
    }

    #LINE1140 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

#LINE1141 {
    width: 82px;
    top: 52.204px;
    left: 309.5px;
}

    #LINE1141 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(255, 255, 255);
        border-right: 2px solid rgb(255, 255, 255);
        border-bottom: 2px solid rgb(255, 255, 255);
        border-left: 0px !important;
    }

    #LINE1141 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

#SHAPE1142 {
    width: 38px;
    height: 38px;
    top: 48.204px;
    left: 255.5px;
}

    #SHAPE1142 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }

#GROUP1138 {
    width: 552px;
    height: 86.204px;
    top: 48.876px;
    left: 333px;
}

#SECTION1118 {
    height: 773.9px;
    display: none !important;
}

    #SECTION1118 > .ladi-overlay {
        background-color: rgb(8, 11, 34);
        opacity: 0.7;
    }

    #SECTION1118 > .ladi-section-background {
        background-size: cover;
        background-attachment: fixed;
        background-image: url("https://w.ladicdn.com/s1440x773/5c8f292f0ecdc230dd3bd7b9/dq4FQbpt20210922100812.jpeg");
        background-position: center top;
        background-repeat: repeat;
    }

    #SECTION1118 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

#CAROUSEL1151 {
    width: 420px;
    height: 547px;
    top: 69.14px;
    left: 0px;
}

#GROUP1152 {
    width: 975px;
    height: 228.052px;
    top: 0px;
    left: 0px;
}

#GROUP1153 {
    width: 988px;
    height: 222.295px;
    top: 0px;
    left: 0px;
}

#GROUP1154 {
    width: 965px;
    height: 224.052px;
    top: 0px;
    left: 0px;
}

#CAROUSEL1155 {
    width: 420px;
    height: 543px;
    top: 182.58px;
    left: 0px;
}

#IMAGE1157 {
    width: 844.654px;
    height: 297.795px;
    top: 25.7056px;
    left: 188.673px;
}

    #IMAGE1157 > .ladi-image > .ladi-image-background {
        width: 845.746px;
        height: 297.795px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1150x600/5c8f292f0ecdc230dd3bd7b9/qua-tang-to-20210930093110.png");
    }

#SECTION1156 {
    height: 1098.3px;
}

    #SECTION1156 > .ladi-section-background {
        background-color: rgb(240, 240, 240);
    }

    #SECTION1156 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

#IMAGE1182 {
    width: 306.479px;
    height: 212px;
    top: 0px;
    left: 0px;
}

    #IMAGE1182 > .ladi-image > .ladi-image-background {
        width: 306.479px;
        height: 212px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s650x550/5c8f292f0ecdc230dd3bd7b9/qt-1-20211001024947.png");
    }

#BOX1183 {
    width: 722px;
    height: 212px;
    top: 1.261px;
    left: 221px;
}

    #BOX1183 > .ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(3, 66, 99);
        border-width: 4px;
        border-radius: 15px;
    }

#HEADLINE1285 {
    width: 486px;
    top: 0px;
    left: 0px;
}

    #HEADLINE1285 > .ladi-headline {
        color: rgb(32, 37, 79);
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
    }

#PARAGRAPH1286 {
    width: 56px;
    top: 38px;
    left: 0px;
}

    #PARAGRAPH1286 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 16px;
        font-style: italic;
        line-height: 1.6;
    }

#HEADLINE1287 {
    width: 149px;
    top: 35px;
    left: 58.5219px;
}

    #HEADLINE1287 > .ladi-headline {
        color: rgb(32, 37, 79);
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
    }

#PARAGRAPH1288 {
    width: 612px;
    top: 74px;
    left: 0px;
}

    #PARAGRAPH1288 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 18px;
        line-height: 1.6;
    }

#GROUP1289 {
    width: 612px;
    height: 160px;
    top: 30.261px;
    left: 314px;
}

#GROUP1290 {
    width: 943px;
    height: 213.261px;
    top: 326.501px;
    left: 17px;
}

#BOX1292 {
    width: 723.774px;
    height: 212px;
    top: 0px;
    left: 0px;
}

    #BOX1292 > .ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(3, 66, 99);
        border-width: 4px;
        border-radius: 15px;
    }

#IMAGE1293 {
    width: 306.814px;
    height: 212px;
    top: 0px;
    left: 641.665px;
}

    #IMAGE1293 > .ladi-image > .ladi-image-background {
        width: 306.814px;
        height: 212px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s650x550/5c8f292f0ecdc230dd3bd7b9/qt-2-20211001030334.png");
    }

#HEADLINE1295 {
    width: 558px;
    top: 0px;
    left: 0px;
}

    #HEADLINE1295 > .ladi-headline {
        color: rgb(32, 37, 79);
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
    }

#PARAGRAPH1296 {
    width: 56px;
    top: 38px;
    left: 0px;
}

    #PARAGRAPH1296 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 16px;
        font-style: italic;
        line-height: 1.6;
    }

#HEADLINE1297 {
    width: 150px;
    top: 35px;
    left: 59.0645px;
}

    #HEADLINE1297 > .ladi-headline {
        color: rgb(32, 37, 79);
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
    }

#PARAGRAPH1298 {
    width: 618px;
    top: 74px;
    left: 0px;
}

    #PARAGRAPH1298 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 18px;
        line-height: 1.6;
    }

#GROUP1294 {
    width: 618px;
    height: 160px;
    top: 26px;
    left: 34.0361px;
}

#GROUP1291 {
    width: 948.479px;
    height: 212px;
    top: 579.762px;
    left: 238px;
}

#BOX1300 {
    width: 725px;
    height: 212px;
    top: 3.261px;
    left: 221px;
}

    #BOX1300 > .ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(3, 66, 99);
        border-width: 4px;
        border-radius: 15px;
    }

#HEADLINE1303 {
    width: 490px;
    top: 0px;
    left: 0px;
}

    #HEADLINE1303 > .ladi-headline {
        color: rgb(32, 37, 79);
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
    }

#PARAGRAPH1304 {
    width: 56px;
    top: 38px;
    left: 0px;
}

    #PARAGRAPH1304 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 16px;
        font-style: italic;
        line-height: 1.6;
    }

#HEADLINE1305 {
    width: 150px;
    top: 35px;
    left: 59px;
}

    #HEADLINE1305 > .ladi-headline {
        color: rgb(32, 37, 79);
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
    }

#PARAGRAPH1306 {
    width: 617px;
    top: 74px;
    left: 0px;
}

    #PARAGRAPH1306 > .ladi-paragraph {
        color: rgb(32, 37, 79);
        font-size: 18px;
        line-height: 1.6;
    }

#GROUP1302 {
    width: 617px;
    height: 160px;
    top: 27.261px;
    left: 314px;
}

#GROUP1299 {
    width: 946px;
    height: 215.261px;
    top: 830.501px;
    left: 18px;
}

#IMAGE1301 {
    width: 306.479px;
    height: 212px;
    top: 0px;
    left: 0px;
}

    #IMAGE1301 > .ladi-image > .ladi-image-background {
        width: 306.479px;
        height: 212px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s650x550/5c8f292f0ecdc230dd3bd7b9/qt-3-20211001031017.png");
    }

#POPUP1307 {
    width: 420px;
    height: 400px;
    top: 47px;
    left: 0px;
    bottom: auto;
    right: auto;
    margin: auto;
}

    #POPUP1307 > .ladi-popup > .ladi-popup-background {
        background-color: rgba(255, 255, 255, 0);
    }

#BUTTON_GROUP1308 {
    width: 417.556px;
    height: 153px;
    top: 0px;
    left: 0px;
}

    #BUTTON_GROUP1308 > .ladi-button-group > .ladi-element:hover .ladi-button {
        z-index: 9000000090 !important;
    }

    #BUTTON_GROUP1308 > .ladi-button-group > .ladi-element.selected .ladi-button {
        z-index: 9000000090 !important;
    }

#BUTTON1309 {
    width: 128px;
    height: 40px;
    top: 0px;
    left: 0px;
}

    #BUTTON1309 > .ladi-button > .ladi-button-background {
        background-color: rgb(255, 255, 255);
    }

    #BUTTON1309 > .ladi-button {
        border-style: solid;
        border-color: rgb(0, 39, 95);
        border-width: 1px;
    }

#BUTTON_TEXT1309 {
    width: 128px;
    top: 9px;
    left: 0px;
}

    #BUTTON_TEXT1309 > .ladi-headline {
        color: rgb(0, 39, 95);
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON1311 {
    width: 128px;
    height: 40px;
    top: 0px;
    left: 136px;
}

    #BUTTON1311 > .ladi-button > .ladi-button-background {
        background-color: rgb(255, 255, 255);
    }

    #BUTTON1311 > .ladi-button {
        border-style: solid;
        border-color: rgb(0, 39, 95);
        border-width: 1px;
    }

#BUTTON_TEXT1311 {
    width: 128px;
    top: 9px;
    left: 0px;
}

    #BUTTON_TEXT1311 > .ladi-headline {
        color: rgb(0, 39, 95);
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON1313 {
    width: 128px;
    height: 40px;
    top: 0px;
    left: 272px;
}

    #BUTTON1313 > .ladi-button > .ladi-button-background {
        background-color: rgb(255, 255, 255);
    }

    #BUTTON1313 > .ladi-button {
        border-style: solid;
        border-color: rgb(0, 39, 95);
        border-width: 1px;
    }

#BUTTON_TEXT1313 {
    width: 128px;
    top: 9px;
    left: 0px;
}

    #BUTTON_TEXT1313 > .ladi-headline {
        color: rgb(0, 39, 95);
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }

#BUTTON1315 {
    width: 417.15px;
    height: 40px;
    top: 113px;
    left: 0.40625px;
}

    #BUTTON1315 > .ladi-button > .ladi-button-background {
        background-color: rgb(255, 255, 255);
    }

    #BUTTON1315 > .ladi-button {
        border-style: solid;
        border-color: rgb(0, 39, 95);
        border-width: 1px;
    }

#BUTTON_TEXT1315 {
    width: 415px;
    top: 9px;
    left: 0px;
}

    #BUTTON_TEXT1315 > .ladi-headline {
        color: rgb(0, 39, 95);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

#SHAPE1321 {
    width: 17.0003px;
    height: 18.0006px;
    top: 272px;
    left: 252.406px;
}

    #SHAPE1321 svg:last-child {
        fill: rgba(255, 255, 255, 1.0);
    }

#BUTTON1322 {
    width: 160px;
    height: 40px;
    top: 217px;
    left: 127.778px;
}

    #BUTTON1322 > .ladi-button > .ladi-button-background {
        background-color: rgb(255, 94, 47);
    }

#BUTTON_TEXT1322 {
    width: 160px;
    top: 9px;
    left: 0px;
}

    #BUTTON_TEXT1322 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

#FRAME432 {
    width: 323px;
    height: 512px;
    top: 0px;
    left: 766px;
}

    #FRAME432 > .ladi-frame > .ladi-frame-background {
        background-color: rgb(255, 255, 255);
    }

    #FRAME432 > .ladi-frame {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    }

#SHAPE433 {
    width: 406.184px;
    height: 310.094px;
    top: 370.326px;
    left: -23.3994px;
}

    #SHAPE433 > .ladi-shape {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    #SHAPE433 svg:last-child {
        fill: rgba(255, 144, 1, 1.0);
    }

#SHAPE434 {
    width: 28.3984px;
    height: 24.6399px;
    top: 16.0869px;
    left: 24.001px;
}

    #SHAPE434 svg:last-child {
        fill: rgba(242, 67, 13, 1.0);
    }

#PARAGRAPH435 {
    width: 278px;
    top: 53.574px;
    left: 22.5px;
}

    #PARAGRAPH435 > .ladi-paragraph {
        font-family: "Open Sans", sans-serif;
        color: rgb(5, 31, 77);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }

#HEADLINE437 {
    width: 239px;
    top: 452.326px;
    left: 50.1926px;
}

    #HEADLINE437 > .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.2;
    }

#HEADLINE438 {
    width: 227px;
    top: 473.326px;
    left: 50.1926px;
}

    #HEADLINE438 > .ladi-headline {
        font-family: "Open Sans", sans-serif;
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-style: italic;
        text-align: center;
        line-height: 1.2;
    }

#IMAGE1330 {
    width: 92.8032px;
    height: 91.532px;
    top: 0px;
    left: 0px;
}

    #IMAGE1330 > .ladi-image > .ladi-image-background {
        width: 92.8032px;
        height: 91.532px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/anh-fb-1-20210927042641.png");
    }

#IMAGE1331 {
    width: 92.8032px;
    height: 91.532px;
    top: 0px;
    left: 0px;
    display: none !important;
}

    #IMAGE1331 > .ladi-image > .ladi-image-background {
        width: 92.8032px;
        height: 91.532px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/anh-fb-1-20210927042641.png");
    }

#IMAGE1332 {
    width: 92.8032px;
    height: 91.532px;
    top: 0px;
    left: 0px;
    display: none !important;
}

    #IMAGE1332 > .ladi-image > .ladi-image-background {
        width: 92.8032px;
        height: 91.532px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/anh-fb-1-20210927042641.png");
    }

#IMAGE1333 {
    width: 92.8032px;
    height: 91.532px;
    top: 0px;
    left: 0px;
}

    #IMAGE1333 > .ladi-image > .ladi-image-background {
        width: 92.8032px;
        height: 91.532px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/anh-fb-2-20210927043259.png");
    }

#IMAGE1334 {
    width: 92.8032px;
    height: 91.532px;
    top: 0px;
    left: 0px;
}

    #IMAGE1334 > .ladi-image > .ladi-image-background {
        width: 92.8032px;
        height: 91.532px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/anh-fb-3-20210927043608.png");
    }

#IMAGE1335 {
    width: 92.8032px;
    height: 91.532px;
    top: 0px;
    left: 0px;
    display: none !important;
}

    #IMAGE1335 > .ladi-image > .ladi-image-background {
        width: 92.8032px;
        height: 91.532px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/anh-fb-1-20210927042641.png");
    }

#IMAGE1337 {
    width: 1498.96px;
    height: 632.375px;
    top: -0.775px;
    left: -158px;
}

    #IMAGE1337 > .ladi-image > .ladi-image-background {
        width: 1498.96px;
        height: 632.375px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1800x950/5c8f292f0ecdc230dd3bd7b9/nt-25-20211001090621.png");
    }

#SECTION1336 {
    height: 645.6px;
    display: none !important;
}

    #SECTION1336 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

#BOX1338 {
    width: 846px;
    height: 482.642px;
    top: 39.858px;
    left: 182.5px;
}

    #BOX1338 > .ladi-box {
        background-color: rgb(0, 0, 0);
    }

#IMAGE1339 {
    width: 447.963px;
    height: 372.154px;
    top: 0px;
    left: 0px;
    display: none !important;
}

    #IMAGE1339 > .ladi-image > .ladi-image-background {
        width: 447.963px;
        height: 372.154px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s750x700/5c8f292f0ecdc230dd3bd7b9/nen-cta-20211004081128.png");
    }

#IMAGE1341 {
    width: 468.125px;
    height: 680.909px;
    top: 0px;
    left: 0px;
    display: none !important;
}

    #IMAGE1341 > .ladi-image > .ladi-image-background {
        width: 468.125px;
        height: 680.909px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s800x1000/5c8f292f0ecdc230dd3bd7b9/nen-loi-ich-20211004083353.png");
    }

#GROUP980 {
    width: 500px;
    height: 334.646px;
    top: 1454.73px;
    left: 92px;
}

#GROUP1356 {
    width: 875.471px;
    height: 153.517px;
    top: 0px;
    left: 0px;
}

#GROUP1357 {
    width: 875.471px;
    height: 153.517px;
    top: 723.383px;
    left: 179px;
}

#GROUP1358 {
    width: 500px;
    height: 361.043px;
    top: 874.142px;
    left: 90.27px;
}

#GROUP1359 {
    width: 878.471px;
    height: 153.517px;
    top: 1277.38px;
    left: 169px;
}

#GROUP1360 {
    width: 874.471px;
    height: 153.517px;
    top: 1837.38px;
    left: 186px;
}

#GROUP1361 {
    width: 877.471px;
    height: 153.517px;
    top: 2384.68px;
    left: 186px;
}

}

@media (max-width: 767px) {
    #SECTION_POPUP {
        height: 0px;
    }

        #SECTION_POPUP .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #SECTION40 {
        height: 993.76px;
    }

        #SECTION40 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #HEADLINE42 {
        width: 400px;
        top: 10px;
        left: 10px;
    }

        #HEADLINE42 > .ladi-headline {
            color: rgb(32, 37, 79);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH43 {
        width: 400px;
        top: 83px;
        left: 10px;
    }

        #PARAGRAPH43 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH44 {
        width: 400px;
        top: 232px;
        left: 10px;
    }

        #PARAGRAPH44 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 17px;
            font-weight: bold;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH45 {
        width: 400px;
        top: 353px;
        left: 10px;
    }

        #PARAGRAPH45 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 17px;
            line-height: 1.6;
        }

    #LINE48 {
        width: 77px;
        top: 4px;
        left: 0px;
    }

        #LINE48 > .ladi-line > .ladi-line-container {
            border-top: 3px solid rgb(232, 104, 48);
            border-right: 3px solid rgb(232, 104, 48);
            border-bottom: 3px solid rgb(232, 104, 48);
            border-left: 0px !important;
        }

        #LINE48 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #LINE49 {
        width: 80px;
        top: 4px;
        left: 119px;
    }

        #LINE49 > .ladi-line > .ladi-line-container {
            border-top: 3px solid rgb(232, 104, 48);
            border-right: 3px solid rgb(232, 104, 48);
            border-bottom: 3px solid rgb(232, 104, 48);
            border-left: 0px !important;
        }

        #LINE49 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #SHAPE52 {
        width: 30px;
        height: 30px;
        top: 0px;
        left: 83px;
    }

        #SHAPE52 svg:last-child {
            fill: rgba(232, 104, 48, 1);
        }

    #LIST_PARAGRAPH53 {
        width: 400px;
        top: 426px;
        left: 10px;
    }

        #LIST_PARAGRAPH53 > .ladi-list-paragraph {
            color: rgb(32, 37, 79);
            font-size: 17px;
            font-style: italic;
            text-align: justify;
            line-height: 1.6;
        }

        #LIST_PARAGRAPH53 ul li {
            padding-bottom: 0px;
            padding-left: 31px;
        }

            #LIST_PARAGRAPH53 ul li:before {
                content: "";
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201408%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(232%2C%20104%2C%2048%2C%201)%22%3E%20%3Cpath%20d%3D%22M1298%201322q0%2040-28%2068l-136%20136q-28%2028-68%2028t-68-28l-294-294-294%20294q-28%2028-68%2028t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20294%20294-294q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068t-28%2068L976%20960l294%20294q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
                width: 25px;
                height: 25px;
                top: 0px;
            }

    #LIST_PARAGRAPH54 {
        width: 400px;
        top: 576px;
        left: 10px;
    }

        #LIST_PARAGRAPH54 > .ladi-list-paragraph {
            color: rgb(32, 37, 79);
            font-size: 17px;
            font-style: italic;
            text-align: justify;
            line-height: 1.6;
        }

        #LIST_PARAGRAPH54 ul li {
            padding-bottom: 0px;
            padding-left: 31px;
        }

            #LIST_PARAGRAPH54 ul li:before {
                content: "";
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201408%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(232%2C%20104%2C%2048%2C%201)%22%3E%20%3Cpath%20d%3D%22M1298%201322q0%2040-28%2068l-136%20136q-28%2028-68%2028t-68-28l-294-294-294%20294q-28%2028-68%2028t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20294%20294-294q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068t-28%2068L976%20960l294%20294q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
                width: 25px;
                height: 25px;
                top: 0px;
            }

    #LIST_PARAGRAPH55 {
        width: 400px;
        top: 728px;
        left: 10px;
    }

        #LIST_PARAGRAPH55 > .ladi-list-paragraph {
            color: rgb(32, 37, 79);
            font-size: 17px;
            font-style: italic;
            text-align: justify;
            line-height: 1.6;
        }

        #LIST_PARAGRAPH55 ul li {
            padding-bottom: 0px;
            padding-left: 31px;
        }

            #LIST_PARAGRAPH55 ul li:before {
                content: "";
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201408%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(232%2C%20104%2C%2048%2C%201)%22%3E%20%3Cpath%20d%3D%22M1298%201322q0%2040-28%2068l-136%20136q-28%2028-68%2028t-68-28l-294-294-294%20294q-28%2028-68%2028t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20294%20294-294q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068t-28%2068L976%20960l294%20294q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
                width: 25px;
                height: 25px;
                top: 0px;
            }

    #PARAGRAPH57 {
        width: 367px;
        top: 887px;
        left: 45px;
    }

        #PARAGRAPH57 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 18px;
            font-weight: bold;
            text-align: justify;
            line-height: 1.6;
        }

    #SECTION62 {
        height: 1602.76px;
    }

        #SECTION62 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #PARAGRAPH64 {
        width: 356px;
        top: 214.585px;
        left: 52px;
    }

        #PARAGRAPH64 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 17px;
            font-weight: bold;
            text-align: justify;
            line-height: 1.6;
        }

    #SHAPE65 {
        width: 34.6349px;
        height: 36.6466px;
        top: 212.939px;
        left: 10.0668px;
    }

        #SHAPE65 svg:last-child {
            fill: rgba(32, 37, 79, 1);
        }

    #IMAGE66 {
        width: 334.547px;
        height: 455.418px;
        top: 0px;
        left: 0px;
    }

        #IMAGE66 > .ladi-image > .ladi-image-background {
            width: 334.547px;
            height: 461.821px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s650x800/5c8f292f0ecdc230dd3bd7b9/btl-part-mobile-4-20211004050010.png");
        }

    #PARAGRAPH67 {
        width: 34px;
        top: 36.5976px;
        left: 147.489px;
    }

        #PARAGRAPH67 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 30px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE70 {
        width: 230px;
        top: 105.153px;
        left: 43.9795px;
    }

        #HEADLINE70 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #PARAGRAPH71 {
        width: 253px;
        top: 204.418px;
        left: 44.5485px;
    }

        #PARAGRAPH71 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #GROUP72 {
        width: 334.547px;
        height: 455.418px;
        top: 294.585px;
        left: 41.4359px;
    }

    #IMAGE74 {
        width: 357.554px;
        height: 422.649px;
        top: 0px;
        left: 0px;
    }

        #IMAGE74 > .ladi-image > .ladi-image-background {
            width: 357.554px;
            height: 422.649px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s700x750/5c8f292f0ecdc230dd3bd7b9/btl-part-mobile-4-2-20211004050333.png");
        }

    #PARAGRAPH75 {
        width: 36px;
        top: 22.4983px;
        left: 153.331px;
    }

        #PARAGRAPH75 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 30px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE76 {
        width: 298px;
        top: 94.325px;
        left: 21.9329px;
    }

        #HEADLINE76 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #PARAGRAPH77 {
        width: 268px;
        top: 208.716px;
        left: 40.777px;
    }

        #PARAGRAPH77 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #GROUP73 {
        width: 357.554px;
        height: 422.649px;
        top: 740.183px;
        left: 37.223px;
    }

    #IMAGE79 {
        width: 357.441px;
        height: 413.09px;
        top: 0px;
        left: 0px;
    }

        #IMAGE79 > .ladi-image > .ladi-image-background {
            width: 357.441px;
            height: 413.09px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s700x750/5c8f292f0ecdc230dd3bd7b9/btl-part-mobile-4-2-20211004050333.png");
        }

    #PARAGRAPH80 {
        width: 37px;
        top: 21.1912px;
        left: 156.327px;
    }

        #PARAGRAPH80 > .ladi-paragraph {
            color: rgb(0, 0, 0);
            font-size: 30px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE81 {
        width: 280px;
        top: 97.332px;
        left: 36.7205px;
    }

        #HEADLINE81 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #PARAGRAPH82 {
        width: 272px;
        top: 217.045px;
        left: 39.7205px;
    }

        #PARAGRAPH82 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 17px;
            text-align: justify;
            line-height: 1.6;
        }

    #GROUP78 {
        width: 357.441px;
        height: 413.09px;
        top: 1159.67px;
        left: 36.2795px;
    }

    #SECTION83 {
        height: 281.96px;
    }

        #SECTION83 > .ladi-section-background {
            background-color: rgb(236, 236, 236);
        }

        #SECTION83 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #SECTION141 {
        height: 663.98px;
    }

        #SECTION141 > .ladi-overlay {
            background-color: rgb(12, 16, 48);
            opacity: 0.7;
        }

        #SECTION141 > .ladi-section-background {
            background-size: cover;
            background-attachment: fixed;
            background-image: url("https://w.ladicdn.com/s768x663/5c8f292f0ecdc230dd3bd7b9/4arv6dqb20210924091352.jpg");
            background-position: center top;
            background-repeat: repeat;
        }

        #SECTION141 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #HEADLINE142 {
        width: 319px;
        top: 24px;
        left: 70.5px;
    }

        #HEADLINE142 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-weight: bold;
            line-height: 1.6;
        }

    #SECTION143 {
        height: 3454.93px;
    }

        #SECTION143 > .ladi-section-background {
            background-color: rgb(255, 255, 255);
        }

        #SECTION143 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #GROUP152 {
        width: 199px;
        height: 30px;
        top: 43px;
        left: 108px;
    }

    #LINE154 {
        width: 84px;
        top: 4px;
        left: 0px;
    }

        #LINE154 > .ladi-line > .ladi-line-container {
            border-top: 2px solid rgb(255, 255, 255);
            border-right: 2px solid rgb(255, 255, 255);
            border-bottom: 2px solid rgb(255, 255, 255);
            border-left: 0px !important;
        }

        #LINE154 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #LINE155 {
        width: 82px;
        top: 4px;
        left: 128px;
    }

        #LINE155 > .ladi-line > .ladi-line-container {
            border-top: 2px solid rgb(255, 255, 255);
            border-right: 2px solid rgb(255, 255, 255);
            border-bottom: 2px solid rgb(255, 255, 255);
            border-left: 0px !important;
        }

        #LINE155 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #SHAPE156 {
        width: 30px;
        height: 30px;
        top: 0px;
        left: 92px;
    }

        #SHAPE156 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #GROUP153 {
        width: 210px;
        height: 30px;
        top: 51px;
        left: 103.5px;
    }

    #LINE175 {
        width: 61px;
        top: 4px;
        left: 0px;
    }

        #LINE175 > .ladi-line > .ladi-line-container {
            border-top: 2px solid rgb(0, 0, 0);
            border-right: 2px solid rgb(0, 0, 0);
            border-bottom: 2px solid rgb(0, 0, 0);
            border-left: 0px !important;
        }

        #LINE175 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #LINE176 {
        width: 61px;
        top: 4px;
        left: 103px;
    }

        #LINE176 > .ladi-line > .ladi-line-container {
            border-top: 2px solid rgb(0, 0, 0);
            border-right: 2px solid rgb(0, 0, 0);
            border-bottom: 2px solid rgb(0, 0, 0);
            border-left: 0px !important;
        }

        #LINE176 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #SHAPE177 {
        width: 28px;
        height: 28px;
        top: 0px;
        left: 69px;
    }

        #SHAPE177 svg:last-child {
            fill: rgba(0, 0, 0, 1);
        }

    #GROUP174 {
        width: 164px;
        height: 28px;
        top: 52px;
        left: 131.75px;
    }

    #IMAGE178 {
        width: 420.262px;
        height: 73.034px;
        top: 92px;
        left: -3.3565px;
    }

        #IMAGE178 > .ladi-image > .ladi-image-background {
            width: 420.262px;
            height: 73.034px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x400/5c8f292f0ecdc230dd3bd7b9/noi-dung-btl-11-20210930103347.png");
        }

    #HEADLINE179 {
        width: 33px;
        top: 119.034px;
        left: 20.5px;
    }

        #HEADLINE179 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 21px;
            font-weight: bold;
            line-height: 1.6;
        }

    #BOX180 {
        width: 405.982px;
        height: 271.442px;
        top: 185.734px;
        left: 7.009px;
    }

        #BOX180 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/13-20211026101049.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 1px;
            border-radius: 0px;
        }

    #LIST_PARAGRAPH181 {
        width: 418px;
        top: 481.093px;
        left: 7.009px;
    }

        #LIST_PARAGRAPH181 > .ladi-list-paragraph {
            color: rgb(32, 37, 79);
            font-size: 17px;
            line-height: 1.6;
        }

        #LIST_PARAGRAPH181 ul li {
            padding-bottom: 10px;
            padding-left: 38px;
        }

            #LIST_PARAGRAPH181 ul li:before {
                content: "";
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(32%2C%2037%2C%2079%2C%201)%22%3E%20%3Cpath%20d%3D%22M1284%20734q0-28-18-46l-91-90q-19-19-45-19t-45%2019l-408%20407-226-226q-19-19-45-19t-45%2019l-91%2090q-18%2018-18%2046%200%2027%2018%2045l362%20362q19%2019%2045%2019%2027%200%2046-19l543-543q18-18%2018-45zm252%20162q0%20209-103%20385.5T1153.5%201561%20768%201664t-385.5-103T103%201281.5%200%20896t103-385.5T382.5%20231%20768%20128t385.5%20103T1433%20510.5%201536%20896z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
                width: 24px;
                height: 24px;
                top: 0px;
            }

    #IMAGE199 {
        width: 415.351px;
        height: 72.517px;
        top: 0px;
        left: 0px;
    }

        #IMAGE199 > .ladi-image > .ladi-image-background {
            width: 415.351px;
            height: 72.517px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x400/5c8f292f0ecdc230dd3bd7b9/noi-dung-btl-11-20210930103347.png");
        }

    #HEADLINE200 {
        width: 33px;
        top: 28.76px;
        left: 21.5385px;
    }

        #HEADLINE200 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 20px;
            font-weight: bold;
            line-height: 1.6;
        }

    #LIST_PARAGRAPH202 {
        width: 416px;
        top: 2426.54px;
        left: 8.4355px;
    }

        #LIST_PARAGRAPH202 > .ladi-list-paragraph {
            color: rgb(32, 37, 79);
            font-size: 17px;
            line-height: 1.6;
        }

        #LIST_PARAGRAPH202 ul li {
            padding-bottom: 10px;
            padding-left: 38px;
        }

            #LIST_PARAGRAPH202 ul li:before {
                content: "";
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(32%2C%2037%2C%2079%2C%201)%22%3E%20%3Cpath%20d%3D%22M1284%20734q0-28-18-46l-91-90q-19-19-45-19t-45%2019l-408%20407-226-226q-19-19-45-19t-45%2019l-91%2090q-18%2018-18%2046%200%2027%2018%2045l362%20362q19%2019%2045%2019%2027%200%2046-19l543-543q18-18%2018-45zm252%20162q0%20209-103%20385.5T1153.5%201561%20768%201664t-385.5-103T103%201281.5%200%20896t103-385.5T382.5%20231%20768%20128t385.5%20103T1433%20510.5%201536%20896z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
                width: 25px;
                height: 25px;
                top: 0px;
            }

    #IMAGE204 {
        width: 419.983px;
        height: 73.517px;
        top: 0px;
        left: 0px;
    }

        #IMAGE204 > .ladi-image > .ladi-image-background {
            width: 419.983px;
            height: 73.517px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x400/5c8f292f0ecdc230dd3bd7b9/noi-dung-btl-11-20210930103347.png");
        }

    #HEADLINE205 {
        width: 33px;
        top: 29.76px;
        left: 21.3044px;
    }

        #HEADLINE205 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 21px;
            font-weight: bold;
            line-height: 1.6;
        }

    #LIST_PARAGRAPH207 {
        width: 392px;
        top: 3130.68px;
        left: 11.427px;
    }

        #LIST_PARAGRAPH207 > .ladi-list-paragraph {
            color: rgb(32, 37, 79);
            font-size: 17px;
            line-height: 1.6;
        }

        #LIST_PARAGRAPH207 ul li {
            padding-bottom: 10px;
            padding-left: 38px;
        }

            #LIST_PARAGRAPH207 ul li:before {
                content: "";
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(32%2C%2037%2C%2079%2C%201)%22%3E%20%3Cpath%20d%3D%22M1284%20734q0-28-18-46l-91-90q-19-19-45-19t-45%2019l-408%20407-226-226q-19-19-45-19t-45%2019l-91%2090q-18%2018-18%2046%200%2027%2018%2045l362%20362q19%2019%2045%2019%2027%200%2046-19l543-543q18-18%2018-45zm252%20162q0%20209-103%20385.5T1153.5%201561%20768%201664t-385.5-103T103%201281.5%200%20896t103-385.5T382.5%20231%20768%20128t385.5%20103T1433%20510.5%201536%20896z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
                width: 25px;
                height: 25px;
                top: 0px;
            }

    #SECTION351 {
        height: 1059.03px;
    }

        #SECTION351 > .ladi-section-background {
            background-color: rgb(255, 255, 255);
        }

        #SECTION351 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #GROUP356 {
        width: 402.305px;
        height: 196.035px;
        top: 100px;
        left: 5px;
    }

    #HEADLINE357 {
        width: 322px;
        top: 0px;
        left: 80.3053px;
    }

        #HEADLINE357 > .ladi-headline {
            color: rgb(32, 37, 79);
            font-size: 17px;
            font-weight: bold;
            text-align: justify;
            letter-spacing: 0px;
            line-height: 1.2;
        }

    #PARAGRAPH358 {
        width: 322px;
        top: 76.0346px;
        left: 79.3053px;
    }

        #PARAGRAPH358 > .ladi-paragraph {
            color: rgb(84, 84, 84);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #GROUP359 {
        width: 70.879px;
        height: 68.0002px;
        top: 0px;
        left: 0px;
    }

    #BOX360 {
        width: 70.879px;
        height: 68.0002px;
        top: 0px;
        left: 0px;
    }

        #BOX360 > .ladi-box {
            background: rgba(255, 144, 1, 1);
            background: -webkit-linear-gradient(180deg, rgba(255, 144, 1, 1), rgba(255, 255, 255, 1.0));
            background: linear-gradient(180deg, rgba(255, 144, 1, 1), rgba(255, 255, 255, 1.0));
            border-radius: 0px;
        }

    #SHAPE361 {
        width: 22.038px;
        height: 21.6897px;
        top: 5.86209px;
        left: 24.4205px;
    }

        #SHAPE361 svg:last-child {
            fill: rgba(0, 0, 0, 1.0);
        }

    #HEADLINE362 {
        width: 49px;
        top: 27.5518px;
        left: 10.4234px;
    }

        #HEADLINE362 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 36px;
            text-align: center;
            line-height: 1;
        }

    #GROUP363 {
        width: 318px;
        height: 221.035px;
        top: 318.5px;
        left: 85.3053px;
    }

    #HEADLINE364 {
        width: 318px;
        top: 0px;
        left: 0px;
    }

        #HEADLINE364 > .ladi-headline {
            color: rgb(32, 37, 79);
            font-size: 17px;
            font-weight: bold;
            text-align: justify;
            letter-spacing: 0px;
            line-height: 1.2;
        }

    #PARAGRAPH365 {
        width: 318px;
        top: 77.0346px;
        left: 0px;
    }

        #PARAGRAPH365 > .ladi-paragraph {
            color: rgb(84, 84, 84);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #GROUP370 {
        width: 316px;
        height: 268.035px;
        top: 566.035px;
        left: 87.3053px;
    }

    #HEADLINE371 {
        width: 316px;
        top: 0px;
        left: 0px;
    }

        #HEADLINE371 > .ladi-headline {
            color: rgb(32, 37, 79);
            font-size: 17px;
            font-weight: bold;
            text-align: justify;
            letter-spacing: 0px;
            line-height: 1.2;
        }

    #PARAGRAPH372 {
        width: 316px;
        top: 52.0346px;
        left: 0px;
    }

        #PARAGRAPH372 > .ladi-paragraph {
            color: rgb(84, 84, 84);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #LINE382 {
        width: 79px;
        top: 4px;
        left: 0px;
    }

        #LINE382 > .ladi-line > .ladi-line-container {
            border-top: 2px solid rgb(0, 0, 0);
            border-right: 2px solid rgb(0, 0, 0);
            border-bottom: 2px solid rgb(0, 0, 0);
            border-left: 0px !important;
        }

        #LINE382 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #LINE383 {
        width: 82px;
        top: 4px;
        left: 116px;
    }

        #LINE383 > .ladi-line > .ladi-line-container {
            border-top: 2px solid rgb(0, 0, 0);
            border-right: 2px solid rgb(0, 0, 0);
            border-bottom: 2px solid rgb(0, 0, 0);
            border-left: 0px !important;
        }

        #LINE383 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #SHAPE384 {
        width: 28px;
        height: 28px;
        top: 0px;
        left: 83px;
    }

        #SHAPE384 svg:last-child {
            fill: rgba(0, 0, 0, 1);
        }

    #GROUP381 {
        width: 198px;
        height: 28px;
        top: 26px;
        left: 133.5px;
    }

    #HEADLINE385 {
        width: 474px;
        top: 0px;
        left: 0px;
    }

        #HEADLINE385 > .ladi-headline {
            color: rgb(21, 15, 40);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

    #HEADLINE387 {
        width: 323px;
        top: 0px;
        left: 0px;
    }

        #HEADLINE387 > .ladi-headline {
            color: rgb(32, 37, 79);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            letter-spacing: 0px;
            line-height: 1.2;
        }

    #PARAGRAPH388 {
        width: 323px;
        top: 33px;
        left: 0px;
    }

        #PARAGRAPH388 > .ladi-paragraph {
            color: rgb(84, 84, 84);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #GROUP386 {
        width: 323px;
        height: 225px;
        top: 834.03px;
        left: 88.6648px;
    }

    #SECTION416 {
        height: 849.781px;
        display: none !important;
    }

        #SECTION416 > .ladi-overlay {
            background-color: rgb(8, 11, 34);
            opacity: 0.7;
        }

        #SECTION416 > .ladi-section-background {
            background-size: cover;
            background-attachment: fixed;
            background-image: url("https://w.ladicdn.com/s768x849/5c8f292f0ecdc230dd3bd7b9/dq4FQbpt20210922100812.jpeg");
            background-position: center top;
            background-repeat: repeat;
        }

        #SECTION416 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #SECTION447 {
        height: 746px;
    }

        #SECTION447 > .ladi-section-background {
            background-color: rgb(240, 240, 240);
        }

        #SECTION447 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #SECTION449 {
        height: 1012.57px;
    }

        #SECTION449 > .ladi-overlay {
            background-color: rgb(1, 6, 38);
            opacity: 0.7;
        }

        #SECTION449 > .ladi-section-background {
            background-size: cover;
            background-attachment: fixed;
            background-image: url("https://w.ladicdn.com/s768x1012/5c8f292f0ecdc230dd3bd7b9/8aij8xrn20210922091358.jpg");
            background-position: center top;
            background-repeat: repeat;
        }

        #SECTION449 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #FORM450 {
        width: 316.898px;
        height: 285px;
        top: 629.025px;
        left: 54.551px;
    }

        #FORM450 > .ladi-form {
            color: rgb(132, 128, 128);
            font-size: 15px;
            line-height: 1.6;
        }

        #FORM450 .ladi-form-item .ladi-form-control::placeholder, #FORM450 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
            color: rgba(132, 128, 128, 1.0);
        }

        #FORM450 .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(132%2C%20128%2C%20128%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
        }

        #FORM450 .ladi-form-item-container, #FORM450 .ladi-form-label-container .ladi-form-label-item {
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 1px;
        }

            #FORM450 .ladi-form-item-container .ladi-form-quantity button {
                background-color: rgb(0, 0, 0);
            }

        #FORM450 .ladi-form-item-background {
            background-color: rgb(255, 255, 255);
        }

    #BUTTON451 {
        width: 187.459px;
        height: 38.8491px;
        top: 246.151px;
        left: 61.7195px;
    }

        #BUTTON451 > .ladi-button > .ladi-button-background {
            background-color: rgb(250, 80, 28);
        }

    #BUTTON_TEXT451 {
        width: 217px;
        top: 9.47548px;
        left: 0px;
    }

        #BUTTON_TEXT451 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #FORM_ITEM452 {
        width: 316.898px;
        height: 46.8491px;
        top: 0px;
        left: 0px;
    }

    #FORM_ITEM453 {
        width: 316.898px;
        height: 47.3776px;
        top: 56.3774px;
        left: 0px;
    }

    #FORM_ITEM454 {
        width: 316.898px;
        height: 46.8491px;
        top: 113.755px;
        left: 0px;
    }

    #BOX456 {
        width: 372px;
        height: 447px;
        top: 520px;
        left: 24px;
    }

        #BOX456 > .ladi-box {
            background: #fdfbfb;
            background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
            background: linear-gradient(180deg, #fdfbfb, #eaedee);
        }

    #PARAGRAPH458 {
        width: 416px;
        top: 440px;
        left: 0px;
    }

        #PARAGRAPH458 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

    #FORM_ITEM460 {
        width: 316.898px;
        height: 41px;
        top: 170.604px;
        left: 0px;
    }

    #HEADLINE461 {
        width: 334px;
        top: 20px;
        left: 43px;
    }

        #HEADLINE461 > .ladi-headline {
            text-decoration-line: underline;
            -webkit-text-decoration-line: underline;
            color: rgb(255, 255, 255);
            font-size: 28px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE462 {
        width: 132.775px;
        height: 44.2584px;
        top: 553.358px;
        left: 137px;
    }

        #IMAGE462 > .ladi-image > .ladi-image-background {
            width: 132.775px;
            height: 44.2584px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s450x350/5c8f292f0ecdc230dd3bd7b9/logo-sodes-20210702023221.png");
        }

    #PARAGRAPH463 {
        width: 384px;
        top: 160.025px;
        left: 21px;
    }

        #PARAGRAPH463 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-style: italic;
            line-height: 1.6;
        }

    #SECTION469 {
        height: 435.787px;
    }

        #SECTION469 > .ladi-section-background {
            background-color: rgb(0, 39, 95);
        }

        #SECTION469 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #HEADLINE470 {
        width: 388px;
        top: 81.54px;
        left: 15px;
    }

        #HEADLINE470 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: bold;
            text-align: justify;
            line-height: 1.2;
        }

    #GROUP471 {
        width: 391.703px;
        height: 125.171px;
        top: 285.818px;
        left: 14px;
    }

    #PARAGRAPH472 {
        width: 363px;
        top: 0px;
        left: 28.7026px;
    }

        #PARAGRAPH472 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-align: justify;
            line-height: 1.6;
        }

    #SHAPE473 {
        width: 25.3258px;
        height: 28.3742px;
        top: 1.8916px;
        left: 0px;
    }

        #SHAPE473 svg:last-child {
            fill: rgba(255, 112, 50, 1.0);
        }

    #SHAPE474 {
        width: 19.6488px;
        height: 22.0139px;
        top: 73px;
        left: 3.45587px;
    }

        #SHAPE474 > .ladi-shape {
            transform: rotate(26deg);
            -webkit-transform: rotate(26deg);
        }

        #SHAPE474 svg:last-child {
            fill: rgba(255, 112, 50, 1.0);
        }

    #SHAPE475 {
        width: 26.0374px;
        height: 29.1714px;
        top: 96px;
        left: 0.755868px;
    }

        #SHAPE475 svg:last-child {
            fill: rgba(255, 112, 50, 1.0);
        }

    #LINE476 {
        height: 131px;
        top: 284.904px;
        left: 0px;
    }

        #LINE476 > .ladi-line > .ladi-line-container {
            border-top: 0px !important;
            border-right: 4px solid rgb(255, 255, 255);
            border-bottom: 4px solid rgb(255, 255, 255);
            border-left: 4px solid rgb(255, 255, 255);
        }

        #LINE476 > .ladi-line {
            height: 100%;
            padding: 0px 8px;
        }

    #IMAGE477 {
        width: 124.775px;
        height: 41.5917px;
        top: 11px;
        left: 14px;
    }

        #IMAGE477 > .ladi-image > .ladi-image-background {
            width: 124.775px;
            height: 41.5917px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s450x350/5c8f292f0ecdc230dd3bd7b9/reg-20210118093659.png");
        }

    #SHAPE478 {
        width: 80px;
        height: 20.3581px;
        top: 128px;
        left: 176px;
    }

        #SHAPE478 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #HEADLINE431 {
        width: 210px;
        top: 463.227px;
        left: 81.2375px;
    }

        #HEADLINE431 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 12px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #HEADLINE430 {
        width: 232px;
        top: 441.902px;
        left: 70.2375px;
    }

        #HEADLINE430 > .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.2;
        }

    #PARAGRAPH428 {
        width: 318px;
        top: 48.8926px;
        left: 18.6809px;
    }

        #PARAGRAPH428 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(5, 31, 77);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #SHAPE427 {
        width: 29.2028px;
        height: 28.0892px;
        top: 11.2987px;
        left: 24.6809px;
    }

        #SHAPE427 svg:last-child {
            fill: rgba(242, 67, 13, 1.0);
        }

    #SHAPE426 {
        width: 477.599px;
        height: 290.443px;
        top: 384.006px;
        left: -48.562px;
    }

        #SHAPE426 > .ladi-shape {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

        #SHAPE426 svg:last-child {
            fill: rgba(255, 144, 1, 1.0);
        }

    #FRAME425 {
        width: 356.875px;
        height: 486px;
        top: 0px;
        left: 590.421px;
    }

        #FRAME425 > .ladi-frame > .ladi-frame-background {
            background-color: rgb(255, 255, 255);
        }

        #FRAME425 > .ladi-frame {
            box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        }

    #GROUP417 {
        width: 860px;
        height: 353px;
        top: 140px;
        left: 15px;
    }

    #HEADLINE525 {
        width: 315px;
        top: 0px;
        left: 0px;
    }

        #HEADLINE525 > .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.2;
        }

    #LINE526 {
        width: 112px;
        top: 86px;
        left: 10.5px;
    }

        #LINE526 > .ladi-line > .ladi-line-container {
            border-top: 3px solid rgb(255, 255, 255);
            border-right: 3px solid rgb(255, 255, 255);
            border-bottom: 3px solid rgb(255, 255, 255);
            border-left: 0px !important;
        }

        #LINE526 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #LINE527 {
        width: 112px;
        top: 86px;
        left: 192.5px;
    }

        #LINE527 > .ladi-line > .ladi-line-container {
            border-top: 3px solid rgb(255, 255, 255);
            border-right: 3px solid rgb(255, 255, 255);
            border-bottom: 3px solid rgb(255, 255, 255);
            border-left: 0px !important;
        }

        #LINE527 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #SHAPE528 {
        width: 38px;
        height: 38px;
        top: 82px;
        left: 138.5px;
    }

        #SHAPE528 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #GROUP524 {
        width: 315px;
        height: 120px;
        top: 10px;
        left: 52.5px;
    }

    #GROUP617 {
        width: 474px;
        height: 54px;
        top: 29px;
        left: -24px;
    }

    #SHAPE700 {
        width: 27.1448px;
        height: 33.5083px;
        top: 887px;
        left: 10px;
    }

        #SHAPE700 svg:last-child {
            fill: rgba(32, 37, 79, 1);
        }

    #SHAPE716 {
        width: 49px;
        height: 49px;
        top: 6.6116px;
        left: 14px;
    }

        #SHAPE716 svg:last-child {
            fill: rgba(255, 255, 255, 1.0);
        }

    #BUTTON_TEXT717 {
        width: 140px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT717 > .ladi-headline {
            color: rgb(244, 64, 37);
            font-size: 13px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON717 {
        width: 85.109px;
        height: 29.6266px;
        top: 14.588px;
        left: 318.526px;
    }

        #BUTTON717 > .ladi-button > .ladi-button-background {
            background-color: rgb(255, 255, 255);
        }

        #BUTTON717 > .ladi-button {
            border-color: rgb(244, 64, 37);
            border-width: 1px;
            border-radius: 100px;
        }

        #BUTTON717.ladi-animation > .ladi-button {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 1s;
            -webkit-animation-delay: 1s;
            animation-duration: 15s;
            -webkit-animation-duration: 15s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
        }

    #BUTTON_TEXT720 {
        width: 161px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT720 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON720 {
        width: 87.4252px;
        height: 40.3333px;
        top: 0.1667px;
        left: 0px;
    }

        #BUTTON720 > .ladi-button > .ladi-button-background {
            background-color: rgba(245, 65, 38, 0);
        }

        #BUTTON720 > .ladi-button {
            border-color: rgb(244, 64, 37);
            border-width: 1px;
            border-radius: 100px;
        }

    #BUTTON_TEXT722 {
        width: 197px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT722 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON722 {
        width: 107.236px;
        height: 40.3333px;
        top: 0.1667px;
        left: 87.425px;
    }

        #BUTTON722 > .ladi-button > .ladi-button-background {
            background-color: rgba(245, 65, 38, 0);
        }

        #BUTTON722 > .ladi-button {
            border-color: rgb(244, 64, 37);
            border-width: 1px;
            border-radius: 100px;
        }

    #BUTTON_TEXT724 {
        width: 180px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT724 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON724 {
        width: 98.0447px;
        height: 40.3333px;
        top: 0px;
        left: 194.662px;
    }

        #BUTTON724 > .ladi-button > .ladi-button-background {
            background-color: rgba(245, 65, 38, 0);
        }

        #BUTTON724 > .ladi-button {
            border-color: rgb(244, 64, 37);
            border-width: 1px;
            border-radius: 100px;
        }

    #BUTTON_TEXT726 {
        width: 167px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT726 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON726 {
        width: 90.8956px;
        height: 40.3333px;
        top: 0px;
        left: 292.706px;
    }

        #BUTTON726 > .ladi-button > .ladi-button-background {
            background-color: rgba(245, 65, 38, 0);
        }

        #BUTTON726 > .ladi-button {
            border-color: rgb(244, 64, 37);
            border-width: 1px;
            border-radius: 100px;
        }

    #GROUP719 {
        width: 383.602px;
        height: 40.5px;
        top: 5.294px;
        left: 477.199px;
        display: none !important;
    }

    #IMAGE728 {
        width: 95.8126px;
        height: 31.7704px;
        top: 15.1588px;
        left: 159.227px;
    }

        #IMAGE728 > .ladi-image > .ladi-image-background {
            width: 95.8126px;
            height: 31.7704px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x350/5c8f292f0ecdc230dd3bd7b9/logo-sodes-trang-20210830093437.png");
        }

    #SECTION715 {
        height: 61.3176px;
    }

        #SECTION715 > .ladi-section-background {
            background-color: rgb(35, 22, 77);
        }

        #SECTION715 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #BOX730 {
        width: 66.9254px;
        height: 65.9652px;
        top: 0px;
        left: 0px;
    }

        #BOX730 > .ladi-box {
            background: rgba(255, 144, 1, 1);
            background: -webkit-linear-gradient(180deg, rgba(255, 144, 1, 1), rgba(255, 255, 255, 1));
            background: linear-gradient(180deg, rgba(255, 144, 1, 1), rgba(255, 255, 255, 1));
            border-radius: 0px;
        }

    #SHAPE731 {
        width: 20.8087px;
        height: 21.0406px;
        top: 5.68666px;
        left: 23.0583px;
    }

        #SHAPE731 svg:last-child {
            fill: rgba(0, 0, 0, 1.0);
        }

    #HEADLINE732 {
        width: 47px;
        top: 26.7273px;
        left: 9.84197px;
    }

        #HEADLINE732 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 36px;
            text-align: center;
            line-height: 1;
        }

    #GROUP729 {
        width: 66.9254px;
        height: 65.9652px;
        top: 319.535px;
        left: 7.476px;
    }

    #BOX734 {
        width: 66.961px;
        height: 66.0002px;
        top: 0px;
        left: 0px;
    }

        #BOX734 > .ladi-box {
            background: rgba(255, 144, 1, 1);
            background: -webkit-linear-gradient(180deg, rgba(255, 144, 1, 1), rgba(255, 255, 255, 1));
            background: linear-gradient(180deg, rgba(255, 144, 1, 1), rgba(255, 255, 255, 1));
            border-radius: 0px;
        }

    #SHAPE735 {
        width: 20.8198px;
        height: 21.0518px;
        top: 5.68968px;
        left: 23.0706px;
    }

        #SHAPE735 svg:last-child {
            fill: rgba(0, 0, 0, 1.0);
        }

    #HEADLINE736 {
        width: 47px;
        top: 26.7415px;
        left: 9.84721px;
    }

        #HEADLINE736 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 36px;
            text-align: center;
            line-height: 1;
        }

    #GROUP733 {
        width: 66.961px;
        height: 66.0002px;
        top: 568.035px;
        left: 7.476px;
    }

    #BOX738 {
        width: 69.9996px;
        height: 68.9952px;
        top: 0px;
        left: 0px;
    }

        #BOX738 > .ladi-box {
            background: rgba(255, 144, 1, 1);
            background: -webkit-linear-gradient(180deg, rgba(255, 144, 1, 1), rgba(255, 255, 255, 1));
            background: linear-gradient(180deg, rgba(255, 144, 1, 1), rgba(255, 255, 255, 1));
            border-radius: 0px;
        }

    #SHAPE739 {
        width: 21.7646px;
        height: 22.0071px;
        top: 5.94787px;
        left: 24.1175px;
    }

        #SHAPE739 svg:last-child {
            fill: rgba(0, 0, 0, 1.0);
        }

    #HEADLINE740 {
        width: 49px;
        top: 27.955px;
        left: 10.2941px;
    }

        #HEADLINE740 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 36px;
            text-align: center;
            line-height: 1;
        }

    #GROUP737 {
        width: 69.9996px;
        height: 68.9952px;
        top: 835.035px;
        left: 8.3355px;
    }

    #HEADLINE815 {
        width: 400px;
        top: 109.034px;
        left: 82px;
    }

        #HEADLINE815 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 15px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE816 {
        width: 400px;
        top: 19.148px;
        left: 68.908px;
    }

        #HEADLINE816 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 15px;
            font-weight: bold;
            line-height: 1.6;
        }

    #HEADLINE817 {
        width: 308px;
        top: 9.52px;
        left: 74.7956px;
    }

        #HEADLINE817 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE818 {
        width: 333px;
        top: 9.76px;
        left: 59.1728px;
    }

        #HEADLINE818 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
        }

    #HEADLINE819 {
        width: 287px;
        top: 19.76px;
        left: 94.3479px;
    }

        #HEADLINE819 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 15px;
            font-weight: bold;
            line-height: 1.6;
        }

    #LIST_PARAGRAPH192 {
        width: 401px;
        top: 1082.85px;
        left: 6.101px;
    }

        #LIST_PARAGRAPH192 > .ladi-list-paragraph {
            color: rgb(32, 37, 79);
            font-size: 17px;
            line-height: 1.6;
        }

        #LIST_PARAGRAPH192 ul li {
            padding-bottom: 10px;
            padding-left: 38px;
        }

            #LIST_PARAGRAPH192 ul li:before {
                content: "";
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(32%2C%2037%2C%2079%2C%201)%22%3E%20%3Cpath%20d%3D%22M1284%20734q0-28-18-46l-91-90q-19-19-45-19t-45%2019l-408%20407-226-226q-19-19-45-19t-45%2019l-91%2090q-18%2018-18%2046%200%2027%2018%2045l362%20362q19%2019%2045%2019%2027%200%2046-19l543-543q18-18%2018-45zm252%20162q0%20209-103%20385.5T1153.5%201561%20768%201664t-385.5-103T103%201281.5%200%20896t103-385.5T382.5%20231%20768%20128t385.5%20103T1433%20510.5%201536%20896z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
                width: 25px;
                height: 25px;
                top: 0px;
            }

    #HEADLINE190 {
        width: 33px;
        top: 28.517px;
        left: 25px;
    }

        #HEADLINE190 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 21px;
            font-weight: bold;
            line-height: 1.6;
        }

    #IMAGE189 {
        width: 418.369px;
        height: 74.2961px;
        top: 0px;
        left: 0px;
    }

        #IMAGE189 > .ladi-image > .ladi-image-background {
            width: 418.369px;
            height: 74.2961px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x400/5c8f292f0ecdc230dd3bd7b9/noi-dung-btl-11-20210930103347.png");
        }

    #HEADLINE821 {
        width: 246px;
        top: 22px;
        left: 105.75px;
    }

        #HEADLINE821 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 20px;
            font-weight: bold;
            line-height: 1.6;
        }

    #IMAGE822 {
        width: 97.5972px;
        height: 96.2603px;
        top: 503px;
        left: 161.201px;
    }

        #IMAGE822 > .ladi-image > .ladi-image-background {
            width: 97.5972px;
            height: 96.2603px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/anh-fb-1-20210927042641.png");
        }

    #FRAME418 {
        width: 356.875px;
        height: 486px;
        top: 0px;
        left: 8.421px;
    }

        #FRAME418 > .ladi-frame > .ladi-frame-background {
            background-color: rgb(255, 255, 255);
        }

        #FRAME418 > .ladi-frame {
            box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        }

    #SHAPE419 {
        width: 477.599px;
        height: 290.443px;
        top: 384.006px;
        left: -48.562px;
    }

        #SHAPE419 > .ladi-shape {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

        #SHAPE419 svg:last-child {
            fill: rgba(255, 144, 1, 1.0);
        }

    #SHAPE420 {
        width: 29.2028px;
        height: 28.0892px;
        top: 11.2987px;
        left: 24.6809px;
    }

        #SHAPE420 svg:last-child {
            fill: rgba(242, 67, 13, 1.0);
        }

    #PARAGRAPH421 {
        width: 318px;
        top: 48.8926px;
        left: 18.6809px;
    }

        #PARAGRAPH421 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(5, 31, 77);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #HEADLINE423 {
        width: 232px;
        top: 441.902px;
        left: 70.2375px;
    }

        #HEADLINE423 > .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.2;
        }

    #HEADLINE424 {
        width: 210px;
        top: 463.227px;
        left: 81.2375px;
    }

        #HEADLINE424 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 12px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE823 {
        width: 96.0884px;
        height: 96.2603px;
        top: 715.521px;
        left: 161.956px;
    }

        #IMAGE823 > .ladi-image > .ladi-image-background {
            width: 96.0884px;
            height: 96.2603px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/anh-fb-2-20210927043259.png");
        }

    #IMAGE824 {
        width: 96.2603px;
        height: 96.2603px;
        top: 609.26px;
        left: 161.87px;
    }

        #IMAGE824 > .ladi-image > .ladi-image-background {
            width: 96.2603px;
            height: 96.2603px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/anh-fb-3-20210927043608.png");
        }

    #PARAGRAPH827 {
        width: 320px;
        top: 96.971px;
        left: 51.018px;
    }

        #PARAGRAPH827 > .ladi-paragraph {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: justify;
            line-height: 1.6;
        }

    #BUTTON_TEXT828 {
        width: 332px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT828 > .ladi-headline {
            color: rgb(255, 1, 1);
            font-size: 23px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
            -webkit-text-stroke-color: rgb(84, 84, 84);
        }

        #BUTTON_TEXT828.ladi-animation > .ladi-headline {
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

    #BUTTON828 {
        width: 210.314px;
        height: 52.5785px;
        top: 290.971px;
        left: 101.992px;
    }

        #BUTTON828 > .ladi-button > .ladi-button-background {
            background-color: rgb(255, 255, 255);
        }

        #BUTTON828 > .ladi-button {
            border-radius: 43px;
        }

        #BUTTON828.ladi-animation > .ladi-button {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-duration: 2s;
            -webkit-animation-duration: 2s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
        }

    #SECTION825 {
        height: 374.154px;
    }

        #SECTION825 > .ladi-overlay {
            background-color: rgb(1, 2, 14);
            opacity: 0.65;
        }

        #SECTION825 > .ladi-section-background {
            background-size: cover;
            background-attachment: fixed;
            background-image: url("https://w.ladicdn.com/s768x374/5c8f292f0ecdc230dd3bd7b9/osoa-c_-20210928075818.jpg");
            background-position: center top;
            background-repeat: repeat;
        }

        #SECTION825 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #IMAGE830 {
        width: 438.215px;
        height: 257.971px;
        top: 28px;
        left: -5px;
    }

        #IMAGE830 > .ladi-image > .ladi-image-background {
            width: 438.215px;
            height: 257.971px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/cta-mobile-3-20211003103722.png");
        }

    #BOX875 {
        width: 405.982px;
        height: 274.057px;
        top: 185.734px;
        left: 7.009px;
    }

        #BOX875 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/11-20211026095345.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(32, 37, 79);
            border-width: 3px;
            border-radius: 0px;
        }

    #BOX884 {
        width: 405.982px;
        height: 271.442px;
        top: 185.734px;
        left: 7.009px;
    }

        #BOX884 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/12-20211026100134.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 1px;
            border-radius: 0px;
        }

    #IMAGE194 {
        width: 412.961px;
        height: 73.511px;
        top: 0px;
        left: 0px;
    }

        #IMAGE194 > .ladi-image > .ladi-image-background {
            width: 416.949px;
            height: 73.511px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x400/5c8f292f0ecdc230dd3bd7b9/noi-dung-btl-11-20210930103347.png");
        }

    #HEADLINE195 {
        width: 33px;
        top: 28.52px;
        left: 21.9221px;
    }

        #HEADLINE195 > .ladi-headline {
            color: rgb(0, 0, 0);
            font-size: 21px;
            font-weight: bold;
            line-height: 1.6;
        }

    #LIST_PARAGRAPH197 {
        width: 399px;
        top: 1759.78px;
        left: 8px;
    }

        #LIST_PARAGRAPH197 > .ladi-list-paragraph {
            color: rgb(32, 37, 79);
            font-size: 17px;
            line-height: 1.6;
        }

        #LIST_PARAGRAPH197 ul li {
            padding-bottom: 10px;
            padding-left: 38px;
        }

            #LIST_PARAGRAPH197 ul li:before {
                content: "";
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201536%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(32%2C%2037%2C%2079%2C%201)%22%3E%20%3Cpath%20d%3D%22M1284%20734q0-28-18-46l-91-90q-19-19-45-19t-45%2019l-408%20407-226-226q-19-19-45-19t-45%2019l-91%2090q-18%2018-18%2046%200%2027%2018%2045l362%20362q19%2019%2045%2019%2027%200%2046-19l543-543q18-18%2018-45zm252%20162q0%20209-103%20385.5T1153.5%201561%20768%201664t-385.5-103T103%201281.5%200%20896t103-385.5T382.5%20231%20768%20128t385.5%20103T1433%20510.5%201536%20896z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
                width: 25px;
                height: 25px;
                top: 0px;
            }

    #BUTTON_TEXT960 {
        width: 93px;
        top: 6.63916px;
        left: 0px;
    }

        #BUTTON_TEXT960 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON960 {
        width: 98.9248px;
        height: 29.5074px;
        top: 0px;
        left: 0px;
    }

        #BUTTON960 > .ladi-button > .ladi-button-background {
            background-color: rgb(96, 102, 154);
        }

        #BUTTON960 > .ladi-button {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

    #BUTTON_TEXT962 {
        width: 93px;
        top: 6.63916px;
        left: 0px;
    }

        #BUTTON_TEXT962 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON962 {
        width: 98.9248px;
        height: 29.5074px;
        top: 0px;
        left: 70.6605px;
    }

        #BUTTON962 > .ladi-button > .ladi-button-background {
            background-color: rgb(96, 102, 154);
        }

        #BUTTON962 > .ladi-button {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

    #BUTTON_TEXT964 {
        width: 93px;
        top: 6.63916px;
        left: 0px;
    }

        #BUTTON_TEXT964 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON964 {
        width: 98.9248px;
        height: 29.5074px;
        top: 0px;
        left: 132.841px;
    }

        #BUTTON964 > .ladi-button > .ladi-button-background {
            background-color: rgb(96, 102, 154);
        }

        #BUTTON964 > .ladi-button {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

    #BUTTON_GROUP959 {
        width: 231.766px;
        height: 29.5074px;
        top: 162.452px;
        left: 95.125px;
    }

        #BUTTON_GROUP959 > .ladi-button-group > .ladi-element:hover .ladi-button {
            z-index: 9000000090 !important;
        }

        #BUTTON_GROUP959 > .ladi-button-group > .ladi-element.selected .ladi-button {
            border-color: rgb(255, 255, 255) !important;
            z-index: 9000000090 !important;
        }

        #BUTTON_GROUP959 > .ladi-button-group > .ladi-element.selected .ladi-button-background {
            background-color: rgb(32, 37, 79) !important;
        }

        #BUTTON_GROUP959 > .ladi-button-group > .ladi-element.selected .ladi-headline {
            color: rgb(255, 255, 255) !important;
        }

    #BOX969 {
        width: 401.031px;
        height: 272.273px;
        top: 22.371px;
        left: 0px;
    }

        #BOX969 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/22-20211026102911.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 1px;
            border-radius: 0px;
        }

    #BOX970 {
        width: 405.556px;
        height: 272.273px;
        top: 22.371px;
        left: 0px;
    }

        #BOX970 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/23-20211026102937.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 1px;
            border-radius: 0px;
        }

    #BOX971 {
        width: 406.461px;
        height: 272.273px;
        top: 22.371px;
        left: 0px;
    }

        #BOX971 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/21-20211026102722.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(32, 37, 79);
            border-width: 3px;
            border-radius: 0px;
        }

    #BUTTON_TEXT973 {
        width: 100px;
        top: 6.8335px;
        left: 0px;
    }

        #BUTTON_TEXT973 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON973 {
        width: 106.299px;
        height: 30.3711px;
        top: 0px;
        left: 142.745px;
    }

        #BUTTON973 > .ladi-button > .ladi-button-background {
            background-color: rgb(96, 102, 154);
        }

        #BUTTON973 > .ladi-button {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

    #BUTTON_TEXT975 {
        width: 100px;
        top: 6.8335px;
        left: 0px;
    }

        #BUTTON_TEXT975 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON975 {
        width: 106.299px;
        height: 30.3711px;
        top: 0px;
        left: 75.928px;
    }

        #BUTTON975 > .ladi-button > .ladi-button-background {
            background-color: rgb(96, 102, 154);
        }

        #BUTTON975 > .ladi-button {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

    #BUTTON_TEXT977 {
        width: 100px;
        top: 6.8335px;
        left: 0px;
    }

        #BUTTON_TEXT977 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON977 {
        width: 106.299px;
        height: 30.3711px;
        top: 0px;
        left: 0px;
    }

        #BUTTON977 > .ladi-button > .ladi-button-background {
            background-color: rgb(96, 102, 154);
        }

        #BUTTON977 > .ladi-button {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

    #BUTTON_GROUP972 {
        width: 249.044px;
        height: 30.3711px;
        top: 0px;
        left: 80.478px;
    }

        #BUTTON_GROUP972 > .ladi-button-group > .ladi-element:hover .ladi-button {
            z-index: 9000000090 !important;
        }

        #BUTTON_GROUP972 > .ladi-button-group > .ladi-element.selected .ladi-button {
            border-color: rgb(255, 255, 255) !important;
            z-index: 9000000090 !important;
        }

        #BUTTON_GROUP972 > .ladi-button-group > .ladi-element.selected .ladi-button-background {
            background-color: rgb(32, 37, 79) !important;
        }

        #BUTTON_GROUP972 > .ladi-button-group > .ladi-element.selected .ladi-headline {
            color: rgb(255, 255, 255) !important;
        }

    #BOX981 {
        width: 399.454px;
        height: 269.588px;
        top: 0px;
        left: 0px;
    }

        #BOX981 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s700x600/5c8f292f0ecdc230dd3bd7b9/32-20211026102928.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 1px;
            border-radius: 0px;
        }

    #BOX982 {
        width: 403.963px;
        height: 269.588px;
        top: 0px;
        left: 0px;
    }

        #BOX982 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/30-20211026103751.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 1px;
            border-radius: 0px;
        }

    #BOX983 {
        width: 404.865px;
        height: 269.588px;
        top: 0px;
        left: 0px;
    }

        #BOX983 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/31-20211026103815.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(32, 37, 79);
            border-width: 3px;
            border-radius: 0px;
        }

    #BUTTON_TEXT985 {
        width: 95px;
        top: 6.54369px;
        left: 0px;
    }

        #BUTTON_TEXT985 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON985 {
        width: 101.791px;
        height: 29.0831px;
        top: 0px;
        left: 136.69px;
    }

        #BUTTON985 > .ladi-button > .ladi-button-background {
            background-color: rgb(96, 102, 154);
        }

        #BUTTON985 > .ladi-button {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

    #BUTTON_TEXT987 {
        width: 95px;
        top: 6.54369px;
        left: 0px;
    }

        #BUTTON_TEXT987 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON987 {
        width: 101.791px;
        height: 29.0831px;
        top: 0px;
        left: 72.7076px;
    }

        #BUTTON987 > .ladi-button > .ladi-button-background {
            background-color: rgb(96, 102, 154);
        }

        #BUTTON987 > .ladi-button {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

    #BUTTON_TEXT989 {
        width: 95px;
        top: 6.54369px;
        left: 0px;
    }

        #BUTTON_TEXT989 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON989 {
        width: 101.791px;
        height: 29.0831px;
        top: 0px;
        left: 0px;
    }

        #BUTTON989 > .ladi-button > .ladi-button-background {
            background-color: rgb(96, 102, 154);
        }

        #BUTTON989 > .ladi-button {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

    #BUTTON_GROUP984 {
        width: 238.481px;
        height: 29.0831px;
        top: 1443.77px;
        left: 94.1595px;
    }

        #BUTTON_GROUP984 > .ladi-button-group > .ladi-element:hover .ladi-button {
            z-index: 9000000090 !important;
        }

        #BUTTON_GROUP984 > .ladi-button-group > .ladi-element.selected .ladi-button {
            border-color: rgb(255, 255, 255) !important;
            z-index: 9000000090 !important;
        }

        #BUTTON_GROUP984 > .ladi-button-group > .ladi-element.selected .ladi-button-background {
            background-color: rgb(32, 37, 79) !important;
        }

        #BUTTON_GROUP984 > .ladi-button-group > .ladi-element.selected .ladi-headline {
            color: rgb(255, 255, 255) !important;
        }

    #BOX993 {
        width: 404.477px;
        height: 269.316px;
        top: 2133.9px;
        left: 8.4355px;
    }

        #BOX993 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/42-20211027034334.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 1px;
            border-radius: 0px;
        }

    #BOX994 {
        width: 404.9px;
        height: 269.316px;
        top: 2133.9px;
        left: 8px;
    }

        #BOX994 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/43-20211027034351.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 1px;
            border-radius: 0px;
        }

    #BOX995 {
        width: 405.202px;
        height: 269.316px;
        top: 2133.9px;
        left: 8px;
    }

        #BOX995 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/41-20211027034256.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(32, 37, 79);
            border-width: 3px;
            border-radius: 0px;
        }

    #BUTTON_TEXT997 {
        width: 94px;
        top: 6.45332px;
        left: 0px;
    }

        #BUTTON_TEXT997 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON997 {
        width: 100.384px;
        height: 28.6814px;
        top: 0px;
        left: 134.803px;
    }

        #BUTTON997 > .ladi-button > .ladi-button-background {
            background-color: rgb(96, 102, 154);
        }

        #BUTTON997 > .ladi-button {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

    #BUTTON_TEXT999 {
        width: 94px;
        top: 6.45332px;
        left: 0px;
    }

        #BUTTON_TEXT999 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON999 {
        width: 100.384px;
        height: 28.6814px;
        top: 0px;
        left: 71.7034px;
    }

        #BUTTON999 > .ladi-button > .ladi-button-background {
            background-color: rgb(96, 102, 154);
        }

        #BUTTON999 > .ladi-button {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

    #BUTTON_TEXT1001 {
        width: 94px;
        top: 6.45332px;
        left: 0px;
    }

        #BUTTON_TEXT1001 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON1001 {
        width: 100.384px;
        height: 28.6814px;
        top: 0px;
        left: 0px;
    }

        #BUTTON1001 > .ladi-button > .ladi-button-background {
            background-color: rgb(96, 102, 154);
        }

        #BUTTON1001 > .ladi-button {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

    #BUTTON_GROUP996 {
        width: 235.187px;
        height: 28.6814px;
        top: 2112.3px;
        left: 90.082px;
    }

        #BUTTON_GROUP996 > .ladi-button-group > .ladi-element:hover .ladi-button {
            z-index: 9000000090 !important;
        }

        #BUTTON_GROUP996 > .ladi-button-group > .ladi-element.selected .ladi-button {
            border-color: rgb(255, 255, 255) !important;
            z-index: 9000000090 !important;
        }

        #BUTTON_GROUP996 > .ladi-button-group > .ladi-element.selected .ladi-button-background {
            background-color: rgb(32, 37, 79) !important;
        }

        #BUTTON_GROUP996 > .ladi-button-group > .ladi-element.selected .ladi-headline {
            color: rgb(255, 255, 255) !important;
        }

    #BOX1005 {
        width: 397.475px;
        height: 270.518px;
        top: 0px;
        left: 0px;
    }

        #BOX1005 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s700x600/5c8f292f0ecdc230dd3bd7b9/51-20211027035203.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 1px;
            border-radius: 0px;
        }

    #BOX1006 {
        width: 401.961px;
        height: 270.518px;
        top: 0px;
        left: 0px;
    }

        #BOX1006 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/52-20211027035217.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-width: 1px;
            border-radius: 0px;
        }

    #BOX1007 {
        width: 402.858px;
        height: 270.518px;
        top: 0px;
        left: 0px;
    }

        #BOX1007 > .ladi-box {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://w.ladicdn.com/s750x600/5c8f292f0ecdc230dd3bd7b9/50-20211027035137.jpg");
            background-position: center top;
            background-repeat: repeat;
            border-style: solid;
            border-color: rgb(32, 37, 79);
            border-width: 3px;
            border-radius: 0px;
        }

    #GROUP1004 {
        width: 402.858px;
        height: 270.518px;
        top: 2840.16px;
        left: 8.859px;
    }

    #BUTTON_TEXT1009 {
        width: 97px;
        top: 6.63338px;
        left: 0px;
    }

        #BUTTON_TEXT1009 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON1009 {
        width: 103.186px;
        height: 29.4817px;
        top: 0px;
        left: 138.564px;
    }

        #BUTTON1009 > .ladi-button > .ladi-button-background {
            background-color: rgb(96, 102, 154);
        }

        #BUTTON1009 > .ladi-button {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

    #BUTTON_TEXT1011 {
        width: 97px;
        top: 6.63338px;
        left: 0px;
    }

        #BUTTON_TEXT1011 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON1011 {
        width: 103.186px;
        height: 29.4817px;
        top: 0px;
        left: 73.7043px;
    }

        #BUTTON1011 > .ladi-button > .ladi-button-background {
            background-color: rgb(96, 102, 154);
        }

        #BUTTON1011 > .ladi-button {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

    #BUTTON_TEXT1013 {
        width: 97px;
        top: 6.63338px;
        left: 0px;
    }

        #BUTTON_TEXT1013 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON1013 {
        width: 103.186px;
        height: 29.4817px;
        top: 0px;
        left: 0px;
    }

        #BUTTON1013 > .ladi-button > .ladi-button-background {
            background-color: rgb(96, 102, 154);
        }

        #BUTTON1013 > .ladi-button {
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-width: 3px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

    #BUTTON_GROUP1008 {
        width: 241.75px;
        height: 29.4817px;
        top: 2818.68px;
        left: 84.9605px;
    }

        #BUTTON_GROUP1008 > .ladi-button-group > .ladi-element:hover .ladi-button {
            z-index: 9000000090 !important;
        }

        #BUTTON_GROUP1008 > .ladi-button-group > .ladi-element.selected .ladi-button {
            border-color: rgb(255, 255, 255) !important;
            z-index: 9000000090 !important;
        }

        #BUTTON_GROUP1008 > .ladi-button-group > .ladi-element.selected .ladi-button-background {
            background-color: rgb(32, 37, 79) !important;
        }

        #BUTTON_GROUP1008 > .ladi-button-group > .ladi-element.selected .ladi-headline {
            color: rgb(255, 255, 255) !important;
        }

    #PARAGRAPH1030 {
        width: 166px;
        top: 290.526px;
        left: 140.5px;
    }

        #PARAGRAPH1030 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 18px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH1029 {
        width: 293px;
        top: 334.526px;
        left: 29px;
    }

        #PARAGRAPH1029 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 16px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH1028 {
        width: 57px;
        top: 293.026px;
        left: 77.5px;
    }

        #PARAGRAPH1028 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 16px;
            font-style: italic;
            line-height: 1.6;
        }

    #PARAGRAPH1027 {
        width: 336px;
        top: 225.526px;
        left: 4.5px;
    }

        #PARAGRAPH1027 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE1025 {
        width: 308.211px;
        height: 217.052px;
        top: 4.474px;
        left: 17.8245px;
    }

        #IMAGE1025 > .ladi-image > .ladi-image-background {
            width: 308.211px;
            height: 217.052px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s650x550/5c8f292f0ecdc230dd3bd7b9/qt-1-20211001024947.png");
        }

    #BOX1047 {
        width: 358.86px;
        height: 515px;
        top: 0px;
        left: 0px;
    }

        #BOX1047 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(0, 39, 95);
            border-width: 4px;
            border-radius: 15px;
        }

    #BOX1050 {
        width: 358.86px;
        height: 515px;
        top: 0px;
        left: 0px;
    }

        #BOX1050 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(0, 39, 95);
            border-width: 4px;
            border-radius: 15px;
        }

    #BOX1059 {
        width: 359px;
        height: 515px;
        top: 0px;
        left: 0px;
    }

        #BOX1059 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(0, 39, 95);
            border-width: 4px;
            border-radius: 15px;
        }

    #IMAGE1061 {
        width: 300.474px;
        height: 212.526px;
        top: 9.526px;
        left: 26.622px;
    }

        #IMAGE1061 > .ladi-image > .ladi-image-background {
            width: 300.474px;
            height: 212.526px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s650x550/5c8f292f0ecdc230dd3bd7b9/qt-3-20211001031017.png");
        }

    #PARAGRAPH1063 {
        width: 241px;
        top: 225.526px;
        left: 60.565px;
    }

        #PARAGRAPH1063 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #PARAGRAPH1064 {
        width: 73px;
        top: 295.026px;
        left: 82.6221px;
    }

        #PARAGRAPH1064 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 16px;
            font-style: italic;
            line-height: 1.6;
        }

    #PARAGRAPH1065 {
        width: 298px;
        top: 339.526px;
        left: 28.5px;
    }

        #PARAGRAPH1065 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 16px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH1066 {
        width: 148px;
        top: 292.526px;
        left: 149.565px;
    }

        #PARAGRAPH1066 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 18px;
            font-weight: bold;
            line-height: 1.6;
        }

    #GROUP1068 {
        width: 327px;
        height: 240px;
        top: 226.08px;
        left: 15.93px;
    }

    #PARAGRAPH1057 {
        width: 163px;
        top: 63px;
        left: 127.1px;
    }

        #PARAGRAPH1057 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 18px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH1056 {
        width: 295px;
        top: 112px;
        left: 13px;
    }

        #PARAGRAPH1056 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 16px;
            text-align: justify;
            line-height: 1.6;
        }

    #PARAGRAPH1055 {
        width: 58px;
        top: 65.5px;
        left: 62.3569px;
    }

        #PARAGRAPH1055 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 16px;
            font-style: italic;
            line-height: 1.6;
        }

    #PARAGRAPH1054 {
        width: 327px;
        top: 0px;
        left: 0px;
    }

        #PARAGRAPH1054 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #IMAGE1052 {
        width: 312.157px;
        height: 214.052px;
        top: 7.554px;
        left: 21.325px;
    }

        #IMAGE1052 > .ladi-image > .ladi-image-background {
            width: 312.157px;
            height: 214.052px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s650x550/5c8f292f0ecdc230dd3bd7b9/qt-2-20211001030334.png");
        }

    #SECTION1069 {
        height: 241.71px;
        display: none !important;
    }

        #SECTION1069 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #IMAGE1070 {
        width: 533.438px;
        height: 225.044px;
        top: -2.706px;
        left: -71px;
    }

        #IMAGE1070 > .ladi-image > .ladi-image-background {
            width: 533.438px;
            height: 225.044px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s850x550/5c8f292f0ecdc230dd3bd7b9/nt-25-20211001090621.png");
        }

    #IMAGE1023 {
        width: 389.645px;
        height: 211.912px;
        top: 207.025px;
        left: 22.1775px;
    }

        #IMAGE1023 > .ladi-image > .ladi-image-background {
            width: 389.645px;
            height: 211.912px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s700x550/5c8f292f0ecdc230dd3bd7b9/gia-9-20210930044459.png");
        }

    #IMAGE1073 {
        width: 400px;
        height: 141.026px;
        top: 10px;
        left: 10px;
    }

        #IMAGE1073 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 141.026px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x450/5c8f292f0ecdc230dd3bd7b9/qua-tang-to-20210930093110.png");
        }

    #IMAGE1088 {
        width: 414.866px;
        height: 181.939px;
        top: 8px;
        left: -2.9332px;
    }

        #IMAGE1088 > .ladi-image > .ladi-image-background {
            width: 414.866px;
            height: 181.939px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x500/5c8f292f0ecdc230dd3bd7b9/ten-btl-mobile-3-20211004045530.png");
        }

    #VIDEO1089 {
        width: 395.225px;
        height: 222.314px;
        top: 28.943px;
        left: 12.581px;
    }

        #VIDEO1089 > .ladi-video > .ladi-video-background {
            background-size: cover;
            background-attachment: scroll;
            background-origin: content-box;
            background-image: url("https://img.youtube.com/vi/oVU5Ojr04kY/hqdefault.jpg");
            background-position: center center;
            background-repeat: no-repeat;
        }

    #SHAPE1089 {
        width: 60px;
        height: 60px;
        top: 81.157px;
        left: 167.613px;
    }

        #SHAPE1089 svg:last-child {
            fill: rgba(0, 0, 0, 0.5);
        }

    #IMAGE771 {
        width: 409.016px;
        height: 577.98px;
        top: 73px;
        left: 3.5px;
    }

        #IMAGE771 > .ladi-image > .ladi-image-background {
            width: 409.016px;
            height: 586.98px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x900/5c8f292f0ecdc230dd3bd7b9/loi-ich-mobile-1-20211003100022.png");
        }

    #SHAPE1121 {
        width: 477.599px;
        height: 290.443px;
        top: 384.006px;
        left: -48.562px;
    }

        #SHAPE1121 > .ladi-shape {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

        #SHAPE1121 svg:last-child {
            fill: rgba(255, 144, 1, 1.0);
        }

    #SHAPE1122 {
        width: 29.2028px;
        height: 28.0892px;
        top: 11.2987px;
        left: 24.6809px;
    }

        #SHAPE1122 svg:last-child {
            fill: rgba(242, 67, 13, 1.0);
        }

    #PARAGRAPH1123 {
        width: 318px;
        top: 48.8926px;
        left: 18.6809px;
    }

        #PARAGRAPH1123 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(5, 31, 77);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #HEADLINE1124 {
        width: 232px;
        top: 441.902px;
        left: 70.2375px;
    }

        #HEADLINE1124 > .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.2;
        }

    #HEADLINE1125 {
        width: 210px;
        top: 463.227px;
        left: 81.2375px;
    }

        #HEADLINE1125 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 12px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #FRAME1120 {
        width: 356.875px;
        height: 486px;
        top: 27.5px;
        left: 31.5625px;
    }

        #FRAME1120 > .ladi-frame > .ladi-frame-background {
            background-color: rgb(255, 255, 255);
        }

        #FRAME1120 > .ladi-frame {
            box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        }

    #SHAPE1127 {
        width: 477.599px;
        height: 290.443px;
        top: 384.006px;
        left: -48.562px;
    }

        #SHAPE1127 > .ladi-shape {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

        #SHAPE1127 svg:last-child {
            fill: rgba(255, 144, 1, 1.0);
        }

    #SHAPE1128 {
        width: 29.2028px;
        height: 28.0892px;
        top: 11.2987px;
        left: 24.6809px;
    }

        #SHAPE1128 svg:last-child {
            fill: rgba(242, 67, 13, 1.0);
        }

    #PARAGRAPH1129 {
        width: 318px;
        top: 48.8926px;
        left: 18.6809px;
    }

        #PARAGRAPH1129 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(5, 31, 77);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #HEADLINE1130 {
        width: 232px;
        top: 441.902px;
        left: 70.2375px;
    }

        #HEADLINE1130 > .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.2;
        }

    #HEADLINE1131 {
        width: 210px;
        top: 463.227px;
        left: 81.2375px;
    }

        #HEADLINE1131 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 12px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #FRAME1126 {
        width: 356.875px;
        height: 486px;
        top: 27.5px;
        left: 878.562px;
    }

        #FRAME1126 > .ladi-frame > .ladi-frame-background {
            background-color: rgb(255, 255, 255);
        }

        #FRAME1126 > .ladi-frame {
            box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        }

    #SHAPE1133 {
        width: 477.599px;
        height: 290.443px;
        top: 384.006px;
        left: -48.562px;
    }

        #SHAPE1133 > .ladi-shape {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

        #SHAPE1133 svg:last-child {
            fill: rgba(255, 144, 1, 1.0);
        }

    #SHAPE1134 {
        width: 29.2028px;
        height: 28.0892px;
        top: 11.2987px;
        left: 24.6809px;
    }

        #SHAPE1134 svg:last-child {
            fill: rgba(242, 67, 13, 1.0);
        }

    #PARAGRAPH1135 {
        width: 318px;
        top: 48.8926px;
        left: 18.6809px;
    }

        #PARAGRAPH1135 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(5, 31, 77);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #HEADLINE1136 {
        width: 232px;
        top: 441.902px;
        left: 70.2375px;
    }

        #HEADLINE1136 > .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.2;
        }

    #HEADLINE1137 {
        width: 210px;
        top: 463.227px;
        left: 81.2375px;
    }

        #HEADLINE1137 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 12px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #FRAME1132 {
        width: 356.875px;
        height: 486px;
        top: 27.5px;
        left: 453.563px;
    }

        #FRAME1132 > .ladi-frame > .ladi-frame-background {
            background-color: rgb(255, 255, 255);
        }

        #FRAME1132 > .ladi-frame {
            box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        }

    #HEADLINE1139 {
        width: 315px;
        top: 0px;
        left: 0px;
    }

        #HEADLINE1139 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.2;
        }

    #LINE1140 {
        width: 80px;
        top: 32px;
        left: 52.5px;
    }

        #LINE1140 > .ladi-line > .ladi-line-container {
            border-top: 2px solid rgb(255, 255, 255);
            border-right: 2px solid rgb(255, 255, 255);
            border-bottom: 2px solid rgb(255, 255, 255);
            border-left: 0px !important;
        }

        #LINE1140 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #LINE1141 {
        width: 83px;
        top: 32px;
        left: 171.5px;
    }

        #LINE1141 > .ladi-line > .ladi-line-container {
            border-top: 2px solid rgb(255, 255, 255);
            border-right: 2px solid rgb(255, 255, 255);
            border-bottom: 2px solid rgb(255, 255, 255);
            border-left: 0px !important;
        }

        #LINE1141 > .ladi-line {
            width: 100%;
            padding: 8px 0px;
        }

    #SHAPE1142 {
        width: 28px;
        height: 28px;
        top: 28px;
        left: 137.5px;
    }

        #SHAPE1142 svg:last-child {
            fill: rgba(255, 255, 255, 1);
        }

    #GROUP1138 {
        width: 315px;
        height: 56px;
        top: 24px;
        left: 54.5px;
    }

    #SECTION1118 {
        height: 658.78px;
    }

        #SECTION1118 > .ladi-overlay {
            background-color: rgb(8, 11, 34);
            opacity: 0.7;
        }

        #SECTION1118 > .ladi-section-background {
            background-size: cover;
            background-attachment: fixed;
            background-image: url("https://w.ladicdn.com/s768x658/5c8f292f0ecdc230dd3bd7b9/dq4FQbpt20210922100812.jpeg");
            background-position: center top;
            background-repeat: repeat;
        }

        #SECTION1118 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #CAROUSEL1151 {
        width: 420px;
        height: 547px;
        top: 69.14px;
        left: 0px;
    }

    #GROUP1152 {
        width: 358.86px;
        height: 515px;
        top: 0px;
        left: 34.57px;
    }

    #GROUP1153 {
        width: 358.86px;
        height: 515px;
        top: 0px;
        left: 450.57px;
    }

    #GROUP1154 {
        width: 359px;
        height: 515px;
        top: 0px;
        left: 869.43px;
    }

    #CAROUSEL1155 {
        width: 420px;
        height: 543px;
        top: 180.58px;
        left: 0px;
    }

    #IMAGE1157 {
        width: 400px;
        height: 141.026px;
        top: 10px;
        left: 10px;
    }

        #IMAGE1157 > .ladi-image > .ladi-image-background {
            width: 400px;
            height: 141.026px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x450/5c8f292f0ecdc230dd3bd7b9/qua-tang-to-20210930093110.png");
        }

    #SECTION1156 {
        height: 831.548px;
        display: none !important;
    }

        #SECTION1156 > .ladi-section-background {
            background-color: rgb(240, 240, 240);
        }

        #SECTION1156 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #IMAGE1182 {
        width: 306.479px;
        height: 212px;
        top: 0px;
        left: 0px;
    }

        #IMAGE1182 > .ladi-image > .ladi-image-background {
            width: 306.479px;
            height: 212px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s650x550/5c8f292f0ecdc230dd3bd7b9/qt-1-20211001024947.png");
        }

    #BOX1183 {
        width: 722px;
        height: 212px;
        top: 1.261px;
        left: 221px;
    }

        #BOX1183 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(3, 66, 99);
            border-width: 4px;
            border-radius: 15px;
        }

    #HEADLINE1285 {
        width: 486px;
        top: 0px;
        left: 0px;
    }

        #HEADLINE1285 > .ladi-headline {
            color: rgb(32, 37, 79);
            font-size: 18px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH1286 {
        width: 56px;
        top: 38px;
        left: 0px;
    }

        #PARAGRAPH1286 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 16px;
            font-style: italic;
            line-height: 1.6;
        }

    #HEADLINE1287 {
        width: 149px;
        top: 35px;
        left: 58.5219px;
    }

        #HEADLINE1287 > .ladi-headline {
            color: rgb(32, 37, 79);
            font-size: 18px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH1288 {
        width: 612px;
        top: 74px;
        left: 0px;
    }

        #PARAGRAPH1288 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 18px;
            line-height: 1.6;
        }

    #GROUP1289 {
        width: 612px;
        height: 160px;
        top: 30.261px;
        left: 314px;
    }

    #GROUP1290 {
        width: 943px;
        height: 213.261px;
        top: 161.026px;
        left: -261.5px;
    }

    #BOX1292 {
        width: 723.774px;
        height: 212px;
        top: 0px;
        left: 0px;
    }

        #BOX1292 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(3, 66, 99);
            border-width: 4px;
            border-radius: 15px;
        }

    #IMAGE1293 {
        width: 306.814px;
        height: 212px;
        top: 0px;
        left: 641.665px;
    }

        #IMAGE1293 > .ladi-image > .ladi-image-background {
            width: 306.814px;
            height: 212px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s650x550/5c8f292f0ecdc230dd3bd7b9/qt-2-20211001030334.png");
        }

    #HEADLINE1295 {
        width: 558px;
        top: 0px;
        left: 0px;
    }

        #HEADLINE1295 > .ladi-headline {
            color: rgb(32, 37, 79);
            font-size: 18px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH1296 {
        width: 56px;
        top: 38px;
        left: 0px;
    }

        #PARAGRAPH1296 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 16px;
            font-style: italic;
            line-height: 1.6;
        }

    #HEADLINE1297 {
        width: 150px;
        top: 35px;
        left: 59.0645px;
    }

        #HEADLINE1297 > .ladi-headline {
            color: rgb(32, 37, 79);
            font-size: 18px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH1298 {
        width: 618px;
        top: 74px;
        left: 0px;
    }

        #PARAGRAPH1298 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 18px;
            line-height: 1.6;
        }

    #GROUP1294 {
        width: 618px;
        height: 160px;
        top: 26px;
        left: 34.0361px;
    }

    #GROUP1291 {
        width: 948.479px;
        height: 212px;
        top: 384.287px;
        left: -264.24px;
    }

    #BOX1300 {
        width: 725px;
        height: 212px;
        top: 3.261px;
        left: 221px;
    }

        #BOX1300 > .ladi-box {
            background-color: rgb(255, 255, 255);
            border-style: solid;
            border-color: rgb(3, 66, 99);
            border-width: 4px;
            border-radius: 15px;
        }

    #HEADLINE1303 {
        width: 490px;
        top: 0px;
        left: 0px;
    }

        #HEADLINE1303 > .ladi-headline {
            color: rgb(32, 37, 79);
            font-size: 18px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH1304 {
        width: 56px;
        top: 38px;
        left: 0px;
    }

        #PARAGRAPH1304 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 16px;
            font-style: italic;
            line-height: 1.6;
        }

    #HEADLINE1305 {
        width: 150px;
        top: 35px;
        left: 59px;
    }

        #HEADLINE1305 > .ladi-headline {
            color: rgb(32, 37, 79);
            font-size: 18px;
            font-weight: bold;
            line-height: 1.6;
        }

    #PARAGRAPH1306 {
        width: 617px;
        top: 74px;
        left: 0px;
    }

        #PARAGRAPH1306 > .ladi-paragraph {
            color: rgb(32, 37, 79);
            font-size: 18px;
            line-height: 1.6;
        }

    #GROUP1302 {
        width: 617px;
        height: 160px;
        top: 27.261px;
        left: 314px;
    }

    #GROUP1299 {
        width: 946px;
        height: 215.261px;
        top: 606.287px;
        left: -263px;
    }

    #IMAGE1301 {
        width: 306.479px;
        height: 212px;
        top: 0px;
        left: 0px;
    }

        #IMAGE1301 > .ladi-image > .ladi-image-background {
            width: 306.479px;
            height: 212px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s650x550/5c8f292f0ecdc230dd3bd7b9/qt-3-20211001031017.png");
        }

    #POPUP1307 {
        width: 223.15px;
        height: 206px;
        top: 47px;
        left: 0px;
        bottom: auto;
        right: auto;
        margin: auto auto auto calc((100% - 420px) / 2);
    }

        #POPUP1307 > .ladi-popup > .ladi-popup-background {
            background-color: rgba(255, 255, 255, 0);
        }

    #BUTTON_GROUP1308 {
        width: 208.188px;
        height: 153px;
        top: 0px;
        left: 0px;
    }

        #BUTTON_GROUP1308 > .ladi-button-group > .ladi-element:hover .ladi-button {
            z-index: 9000000090 !important;
        }

        #BUTTON_GROUP1308 > .ladi-button-group > .ladi-element.selected .ladi-button {
            z-index: 9000000090 !important;
        }

    #BUTTON1309 {
        width: 207.984px;
        height: 40px;
        top: 0px;
        left: 0px;
    }

        #BUTTON1309 > .ladi-button > .ladi-button-background {
            background-color: rgb(255, 255, 255);
        }

        #BUTTON1309 > .ladi-button {
            border-style: solid;
            border-color: rgb(0, 39, 95);
            border-width: 1px;
        }

    #BUTTON_TEXT1309 {
        width: 206px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT1309 > .ladi-headline {
            color: rgb(0, 39, 95);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON1311 {
        width: 207.984px;
        height: 40px;
        top: 38px;
        left: 0px;
    }

        #BUTTON1311 > .ladi-button > .ladi-button-background {
            background-color: rgb(255, 255, 255);
        }

        #BUTTON1311 > .ladi-button {
            border-style: solid;
            border-color: rgb(0, 39, 95);
            border-width: 1px;
        }

    #BUTTON_TEXT1311 {
        width: 206px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT1311 > .ladi-headline {
            color: rgb(0, 39, 95);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON1313 {
        width: 207.984px;
        height: 40px;
        top: 76px;
        left: 0.204375px;
    }

        #BUTTON1313 > .ladi-button > .ladi-button-background {
            background-color: rgb(255, 255, 255);
        }

        #BUTTON1313 > .ladi-button {
            border-style: solid;
            border-color: rgb(0, 39, 95);
            border-width: 1px;
        }

    #BUTTON_TEXT1313 {
        width: 206px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT1313 > .ladi-headline {
            color: rgb(0, 39, 95);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

    #BUTTON1315 {
        width: 207.984px;
        height: 40px;
        top: 113px;
        left: 0.204375px;
    }

        #BUTTON1315 > .ladi-button > .ladi-button-background {
            background-color: rgb(255, 255, 255);
        }

        #BUTTON1315 > .ladi-button {
            border-style: solid;
            border-color: rgb(0, 39, 95);
            border-width: 1px;
        }

    #BUTTON_TEXT1315 {
        width: 206px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT1315 > .ladi-headline {
            color: rgb(0, 39, 95);
            font-size: 16px;
            text-align: center;
            line-height: 1.6;
        }

    #SHAPE1321 {
        width: 17.0003px;
        height: 18.0006px;
        top: 272px;
        left: 252.406px;
    }

        #SHAPE1321 svg:last-child {
            fill: rgba(255, 255, 255, 1.0);
        }

    #BUTTON1322 {
        width: 208.188px;
        height: 34px;
        top: 153px;
        left: 0.000188px;
    }

        #BUTTON1322 > .ladi-button > .ladi-button-background {
            background-color: rgb(255, 94, 47);
        }

    #BUTTON_TEXT1322 {
        width: 136px;
        top: 9px;
        left: 0px;
    }

        #BUTTON_TEXT1322 > .ladi-headline {
            color: rgb(255, 255, 255);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }

    #FRAME432 {
        width: 356.875px;
        height: 486px;
        top: 0px;
        left: 299.421px;
    }

        #FRAME432 > .ladi-frame > .ladi-frame-background {
            background-color: rgb(255, 255, 255);
        }

        #FRAME432 > .ladi-frame {
            box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        }

    #SHAPE433 {
        width: 477.599px;
        height: 290.443px;
        top: 384.006px;
        left: -48.562px;
    }

        #SHAPE433 > .ladi-shape {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

        #SHAPE433 svg:last-child {
            fill: rgba(255, 144, 1, 1.0);
        }

    #SHAPE434 {
        width: 29.2028px;
        height: 28.0892px;
        top: 11.2987px;
        left: 24.6809px;
    }

        #SHAPE434 svg:last-child {
            fill: rgba(242, 67, 13, 1.0);
        }

    #PARAGRAPH435 {
        width: 318px;
        top: 48.8926px;
        left: 18.6809px;
    }

        #PARAGRAPH435 > .ladi-paragraph {
            font-family: "Open Sans", sans-serif;
            color: rgb(5, 31, 77);
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #HEADLINE437 {
        width: 232px;
        top: 441.902px;
        left: 70.2375px;
    }

        #HEADLINE437 > .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.2;
        }

    #HEADLINE438 {
        width: 210px;
        top: 463.227px;
        left: 81.2375px;
    }

        #HEADLINE438 > .ladi-headline {
            font-family: "Open Sans", sans-serif;
            color: rgb(255, 255, 255);
            font-size: 12px;
            font-style: italic;
            text-align: center;
            line-height: 1.2;
        }

    #IMAGE1330 {
        width: 92.8032px;
        height: 91.532px;
        top: 345.37px;
        left: 144.987px;
    }

        #IMAGE1330 > .ladi-image > .ladi-image-background {
            width: 92.8032px;
            height: 91.532px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/anh-fb-1-20210927042641.png");
        }

    #IMAGE1331 {
        width: 92.8032px;
        height: 91.532px;
        top: 345.37px;
        left: 144.987px;
    }

        #IMAGE1331 > .ladi-image > .ladi-image-background {
            width: 92.8032px;
            height: 91.532px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/anh-fb-1-20210927042641.png");
        }

    #IMAGE1332 {
        width: 92.8032px;
        height: 91.532px;
        top: 345.37px;
        left: 144.987px;
    }

        #IMAGE1332 > .ladi-image > .ladi-image-background {
            width: 92.8032px;
            height: 91.532px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/anh-fb-1-20210927042641.png");
        }

    #IMAGE1333 {
        width: 92.8032px;
        height: 91.532px;
        top: 345.37px;
        left: 144.987px;
    }

        #IMAGE1333 > .ladi-image > .ladi-image-background {
            width: 92.8032px;
            height: 91.532px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/anh-fb-2-20210927043259.png");
        }

    #IMAGE1334 {
        width: 92.8032px;
        height: 91.532px;
        top: 345.37px;
        left: 144.987px;
    }

        #IMAGE1334 > .ladi-image > .ladi-image-background {
            width: 92.8032px;
            height: 91.532px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/anh-fb-3-20210927043608.png");
        }

    #IMAGE1335 {
        width: 92.8032px;
        height: 91.532px;
        top: 345.37px;
        left: 144.987px;
    }

        #IMAGE1335 > .ladi-image > .ladi-image-background {
            width: 92.8032px;
            height: 91.532px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s400x400/5c8f292f0ecdc230dd3bd7b9/anh-fb-1-20210927042641.png");
        }

    #IMAGE1337 {
        width: 435px;
        height: 350.253px;
        top: -1px;
        left: -7px;
    }

        #IMAGE1337 > .ladi-image > .ladi-image-background {
            width: 439.911px;
            height: 350.253px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x700/5c8f292f0ecdc230dd3bd7b9/nt-mobile-9-20211004043314.png");
        }

    #SECTION1336 {
        height: 368px;
    }

        #SECTION1336 .ladi-section-arrow-down {
            background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

    #BOX1338 {
        width: 404.387px;
        height: 232.2px;
        top: 24px;
        left: 8px;
    }

        #BOX1338 > .ladi-box {
            background-color: rgb(0, 0, 0);
        }

    #IMAGE1339 {
        width: 447.963px;
        height: 372.154px;
        top: 0px;
        left: -16.5837px;
    }

        #IMAGE1339 > .ladi-image > .ladi-image-background {
            width: 447.963px;
            height: 372.154px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s750x700/5c8f292f0ecdc230dd3bd7b9/nen-cta-20211004081539.png");
        }

    #IMAGE1341 {
        width: 468.125px;
        height: 663.98px;
        top: 0px;
        left: -19.3565px;
    }

        #IMAGE1341 > .ladi-image > .ladi-image-background {
            width: 468.125px;
            height: 681.98px;
            top: 0px;
            left: 0px;
            background-image: url("https://w.ladicdn.com/s800x1000/5c8f292f0ecdc230dd3bd7b9/nen-loi-ich-20211004083353.png");
        }

    #GROUP980 {
        width: 404.865px;
        height: 269.588px;
        top: 1464.86px;
        left: 8.0965px;
    }

    #GROUP1356 {
        width: 418.369px;
        height: 74.2961px;
        top: 0px;
        left: 0px;
    }

    #GROUP1357 {
        width: 468.908px;
        height: 74.2961px;
        top: 698.09px;
        left: 0px;
    }

    #GROUP1358 {
        width: 406.461px;
        height: 294.644px;
        top: 769.849px;
        left: 7.009px;
    }

    #GROUP1359 {
        width: 412.961px;
        height: 73.511px;
        top: 1372.26px;
        left: 0px;
    }

    #GROUP1360 {
        width: 415.351px;
        height: 72.517px;
        top: 2040.78px;
        left: 0px;
    }

    #GROUP1361 {
        width: 419.983px;
        height: 73.517px;
        top: 2746.17px;
        left: -3.141px;
    }
}

