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
}

.pointer-events-none {
    pointer-events: none
}

.ladipage-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000000000;
    background: rgba(0, 0, 0, .3)
}

.ladipage-message .ladipage-message-box {
    width: 400px;
    max-width: calc(100% - 50px);
    height: 160px;
    border: 1px solid rgba(0, 0, 0, .3);
    background-color: #fff;
    position: fixed;
    top: calc(50% - 155px);
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px
}

.ladipage-message .ladipage-message-box h1 {
    background-color: rgba(6, 21, 40, .05);
    color: #000;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.ladipage-message .ladipage-message-box .ladipage-message-text {
    font-size: 14px;
    padding: 0 20px;
    margin-top: 10px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box
}

.ladipage-message .ladipage-message-box .ladipage-message-close {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    margin: 0 auto;
    padding: 10px 0;
    border: none;
    width: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    background-color: #e6e6e6;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer
}

.ladi-wraper {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: #fff
}

.ladi-section {
    margin: 0 auto;
    position: relative
}

.ladi-section .ladi-section-arrow-down {
    position: absolute;
    width: 36px;
    height: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: url(../index_files/ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
    background-position: 4px;
    cursor: pointer;
    z-index: 90000040
}

.ladi-section.ladi-section-readmore {
    transition: height 350ms linear 0s
}

.ladi-section .ladi-section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden
}

.ladi-container {
    position: relative;
    margin: 0 auto;
    height: 100%
}

.ladi-element {
    position: absolute
}

.ladi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none
}

.ladi-carousel {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-carousel .ladi-carousel-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: left 350ms ease-in-out
}

.ladi-carousel .ladi-carousel-arrow {
    position: absolute;
    width: 30px;
    height: 36px;
    top: calc(50% - 18px);
    background: url(../index_files/ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
    cursor: pointer;
    z-index: 90000040
}

.ladi-carousel .ladi-carousel-arrow-left {
    left: -55px;
    background-position: -28px
}

.ladi-carousel .ladi-carousel-arrow-right {
    right: 30px;
    background-position: -52px
}

.ladi-gallery {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-gallery .ladi-gallery-view {
    position: absolute;
    overflow: hidden
}

.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    transition: transform .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(../fonts/ladipage-play.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    cursor: pointer
}

.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.next,
.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.selected.right {
    left: 0;
    transform: translate3d(100%, 0, 0)
}

.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.prev,
.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.selected.left {
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.next.left,
.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.prev.right,
.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.selected {
    left: 0;
    transform: translate3d(0, 0, 0)
}

.ladi-gallery .ladi-gallery-view>.next,
.ladi-gallery .ladi-gallery-view>.prev,
.ladi-gallery .ladi-gallery-view>.selected {
    display: block
}

.ladi-gallery .ladi-gallery-view>.selected {
    left: 0
}

.ladi-gallery .ladi-gallery-view>.next,
.ladi-gallery .ladi-gallery-view>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.ladi-gallery .ladi-gallery-view>.next {
    left: 100%
}

.ladi-gallery .ladi-gallery-view>.prev {
    left: -100%
}

.ladi-gallery .ladi-gallery-view>.next.left,
.ladi-gallery .ladi-gallery-view>.prev.right {
    left: 0
}

.ladi-gallery .ladi-gallery-view>.selected.left {
    left: -100%
}

.ladi-gallery .ladi-gallery-view>.selected.right {
    left: 100%
}

.ladi-gallery .ladi-gallery-control {
    position: absolute;
    overflow: hidden
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-view {
    width: 100%
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-control {
    top: 0;
    width: 100%
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-view {
    top: 0;
    width: 100%
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control {
    width: 100%;
    bottom: 0
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-view {
    height: 100%
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control {
    height: 100%
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-view {
    height: 100%
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-control {
    height: 100%;
    right: 0
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
    position: absolute;
    width: 30px;
    height: 36px;
    top: calc(50% - 18px);
    background: url(../index_files/ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
    cursor: pointer;
    z-index: 90000040
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
    left: 5px;
    background-position: -28px
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
    right: 5px;
    background-position: -52px
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
    position: absolute;
    background: url(../index_files/ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
    cursor: pointer;
    z-index: 90000040
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow {
    top: calc(50% - 18px);
    width: 30px;
    height: 36px
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
    left: 0;
    background-position: -28px;
    transform: scale(.6)
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
    right: 0;
    background-position: -52px;
    transform: scale(.6)
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
    left: 0;
    background-position: -28px;
    transform: scale(.6)
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
    right: 0;
    background-position: -52px;
    transform: scale(.6)
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow {
    left: calc(50% - 18px);
    width: 36px;
    height: 30px
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left {
    top: 0;
    background-position: -77px;
    transform: scale(.6)
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right {
    bottom: 0;
    background-position: 3px;
    transform: scale(.6)
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
    top: 0;
    background-position: -77px;
    transform: scale(.6)
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
    bottom: 0;
    background-position: 3px;
    transform: scale(.6)
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box {
    position: relative
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-box {
    display: inline-flex;
    left: 0;
    transition: left 150ms ease-in-out
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box {
    display: inline-flex;
    left: 0;
    transition: left 150ms ease-in-out
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-box {
    display: inline-grid;
    top: 0;
    transition: top 150ms ease-in-out
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-box {
    display: inline-grid;
    top: 0;
    transition: top 150ms ease-in-out
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    position: relative;
    cursor: pointer;
    filter: invert(15%)
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.play-video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(../fonts/ladipage-play.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    cursor: pointer
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:hover {
    filter: none
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.selected {
    filter: none
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:last-child {
    margin-right: 0 !important;
    margin-bottom: 0 !important
}

.ladi-table {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto
}

.ladi-table table {
    width: 100%
}

.ladi-table table td {
    vertical-align: middle
}

.ladi-table tbody td {
    word-break: break-word
}

.ladi-table table td img {
    cursor: pointer;
    width: 100%
}

.ladi-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ladi-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ladi-frame .ladi-frame-background {
    height: 100%;
    width: 100%;
    pointer-events: none
}

.ladi-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ladi-banner .ladi-banner-background {
    height: 100%;
    width: 100%;
    pointer-events: none
}

#SECTION_POPUP .ladi-container {
    z-index: 90000070
}

#SECTION_POPUP .ladi-container>.ladi-element {
    z-index: 90000070;
    position: fixed;
    display: none
}

#SECTION_POPUP .ladi-container>.ladi-element.hide-visibility {
    display: block !important;
    visibility: hidden !important
}

#SECTION_POPUP .popup-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    z-index: 9000000080;
    background: url(../index_files/ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
    background-position: -108px;
    cursor: pointer;
    display: none
}

.ladi-popup {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-popup .ladi-popup-background {
    height: 100%;
    width: 100%;
    pointer-events: none
}

.ladi-countdown {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-countdown .ladi-countdown-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    display: table;
    pointer-events: none
}

.ladi-countdown .ladi-countdown-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: inherit;
    display: table;
    pointer-events: none
}

.ladi-countdown .ladi-countdown-text span {
    display: table-cell;
    vertical-align: middle
}

.ladi-countdown>.ladi-element {
    text-decoration: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    position: relative;
    display: inline-block
}

.ladi-countdown>.ladi-element:last-child {
    margin-right: 0 !important
}

.ladi-button {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ladi-button:active {
    transform: translateY(2px);
    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;
    width: 30px;
    height: 36px;
    top: calc(50% - 18px);
    background: url(../index_files/ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
    cursor: pointer;
    z-index: 90000040
}

.ladi-collection .ladi-collection-arrow-left {
    left: 5px;
    background-position: -28px
}

.ladi-collection .ladi-collection-arrow-right {
    right: 5px;
    background-position: -52px
}

.ladi-collection .ladi-collection-button-next {
    position: absolute;
    width: 36px;
    height: 30px;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
    background: url(../index_files/ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
    background-position: 4px;
    cursor: pointer;
    z-index: 90000040
}

.ladi-form {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-form>.ladi-element {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form .ladi-button>.ladi-element {
    color: initial;
    font-size: initial;
    font-weight: initial;
    text-transform: initial;
    text-decoration: initial;
    font-style: initial;
    text-align: initial;
    letter-spacing: initial;
    line-height: initial
}

.ladi-form>.ladi-element .ladi-form-item-container {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item-background {
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px !important;
    background-position: right .5rem center;
    background-repeat: no-repeat
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
    width: calc(100% / 3 - 5px);
    max-width: calc(100% / 3 - 5px);
    min-width: calc(100% / 3 - 5px)
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
    margin-left: 7.5px
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
    margin-left: 7.5px
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
    color: initial
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select[data-selected=""] {
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    vertical-align: middle
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=true] {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=false] {
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form .ladi-form-item-container {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-form .ladi-form-item {
    width: 100%;
    height: 100%;
    position: absolute
}

.ladi-form .ladi-form-item-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.ladi-form .ladi-form-item.ladi-form-checkbox {
    height: auto
}

.ladi-form .ladi-form-item .ladi-form-control {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    color: inherit;
    font-size: inherit;
    border: none
}

.ladi-form .ladi-form-item.ladi-form-checkbox {
    padding: 10px 5px
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: table;
    border: none
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
    display: inline-block;
    border: none;
    position: relative
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
    vertical-align: middle;
    width: 13px;
    height: 13px;
    display: table-cell;
    margin-right: 5px
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
    display: table-cell;
    cursor: default;
    vertical-align: middle;
    word-break: break-word
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item input {
    position: absolute;
    top: 4px
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item span {
    padding-left: 18px
}

.ladi-form .ladi-form-item textarea.ladi-form-control {
    resize: none;
    padding: 5px
}

.ladi-form .ladi-button {
    cursor: pointer
}

.ladi-form .ladi-button .ladi-headline {
    cursor: pointer;
    user-select: none
}

.ladi-cart {
    position: absolute;
    width: 100%;
    font-size: 12px
}

.ladi-cart .ladi-cart-row {
    position: relative;
    display: inline-table;
    width: 100%
}

.ladi-cart .ladi-cart-row:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #dcdcdc
}

.ladi-cart .ladi-cart-no-product {
    text-align: center;
    font-size: 16px;
    vertical-align: middle
}

.ladi-cart .ladi-cart-image {
    width: 16%;
    vertical-align: middle;
    position: relative;
    text-align: center
}

.ladi-cart .ladi-cart-image img {
    max-width: 100%
}

.ladi-cart .ladi-cart-title {
    vertical-align: middle;
    padding: 0 5px;
    word-break: break-all
}

.ladi-cart .ladi-cart-title .ladi-cart-title-name {
    display: block;
    margin-bottom: 5px
}

.ladi-cart .ladi-cart-title .ladi-cart-title-variant {
    font-weight: 700;
    display: block
}

.ladi-cart .ladi-cart-image .ladi-cart-image-quantity {
    position: absolute;
    top: -3px;
    right: -5px;
    background: rgba(150, 149, 149, .9);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 20px
}

.ladi-cart .ladi-cart-quantity {
    width: 70px;
    vertical-align: middle;
    text-align: center
}

.ladi-cart .ladi-cart-quantity-content {
    display: inline-flex
}

.ladi-cart .ladi-cart-quantity input {
    width: 24px;
    text-align: center;
    height: 22px;
    -moz-appearance: textfield;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}

.ladi-cart .ladi-cart-quantity input::-webkit-inner-spin-button,
.ladi-cart .ladi-cart-quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.ladi-cart .ladi-cart-quantity button {
    border: 1px solid #dcdcdc;
    cursor: pointer;
    text-align: center;
    width: 21px;
    height: 22px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ladi-cart .ladi-cart-quantity button:active {
    transform: translateY(2px);
    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 5px
}

.ladi-cart .ladi-cart-action {
    width: 28px;
    vertical-align: middle;
    text-align: center
}

.ladi-cart .ladi-cart-action button {
    border: 1px solid #dcdcdc;
    cursor: pointer;
    text-align: center;
    width: 25px;
    height: 22px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ladi-cart .ladi-cart-action button:active {
    transform: translateY(2px);
    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
}

[data-opacity="0"] {
    opacity: 0
}

[data-hidden=true] {
    display: none
}

[data-action=true] {
    cursor: pointer
}

.ladi-hidden {
    display: none
}

.backdrop-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000060
}

.lightbox-screen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9000000080;
    background: rgba(0, 0, 0, .5)
}

.lightbox-screen .lightbox-close {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9000000090;
    background: url(../index_files/ladi-icons.svg) rgba(255, 255, 255, .2) no-repeat;
    background-position: -108px;
    transform: scale(.7);
    -webkit-transform: scale(.7);
    cursor: pointer
}

.lightbox-screen .lightbox-hidden {
    display: none
}

.ladi-animation-hidden {
    visibility: hidden !important
}

.ladi-lazyload {
    background-image: none !important
}

.ladi-list-paragraph ul li.ladi-lazyload:before {
    background-image: none !important
}

.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: 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
}

@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
    }
}

.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: #404040;
    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: #404040;
    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;
    text-transform: inherit;
    -webkit-text-decoration-line: 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;
    text-transform: inherit;
    -webkit-text-decoration-line: 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) {

    .img-cen img{
        width: 100%;
        
    }

    #SECTION_POPUP {
        height: 0
    }

    #SECTION1 {
        height: 737px
    }

    #SECTION1>.ladi-section-background {
        background-size: 100%;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../index_files/3132-20200117070349-1.jpg);
        background-position: center top;
        background-repeat: no-repeat
    }

    #BOX2 {
        width: 239.023px;
        height: 40.0334px;
        top: 0;
        left: 0
    }

    #BOX2>.ladi-box {
        background-color: #ff2525;
        border-style: dotted;
        border-color: #fff701;
        border-width: 3px;
        border-radius: 18px
    }

    #HEADLINE3 {
        width: 124px;
        top: 7.0083px;
        left: 57.6951px
    }

    #HEADLINE3>.ladi-headline {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE3>.ladi-headline:hover {
        color: #ffc701
    }

    #GROUP4 {
        width: 239.023px;
        height: 40.0334px;
        top: 0;
        left: 0
    }

    #BOX6 {
        width: 239.023px;
        height: 40.0334px;
        top: 0;
        left: 0
    }

    #BOX6>.ladi-box {
        background-color: #ff2525;
        border-style: dotted;
        border-color: #fff701;
        border-width: 3px;
        border-radius: 18px
    }

    #HEADLINE7 {
        width: 173px;
        top: 6.67391px;
        left: 32.9687px
    }

    #HEADLINE7>.ladi-headline {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE7>.ladi-headline:hover {
        color: #ffc701
    }

    #GROUP5 {
        width: 239.023px;
        height: 40.0334px;
        top: 0;
        left: 241px
    }

    #BOX9 {
        width: 239.022px;
        height: 40.0334px;
        top: 0;
        left: 0
    }

    #BOX9>.ladi-box {
        background-color: #ff2525;
        border-style: dotted;
        border-color: #fff701;
        border-width: 3px;
        border-radius: 18px
    }

    #HEADLINE10 {
        width: 239px;
        top: 2.67391px;
        left: 0
    }

    #HEADLINE10>.ladi-headline {
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE10>.ladi-headline:hover {
        color: #ffc701
    }

    #GROUP8 {
        width: 239.022px;
        height: 40.0334px;
        top: 0;
        left: 482.003px
    }

    #BOX12 {
        width: 239.022px;
        height: 39.5569px;
        top: 0;
        left: 0
    }

    #BOX12>.ladi-box {
        background-color: #ff2525;
        border-style: dotted;
        border-color: #fff701;
        border-width: 3px;
        border-radius: 18px
    }

    #HEADLINE13 {
        width: 239px;
        top: 11.2784px;
        left: .011px
    }

    #HEADLINE13>.ladi-headline {
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE13>.ladi-headline:hover {
        color: #ffc701
    }

    #GROUP11 {
        width: 239.022px;
        height: 39.5569px;
        top: 0;
        left: 724.002px
    }

    #BOX15 {
        width: 239.023px;
        height: 40.0334px;
        top: 0;
        left: 0
    }

    #BOX15>.ladi-box {
        background-color: #ff2525;
        border-style: dotted;
        border-color: #fff701;
        border-width: 3px;
        border-radius: 18px
    }

    #HEADLINE16 {
        width: 179px;
        top: 7.0083px;
        left: 32.4175px
    }

    #HEADLINE16>.ladi-headline {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE16>.ladi-headline:hover {
        color: #ffc701
    }

    #GROUP14 {
        width: 239.023px;
        height: 40.0334px;
        top: 43.9666px;
        left: 0
    }

    #BOX18 {
        width: 239.023px;
        height: 40.0334px;
        top: 0;
        left: 0
    }

    #BOX18>.ladi-box {
        background-color: #ff2525;
        border-style: dotted;
        border-color: #fff701;
        border-width: 3px;
        border-radius: 18px
    }

    #HEADLINE19 {
        width: 179px;
        top: 7.0083px;
        left: 33.5509px
    }

    #HEADLINE19>.ladi-headline {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE19>.ladi-headline:hover {
        color: #ffc701
    }

    #GROUP17 {
        width: 239.023px;
        height: 40.0334px;
        top: 43.9666px;
        left: 241px
    }

    #BOX21 {
        width: 239.023px;
        height: 40.0334px;
        top: 0;
        left: 0
    }

    #BOX21>.ladi-box {
        background-color: #ff2525;
        border-style: dotted;
        border-color: #fff701;
        border-width: 3px;
        border-radius: 18px
    }

    #HEADLINE22 {
        width: 179px;
        top: 7.0083px;
        left: 33.5509px
    }

    #HEADLINE22>.ladi-headline {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE22>.ladi-headline:hover {
        color: #ffc701
    }

    #GROUP20 {
        width: 239.023px;
        height: 40.0334px;
        top: 43.9666px;
        left: 482.003px
    }

    #BOX24 {
        width: 239.023px;
        height: 39.5569px;
        top: 0;
        left: 0
    }

    #BOX24>.ladi-box {
        background-color: #ff2525;
        border-style: dotted;
        border-color: #fff701;
        border-width: 3px;
        border-radius: 18px
    }

    #HEADLINE25 {
        width: 179px;
        top: 6.92489px;
        left: 33.5509px
    }

    #HEADLINE25>.ladi-headline {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE25>.ladi-headline:hover {
        color: #ffc701
    }

    #GROUP23 {
        width: 239.023px;
        height: 39.5569px;
        top: 43.4431px;
        left: 724.002px
    }

    #HEADLINE26 {
        width: 360px;
        top: 0;
        left: -100px
    }

    #HEADLINE26>.ladi-headline {
        color: #fff101;
        font-size: 68px;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: #e86930 6px 5px 0
    }

    #HEADLINE26>.ladi-headline:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        color: #ba0f07
    }

    #HEADLINE27 {
        width: 298px;
        top: 260px;
        left: 0
    }

    #HEADLINE27>.ladi-headline {
        color: #000;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE27>.ladi-headline:hover {
        transform: scale(1.04);
        -webkit-transform: scale(1.04)
    }

    #IMAGE29 {
        width: 109.753px;
        height: 110.157px;
        top: 279.062px;
        left: 323.125px
    }

    #IMAGE29>.ladi-image>.ladi-image-background {
        width: 109.753px;
        height: 110.157px;
        top: 0;
        left: 0;
        background-image: url(../index_files/mnk-vien-copy-20200305093900-1.png)
    }

    #IMAGE29>.ladi-image {
        border-style: solid;
        border-color: #ffcc01;
        border-width: 4px;
        border-radius: 195px
    }

    #IMAGE29:hover>.ladi-image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    #IMAGE30 {
        width: 136.042px;
        height: 139.532px;
        top: 190.938px;
        left: 0
    }

    #IMAGE30>.ladi-image>.ladi-image-background {
        width: 209.295px;
        height: 139.532px;
        top: -.000349px;
        left: -30.3478px;
        background-image: url(../index_files/3427-20200227083422-1.jpg)
    }

    #IMAGE30>.ladi-image {
        border-style: solid;
        border-color: #fff101;
        border-width: 4px;
        border-radius: 143px
    }

    #IMAGE30:hover>.ladi-image {
        transform: scale(1.04);
        -webkit-transform: scale(1.04)
    }

    #IMAGE32 {
        width: 377.959px;
        height: 389.218px;
        top: 0;
        left: 58.7499px
    }

    #IMAGE32>.ladi-image>.ladi-image-background {
        width: 583.584px;
        height: 389.218px;
        top: .000164px;
        left: -145.406px;
        background-image: url(../index_files/2771465-20200227074636-1.jpg)
    }

    #IMAGE32>.ladi-image {
        border-style: solid;
        border-color: #ffb401;
        border-width: 4px;
        border-radius: 327px
    }

    #IMAGE32:hover>.ladi-image {
        transform: scale(1.06);
        -webkit-transform: scale(1.06)
    }

    #IMAGE33 {
        width: 100%;
        height: 100.612px;
        top: 10.1315px;
        left: 29.056px
    }

    .imgitem img{
        width: 60%;
    }

    #IMAGE33>.ladi-image>.ladi-image-background {
        width: 174.99px;
        height: 174.991px;
        top: -35.6715px;
        left: -19.2077px;
        background-image: url(../index_files/Philola-Left.png)
    }

    #IMAGE33:hover>.ladi-image {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #BOX34 {
        width: 146.875px;
        height: 146.875px;
        top: 0;
        left: 0
    }

    #BOX34>.ladi-box {
        background-color: #fff;
        border-style: solid;
        border-color: #fff101;
        border-width: 2px;
        border-radius: 206px
    }

    #BOX34>.ladi-box:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    #GROUP35 {
        width: 146.875px;
        height: 146.875px;
        top: 323.125px;
        left: 132.188px
    }

    #SECTION36 {
        height: 1172.1px
    }

    #SECTION36>.ladi-section-background {
        background-size: cover;
        background-attachment: fixed;
        background-image: url(../index_files/t2-2020-3-20200303043236-1.jpg);
        background-position: center top;
        background-repeat: no-repeat
    }

    #HEADLINE37 {
        width: 791px;
        top: 27px;
        left: 190px
    }

    #HEADLINE37>.ladi-headline {
        color: #000;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE38 {
        width: 236px;
        top: 107px;
        left: 500px
    }

    #HEADLINE38>.ladi-headline {
        color: #000;
        font-size: 30px;
        font-weight: 700;
        text-align: right;
        line-height: 1.6
    }

    #IMAGE39 {
        width: 280.02px;
        height: 524.908px;
        top: 147px;
        left: 130px
    }

    #IMAGE39>.ladi-image>.ladi-image-background {
        width: 280.02px;
        height: 524.908px;
        top: 0;
        left: 0;
        background-image: url(../index_files/6461-converted-01-2-20200302093931-20200914070532.png)
    }

    #BOX40 {
        width: 655.182px;
        height: 67.1981px;
        top: 0;
        left: 0
    }

    #BOX40>.ladi-box {
        background: #d7d7d7;
        background: -webkit-linear-gradient(180deg, #d7d7d7, #eaedee);
        background: linear-gradient(180deg, #d7d7d7, #eaedee);
        border-radius: 30px
    }

    #HEADLINE41 {
        width: 519px;
        top: 19.3195px;
        left: 114.657px
    }

    #HEADLINE41>.ladi-headline {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #HEADLINE41>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP42 {
        width: 655.182px;
        height: 67.1981px;
        top: 0;
        left: 125.382px
    }

    #BOX44 {
        width: 697.18px;
        height: 67.1981px;
        top: 0;
        left: 0
    }

    #BOX44>.ladi-box {
        background: #d7d7d7;
        background: -webkit-linear-gradient(180deg, #d7d7d7, #eaedee);
        background: linear-gradient(180deg, #d7d7d7, #eaedee);
        border-radius: 30px
    }

    #HEADLINE45 {
        width: 551px;
        top: 8.39976px;
        left: 97.2381px
    }

    #HEADLINE45>.ladi-headline {
        color: #000;
        font-size: 15px;
        line-height: 1.6
    }

    #HEADLINE45>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP43 {
        width: 697.18px;
        height: 67.1981px;
        top: 103.317px;
        left: 83.3825px
    }

    #BOX47 {
        width: 781.178px;
        height: 67.1981px;
        top: 3.60024px;
        left: 0
    }

    #BOX47>.ladi-box {
        background: #d7d7d7;
        background: -webkit-linear-gradient(180deg, #d7d7d7, #eaedee);
        background: linear-gradient(180deg, #d7d7d7, #eaedee);
        border-radius: 30px
    }

    #HEADLINE48 {
        width: 673px;
        top: 0;
        left: 108.954px
    }

    #HEADLINE48>.ladi-headline {
        color: #000;
        font-size: 15px;
        line-height: 1.6
    }

    #HEADLINE48>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP46 {
        width: 781.954px;
        height: 72px;
        top: 189.115px;
        left: 0
    }

    #BOX50 {
        width: 697.18px;
        height: 67.1981px;
        top: 0;
        left: 0
    }

    #BOX50>.ladi-box {
        background: #d7d7d7;
        background: -webkit-linear-gradient(180deg, #d7d7d7, #eaedee);
        background: linear-gradient(180deg, #d7d7d7, #eaedee);
        border-radius: 30px
    }

    #HEADLINE51 {
        width: 551px;
        top: 8.39976px;
        left: 97.2381px
    }

    #HEADLINE51>.ladi-headline {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #HEADLINE51>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP49 {
        width: 697.18px;
        height: 67.1981px;
        top: 296.512px;
        left: 74.9835px
    }

    #BOX53 {
        width: 655.182px;
        height: 67.1981px;
        top: 0;
        left: 0
    }

    #BOX53>.ladi-box {
        background: #d7d7d7;
        background: -webkit-linear-gradient(180deg, #d7d7d7, #eaedee);
        background: linear-gradient(180deg, #d7d7d7, #eaedee);
        border-radius: 30px
    }

    #HEADLINE54 {
        width: 519px;
        top: 6.9197px;
        left: 114.657px
    }

    #HEADLINE54>.ladi-headline {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #HEADLINE54>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP52 {
        width: 655.182px;
        height: 67.1981px;
        top: 398.921px;
        left: 127.386px
    }

    #BOX55 {
        width: 350px;
        height: 200px;
        top: 0;
        left: 0
    }

    #BOX55>.ladi-box {
        background-color: #ffd901
    }

    #PARAGRAPH56 {
        width: 311px;
        top: 48px;
        left: 31px
    }

    #PARAGRAPH56>.ladi-paragraph {
        color: #000;
        font-size: 27px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH56>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ff2727
    }

    #IMAGE57 {
        width: 405.334px;
        height: 400px;
        top: 667px;
        left: 610px
    }

    #IMAGE57>.ladi-image>.ladi-image-background {
        width: 405.334px;
        height: 400px;
        top: 0;
        left: 0;
        background-image: url(../index_files/1659-01-20200227092548-20200914071053.png)
    }

    #IMAGE57:hover>.ladi-image {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SECTION58 {
        height: 648.1px
    }

    #IMAGE60 {
        width: 388.721px;
        height: 340px;
        top: 164.9px;
        left: 130px
    }

    #IMAGE60>.ladi-image>.ladi-image-background {
        width: 388.721px;
        height: 340px;
        top: 0;
        left: 0;
        background-image: url(../index_files/bao-ve-mat-20200228022646-1.png)
    }

    #IMAGE60:hover>.ladi-image {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE61 {
        width: 551px;
        top: 20.9px;
        left: 562px
    }

    #HEADLINE61>.ladi-headline {
        color: #000;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE61>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #PARAGRAPH62 {
        width: 349px;
        top: 24.5px;
        left: 75.2106px
    }

    #PARAGRAPH62>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        line-height: 1.6
    }

    #PARAGRAPH62>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE63 {
        width: 141px;
        top: 0;
        left: 0
    }

    #HEADLINE63>.ladi-headline {
        color: #ffd901;
        font-size: 85px;
        font-weight: 700;
        line-height: 1.6
    }

    #GROUP64 {
        width: 424.211px;
        height: 136px;
        top: 89.4px;
        left: 600.562px
    }

    #PARAGRAPH66 {
        width: 349px;
        top: 40px;
        left: 75.2106px
    }

    #PARAGRAPH66>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        line-height: 1.6
    }

    #PARAGRAPH66>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE67 {
        width: 141px;
        top: 0;
        left: 0
    }

    #HEADLINE67>.ladi-headline {
        color: #ffd901;
        font-size: 85px;
        font-weight: 700;
        line-height: 1.6
    }

    #GROUP65 {
        width: 424.211px;
        height: 136px;
        top: 191.9px;
        left: 600.562px
    }

    #PARAGRAPH69 {
        width: 349px;
        top: 53px;
        left: 75.2106px
    }

    #PARAGRAPH69>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        line-height: 1.6
    }

    #PARAGRAPH69>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE70 {
        width: 141px;
        top: 0;
        left: 0
    }

    #HEADLINE70>.ladi-headline {
        color: #ffd901;
        font-size: 85px;
        font-weight: 700;
        line-height: 1.6
    }

    #GROUP68 {
        width: 424.211px;
        height: 136px;
        top: 293.9px;
        left: 600.562px
    }

    #PARAGRAPH72 {
        width: 349px;
        top: 38.5px;
        left: 75.2106px
    }

    #PARAGRAPH72>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        line-height: 1.6
    }

    #PARAGRAPH72>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE73 {
        width: 141px;
        top: 0;
        left: 0
    }

    #HEADLINE73>.ladi-headline {
        color: #ffd901;
        font-size: 85px;
        font-weight: 700;
        line-height: 1.6
    }

    #GROUP71 {
        width: 424.211px;
        height: 136px;
        top: 383.4px;
        left: 600px
    }

    #PARAGRAPH75 {
        width: 349px;
        top: 11.5px;
        left: 75.2106px
    }

    #PARAGRAPH75>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        line-height: 1.6
    }

    #PARAGRAPH75>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE76 {
        width: 141px;
        top: -30px;
        left: 0
    }

    #HEADLINE76>.ladi-headline {
        color: #ffd901;
        font-size: 85px;
        font-weight: 700;
        line-height: 1.6
    }

    #GROUP74 {
        width: 424.211px;
        height: 136px;
        top: 504.9px;
        left: 600px
    }

    #GROUP78 {
        width: 436.709px;
        height: 470px;
        top: 190px;
        left: 730px
    }

    #IMAGE121 {
        width: 920px;
        height: 640px;
        top: 4.9px;
        left: -380px
    }

    #IMAGE121>.ladi-image>.ladi-image-background {
        width: 930px;
        height: 650px;
        top: 0;
        left: 0;
        background-image: url(../index_files/19478-converted-01-20200117070349-1-20200914071134.jpg)
    }

    #IMAGE121>.ladi-image {
        border-style: ridge;
        border-color: #e4e4e4;
        border-width: 11px
    }

    #SECTION124 {
        height: 968.9px
    }

    #SECTION124>.ladi-section-background {
        background-size: 100%;
        background-attachment: scroll;
        background-origin: content-box;
        /* background-image: url(../index_files/adsdf-20191030103237-20200914113059.jpg); */
        background-position: center top;
        background-repeat: no-repeat
    }

    #IMAGE125 {
        width: 200px;
        height: 227.513px;
        top: 0;
        left: 0
    }

    #IMAGE125>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 227.513px;
        top: 0;
        left: 0;
        background-image: url(../index_files/do-20200228071252-1.png)
    }

    #HEADLINE126 {
        width: 151px;
        top: 60px;
        left: 20px
    }

    #HEADLINE126>.ladi-headline {
        color: #000;
        font-size: 23px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH127 {
        width: 131px;
        top: 93px;
        left: 30px
    }

    #PARAGRAPH127>.ladi-paragraph {
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.2
    }

    #GROUP128 {
        width: 200px;
        height: 227.513px;
        top: 114.9px;
        left: 346px
    }

    #IMAGE130 {
        width: 200px;
        height: 227.513px;
        top: 0;
        left: 0
    }

    #IMAGE130>.ladi-image>.ladi-image-background {
        width: 201.058px;
        height: 227.513px;
        top: 0;
        left: 0;
        background-image: url(../index_files/xanh-duong-20200228071256-20200914074508.png)
    }

    #HEADLINE131 {
        width: 151px;
        top: 63px;
        left: 18px
    }

    #HEADLINE131>.ladi-headline {
        color: #000;
        font-size: 23px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH132 {
        width: 131px;
        top: 100px;
        left: 25px
    }

    #PARAGRAPH132>.ladi-paragraph {
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.2
    }

    #GROUP129 {
        width: 200px;
        height: 227.513px;
        top: 114.9px;
        left: 671px
    }

    #IMAGE134 {
        width: 200px;
        height: 227.513px;
        top: 0;
        left: 0
    }

    #IMAGE134>.ladi-image>.ladi-image-background {
        width: 201.058px;
        height: 227.513px;
        top: 0;
        left: 0;
        background-image: url(../index_files/tim-20200228071252-20200914074508.png)
    }

    #HEADLINE135 {
        width: 151px;
        top: 57px;
        left: 17px
    }

    #HEADLINE135>.ladi-headline {
        color: #000;
        font-size: 23px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH136 {
        width: 140px;
        top: 85px;
        left: 22px
    }

    #PARAGRAPH136>.ladi-paragraph {
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.2
    }

    #GROUP133 {
        width: 200px;
        height: 227.513px;
        top: 354.9px;
        left: 100px
    }

    #IMAGE138 {
        width: 200px;
        height: 227.513px;
        top: 0;
        left: 0
    }

    #IMAGE138>.ladi-image>.ladi-image-background {
        width: 201.058px;
        height: 227.513px;
        top: 0;
        left: 0;
        background-image: url(../index_files/xanh-20200228071251-1.png)
    }

    #HEADLINE139 {
        width: 151px;
        top: 57px;
        left: 17px
    }

    #HEADLINE139>.ladi-headline {
        color: #000;
        font-size: 23px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH140 {
        width: 140px;
        top: 93px;
        left: 22px
    }

    #PARAGRAPH140>.ladi-paragraph {
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.2
    }

    #GROUP137 {
        width: 200px;
        height: 227.513px;
        top: 354.9px;
        left: 897px
    }

    #IMAGE142 {
        width: 200px;
        height: 227.513px;
        top: 0;
        left: 0
    }

    #IMAGE142>.ladi-image>.ladi-image-background {
        width: 201.058px;
        height: 227.513px;
        top: 0;
        left: 0;
        background-image: url(../index_files/hong-01-20200228071252-20200914074508.png)
    }

    #HEADLINE143 {
        width: 151px;
        top: 57px;
        left: 17px
    }

    #HEADLINE143>.ladi-headline {
        color: #000;
        font-size: 23px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH144 {
        width: 156px;
        top: 95.7566px;
        left: 17px
    }

    #PARAGRAPH144>.ladi-paragraph {
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.2
    }

    #GROUP141 {
        width: 200px;
        height: 227.513px;
        top: 699px;
        left: 330px
    }

    #IMAGE146 {
        width: 200px;
        height: 227.513px;
        top: 0;
        left: 0
    }

    #IMAGE146>.ladi-image>.ladi-image-background {
        width: 201.058px;
        height: 227.513px;
        top: 0;
        left: 0;
        background-image: url(../index_files/cam-20200228071235-1.png)
    }

    #HEADLINE147 {
        width: 151px;
        top: 57px;
        left: 17px
    }

    #HEADLINE147>.ladi-headline {
        color: #000;
        font-size: 23px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH148 {
        width: 140px;
        top: 94px;
        left: 22px
    }

    #PARAGRAPH148>.ladi-paragraph {
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.2
    }

    #GROUP145 {
        width: 200px;
        height: 227.513px;
        top: 699px;
        left: 671px
    }

    #PARAGRAPH149 {
        width: 469px;
        top: 311.9px;
        left: 356px;
        display: none !important
    }

    #PARAGRAPH149>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #SECTION150 {
        height: 1257.3px
    }

    #SECTION150>.ladi-section-background {
        background-size: 100%;
        background-attachment: scroll;
        background-origin: content-box;
        /* background-image: url(../index_files/t2-2020-1-20200303043237-1.jpg); */
        background-position: center top;
        background-repeat: no-repeat
    }

    #HEADLINE151 {
        width: 560px;
        top: 36.5px;
        left: 300px
    }

    #HEADLINE151>.ladi-headline {
        color: #000;
        font-size: 33px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE151>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ffc701
    }

    #IMAGE152 {
        width: 894.201px;
        height: 160px;
        top: 176.5px;
        left: 150px
    }

    #IMAGE152>.ladi-image>.ladi-image-background {
        width: 894.201px;
        height: 160px;
        top: 0;
        left: 0;
        background-image: url(../index_files/5-tieu-chi-20200228090257-1.png)
    }

    #HEADLINE153 {
        width: 71px;
        top: 176.5px;
        left: 190px
    }

    #HEADLINE153>.ladi-headline {
        color: #d4f49c;
        font-size: 46px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE154 {
        width: 71px;
        top: 176.5px;
        left: 380px
    }

    #HEADLINE154>.ladi-headline {
        color: #9cf4e0;
        font-size: 46px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE155 {
        width: 71px;
        top: 176.5px;
        left: 560px
    }

    #HEADLINE155>.ladi-headline {
        color: #30cae8;
        font-size: 46px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE156 {
        width: 71px;
        top: 176.5px;
        left: 744px
    }

    #HEADLINE156>.ladi-headline {
        color: #66a2ee;
        font-size: 46px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE157 {
        width: 71px;
        top: 176.5px;
        left: 932px
    }

    #HEADLINE157>.ladi-headline {
        color: #c79cf4;
        font-size: 46px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH158 {
        width: 172px;
        top: 346.5px;
        left: 150px
    }

    #PARAGRAPH158>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH158>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #PARAGRAPH159 {
        width: 163px;
        top: 346.5px;
        left: 342.876px
    }

    #PARAGRAPH159>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH159>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #PARAGRAPH160 {
        width: 163px;
        top: 346.5px;
        left: 525.751px
    }

    #PARAGRAPH160>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH160>.ladi-paragraph:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02)
    }

    #PARAGRAPH161 {
        width: 163px;
        top: 346.5px;
        left: 708.627px
    }

    #PARAGRAPH161>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH161>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #PARAGRAPH162 {
        width: 163px;
        top: 346.5px;
        left: 891.501px
    }

    #PARAGRAPH162>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH162>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SECTION163 {
        height: 441.7px
    }

    #HEADLINE165 {
        width: 279px;
        top: 746.9px;
        left: 127px
    }

    #HEADLINE165>.ladi-headline {
        color: #000;
        font-size: 21px;
        font-weight: 700;
        text-align: left;
        line-height: 1.6
    }

    #HEADLINE165>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ffc701
    }

    #HEADLINE166 {
        width: 111px;
        top: 84.6px;
        left: 102px
    }

    #HEADLINE166>.ladi-headline {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH167 {
        width: 187px;
        top: 209.6px;
        left: 36px
    }

    #PARAGRAPH167>.ladi-paragraph {
        color: #000;
        font-size: 13px;
        line-height: 1.6
    }

    #PARAGRAPH168 {
        width: 200px;
        top: 7.6px;
        left: 55px
    }

    #PARAGRAPH168>.ladi-paragraph {
        color: #000;
        font-size: 11px;
        line-height: 1.6
    }

    #HEADLINE169 {
        width: 260px;
        top: 746.5px;
        left: 610px
    }

    #HEADLINE169>.ladi-headline {
        color: #000;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE169>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ffc701
    }

    #PARAGRAPH170 {
        width: 191px;
        top: 12.6px;
        left: 54px
    }

    #PARAGRAPH170>.ladi-paragraph {
        color: #000;
        font-size: 13px;
        text-align: justify;
        line-height: 1.6
    }

    #HEADLINE171 {
        width: 111px;
        top: 204.6px;
        left: 59px
    }

    #HEADLINE171>.ladi-headline {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE172 {
        width: 111px;
        top: 99px;
        left: 108px
    }

    #HEADLINE172>.ladi-headline {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE173 {
        width: 120px;
        top: 180.6px;
        left: 54px
    }

    #HEADLINE173>.ladi-headline {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE174 {
        width: 260px;
        top: 1056.5px;
        left: 330px
    }

    #HEADLINE174>.ladi-headline {
        color: #000;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE174>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ffc701
    }

    #HEADLINE175 {
        width: 260px;
        top: 1056.5px;
        left: 780px
    }

    #HEADLINE175>.ladi-headline {
        color: #000;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE175>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ffc701
    }

    #PARAGRAPH176 {
        width: 197px;
        top: 228.364px;
        left: 32px
    }

    #PARAGRAPH176>.ladi-paragraph {
        color: #000;
        font-size: 12px;
        text-align: justify;
        line-height: 1.6
    }

    #HEADLINE177 {
        width: 560px;
        top: 1203.9px;
        left: 340px
    }

    #HEADLINE177>.ladi-headline {
        color: #ff2626;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 2px;
        line-height: 1.6
    }

    #HEADLINE177.ladi-animation>.ladi-headline {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SECTION180 {
        height: 691.3px
    }

    #SECTION180>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../index_files/20559-converted-01-20200303061443-20200914081720.png);
        background-position: center top;
        background-repeat: no-repeat
    }

    #IMAGE181 {
        width: 320px;
        height: 470px;
        top: 195px;
        left: 425px;
    }

    #IMAGE181>.ladi-image>.ladi-image-background {
        width: 840.853px;
        height: 840.853px;
        top: -172px;
        left: -95px;
        background-image: url(../index_files/eyelab-4.png)
    }

    #HEADLINE182 {
        width: 272px;
        top: 34.2px;
        left: 440px
    }

    #HEADLINE182>.ladi-headline {
        color: #ffc601;
        font-size: 73px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
        text-shadow: #5c240b 5px 4px 3px;
        -webkit-text-stroke-color: #fff
    }

    #HEADLINE182>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #PARAGRAPH183 {
        width: 579px;
        top: 159.5px;
        left: 344px
    }

    #PARAGRAPH183>.ladi-paragraph {
        color: #fff;
        font-size: 21px;
        font-weight: 700;
        line-height: 1.6;
        text-shadow: #000 1px 2px 3px
    }

    #PARAGRAPH183>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SECTION184 {
        height: 1168.9px
    }

    #SECTION184>.ladi-section-background {
        background-size: cover;
        background-attachment: fixed;
        /* background-image: url(../index_files/t2-2020-9-20200303043236-20200914113305.jpg); */
        background-position: center top;
        background-repeat: no-repeat
    }

    #PARAGRAPH185 {
        width: 551px;
        top: 0;
        left: 140px
    }

    #PARAGRAPH185>.ladi-paragraph {
        color: #000;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH185>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ffc701
    }

    #IMAGE186 {
        width: 830px;
        height: 159.913px;
        top: 110px;
        left: 0
    }

    #IMAGE186>.ladi-image>.ladi-image-background {
        width: 830px;
        height: 159.913px;
        top: 0;
        left: 0;
        background-image: url(../index_files/ingredients.png)
    }

    #HEADLINE187 {
        width: 113px;
        top: 130px;
        left: 25px
    }

    #HEADLINE187>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE187>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE188 {
        width: 91px;
        top: 130px;
        left: 170px
    }

    #HEADLINE188>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE188>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE189 {
        width: 111px;
        top: 121.5px;
        left: 294px
    }

    #HEADLINE189>.ladi-headline {
        color: #000;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE189>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE190 {
        width: 111px;
        top: 130px;
        left: 424px
    }

    #HEADLINE190>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE190>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE191 {
        width: 111px;
        top: 130px;
        left: 563px
    }

    #HEADLINE191>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE191>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE192 {
        width: 111px;
        top: 129px;
        left: 700px
    }

    #HEADLINE192>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE192>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #BUTTON193 {
        width: 310px;
        height: 70px;
        top: 347.9px;
        left: 450px
    }

    #BUTTON193>.ladi-button>.ladi-button-background {
        background-color: #ff2626
    }

    #BUTTON193>.ladi-button {
        border-radius: 89px
    }

    #BUTTON193.ladi-animation>.ladi-button {
        animation-name: bounce;
        -webkit-animation-name: bounce;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #BUTTON_TEXT193 {
        width: 310px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT193>.ladi-headline {
        color: #fff101;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #BUTTON_TEXT193>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #IMAGE194 {
        width: 800px;
        height: 800px;
        top: 377.9px;
        left: 194px
    }

    #IMAGE194>.ladi-image>.ladi-image-background {
        width: 800px;
        height: 800px;
        top: 0;
        left: 0;
        background-image: url(../index_files/4-nhom-thanh-phan-20191227105541-20200914082443.png)
    }

    #HEADLINE195 {
        width: 211px;
        top: 48px;
        left: 0
    }

    #HEADLINE195>.ladi-headline {
        color: #000;
        font-size: 14px;
        text-align: center;
        line-height: 1.4
    }

    #HEADLINE195>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE196 {
        width: 187px;
        top: 0;
        left: 0
    }

    #HEADLINE196>.ladi-headline {
        color: #000;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE196>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP197 {
        width: 210px;
        height: 136px;
        top: 557.9px;
        left: 344px
    }

    #HEADLINE199 {
        width: 220px;
        top: 33px;
        left: 0
    }

    #HEADLINE199>.ladi-headline {
        color: #000;
        font-size: 14px;
        text-align: center;
        line-height: 1.4
    }

    #HEADLINE199>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE200 {
        width: 191px;
        top: 0;
        left: 15px
    }

    #HEADLINE200>.ladi-headline {
        color: #000;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE200>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP198 {
        width: 220px;
        height: 164px;
        top: 557.9px;
        left: 634px
    }

    #HEADLINE202 {
        width: 211px;
        top: 28px;
        left: 0
    }

    #HEADLINE202>.ladi-headline {
        color: #000;
        font-size: 13px;
        text-align: center;
        line-height: 1.4
    }

    #HEADLINE202>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE203 {
        width: 187px;
        top: 0;
        left: 0
    }

    #HEADLINE203>.ladi-headline {
        color: #000;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE203>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP201 {
        width: 210px;
        height: 119px;
        top: 867.9px;
        left: 344px
    }

    #HEADLINE247 {
        width: 231px;
        top: 28px;
        left: 0
    }

    #HEADLINE247>.ladi-headline {
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.4
    }

    #HEADLINE247>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE248 {
        width: 203px;
        top: 0;
        left: 0
    }

    #HEADLINE248>.ladi-headline {
        color: #000;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE248>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP246 {
        width: 230px;
        height: 115px;
        top: 867.9px;
        left: 624px
    }

    #IMAGE249 {
        width: 100%;
        max-width: 180px;
        /* width: 214.406px;
        height: 300px; */
        top: 647px;
        left: 495px
    }

    #IMAGE249>.ladi-image>.ladi-image-background {
        width: 393.251px;
        height: 393.251px;
        top: 0;
        left: 0;
        background-image: url(../index_files/eyelab-7.png)
    }

    #IMAGE249.ladi-animation>.ladi-image {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SECTION250 {
        height: 688.3px
    }

    #IMAGE251 {
        width: 474.69px;
        height: 260px;
        top: -1px;
        left: 601px
    }

    #IMAGE251>.ladi-image>.ladi-image-background {
        width: 474.69px;
        height: 531.677px;
        top: -29px;
        left: 0;
        background-image: url(../index_files/mnk-7-20200228101654-20200914083039.jpg)
    }

    #IMAGE251:hover>.ladi-image {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE252 {
        width: 380px;
        top: 56px;
        left: 160px
    }

    #HEADLINE252>.ladi-headline {
        color: #000;
        font-size: 37px;
        font-weight: 700;
        line-height: 1.6
    }

    #HEADLINE252>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE253 {
        width: 300px;
        top: 6.5px;
        left: 0
    }

    #HEADLINE253>.ladi-headline {
        color: #000;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH254 {
        width: 300px;
        top: 0;
        left: 60px
    }

    #PARAGRAPH254>.ladi-paragraph {
        color: #000;
        font-size: 17px;
        line-height: 1.6
    }

    #PARAGRAPH254>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #PARAGRAPH255 {
        width: 300px;
        top: 0;
        left: 60px
    }

    #PARAGRAPH255>.ladi-paragraph {
        color: #000;
        font-size: 17px;
        line-height: 1.6
    }

    #PARAGRAPH255>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #PARAGRAPH256 {
        width: 300px;
        top: 0;
        left: 60px
    }

    #PARAGRAPH256>.ladi-paragraph {
        color: #000;
        font-size: 17px;
        line-height: 1.6
    }

    #PARAGRAPH256>.ladi-paragraph:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02)
    }

    #PARAGRAPH264 {
        width: 300px;
        top: 0;
        left: 60px
    }

    #PARAGRAPH264>.ladi-paragraph {
        color: #000;
        font-size: 17px;
        line-height: 1.6
    }

    #PARAGRAPH264>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #PARAGRAPH265 {
        width: 300px;
        top: 0;
        left: 60px
    }

    #PARAGRAPH265>.ladi-paragraph {
        color: #000;
        font-size: 17px;
        line-height: 1.6
    }

    #PARAGRAPH265>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #PARAGRAPH266 {
        width: 300px;
        top: 0;
        left: 60px
    }

    #PARAGRAPH266>.ladi-paragraph {
        color: #000;
        font-size: 17px;
        line-height: 1.6
    }

    #PARAGRAPH266>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SECTION267 {
        height: 1026.1px
    }

    #SECTION267>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../index_files/t2-2020-9-20200303043236-2.jpg);
        background-position: center top;
        background-repeat: no-repeat
    }

    #HEADLINE268 {
        width: 871px;
        top: 30.7px;
        left: 210px
    }

    #HEADLINE268>.ladi-headline {
        color: #000;
        font-size: 29px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE268>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ffc701
    }

    #IMAGE269 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 30px
    }

    #IMAGE269>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/mnk-7-20191204075909-20200914083619.jpg)
    }

    #IMAGE269>.ladi-image {
        border-radius: 141px
    }

    #PARAGRAPH270 {
        width: 252px;
        top: 200px;
        left: 0
    }

    #PARAGRAPH270>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP271 {
        width: 250px;
        height: 525px;
        top: 0;
        left: 0
    }

    #IMAGE273 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 40px
    }

    #IMAGE273>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 200px;
        top: -8.911px;
        left: 0;
        background-image: url(../index_files/chu-duoc-1547194517-1.png)
    }

    #IMAGE273>.ladi-image {
        border-radius: 141px
    }

    #PARAGRAPH274 {
        width: 272px;
        top: 200px;
        left: 0
    }

    #PARAGRAPH274>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP272 {
        width: 270px;
        height: 525px;
        top: 0;
        left: 0
    }

    #IMAGE279 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 30px
    }

    #IMAGE279>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 211.2px;
        top: -20.111px;
        left: 0;
        background-image: url(../index_files/14-20200302073957-20200914084009.jpg)
    }

    #IMAGE279>.ladi-image {
        border-radius: 141px
    }

    #PARAGRAPH280 {
        width: 252px;
        top: 200px;
        left: 0
    }

    #PARAGRAPH280>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP278 {
        width: 250px;
        height: 525px;
        top: 0;
        left: 0
    }

    #HEADLINE282 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE282>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE284 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE284>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP285 {
        width: 150px;
        height: 64px;
        top: 565px;
        left: 30px
    }

    #HEADLINE287 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE287>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE288 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE288>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP286 {
        width: 150px;
        height: 64px;
        top: 565px;
        left: 50px
    }

    #HEADLINE290 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE290>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE291 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE291>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP289 {
        width: 150px;
        height: 64px;
        top: 560px;
        left: 50px
    }

    #IMAGE293 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE293>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/co_phuc-1521107804-20200914092634.png)
    }

    #IMAGE293>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE295 {
        width: 200px;
        top: 210px;
        left: 40px
    }

    #HEADLINE295>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE296 {
        width: 220px;
        top: 260px;
        left: 30px
    }

    #HEADLINE296>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE297 {
        width: 272px;
        top: 290px;
        left: 5px
    }

    #HEADLINE297>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH298 {
        width: 280px;
        top: 370px;
        left: 0
    }

    #PARAGRAPH298>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP299 {
        width: 280px;
        height: 545px;
        top: 0;
        left: 0
    }

    #IMAGE327 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE327>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/co-hue-1547194517-20200914092616.png)
    }

    #IMAGE327>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE328 {
        width: 200px;
        top: 210px;
        left: 40px
    }

    #HEADLINE328>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE329 {
        width: 220px;
        top: 260px;
        left: 30px
    }

    #HEADLINE329>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE330 {
        width: 272px;
        top: 310px;
        left: 0
    }

    #HEADLINE330>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH331 {
        width: 280px;
        top: 370px;
        left: 0
    }

    #PARAGRAPH331>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP326 {
        width: 280px;
        height: 570px;
        top: 0;
        left: 0
    }

    #IMAGE333 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE333>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/ba-boc-1561456075-20200914085103.png)
    }

    #IMAGE333>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE334 {
        width: 200px;
        top: 210px;
        left: 40px
    }

    #HEADLINE334>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE335 {
        width: 220px;
        top: 260px;
        left: 30px
    }

    #HEADLINE335>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE336 {
        width: 272px;
        top: 310px;
        left: 0
    }

    #HEADLINE336>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH337 {
        width: 280px;
        top: 370px;
        left: 0
    }

    #PARAGRAPH337>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP332 {
        width: 280px;
        height: 514px;
        top: 0;
        left: 0
    }

    #IMAGE339 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE339>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/ba_ao-1521107804-20200914085109.png)
    }

    #IMAGE339>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE340 {
        width: 200px;
        top: 210px;
        left: 40px
    }

    #HEADLINE340>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE341 {
        width: 280px;
        top: 260px;
        left: 0
    }

    #HEADLINE341>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE342 {
        width: 272px;
        top: 310px;
        left: 5px
    }

    #HEADLINE342>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH343 {
        width: 280px;
        top: 370px;
        left: 0
    }

    #PARAGRAPH343>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP338 {
        width: 280px;
        height: 570px;
        top: 0;
        left: 0
    }

    #IMAGE345 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE345>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/anh-suu-1547194513-20200914092711.png)
    }

    #IMAGE345>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE346 {
        width: 200px;
        top: 210px;
        left: 40px
    }

    #HEADLINE346>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE347 {
        width: 220px;
        top: 260px;
        left: 30px
    }

    #HEADLINE347>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE348 {
        width: 272px;
        top: 290px;
        left: 5px
    }

    #HEADLINE348>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH349 {
        width: 280px;
        top: 370px;
        left: 0
    }

    #PARAGRAPH349>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP344 {
        width: 280px;
        height: 545px;
        top: 0;
        left: 0
    }

    #IMAGE351 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE351>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/bac_hai-1521774045-20200914092727.png)
    }

    #IMAGE351>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE352 {
        width: 200px;
        top: 210px;
        left: 40px
    }

    #HEADLINE352>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE353 {
        width: 280px;
        top: 260px;
        left: 0
    }

    #HEADLINE353>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE354 {
        width: 272px;
        top: 290px;
        left: 5px
    }

    #HEADLINE354>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH355 {
        width: 280px;
        top: 370px;
        left: 0
    }

    #PARAGRAPH355>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP350 {
        width: 281px;
        height: 497px;
        top: 10px;
        left: 0
    }

    #IMAGE357 {
        width: 190px;
        height: 185.245px;
        top: 0;
        left: 45px
    }

    #IMAGE357>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/co-ba-1547194512-20200914092820.png)
    }

    #IMAGE357>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE358 {
        width: 212px;
        top: 203.578px;
        left: 35px
    }

    #HEADLINE358>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE359 {
        width: 280px;
        top: 252.049px;
        left: 0
    }

    #HEADLINE359>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE360 {
        width: 272px;
        top: 290.825px;
        left: 5px
    }

    #HEADLINE360>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH361 {
        width: 280px;
        top: 358.685px;
        left: 0
    }

    #PARAGRAPH361>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP356 {
        width: 280px;
        height: 479.862px;
        top: 0;
        left: 0
    }

    #IMAGE363 {
        width: 190px;
        height: 186.998px;
        top: 0;
        left: 45px
    }

    #IMAGE363>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/gs_2-1521193150-20200914092802.png)
    }

    #IMAGE363>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE364 {
        width: 212px;
        top: 205.504px;
        left: 35px
    }

    #HEADLINE364>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE365 {
        width: 232px;
        top: 254.434px;
        left: 20px
    }

    #HEADLINE365>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH367 {
        width: 280px;
        top: 362.079px;
        left: 0
    }

    #PARAGRAPH367>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP362 {
        width: 280px;
        height: 533.333px;
        top: 0;
        left: 0
    }

    #IMAGE369 {
        width: 183.214px;
        height: 178.233px;
        top: 0;
        left: 43.3928px
    }

    #IMAGE369>.ladi-image>.ladi-image-background {
        width: 203.571px;
        height: 192.842px;
        top: 0;
        left: 0;
        background-image: url(../index_files/48.png)
    }

    #IMAGE369>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE370 {
        width: 203px;
        top: 195.872px;
        left: 33.75px
    }

    #HEADLINE370>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE371 {
        width: 243px;
        top: 247.507px;
        left: 9.64283px
    }

    #HEADLINE371>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH372 {
        width: 272px;
        top: 322.941px;
        left: 0
    }

    #PARAGRAPH372>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP368 {
        width: 272px;
        height: 547.941px;
        top: 0;
        left: 0
    }

    #IMAGE374 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE374>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/duc-dich-kinh-co-the-anh-huong-den-thi-luc-nguoi-benh-20191204075909-20200914092737.jpg)
    }

    #IMAGE374>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE375 {
        width: 212px;
        top: 210px;
        left: 35px
    }

    #HEADLINE375>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE376 {
        width: 252px;
        top: 260px;
        left: 10px
    }

    #HEADLINE376>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH377 {
        width: 280px;
        top: 370px;
        left: 0
    }

    #PARAGRAPH377>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP373 {
        width: 280px;
        height: 570px;
        top: 0;
        left: 0
    }

    #IMAGE379 {
        width: 190px;
        height: 178.233px;
        top: 0;
        left: 45px
    }

    #IMAGE379>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/bac_du-1521774045-20200914092833.png)
    }

    #IMAGE379>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE380 {
        width: 271px;
        top: 195.872px;
        left: 3px
    }

    #HEADLINE380>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE381 {
        width: 251px;
        top: 270.489px;
        left: 10px
    }

    #HEADLINE381>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH382 {
        width: 281px;
        top: 326.453px;
        left: 0
    }

    #PARAGRAPH382>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP378 {
        width: 281px;
        height: 451.453px;
        top: 0;
        left: 0
    }

    #IMAGE384 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE384>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/47.png)
    }

    #IMAGE384>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE385 {
        width: 280px;
        top: 200px;
        left: 0
    }

    #HEADLINE385>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE386 {
        width: 251px;
        top: 262.9px;
        left: 11px
    }

    #HEADLINE386>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH387 {
        width: 280px;
        top: 340px;
        left: 0
    }

    #PARAGRAPH387>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP383 {
        width: 280px;
        height: 565px;
        top: 0;
        left: 0
    }

    #IMAGE389 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE389>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/happy-asian-woman-age-40-years-old-park_34670-682-20200826045604.jpg)
    }

    #IMAGE389>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE390 {
        width: 211px;
        top: 210px;
        left: 35px
    }

    #HEADLINE390>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE391 {
        width: 251px;
        top: 260px;
        left: 10px
    }

    #HEADLINE391>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH392 {
        width: 280px;
        top: 330px;
        left: 0
    }

    #PARAGRAPH392>.ladi-paragraph {
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP388 {
        width: 280px;
        height: 566px;
        top: 0;
        left: 0
    }

    #IMAGE394 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE394>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/tsbs-thu-ha-20191204080110-20200914092903.jpg)
    }

    #IMAGE394>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE395 {
        width: 211px;
        top: 210px;
        left: 35px
    }

    #HEADLINE395>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE396 {
        width: 251px;
        top: 260px;
        left: 10px
    }

    #HEADLINE396>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH397 {
        width: 280px;
        top: 330px;
        left: 0
    }

    #PARAGRAPH397>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP393 {
        width: 280px;
        height: 559px;
        top: 0;
        left: 0
    }

    #IMAGE399 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE399>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/anh_thien-1521774045-20200914092926.png)
    }

    #IMAGE399>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE400 {
        width: 211px;
        top: 210px;
        left: 35px
    }

    #HEADLINE400>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE401 {
        width: 251px;
        top: 260px;
        left: 10px
    }

    #HEADLINE401>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH402 {
        width: 280px;
        top: 330px;
        left: 0
    }

    #PARAGRAPH402>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP398 {
        width: 280px;
        height: 534px;
        top: 0;
        left: 0
    }

    #IMAGE404 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE404>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/chu-duoc-1547194517-20200914083828.png)
    }

    #IMAGE404>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE405 {
        width: 211px;
        top: 210px;
        left: 35px
    }

    #HEADLINE405>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE406 {
        width: 280px;
        top: 260px;
        left: 0
    }

    #HEADLINE406>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH407 {
        width: 280px;
        top: 340px;
        left: 0
    }

    #PARAGRAPH407>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP403 {
        width: 280px;
        height: 540px;
        top: 0;
        left: 0
    }

    #HEADLINE409 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE409>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE410 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE410>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP408 {
        width: 150px;
        height: 64px;
        top: 620px;
        left: 65px
    }

    #HEADLINE412 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE412>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE413 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE413>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP411 {
        width: 150px;
        height: 64px;
        top: 610px;
        left: 65px
    }

    #HEADLINE415 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE415>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE416 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE416>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP414 {
        width: 150px;
        height: 64px;
        top: 610px;
        left: 65px
    }

    #HEADLINE418 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE418>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE419 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE419>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP417 {
        width: 150px;
        height: 64px;
        top: 600px;
        left: 65px
    }

    #HEADLINE421 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE421>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE422 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE422>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP420 {
        width: 150px;
        height: 64px;
        top: 600px;
        left: 65px
    }

    #HEADLINE424 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE424>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE425 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE425>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP423 {
        width: 150px;
        height: 64px;
        top: 600px;
        left: 65px
    }

    #HEADLINE427 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE427>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE428 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE428>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP426 {
        width: 150px;
        height: 64px;
        top: 590px;
        left: 65px
    }

    #HEADLINE430 {
        width: 147px;
        top: 37.3088px;
        left: 0
    }

    #HEADLINE430>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE431 {
        width: 71.5677px;
        height: 38.5253px;
        top: 0;
        left: 36.5371px
    }

    #IMAGE431>.ladi-image>.ladi-image-background {
        width: 76.8694px;
        height: 41.6832px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP429 {
        width: 146px;
        height: 61.3088px;
        top: 550.306px;
        left: 62.6786px
    }

    #HEADLINE433 {
        width: 152px;
        top: 38.7767px;
        left: 0
    }

    #HEADLINE433>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE434 {
        width: 74.2188px;
        height: 40.0412px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE434>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP432 {
        width: 150px;
        height: 62.0428px;
        top: 571.957px;
        left: 65px
    }

    #HEADLINE436 {
        width: 152px;
        top: 39.1438px;
        left: 0
    }

    #HEADLINE436>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE437 {
        width: 74.2188px;
        height: 40.4201px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE437>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP435 {
        width: 150px;
        height: 62.63px;
        top: 577.37px;
        left: 65px
    }

    #HEADLINE439 {
        width: 151px;
        top: 37.3089px;
        left: 0
    }

    #HEADLINE439>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE440 {
        width: 74.2188px;
        height: 38.5254px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE440>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP438 {
        width: 150px;
        height: 61.3089px;
        top: 550.306px;
        left: 65px
    }

    #HEADLINE442 {
        width: 151px;
        top: 40px;
        left: 0
    }

    #HEADLINE442>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE443 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE443>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP441 {
        width: 150px;
        height: 64px;
        top: 580px;
        left: 65px
    }

    #HEADLINE447 {
        width: 151px;
        top: 40px;
        left: 0
    }

    #HEADLINE447>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE448 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE448>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP446 {
        width: 150px;
        height: 64px;
        top: 570px;
        left: 65px
    }

    #HEADLINE450 {
        width: 151px;
        top: 40px;
        left: 0
    }

    #HEADLINE450>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE451 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE451>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP449 {
        width: 150px;
        height: 64px;
        top: 570px;
        left: 65px
    }

    #HEADLINE453 {
        width: 151px;
        top: 40px;
        left: 0
    }

    #HEADLINE453>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE454 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE454>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP452 {
        width: 150px;
        height: 64px;
        top: 570px;
        left: 65px
    }

    #HEADLINE456 {
        width: 151px;
        top: 40px;
        left: 0
    }

    #HEADLINE456>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE457 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE457>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP455 {
        width: 150px;
        height: 64px;
        top: 570px;
        left: 65px
    }

    #GROUP458 {
        width: 280px;
        height: 634px;
        top: 20px;
        left: 40px
    }

    #GROUP459 {
        width: 280px;
        height: 634px;
        top: 20px;
        left: 400px
    }

    #GROUP460 {
        width: 280px;
        height: 634px;
        top: 20px;
        left: 760px
    }

    #GROUP461 {
        width: 280px;
        height: 634px;
        top: 20px;
        left: 1120px
    }

    #GROUP462 {
        width: 280px;
        height: 654px;
        top: 0;
        left: 350px
    }

    #GROUP463 {
        width: 272px;
        height: 611.615px;
        top: 30px;
        left: 2202px
    }

    #GROUP464 {
        width: 280px;
        height: 640px;
        top: 30px;
        left: 470px
    }

    #GROUP465 {
        width: 280px;
        height: 634px;
        top: 40px;
        left: 720px
    }

    #GROUP466 {
        width: 280px;
        height: 644px;
        top: 20px;
        left: 1481px
    }

    #GROUP468 {
        width: 280px;
        height: 674px;
        top: 10px;
        left: 350px
    }

    #GROUP469 {
        width: 280px;
        height: 674px;
        top: 10px;
        left: 700px
    }

    #GROUP470 {
        width: 280px;
        height: 664px;
        top: 10px;
        left: 1050px
    }

    #GROUP471 {
        width: 280px;
        height: 664px;
        top: 10px;
        left: 1380px
    }

    #GROUP472 {
        width: 280px;
        height: 664px;
        top: 10px;
        left: 1710px
    }

    #GROUP473 {
        width: 250px;
        height: 629px;
        top: 27.4px;
        left: 2010px
    }

    #GROUP474 {
        width: 270px;
        height: 629px;
        top: 27.4px;
        left: 2370px
    }

    #GROUP475 {
        width: 250px;
        height: 624px;
        top: 0;
        left: 2440px;
        display: none !important
    }

    #BUTTON477 {
        width: 300px;
        height: 70px;
        top: 0;
        left: 0
    }

    #BUTTON477>.ladi-button>.ladi-button-background {
        background-color: #ff2626
    }

    #BUTTON477>.ladi-button {
        border-radius: 49px
    }

    #BUTTON477.ladi-animation>.ladi-button {
        animation-name: bounce;
        -webkit-animation-name: bounce;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #BUTTON_TEXT477 {
        width: 300px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT477>.ladi-headline {
        color: #fff101;
        font-size: 19px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #BUTTON_TEXT477>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SECTION499 {
        height: 1433.4px
    }

    #SECTION499>.ladi-section-background {
        background-size: cover;
        background-attachment: fixed;
        background-image: url(../index_files/10730-copy-20191025091852-20200914094709.jpg);
        background-position: center top;
        background-repeat: no-repeat
    }

    #HEADLINE500 {
        width: 651px;
        top: 20.7px;
        left: 270px
    }

    #HEADLINE500>.ladi-headline {
        color: #000;
        font-size: 31px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE500>.ladi-headline:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02)
    }

    #PARAGRAPH501 {
        width: 607px;
        top: 20px;
        left: 240px
    }

    #PARAGRAPH501>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH502 {
        width: 607px;
        top: 80px;
        left: 240px
    }

    #PARAGRAPH502>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        font-style: italic;
        line-height: 1.6
    }

    #IMAGE503 {
        width: 200px;
        height: 200px;
        top: 0;
        left: 0
    }

    #IMAGE503>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0;
        left: 0;
        background-image: url(../index_files/gs_1-1521193032-1.png)
    }

    #BOX504 {
        width: 630px;
        height: 200px;
        top: 0;
        left: 220px
    }

    #BOX504>.ladi-box {
        background-color: #fff;
        border-style: solid;
        border-color: #848484;
        border-width: 3px;
        border-radius: 38px
    }

    #GROUP505 {
        width: 850px;
        height: 200px;
        top: 190.7px;
        left: 170px
    }

    #BOX507 {
        width: 630px;
        height: 220px;
        top: 0;
        left: 220px
    }

    #BOX507>.ladi-box {
        background-color: #fff;
        border-style: solid;
        border-color: #848484;
        border-width: 3px;
        border-radius: 38px
    }

    #PARAGRAPH508 {
        width: 607px;
        top: 20px;
        left: 240px
    }

    #PARAGRAPH508>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH509 {
        width: 607px;
        top: 50px;
        left: 240px
    }

    #PARAGRAPH509>.ladi-paragraph {
        color: #000;
        font-size: 15px;
        font-style: italic;
        line-height: 1.6
    }

    #IMAGE510 {
        width: 200px;
        height: 200px;
        top: 8px;
        left: 0
    }

    #IMAGE510>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0;
        left: 0;
        background-image: url(../index_files/gs_3-1522227498-2.png)
    }

    #GROUP506 {
        width: 850px;
        height: 220px;
        top: 430.7px;
        left: 170px
    }

    #BOX512 {
        width: 630px;
        height: 200px;
        top: 0;
        left: 220px
    }

    #BOX512>.ladi-box {
        background-color: #fff;
        border-style: solid;
        border-color: #848484;
        border-width: 3px;
        border-radius: 38px
    }

    #PARAGRAPH513 {
        width: 607px;
        top: 20px;
        left: 240px
    }

    #PARAGRAPH513>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH514 {
        width: 607px;
        top: 80px;
        left: 240px
    }

    #PARAGRAPH514>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        font-style: italic;
        line-height: 1.6
    }

    #IMAGE515 {
        width: 200px;
        height: 200px;
        top: 0;
        left: 0
    }

    #IMAGE515>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0;
        left: 0;
        background-image: url(../index_files/gs_4-1522227501-20200914095316.png)
    }

    #GROUP511 {
        width: 850px;
        height: 200px;
        top: 710.7px;
        left: 170px
    }

    #BOX517 {
        width: 630px;
        height: 290px;
        top: 0;
        left: 220px
    }

    #BOX517>.ladi-box {
        background-color: #fff;
        border-style: solid;
        border-color: #848484;
        border-width: 3px;
        border-radius: 38px
    }

    #PARAGRAPH518 {
        width: 607px;
        top: 20px;
        left: 240px
    }

    #PARAGRAPH518>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH519 {
        width: 607px;
        top: 80px;
        left: 240px
    }

    #PARAGRAPH519>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        font-style: italic;
        line-height: 1.6
    }

    #IMAGE520 {
        width: 200px;
        height: 200px;
        top: 8px;
        left: 0
    }

    #IMAGE520>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0;
        left: 0;
        background-image: url(../index_files/gs_2-1521193150-1.png)
    }

    #GROUP516 {
        width: 850px;
        height: 290px;
        top: 960.7px;
        left: 170px
    }

    #SECTION535 {
        height: 633px
    }

    #SECTION535>.ladi-section-background {
        background-size: 100%;
        background-attachment: scroll;
        background-origin: content-box;
        /* background-image: url(../index_files/10730-20191025091937-1.jpg); */
        background-position: center top;
        background-repeat: no-repeat
    }

    #HEADLINE536 {
        width: 580px;
        top: 32.3px;
        left: 310px
    }

    #HEADLINE536>.ladi-headline {
        color: #000;
        font-size: 33px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE537 {
        width: 1060px;
        height: 530px;
        top: 92.3px;
        left: 70px
    }

    #IMAGE537>.ladi-image>.ladi-image-background {
        width: 1060px;
        height: 530px;
        top: 0;
        left: 0;
        background-image: url(../index_files/6-loi-ich-ds-20200221073928-20200914100230.png)
    }

    #PARAGRAPH538 {
        width: 151px;
        top: 0;
        left: 88px
    }

    #PARAGRAPH538>.ladi-paragraph {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH539 {
        width: 171px;
        top: 0;
        left: 73px
    }

    #PARAGRAPH539>.ladi-paragraph {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH540 {
        width: 131px;
        top: 0;
        left: 84px
    }

    #PARAGRAPH540>.ladi-paragraph {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6;
        text-shadow: #000 1px 2px 3px
    }

    #PARAGRAPH541 {
        width: 167px;
        top: 0;
        left: 84px
    }

    #PARAGRAPH541>.ladi-paragraph {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH542 {
        width: 167px;
        top: 0;
        left: 85px
    }

    #PARAGRAPH542>.ladi-paragraph {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH543 {
        width: 167px;
        top: 0;
        left: 79px
    }

    #PARAGRAPH543>.ladi-paragraph {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.6
    }

    #HEADLINE546 {
        width: 469px;
        top: 22.3px;
        left: 366.811px
    }

    #HEADLINE546>.ladi-headline {
        color: #000;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE546>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ffc701
    }

    #PARAGRAPH547 {
        width: 469px;
        top: 72.3px;
        left: 370px
    }

    #PARAGRAPH547>.ladi-paragraph {
        color: #545454;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 6px;
        line-height: 1.6
    }

    #PARAGRAPH547>.ladi-paragraph:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
        color: #ffc701
    }

    #SHAPE548 {
        width: 80px;
        height: 84.6466px;
        top: 0;
        left: 70px
    }

    #SHAPE548:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE548 svg:last-child {
        fill: #ffc701
    }

    #PARAGRAPH550 {
        width: 220px;
        top: 84px;
        left: 0
    }

    #PARAGRAPH550>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH550>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE551 {
        width: 64.8073px;
        height: 80px;
        top: 0;
        left: 77.5964px
    }

    #SHAPE551:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE551 svg:last-child {
        fill: #ffc701
    }

    #PARAGRAPH552 {
        width: 220px;
        top: 84px;
        left: 0
    }

    #PARAGRAPH552>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH552>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE554 {
        width: 57.7225px;
        height: 77.732px;
        top: 0;
        left: 80px
    }

    #SHAPE554:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE554 svg:last-child {
        fill: #ffc701
    }

    #PARAGRAPH555 {
        width: 220px;
        top: 84px;
        left: 0
    }

    #PARAGRAPH555>.ladi-paragraph {
        color: #000;
        font-size: 17px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH555>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE556 {
        width: 44.3003px;
        height: 74.4551px;
        top: 0;
        left: 90px
    }

    #SHAPE556:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE556 svg:last-child {
        fill: #ffc701
    }

    #PARAGRAPH557 {
        width: 220px;
        top: 84px;
        left: 0
    }

    #PARAGRAPH557>.ladi-paragraph {
        color: #000;
        font-size: 17px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH557>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP558 {
        width: 220px;
        height: 216px;
        top: 129.7px;
        left: 110px
    }

    #GROUP559 {
        width: 220px;
        height: 189px;
        top: 132.3px;
        left: 350px
    }

    #GROUP560 {
        width: 220px;
        height: 163px;
        top: 132.3px;
        left: 610px
    }

    #GROUP561 {
        width: 220px;
        height: 137px;
        top: 132.3px;
        left: 870px
    }

    #SHAPE563 {
        width: 36.8112px;
        height: 69.2646px;
        top: 132.3px;
        left: 330px
    }

    #SHAPE563>.ladi-shape {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg)
    }

    #SHAPE563 svg:last-child {
        fill: #000
    }

    #SHAPE564 {
        width: 36.8112px;
        height: 69.2646px;
        top: 132.3px;
        left: 580px
    }

    #SHAPE564>.ladi-shape {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg)
    }

    #SHAPE564 svg:last-child {
        fill: #000
    }

    #SHAPE565 {
        width: 36.8112px;
        height: 69.2646px;
        top: 132.3px;
        left: 840px
    }

    #SHAPE565>.ladi-shape {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg)
    }

    #SHAPE565 svg:last-child {
        fill: #000
    }

    #BUTTON_TEXT566 {
        width: 240px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT566>.ladi-headline {
        color: #fff101;
        font-size: 21px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON566 {
        width: 240px;
        height: 60px;
        top: 332.3px;
        left: 480px
    }

    #BUTTON566>.ladi-button>.ladi-button-background {
        background-color: #ff2626
    }

    #BUTTON566>.ladi-button {
        border-radius: 31px
    }

    #BUTTON566.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SECTION603 {
        height: 492px
    }

    #HEADLINE607 {
        width: 540px;
        top: 27.6px;
        left: 320px
    }

    #HEADLINE607>.ladi-headline {
        color: #000;
        font-size: 32px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE607>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ffc701
    }

    #PARAGRAPH609 {
        width: 400px;
        top: 167.6px;
        left: 190px
    }

    #PARAGRAPH609>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        line-height: 1.6
    }
    .food-img img{
        width: 50%;
        
    }
    
    #IMAGE610 {
        width: 43%;
        top: 80px;
        left: 677px
    }

    #IMAGE610>.ladi-image>.ladi-image-background {
        width: 515.826px;
        height: 380px;
        top: 0;
        left: 0;
        background-image: url(../index_files/product.png)
    }

    #IMAGE610.ladi-animation>.ladi-image {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SECTION611 {
        height: 796.1px
    }

    #SECTION611>.ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../index_files/1714-20191228073402-1.jpg);
        background-position: center top;
        background-repeat: no-repeat
    }

    #PARAGRAPH612 {
        width: 802px;
        top: 30.6px;
        left: 199px
    }

    #PARAGRAPH612>.ladi-paragraph {
        color: #000;
        font-size: 35px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH613 {
        width: 711px;
        top: 86.6px;
        left: 244.5px
    }

    #PARAGRAPH613>.ladi-paragraph {
        font-family: "Arima Madurai", cursive;
        color: #242424;
        font-size: 26px;
        font-weight: 700;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE614 {
        width: 360px;
        top: 157px;
        left: 0
    }

    #HEADLINE614>.ladi-headline {
        font-family: "Source Sans Pro", sans-serif;
        color: #fff;
        font-size: 32px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #COUNTDOWN615 {
        width: 290px;
        height: 60px;
        top: 226px;
        left: 1px
    }

    #COUNTDOWN615>.ladi-countdown {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        text-align: center
    }

    #COUNTDOWN615>.ladi-countdown>.ladi-element {
        width: calc((100% - 30px * 3)/ 4);
        margin-right: 10px;
        height: 100%
    }

    #COUNTDOWN_ITEM616 {
        visibility: hidden;
        pointer-events: none
    }

    #BUTTON_TEXT650 {
        width: 201px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT650>.ladi-headline {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON650 {
        width: 201.771px;
        height: 50px;
        top: 144.235px;
        left: 59.6145px
    }

    #BUTTON650>.ladi-button>.ladi-button-background {
        background-color: #ff2626
    }

    #BUTTON650>.ladi-button {
        border-radius: 12px
    }

    #BUTTON650.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #FORM_ITEM653 {
        width: 321px;
        height: 50.8726px;
        top: 69.1274px;
        left: 0
    }

    #FORM649 {
        width: 321px;
        height: 194.235px;
        top: 304.365px;
        left: 19.5px
    }

    #FORM649>.ladi-form {
        color: #848484;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 1.6
    }

    #FORM649 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""],
    #FORM649 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],
    #FORM649 .ladi-form-item .ladi-form-control::placeholder {
        color: #848484
    }

    #FORM649 .ladi-form-item {
        padding-left: 10px;
        padding-right: 10px
    }

    #FORM649 .ladi-form-item.ladi-form-checkbox {
        padding-left: 15px;
        padding-right: 15px
    }

    #FORM649 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("../svg%2Bxml%3Butf8%2C%20_svg%20xmlns%253D_http%253A%252F%252Fwww.w3.org%252F2000%252Fsvg_%20version%253D_1.1_%20width%253D_32_%20height%253D_24_%20viewBox%253D_0%200%2032%2024___polygon%20points%253D_0%252C0%2032%252C0%2016%252C24_%20style%253D_fill%253A%20rgba%28132%252C%20132%252C%20132%252C%201.0%29___%252Fpolygon__%252Fsvg_")
    }

    #FORM649 .ladi-form-item-container {
        border-style: solid;
        border-color: #ba0f07;
        border-width: 1px;
        border-radius: 11px
    }

    #FORM649 .ladi-form-item-container .ladi-form-quantity button {
        background-color: #ba0f07
    }

    #FORM649 .ladi-form-item-background {
        background-color: #fff;
        border-radius: 10px
    }

    #BOX654 {
        width: 359px;
        height: 581.6px;
        top: 0;
        left: 0
    }

    #BOX654>.ladi-box {
        background-color: #ffc701;
        border-style: solid;
        border-color: #ba0f07;
        border-width: 1px;
        border-radius: 15px
    }

    #SHAPE726 {
        width: 67.8486px;
        height: 55.8362px;
        top: 12px;
        left: 0
    }

    #SHAPE726:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE726 svg:last-child {
        fill: #ba0f07
    }

    #SHAPE727 {
        width: 56.7064px;
        height: 60px;
        top: 8px;
        left: 0
    }

    #SHAPE727:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE727 svg:last-child {
        fill: #e88d30
    }

    #SHAPE728 {
        width: 60px;
        height: 60px;
        top: 3px;
        left: 0
    }

    #SHAPE728:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE728 svg:last-child {
        fill: #e7da03
    }

    #SHAPE729 {
        width: 61.0979px;
        height: 64.6466px;
        top: 5px;
        left: 0
    }

    #SHAPE729:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE729 svg:last-child {
        fill: #20149f
    }

    #SHAPE730 {
        width: 54px;
        height: 54px;
        top: 5px;
        left: 0
    }

    #SHAPE730:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE730 svg:last-child {
        fill: #3083e8
    }

    #SHAPE731 {
        width: 46.1432px;
        height: 52.5789px;
        top: 11px;
        left: 0
    }

    #SHAPE731:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE731 svg:last-child {
        fill: #16b22a
    }

    #SHAPE732 {
        width: 40px;
        height: 40px;
        top: 0;
        left: 0
    }

    #SHAPE732 svg:last-child {
        fill: #ffc701
    }

    #SHAPE733 {
        width: 40px;
        height: 40px;
        top: 2px;
        left: 0
    }

    #SHAPE733 svg:last-child {
        fill: #ffc701
    }

    #SHAPE734 {
        width: 40px;
        height: 40px;
        top: 4px;
        left: 0
    }

    #SHAPE734 svg:last-child {
        fill: #ffc701
    }

    #SHAPE735 {
        width: 40px;
        height: 40px;
        top: 4px;
        left: 0
    }

    #SHAPE735 svg:last-child {
        fill: #ffc701
    }

    #SHAPE736 {
        width: 40px;
        height: 40px;
        top: 0;
        left: 0
    }

    #SHAPE736 svg:last-child {
        fill: #ffc701
    }

    #SHAPE737 {
        width: 40px;
        height: 40px;
        top: 10px;
        left: 0
    }

    #SHAPE737 svg:last-child {
        fill: #ffc701
    }

    #SHAPE738 {
        width: 40px;
        height: 40px;
        top: 0;
        left: 310px
    }

    #SHAPE738 svg:last-child {
        fill: #ffc701
    }

    #PARAGRAPH748 {
        width: 469px;
        top: 424.4px;
        left: 356px;
        display: none !important
    }

    #PARAGRAPH748>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH749 {
        width: 469px;
        top: 299.4px;
        left: 356px;
        display: none !important
    }

    #PARAGRAPH749>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH750 {
        width: 469px;
        top: 461.9px;
        left: 356px;
        display: none !important
    }

    #PARAGRAPH750>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH751 {
        width: 469px;
        top: 461.9px;
        left: 356px;
        display: none !important
    }

    #PARAGRAPH751>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH752 {
        width: 469px;
        top: 211.9px;
        left: 356px;
        display: none !important
    }

    #PARAGRAPH752>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #HEADLINE753 {
        width: 336px;
        top: 34.9px;
        left: 422px
    }

    #HEADLINE753>.ladi-headline {
        color: #d81209;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 1.4
    }

    #HEADLINE753.ladi-animation>.ladi-headline {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SHAPE755 {
        width: 47.2553px;
        height: 50px;
        top: 582px;
        left: 585px
    }

    #SHAPE755.ladi-animation>.ladi-shape {
        animation-name: wobble;
        -webkit-animation-name: wobble;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SHAPE755 svg:last-child {
        fill: #000
    }

    #SHAPE757 {
        width: 45.1981px;
        height: 47.8233px;
        top: 405.3px;
        left: 690px
    }

    #SHAPE757.ladi-animation>.ladi-shape {
        animation-name: wobble;
        -webkit-animation-name: wobble;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SHAPE757 svg:last-child {
        fill: #000
    }

    #SHAPE758 {
        width: 60px;
        height: 60px;
        top: 505.3px;
        left: 320px
    }

    #SHAPE758 svg:last-child {
        fill: url(../index.html#SHAPE758_desktop_gradient)
    }

    #SHAPE759 {
        width: 60px;
        height: 60px;
        top: 505.3px;
        left: 810px
    }

    #SHAPE759 svg:last-child {
        fill: url(../index.html#SHAPE759_desktop_gradient)
    }

    #SHAPE760 {
        width: 60px;
        height: 60px;
        top: 995.3px;
        left: 320px
    }

    #SHAPE760 svg:last-child {
        fill: url(../index.html#SHAPE760_desktop_gradient)
    }

    #SHAPE761 {
        width: 60px;
        height: 60px;
        top: 995.3px;
        left: 810px
    }

    #SHAPE761 svg:last-child {
        fill: url(../index.html#SHAPE761_desktop_gradient)
    }

    #GROUP762 {
        width: 360px;
        height: 53px;
        top: 222px;
        left: 160px
    }

    #GROUP763 {
        width: 360px;
        height: 53px;
        top: 292px;
        left: 160px
    }

    #GROUP764 {
        width: 360px;
        height: 53px;
        top: 362px;
        left: 160px
    }

    #GROUP765 {
        width: 360px;
        height: 53px;
        top: 440px;
        left: 160px
    }

    #GROUP766 {
        width: 360px;
        height: 40px;
        top: 502px;
        left: 160px
    }

    #GROUP767 {
        width: 360px;
        height: 54px;
        top: 552px;
        left: 160px
    }

    #SHAPE768 {
        width: 51.6468px;
        height: 54.6466px;
        top: 57.4px;
        left: 230px
    }

    #SHAPE768.ladi-animation>.ladi-shape {
        animation-name: wobble;
        -webkit-animation-name: wobble;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SHAPE768 svg:last-child {
        fill: #000
    }

    #SHAPE771 {
        width: 47.2553px;
        height: 50px;
        top: 379.7px;
        left: 660px
    }

    #SHAPE771.ladi-animation>.ladi-shape {
        animation-name: wobble;
        -webkit-animation-name: wobble;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SHAPE771 svg:last-child {
        fill: #000
    }

    .foot-img img{
        width: 100%;
    }
    
    #IMAGE772 {
        width: 400px;
        top: 200.1px;
        left: 126px
    }

    #IMAGE772>.ladi-image>.ladi-image-background {
        width: 841.612px;
        height: 841.612px;
        top: -190px;
        left: -160px;
        background-image: url(../index_files/eyelab-4.png)
    }

    #CAROUSEL774 {
        width: 1080px;
        height: 690px;
        top: 148.1px;
        left: 111px
    }

    .ladi-carousel .ladi-carousel-arrow-left {
        left: -50px
    }

    .ladi-carousel .ladi-carousel-arrow-right {
        right: 23px
    }

    #GROUP775 {
        width: 300px;
        height: 112.047px;
        top: 868.1px;
        left: 450px
    }

    #GROUP776 {
        width: 281px;
        height: 611.615px;
        top: 30px;
        left: 1841px
    }

    #GROUP777 {
        width: 2640px;
        height: 684px;
        top: 10px;
        left: 0;
        display: none !important
    }

    #IMAGE779 {
        width: 278.014px;
        height: 356.364px;
        top: 0;
        left: 0
    }

    #IMAGE779>.ladi-image>.ladi-image-background {
        width: 278.014px;
        height: 356.364px;
        top: 0;
        left: 0;
        background-image: url(../index_files/xanh-dam-20200310090821-20200915021829.png)
    }

    #IMAGE780 {
        width: 267.588px;
        height: 343px;
        top: 0;
        left: 0
    }

    #IMAGE780>.ladi-image>.ladi-image-background {
        width: 267.588px;
        height: 343px;
        top: 0;
        left: 0;
        background-image: url(../index_files/xanh-duong-20200310090821-1-20200915021829.png)
    }

    #IMAGE781 {
        width: 269.149px;
        height: 345px;
        top: 0;
        left: 0
    }

    #IMAGE781>.ladi-image>.ladi-image-background {
        width: 269.149px;
        height: 345px;
        top: 0;
        left: 0;
        background-image: url(../index_files/xanh-la-20200310090822-1.png)
    }

    #IMAGE781>.ladi-image {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    #IMAGE782 {
        width: 265.248px;
        height: 340px;
        top: 0;
        left: 0
    }

    #IMAGE782>.ladi-image>.ladi-image-background {
        width: 265.248px;
        height: 340px;
        top: 0;
        left: 0;
        background-image: url(../index_files/tim-20200310090822-20200915021853.png)
    }

    #IMAGE782>.ladi-image {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    #POPUP784 {
        width: 620.527px;
        height: 319px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto
    }

    #POPUP784>.ladi-popup>.ladi-popup-background {
        background-color: #fff
    }

    #HEADLINE785 {
        width: 480px;
        top: 20.625px;
        left: 30.1289px
    }

    #HEADLINE785>.ladi-headline {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP786 {
        width: 267.588px;
        height: 343px;
        top: 811.9px;
        left: 118px
    }

    #POPUP787 {
        width: 413px;
        height: 278px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto
    }

    #POPUP787>.ladi-popup>.ladi-popup-background {
        background-color: #fff
    }

    #HEADLINE788 {
        width: 380px;
        top: 25.5px;
        left: 20px
    }

    #HEADLINE788>.ladi-headline {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #POPUP789 {
        width: 441px;
        height: 361px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto
    }

    #POPUP789>.ladi-popup>.ladi-popup-background {
        background-color: #fff
    }

    #HEADLINE790 {
        width: 395px;
        top: 32px;
        left: 20.5px
    }

    #HEADLINE790>.ladi-headline {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP791 {
        width: 265.248px;
        height: 340px;
        top: 692.9px;
        left: 805px
    }

    #GROUP792 {
        width: 278.014px;
        height: 356.364px;
        top: 812.9px;
        left: 541px
    }

    #POPUP793 {
        width: 420px;
        height: 366px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto
    }

    #POPUP793>.ladi-popup>.ladi-popup-background {
        background-color: #fff
    }

    #HEADLINE794 {
        width: 375px;
        top: 32.5px;
        left: 22px
    }

    #HEADLINE794>.ladi-headline {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP795 {
        width: 963.025px;
        height: 84px;
        top: 4px;
        left: 110px
    }

    #GROUP797 {
        width: 782.568px;
        height: 466.119px;
        top: 194.079px;
        left: 179.613px
    }

    #GROUP798 {
        width: 355px;
        height: 200px;
        top: 737px;
        left: 190px
    }

    #HEADLINE808 {
        width: 500px;
        top: 410.413px;
        left: 340px
    }

    #HEADLINE808>.ladi-headline {
        color: #000;
        font-size: 36px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE808>.ladi-headline:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        color: #ffc701
    }

    #GROUP809 {
        width: 269.149px;
        height: 345px;
        top: 688.9px;
        left: 375px
    }

    #GROUP811 {
        width: 350px;
        height: 40px;
        top: 152px;
        left: 160px
    }

    #GROUP812 {
        width: 2690px;
        height: 694px;
        top: 38.1px;
        left: -860px
    }

    #IMAGE822 {
        width: 200px;
        height: 358.286px;
        top: 112.9px;
        left: 1230px;
        display: none !important
    }

    #IMAGE822>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 358.286px;
        top: 0;
        left: 0;
        background-image: url(../index_files/mobile-loi-ich-dat-mua-ngay-2-20200226062153-1-1.png)
    }

    #GROUP823 {
        width: 251px;
        height: 76px;
        top: 178.3px;
        left: 789px
    }

    #GROUP824 {
        width: 252px;
        height: 60px;
        top: 322.3px;
        left: 825px
    }

    #GROUP825 {
        width: 246px;
        height: 71px;
        top: 462.3px;
        left: 797px
    }

    #GROUP826 {
        width: 239px;
        height: 76px;
        top: 182.3px;
        left: 172px
    }

    #GROUP827 {
        width: 215px;
        height: 76px;
        top: 464.3px;
        left: 176px
    }

    #GROUP828 {
        width: 244px;
        height: 68px;
        top: 317.8px;
        left: 147px
    }

    #IMAGE832 {
        width: 1020px;
        height: 920px;
        top: -3.2px;
        left: 530px
    }

    #IMAGE832>.ladi-image>.ladi-image-background {
        width: 1020px;
        height: 920px;
        top: 0;
        left: 0;
        background-image: url(../index_files/19478-converted-01-20200117070349-1-1.jpg)
    }

    #IMAGE832>.ladi-image {
        border-style: ridge;
        border-color: #e4e4e4;
        border-width: 11px
    }

    #HEADLINE851 {
        width: 431px;
        top: 62.8px;
        left: 50px
    }

    #HEADLINE851>.ladi-headline {
        color: #000;
        font-size: 29px;
        font-weight: 700;
        text-align: center;
        line-height: 1.4
    }

    #HEADLINE851>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #IMAGE853 {
        width: 429.727px;
        height: 520px;
        top: 30px;
        left: 30px
    }

    #IMAGE853>.ladi-image>.ladi-image-background {
        width: 429.727px;
        height: 520px;
        top: 0;
        left: 0;
        background-image: url(../index_files/doi-tuong-sd-20200228044159-1.png)
    }

    #IMAGE853:hover>.ladi-image {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE854 {
        width: 171px;
        top: 235px;
        left: 185px
    }

    #HEADLINE854>.ladi-headline {
        color: #000;
        font-size: 23px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE854>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE855 {
        width: 171px;
        top: 0;
        left: 260px
    }

    #HEADLINE855>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6
    }

    #HEADLINE856 {
        width: 171px;
        top: 50px;
        left: 60px
    }

    #HEADLINE856>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE856>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE857 {
        width: 96px;
        top: 150px;
        left: 0
    }

    #HEADLINE857>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE857>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE858 {
        width: 96px;
        top: 470px;
        left: 60px
    }

    #HEADLINE858>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE858>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE859 {
        width: 171px;
        top: 550px;
        left: 180px
    }

    #HEADLINE859>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE859>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE860 {
        width: 96px;
        top: 440px;
        left: 360px
    }

    #HEADLINE860>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE860>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE861 {
        width: 96px;
        top: 162px;
        left: 456px
    }

    #HEADLINE861>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE861>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP852 {
        width: 552px;
        height: 600px;
        top: 196.8px;
        left: 550px
    }

    #PARAGRAPH863 {
        width: 380px;
        top: 0;
        left: 60px
    }

    #PARAGRAPH863>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH863>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE864 {
        width: 40px;
        height: 40px;
        top: 0;
        left: 0
    }

    #SHAPE864 svg:last-child {
        fill: #ffc701
    }

    #GROUP862 {
        width: 440px;
        height: 100px;
        top: 208.8px;
        left: 40px
    }

    #PARAGRAPH866 {
        width: 380px;
        top: 0;
        left: 60px
    }

    #PARAGRAPH866>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH866>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE867 {
        width: 40px;
        height: 40px;
        top: 0;
        left: 0
    }

    #SHAPE867 svg:last-child {
        fill: #ffc701
    }

    #GROUP865 {
        width: 440px;
        height: 75px;
        top: 306.8px;
        left: 40px
    }

    #PARAGRAPH869 {
        width: 380px;
        top: 0;
        left: 60px
    }

    #PARAGRAPH869>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH869>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE870 {
        width: 40px;
        height: 40px;
        top: 10px;
        left: 0
    }

    #SHAPE870 svg:last-child {
        fill: #ffc701
    }

    #GROUP868 {
        width: 440px;
        height: 100px;
        top: 382.8px;
        left: 40px
    }

    #PARAGRAPH872 {
        width: 380px;
        top: 0;
        left: 60px
    }

    #PARAGRAPH872>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH872>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE873 {
        width: 40px;
        height: 40px;
        top: 0;
        left: 0
    }

    #SHAPE873 svg:last-child {
        fill: #ffc701
    }

    #GROUP871 {
        width: 440px;
        height: 50px;
        top: 496.8px;
        left: 40px
    }

    #PARAGRAPH875 {
        width: 380px;
        top: 0;
        left: 60px
    }

    #PARAGRAPH875>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH875>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE876 {
        width: 40px;
        height: 40px;
        top: 0;
        left: 0
    }

    #SHAPE876 svg:last-child {
        fill: #ffc701
    }

    #GROUP874 {
        width: 440px;
        height: 50px;
        top: 556.8px;
        left: 40px
    }

    #PARAGRAPH878 {
        width: 380px;
        top: 0;
        left: 60px
    }

    #PARAGRAPH878>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH878>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE879 {
        width: 40px;
        height: 40px;
        top: 0;
        left: 0
    }

    #SHAPE879 svg:last-child {
        fill: #ffc701
    }

    #GROUP877 {
        width: 440px;
        height: 50px;
        top: 616.8px;
        left: 40px
    }

    #PARAGRAPH881 {
        width: 380px;
        top: 10px;
        left: 60px
    }

    #PARAGRAPH881>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH881>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE882 {
        width: 40px;
        height: 40px;
        top: 0;
        left: 0
    }

    #SHAPE882 svg:last-child {
        fill: #ffc701
    }

    #GROUP880 {
        width: 440px;
        height: 40px;
        top: 666.8px;
        left: 40px
    }

    #PARAGRAPH884 {
        width: 380px;
        top: 0;
        left: 60px
    }

    #PARAGRAPH884>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH884>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE885 {
        width: 40px;
        height: 40px;
        top: 10px;
        left: 0
    }

    #SHAPE885 svg:last-child {
        fill: #ffc701
    }

    #GROUP883 {
        width: 440px;
        height: 75px;
        top: 716.8px;
        left: 40px
    }

    #PARAGRAPH887 {
        width: 380px;
        top: 0;
        left: 60px
    }

    #PARAGRAPH887>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH887>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE888 {
        width: 40px;
        height: 40px;
        top: 0;
        left: 0
    }

    #SHAPE888 svg:last-child {
        fill: #ffc701
    }

    #GROUP886 {
        width: 440px;
        height: 100px;
        top: 806.8px;
        left: 40px
    }

    #SECTION831 {
        height: 918.1px
    }

    #SHAPE902 {
        width: 42px;
        height: 42px;
        top: 235px;
        left: 29px
    }

    #SHAPE902 svg:last-child {
        fill: #fff
    }

    #HEADLINE903 {
        width: 16px;
        top: 0;
        left: 0
    }

    #HEADLINE903>.ladi-headline {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE904 {
        width: 16px;
        top: 0;
        left: 74px
    }

    #HEADLINE904>.ladi-headline {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #GROUP905 {
        width: 90px;
        height: 40px;
        top: 236px;
        left: 139px
    }

    #GROUP905.ladi-animation>.ladi-group {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #BOX907 {
        width: 359px;
        height: 9px;
        top: 222px;
        left: 0
    }

    #BOX907>.ladi-box {
        background: #fff;
        background: -webkit-linear-gradient(18090deg, #fff, #d2d2d2);
        background: linear-gradient(18090deg, #fff, #d2d2d2)
    }

    #BOX908 {
        width: 359px;
        height: 9px;
        top: 281px;
        left: 0
    }

    #BOX908>.ladi-box {
        background: #fff;
        background: -webkit-linear-gradient(18090deg, #fff, #d2d2d2);
        background: linear-gradient(18090deg, #fff, #d2d2d2)
    }

    #BOX909 {
        width: 359px;
        height: 67px;
        top: 222px;
        left: 0
    }

    #BOX909>.ladi-box {
        background-color: #d82119
    }

    #GROUP911 {
        width: 360px;
        height: 581.6px;
        top: 161.1px;
        left: 680px
    }

    #HEADLINE912 {
        width: 187px;
        top: 867.9px;
        left: 646px
    }

    #HEADLINE912>.ladi-headline {
        color: #000;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE912>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP913 {
        width: 830px;
        height: 269.913px;
        top: 27.9px;
        left: 190px
    }

    #BUTTON915 {
        width: 300px;
        height: 60px;
        top: 1305.9px;
        left: 445px
    }

    #BUTTON915>.ladi-button>.ladi-button-background {
        background: #ff6a00;
        background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
        background: linear-gradient(180deg, #ff6a00, #ee0979)
    }

    #BUTTON915>.ladi-button {
        border-radius: 29px
    }

    #BUTTON915.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #BUTTON_TEXT915 {
        width: 300px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT915>.ladi-headline {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE916 {
        width: 349px;
        top: 677.6px;
        left: 686px
    }

    #HEADLINE916>.ladi-headline {
        color: #000;
        font-size: 12px;
        font-style: italic;
        line-height: 1.6
    }

    #SECTION917 {
        height: 125.6px
    }

    #SECTION917>.ladi-section-background {
        background-color: #848484
    }

    #HEADLINE918 {
        width: 402px;
        top: 24.3px;
        left: 393px
    }

    #HEADLINE918>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #BOX920 {
        width: 359px;
        height: 468.6px;
        top: 0;
        left: 0
    }

    #BOX920>.ladi-box {
        background-color: #ffc701;
        border-style: solid;
        border-color: #ba0f07;
        border-width: 1px;
        border-radius: 31px
    }

    #BOX921 {
        width: 359px;
        height: 67px;
        top: 87px;
        left: 0
    }

    #BOX921>.ladi-box {
        background-color: #d82119
    }

    #BOX922 {
        width: 359px;
        height: 9px;
        top: 0;
        left: 0
    }

    #BOX922>.ladi-box {
        background: #fff;
        background: -webkit-linear-gradient(18090deg, #fff, #d2d2d2);
        background: linear-gradient(18090deg, #fff, #d2d2d2)
    }

    #COUNTDOWN_ITEM924 {
        visibility: hidden;
        pointer-events: none
    }

    #COUNTDOWN923 {
        width: 290px;
        height: 60px;
        top: 4px;
        left: 1px
    }

    #COUNTDOWN923>.ladi-countdown {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        text-align: center
    }

    #COUNTDOWN923>.ladi-countdown>.ladi-element {
        width: calc((100% - 30px * 3)/ 4);
        margin-right: 10px;
        height: 100%
    }

    #SHAPE928 {
        width: 42px;
        height: 42px;
        top: 13px;
        left: 29px
    }

    #SHAPE928 svg:last-child {
        fill: #fff
    }

    #HEADLINE930 {
        width: 16px;
        top: 0;
        left: 0
    }

    #HEADLINE930>.ladi-headline {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE931 {
        width: 16px;
        top: 0;
        left: 74px
    }

    #HEADLINE931>.ladi-headline {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #GROUP929 {
        width: 90px;
        height: 40px;
        top: 101px;
        left: 139px
    }

    #GROUP929.ladi-animation>.ladi-group {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #HEADLINE932 {
        width: 353px;
        top: 21px;
        left: 1px
    }

    #HEADLINE932>.ladi-headline {
        font-family: "Source Sans Pro", sans-serif;
        color: #fff;
        font-size: 32px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON_TEXT934 {
        width: 201px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT934>.ladi-headline {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON934 {
        width: 201.771px;
        height: 50px;
        top: 135px;
        left: 64.2px
    }

    #BUTTON934>.ladi-button>.ladi-button-background {
        background-color: #ff2626
    }

    #BUTTON934>.ladi-button {
        border-radius: 12px
    }

    #BUTTON934.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #FORM_ITEM936 {
        width: 321px;
        height: 50.8726px;
        top: 0;
        left: 0
    }

    #FORM_ITEM937 {
        width: 321px;
        height: 50.8726px;
        top: 65.8921px;
        left: 0
    }

    #FORM933 {
        width: 321px;
        height: 185px;
        top: 177.6px;
        left: 19px
    }

    #FORM933>.ladi-form {
        color: #848484;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 1.6
    }

    #FORM933 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""],
    #FORM933 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],
    #FORM933 .ladi-form-item .ladi-form-control::placeholder {
        color: #848484
    }

    #FORM933 .ladi-form-item {
        padding-left: 10px;
        padding-right: 10px
    }

    #FORM933 .ladi-form-item.ladi-form-checkbox {
        padding-left: 15px;
        padding-right: 15px
    }

    #FORM933 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("../svg%2Bxml%3Butf8%2C%20_svg%20xmlns%253D_http%253A%252F%252Fwww.w3.org%252F2000%252Fsvg_%20version%253D_1.1_%20width%253D_32_%20height%253D_24_%20viewBox%253D_0%200%2032%2024___polygon%20points%253D_0%252C0%2032%252C0%2016%252C24_%20style%253D_fill%253A%20rgba%28132%252C%20132%252C%20132%252C%201.0%29___%252Fpolygon__%252Fsvg_")
    }

    #FORM933 .ladi-form-item-container {
        border-style: solid;
        border-color: #ba0f07;
        border-width: 1px;
        border-radius: 11px
    }

    #FORM933 .ladi-form-item-container .ladi-form-quantity button {
        background-color: #ba0f07
    }

    #FORM933 .ladi-form-item-background {
        background-color: #fff;
        border-radius: 10px
    }

    #BOX938 {
        width: 359px;
        height: 9px;
        top: 146px;
        left: 0
    }

    #BOX938>.ladi-box {
        background: #fff;
        background: -webkit-linear-gradient(18090deg, #fff, #d2d2d2);
        background: linear-gradient(18090deg, #fff, #d2d2d2)
    }

    #GROUP919 {
        width: 359px;
        height: 468.6px;
        top: 229px;
        left: 360px
    }

    #GROUP939 {
        width: 480px;
        height: 276px;
        top: 106px;
        left: 0
    }

    #HEADLINE940 {
        width: 339px;
        top: 642px;
        left: 370px
    }

    #HEADLINE940>.ladi-headline {
        color: #000;
        font-size: 11px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }
    .ao img{
        width: 100%;
        
    }
    #IMAGE941 {
        width: 40%;
        top: 262px;
        left: 600px
    }

    #IMAGE941>.ladi-image>.ladi-image-background {
        width: 247.209px;
        height: 407.3px;
        top: 0;
        left: 0;
        background-image: url(../index_files/oryor.png)
    }
    .ao2 img {
        width: 100%;
    }

    #IMAGE942 {
        width: 40%;
        top: 483px;
        left: 600px
    }

    #IMAGE942>.ladi-image>.ladi-image-background {
        width: 247.209px;
        height: 407.3px;
        top: 0;
        left: 0;
        background-image: url(../index_files/oryor2.png)
    }

    #IMAGE943 {
        width: 283.478px;
        height: 163px;
        top: 0;
        left: 28.3478px
    }

    #IMAGE943>.ladi-image>.ladi-image-background {
        width: 283.478px;
        height: 163px;
        top: 0;
        left: 0;
        background-image: url(../index_files/asset-1-1.png)
    }

    #IMAGE943>.ladi-image {
        transform: rotate(20deg);
        -webkit-transform: rotate(20deg)
    }

    #PARAGRAPH944 {
        width: 170px;
        top: 14.9091px;
        left: 0
    }

    #PARAGRAPH944>.ladi-paragraph {
        transform: rotate(13deg);
        -webkit-transform: rotate(13deg);
        color: #fff;
        font-size: 30px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH945 {
        width: 213px;
        top: 59.6366px;
        left: 113.391px
    }

    #PARAGRAPH945>.ladi-paragraph {
        transform: rotate(16deg);
        -webkit-transform: rotate(16deg);
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: #b4b4b4;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH946 {
        width: 213px;
        top: 75.4548px;
        left: 105.2174px
    }

    #PARAGRAPH946>.ladi-paragraph {
        transform: rotate(16deg);
        -webkit-transform: rotate(16deg);
        color: #fff;
        font-size: 33px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP947 {
        width: 326.391px;
        height: 163px;
        top: 116px;
        left: 498px
    }

    #IMAGE949 {
        width: 285.979px;
        height: 156.329px;
        top: 0;
        left: 28.5979px
    }

    #IMAGE949>.ladi-image>.ladi-image-background {
        width: 285.979px;
        height: 156.329px;
        top: 0;
        left: 0;
        background-image: url(../index_files/asset-1-1.png)
    }

    #IMAGE949>.ladi-image {
        transform: rotate(20deg);
        -webkit-transform: rotate(20deg)
    }

    #PARAGRAPH950 {
        width: 172px;
        top: 14.299px;
        left: 0
    }

    #PARAGRAPH950>.ladi-paragraph {
        transform: rotate(13deg);
        -webkit-transform: rotate(13deg);
        color: #fff;
        font-size: 30px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH951 {
        width: 214px;
        top: 57.1958px;
        left: 114.392px
    }

    #PARAGRAPH951>.ladi-paragraph {
        transform: rotate(16deg);
        -webkit-transform: rotate(16deg);
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: #b4b4b4;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH952 {
        width: 214px;
        top: 71.7937px;
        left: 103.093px
    }

    #PARAGRAPH952>.ladi-paragraph {
        transform: rotate(16deg);
        -webkit-transform: rotate(16deg);
        color: #fff;
        font-size: 33px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP948 {
        width: 328.392px;
        height: 156.329px;
        top: 151.469px;
        left: auto;
        right: 186px
    }

    #GROUP953 {
        width: 359px;
        height: 64px;
        top: 87px;
        left: 0
    }

    #SHAPE961 {
        width: 38.1386px;
        height: 38.1385px;
        top: 105.129px;
        left: 276.608px
    }

    #SHAPE961 svg:last-child {
        fill: #fff
    }

    #SHAPE962 {
        width: 38.1386px;
        height: 36.0341px;
        top: 61.4041px;
        left: 275.556px
    }

    #SHAPE962 svg:last-child {
        fill: #fff
    }

    #GROUP954 {
        width: 314.747px;
        height: 143.268px;
        top: 402px;
        left: -2px
    }

    #GROUP955 {
        width: 310.166px;
        height: 140.783px;
        top: 0;
        left: 0
    }

    #HEADLINE960 {
        width: 232px;
        top: 8.20885px;
        left: 78.1662px
    }

    #HEADLINE960>.ladi-headline {
        font-family: Lobster, cursive;
        color: #f90c0c;
        font-size: 31px;
        text-align: center;
        line-height: 1.6
    }

    #LINE959 {
        height: 72px;
        top: 65.622px;
        left: 253.601px
    }

    #LINE959>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid rgba(255, 244, 244, .3);
        border-bottom: 1px solid rgba(255, 244, 244, .3);
        border-left: 1px solid rgba(255, 244, 244, .3)
    }

    #LINE959>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #IMAGE958 {
        width: 57.7696px;
        height: 41.8067px;
        top: 0;
        left: 0
    }

    #IMAGE958>.ladi-image>.ladi-image-background {
        width: 57.7696px;
        height: 41.8067px;
        top: 0;
        left: 0;
        background-image: url(../index_files/sdfsd-20200925020804.png)
    }

    #PARAGRAPH957 {
        width: 253px;
        top: 58.7826px;
        left: 24.5711px
    }

    #PARAGRAPH957>.ladi-paragraph {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        font-style: italic;
        line-height: 1.4
    }

    #LINE963 {
        width: 360px;
        top: 0;
        left: 0
    }

    #LINE963>.ladi-line>.ladi-line-container {
        border-top: 1px solid #ab8400;
        border-right: 1px solid #ab8400;
        border-bottom: 1px solid #ab8400;
        border-left: 0 !important
    }

    #LINE963>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #BOX964 {
        width: 324px;
        height: 153px;
        top: 406px;
        left: 0
    }

    #BOX964>.ladi-box {
        background-color: #ffc701;
        border-style: dashed;
        border-color: #4a2600;
        border-width: 1px;
        border-radius: 10px
    }

    #PARAGRAPH967 {
        width: 283px;
        top: 65.881px;
        left: 27.5382px
    }

    #PARAGRAPH967>.ladi-paragraph {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        font-style: italic;
        line-height: 1.4
    }

    #IMAGE968 {
        width: 64.7455px;
        height: 46.8551px;
        top: 0;
        left: 0
    }

    #IMAGE968>.ladi-image>.ladi-image-background {
        width: 64.7455px;
        height: 46.8551px;
        top: 0;
        left: 0;
        background-image: url(../index_files/sdfsd-20200925020804.png)
    }

    #LINE969 {
        height: 81px;
        top: 73.5463px;
        left: 284.224px
    }

    #LINE969>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid rgba(255, 244, 244, .3);
        border-bottom: 1px solid rgba(255, 244, 244, .3);
        border-left: 1px solid rgba(255, 244, 244, .3)
    }

    #LINE969>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #HEADLINE970 {
        width: 260px;
        top: 9.20012px;
        left: 87.6051px
    }

    #HEADLINE970>.ladi-headline {
        font-family: Lobster, cursive;
        color: #f90c0c;
        font-size: 31px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP966 {
        width: 347.62px;
        height: 157.783px;
        top: 0;
        left: 0
    }

    #SHAPE971 {
        width: 38.1386px;
        height: 38.1385px;
        top: 111.129px;
        left: 309.481px
    }

    #SHAPE971 svg:last-child {
        fill: #fff
    }

    #SHAPE972 {
        width: 38.1386px;
        height: 36.0341px;
        top: 69.0949px;
        left: 309.481px
    }

    #SHAPE972 svg:last-child {
        fill: #fff
    }

    #GROUP965 {
        width: 347.62px;
        height: 157.783px;
        top: 158.1px;
        left: 678px
    }

    #FORM_ITEM973 {
        width: 321px;
        height: 53.0004px;
        top: 0;
        left: 0
    }
}

@media (max-width:767px) {
    #SECTION_POPUP {
        height: 0
    }

    #SECTION1 {
        height: 1544.56px
    }

    #SECTION1>.ladi-section-background {
        background-size: 100%;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../index_files/3132-20200117070349-20200914064540.jpg);
        background-position: center top;
        background-repeat: no-repeat
    }

    #BOX2 {
        width: 239.023px;
        height: 40.0334px;
        top: 0;
        left: 0
    }

    #BOX2>.ladi-box {
        background-color: #ff2525;
        border-style: dotted;
        border-color: #fff701;
        border-width: 3px;
        border-radius: 18px
    }

    #HEADLINE3 {
        width: 124px;
        top: 7.0083px;
        left: 57.6951px
    }

    #HEADLINE3>.ladi-headline {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE3>.ladi-headline:hover {
        color: #ffc701
    }

    #GROUP4 {
        width: 239.023px;
        height: 40.0334px;
        top: 0;
        left: 0
    }

    #BOX6 {
        width: 239.023px;
        height: 40.0334px;
        top: 0;
        left: 0
    }

    #BOX6>.ladi-box {
        background-color: #ff2525;
        border-style: dotted;
        border-color: #fff701;
        border-width: 3px;
        border-radius: 18px
    }

    #HEADLINE7 {
        width: 173px;
        top: 6.67391px;
        left: 32.9687px
    }

    #HEADLINE7>.ladi-headline {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE7>.ladi-headline:hover {
        color: #ffc701
    }

    #GROUP5 {
        width: 239.023px;
        height: 40.0334px;
        top: 0;
        left: 241px
    }

    #BOX9 {
        width: 239.022px;
        height: 40.0334px;
        top: 0;
        left: 0
    }

    #BOX9>.ladi-box {
        background-color: #ff2525;
        border-style: dotted;
        border-color: #fff701;
        border-width: 3px;
        border-radius: 18px
    }

    #HEADLINE10 {
        width: 239px;
        top: 6.67391px;
        left: 0
    }

    #HEADLINE10>.ladi-headline {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE10>.ladi-headline:hover {
        color: #ffc701
    }

    #GROUP8 {
        width: 239.147px;
        height: 40.0334px;
        top: 0;
        left: 482.003px
    }

    #BOX12 {
        width: 239.022px;
        height: 39.5569px;
        top: 0;
        left: 0
    }

    #BOX12>.ladi-box {
        background-color: #ff2525;
        border-style: dotted;
        border-color: #fff701;
        border-width: 3px;
        border-radius: 18px
    }

    #HEADLINE13 {
        width: 239px;
        top: 6.59447px;
        left: 0
    }

    #HEADLINE13>.ladi-headline {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE13>.ladi-headline:hover {
        color: #ffc701
    }

    #GROUP11 {
        width: 239.147px;
        height: 39.5569px;
        top: 0;
        left: 724.002px
    }

    #BOX15 {
        width: 239.023px;
        height: 40.0334px;
        top: 0;
        left: 0
    }

    #BOX15>.ladi-box {
        background-color: #ff2525;
        border-style: dotted;
        border-color: #fff701;
        border-width: 3px;
        border-radius: 18px
    }

    #HEADLINE16 {
        width: 179px;
        top: 7.0083px;
        left: 32.4175px
    }

    #HEADLINE16>.ladi-headline {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE16>.ladi-headline:hover {
        color: #ffc701
    }

    #GROUP14 {
        width: 239.023px;
        height: 40.0334px;
        top: 43.9666px;
        left: 0
    }

    #BOX18 {
        width: 239.023px;
        height: 40.0334px;
        top: 0;
        left: 0
    }

    #BOX18>.ladi-box {
        background-color: #ff2525;
        border-style: dotted;
        border-color: #fff701;
        border-width: 3px;
        border-radius: 18px
    }

    #HEADLINE19 {
        width: 179px;
        top: 7.0083px;
        left: 33.5509px
    }

    #HEADLINE19>.ladi-headline {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE19>.ladi-headline:hover {
        color: #ffc701
    }

    #GROUP17 {
        width: 239.023px;
        height: 40.0334px;
        top: 43.9666px;
        left: 241px
    }

    #BOX21 {
        width: 239.023px;
        height: 40.0334px;
        top: 0;
        left: 0
    }

    #BOX21>.ladi-box {
        background-color: #ff2525;
        border-style: dotted;
        border-color: #fff701;
        border-width: 3px;
        border-radius: 18px
    }

    #HEADLINE22 {
        width: 179px;
        top: 7.0083px;
        left: 33.5509px
    }

    #HEADLINE22>.ladi-headline {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE22>.ladi-headline:hover {
        color: #ffc701
    }

    #GROUP20 {
        width: 239.023px;
        height: 40.0334px;
        top: 43.9666px;
        left: 482.003px
    }

    #BOX24 {
        width: 239.023px;
        height: 39.5569px;
        top: 0;
        left: 0
    }

    #BOX24>.ladi-box {
        background-color: #ff2525;
        border-style: dotted;
        border-color: #fff701;
        border-width: 3px;
        border-radius: 18px
    }

    #HEADLINE25 {
        width: 179px;
        top: 6.92489px;
        left: 33.5509px
    }

    #HEADLINE25>.ladi-headline {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE25>.ladi-headline:hover {
        color: #ffc701
    }

    #GROUP23 {
        width: 239.023px;
        height: 39.5569px;
        top: 43.4431px;
        left: 724.002px
    }

    #HEADLINE26 {
        width: 480px;
        top: 0;
        left: 0
    }

    #HEADLINE26>.ladi-headline {
        color: #fff101;
        font-size: 56px;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: #e86930 6px 5px 0
    }

    #HEADLINE26>.ladi-headline:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        color: #ba0f07
    }

    #HEADLINE27 {
        width: 351px;
        top: 141px;
        left: 9px
    }

    #HEADLINE27>.ladi-headline {
        color: #000;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE27>.ladi-headline:hover {
        transform: scale(1.04);
        -webkit-transform: scale(1.04)
    }

    #IMAGE29 {
        width: 77.9087px;
        height: 78.1955px;
        top: 198.094px;
        left: 229.372px
    }

    #IMAGE29>.ladi-image>.ladi-image-background {
        width: 77.9087px;
        height: 78.1955px;
        top: 0;
        left: 0;
        background-image: url(../index_files/mnk-vien-copy-20200305093900-20200914065819.png)
    }

    #IMAGE29>.ladi-image {
        border-style: solid;
        border-color: #ffcc01;
        border-width: 4px;
        border-radius: 195px
    }

    #IMAGE29:hover>.ladi-image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    #IMAGE30 {
        width: 96.5701px;
        height: 99.0475px;
        top: 135.538px;
        left: 0
    }

    #IMAGE30>.ladi-image>.ladi-image-background {
        width: 148.569px;
        height: 99.0475px;
        top: -.000248px;
        left: -21.5425px;
        background-image: url(../index_files/3427-20200227083422-20200914065740.jpg)
    }

    #IMAGE30>.ladi-image {
        border-style: solid;
        border-color: #fff101;
        border-width: 4px;
        border-radius: 143px
    }

    #IMAGE30:hover>.ladi-image {
        transform: scale(1.04);
        -webkit-transform: scale(1.04)
    }

    #IMAGE32 {
        width: 268.296px;
        height: 276.288px;
        top: 0;
        left: 41.7039px
    }

    #IMAGE32>.ladi-image>.ladi-image-background {
        width: 414.26px;
        height: 276.288px;
        top: .000116px;
        left: -103.217px;
        background-image: url(../index_files/2771465-20200227074636-20200914065840.jpg)
    }

    #IMAGE32>.ladi-image {
        border-style: solid;
        border-color: #ffb401;
        border-width: 4px;
        border-radius: 327px
    }

    #IMAGE32:hover>.ladi-image {
        transform: scale(1.06);
        -webkit-transform: scale(1.06)
    }
    .imgitem img{
        width: 70%;

    }
    #IMAGE33 {
        width: 91.9923px;
        height: 67.7687px;
        top: 5.852px;
        left: 19px
    }

    #IMAGE33>.ladi-image>.ladi-image-background {
        width: 106.992px;
        height: 106.992px;
        top: -19px;
        left: -8px;
        background-image: url(../index_files/eyelab-6.png)
    }

    #IMAGE33:hover>.ladi-image {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #BOX34 {
        width: 104.26px;
        height: 104.26px;
        top: 0;
        left: 0
    }

    #BOX34>.ladi-box {
        background-color: #fff;
        border-style: solid;
        border-color: #fff101;
        border-width: 2px;
        border-radius: 206px
    }

    #BOX34>.ladi-box:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    #GROUP35 {
        width: 104.26px;
        height: 104.26px;
        top: 229.372px;
        left: 93.8343px
    }

    #SECTION36 {
        height: 1449.03px
    }

    #SECTION36>.ladi-section-background {
        background-size: cover;
        background-attachment: fixed;
        background-image: url(../index_files/t2-2020-3-20200303043236-20200914071218.jpg);
        background-position: center top;
        background-repeat: no-repeat
    }

    #HEADLINE37 {
        width: 400px;
        top: 7px;
        left: 10px
    }

    #HEADLINE37>.ladi-headline {
        color: #000;
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE38 {
        width: 236px;
        top: 105px;
        left: 88px
    }

    #HEADLINE38>.ladi-headline {
        color: #000;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE39 {
        width: 280.02px;
        height: 524.908px;
        top: 188px;
        left: -360px
    }

    #IMAGE39>.ladi-image>.ladi-image-background {
        width: 280.02px;
        height: 524.908px;
        top: 0;
        left: 0;
        background-image: url(../index_files/6461-converted-01-2-20200302093931-20200914070532.png)
    }

    #BOX40 {
        width: 400px;
        height: 90px;
        top: 0;
        left: 0
    }

    #BOX40>.ladi-box {
        background: #d7d7d7;
        background: -webkit-linear-gradient(180deg, #d7d7d7, #eaedee);
        background: linear-gradient(180deg, #d7d7d7, #eaedee);
        border-radius: 30px
    }

    #HEADLINE41 {
        width: 357px;
        top: 23.6251px;
        left: 29.226px
    }

    #HEADLINE41>.ladi-headline {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #HEADLINE41>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP42 {
        width: 400px;
        height: 90px;
        top: 0;
        left: 0
    }

    #BOX44 {
        width: 400px;
        height: 112.517px;
        top: 0;
        left: 0
    }

    #BOX44>.ladi-box {
        background: #d7d7d7;
        background: -webkit-linear-gradient(180deg, #d7d7d7, #eaedee);
        background: linear-gradient(180deg, #d7d7d7, #eaedee);
        border-radius: 30px
    }

    #HEADLINE45 {
        width: 349px;
        top: 18.2585px;
        left: 29.6982px
    }

    #HEADLINE45>.ladi-headline {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #HEADLINE45>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP43 {
        width: 400px;
        height: 112.517px;
        top: 107.454px;
        left: 0
    }

    #BOX47 {
        width: 399.603px;
        height: 130.667px;
        top: 0;
        left: 0
    }

    #BOX47>.ladi-box {
        background: #d7d7d7;
        background: -webkit-linear-gradient(180deg, #d7d7d7, #eaedee);
        background: linear-gradient(180deg, #d7d7d7, #eaedee);
        border-radius: 30px
    }

    #HEADLINE48 {
        width: 351px;
        top: 0;
        left: 32.226px
    }

    #HEADLINE48>.ladi-headline {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #HEADLINE48>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP46 {
        width: 399.603px;
        height: 130.667px;
        top: 237.425px;
        left: .774px
    }

    #BOX50 {
        width: 400px;
        height: 100px;
        top: 0;
        left: 0
    }

    #BOX50>.ladi-box {
        background: #d7d7d7;
        background: -webkit-linear-gradient(180deg, #d7d7d7, #eaedee);
        background: linear-gradient(180deg, #d7d7d7, #eaedee);
        border-radius: 30px
    }

    #HEADLINE51 {
        width: 316px;
        top: 22.2718px;
        left: 34.7894px
    }

    #HEADLINE51>.ladi-headline {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #HEADLINE51>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP49 {
        width: 400px;
        height: 100px;
        top: 385.546px;
        left: 0
    }

    #BOX53 {
        width: 400px;
        height: 110px;
        top: 0;
        left: 0
    }

    #BOX53>.ladi-box {
        background: #d7d7d7;
        background: -webkit-linear-gradient(180deg, #d7d7d7, #eaedee);
        background: linear-gradient(180deg, #d7d7d7, #eaedee);
        border-radius: 30px
    }

    #HEADLINE54 {
        width: 316px;
        top: 17px;
        left: 35.0001px
    }

    #HEADLINE54>.ladi-headline {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #HEADLINE54>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP52 {
        width: 400px;
        height: 110px;
        top: 503px;
        left: 0
    }

    #BOX55 {
        width: 350px;
        height: 200px;
        top: 0;
        left: 0
    }

    #BOX55>.ladi-box {
        background-color: #ffd901
    }

    #PARAGRAPH56 {
        width: 307px;
        top: 48px;
        left: 25px
    }

    #PARAGRAPH56>.ladi-paragraph {
        color: #000;
        font-size: 27px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH56>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ff2727
    }

    #IMAGE57 {
        width: 374.934px;
        height: 370px;
        top: 1028px;
        left: 20px
    }

    #IMAGE57>.ladi-image>.ladi-image-background {
        width: 374.934px;
        height: 370px;
        top: 0;
        left: 0;
        background-image: url(../index_files/1659-01-20200227092548-1.png)
    }

    #IMAGE57:hover>.ladi-image {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SECTION58 {
        height: 978.97px
    }

    #IMAGE60 {
        width: 274.391px;
        height: 240px;
        top: 88.97px;
        left: 60px
    }

    #IMAGE60>.ladi-image>.ladi-image-background {
        width: 274.391px;
        height: 240px;
        top: 0;
        left: 0;
        background-image: url(../index_files/bao-ve-mat-20200228022646-20200914071418.png)
    }

    #IMAGE60:hover>.ladi-image {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE61 {
        width: 311px;
        top: 28.97px;
        left: 50px
    }

    #HEADLINE61>.ladi-headline {
        color: #000;
        font-size: 19px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE61>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #PARAGRAPH62 {
        width: 313px;
        top: 30px;
        left: 67.4057px
    }

    #PARAGRAPH62>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        line-height: 1.6
    }

    #PARAGRAPH62>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE63 {
        width: 127px;
        top: 0;
        left: 0
    }

    #HEADLINE63>.ladi-headline {
        color: #ffd901;
        font-size: 85px;
        font-weight: 700;
        line-height: 1.6
    }

    #GROUP64 {
        width: 380.406px;
        height: 142px;
        top: 328.97px;
        left: 20px
    }

    #PARAGRAPH66 {
        width: 321px;
        top: 39.5px;
        left: 69.1796px
    }

    #PARAGRAPH66>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        line-height: 1.6
    }

    #PARAGRAPH66>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE67 {
        width: 131px;
        top: 0;
        left: 0
    }

    #HEADLINE67>.ladi-headline {
        color: #ffd901;
        font-size: 85px;
        font-weight: 700;
        line-height: 1.6
    }

    #GROUP65 {
        width: 390.18px;
        height: 135px;
        top: 462.47px;
        left: 20px
    }

    #PARAGRAPH69 {
        width: 313px;
        top: 40px;
        left: 67px
    }

    #PARAGRAPH69>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        line-height: 1.6
    }

    #PARAGRAPH69>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE70 {
        width: 127px;
        top: 0;
        left: 0
    }

    #HEADLINE70>.ladi-headline {
        color: #ffd901;
        font-size: 85px;
        font-weight: 700;
        line-height: 1.6
    }

    #GROUP68 {
        width: 380px;
        height: 136px;
        top: 543.97px;
        left: 20px
    }

    #PARAGRAPH72 {
        width: 303px;
        top: 39px;
        left: 67.2106px
    }

    #PARAGRAPH72>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        line-height: 1.6
    }

    #PARAGRAPH72>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE73 {
        width: 141px;
        top: 0;
        left: 0
    }

    #HEADLINE73>.ladi-headline {
        color: #ffd901;
        font-size: 85px;
        font-weight: 700;
        line-height: 1.6
    }

    #GROUP71 {
        width: 370.211px;
        height: 136px;
        top: 634.97px;
        left: 20px
    }

    #PARAGRAPH75 {
        width: 311px;
        top: 33px;
        left: 70px
    }

    #PARAGRAPH75>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        line-height: 1.6
    }

    #PARAGRAPH75>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE76 {
        width: 141px;
        top: 0;
        left: 0
    }

    #HEADLINE76>.ladi-headline {
        color: #ffd901;
        font-size: 85px;
        font-weight: 700;
        line-height: 1.6
    }

    #GROUP74 {
        width: 380px;
        height: 174px;
        top: 761.97px;
        left: 20px
    }

    #GROUP78 {
        width: 310px;
        height: 333.632px;
        top: 298px;
        left: 64px
    }

    #IMAGE121 {
        width: 420px;
        height: 960px;
        top: -1.03px;
        left: 0
    }

    #IMAGE121>.ladi-image>.ladi-image-background {
        width: 420px;
        height: 960px;
        top: 0;
        left: 0;
        background-image: url(../index_files/19478-converted-01-20200117070349-1-3.jpg)
    }

    #IMAGE121>.ladi-image {
        border-style: ridge;
        border-color: #e4e4e4;
        border-width: 11px
    }

    #SECTION124 {
        height: 1024.08px
    }

    #SECTION124>.ladi-section-background {
        background-size: auto 100%;
        background-attachment: scroll;
        background-origin: content-box;
        /* background-image: url(../index_files/adsdf-20191030103237-1.jpg); */
        background-position: center top;
        background-repeat: no-repeat
    }

    #IMAGE125 {
        width: 158.233px;
        height: 180px;
        top: 0;
        left: 2px
    }

    #IMAGE125>.ladi-image>.ladi-image-background {
        width: 158.233px;
        height: 180px;
        top: 0;
        left: 0;
        background-image: url(../index_files/do-20200228071252-20200914074508.png)
    }

    #HEADLINE126 {
        width: 91px;
        top: 58px;
        left: 36.1165px
    }

    #HEADLINE126>.ladi-headline {
        color: #000;
        font-size: 23px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #PARAGRAPH127 {
        width: 160px;
        top: 175px;
        left: 0
    }

    #PARAGRAPH127>.ladi-paragraph {
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.2
    }

    #GROUP128 {
        width: 160.233px;
        height: 210px;
        top: 192.92px;
        left: 31.18px
    }

    #IMAGE130 {
        width: 164.063px;
        height: 186.632px;
        top: 0;
        left: 0
    }

    #IMAGE130>.ladi-image>.ladi-image-background {
        width: 164.931px;
        height: 186.632px;
        top: 0;
        left: 0;
        background-image: url(../index_files/xanh-duong-20200228071256-1.png)
    }

    #HEADLINE131 {
        width: 76px;
        top: 60.6015px;
        left: 39.5315px
    }

    #HEADLINE131>.ladi-headline {
        color: #000;
        font-size: 23px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #PARAGRAPH132 {
        width: 127px;
        top: 180.468px;
        left: 14.5315px
    }

    #PARAGRAPH132>.ladi-paragraph {
        color: #000;
        font-size: 14px;
        text-align: center;
        line-height: 1.2
    }

    #GROUP129 {
        width: 164.063px;
        height: 245.468px;
        top: 190.92px;
        left: 226.943px
    }

    #IMAGE134 {
        width: 160.869px;
        height: 183px;
        top: 0;
        left: 0
    }

    #IMAGE134>.ladi-image>.ladi-image-background {
        width: 161.72px;
        height: 183px;
        top: 0;
        left: 0;
        background-image: url(../index_files/tim-20200228071252-1.png)
    }

    #HEADLINE135 {
        width: 76px;
        top: 52.5564px;
        left: 43.0529px
    }

    #HEADLINE135>.ladi-headline {
        color: #000;
        font-size: 23px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #PARAGRAPH136 {
        width: 160px;
        top: 191px;
        left: .82px
    }

    #PARAGRAPH136>.ladi-paragraph {
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.2
    }

    #GROUP133 {
        width: 160.869px;
        height: 244px;
        top: 719.92px;
        left: 229.18px
    }

    #IMAGE138 {
        width: 161.589px;
        height: 183.819px;
        top: 0;
        left: 1px
    }

    #IMAGE138>.ladi-image>.ladi-image-background {
        width: 162.444px;
        height: 183.819px;
        top: 0;
        left: 0;
        background-image: url(../index_files/xanh-20200228071251-20200914074508.png)
    }

    #HEADLINE139 {
        width: 76px;
        top: 58.5563px;
        left: 37.2945px
    }

    #HEADLINE139>.ladi-headline {
        color: #000;
        font-size: 23px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #PARAGRAPH140 {
        width: 160px;
        top: 185.828px;
        left: 0
    }

    #PARAGRAPH140>.ladi-paragraph {
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.2
    }

    #GROUP137 {
        width: 162.589px;
        height: 238.828px;
        top: 439.92px;
        left: 30.002px
    }

    #IMAGE142 {
        width: 161.589px;
        height: 183.818px;
        top: 0;
        left: 0
    }

    #IMAGE142>.ladi-image>.ladi-image-background {
        width: 162.444px;
        height: 183.818px;
        top: 0;
        left: 0;
        background-image: url(../index_files/hong-01-20200228071252-1.png)
    }

    #HEADLINE143 {
        width: 79px;
        top: 55px;
        left: 35px
    }

    #HEADLINE143>.ladi-headline {
        color: #000;
        font-size: 23px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #PARAGRAPH144 {
        width: 133px;
        top: 191.748px;
        left: 8.07945px
    }

    #PARAGRAPH144>.ladi-paragraph {
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.2
    }

    #GROUP141 {
        width: 161.589px;
        height: 226.748px;
        top: 720.92px;
        left: 30.502px
    }

    #IMAGE146 {
        width: 161.589px;
        height: 183.819px;
        top: 0;
        left: 0
    }

    #IMAGE146>.ladi-image>.ladi-image-background {
        width: 162.444px;
        height: 183.819px;
        top: 0;
        left: 0;
        background-image: url(../index_files/cam-20200228071235-20200914074508.png)
    }

    #HEADLINE147 {
        width: 91px;
        top: 58px;
        left: 27px
    }

    #HEADLINE147>.ladi-headline {
        color: #000;
        font-size: 23px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #PARAGRAPH148 {
        width: 160px;
        top: 183.749px;
        left: 0
    }

    #PARAGRAPH148>.ladi-paragraph {
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.2
    }

    #GROUP145 {
        width: 161.589px;
        height: 253.749px;
        top: 437.92px;
        left: 228.18px
    }

    #PARAGRAPH149 {
        width: 400px;
        top: 120.92px;
        left: 860px
    }

    #PARAGRAPH149>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #SECTION150 {
        height: 1651.94px
    }

    #SECTION150>.ladi-section-background {
        background-size: auto 100%;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../index_files/t2-2020-1-20200303043237-20200914113209.jpg);
        background-position: center top;
        background-repeat: no-repeat
    }

    #HEADLINE151 {
        width: 400px;
        top: 22.84px;
        left: 10px
    }

    #HEADLINE151>.ladi-headline {
        color: #000;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE151>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ffc701
    }

    #IMAGE152 {
        width: 400px;
        height: 71.5723px;
        top: 153.34px;
        left: 7px
    }

    #IMAGE152>.ladi-image>.ladi-image-background {
        width: 400px;
        height: 71.5723px;
        top: 0;
        left: 0;
        background-image: url(../index_files/5-tieu-chi-20200228090257-20200914075602.png)
    }

    #HEADLINE153 {
        width: 71px;
        top: 119.84px;
        left: 7px
    }

    #HEADLINE153>.ladi-headline {
        color: #d4f49c;
        font-size: 46px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE154 {
        width: 71px;
        top: 119.84px;
        left: 91px
    }

    #HEADLINE154>.ladi-headline {
        color: #9cf4e0;
        font-size: 46px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE155 {
        width: 71px;
        top: 119.84px;
        left: 173px
    }

    #HEADLINE155>.ladi-headline {
        color: #30cae8;
        font-size: 46px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE156 {
        width: 71px;
        top: 119.84px;
        left: 256px
    }

    #HEADLINE156>.ladi-headline {
        color: #66a2ee;
        font-size: 46px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE157 {
        width: 71px;
        top: 119.84px;
        left: 341px
    }

    #HEADLINE157>.ladi-headline {
        color: #c79cf4;
        font-size: 46px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH158 {
        width: 400px;
        top: 256.84px;
        left: 10px
    }

    #PARAGRAPH158>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH158>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #PARAGRAPH159 {
        width: 400px;
        top: 396.84px;
        left: 10px
    }

    #PARAGRAPH159>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH159>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #PARAGRAPH160 {
        width: 400px;
        top: 615.84px;
        left: 10px
    }

    #PARAGRAPH160>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH160>.ladi-paragraph:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02)
    }

    #PARAGRAPH161 {
        width: 400px;
        top: 499.84px;
        left: 10px
    }

    #PARAGRAPH161>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH161>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #PARAGRAPH162 {
        width: 400px;
        top: 550.84px;
        left: 10px
    }

    #PARAGRAPH162>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: left;
        line-height: 1.6
    }

    #PARAGRAPH162>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SECTION163 {
        height: 1167.79px;
        display: none !important
    }

    #HEADLINE165 {
        width: 340px;
        top: 716.84px;
        left: 40px
    }

    #HEADLINE165>.ladi-headline {
        color: #000;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE165>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ffc701
    }

    #HEADLINE166 {
        width: 96px;
        top: 60.3494px;
        left: 90.9186px
    }

    #HEADLINE166>.ladi-headline {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH167 {
        width: 163px;
        top: 186.443px;
        left: 31.383px
    }

    #PARAGRAPH167>.ladi-paragraph {
        color: #000;
        font-size: 13px;
        text-align: center;
        line-height: 1.2
    }

    #PARAGRAPH168 {
        width: 176px;
        top: 184.392px;
        left: 25.2808px
    }

    #PARAGRAPH168>.ladi-paragraph {
        color: #000;
        font-size: 13px;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE169 {
        width: 223px;
        top: 801.84px;
        left: -14px
    }

    #HEADLINE169>.ladi-headline {
        color: #000;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE169>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ffc701
    }

    #PARAGRAPH170 {
        width: 176px;
        top: 185.663px;
        left: 21.7224px
    }

    #PARAGRAPH170>.ladi-paragraph {
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE171 {
        width: 131px;
        top: 67.8214px;
        left: 72.1751px
    }

    #HEADLINE171>.ladi-headline {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE172 {
        width: 96px;
        top: 80.4839px;
        left: 95.8926px
    }

    #HEADLINE172>.ladi-headline {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE173 {
        width: 107px;
        top: 52.8994px;
        left: 82.745px
    }

    #HEADLINE173>.ladi-headline {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE174 {
        width: 224px;
        top: 801.84px;
        left: 194.486px
    }

    #HEADLINE174>.ladi-headline {
        color: #000;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE174>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ffc701
    }

    #HEADLINE175 {
        width: 263px;
        top: 840px;
        left: 78px
    }

    #HEADLINE175>.ladi-headline {
        color: #000;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE175>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ffc701
    }

    #PARAGRAPH176 {
        width: 180px;
        top: 190.29px;
        left: 21.158px
    }

    #PARAGRAPH176>.ladi-paragraph {
        color: #000;
        font-size: 13px;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE177 {
        width: 313px;
        top: 888.84px;
        left: 51.4857px
    }

    #HEADLINE177>.ladi-headline {
        color: #ff2626;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 2px;
        line-height: 1.6
    }

    #HEADLINE177.ladi-animation>.ladi-headline {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SECTION180 {
        height: 444.9px
    }

    #SECTION180>.ladi-section-background {
        background-size: auto 100%;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../index_files/20559-converted-01-20200303061443-1.png);
        background-position: center top;
        background-repeat: no-repeat
    }
    .img-cen img {
        width: 63%;
        margin-left: 42px;
    }
    #IMAGE181 {
        width: 300px;
        top: 25px;
        left: 66px
    }

    #IMAGE181>.ladi-image>.ladi-image-background {
        width: 464.703px;
        height: 395.03px;
        top: 0;
        left: 0;
        background-image: url(../index_files/eyelab-1.png)
    }

    #HEADLINE182 {
        width: 400px;
        top: 305.93px;
        left: 0px
    }

    #HEADLINE182>.ladi-headline {
        color: #ffc601;
        font-size: 36px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
        text-shadow: #5c240b 5px 4px 3px;
        -webkit-text-stroke-color: #fff
    }

    #HEADLINE182>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #PARAGRAPH183 {
        width: 311px;
        top: 355.93px;
        left: 50px
    }

    #PARAGRAPH183>.ladi-paragraph {
        color: #fff;
        font-size: 21px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
        text-shadow: #000 1px 2px 3px
    }

    #PARAGRAPH183>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SECTION184 {
        height: 685.07px
    }

    #SECTION184>.ladi-section-background {
        background-size: cover;
        background-attachment: fixed;
        background-image: url(../index_files/t2-2020-9-20200303043236-1.jpg);
        background-position: center top;
        background-repeat: no-repeat
    }

    #PARAGRAPH185 {
        width: 400px;
        top: 0;
        left: 0
    }

    #PARAGRAPH185>.ladi-paragraph {
        color: #000;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH185>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ffc701
    }

    #IMAGE186 {
        width: 400px;
        height: 77.0665px;
        top: 105px;
        left: 0
    }

    #IMAGE186>.ladi-image>.ladi-image-background {
        width: 400px;
        height: 77.0665px;
        top: 0;
        left: 0;
        background-image: url(../index_files/6-thanh-phan-20200302095353-20200914082132.png)
    }

    #HEADLINE187 {
        width: 80px;
        top: 288.067px;
        left: 160px
    }

    #HEADLINE187>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE187>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE188 {
        width: 91px;
        top: 445.067px;
        left: 155px
    }

    #HEADLINE188>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE188>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE189 {
        width: 111px;
        top: 192.067px;
        left: 145px
    }

    #HEADLINE189>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE189>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE190 {
        width: 111px;
        top: 410.067px;
        left: 145px
    }

    #HEADLINE190>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE190>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE191 {
        width: 111px;
        top: 349.067px;
        left: 145px
    }

    #HEADLINE191>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE191>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE192 {
        width: 111px;
        top: 253.067px;
        left: 145px
    }

    #HEADLINE192>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE192>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #BUTTON193 {
        width: 310px;
        height: 70px;
        top: 581.47px;
        left: 55px
    }

    #BUTTON193>.ladi-button>.ladi-button-background {
        background-color: #ff2626
    }

    #BUTTON193>.ladi-button {
        border-radius: 89px
    }

    #BUTTON193.ladi-animation>.ladi-button {
        animation-name: bounce;
        -webkit-animation-name: bounce;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #BUTTON_TEXT193 {
        width: 310px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT193>.ladi-headline {
        color: #fff101;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #BUTTON_TEXT193>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #IMAGE194 {
        width: 540px;
        height: 540px;
        top: 5.097px;
        left: -73px
    }

    #IMAGE194>.ladi-image>.ladi-image-background {
        width: 540px;
        height: 540px;
        top: 0;
        left: 0;
        background-image: url(../index_files/4-nhom-thanh-phan-20191227105541-1.png)
    }

    #HEADLINE195 {
        width: 152px;
        top: 129px;
        left: 26px
    }

    #HEADLINE195>.ladi-headline {
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE195>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE196 {
        width: 141px;
        top: 0;
        left: 0
    }

    #HEADLINE196>.ladi-headline {
        color: #000;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE196>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP197 {
        width: 178px;
        height: 250px;
        top: 14.097px;
        left: 7px
    }

    #HEADLINE199 {
        width: 160px;
        top: 126px;
        left: 0
    }

    #HEADLINE199>.ladi-headline {
        color: #000;
        font-size: 14px;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE199>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE200 {
        width: 109px;
        top: 10px;
        left: 59px
    }

    #HEADLINE200>.ladi-headline {
        color: #000;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE200>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP198 {
        width: 160px;
        height: 241px;
        top: 11.097px;
        left: 207px
    }

    #HEADLINE202 {
        width: 151px;
        top: 0;
        left: 18px
    }

    #HEADLINE202>.ladi-headline {
        color: #000;
        font-size: 13px;
        text-align: center;
        line-height: 1.4
    }

    #HEADLINE202>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE203 {
        width: 187px;
        top: 183px;
        left: 0
    }

    #HEADLINE203>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE203>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP201 {
        width: 186px;
        height: 200px;
        top: 313.097px;
        left: 11px
    }

    #HEADLINE247 {
        width: 151px;
        top: 0;
        left: 6px
    }

    #HEADLINE247>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE247>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE248 {
        width: 233px;
        top: 190px;
        left: 0
    }

    #HEADLINE248>.ladi-headline {
        color: #000;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE248>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP246 {
        width: 233px;
        height: 210px;
        top: 320.097px;
        left: 222px
    }

    #IMAGE249 {
        width: 257.914px;
        height: 190px;
        top: 475.067px;
        left: 481px
    }

    #IMAGE249>.ladi-image>.ladi-image-background {
        width: 257.914px;
        height: 190px;
        top: 0;
        left: 0;
        background-image: url(../index_files/eyelab-20200915041034.png)
    }

    #IMAGE249.ladi-animation>.ladi-image {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SECTION250 {
        height: 929.62px
    }

    #IMAGE251 {
        width: 400px;
        height: 448.02px;
        top: 27px;
        left: 544px
    }

    #IMAGE251>.ladi-image>.ladi-image-background {
        width: 400px;
        height: 448.02px;
        top: 0;
        left: 0;
        /* background-image: url(../index_files/mnk-7-20200228101654-1.jpg) */
    }

    #IMAGE251:hover>.ladi-image {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE252 {
        width: 380px;
        top: 32.02px;
        left: 20px
    }

    #HEADLINE252>.ladi-headline {
        color: #000;
        font-size: 37px;
        font-weight: 700;
        line-height: 1.6
    }

    #HEADLINE252>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE253 {
        width: 300px;
        top: 6.5px;
        left: 0
    }

    #HEADLINE253>.ladi-headline {
        color: #000;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH254 {
        width: 300px;
        top: 0;
        left: 60px
    }

    #PARAGRAPH254>.ladi-paragraph {
        color: #000;
        font-size: 17px;
        line-height: 1.6
    }

    #PARAGRAPH254>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #PARAGRAPH255 {
        width: 300px;
        top: 0;
        left: 60px
    }

    #PARAGRAPH255>.ladi-paragraph {
        color: #000;
        font-size: 17px;
        line-height: 1.6
    }

    #PARAGRAPH255>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #PARAGRAPH256 {
        width: 300px;
        top: 0;
        left: 60px
    }

    #PARAGRAPH256>.ladi-paragraph {
        color: #000;
        font-size: 17px;
        line-height: 1.6
    }

    #PARAGRAPH256>.ladi-paragraph:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02)
    }

    #PARAGRAPH264 {
        width: 300px;
        top: 0;
        left: 60px
    }

    #PARAGRAPH264>.ladi-paragraph {
        color: #000;
        font-size: 17px;
        line-height: 1.6
    }

    #PARAGRAPH264>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #PARAGRAPH265 {
        width: 300px;
        top: 0;
        left: 60px
    }

    #PARAGRAPH265>.ladi-paragraph {
        color: #000;
        font-size: 17px;
        line-height: 1.6
    }

    #PARAGRAPH265>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #PARAGRAPH266 {
        width: 300px;
        top: 0;
        left: 62px
    }

    #PARAGRAPH266>.ladi-paragraph {
        color: #000;
        font-size: 17px;
        line-height: 1.6
    }

    #PARAGRAPH266>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SECTION267 {
        height: 1027.81px
    }

    #SECTION267>.ladi-section-background {
        background-size: auto 100%;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../index_files/t2-2020-9-20200303043236-20200914112629.jpg);
        background-position: center top;
        background-repeat: no-repeat
    }

    #HEADLINE268 {
        width: 360px;
        top: 19.24px;
        left: 32px
    }

    #HEADLINE268>.ladi-headline {
        color: #000;
        font-size: 23px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE268>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ffc701
    }

    #IMAGE269 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 30px
    }

    #IMAGE269>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/mnk-7-20191204075909-20200914083619.jpg)
    }

    #IMAGE269>.ladi-image {
        border-radius: 141px
    }

    #PARAGRAPH270 {
        width: 252px;
        top: 200px;
        left: 0
    }

    #PARAGRAPH270>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP271 {
        width: 250px;
        height: 525px;
        top: 0;
        left: 0
    }

    #IMAGE273 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 40px
    }

    #IMAGE273>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 200px;
        top: -8.911px;
        left: 0;
        background-image: url(../index_files/chu-duoc-1547194517-1.png)
    }

    #IMAGE273>.ladi-image {
        border-radius: 141px
    }

    #PARAGRAPH274 {
        width: 272px;
        top: 200px;
        left: 0
    }

    #PARAGRAPH274>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP272 {
        width: 270px;
        height: 525px;
        top: 0;
        left: 0
    }

    #IMAGE279 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 30px
    }

    #IMAGE279>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 211.2px;
        top: -20.111px;
        left: 0;
        background-image: url(../index_files/14-20200302073957-20200914084009.jpg)
    }

    #IMAGE279>.ladi-image {
        border-radius: 141px
    }

    #PARAGRAPH280 {
        width: 252px;
        top: 200px;
        left: 0
    }

    #PARAGRAPH280>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP278 {
        width: 250px;
        height: 525px;
        top: 0;
        left: 0
    }

    #HEADLINE282 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE282>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE284 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE284>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP285 {
        width: 150px;
        height: 64px;
        top: 565px;
        left: 30px
    }

    #HEADLINE287 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE287>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE288 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE288>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP286 {
        width: 150px;
        height: 64px;
        top: 565px;
        left: 50px
    }

    #HEADLINE290 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE290>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE291 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE291>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP289 {
        width: 150px;
        height: 64px;
        top: 560px;
        left: 50px
    }

    #IMAGE293 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE293>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/co_phuc-1521107804-20200914092634.png)
    }

    #IMAGE293>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE295 {
        width: 200px;
        top: 210px;
        left: 40px
    }

    #HEADLINE295>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE296 {
        width: 220px;
        top: 260px;
        left: 30px
    }

    #HEADLINE296>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE297 {
        width: 272px;
        top: 290px;
        left: 5px
    }

    #HEADLINE297>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH298 {
        width: 280px;
        top: 370px;
        left: 0
    }

    #PARAGRAPH298>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP299 {
        width: 280px;
        height: 545px;
        top: 0;
        left: 0
    }

    #IMAGE327 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE327>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/co-hue-1547194517-20200914092616.png)
    }

    #IMAGE327>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE328 {
        width: 200px;
        top: 210px;
        left: 40px
    }

    #HEADLINE328>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE329 {
        width: 220px;
        top: 260px;
        left: 30px
    }

    #HEADLINE329>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE330 {
        width: 272px;
        top: 310px;
        left: 0
    }

    #HEADLINE330>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH331 {
        width: 280px;
        top: 370px;
        left: 0
    }

    #PARAGRAPH331>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP326 {
        width: 280px;
        height: 570px;
        top: 0;
        left: 0
    }

    #IMAGE333 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE333>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/ba-boc-1561456075-20200914085103.png)
    }

    #IMAGE333>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE334 {
        width: 200px;
        top: 210px;
        left: 40px
    }

    #HEADLINE334>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE335 {
        width: 220px;
        top: 260px;
        left: 30px
    }

    #HEADLINE335>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE336 {
        width: 272px;
        top: 310px;
        left: 0
    }

    #HEADLINE336>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH337 {
        width: 280px;
        top: 370px;
        left: 0
    }

    #PARAGRAPH337>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP332 {
        width: 280px;
        height: 514px;
        top: 0;
        left: 0
    }

    #IMAGE339 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE339>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/ba_ao-1521107804-20200914085109.png)
    }

    #IMAGE339>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE340 {
        width: 200px;
        top: 210px;
        left: 40px
    }

    #HEADLINE340>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE341 {
        width: 280px;
        top: 260px;
        left: 0
    }

    #HEADLINE341>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE342 {
        width: 272px;
        top: 310px;
        left: 5px
    }

    #HEADLINE342>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH343 {
        width: 280px;
        top: 370px;
        left: 0
    }

    #PARAGRAPH343>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP338 {
        width: 280px;
        height: 570px;
        top: 0;
        left: 0
    }

    #IMAGE345 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE345>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/anh-suu-1547194513-20200914092711.png)
    }

    #IMAGE345>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE346 {
        width: 200px;
        top: 210px;
        left: 40px
    }

    #HEADLINE346>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE347 {
        width: 220px;
        top: 260px;
        left: 30px
    }

    #HEADLINE347>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE348 {
        width: 272px;
        top: 290px;
        left: 5px
    }

    #HEADLINE348>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH349 {
        width: 280px;
        top: 370px;
        left: 0
    }

    #PARAGRAPH349>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP344 {
        width: 280px;
        height: 545px;
        top: 0;
        left: 0
    }

    #IMAGE351 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE351>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/bac_hai-1521774045-20200914092727.png)
    }

    #IMAGE351>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE352 {
        width: 200px;
        top: 210px;
        left: 40px
    }

    #HEADLINE352>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE353 {
        width: 280px;
        top: 260px;
        left: 0
    }

    #HEADLINE353>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE354 {
        width: 272px;
        top: 290px;
        left: 5px
    }

    #HEADLINE354>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH355 {
        width: 280px;
        top: 370px;
        left: 0
    }

    #PARAGRAPH355>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP350 {
        width: 281px;
        height: 497px;
        top: 10px;
        left: 0
    }

    #IMAGE357 {
        width: 190px;
        height: 185.245px;
        top: 0;
        left: 45px
    }

    #IMAGE357>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/co-ba-1547194512-20200914092820.png)
    }

    #IMAGE357>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE358 {
        width: 212px;
        top: 203.578px;
        left: 35px
    }

    #HEADLINE358>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE359 {
        width: 280px;
        top: 252.049px;
        left: 0
    }

    #HEADLINE359>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE360 {
        width: 272px;
        top: 290.825px;
        left: 5px
    }

    #HEADLINE360>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH361 {
        width: 280px;
        top: 358.685px;
        left: 0
    }

    #PARAGRAPH361>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP356 {
        width: 280px;
        height: 479.862px;
        top: 0;
        left: 0
    }

    #IMAGE363 {
        width: 190px;
        height: 186.998px;
        top: 0;
        left: 45px
    }

    #IMAGE363>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/gs_2-1521193150-20200914092802.png)
    }

    #IMAGE363>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE364 {
        width: 212px;
        top: 205.504px;
        left: 35px
    }

    #HEADLINE364>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE365 {
        width: 232px;
        top: 254.434px;
        left: 20px
    }

    #HEADLINE365>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH367 {
        width: 280px;
        top: 362.079px;
        left: 0
    }

    #PARAGRAPH367>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP362 {
        width: 280px;
        height: 533.333px;
        top: 0;
        left: 0
    }

    #IMAGE369 {
        width: 183.214px;
        height: 178.233px;
        top: 0;
        left: 43.3928px
    }
    

    #IMAGE369>.ladi-image>.ladi-image-background {
        width: 203.571px;
        height: 192.842px;
        top: 0;
        left: 0;
        background-image: url(../index_files/48.png)
    }

    #IMAGE369>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE370 {
        width: 203px;
        top: 195.872px;
        left: 33.75px
    }

    #HEADLINE370>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE371 {
        width: 243px;
        top: 242.507px;
        left: 9.64283px
    }

    #HEADLINE371>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH372 {
        width: 272px;
        top: 322.941px;
        left: 0
    }

    #PARAGRAPH372>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP368 {
        width: 272px;
        height: 525.941px;
        top: 0;
        left: 0
    }

    #IMAGE374 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE374>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/duc-dich-kinh-co-the-anh-huong-den-thi-luc-nguoi-benh-20191204075909-20200914092737.jpg)
    }

    #IMAGE374>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE375 {
        width: 212px;
        top: 210px;
        left: 35px
    }

    #HEADLINE375>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE376 {
        width: 252px;
        top: 260px;
        left: 10px
    }

    #HEADLINE376>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH377 {
        width: 280px;
        top: 370px;
        left: 0
    }

    #PARAGRAPH377>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP373 {
        width: 280px;
        height: 570px;
        top: 0;
        left: 0
    }

    #IMAGE379 {
        width: 190px;
        height: 178.233px;
        top: 0;
        left: 45px
    }

    #IMAGE379>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/bac_du-1521774045-20200914092833.png)
    }

    #IMAGE379>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE380 {
        width: 271px;
        top: 195.872px;
        left: 0
    }

    #HEADLINE380>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE381 {
        width: 251px;
        top: 270.489px;
        left: 10px
    }

    #HEADLINE381>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH382 {
        width: 281px;
        top: 326.453px;
        left: 0
    }

    #PARAGRAPH382>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP378 {
        width: 280px;
        height: 443.043px;
        top: 0;
        left: 0
    }

    #IMAGE384 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE384>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/47.png)
    }

    #IMAGE384>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE385 {
        width: 240px;
        top: 200px;
        left: 20px
    }

    #HEADLINE385>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE386 {
        width: 251px;
        top: 290px;
        left: 10px
    }

    #HEADLINE386>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH387 {
        width: 280px;
        top: 340px;
        left: 0
    }

    #PARAGRAPH387>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP383 {
        width: 280px;
        height: 515px;
        top: 0;
        left: 0
    }

    #IMAGE389 {
        width: 190px;
        height: 194.103px;
        top: 0;
        left: 45px
    }

    #IMAGE389>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 194.103px;
        top: 0;
        left: 0;
        background-image: url(../index_files/happy-asian-woman-age-40-years-old-park_34670-682-20200826045604.jpg)
    }

    #IMAGE389>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE390 {
        width: 211px;
        top: 213.312px;
        left: 35px
    }

    #HEADLINE390>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE391 {
        width: 251px;
        top: 264.101px;
        left: 10px
    }

    #HEADLINE391>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH392 {
        width: 280px;
        top: 335.205px;
        left: 0
    }

    #PARAGRAPH392>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP388 {
        width: 280px;
        height: 530.233px;
        top: 0;
        left: 0
    }

    #IMAGE394 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE394>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/tsbs-thu-ha-20191204080110-20200914092903.jpg)
    }

    #IMAGE394>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE395 {
        width: 211px;
        top: 210px;
        left: 35px
    }

    #HEADLINE395>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE396 {
        width: 251px;
        top: 260px;
        left: 10px
    }

    #HEADLINE396>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH397 {
        width: 280px;
        top: 330px;
        left: 0
    }

    #PARAGRAPH397>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP393 {
        width: 280px;
        height: 505px;
        top: 0;
        left: 0
    }

    #IMAGE399 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE399>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/anh_thien-1521774045-20200914092926.png)
    }

    #IMAGE399>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE400 {
        width: 211px;
        top: 210px;
        left: 35px
    }

    #HEADLINE400>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE401 {
        width: 251px;
        top: 260px;
        left: 10px
    }

    #HEADLINE401>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH402 {
        width: 280px;
        top: 330px;
        left: 0
    }

    #PARAGRAPH402>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP398 {
        width: 280px;
        height: 505px;
        top: 0;
        left: 0
    }

    #IMAGE404 {
        width: 190px;
        height: 191.089px;
        top: 0;
        left: 45px
    }

    #IMAGE404>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 191.089px;
        top: 0;
        left: 0;
        background-image: url(../index_files/chu-duoc-1547194517-20200914083828.png)
    }

    #IMAGE404>.ladi-image {
        border-radius: 141px
    }

    #HEADLINE405 {
        width: 211px;
        top: 210px;
        left: 35px
    }

    #HEADLINE405>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE406 {
        width: 280px;
        top: 260px;
        left: 0
    }

    #HEADLINE406>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH407 {
        width: 280px;
        top: 340px;
        left: 0
    }

    #PARAGRAPH407>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP403 {
        width: 280px;
        height: 508px;
        top: 0;
        left: 0
    }

    #HEADLINE409 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE409>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE410 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE410>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP408 {
        width: 150px;
        height: 64px;
        top: 620px;
        left: 65px
    }

    #HEADLINE412 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE412>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE413 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE413>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP411 {
        width: 150px;
        height: 64px;
        top: 610px;
        left: 65px
    }

    #HEADLINE415 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE415>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE416 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE416>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP414 {
        width: 150px;
        height: 64px;
        top: 610px;
        left: 65px
    }

    #HEADLINE418 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE418>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE419 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE419>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP417 {
        width: 150px;
        height: 64px;
        top: 600px;
        left: 65px
    }

    #HEADLINE421 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE421>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE422 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE422>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP420 {
        width: 150px;
        height: 64px;
        top: 600px;
        left: 65px
    }

    #HEADLINE424 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE424>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE425 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE425>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP423 {
        width: 150px;
        height: 64px;
        top: 600px;
        left: 65px
    }

    #HEADLINE427 {
        width: 152px;
        top: 40px;
        left: 0
    }

    #HEADLINE427>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE428 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE428>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP426 {
        width: 150px;
        height: 64px;
        top: 590px;
        left: 65px
    }

    #HEADLINE430 {
        width: 147px;
        top: 37.3088px;
        left: 0
    }

    #HEADLINE430>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE431 {
        width: 71.5677px;
        height: 38.5253px;
        top: 0;
        left: 36.5371px
    }

    #IMAGE431>.ladi-image>.ladi-image-background {
        width: 76.8694px;
        height: 41.6832px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP429 {
        width: 144.642px;
        height: 59.6941px;
        top: 550.306px;
        left: 62.6786px
    }

    #HEADLINE433 {
        width: 152px;
        top: 38.7767px;
        left: 0
    }

    #HEADLINE433>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE434 {
        width: 74.2188px;
        height: 40.0412px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE434>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP432 {
        width: 150px;
        height: 62.0428px;
        top: 571.957px;
        left: 65px
    }

    #HEADLINE436 {
        width: 152px;
        top: 39.1438px;
        left: 0
    }

    #HEADLINE436>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE437 {
        width: 74.2188px;
        height: 40.4201px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE437>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP435 {
        width: 150px;
        height: 62.63px;
        top: 577.37px;
        left: 65px
    }

    #HEADLINE439 {
        width: 151px;
        top: 37.3089px;
        left: 0
    }

    #HEADLINE439>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE440 {
        width: 74.2188px;
        height: 38.5254px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE440>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP438 {
        width: 150px;
        height: 59.6942px;
        top: 550.306px;
        left: 65px
    }

    #HEADLINE442 {
        width: 151px;
        top: 40px;
        left: 0
    }

    #HEADLINE442>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE443 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE443>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP441 {
        width: 150px;
        height: 64px;
        top: 580px;
        left: 65px
    }

    #HEADLINE447 {
        width: 151px;
        top: 40.6309px;
        left: 0
    }

    #HEADLINE447>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE448 {
        width: 74.2188px;
        height: 41.9558px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE448>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.9558px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP446 {
        width: 150px;
        height: 65.0095px;
        top: 583.991px;
        left: 65px
    }

    #HEADLINE450 {
        width: 151px;
        top: 40px;
        left: 0
    }

    #HEADLINE450>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE451 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE451>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP449 {
        width: 150px;
        height: 64px;
        top: 570px;
        left: 65px
    }

    #HEADLINE453 {
        width: 151px;
        top: 40px;
        left: 0
    }

    #HEADLINE453>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE454 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE454>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP452 {
        width: 150px;
        height: 64px;
        top: 570px;
        left: 65px
    }

    #HEADLINE456 {
        width: 151px;
        top: 40px;
        left: 0
    }

    #HEADLINE456>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE457 {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 37.8906px
    }

    #IMAGE457>.ladi-image>.ladi-image-background {
        width: 74.2188px;
        height: 41.3043px;
        top: 0;
        left: 0;
        background-image: url(../index_files/yt-20200914084511.png)
    }

    #GROUP455 {
        width: 150px;
        height: 64px;
        top: 570px;
        left: 65px
    }

    #GROUP458 {
        width: 280px;
        height: 649px;
        top: 20px;
        left: 40px
    }

    #GROUP459 {
        width: 280px;
        height: 634px;
        top: 20px;
        left: 400px
    }

    #GROUP460 {
        width: 280px;
        height: 634px;
        top: 20px;
        left: 760px
    }

    #GROUP461 {
        width: 280px;
        height: 634px;
        top: 20px;
        left: 1120px
    }

    #GROUP462 {
        width: 280px;
        height: 654px;
        top: 0;
        left: 350px
    }

    #GROUP463 {
        width: 272px;
        height: 610px;
        top: 30px;
        left: 2202px
    }

    #GROUP464 {
        width: 280px;
        height: 640px;
        top: 30px;
        left: 470px
    }

    #GROUP465 {
        width: 280px;
        height: 634px;
        top: 40px;
        left: 720px
    }

    #GROUP466 {
        width: 280px;
        height: 644px;
        top: 20px;
        left: 1481px
    }

    #GROUP468 {
        width: 280px;
        height: 674px;
        top: 10px;
        left: 350px
    }

    #GROUP469 {
        width: 280px;
        height: 674px;
        top: 10px;
        left: 700px
    }

    #GROUP470 {
        width: 280px;
        height: 664px;
        top: 10px;
        left: 1050px
    }

    #GROUP471 {
        width: 280px;
        height: 664px;
        top: 10px;
        left: 1380px
    }

    #GROUP472 {
        width: 280px;
        height: 664px;
        top: 10px;
        left: 1710px
    }

    #GROUP473 {
        width: 250px;
        height: 629px;
        top: 27.4px;
        left: 2010px
    }

    #GROUP474 {
        width: 270px;
        height: 629px;
        top: 27.4px;
        left: 2370px
    }

    #GROUP475 {
        width: 250px;
        height: 624px;
        top: 0;
        left: 2440px;
        display: none !important
    }

    #BUTTON477 {
        width: 300px;
        height: 70px;
        top: 0;
        left: 0
    }

    #BUTTON477>.ladi-button>.ladi-button-background {
        background-color: #ff2626
    }

    #BUTTON477>.ladi-button {
        border-radius: 49px
    }

    #BUTTON477.ladi-animation>.ladi-button {
        animation-name: bounce;
        -webkit-animation-name: bounce;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #BUTTON_TEXT477 {
        width: 300px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT477>.ladi-headline {
        color: #fff101;
        font-size: 19px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #BUTTON_TEXT477>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SECTION499 {
        height: 2642.21px
    }

    #SECTION499>.ladi-section-background {
        background-size: cover;
        background-attachment: fixed;
        /* background-image: url(../index_files/10730-copy-20191025091852-1.jpg); */
        background-position: center top;
        background-repeat: no-repeat
    }

    #HEADLINE500 {
        width: 400px;
        top: 10px;
        left: 10px
    }

    #HEADLINE500>.ladi-headline {
        color: #000;
        font-size: 31px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE500>.ladi-headline:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02)
    }

    #PARAGRAPH501 {
        width: 384px;
        top: 230.846px;
        left: 8px
    }

    #PARAGRAPH501>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH502 {
        width: 384px;
        top: 332.154px;
        left: 8px
    }

    #PARAGRAPH502>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        font-style: italic;
        line-height: 1.6
    }

    #IMAGE503 {
        width: 190px;
        height: 190px;
        top: 0;
        left: 110px
    }

    #IMAGE503>.ladi-image>.ladi-image-background {
        width: 190px;
        height: 190px;
        top: 0;
        left: 0;
        background-image: url(../index_files/gs_1-1521193032-20200914095008.png)
    }

    #BOX504 {
        width: 400px;
        height: 307.692px;
        top: 203.077px;
        left: 0
    }

    #BOX504>.ladi-box {
        background-color: #fff;
        border-style: solid;
        border-color: #848484;
        border-width: 3px;
        border-radius: 38px
    }

    #GROUP505 {
        width: 400px;
        height: 510.769px;
        top: 233.21px;
        left: 10px
    }

    #BOX507 {
        width: 400px;
        height: 372.857px;
        top: 207.143px;
        left: 0
    }

    #BOX507>.ladi-box {
        background-color: #fff;
        border-style: solid;
        border-color: #848484;
        border-width: 3px;
        border-radius: 38px
    }

    #PARAGRAPH508 {
        width: 384px;
        top: 227.857px;
        left: 12.6984px
    }

    #PARAGRAPH508>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH509 {
        width: 384px;
        top: 290px;
        left: 10px
    }

    #PARAGRAPH509>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        font-style: italic;
        line-height: 1.6
    }

    #IMAGE510 {
        width: 183.571px;
        height: 186.429px;
        top: 0;
        left: 110px
    }

    #IMAGE510>.ladi-image>.ladi-image-background {
        width: 183.571px;
        height: 186.429px;
        top: 0;
        left: 0;
        background-image: url(../index_files/gs_3-1522227498-1.png)
    }

    #GROUP506 {
        width: 400px;
        height: 580px;
        top: 783.21px;
        left: 10px
    }

    #BOX512 {
        width: 400px;
        height: 280px;
        top: 210px;
        left: 0
    }

    #BOX512>.ladi-box {
        background-color: #fff;
        border-style: solid;
        border-color: #848484;
        border-width: 3px;
        border-radius: 38px
    }

    #PARAGRAPH513 {
        width: 384px;
        top: 230px;
        left: 7.93647px
    }

    #PARAGRAPH513>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH514 {
        width: 384px;
        top: 310px;
        left: 10px
    }

    #PARAGRAPH514>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        font-style: italic;
        line-height: 1.6
    }

    #IMAGE515 {
        width: 193.317px;
        height: 190px;
        top: 0;
        left: 100px
    }

    #IMAGE515>.ladi-image>.ladi-image-background {
        width: 193.317px;
        height: 190px;
        top: 0;
        left: 0;
        background-image: url(../index_files/gs_4-1522227501-1.png)
    }

    #GROUP511 {
        width: 400px;
        height: 490px;
        top: 1400.97px;
        left: 10px
    }

    #BOX517 {
        width: 400px;
        height: 410px;
        top: 210px;
        left: 0
    }

    #BOX517>.ladi-box {
        background-color: #fff;
        border-style: solid;
        border-color: #848484;
        border-width: 3px;
        border-radius: 38px
    }

    #PARAGRAPH518 {
        width: 384px;
        top: 230px;
        left: 12.6984px
    }

    #PARAGRAPH518>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH519 {
        width: 384px;
        top: 310px;
        left: 10px
    }

    #PARAGRAPH519>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        font-style: italic;
        line-height: 1.6
    }

    #IMAGE520 {
        width: 196.334px;
        height: 200px;
        top: 0;
        left: 100px
    }

    #IMAGE520>.ladi-image>.ladi-image-background {
        width: 196.334px;
        height: 200px;
        top: 0;
        left: 0;
        background-image: url(../index_files/gs_2-1521193150-2.png)
    }

    #GROUP516 {
        width: 400px;
        height: 620px;
        top: 1920.97px;
        left: 10px
    }

    #SECTION535 {
        height: 920.67px
    }

    #SECTION535>.ladi-section-background {
        background-size: cover;
        background-attachment: fixed;
        background-image: url(../index_files/10730-20191025091937-20200914100620.jpg);
        background-position: center top;
        background-repeat: no-repeat
    }

    #HEADLINE536 {
        width: 371px;
        top: 24.67px;
        left: 20px
    }

    #HEADLINE536>.ladi-headline {
        color: #000;
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #IMAGE537 {
        width: 400px;
        height: 200px;
        top: 74.67px;
        left: -530px
    }

    #IMAGE537>.ladi-image>.ladi-image-background {
        width: 400px;
        height: 200px;
        top: 0;
        left: 0;
        /* background-image: url(../index_files/6-loi-ich-ds-20200221073928-1.png) */
    }

    #PARAGRAPH538 {
        width: 151px;
        top: 0;
        left: 88px
    }

    #PARAGRAPH538>.ladi-paragraph {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH539 {
        width: 171px;
        top: 0;
        left: 75px
    }

    #PARAGRAPH539>.ladi-paragraph {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH540 {
        width: 131px;
        top: 3px;
        left: 84px
    }

    #PARAGRAPH540>.ladi-paragraph {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.6;
        text-shadow: #000 1px 2px 3px
    }

    #PARAGRAPH541 {
        width: 167px;
        top: 0;
        left: 84px
    }

    #PARAGRAPH541>.ladi-paragraph {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH542 {
        width: 167px;
        top: 0;
        left: 85px
    }

    #PARAGRAPH542>.ladi-paragraph {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6
    }

    #PARAGRAPH543 {
        width: 167px;
        top: 0;
        left: 79px
    }

    #PARAGRAPH543>.ladi-paragraph {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.6
    }

    #HEADLINE546 {
        width: 400px;
        top: 10px;
        left: 10px
    }

    #HEADLINE546>.ladi-headline {
        color: #000;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE546>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ffc701
    }

    #PARAGRAPH547 {
        width: 400px;
        top: 116px;
        left: 10px
    }

    #PARAGRAPH547>.ladi-paragraph {
        color: #545454;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 6px;
        line-height: 1.6
    }

    #PARAGRAPH547>.ladi-paragraph:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
        color: #ffc701
    }

    #SHAPE548 {
        width: 80px;
        height: 84.6466px;
        top: 0;
        left: 70px
    }

    #SHAPE548:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE548 svg:last-child {
        fill: #ffc701
    }

    #PARAGRAPH550 {
        width: 220px;
        top: 84px;
        left: 0
    }

    #PARAGRAPH550>.ladi-paragraph {
        color: #000;
        font-size: 17px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH550>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE551 {
        width: 64.8073px;
        height: 80px;
        top: 0;
        left: 77.5964px
    }

    #SHAPE551:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE551 svg:last-child {
        fill: #ffc701
    }

    #PARAGRAPH552 {
        width: 220px;
        top: 84px;
        left: 0
    }

    #PARAGRAPH552>.ladi-paragraph {
        color: #000;
        font-size: 17px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH552>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE554 {
        width: 57.7225px;
        height: 77.732px;
        top: 0;
        left: 80px
    }

    #SHAPE554:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE554 svg:last-child {
        fill: #ffc701
    }

    #PARAGRAPH555 {
        width: 220px;
        top: 84px;
        left: 0
    }

    #PARAGRAPH555>.ladi-paragraph {
        color: #000;
        font-size: 17px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH555>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE556 {
        width: 44.3003px;
        height: 74.4551px;
        top: 0;
        left: 90px
    }

    #SHAPE556:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE556 svg:last-child {
        fill: #ffc701
    }

    #PARAGRAPH557 {
        width: 220px;
        top: 84px;
        left: 0
    }

    #PARAGRAPH557>.ladi-paragraph {
        color: #000;
        font-size: 17px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH557>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP558 {
        width: 220px;
        height: 165px;
        top: 154px;
        left: 100px
    }

    #GROUP559 {
        width: 220px;
        height: 165px;
        top: 992.794px;
        left: 100px
    }

    #GROUP560 {
        width: 220px;
        height: 138px;
        top: 329px;
        left: 100px
    }

    #GROUP561 {
        width: 220px;
        height: 138px;
        top: 844.794px;
        left: 100px
    }

    #SHAPE563 {
        width: 36.8112px;
        height: 69.2646px;
        top: 477px;
        left: 191.594px
    }

    #SHAPE563>.ladi-shape {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg)
    }

    #SHAPE563 svg:last-child {
        fill: #000
    }

    #SHAPE564 {
        width: 36.8112px;
        height: 69.2646px;
        top: 765.529px;
        left: 191.594px
    }

    #SHAPE564>.ladi-shape {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg)
    }

    #SHAPE564 svg:last-child {
        fill: #000
    }

    #SHAPE565 {
        width: 36.8112px;
        height: 69.2646px;
        top: 686.265px;
        left: 191.594px
    }

    #SHAPE565>.ladi-shape {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg)
    }

    #SHAPE565 svg:last-child {
        fill: #000
    }

    #BUTTON_TEXT566 {
        width: 240px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT566>.ladi-headline {
        color: #fff101;
        font-size: 21px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON566 {
        width: 240px;
        height: 60px;
        top: 556.265px;
        left: 90px
    }

    #BUTTON566>.ladi-button>.ladi-button-background {
        background-color: #ff2626
    }

    #BUTTON566>.ladi-button {
        border-radius: 31px
    }

    #BUTTON566.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SECTION603 {
        height: 717px
    }

    #HEADLINE607 {
        width: 400px;
        top: 23.004px;
        left: 10px
    }

    #HEADLINE607>.ladi-headline {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE607>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        color: #ffc701
    }

    #PARAGRAPH609 {
        width: 400px;
        top: 460.004px;
        left: 10px
    }

    #PARAGRAPH609>.ladi-paragraph {
        color: #000;
        font-size: 18px;
        line-height: 1.6
    }

    .food-img img {
        width: 70%;
        margin-left: 62px;
    }
    #IMAGE610 {
        width: 80%;
        top: 75px;
        left: 30px
    }

    #IMAGE610>.ladi-image>.ladi-image-background {
        width: 536.147px;
        height: 536.147px;
        top: -72px;
        left: 0;
        background-image: url(../index_files/product.png)
    }

    #IMAGE610.ladi-animation>.ladi-image {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SECTION611 {
        height: 1302.28px
    }

    #SECTION611>.ladi-section-background {
        background-size: auto 100%;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url(../index_files/1714-20191228073402-20200914105954.jpg);
        background-position: center top;
        background-repeat: no-repeat
    }

    #PARAGRAPH612 {
        width: 400px;
        top: 826px;
        left: 11.5px
    }

    #PARAGRAPH612>.ladi-paragraph {
        color: #000;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #PARAGRAPH613 {
        width: 400px;
        top: 912.299px;
        left: 11.5px
    }

    #PARAGRAPH613>.ladi-paragraph {
        font-family: "Arima Madurai", cursive;
        color: #242424;
        font-size: 21px;
        font-weight: 700;
        font-style: italic;
        text-align: center;
        line-height: 1.4
    }

    #HEADLINE614 {
        width: 321px;
        top: 201px;
        left: 18px
    }

    #HEADLINE614>.ladi-headline {
        font-family: "Source Sans Pro", sans-serif;
        color: #fff;
        font-size: 32px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #COUNTDOWN615 {
        width: 290px;
        height: 60px;
        top: 269px;
        left: 1px
    }

    #COUNTDOWN615>.ladi-countdown {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        text-align: center
    }

    #COUNTDOWN615>.ladi-countdown>.ladi-element {
        width: calc((100% - 30px * 3)/ 4);
        margin-right: 10px;
        height: 100%
    }

    #COUNTDOWN_ITEM616 {
        visibility: hidden;
        pointer-events: none
    }

    #BUTTON_TEXT650 {
        width: 201px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT650>.ladi-headline {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON650 {
        width: 201.771px;
        height: 50px;
        top: 134.235px;
        left: 64.95px
    }

    #BUTTON650>.ladi-button>.ladi-button-background {
        background-color: #ff2626
    }

    #BUTTON650>.ladi-button {
        border-radius: 12px
    }

    #BUTTON650.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #FORM_ITEM653 {
        width: 321px;
        height: 50.8726px;
        top: 70.127px;
        left: 0
    }

    #FORM649 {
        width: 321px;
        height: 184.235px;
        top: 344.473px;
        left: 18.25px
    }

    #FORM649>.ladi-form {
        color: #848484;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 1.6
    }

    #FORM649 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""],
    #FORM649 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],
    #FORM649 .ladi-form-item .ladi-form-control::placeholder {
        color: #848484
    }

    #FORM649 .ladi-form-item {
        padding-left: 10px;
        padding-right: 10px
    }

    #FORM649 .ladi-form-item.ladi-form-checkbox {
        padding-left: 15px;
        padding-right: 15px
    }

    #FORM649 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("../svg%2Bxml%3Butf8%2C%20_svg%20xmlns%253D_http%253A%252F%252Fwww.w3.org%252F2000%252Fsvg_%20version%253D_1.1_%20width%253D_32_%20height%253D_24_%20viewBox%253D_0%200%2032%2024___polygon%20points%253D_0%252C0%2032%252C0%2016%252C24_%20style%253D_fill%253A%20rgba%28132%252C%20132%252C%20132%252C%201.0%29___%252Fpolygon__%252Fsvg_")
    }

    #FORM649 .ladi-form-item-container {
        border-style: solid;
        border-color: #ba0f07;
        border-width: 1px;
        border-radius: 11px
    }

    #FORM649 .ladi-form-item-container .ladi-form-quantity button {
        background-color: #ba0f07
    }

    #FORM649 .ladi-form-item-background {
        background-color: #fff;
        border-radius: 10px
    }

    #BOX654 {
        width: 359px;
        height: 613.6px;
        top: 0;
        left: 0
    }

    #BOX654>.ladi-box {
        background-color: #ffc701;
        border-style: solid;
        border-color: #ba0f07;
        border-width: 1px;
        border-radius: 15px
    }

    #SHAPE726 {
        width: 67.8486px;
        height: 55.8362px;
        top: 15.5819px;
        left: 0
    }

    #SHAPE726:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE726 svg:last-child {
        fill: #ba0f07
    }

    #SHAPE727 {
        width: 56.7064px;
        height: 60px;
        top: 0;
        left: 0
    }

    #SHAPE727:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE727 svg:last-child {
        fill: #e88d30
    }

    #SHAPE728 {
        width: 60px;
        height: 60px;
        top: 0;
        left: 0
    }

    #SHAPE728:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE728 svg:last-child {
        fill: #e7da03
    }

    #SHAPE729 {
        width: 61.0979px;
        height: 64.6466px;
        top: 5px;
        left: 0
    }

    #SHAPE729:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE729 svg:last-child {
        fill: #20149f
    }

    #SHAPE730 {
        width: 54px;
        height: 54px;
        top: 11px;
        left: 0
    }

    #SHAPE730:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE730 svg:last-child {
        fill: #3083e8
    }

    #SHAPE731 {
        width: 46.1432px;
        height: 52.5789px;
        top: 14px;
        left: 0
    }

    #SHAPE731:hover>.ladi-shape {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE731 svg:last-child {
        fill: #16b22a
    }

    #SHAPE732 {
        width: 40px;
        height: 40px;
        top: 0;
        left: 0
    }

    #SHAPE732 svg:last-child {
        fill: #ffc701
    }

    #SHAPE733 {
        width: 40px;
        height: 40px;
        top: 2px;
        left: 0
    }

    #SHAPE733 svg:last-child {
        fill: #ffc701
    }

    #SHAPE734 {
        width: 40px;
        height: 40px;
        top: 4px;
        left: 0
    }

    #SHAPE734 svg:last-child {
        fill: #ffc701
    }

    #SHAPE735 {
        width: 40px;
        height: 40px;
        top: 4px;
        left: 0
    }

    #SHAPE735 svg:last-child {
        fill: #ffc701
    }

    #SHAPE736 {
        width: 40px;
        height: 40px;
        top: 0;
        left: 0
    }

    #SHAPE736 svg:last-child {
        fill: #ffc701
    }

    #SHAPE737 {
        width: 40px;
        height: 40px;
        top: 10px;
        left: 0
    }

    #SHAPE737 svg:last-child {
        fill: #ffc701
    }

    #SHAPE738 {
        width: 40px;
        height: 40px;
        top: 0;
        left: 310px
    }

    #SHAPE738 svg:last-child {
        fill: #ffc701
    }

    #PARAGRAPH748 {
        width: 400px;
        top: 110.92px;
        left: 440px
    }

    #PARAGRAPH748>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH749 {
        width: 400px;
        top: 215px;
        left: -460px
    }

    #PARAGRAPH749>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH750 {
        width: 400px;
        top: 30.92px;
        left: -910px
    }

    #PARAGRAPH750>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH751 {
        width: 400px;
        top: 500.92px;
        left: 450px
    }

    #PARAGRAPH751>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH752 {
        width: 400px;
        top: 250.92px;
        left: -900px
    }

    #PARAGRAPH752>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #HEADLINE753 {
        width: 336px;
        top: 150.92px;
        left: 40px
    }

    #HEADLINE753>.ladi-headline {
        color: #d81209;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE753.ladi-animation>.ladi-headline {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SHAPE755 {
        width: 41.1514px;
        height: 44px;
        top: 1342px;
        left: 273px
    }

    #SHAPE755.ladi-animation>.ladi-shape {
        animation-name: wobble;
        -webkit-animation-name: wobble;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SHAPE755 svg:last-child {
        fill: #000
    }

    #SHAPE757 {
        width: 45.1981px;
        height: 47.8233px;
        top: 631.1px;
        left: 280px
    }

    #SHAPE757.ladi-animation>.ladi-shape {
        animation-name: wobble;
        -webkit-animation-name: wobble;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SHAPE757 svg:last-child {
        fill: #000
    }

    #SHAPE758 {
        width: 40px;
        height: 40px;
        top: 91.097px;
        left: 11px
    }

    #SHAPE758 svg:last-child {
        fill: url(../index.html#SHAPE758_desktop_gradient)
    }

    #SHAPE759 {
        width: 40px;
        height: 40px;
        top: 91.097px;
        left: 341px
    }

    #SHAPE759 svg:last-child {
        fill: url(../index.html#SHAPE759_desktop_gradient)
    }

    #SHAPE760 {
        width: 37px;
        height: 37px;
        top: 455.097px;
        left: 11px
    }

    #SHAPE760 svg:last-child {
        fill: url(../index.html#SHAPE760_desktop_gradient)
    }

    #SHAPE761 {
        width: 40px;
        height: 40px;
        top: 452.097px;
        left: 344px
    }

    #SHAPE761 svg:last-child {
        fill: url(../index.html#SHAPE761_desktop_gradient)
    }

    #GROUP762 {
        width: 360px;
        height: 54px;
        top: 146.02px;
        left: 30px
    }

    #GROUP763 {
        width: 360px;
        height: 54px;
        top: 211.72px;
        left: 30px
    }

    #GROUP764 {
        width: 360px;
        height: 54px;
        top: 275.72px;
        left: 30px
    }

    #GROUP765 {
        width: 360px;
        height: 54px;
        top: 339.72px;
        left: 30px
    }

    #GROUP766 {
        width: 360px;
        height: 40px;
        top: 403.72px;
        left: 30px
    }

    #GROUP767 {
        width: 362px;
        height: 54px;
        top: 453.72px;
        left: 30px
    }

    #SHAPE768 {
        width: 51.6468px;
        height: 54.6466px;
        top: 57.4px;
        left: 230px
    }

    #SHAPE768.ladi-animation>.ladi-shape {
        animation-name: wobble;
        -webkit-animation-name: wobble;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SHAPE768 svg:last-child {
        fill: #000
    }

    #SHAPE771 {
        width: 47.2553px;
        height: 50px;
        top: 626.265px;
        left: 186.372px
    }

    #SHAPE771.ladi-animation>.ladi-shape {
        animation-name: wobble;
        -webkit-animation-name: wobble;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #SHAPE771 svg:last-child {
        fill: #000
    }
    .foot-img img {
        width: 100%;
    }
    #IMAGE772 {
        width: 58%;
        top: 73%;
        left: 85px
    }

    #IMAGE772>.ladi-image>.ladi-image-background {
        width: 505.881px;
        height: 385.673px;
        top: 0;
        left: 0;
        background-image: url(../index_files/eyelab-3.png)
    }

    #CAROUSEL774 {
        width: 360px;
        height: 690px;
        top: 176.24px;
        left: 75px
    }

    #GROUP775 {
        width: 300px;
        height: 112.047px;
        top: 896.24px;
        left: 60px
    }

    #GROUP776 {
        width: 280px;
        height: 610px;
        top: 30px;
        left: 1841px
    }

    #GROUP777 {
        width: 2640px;
        height: 684px;
        top: 10px;
        left: 0;
        display: none !important
    }

    #IMAGE779 {
        width: 242.359px;
        height: 310.662px;
        top: 0;
        left: 0
    }

    #IMAGE779>.ladi-image>.ladi-image-background {
        width: 242.359px;
        height: 310.662px;
        top: 0;
        left: 0;
        background-image: url(../index_files/xanh-dam-20200310090821-1.png)
    }

    #IMAGE780 {
        width: 233.27px;
        height: 304.72px;
        top: 0;
        left: 0
    }

    #IMAGE780>.ladi-image>.ladi-image-background {
        width: 233.27px;
        height: 304.72px;
        top: 0;
        left: 0;
        background-image: url(../index_files/xanh-duong-20200310090821-1-1.png)
    }

    #IMAGE781 {
        width: 234.631px;
        height: 305.627px;
        top: 0;
        left: 0
    }

    #IMAGE781>.ladi-image>.ladi-image-background {
        width: 234.631px;
        height: 305.627px;
        top: 0;
        left: 0;
        background-image: url(../index_files/xanh-la-20200310090822-20200915021829.png)
    }

    #IMAGE782 {
        width: 236.741px;
        height: 303.46px;
        top: 0;
        left: 0
    }

    #IMAGE782>.ladi-image>.ladi-image-background {
        width: 236.741px;
        height: 303.46px;
        top: 0;
        left: 0;
        background-image: url(../index_files/tim-20200310090822-1.png)
    }

    #POPUP784 {
        width: 533px;
        height: 408px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto
    }

    #POPUP784>.ladi-popup>.ladi-popup-background {
        background-color: #fff
    }

    #HEADLINE785 {
        width: 480px;
        top: 41px;
        left: 26.5px
    }

    #HEADLINE785>.ladi-headline {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP786 {
        width: 233.27px;
        height: 327.078px;
        top: 950.712px;
        left: -1.9002px
    }

    #POPUP787 {
        width: 413px;
        height: 483px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto
    }

    #POPUP787>.ladi-popup>.ladi-popup-background {
        background-color: #fff
    }

    #HEADLINE788 {
        width: 380px;
        top: 25.5px;
        left: 20px
    }

    #HEADLINE788>.ladi-headline {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #POPUP789 {
        width: 441px;
        height: 361px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto
    }

    #POPUP789>.ladi-popup>.ladi-popup-background {
        background-color: #fff
    }

    #HEADLINE790 {
        width: 395px;
        top: 32px;
        left: 20.5px
    }

    #HEADLINE790>.ladi-headline {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP791 {
        width: 236.741px;
        height: 303.46px;
        top: 1313.38px;
        left: 4.4865px
    }

    #GROUP792 {
        width: 242.359px;
        height: 314.29px;
        top: 1305.55px;
        left: 189.842px
    }

    #POPUP793 {
        width: 420px;
        height: 380px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto
    }

    #POPUP793>.ladi-popup>.ladi-popup-background {
        background-color: #fff
    }

    #HEADLINE794 {
        width: 375px;
        top: 32.5px;
        left: 22px
    }

    #HEADLINE794>.ladi-headline {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #GROUP795 {
        width: 963.149px;
        height: 84px;
        top: 10px;
        left: 440px
    }

    #GROUP797 {
        width: 400.377px;
        height: 613px;
        top: 154px;
        left: 9.8115px
    }

    #GROUP798 {
        width: 350px;
        height: 200px;
        top: 811px;
        left: 33px
    }

    #HEADLINE808 {
        width: 360px;
        top: 20.92px;
        left: 30px
    }

    #HEADLINE808>.ladi-headline {
        color: #000;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE808>.ladi-headline:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        color: #ffc701
    }

    #GROUP809 {
        width: 234.631px;
        height: 305.627px;
        top: 949.84px;
        left: 187.27px
    }

    #GROUP811 {
        width: 350px;
        height: 40px;
        top: 79.02px;
        left: 20px
    }

    #GROUP812 {
        width: 2690px;
        height: 694px;
        top: 173.24px;
        left: -1135px
    }

    #IMAGE822 {
        width: 396.332px;
        height: 710px;
        top: 174.67px;
        left: 10px
    }

    #IMAGE822>.ladi-image>.ladi-image-background {
        width: 396.332px;
        height: 710px;
        top: 0;
        left: 0;
        background-image: url(../index_files/mobile-loi-ich-dat-mua-ngay-2-20200226062153-1-20200915032922.png)
    }

    #GROUP823 {
        width: 251px;
        height: 127px;
        top: 434.67px;
        left: 40px
    }

    #GROUP824 {
        width: 252px;
        height: 76px;
        top: 316.67px;
        left: 144px
    }

    #GROUP825 {
        width: 246px;
        height: 76px;
        top: 198.67px;
        left: 49px
    }

    #GROUP826 {
        width: 239px;
        height: 87px;
        top: 781.088px;
        left: 140px
    }

    #GROUP827 {
        width: 215px;
        height: 60px;
        top: 560.67px;
        left: 142px
    }

    #GROUP828 {
        width: 246px;
        height: 65px;
        top: 660.67px;
        left: 46px
    }

    #IMAGE832 {
        width: 400px;
        height: 360.784px;
        top: 918.97px;
        left: 470px
    }

    #IMAGE832>.ladi-image>.ladi-image-background {
        width: 400px;
        height: 360.784px;
        top: 0;
        left: 0;
        /* background-image: url(../index_files/19478-converted-01-20200117070349-1-2.jpg) */
    }

    #IMAGE832>.ladi-image {
        border-style: ridge;
        border-color: #e4e4e4;
        border-width: 11px
    }

    #HEADLINE851 {
        width: 340px;
        top: -1.03px;
        left: 40px
    }

    #HEADLINE851>.ladi-headline {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE851>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #IMAGE853 {
        width: 325.098px;
        height: 393.391px;
        top: 22.6957px;
        left: 32.6957px
    }

    #IMAGE853>.ladi-image>.ladi-image-background {
        width: 325.098px;
        height: 393.391px;
        top: 0;
        left: 0;
        background-image: url(../index_files/doi-tuong-sd-20200228044159-20200914073438.png)
    }

    #IMAGE853:hover>.ladi-image {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE854 {
        width: 129px;
        top: 162px;
        left: 150px
    }

    #HEADLINE854>.ladi-headline {
        color: #000;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE854>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE855 {
        width: 143px;
        top: 0;
        left: 200.696px
    }

    #HEADLINE855>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.6
    }

    #HEADLINE856 {
        width: 129px;
        top: 7px;
        left: 57px
    }

    #HEADLINE856>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE856>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE857 {
        width: 91px;
        top: 86px;
        left: 0
    }

    #HEADLINE857>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE857>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE858 {
        width: 87px;
        top: 349.565px;
        left: 39px
    }

    #HEADLINE858>.ladi-headline {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE858>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE859 {
        width: 129px;
        top: 416.087px;
        left: 146.174px
    }

    #HEADLINE859>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE859>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE860 {
        width: 88px;
        top: 336.87px;
        left: 282.348px
    }

    #HEADLINE860>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE860>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #HEADLINE861 {
        width: 92px;
        top: 30px;
        left: 310px
    }

    #HEADLINE861>.ladi-headline {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE861>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP852 {
        width: 402px;
        height: 463.087px;
        top: 924.97px;
        left: 8.5682px
    }

    #PARAGRAPH863 {
        width: 343px;
        top: 0;
        left: 54.1364px
    }

    #PARAGRAPH863>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH863>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE864 {
        width: 36.0909px;
        height: 40px;
        top: 0;
        left: 0
    }

    #SHAPE864 svg:last-child {
        fill: #ffc701
    }

    #GROUP862 {
        width: 397.136px;
        height: 100px;
        top: 130.97px;
        left: 10px
    }

    #PARAGRAPH866 {
        width: 343px;
        top: 0;
        left: 54.1364px
    }

    #PARAGRAPH866>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH866>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE867 {
        width: 36.0909px;
        height: 34.44px;
        top: 0;
        left: 0
    }

    #SHAPE867 svg:last-child {
        fill: #ffc701
    }

    #GROUP865 {
        width: 397.136px;
        height: 50px;
        top: 242.53px;
        left: 10px
    }

    #PARAGRAPH869 {
        width: 343px;
        top: 0;
        left: 54.1364px
    }

    #PARAGRAPH869>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH869>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE870 {
        width: 36.0909px;
        height: 37.5114px;
        top: 12.4186px;
        left: 0
    }

    #SHAPE870 svg:last-child {
        fill: #ffc701
    }

    #GROUP868 {
        width: 397.136px;
        height: 100px;
        top: 329.04px;
        left: 10px
    }

    #PARAGRAPH872 {
        width: 343px;
        top: 0;
        left: 54.1364px
    }

    #PARAGRAPH872>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH872>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE873 {
        width: 36.0909px;
        height: 33.33px;
        top: 0;
        left: 0
    }

    #SHAPE873 svg:last-child {
        fill: #ffc701
    }

    #GROUP871 {
        width: 397.136px;
        height: 50px;
        top: 440.64px;
        left: 10px
    }

    #PARAGRAPH875 {
        width: 343px;
        top: 0;
        left: 54.1364px
    }

    #PARAGRAPH875>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH875>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE876 {
        width: 36.0909px;
        height: 38.81px;
        top: 0;
        left: 0
    }

    #SHAPE876 svg:last-child {
        fill: #ffc701
    }

    #GROUP874 {
        width: 397.136px;
        height: 50px;
        top: 508.16px;
        left: 10px
    }

    #PARAGRAPH878 {
        width: 343px;
        top: 0;
        left: 54.1364px
    }

    #PARAGRAPH878>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH878>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE879 {
        width: 36.0909px;
        height: 34.3px;
        top: 0;
        left: 0
    }

    #SHAPE879 svg:last-child {
        fill: #ffc701
    }

    #GROUP877 {
        width: 397.136px;
        height: 50px;
        top: 571.67px;
        left: 10px
    }

    #PARAGRAPH881 {
        width: 343px;
        top: 12.4187px;
        left: 54.1364px
    }

    #PARAGRAPH881>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH881>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE882 {
        width: 36.0909px;
        height: 39.79px;
        top: 0;
        left: 0
    }

    #SHAPE882 svg:last-child {
        fill: #ffc701
    }

    #GROUP880 {
        width: 397.136px;
        height: 39.79px;
        top: 624.18px;
        left: 10px
    }

    #PARAGRAPH884 {
        width: 343px;
        top: 0;
        left: 54.1364px
    }

    #PARAGRAPH884>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH884>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE885 {
        width: 36.0909px;
        height: 35.2814px;
        top: 12.4186px;
        left: 0
    }

    #SHAPE885 svg:last-child {
        fill: #ffc701
    }

    #GROUP883 {
        width: 397.136px;
        height: 75px;
        top: 677.27px;
        left: 10px
    }

    #PARAGRAPH887 {
        width: 343px;
        top: 0;
        left: 54.1364px
    }

    #PARAGRAPH887>.ladi-paragraph {
        color: #000;
        font-size: 16px;
        line-height: 1.6
    }

    #PARAGRAPH887>.ladi-paragraph:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #SHAPE888 {
        width: 36.0909px;
        height: 32.14px;
        top: 0;
        left: 0
    }

    #SHAPE888 svg:last-child {
        fill: #ffc701
    }

    #GROUP886 {
        width: 397.136px;
        height: 100px;
        top: 792px;
        left: 10px
    }

    #SECTION831 {
        height: 1412.05px
    }

    #SHAPE902 {
        width: 42px;
        height: 42px;
        top: 278px;
        left: 29px
    }

    #SHAPE902 svg:last-child {
        fill: #fff
    }

    #HEADLINE903 {
        width: 16px;
        top: 0;
        left: 0
    }

    #HEADLINE903>.ladi-headline {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE904 {
        width: 16px;
        top: 0;
        left: 74px
    }

    #HEADLINE904>.ladi-headline {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #GROUP905 {
        width: 90px;
        height: 40px;
        top: 279px;
        left: 139px
    }

    #GROUP905.ladi-animation>.ladi-group {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #BOX907 {
        width: 359px;
        height: 9px;
        top: 265px;
        left: 0
    }

    #BOX907>.ladi-box {
        background: #fff;
        background: -webkit-linear-gradient(18090deg, #fff, #d2d2d2);
        background: linear-gradient(18090deg, #fff, #d2d2d2)
    }

    #BOX908 {
        width: 359px;
        height: 9px;
        top: 324px;
        left: 0
    }

    #BOX908>.ladi-box {
        background: #fff;
        background: -webkit-linear-gradient(18090deg, #fff, #d2d2d2);
        background: linear-gradient(18090deg, #fff, #d2d2d2)
    }

    #BOX909 {
        width: 359px;
        height: 67px;
        top: 265px;
        left: 0
    }

    #BOX909>.ladi-box {
        background-color: #d82119
    }

    #GROUP911 {
        width: 359px;
        height: 613.6px;
        top: 168.299px;
        left: 32px
    }

    #HEADLINE912 {
        width: 187px;
        top: 500.1px;
        left: 222px
    }

    #HEADLINE912>.ladi-headline {
        color: #000;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2
    }

    #HEADLINE912>.ladi-headline:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03)
    }

    #GROUP913 {
        width: 400px;
        height: 471.067px;
        top: 21.03px;
        left: 10px;
        display: none !important
    }

    #BUTTON915 {
        width: 300px;
        height: 60px;
        top: 2561.13px;
        left: 60px
    }

    #BUTTON915>.ladi-button>.ladi-button-background {
        background: #ff6a00;
        background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
        background: linear-gradient(180deg, #ff6a00, #ee0979)
    }

    #BUTTON915>.ladi-button {
        border-radius: 29px
    }

    #BUTTON915.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #BUTTON_TEXT915 {
        width: 300px;
        top: 9px;
        left: 0
    }

    #BUTTON_TEXT915>.ladi-headline {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE916 {
        width: 337px;
        top: 726.299px;
        left: 52px
    }

    #HEADLINE916>.ladi-headline {
        color: #000;
        font-size: 11px;
        font-style: italic;
        line-height: 1.6
    }

    #SECTION917 {
        height: 122.66px
    }

    #SECTION917>.ladi-section-background {
        background-color: #848484
    }

    #HEADLINE918 {
        width: 402px;
        top: 26.624px;
        left: 10px
    }

    #HEADLINE918>.ladi-headline {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #BOX920 {
        width: 360px;
        height: 669.861px;
        top: 0;
        left: 1px
    }

    #BOX920>.ladi-box {
        background-color: #ffc701;
        border-style: solid;
        border-color: #ba0f07;
        border-width: 1px;
        border-radius: 31px
    }

    #BOX921 {
        width: 359px;
        height: 67.1414px;
        top: 285.184px;
        left: .5px
    }

    #BOX921>.ladi-box {
        background-color: #d82119
    }

    #BOX922 {
        width: 359px;
        height: 9px;
        top: 0;
        left: 0
    }

    #BOX922>.ladi-box {
        background: #fff;
        background: -webkit-linear-gradient(18090deg, #fff, #d2d2d2);
        background: linear-gradient(18090deg, #fff, #d2d2d2)
    }

    #COUNTDOWN_ITEM924 {
        visibility: hidden;
        pointer-events: none
    }

    #COUNTDOWN923 {
        width: 290px;
        height: 60px;
        top: 4px;
        left: 1px
    }

    #COUNTDOWN923>.ladi-countdown {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        text-align: center
    }

    #COUNTDOWN923>.ladi-countdown>.ladi-element {
        width: calc((100% - 30px * 3)/ 4);
        margin-right: 10px;
        height: 100%
    }

    #SHAPE928 {
        width: 42px;
        height: 42px;
        top: 13px;
        left: 29px
    }

    #SHAPE928 svg:last-child {
        fill: #fff
    }

    #HEADLINE930 {
        width: 16px;
        top: 0;
        left: 0
    }

    #HEADLINE930>.ladi-headline {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #HEADLINE931 {
        width: 16px;
        top: 0;
        left: 74px
    }

    #HEADLINE931>.ladi-headline {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #GROUP929 {
        width: 90px;
        height: 40.0845px;
        top: 299.214px;
        left: 143.5px
    }

    #GROUP929.ladi-animation>.ladi-group {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #HEADLINE932 {
        width: 321px;
        top: 222.049px;
        left: 21px
    }

    #HEADLINE932>.ladi-headline {
        font-family: "Source Sans Pro", sans-serif;
        color: #fff;
        font-size: 32px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON_TEXT934 {
        width: 201px;
        top: 9.01899px;
        left: 0
    }

    #BUTTON_TEXT934>.ladi-headline {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }

    #BUTTON934 {
        width: 201.771px;
        height: 50.1055px;
        top: 135.183px;
        left: 59.6145px
    }

    #BUTTON934>.ladi-button>.ladi-button-background {
        background-color: #ff2626
    }

    #BUTTON934>.ladi-button {
        border-radius: 12px
    }

    #BUTTON934.ladi-animation>.ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    #FORM_ITEM936 {
        width: 321px;
        height: 50.98px;
        top: 0;
        left: 0
    }

    #FORM_ITEM937 {
        width: 321px;
        height: 50.98px;
        top: 66.0312px;
        left: 0
    }

    #FORM933 {
        width: 321px;
        height: 185.288px;
        top: 374.943px;
        left: 21px
    }

    #FORM933>.ladi-form {
        color: #848484;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 1.6
    }

    #FORM933 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""],
    #FORM933 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],
    #FORM933 .ladi-form-item .ladi-form-control::placeholder {
        color: #848484
    }

    #FORM933 .ladi-form-item {
        padding-left: 10px;
        padding-right: 10px
    }

    #FORM933 .ladi-form-item.ladi-form-checkbox {
        padding-left: 15px;
        padding-right: 15px
    }

    #FORM933 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("../svg%2Bxml%3Butf8%2C%20_svg%20xmlns%253D_http%253A%252F%252Fwww.w3.org%252F2000%252Fsvg_%20version%253D_1.1_%20width%253D_32_%20height%253D_24_%20viewBox%253D_0%200%2032%2024___polygon%20points%253D_0%252C0%2032%252C0%2016%252C24_%20style%253D_fill%253A%20rgba%28132%252C%20132%252C%20132%252C%201.0%29___%252Fpolygon__%252Fsvg_")
    }

    #FORM933 .ladi-form-item-container {
        border-style: solid;
        border-color: #ba0f07;
        border-width: 1px;
        border-radius: 11px
    }

    #FORM933 .ladi-form-item-container .ladi-form-quantity button {
        background-color: #ba0f07
    }

    #FORM933 .ladi-form-item-background {
        background-color: #fff;
        border-radius: 10px
    }

    #BOX938 {
        width: 359px;
        height: 9.01899px;
        top: 344.308px;
        left: 1.5px
    }

    #BOX938>.ladi-box {
        background: #fff;
        background: -webkit-linear-gradient(18090deg, #fff, #d2d2d2);
        background: linear-gradient(18090deg, #fff, #d2d2d2)
    }

    #GROUP919 {
        width: 361px;
        height: 669.861px;
        top: 805px;
        left: 27.25px
    }

    #GROUP939 {
        width: 480px;
        height: 211px;
        top: 57px;
        left: 8.4235px
    }

    #HEADLINE940 {
        width: 336px;
        top: 1386px;
        left: 40.25px
    }

    #HEADLINE940>.ladi-headline {
        color: #000;
        font-size: 12px;
        font-style: italic;
        line-height: 1.6
    }
    .ao img {
        width: 94%;
    }
    #IMAGE941 {
        width: 100%;
        top: 520px;
        left: 20px
    }

    #IMAGE941>.ladi-image>.ladi-image-background {
        width: 230.639px;
        height: 380px;
        top: 0;
        left: 0;
        background-image: url(../index_files/0001-20201224045857.jpg)
    }

    .ao2 img {
        width: 94%;
    }
    #IMAGE942 {
        width: 98%;
        top: 700px;
        left: 20px
    }

    #IMAGE942>.ladi-image>.ladi-image-background {
        width: 224.57px;
        height: 370px;
        top: 0;
        left: 0;
        background-image: url(../index_files/0002-1.jpg)
    }

    #IMAGE943 {
        width: 320.737px;
        height: 175.329px;
        top: 0;
        left: 32.0737px
    }

    #IMAGE943>.ladi-image>.ladi-image-background {
        width: 320.737px;
        height: 175.329px;
        top: 0;
        left: 0;
        background-image: url(../index_files/asset-1-20201110042316.png)
    }

    #IMAGE943>.ladi-image {
        transform: rotate(20deg);
        -webkit-transform: rotate(20deg)
    }

    #PARAGRAPH944 {
        width: 192px;
        top: 16.0368px;
        left: 0
    }

    #PARAGRAPH944>.ladi-paragraph {
        transform: rotate(13deg);
        -webkit-transform: rotate(13deg);
        color: #fff;
        font-size: 30px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH945 {
        width: 240px;
        top: 64.1473px;
        left: 128.295px
    }

    #PARAGRAPH945>.ladi-paragraph {
        transform: rotate(16deg);
        -webkit-transform: rotate(16deg);
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: #b4b4b4;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH946 {
        width: 240px;
        top: 83.1473px;
        left: 116px
    }

    #PARAGRAPH946>.ladi-paragraph {
        transform: rotate(16deg);
        -webkit-transform: rotate(16deg);
        color: #fff;
        font-size: 33px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP947 {
        width: 368.295px;
        height: 175.329px;
        top: 740px;
        left: 18px
    }

    #IMAGE949 {
        width: 291.467px;
        height: 159.329px;
        top: 0;
        left: 29.1467px
    }

    #IMAGE949>.ladi-image>.ladi-image-background {
        width: 291.467px;
        height: 159.329px;
        top: 0;
        left: 0;
        background-image: url(../index_files/asset-1-1.png)
    }

    #IMAGE949>.ladi-image {
        transform: rotate(20deg);
        -webkit-transform: rotate(20deg)
    }

    #PARAGRAPH950 {
        width: 176px;
        top: 14.5734px;
        left: 0
    }

    #PARAGRAPH950>.ladi-paragraph {
        transform: rotate(13deg);
        -webkit-transform: rotate(13deg);
        color: #fff;
        font-size: 30px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH951 {
        width: 219px;
        top: 58.2934px;
        left: 116.587px
    }

    #PARAGRAPH951>.ladi-paragraph {
        transform: rotate(16deg);
        -webkit-transform: rotate(16deg);
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        color: #b4b4b4;
        font-size: 16px;
        text-align: center;
        line-height: 1.6
    }

    #PARAGRAPH952 {
        width: 219px;
        top: 73.4401px;
        left: 102.013px
    }

    #PARAGRAPH952>.ladi-paragraph {
        transform: rotate(16deg);
        -webkit-transform: rotate(16deg);
        color: #fff;
        font-size: 33px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP948 {
        width: 335.587px;
        height: 159.329px;
        top: 180px;
        left: 40px
    }

    #GROUP953 {
        width: 359px;
        height: 64px;
        top: 285px;
        left: 0
    }

    #SHAPE961 {
        width: 39.246px;
        height: 39.246px;
        top: 149.906px;
        left: 311px
    }

    #SHAPE961 svg:last-child {
        fill: #fff
    }

    #SHAPE962 {
        width: 39.246px;
        height: 39.246px;
        top: 103.66px;
        left: 311px
    }

    #SHAPE962 svg:last-child {
        fill: #fff
    }

    #GROUP954 {
        width: 361px;
        height: 193.114px;
        top: 796.999px;
        left: 22.431px
    }

    #GROUP955 {
        width: 361px;
        height: 193.114px;
        top: 0;
        left: 0
    }

    #HEADLINE960 {
        width: 292px;
        top: 18.749px;
        left: 69px
    }

    #HEADLINE960>.ladi-headline {
        font-family: Lobster, cursive;
        color: #f90c0c;
        font-size: 40px;
        text-align: center;
        line-height: 1.6
    }

    #LINE959 {
        height: 76px;
        top: 112.614px;
        left: 288.76px
    }

    #LINE959>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid rgba(255, 244, 244, .3);
        border-bottom: 1px solid rgba(255, 244, 244, .3);
        border-left: 1px solid rgba(255, 244, 244, .3)
    }

    #LINE959>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #IMAGE958 {
        width: 118.144px;
        height: 85.114px;
        top: 0;
        left: 0
    }

    #IMAGE958>.ladi-image>.ladi-image-background {
        width: 118.144px;
        height: 85.114px;
        top: 0;
        left: 0;
        background-image: url(../index_files/sdfsd-1.png)
    }

    #PARAGRAPH957 {
        width: 294px;
        top: 95.114px;
        left: 21.4095px
    }

    #PARAGRAPH957>.ladi-paragraph {
        color: #fff;
        font-size: 35px;
        font-weight: 700;
        font-style: italic;
        text-align: left;
        line-height: 1.4
    }

    #LINE963 {
        width: 360px;
        top: 1004.89px;
        left: 28.25px
    }

    #LINE963>.ladi-line>.ladi-line-container {
        border-top: 1px solid #ab8400;
        border-right: 1px solid #ab8400;
        border-bottom: 1px solid #ab8400;
        border-left: 0 !important
    }

    #LINE963>.ladi-line {
        width: 100%;
        padding: 8px 0
    }

    #BOX964 {
        width: 200px;
        height: 200px;
        top: 305.5px;
        left: -333px
    }

    #BOX964>.ladi-box {
        background-color: #ffc701;
        border-style: dashed;
        border-color: #4a2600;
        border-width: 1px;
        border-radius: 10px
    }

    #PARAGRAPH967 {
        width: 294px;
        top: 95.114px;
        left: 21.4095px
    }

    #PARAGRAPH967>.ladi-paragraph {
        color: #fff;
        font-size: 35px;
        font-weight: 700;
        font-style: italic;
        text-align: left;
        line-height: 1.4
    }

    #IMAGE968 {
        width: 118.144px;
        height: 85.114px;
        top: 0;
        left: 0
    }

    #IMAGE968>.ladi-image>.ladi-image-background {
        width: 118.144px;
        height: 85.114px;
        top: 0;
        left: 0;
        background-image: url(../index_files/sdfsd-1.png)
    }

    #LINE969 {
        height: 76px;
        top: 112.614px;
        left: 288.76px
    }

    #LINE969>.ladi-line>.ladi-line-container {
        border-top: 0 !important;
        border-right: 1px solid rgba(255, 244, 244, .3);
        border-bottom: 1px solid rgba(255, 244, 244, .3);
        border-left: 1px solid rgba(255, 244, 244, .3)
    }

    #LINE969>.ladi-line {
        height: 100%;
        padding: 0 8px
    }

    #HEADLINE970 {
        width: 292px;
        top: 18.749px;
        left: 69px
    }

    #HEADLINE970>.ladi-headline {
        font-family: Lobster, cursive;
        color: #f90c0c;
        font-size: 40px;
        text-align: center;
        line-height: 1.6
    }

    #GROUP966 {
        width: 361px;
        height: 193.114px;
        top: 0;
        left: 0
    }

    #SHAPE971 {
        width: 39.246px;
        height: 39.246px;
        top: 149.906px;
        left: 311px
    }

    #SHAPE971 svg:last-child {
        fill: #fff
    }

    #SHAPE972 {
        width: 39.246px;
        height: 39.246px;
        top: 103.66px;
        left: 311px
    }

    #SHAPE972 svg:last-child {
        fill: #fff
    }

    #GROUP965 {
        width: 361px;
        height: 193.114px;
        top: 160.466px;
        left: 28px
    }

    #FORM_ITEM973 {
        width: 321px;
        height: 53.0004px;
        top: 0;
        left: 0
    }
}

.animate__wobble {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.slick-disabled {
    display: none !important;
    pointer-events: none
}