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;
}

.ladi-loading {
    z-index: 900000000000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.ladi-loading .loading {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
}

.ladi-loading .loading div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: ladi-loading 1.2s linear infinite;
}

.ladi-loading .loading div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}

.ladi-loading .loading div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}

.ladi-loading .loading div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}

.ladi-loading .loading div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}

.ladi-loading .loading div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}

.ladi-loading .loading div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}

.ladi-loading .loading div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}

.ladi-loading .loading div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}

.ladi-loading .loading div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}

.ladi-loading .loading div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}

.ladi-loading .loading div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}

.ladi-loading .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);
    }
}

.ladipage-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000000000;
    background: rgba(0, 0, 0, 0.3);
}

.ladipage-message .ladipage-message-box {
    width: 400px;
    max-width: calc(100% - 50px);
    height: 160px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
    position: fixed;
    top: calc(50% - 155px);
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
}

.ladipage-message .ladipage-message-box span {
    display: block;
    background-color: rgba(6, 21, 40, 0.05);
    color: #000;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ladipage-message .ladipage-message-box .ladipage-message-text {
    display: -webkit-box;
    font-size: 14px;
    padding: 0 20px;
    margin-top: 16px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.ladipage-message .ladipage-message-box .ladipage-message-close {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    margin: 0 auto;
    padding: 10px 0;
    border: none;
    width: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    background-color: #e6e6e6;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    cursor: pointer;
    outline: 0;
}

.lightbox-screen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9000000080;
    background: rgba(0, 0, 0, 0.5);
}

.lightbox-screen .lightbox-close {
    position: absolute;
    z-index: 9000000090;
    cursor: pointer;
}

.lightbox-screen .lightbox-hidden {
    display: none;
}

.lightbox-screen .lightbox-close {
    width: 16px;
    height: 16px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

* {
    -webkit-tap-highlight-color: #fff0;
}

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-color: #fff;
}

.overflow-hidden {
    overflow: hidden;
}

.ladi-transition {
    transition: all 150ms linear 0s;
}

.z-index-1 {
    z-index: 1;
}

.opacity-0 {
    opacity: 0;
}

.height-0 {
    height: 0 !important;
}

.pointer-events-none {
    pointer-events: none;
}

.transition-parent-collapse-height {
    transition: height 150ms linear 0s;
}

.transition-parent-collapse-top {
    transition: top 150ms linear 0s;
}

.transition-readmore {
    transition: height 350ms linear 0s;
}

.transition-collapse {
    transition: height 150ms linear 0s;
}

body.grab {
    cursor: grab;
}

.ladi-wraper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    touch-action: manipulation;
}

.ladi-container {
    position: relative;
    margin: 0 auto;
    height: 100%;
}

.ladi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.ladi-element {
    position: absolute;
}

@media (hover: hover) {
    .ladi-check-hover {
        opacity: 0;
    }
}

.ladi-section {
    margin: 0 auto;
    position: relative;
}

.ladi-section[data-tab-id] {
    display: none;
}

.ladi-section.selected[data-tab-id] {
    display: block;
}

.ladi-section .ladi-section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.ladi-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-frame-bg .ladi-frame-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: inherit;
}

.ladi-frame-bg:not(.ladi-frame) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#SECTION_POPUP .ladi-container {
    z-index: 90000070;
}

#SECTION_POPUP .ladi-container > .ladi-element {
    z-index: 90000070;
    position: fixed;
    display: none;
}

#SECTION_POPUP .ladi-container > .ladi-element[data-fixed-close="true"] {
    position: relative !important;
}

#SECTION_POPUP .ladi-container > .ladi-element.hide-visibility {
    display: block !important;
    visibility: hidden !important;
}

#SECTION_POPUP .popup-close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9000000080;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.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%;
    display: flex;
}

.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: 0px !important;
}

.ladi-button {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-button:active {
    transform: translateY(2px);
    transition: transform 0.2s linear;
}

.ladi-button .ladi-button-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: inherit;
}

.ladi-button > .ladi-button-headline,
.ladi-button > .ladi-button-shape {
    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-button-shape .ladi-shape {
    margin: auto;
    top: 0;
    bottom: 0;
}

.ladi-button > .ladi-button-headline .ladi-headline {
    display: table-cell;
    vertical-align: middle;
}

.ladi-checkout-product-cart-icon .ladi-cart-number {
    position: absolute;
    top: -2px;
    right: -7px;
    background: #f36e36;
    text-align: center;
    min-width: 18px;
    min-height: 18px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 100%;
    z-index: 90000000;
    padding: 3px 4px;
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p {
    display: inline-block;
    font-size: 32px;
    line-height: 1;
    animation: 0.6s infinite loading;
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:first-child {
    animation-delay: 0s;
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:nth-child(2) {
    animation-delay: 0.2s;
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:nth-child(3) {
    animation-delay: 0.4s;
}

/* @keyframes loading {
    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
} */

.ladi-form .ladi-form-checkout-bump-offer-check.multiple.checked:before,
.ladi-form .ladi-form-checkout-payment-check.multiple.checked:before {
    --url: url("data:image/svg+xml,%0A%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18.71%207.20998C18.617%207.11625%2018.5064%207.04186%2018.3846%206.99109C18.2627%206.94032%2018.132%206.91418%2018%206.91418C17.868%206.91418%2017.7373%206.94032%2017.6154%206.99109C17.4936%207.04186%2017.383%207.11625%2017.29%207.20998L9.84%2014.67L6.71%2011.53C6.61348%2011.4367%206.49954%2011.3634%206.37468%2011.3142C6.24983%2011.265%206.1165%2011.2409%205.98232%2011.2432C5.84814%2011.2455%205.71573%2011.2743%205.59265%2011.3278C5.46957%2011.3812%205.35824%2011.4585%205.265%2011.555C5.17176%2011.6515%205.09845%2011.7654%205.04924%2011.8903C5.00004%2012.0152%204.97591%2012.1485%204.97823%2012.2827C4.98055%2012.4168%205.00928%2012.5492%205.06277%2012.6723C5.11627%2012.7954%205.19348%2012.9067%205.29%2013L9.13%2016.84C9.22296%2016.9337%209.33356%2017.0081%209.45542%2017.0589C9.57728%2017.1096%209.70799%2017.1358%209.84%2017.1358C9.97201%2017.1358%2010.1027%2017.1096%2010.2246%2017.0589C10.3464%2017.0081%2010.457%2016.9337%2010.55%2016.84L18.71%208.67998C18.8115%208.58634%2018.8925%208.47269%2018.9479%208.34619C19.0033%208.21969%2019.0319%208.08308%2019.0319%207.94498C19.0319%207.80688%2019.0033%207.67028%2018.9479%207.54378C18.8925%207.41728%2018.8115%207.30363%2018.71%207.20998Z%22%20fill%3D%22%231852FA%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    pointer-events: none;
    top: -1px;
    left: -1px;
    transform: none;
}

.ladi-form,
.ladi-form .ladi-form-item-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ladi-form > .ladi-element,
.ladi-form > .ladi-element .ladi-form-item-container,
.ladi-form
    > .ladi-element
    .ladi-form-item-container
    .ladi-form-item
    .ladi-form-checkbox-item
    span[data-checked="true"],
.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-button > .ladi-button-headline {
    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 [data-form-checkout-item="bump_offer"] .ladi-form-item,
.ladi-form > [data-quantity="true"] .ladi-form-item-container {
    overflow: hidden;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
}

.ladi-form
    > .ladi-element
    .ladi-form-item-container
    .ladi-form-item-background {
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}

.ladi-form
    > .ladi-element
    .ladi-form-item-container
    .ladi-form-item
    .ladi-form-control-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px !important;
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    padding-right: 24px;
    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,
.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;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    color: inherit;
}

.ladi-form
    > .ladi-element
    .ladi-form-item-container
    .ladi-form-item
    .ladi-form-control-select-2 {
    width: calc(100% / 2 - 5px);
    max-width: calc(100% / 2 - 5px);
    min-width: calc(100% / 2 - 5px);
}

.ladi-form
    > .ladi-element
    .ladi-form-item-container
    .ladi-form-item
    .ladi-form-control-select-2:nth-child(3),
.ladi-form
    > .ladi-element
    .ladi-form-item-container
    .ladi-form-item
    .ladi-form-control-select-3:nth-child(3),
.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-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
    option {
    color: initial;
}

.ladi-form
    > .ladi-element
    .ladi-form-item-container
    .ladi-form-item
    .ladi-form-control-select:not([data-selected=""]) {
    text-decoration: inherit;
}

.ladi-form
    > .ladi-element
    .ladi-form-item-container
    .ladi-form-item
    .ladi-form-checkbox-item {
    text-decoration: inherit;
    vertical-align: middle;
}

.ladi-form
    > .ladi-element
    .ladi-form-item-container
    .ladi-form-item
    .ladi-form-checkbox-box-item {
    display: inline-block;
    width: fit-content;
}

.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-form-item-title-value {
    font-weight: 700;
    word-break: break-word;
}

.ladi-form .ladi-form-label-container {
    position: relative;
    width: 100%;
}

.ladi-form .ladi-form-control-file {
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item {
    display: inline-block;
    cursor: pointer;
    position: relative;
    border-radius: 0 !important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.no-value {
    display: none !important;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
    opacity: 0.35;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
    opacity: 0.2;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
    opacity: 0.15;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:before {
    content: "";
    width: 0;
    height: 0;
    bottom: -1px;
    right: -1px;
    position: absolute;
    border-width: 0 0 15px 15px;
    border-color: transparent;
    border-style: solid;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:after {
    content: "";
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 7px;
    height: 7px;
    bottom: 0;
    right: 0;
    position: absolute;
}

.ladi-form .ladi-form-item {
    width: 100%;
    height: 100%;
    position: absolute;
}

.ladi-form .ladi-form-item-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.ladi-form .ladi-form-item.ladi-form-checkbox {
    height: auto;
    padding: 0 5px;
}

.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.ladi-form-checkbox-vertical
    .ladi-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    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-flex;
    align-items: center;
    border: none;
    position: relative;
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
    margin-right: 5px;
    display: block;
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
    cursor: default;
    word-break: break-word;
}

.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-form .ladi-element .ladi-form-otp::-webkit-inner-spin-button,
.ladi-form .ladi-element .ladi-form-otp::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ladi-form .ladi-element .ladi-form-item .button-get-code {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    line-height: initial;
    padding: 5px 10px;
    height: max-content;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ladi-form .ladi-element .ladi-form-item .button-get-code.hide-visibility {
    display: block !important;
    visibility: hidden !important;
}

.ladi-form .ladi-form-checkout-bump-offer-product.option-2,
.ladi-form .ladi-form-item.otp-resend .button-get-code,
.ladi-form
    [data-form-checkout-item="payment"]
    .ladi-form-checkout-payment-content
    div
    > span {
    display: block;
}

.ladi-form .ladi-form-item.otp-countdown:before {
    content: attr(data-countdown-time) "s";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: max-content;
    line-height: initial;
}

.ladi-form [data-variant="true"] select option[disabled] {
    background: #fff;
    color: #b8b8b8 !important;
}

.ladi-google-recaptcha-checkbox {
    position: absolute;
    display: inline-block;
    transform: translateY(-100%);
    margin-top: -5px;
    z-index: 90000010;
}

.ladi-element[data-form-checkout-item] {
    padding: 0;
}

.ladi-form .ladi-form-checkout-title {
    margin-bottom: 8px;
}

.ladi-form .ladi-element[data-form-checkout-item] .ladi-form-item,
.ladi-form .ladi-element[data-form-checkout-item] .ladi-form-item-container {
    height: auto !important;
    position: unset !important;
}

.ladi-form .ladi-form-checkout-box {
    gap: 12px;
    display: flex;
    flex-flow: column;
    margin: 8px 12px;
    margin-top: 14px !important;
    padding-bottom: 14px;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0 !important;
}

.ladi-form .ladi-form-checkout-box:last-child {
    border: none !important;
    padding-bottom: 4px;
}

.ladi-form .ladi-form-checkout-box:first-child,
.ladi-form .ladi-form-checkout-bump-offer-product .item-product:first-child {
    margin-top: 0;
}

.ladi-form .ladi-form-checkout-payment-item {
    display: flex;
    flex-flow: row;
    gap: 12px;
    align-items: center;
    --check-size: 18px;
    --width-quantity: 65px;
}

.ladi-form .ladi-form-checkout-payment-check {
    --border-size: 1px;
    width: var(--check-size);
    height: var(--check-size);
    flex: 0 0 var(--check-size);
    border: var(--border-size) solid;
    border-radius: 100%;
    display: block;
    position: relative;
}

.ladi-form .ladi-form-checkout-payment-check.checked:before {
    content: "";
    width: calc(var(--check-size) / 2);
    height: calc(var(--check-size) / 2);
    border-radius: inherit;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(
        calc(50% - var(--border-size)),
        calc(50% - var(--border-size))
    );
}

.ladi-form .ladi-form-checkout-bump-offer-check.multiple,
.ladi-form .ladi-form-checkout-payment-check.multiple {
    border-radius: 4px;
}

.ladi-form .ladi-form-checkout-payment-check.multiple.checked:before {
    content: "";
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    width: var(--check-size);
    height: var(--check-size);
    -webkit-mask-size: var(--check-size);
    mask-size: var(--check-size);
    background-color: #fff;
    position: absolute;
}

.ladi-form .ladi-form-checkout-payment-content,
.ladi-form .ladi-form-checkout-product-content {
    display: flex;
    flex-flow: row;
    --gap: 10px;
    gap: var(--gap);
    align-items: center;
    width: calc(
        100% - var(--width-quantity) - var(--check-size) - var(--gap) * 2
    );
}

.ladi-form .ladi-form-checkout-payment-content img,
.ladi-form .ladi-form-checkout-product-content img {
    width: 36px;
    max-height: 36px;
    border-radius: 4px;
}

.ladi-form .ladi-form-checkout-payment-content div,
.ladi-form .ladi-form-checkout-product-content div {
    display: flex;
    flex-flow: column;
}

.ladi-form .ladi-form-checkout-payment-content div > span,
.ladi-form .ladi-form-checkout-product-content div > span {
    font-size: inherit;
}

.ladi-form .ladi-form-checkout-payment-content div > span.small,
.ladi-form .ladi-form-checkout-product-content div > span.small {
    font-size: 80%;
    opacity: 0.8;
}

.ladi-form .ladi-form-checkout-payment-content div .price.price-compare,
.ladi-form .ladi-form-checkout-product-content div .price.price-compare {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row !important;
}

.ladi-form .ladi-form-checkout-payment-quantity,
.ladi-form .ladi-form-checkout-product-quantity {
    position: relative;
    --icon-size: calc(var(--check-size) * 0.8);
}

.ladi-form .ladi-form-checkout-payment-quantity input,
.ladi-form .ladi-form-checkout-product-quantity input {
    padding: 4px calc(var(--check-size)) 4px 8px;
    border-radius: 8px;
    position: relative;
    width: var(--width-quantity);
    min-height: 34px;
    border: 1px solid;
    background-color: transparent;
    top: 0;
    left: 0;
    display: block;
}

.ladi-form
    .ladi-form-checkout-payment-quantity
    input::-webkit-inner-spin-button,
.ladi-form
    .ladi-form-checkout-payment-quantity
    input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ladi-form .ladi-form-checkout-payment-quantity .up {
    width: var(--icon-size);
    height: var(--icon-size);
    top: -1px;
    right: 5px;
    cursor: pointer;
    display: block;
    position: absolute;
}

.ladi-form .ladi-form-checkout-payment-quantity .up:before {
    content: "";
    --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.14645%206.14645C3.34171%205.95118%203.65829%205.95118%203.85355%206.14645L8%2010.2929L12.1464%206.14645C12.3417%205.95118%2012.6583%205.95118%2012.8536%206.14645C13.0488%206.34171%2013.0488%206.65829%2012.8536%206.85355L8.35355%2011.3536C8.15829%2011.5488%207.84171%2011.5488%207.64645%2011.3536L3.14645%206.85355C2.95118%206.65829%202.95118%206.34171%203.14645%206.14645Z%22%20fill%3D%22black%22%20transform%3D%22rotate(180%208%208)%22%2F%3E%3C%2Fsvg%3E");
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    display: block;
    position: absolute;
    width: var(--icon-size);
    height: var(--icon-size);
    pointer-events: none;
    top: 4px;
    left: 2px;
    -webkit-mask-size: var(--icon-size);
    mask-size: var(--icon-size);
}

.ladi-form .ladi-form-checkout-payment-quantity .down {
    width: var(--icon-size);
    height: var(--icon-size);
    right: 5px;
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 3px;
}

.ladi-form .ladi-form-checkout-payment-quantity .down:before {
    content: "";
    --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.14645%206.14645C3.34171%205.95118%203.65829%205.95118%203.85355%206.14645L8%2010.2929L12.1464%206.14645C12.3417%205.95118%2012.6583%205.95118%2012.8536%206.14645C13.0488%206.34171%2013.0488%206.65829%2012.8536%206.85355L8.35355%2011.3536C8.15829%2011.5488%207.84171%2011.5488%207.64645%2011.3536L3.14645%206.85355C2.95118%206.65829%202.95118%206.34171%203.14645%206.14645Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    display: block;
    position: absolute;
    width: var(--icon-size);
    height: var(--icon-size);
    pointer-events: none;
    left: 2px;
    -webkit-mask-size: var(--icon-size);
    mask-size: var(--icon-size);
}

.ladi-form [data-form-checkout-item="payment"] .ladi-form-item {
    display: table;
}

.ladi-form
    [data-form-checkout-item="payment"]
    .ladi-form-item
    .ladi-form-checkout-payment-content {
    width: calc(100% - 18px);
}

.ladi-form
    [data-form-checkout-item="payment"]
    .ladi-form-item
    .ladi-form-checkout-payment-content
    div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 6px;
    cursor: pointer;
    width: 100%;
    position: relative;
}

.ladi-form
    [data-form-checkout-item="payment"]
    .ladi-form-item
    .ladi-form-checkout-payment-content
    div.arrow:before {
    content: "";
    --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.14645%203.14645C6.34171%202.95118%206.65829%202.95118%206.85355%203.14645L11.3536%207.64645C11.5488%207.84171%2011.5488%208.15829%2011.3536%208.35355L6.85355%2012.8536C6.65829%2013.0488%206.34171%2013.0488%206.14645%2012.8536C5.95118%2012.6583%205.95118%2012.3417%206.14645%2012.1464L10.2929%208L6.14645%203.85355C5.95118%203.65829%205.95118%203.34171%206.14645%203.14645Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

.ladi-form [data-form-checkout-item="total_price"] {
    display: flex;
    flex-flow: column;
    gap: 3px;
    justify-content: center;
}

.ladi-form [data-form-checkout-item="total_price"] .line {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.ladi-form [data-form-checkout-item="total_price"] .title-number-price.big,
.ladi-form [data-form-checkout-item="total_price"] .title-price.big {
    font-weight: 700;
    font-size: 130%;
}

.ladi-form [data-form-checkout-item="total_price"] .title-number-price {
    font-size: 115%;
}

.ladi-form [data-form-checkout-item="total_price"] .space {
    border-top: 1px solid;
    margin: 15px 0 10px;
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox {
    display: flex;
    flex-flow: row;
    gap: 8px;
    padding: 8px;
    margin: 12px 8px 0;
    border-radius: 8px;
    align-items: center;
    --check-size-bumpoffer: 18px;
    --width-quantity-bumpoffer: 60px;
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-1 {
    background-color: #3c72f9;
    margin: 0;
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-1 p {
    color: #fff;
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-2 {
    background-color: #fde298;
    margin: 12px 0 4px;
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3 {
    background-color: #f3f4f5;
    margin: 8px 0 0;
    padding: 4px 8px;
    width: max-content;
}

.ladi-form
    .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3
    .ladi-form-checkout-bump-offer-check {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
}

.ladi-form .ladi-form-checkout-bump-offer-check {
    --border-size: 1px;
    width: var(--check-size-bumpoffer);
    height: var(--check-size-bumpoffer);
    flex: 0 0 var(--check-size-bumpoffer);
    border: var(--border-size) solid #cfd3d8;
    background-color: #fff;
    border-radius: 100%;
    display: block;
    position: relative;
}

.ladi-form .ladi-form-checkout-bump-offer-check.checked:before {
    content: "";
    width: calc(var(--check-size-bumpoffer) / 2);
    height: calc(var(--check-size-bumpoffer) / 2);
    border-radius: inherit;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(
        calc(50% - var(--border-size)),
        calc(50% - var(--border-size))
    );
}

.ladi-form .ladi-form-checkout-bump-offer-check.multiple.checked:before {
    content: "";
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    width: var(--check-size-bumpoffer);
    height: var(--check-size-bumpoffer);
    -webkit-mask-size: var(--check-size-bumpoffer);
    mask-size: var(--check-size-bumpoffer);
    background-color: #000;
    position: absolute;
}

.ladi-form
    .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3
    .ladi-form-checkout-bump-offer-check.multiple.checked:before {
    top: -5px;
    left: -3px;
}

.ladi-form .ladi-form-checkout-bump-offer-product {
    display: flex;
    flex-flow: row;
    gap: 16px;
    margin: 8px 12px;
    align-items: center;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0 !important;
}

.ladi-form .ladi-form-checkout-bump-offer-product.option-1 {
    display: block !important;
    padding-bottom: 8px;
}

.ladi-form .ladi-form-item:last-child .ladi-form-checkout-bump-offer-product {
    border: none !important;
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-product {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-top: 16px;
    margin-bottom: 12px;
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-product:last-child {
    margin-bottom: 0;
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-product img {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    overflow: hidden;
}

.ladi-form
    .ladi-form-checkout-bump-offer-product
    .item-product
    .item-product-title {
    font-size: 90%;
    opacity: 0.6;
}

.ladi-form
    .ladi-form-checkout-bump-offer-product
    .item-product
    .item-product-description {
    color: #9fa7b1;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail {
    display: flex;
    flex-direction: column;
}

.ladi-form
    .ladi-form-checkout-bump-offer-product
    .item-detail
    .shock-promotion-label {
    background-color: #ef9300;
    width: max-content;
    border-radius: 4px;
    padding: 2px 8px;
    color: #fff;
    margin-bottom: 4px;
    font-weight: 600;
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail .pr-name {
    font-weight: 400;
    font-size: 120%;
    line-height: 1.4;
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail .pr-price {
    font-weight: 400;
    line-height: 1.4;
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail span a {
    text-decoration: line-through;
    opacity: 0.6;
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail .special {
    background-color: #e01a1a;
    padding: 2px 8px;
    margin-right: 6px;
    color: #fff;
    border-radius: 4px;
    font-size: 80%;
}

.ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block {
    padding: 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ladi-form [data-form-checkout-item="coupon_code"] .ladi-form-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ladi-form
    [data-form-checkout-item="coupon_code"]
    .content-discount-block
    .title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ladi-form
    [data-form-checkout-item="coupon_code"]
    .content-discount-block
    .placeholder
    span,
.ladi-form
    [data-form-checkout-item="coupon_code"]
    .content-discount-block
    .title
    span {
    font-weight: 400;
    font-size: 100%;
    line-height: 1.4;
}

.ladi-form
    [data-form-checkout-item="coupon_code"]
    .content-discount-block
    .title
    i {
    width: 16px;
    height: 16px;
    mask-image: url(https://w.ladicdn.com/ladiui/icons/ldicon-discount-coupon.svg);
    display: inline-block;
    mask-size: cover;
}

.ladi-form
    [data-form-checkout-item="coupon_code"]
    .content-discount-block
    .placeholder {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.ladi-form
    [data-form-checkout-item="coupon_code"]
    .content-discount-block
    .placeholder
    i {
    width: 16px;
    height: 16px;
    mask-image: url(https://w.ladicdn.com/ladiui/icons/new-ldicon-arrow-left.svg);
    display: inline-block;
    mask-size: cover;
    background-color: #6d6d6d !important;
}

.ladi-group {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ladi-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ladi-shape .ladi-cart-number {
    position: absolute;
    top: -2px;
    right: -7px;
    background: #f36e36;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 100%;
}

.ladi-html-code {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ladi-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-image .ladi-image-background {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ladi-headline {
    width: 100%;
    display: inline-block;
    word-break: break-word;
    background-size: cover;
    background-position: center center;
}

.ladi-headline a {
    text-decoration: underline;
}

.ladi-paragraph {
    width: 100%;
    display: inline-block;
    word-break: break-word;
}

.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;
}

.ladi-animation-hidden {
    visibility: hidden !important;
    opacity: 0 !important;
}

.element-click-selected {
    cursor: pointer;
}

.is-2nd-click {
    cursor: pointer;
}

.ladi-button-shape.is-2nd-click,
.ladi-accordion-shape.is-2nd-click {
    z-index: 3;
}

.backdrop-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000060;
}

.backdrop-dropbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000040;
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
    .ladi-element.ladi-auto-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100% !important;
        left: 0 !important;
        -webkit-overflow-scrolling: touch;
    }

    [data-hint]:not([data-timeout-id-copied]):before,
    [data-hint]:not([data-timeout-id-copied]):after {
        display: none !important;
    }

    .ladi-section.ladi-auto-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
}

@media (min-width: 768px) {
    #BUTTON1000,
    #GROUP1188,
    #BUTTON1287,
    #SHAPE1325,
    #BOX1323,
    #SHAPE42,
    #BUTTON1362,
    #BUTTON1364,
    #BUTTON1365,
    #GROUP1187,
    #BOX1411,
    #BUTTON1369,
    #BUTTON1370,
    #BUTTON1371 {
        /* opacity: 0 !important; */
        /* pointer-events: none !important; */
    }
}

@media (max-width: 767px) {
    #BUTTON1000,
    #GROUP1188,
    #BUTTON1287,
    #SHAPE1325,
    #BOX1323,
    #SHAPE42,
    #BUTTON1362,
    #BUTTON1364,
    #BUTTON1365,
    #BOX1411,
    #BUTTON1369,
    #BUTTON1370,
    #BUTTON1371 {
        opacity: 0 !important;
        pointer-events: none !important;
    }
}

body {
    direction: ltr;
}

@media (min-width: 768px) {
    .ladi-section .ladi-container {
        width: 1200px;
    }
}

@media (max-width: 767px) {
    .ladi-section .ladi-container {
        width: 420px;
    }
}

body {
    font-family: Montserrat, sans-serif;
}

#SECTION1 > .ladi-section-background,
#SECTION940 > .ladi-section-background,
#SECTION1242 > .ladi-section-background {
    background-size: cover;
    background-origin: content-box;
    background-position: 50% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
}

#BOX1380,
#IMAGE12 > .ladi-image > .ladi-image-background,
#IMAGE1368 > .ladi-image > .ladi-image-background,
#IMAGE1369 > .ladi-image > .ladi-image-background,
#IMAGE1370 > .ladi-image > .ladi-image-background,
#IMAGE29 > .ladi-image > .ladi-image-background,
#IMAGE1361 > .ladi-image > .ladi-image-background,
#IMAGE1363 > .ladi-image > .ladi-image-background,
#IMAGE1364 > .ladi-image > .ladi-image-background,
#IMAGE20 > .ladi-image > .ladi-image-background,
#IMAGE1371 > .ladi-image > .ladi-image-background,
#IMAGE1372 > .ladi-image > .ladi-image-background,
#IMAGE1402 > .ladi-image > .ladi-image-background,
#BOX1373,
#GROUP1483,
#GROUP1371,
#IMAGE1373 > .ladi-image > .ladi-image-background,
#IMAGE1393 > .ladi-image > .ladi-image-background,
#GROUP1372,
#BOX1369,
#GROUP59,
#IMAGE60,
#IMAGE60 > .ladi-image > .ladi-image-background,
#GROUP1377,
#IMAGE1379,
#GROUP1379,
#IMAGE1380,
#GROUP1381,
#IMAGE1381,
#GROUP1383,
#IMAGE1382,
#GROUP1385,
#IMAGE1395 > .ladi-image > .ladi-image-background,
#IMAGE1396 > .ladi-image > .ladi-image-background,
#IMAGE1397 > .ladi-image > .ladi-image-background,
#IMAGE1398 > .ladi-image > .ladi-image-background,
#IMAGE1399 > .ladi-image > .ladi-image-background,
#IMAGE1400 > .ladi-image > .ladi-image-background,
#BOX1413,
#BOX1414,
#PARAGRAPH1420,
#GROUP1455,
#BOX1416,
#BOX1417,
#GROUP1458,
#BOX1418,
#BOX1419,
#GROUP1461,
#BOX1420,
#BOX1421,
#GROUP1464,
#BOX1422,
#BOX1423,
#GROUP1467,
#BOX1424,
#BOX1425,
#IMAGE947 > .ladi-image > .ladi-image-background,
#IMAGE1385,
#IMAGE1385 > .ladi-image > .ladi-image-background,
#IMAGE998,
#IMAGE998 > .ladi-image > .ladi-image-background,
#FORM_ITEM1001,
#BOX1323,
#IMAGE1356 > .ladi-image > .ladi-image-background,
#IMAGE1357 > .ladi-image > .ladi-image-background,
#IMAGE1358 > .ladi-image > .ladi-image-background,
#HEADLINE1342,
#SHAPE1345,
#SHAPE1348,
#SHAPE1354,
#SHAPE1330,
#SHAPE1333,
#SHAPE1336,
#SHAPE1339,
#IMAGE1386 > .ladi-image > .ladi-image-background,
#IMAGE1387 > .ladi-image > .ladi-image-background,
#IMAGE1388 > .ladi-image > .ladi-image-background,
#IMAGE1389 > .ladi-image > .ladi-image-background,
#HEADLINE1403,
#IMAGE1390 > .ladi-image > .ladi-image-background,
#GROUP1442,
#BOX1411,
#IMAGE1391 > .ladi-image > .ladi-image-background,
#POPUP1283,
#IMAGE1285,
#IMAGE1285 > .ladi-image > .ladi-image-background,
#FORM_ITEM1289,
#camon,
#GROUP1444,
#BOX1412,
#IMAGE1392 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
}

#BOX1380 > .ladi-box,
#BUTTON30 > .ladi-button,
#BOX1372 > .ladi-box,
#BOX1374 > .ladi-box,
#BOX1375 > .ladi-box,
#BOX1376 > .ladi-box,
#BOX1377 > .ladi-box,
#BOX1378 > .ladi-box,
#BOX1379 > .ladi-box,
#BOX1410 > .ladi-box {
    border-radius: 0px;
}

#BOX1380 > .ladi-box,
#BOX210 > .ladi-box,
#BOX1415 > .ladi-box {
    background-color: rgb(32, 54, 127);
}

#BOX1380 > .ladi-box:hover,
#HEADLINE11 > .ladi-headline:hover,
#IMAGE12:hover > .ladi-image,
#HEADLINE1365 > .ladi-headline:hover,
#IMAGE1368:hover > .ladi-image,
#HEADLINE1366 > .ladi-headline:hover,
#IMAGE1369:hover > .ladi-image,
#HEADLINE1367 > .ladi-headline:hover,
#IMAGE1370:hover > .ladi-image,
#IMAGE29:hover > .ladi-image,
#HEADLINE1363 > .ladi-headline:hover,
#PARAGRAPH1361 > .ladi-paragraph:hover,
#BOX25 > .ladi-box:hover,
#IMAGE20:hover > .ladi-image,
#PARAGRAPH22 > .ladi-paragraph:hover,
#SHAPE42:hover > .ladi-shape,
#BUTTON30 > .ladi-button:hover,
#BUTTON_TEXT30 > .ladi-headline:hover,
#HEADLINE1368 > .ladi-headline:hover,
#IMAGE1371:hover > .ladi-image,
#HEADLINE1369 > .ladi-headline:hover,
#IMAGE1372:hover > .ladi-image,
#BUTTON1362 > .ladi-button:hover,
#BUTTON_TEXT1362 > .ladi-headline:hover,
#HEADLINE1430 > .ladi-headline:hover,
#IMAGE1402:hover > .ladi-image,
#HEADLINE86 > .ladi-headline:hover,
#HEADLINE91 > .ladi-headline:hover,
#BOX1372 > .ladi-box:hover,
#BOX1373 > .ladi-box:hover,
#BUTTON1364 > .ladi-button:hover,
#BUTTON_TEXT1364 > .ladi-headline:hover,
#BOX152 > .ladi-box:hover,
#BOX1369 > .ladi-box:hover,
#BUTTON1371 > .ladi-button:hover,
#BUTTON_TEXT1371 > .ladi-headline:hover,
#HEADLINE51 > .ladi-headline:hover,
#HEADLINE56 > .ladi-headline:hover,
#BOX1374 > .ladi-box:hover,
#IMAGE60:hover > .ladi-image,
#HEADLINE61 > .ladi-headline:hover,
#HEADLINE1378 > .ladi-headline:hover,
#BOX1375 > .ladi-box:hover,
#IMAGE1379:hover > .ladi-image,
#HEADLINE1379 > .ladi-headline:hover,
#HEADLINE1380 > .ladi-headline:hover,
#BOX1376 > .ladi-box:hover,
#IMAGE1380:hover > .ladi-image,
#HEADLINE1381 > .ladi-headline:hover,
#HEADLINE1382 > .ladi-headline:hover,
#BOX1377 > .ladi-box:hover,
#IMAGE1381:hover > .ladi-image,
#HEADLINE1383 > .ladi-headline:hover,
#HEADLINE1384 > .ladi-headline:hover,
#BOX1378 > .ladi-box:hover,
#IMAGE1382:hover > .ladi-image,
#HEADLINE1385 > .ladi-headline:hover,
#HEADLINE1386 > .ladi-headline:hover,
#BOX1379 > .ladi-box:hover,
#IMAGE1383:hover > .ladi-image,
#HEADLINE1387 > .ladi-headline:hover,
#HEADLINE1388 > .ladi-headline:hover,
#BOX210 > .ladi-box:hover,
#BUTTON1365 > .ladi-button:hover,
#BUTTON_TEXT1365 > .ladi-headline:hover,
#BOX1414 > .ladi-box:hover,
#SHAPE1383:hover > .ladi-shape,
#PARAGRAPH1419 > .ladi-paragraph:hover,
#BOX1415 > .ladi-box:hover,
#HEADLINE1417 > .ladi-headline:hover,
#HEADLINE1418 > .ladi-headline:hover,
#BOX1417 > .ladi-box:hover,
#SHAPE1384:hover > .ladi-shape,
#PARAGRAPH1421 > .ladi-paragraph:hover,
#BOX1419 > .ladi-box:hover,
#SHAPE1385:hover > .ladi-shape,
#PARAGRAPH1423 > .ladi-paragraph:hover,
#BOX1421 > .ladi-box:hover,
#SHAPE1386:hover > .ladi-shape,
#PARAGRAPH1425 > .ladi-paragraph:hover,
#BOX1423 > .ladi-box:hover,
#SHAPE1387:hover > .ladi-shape,
#PARAGRAPH1427 > .ladi-paragraph:hover,
#BOX1425 > .ladi-box:hover,
#SHAPE1388:hover > .ladi-shape,
#PARAGRAPH1429 > .ladi-paragraph:hover,
#BUTTON1369 > .ladi-button:hover,
#BUTTON_TEXT1369 > .ladi-headline:hover,
#HEADLINE945 > .ladi-headline:hover,
#HEADLINE946 > .ladi-headline:hover,
#IMAGE947:hover > .ladi-image,
#PARAGRAPH948 > .ladi-paragraph:hover,
#PARAGRAPH1186 > .ladi-paragraph:hover,
#BOX1410 > .ladi-box:hover,
#HEADLINE1396 > .ladi-headline:hover,
#HEADLINE1397 > .ladi-headline:hover,
#HEADLINE1398 > .ladi-headline:hover,
#HEADLINE1399 > .ladi-headline:hover,
#HEADLINE1400 > .ladi-headline:hover,
#IMAGE998:hover > .ladi-image,
#BUTTON1000 > .ladi-button:hover,
#BUTTON_TEXT1000 > .ladi-headline:hover,
#BOX1323 > .ladi-box:hover,
#SHAPE1324:hover > .ladi-shape,
#SHAPE1325:hover > .ladi-shape,
#HEADLINE1360 > .ladi-headline:hover,
#FRAME1355 > .ladi-frame:hover,
#FRAME1355 > .ladi-frame:hover ~ .ladi-frame-bg,
#IMAGE1356:hover > .ladi-image,
#IMAGE1357:hover > .ladi-image,
#IMAGE1358:hover > .ladi-image,
#HEADLINE1342 > .ladi-headline:hover,
#HEADLINE1344 > .ladi-headline:hover,
#SHAPE1345:hover > .ladi-shape,
#HEADLINE1347 > .ladi-headline:hover,
#SHAPE1348:hover > .ladi-shape,
#HEADLINE1353 > .ladi-headline:hover,
#SHAPE1354:hover > .ladi-shape,
#HEADLINE1328 > .ladi-headline:hover,
#SHAPE1330:hover > .ladi-shape,
#HEADLINE1331 > .ladi-headline:hover,
#SHAPE1333:hover > .ladi-shape,
#HEADLINE1334 > .ladi-headline:hover,
#SHAPE1336:hover > .ladi-shape,
#HEADLINE1337 > .ladi-headline:hover,
#SHAPE1339:hover > .ladi-shape,
#HEADLINE1340 > .ladi-headline:hover,
#HEADLINE1403 > .ladi-headline:hover,
#BOX1411 > .ladi-box:hover,
#SHAPE1378:hover > .ladi-shape,
#HEADLINE1411 > .ladi-headline:hover,
#HEADLINE1415 > .ladi-headline:hover,
#IMAGE1285:hover > .ladi-image,
#BUTTON1287 > .ladi-button:hover,
#BUTTON_TEXT1287 > .ladi-headline:hover {
    opacity: 1;
}

#HEADLINE11,
#HEADLINE1365,
#HEADLINE1366,
#HEADLINE1367,
#IMAGE20,
#BUTTON30,
#HEADLINE1368,
#HEADLINE1369,
#HEADLINE1430,
#HEADLINE86,
#BOX152,
#HEADLINE51,
#IMAGE1383,
#HEADLINE1417,
#IMAGE947,
#HEADLINE1396,
#GROUP1187,
#HEADLINE1344,
#HEADLINE1347 {
    top: 0px;
}

#HEADLINE11 > .ladi-headline,
#HEADLINE1365 > .ladi-headline,
#HEADLINE1366 > .ladi-headline,
#HEADLINE1367 > .ladi-headline,
#HEADLINE1363 > .ladi-headline,
#HEADLINE1368 > .ladi-headline,
#HEADLINE1369 > .ladi-headline,
#HEADLINE1430 > .ladi-headline,
#PARAGRAPH948 > .ladi-paragraph,
#HEADLINE1402 > .ladi-headline,
#HEADLINE1408 > .ladi-headline {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
}

#IMAGE12,
#IMAGE1368,
#IMAGE1369,
#IMAGE1370,
#BOX25,
#BUTTON_TEXT30,
#IMAGE1371,
#IMAGE1372,
#IMAGE1402,
#HEADLINE91,
#BOX1379,
#HEADLINE1418,
#HEADLINE945,
#GROUP1441,
#COUNTDOWN1361,
#BUTTON_TEXT1000,
#FORM_ITEM1363,
#BUTTON1287,
#BUTTON_TEXT1287 {
    left: 0px;
}

#IMAGE12 > .ladi-image > .ladi-image-background,
#IMAGE1368 > .ladi-image > .ladi-image-background,
#IMAGE1369 > .ladi-image > .ladi-image-background,
#IMAGE1370 > .ladi-image > .ladi-image-background,
#IMAGE1371 > .ladi-image > .ladi-image-background,
#IMAGE1372 > .ladi-image > .ladi-image-background,
#IMAGE1402 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/sfdew-20210112022732.png");
}

#LINE1361 > .ladi-line > .ladi-line-container,
#LINE1362 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(255, 188, 1);
    border-right: 1px solid rgb(255, 188, 1);
    border-bottom: 1px solid rgb(255, 188, 1);
    border-left: 0px !important;
}

#LINE1361 > .ladi-line,
#LINE1362 > .ladi-line,
#LINE170 > .ladi-line,
#LINE1363 > .ladi-line,
#LINE1364 > .ladi-line,
#LINE1121 > .ladi-line,
#LINE1371 > .ladi-line,
#LINE1369 > .ladi-line,
#LINE1359 > .ladi-line,
#LINE1370 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
}

#PARAGRAPH1361 > .ladi-paragraph {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 188, 1);
}

#BOX25 > .ladi-box {
    background-color: rgb(56, 182, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -10px;
}

#IMAGE20 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s400x350/5c7362c6c417ab07e5196b05/etgw54et4-20210112024249.png");
}

#PARAGRAPH22 > .ladi-paragraph {
    line-height: 1.2;
    color: rgb(255, 255, 255);
}

#SHAPE42 > .ladi-shape {
    animation-name: shake;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

#SHAPE42 svg:last-child {
    fill: rgb(124, 149, 172);
}

#BUTTON30 > .ladi-button > .ladi-button-background,
#BUTTON1362 > .ladi-button > .ladi-button-background,
#BUTTON1364 > .ladi-button > .ladi-button-background,
#BUTTON1371 > .ladi-button > .ladi-button-background,
#BUTTON1365 > .ladi-button > .ladi-button-background,
#BUTTON1369 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(rgb(255, 106, 0), rgb(238, 9, 121));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#BUTTON30 > .ladi-button > .ladi-button-background,
#BUTTON1362 > .ladi-button > .ladi-button-background,
#BUTTON1370 > .ladi-button > .ladi-button-background,
#BUTTON1364 > .ladi-button > .ladi-button-background,
#BOX152 > .ladi-box > .ladi-overlay,
#BOX1369 > .ladi-box > .ladi-overlay,
#BUTTON1371 > .ladi-button > .ladi-button-background,
#SECTION50 > .ladi-section-background,
#BUTTON1365 > .ladi-button > .ladi-button-background,
#BUTTON1369 > .ladi-button > .ladi-button-background,
#BUTTON1000 > .ladi-button > .ladi-button-background,
#BUTTON1287 > .ladi-button > .ladi-button-background {
    -webkit-background-clip: initial;
}

#BUTTON30 > .ladi-button,
#BUTTON1362 > .ladi-button,
#BUTTON1364 > .ladi-button,
#BUTTON1371 > .ladi-button,
#BUTTON1365 > .ladi-button,
#BUTTON1369 > .ladi-button {
    box-shadow: rgb(33, 44, 83) 0px 15px 20px -16px;
}

#BUTTON_TEXT30 {
    width: 125px;
}

#BUTTON_TEXT30 > .ladi-headline,
#BUTTON_TEXT1362 > .ladi-headline,
#PARAGRAPH1363 > .ladi-paragraph,
#BUTTON_TEXT1364 > .ladi-headline,
#BUTTON_TEXT1371 > .ladi-headline,
#PARAGRAPH1381 > .ladi-paragraph,
#BUTTON_TEXT1365 > .ladi-headline,
#PARAGRAPH1420 > .ladi-paragraph,
#PARAGRAPH1422 > .ladi-paragraph,
#PARAGRAPH1424 > .ladi-paragraph,
#PARAGRAPH1426 > .ladi-paragraph,
#PARAGRAPH1428 > .ladi-paragraph,
#PARAGRAPH1430 > .ladi-paragraph,
#BUTTON_TEXT1369 > .ladi-headline,
#PARAGRAPH1409 > .ladi-paragraph,
#PARAGRAPH1410 > .ladi-paragraph {
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
}

#BUTTON1362 > .ladi-button,
#BUTTON1364 > .ladi-button,
#BUTTON1371 > .ladi-button,
#BUTTON1365 > .ladi-button,
#BUTTON1369 > .ladi-button,
#BUTTON1000 > .ladi-button,
#BUTTON1287 > .ladi-button {
    border-radius: 1000px;
}

#BUTTON1362 > .ladi-button,
#BUTTON1370 > .ladi-button,
#BUTTON1364 > .ladi-button,
#BUTTON1371 > .ladi-button,
#BUTTON1365 > .ladi-button,
#BUTTON1369 > .ladi-button,
#BUTTON1000 > .ladi-button,
#BOX1323 > .ladi-box,
#BOX1411 > .ladi-box,
#BUTTON1287 > .ladi-button,
[id^="BUTTON"] .ladi-button,
.pulse-animation {
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

#BUTTON_TEXT1362,
#BUTTON_TEXT1370,
#BUTTON_TEXT1364,
#BUTTON_TEXT1371,
#BUTTON_TEXT1365,
#BUTTON_TEXT1369,
#BUTTON_TEXT1368 {
    top: 9px;
    left: 0px;
}

#BUTTON1370 {
    top: auto;
    left: 0px;
    right: 0px;
    bottom: 15px;
    position: fixed;
    z-index: 90000050;
    margin: 0px auto;
}

#BUTTON1370 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(rgb(54, 209, 220), rgb(91, 134, 229));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#BUTTON1370 > .ladi-button {
    border-radius: 25px;
}

#BUTTON_TEXT1370 {
    width: 219px;
}

#BUTTON_TEXT1370 > .ladi-headline,
#HEADLINE945 > .ladi-headline,
#HEADLINE1395 > .ladi-headline {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
}

#BUTTON_TEXT1370 > .ladi-headline {
    -webkit-text-stroke-width: 0px;
}

#HEADLINE86 > .ladi-headline,
#HEADLINE91 > .ladi-headline {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(28, 16, 145);
    text-align: center;
}

#LINE170 > .ladi-line > .ladi-line-container,
#LINE1121 > .ladi-line > .ladi-line-container,
#LINE1371 > .ladi-line > .ladi-line-container {
    border-top: 2px solid rgb(181, 181, 181);
    border-right: 2px solid rgb(181, 181, 181);
    border-bottom: 2px solid rgb(181, 181, 181);
    border-left: 0px !important;
}

#BOX1372 > .ladi-box {
    background-size: cover;
    background-origin: content-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

#BOX1373 > .ladi-box {
    border-width: 6px;
    border-radius: 0px;
    border-style: double;
    border-color: rgb(249, 155, 33);
}

#BOX1373 > .ladi-box,
#FORM999 .ladi-form-item-background,
#FRAME1355 > .ladi-frame-bg > .ladi-frame-background,
#FORM1286 .ladi-form-item-background {
    background-color: rgb(255, 255, 255);
}

#HEADLINE1374 > .ladi-headline {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(25, 94, 190);
    text-align: left;
}

#HEADLINE1376 > .ladi-headline {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(235, 34, 34);
    text-align: left;
}

#HEADLINE1377 > .ladi-headline {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: left;
}

#PARAGRAPH1379 > .ladi-paragraph,
#PARAGRAPH1380 > .ladi-paragraph,
#LIST_PARAGRAPH1361 > .ladi-list-paragraph,
#PARAGRAPH1365 > .ladi-paragraph,
#LIST_PARAGRAPH1376 > .ladi-list-paragraph,
#PARAGRAPH1413 > .ladi-paragraph,
#PARAGRAPH1416 > .ladi-paragraph,
#LIST_PARAGRAPH1380 > .ladi-list-paragraph,
#PARAGRAPH1443 > .ladi-paragraph,
#LIST_PARAGRAPH1381 > .ladi-list-paragraph,
#PARAGRAPH1446 > .ladi-paragraph,
#LIST_PARAGRAPH1382 > .ladi-list-paragraph,
#PARAGRAPH1447 > .ladi-paragraph,
#LIST_PARAGRAPH1383 > .ladi-list-paragraph {
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#HEADLINE1375 > .ladi-headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: left;
}

#BOX152 > .ladi-box > .ladi-overlay,
#BOX1369 > .ladi-box > .ladi-overlay {
    background-image: linear-gradient(
        173deg,
        rgb(255, 255, 255),
        rgb(255, 255, 255)
    );
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#BOX152 > .ladi-box,
#BOX1369 > .ladi-box,
#BOX1412 > .ladi-box {
    border-radius: 15px;
}

#BOX152 > .ladi-box,
#BOX1369 > .ladi-box {
    background-image: linear-gradient(rgb(233, 233, 233), rgb(246, 246, 246));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    -webkit-background-clip: initial;
    filter: drop-shadow(rgb(0, 0, 0) 0px 15px 7px);
}

#LIST_PARAGRAPH1361 ul li,
#LIST_PARAGRAPH1376 ul li,
#LIST_PARAGRAPH1380 ul li,
#LIST_PARAGRAPH1381 ul li,
#LIST_PARAGRAPH1382 ul li,
#LIST_PARAGRAPH1383 ul li {
    padding-left: 15px;
}

#LIST_PARAGRAPH1361 ul li:before,
#LIST_PARAGRAPH1376 ul li:before,
#LIST_PARAGRAPH1380 ul li:before,
#LIST_PARAGRAPH1381 ul li:before,
#LIST_PARAGRAPH1382 ul li:before,
#LIST_PARAGRAPH1383 ul li:before {
    top: -4px;
    font-size: 20px;
    content: counter(linum, disc);
}

#PARAGRAPH1366 > .ladi-paragraph {
    line-height: 1.6;
    color: rgb(235, 34, 34);
}

#HEADLINE1370 > .ladi-headline,
#HEADLINE1371 > .ladi-headline {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(22, 69, 221);
    text-align: left;
}

#LINE1363 > .ladi-line > .ladi-line-container,
#LINE1364 > .ladi-line > .ladi-line-container {
    border-top: 3px solid rgb(255, 215, 5);
    border-right: 3px solid rgb(255, 215, 5);
    border-bottom: 3px solid rgb(255, 215, 5);
    border-left: 0px !important;
}

#PARAGRAPH1364 > .ladi-paragraph {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#PARAGRAPH1445 > .ladi-paragraph {
    line-height: 1.6;
    color: rgb(232, 59, 48);
}

#PARAGRAPH1448 > .ladi-paragraph {
    line-height: 1.6;
    color: rgb(235, 34, 34);
    text-align: center;
}

#SECTION50 > .ladi-section-background {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#HEADLINE51 > .ladi-headline {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    color: rgb(28, 16, 145);
    text-align: center;
}

#HEADLINE56 > .ladi-headline {
    font-family: Montserrat, sans-serif;
    line-height: 1.2;
    color: rgb(28, 16, 145);
    text-align: center;
}

#GROUP1375 {
    height: 346.444px;
}

#BOX1374 {
    width: 374px;
    height: 170px;
}

#BOX1374,
#BOX1375,
#BOX1376,
#BOX1378 {
    top: 168.54px;
    left: 0px;
}

#BOX1374 > .ladi-box,
#BOX1375 > .ladi-box,
#BOX1376 > .ladi-box,
#BOX1377 > .ladi-box,
#BOX1378 > .ladi-box,
#BOX1379 > .ladi-box {
    background-color: rgb(249, 187, 0);
}

#IMAGE60,
#IMAGE60 > .ladi-image > .ladi-image-background {
    width: 373.651px;
}

#IMAGE60 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s700x500/5dccb67118ed7f6153f61977/thanhlapdoanhnghiep2023-20230928032752-w3eo2-1-20240325014148-xcbkg.jpg");
}

#HEADLINE61 {
    width: 374px;
}

#HEADLINE61 > .ladi-headline,
#HEADLINE1379 > .ladi-headline,
#HEADLINE1381 > .ladi-headline,
#HEADLINE1383 > .ladi-headline,
#HEADLINE1385 > .ladi-headline,
#HEADLINE1387 > .ladi-headline {
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
    color: rgb(28, 16, 145);
    text-align: center;
}

#HEADLINE1378 {
    width: 348px;
    top: 212.444px;
    left: 13.2436px;
}

#HEADLINE1378 > .ladi-headline,
#HEADLINE1380 > .ladi-headline,
#HEADLINE1382 > .ladi-headline {
    font-family: Quicksand, sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6;
    color: rgb(32, 28, 28);
    text-align: justify;
}

#GROUP1376,
#GROUP1378 {
    width: 373px;
    height: 338.54px;
}

#BOX1375,
#BOX1376 {
    width: 373px;
    height: 170px;
}

#GROUP1377 {
    width: 372.652px;
    height: 231.118px;
}

#IMAGE1379,
#IMAGE1380,
#IMAGE1382 {
    width: 372.652px;
    height: 171.029px;
}

#IMAGE1379 > .ladi-image > .ladi-image-background {
    width: 372.652px;
    height: 283.142px;
    top: -113px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s700x600/5dccb67118ed7f6153f61977/1-20190930084242-20230928073942-wxacz.jpg");
}

#HEADLINE1379 {
    width: 344px;
    top: 180.118px;
    left: 14.5334px;
}

#HEADLINE1380,
#HEADLINE1382,
#HEADLINE1384,
#HEADLINE1386 {
    width: 347px;
}

#HEADLINE1380 {
    top: 231.118px;
    left: 13.2083px;
}

#GROUP1379,
#GROUP1383 {
    width: 373px;
    height: 206.118px;
}

#IMAGE1380 > .ladi-image > .ladi-image-background {
    width: 372.652px;
    height: 307.469px;
    top: -61px;
    left: -1px;
    background-image: url("https://w.ladicdn.com/s700x650/5dccb67118ed7f6153f61977/4-20190930084242-20230928074301-jhnro.jpg");
}

#HEADLINE1381,
#HEADLINE1383,
#HEADLINE1385 {
    width: 373px;
}

#HEADLINE1381,
#HEADLINE1385,
#HEADLINE1387 {
    top: 180.118px;
    left: 0px;
}

#HEADLINE1382,
#HEADLINE1386 {
    top: 212.444px;
    left: 13.2082px;
}

#GROUP1380 {
    height: 355.54px;
}

#BOX1377,
#BOX1378 {
    width: 373px;
    height: 187px;
}

#BOX1377 {
    top: 168.54px;
}

#GROUP1381,
#GROUP1385 {
    height: 206.118px;
}

#HEADLINE1383 {
    top: 180.118px;
}

#HEADLINE1384 {
    top: 212.444px;
}

#HEADLINE1384 > .ladi-headline {
    font-family: Quicksand, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.6;
    color: rgb(32, 28, 28);
    text-align: left;
}

#GROUP1382 {
    width: 373px;
    height: 355.54px;
}

#IMAGE1382 > .ladi-image > .ladi-image-background {
    width: 480.724px;
    height: 169.031px;
    top: 0px;
    left: -51px;
    background-image: url("https://w.ladicdn.com/s800x500/5dccb67118ed7f6153f61977/dichvukhac-1123-20230928075538-4hzaj.jpg");
}

#HEADLINE1386 > .ladi-headline {
    font-family: Quicksand, sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6;
    color: rgb(32, 28, 28);
    text-align: left;
}

#IMAGE1383 {
    height: 174.949px;
}

#IMAGE1383 > .ladi-image > .ladi-image-background {
    height: 306.425px;
    top: -60.3523px;
    left: -9.2063px;
    background-image: url("https://w.ladicdn.com/s700x650/5dccb67118ed7f6153f61977/5-20190930084242-20230928075716-7sekt.jpg");
}

#HEADLINE1388 > .ladi-headline {
    font-family: Quicksand, sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6;
    color: rgb(32, 28, 28);
}

#BOX210 > .ladi-box,
#BOX1415 > .ladi-box {
    border-width: 1px;
    border-radius: 6px;
    border-style: solid;
    border-color: rgb(74, 151, 221);
}

#IMAGE1395,
#IMAGE1396,
#IMAGE1398,
#IMAGE1399,
#IMAGE1400 {
    height: 119.452px;
}

#IMAGE1395 > .ladi-image > .ladi-image-background,
#IMAGE1399 > .ladi-image > .ladi-image-background {
    width: 376.512px;
    height: 110.739px;
}

#IMAGE1395 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s700x450/5dccb67118ed7f6153f61977/z4746464853022_b475a0d30b80ff0cbaf9ee8cb4eafb8d-20231002100014-vx-wk.jpg");
}

#IMAGE1396 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s700x450/5dccb67118ed7f6153f61977/z4746464821623_98cc08d3f72b096099f7465b0a7abbea-20231002100013-wtu2a.jpg");
}

#IMAGE1397 {
    width: 376.512px;
    height: 119.452px;
}

#IMAGE1397 > .ladi-image > .ladi-image-background {
    width: 376.512px;
    height: 110.479px;
    background-image: url("https://w.ladicdn.com/s700x450/5dccb67118ed7f6153f61977/z4746464863987_75f1c48332c5a1a1b204b37b1bf733d9-20231002100014-mmhae.jpg");
}

#IMAGE1398 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s700x450/5dccb67118ed7f6153f61977/z4746464883771_5bd24a0b5ff46c711ad243bafb9fdbb3-20231002100014-q9udu.jpg");
}

#IMAGE1399 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s700x450/5dccb67118ed7f6153f61977/z4746464872163_2506751937ab0bc6ed2be9445168e573-20231002100014-ysg5g.jpg");
}

#IMAGE1400 > .ladi-image > .ladi-image-background {
    width: 376.512px;
    height: 110.22px;
    background-image: url("https://w.ladicdn.com/s700x450/5dccb67118ed7f6153f61977/z4746465023169_2d334fbc9728f7a2ce4f050d934bb7f5-1-20231002100020-lq5zy-1-20240325014928-j8ae7.jpg");
}

#SECTION1362 > .ladi-section-background {
    filter: brightness(80%) saturate(78%) blur(2px);
    opacity: 0.42;
}

#BOX1413 > .ladi-box,
#BOX1416 > .ladi-box,
#BOX1418 > .ladi-box,
#BOX1420 > .ladi-box,
#BOX1422 > .ladi-box,
#BOX1424 > .ladi-box {
    border-radius: 0px 4px 4px;
    background-color: rgb(74, 151, 221);
    box-shadow: rgb(0, 0, 0) 0px 9px 8px -12px;
}

#BOX1413 > .ladi-box:hover,
#BOX1416 > .ladi-box:hover,
#BOX1418 > .ladi-box:hover,
#BOX1420 > .ladi-box:hover,
#BOX1422 > .ladi-box:hover,
#BOX1424 > .ladi-box:hover {
    background-image: none;
    background-color: rgb(10, 103, 233);
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    -webkit-background-clip: initial;
    opacity: 1;
}

#GROUP1451,
#BOX1414,
#GROUP1459,
#BOX1419,
#GROUP1468,
#BOX1425 {
    height: 46.4732px;
}

#BOX1414 > .ladi-box,
#BOX1417 > .ladi-box,
#BOX1419 > .ladi-box,
#BOX1421 > .ladi-box,
#BOX1423 > .ladi-box,
#BOX1425 > .ladi-box {
    border-width: 1px;
    border-radius: 1002px;
    border-style: solid;
    border-color: rgba(255, 234, 192, 0.4);
}

#SHAPE1383 {
    height: 26.853px;
    top: 10.3101px;
}

#SHAPE1383 svg:last-child,
#SHAPE1384 svg:last-child,
#SHAPE1385 svg:last-child,
#SHAPE1386 svg:last-child,
#SHAPE1387 svg:last-child,
#SHAPE1388 svg:last-child {
    fill: rgb(255, 230, 165);
}

#PARAGRAPH1419,
#PARAGRAPH1423,
#PARAGRAPH1429 {
    top: 66.366px;
}

#PARAGRAPH1419 > .ladi-paragraph,
#PARAGRAPH1421 > .ladi-paragraph,
#PARAGRAPH1423 > .ladi-paragraph,
#PARAGRAPH1425 > .ladi-paragraph,
#PARAGRAPH1427 > .ladi-paragraph,
#PARAGRAPH1429 > .ladi-paragraph {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 215, 5);
    text-align: center;
}

#HEADLINE1417 > .ladi-headline,
#HEADLINE1418 > .ladi-headline {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(28, 16, 145);
    text-align: center;
}

#PARAGRAPH1421 {
    width: 329px;
}

#PARAGRAPH1422,
#PARAGRAPH1428 {
    width: 322px;
}

#GROUP1459,
#GROUP1468 {
    top: 13.8928px;
}

#SHAPE1385,
#SHAPE1388 {
    height: 27.853px;
    top: 9.3101px;
}

#PARAGRAPH1431 > .ladi-paragraph {
    font-size: 15px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
}

#GROUP1188 > .ladi-group {
    animation-delay: 0.2s;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
}

#HEADLINE946 > .ladi-headline {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(235, 34, 34);
    text-align: center;
}

#PARAGRAPH1186 > .ladi-paragraph {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 230, 4);
    text-align: center;
}

#BOX1410 > .ladi-box {
    background-color: rgb(22, 69, 221);
}

#LIST_PARAGRAPH1371 > .ladi-list-paragraph {
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
}

#LIST_PARAGRAPH1371 ul li,
#LIST_PARAGRAPH1373 ul li {
    padding-left: 30px;
}

#LIST_PARAGRAPH1371 ul li:before,
#LIST_PARAGRAPH1373 ul li:before {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2265.21232644855239px%22%20height%3D%2269px%22%20%20viewBox%3D%220%200%201792%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(235%2C%2034%2C%2034%2C%201)%22%3E%20%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
    content: "";
}

#LIST_PARAGRAPH1371 ul li:before,
#HEADLINE1331,
#LIST_PARAGRAPH1373 ul li:before {
    top: 4px;
}

#BUTTON1368 > .ladi-button > .ladi-button-background,
#COUNTDOWN1361 > .ladi-countdown .ladi-countdown-background {
    background-color: rgb(255, 188, 1);
}

#BUTTON_TEXT1368 {
    width: 160px;
}

#BUTTON_TEXT1368 > .ladi-headline {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(2, 41, 126);
    text-align: center;
}

#PARAGRAPH1408 > .ladi-paragraph {
    line-height: 1.6;
    color: rgb(249, 187, 0);
}

#COUNTDOWN1361 > .ladi-countdown {
    font-size: 31px;
    font-weight: bold;
    color: rgb(28, 16, 145);
    text-align: center;
}

#COUNTDOWN1361 > .ladi-countdown > .ladi-element {
    width: calc(25% - 7.5px);
    height: 100%;
    margin-right: 10px;
}

#HEADLINE1396 > .ladi-headline {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
}

#HEADLINE1397 > .ladi-headline,
#HEADLINE1398 > .ladi-headline,
#HEADLINE1399 > .ladi-headline,
#HEADLINE1400 > .ladi-headline {
    font-size: 12px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
}

#IMAGE998 > .ladi-image,
#POPUP1283 > .ladi-popup > .ladi-overlay,
#POPUP1283 > .ladi-popup > .ladi-popup-background,
#POPUP1283 > .ladi-popup,
#IMAGE1285 > .ladi-image {
    border-radius: 8px;
}

#FORM999 > .ladi-form,
#FORM1286 > .ladi-form {
    font-size: 14px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#FORM999 .ladi-form .ladi-form-checkout-payment-item,
#FORM1286 .ladi-form .ladi-form-checkout-payment-item {
    --check-size: calc(14px * 1.5);
    --width-quantity: calc(14px * 2.5 + 30px);
}

#FORM999
    .ladi-form
    .ladi-form-item.ladi-form-checkbox
    .ladi-form-checkbox-item
    span[data-checked="false"],
#FORM999
    .ladi-form
    .ladi-form-item.ladi-form-checkbox
    .ladi-form-checkbox-item
    .ladi-editing,
#FORM999
    .ladi-form
    .ladi-form-item.ladi-form-checkbox
    .ladi-form-checkbox-item
    .ladi-editing::placeholder,
#FORM999 .ladi-form .ladi-survey-option .ladi-survey-option-label,
#FORM999 .ladi-form-item .ladi-form-control::placeholder,
#FORM999 .ladi-form-item select.ladi-form-control[data-selected=""],
#FORM999 .ladi-form-checkout-payment-quantity input,
#FORM1286
    .ladi-form
    .ladi-form-item.ladi-form-checkbox
    .ladi-form-checkbox-item
    span[data-checked="false"],
#FORM1286
    .ladi-form
    .ladi-form-item.ladi-form-checkbox
    .ladi-form-checkbox-item
    .ladi-editing,
#FORM1286
    .ladi-form
    .ladi-form-item.ladi-form-checkbox
    .ladi-form-checkbox-item
    .ladi-editing::placeholder,
#FORM1286 .ladi-form .ladi-survey-option .ladi-survey-option-label,
#FORM1286 .ladi-form-item .ladi-form-control::placeholder,
#FORM1286 .ladi-form-item select.ladi-form-control[data-selected=""],
#FORM1286 .ladi-form-checkout-payment-quantity input {
    color: rgb(0, 0, 0);
}

#FORM999:hover .overlay-checkout,
#FORM1286:hover .overlay-checkout {
    display: flex !important;
}

#FORM999 .ladi-form-item,
#FORM1286 .ladi-form-item {
    padding-left: 9px;
    padding-right: 9px;
}

#FORM999 .ladi-form-item.otp-countdown:before,
#FORM1286 .ladi-form-item.otp-countdown:before {
    right: 14px;
}

#FORM999 .ladi-form-item.ladi-form-checkbox,
#FORM1286 .ladi-form-item.ladi-form-checkbox {
    padding-left: 14px;
    padding-right: 14px;
}

#FORM999
    .ladi-form
    [data-form-checkout-item="product"]
    .ladi-form-checkout-payment-check.multiple.checked:before,
#FORM999
    .ladi-form
    [data-form-checkout-item="product"]
    .ladi-form-checkout-payment-check:not(.multiple).checked:before,
#FORM999
    .ladi-form
    [data-form-checkout-item="payment"]
    .ladi-form-checkout-payment-check.checked:before,
#FORM999
    .ladi-form
    [data-form-checkout-item="fee_shipping"]
    .ladi-form-checkout-payment-check.checked:before,
#FORM999 .ladi-form-checkout-payment-quantity .up:before,
#FORM999 .ladi-form-checkout-payment-quantity .down:before,
#FORM999
    [data-form-checkout-item="payment"]
    .ladi-form-item
    .ladi-form-checkout-payment-content
    div:before,
#FORM1286
    .ladi-form
    [data-form-checkout-item="product"]
    .ladi-form-checkout-payment-check.multiple.checked:before,
#FORM1286
    .ladi-form
    [data-form-checkout-item="product"]
    .ladi-form-checkout-payment-check:not(.multiple).checked:before,
#FORM1286
    .ladi-form
    [data-form-checkout-item="payment"]
    .ladi-form-checkout-payment-check.checked:before,
#FORM1286
    .ladi-form
    [data-form-checkout-item="fee_shipping"]
    .ladi-form-checkout-payment-check.checked:before,
#FORM1286 .ladi-form-checkout-payment-quantity .up:before,
#FORM1286 .ladi-form-checkout-payment-quantity .down:before,
#FORM1286
    [data-form-checkout-item="payment"]
    .ladi-form-item
    .ladi-form-checkout-payment-content
    div:before {
    background-color: rgb(0, 0, 0);
}

#FORM999 .ladi-survey-option,
#FORM1286 .ladi-survey-option {
    text-align: left;
}

#FORM999 .ladi-form-item-container,
#FORM999 .ladi-form-checkout-box,
#FORM999 .ladi-form-checkout-bump-offer-product,
#FORM999 .ladi-form-label-container .ladi-form-label-item,
#FORM1286 .ladi-form-item-container,
#FORM1286 .ladi-form-checkout-box,
#FORM1286 .ladi-form-checkout-bump-offer-product,
#FORM1286 .ladi-form-label-container .ladi-form-label-item {
    border-width: 1px;
    border-color: rgb(238, 238, 238);
}

#FORM999 .ladi-form-item-container .ladi-form-item.ladi-form-quantity,
#FORM1286 .ladi-form-item-container .ladi-form-item.ladi-form-quantity {
    width: calc(100% + 1px);
}

#FORM999 .ladi-form-item-container .ladi-form-quantity .button,
#FORM999
    .ladi-form
    [data-form-checkout-item="coupon_code"]
    .content-discount-block
    .placeholder
    i,
#FORM1286 .ladi-form-item-container .ladi-form-quantity .button,
#FORM1286
    .ladi-form
    [data-form-checkout-item="coupon_code"]
    .content-discount-block
    .placeholder
    i {
    background-color: rgb(238, 238, 238);
}

#FORM999 .ladi-form [data-form-checkout-item="total_price"] .space,
#FORM999 .ladi-form-checkout-payment-quantity input,
#FORM1286 .ladi-form [data-form-checkout-item="total_price"] .space,
#FORM1286 .ladi-form-checkout-payment-quantity input {
    border-color: rgb(238, 238, 238);
}

#FORM999 .ladi-form-checkout-payment-quantity input,
#FORM1286 .ladi-form-checkout-payment-quantity input {
    width: 65px;
}

#BUTTON1000 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(rgb(255, 227, 5), rgb(246, 122, 13));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#BUTTON1000 > .ladi-button,
#BUTTON1287 > .ladi-button {
    box-shadow: rgb(5, 48, 105) 0px 15px 20px -17px;
}

#BUTTON_TEXT1000 {
    width: 313px;
}

#BUTTON_TEXT1000 > .ladi-headline,
#BUTTON_TEXT1287 > .ladi-headline {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(2, 41, 126);
    text-align: center;
}

#FORM_ITEM1001 .ladi-form-item,
#FORM_ITEM1003 .ladi-form-item,
#FORM_ITEM1363 .ladi-form-item,
#FORM_ITEM1289 .ladi-form-item,
#FORM_ITEM1290 .ladi-form-item,
#FORM_ITEM1364 .ladi-form-item {
    background-image: none !important;
}

#HEADLINE1401 > .ladi-headline,
#HEADLINE1407 > .ladi-headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
}

#LINE1369 > .ladi-line > .ladi-line-container,
#LINE1370 > .ladi-line > .ladi-line-container {
    border-top: 3px solid rgb(181, 181, 181);
    border-right: 3px solid rgb(181, 181, 181);
    border-bottom: 3px solid rgb(181, 181, 181);
    border-left: 0px !important;
}

#SECTION1242 > .ladi-overlay {
    background-color: rgba(1, 1, 1, 0.9);
}

#GROUP1322 {
    top: auto;
    right: auto;
    position: fixed;
    z-index: 90000050;
}

#BOX1323 > .ladi-box {
    border-width: 1px;
    border-radius: 99px;
    border-style: solid;
    border-color: rgb(255, 22, 22);
}

#BOX1323 > .ladi-box,
#BOX1411 > .ladi-box {
    background-color: rgba(253, 251, 251, 0);
}

#SHAPE1324 svg:last-child {
    fill: url("#SHAPE1324_desktop_gradient");
}

#SHAPE1325 > .ladi-shape,
.swing-animation {
    animation-name: swing;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

#SHAPE1325 svg:last-child,
#SHAPE1345 svg:last-child,
#SHAPE1348 svg:last-child,
#SHAPE1354 svg:last-child,
#SHAPE1330 svg:last-child,
#SHAPE1333 svg:last-child,
#SHAPE1336 svg:last-child,
#SHAPE1339 svg:last-child {
    fill: rgb(255, 255, 255);
}

#HEADLINE1360 {
    width: 391px;
}

#HEADLINE1360 > .ladi-headline {
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

#LINE1359 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0px !important;
}

#FRAME1355 {
    width: 196px;
    height: 41.306px;
}

#IMAGE1356,
#IMAGE1356 > .ladi-image > .ladi-image-background {
    width: 35.5258px;
    height: 22.6523px;
}

#IMAGE1356 {
    top: 9.805px;
    left: 60.688px;
}

#IMAGE1356 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/mastercard-20200311062250-20200312040745.svg");
}

#IMAGE1357,
#IMAGE1357 > .ladi-image > .ladi-image-background {
    width: 35.526px;
    height: 22.6523px;
}

#IMAGE1357 {
    top: 9.805px;
    left: 18.532px;
}

#IMAGE1357 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/visa-20200311062250-20200312040726.svg");
}

#IMAGE1358,
#IMAGE1358 > .ladi-image > .ladi-image-background {
    width: 79.4545px;
    height: 30.4573px;
}

#IMAGE1358 {
    top: 6px;
    left: 100.214px;
}

#IMAGE1358 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/bo-cong-thuong-20200311062345-20200312040731.svg");
}

#HEADLINE1342 > .ladi-headline,
#HEADLINE1403 > .ladi-headline,
#HEADLINE1411 > .ladi-headline,
#HEADLINE1415 > .ladi-headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 188, 1);
    text-align: left;
}

#GROUP1343,
#SHAPE1345 {
    height: 22.6801px;
}

#HEADLINE1344 > .ladi-headline,
#HEADLINE1347 > .ladi-headline,
#HEADLINE1353 > .ladi-headline,
#HEADLINE1331 > .ladi-headline,
#HEADLINE1334 > .ladi-headline,
#HEADLINE1337 > .ladi-headline,
#HEADLINE1340 > .ladi-headline {
    font-size: 14px;
    line-height: 1.4;
    color: rgb(255, 255, 255);
    text-align: left;
}

#HEADLINE1328 > .ladi-headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: rgb(255, 188, 1);
    text-align: left;
}

#SHAPE1330 {
    height: 22.5469px;
}

#GROUP1332 {
    width: 325px;
    height: 22.5469px;
}

#SHAPE1333 {
    width: 22.5469px;
    height: 22.5469px;
}

#HEADLINE1334,
#HEADLINE1337,
#HEADLINE1340 {
    width: 292px;
}

#HEADLINE1334 {
    top: 2px;
    left: 33px;
}

#GROUP1335 {
    width: 325px;
}

#SHAPE1336 {
    width: 22.5469px;
}

#HEADLINE1337 {
    left: 33px;
}

#GROUP1338 {
    width: 327px;
    height: 23px;
}

#SHAPE1339 {
    width: 28.7993px;
    height: 22.5469px;
}

#HEADLINE1340 {
    top: 3px;
    left: 35px;
}

#IMAGE1386,
#IMAGE1386 > .ladi-image > .ladi-image-background {
    width: 200px;
    height: 112.613px;
}

#IMAGE1386 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s550x450/5dccb67118ed7f6153f61977/logovan-xuan-new-1-8676-removebg-preview-20230929035918-pyhuz.png");
}

#IMAGE1387,
#IMAGE1387 > .ladi-image > .ladi-image-background {
    height: 48px;
}

#GROUP1439 {
    height: 137.487px;
}

#LIST_PARAGRAPH1373 {
    top: 31.487px;
}

#LIST_PARAGRAPH1373 > .ladi-list-paragraph {
    font-size: 14px;
    line-height: 1.9;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
}

#GROUP1443 {
    top: auto;
    left: auto;
    position: fixed;
    z-index: 90000050;
}

#BOX1411 > .ladi-box {
    border-width: 1px;
    border-radius: 99px;
    border-style: solid;
    border-color: rgb(22, 69, 221);
}

#SHAPE1378 svg:last-child {
    fill: url("#SHAPE1378_desktop_gradient");
}

#IMAGE1391 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s400x400/5dccb67118ed7f6153f61977/zalo-icon-20230407121553-aojbq.png");
}

#SECTION_POPUP {
    height: 0px;
}

#POPUP1283,
#camon {
    right: 0px;
    bottom: 0px;
    margin: auto;
}

#POPUP1283 > .ladi-popup > .ladi-popup-background {
    background-color: rgb(219, 246, 255);
}

#BUTTON1287 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(rgb(255, 235, 49), rgb(248, 106, 22));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#FORM_ITEM1364 {
    height: 102.077px;
    top: 114.739px;
    left: 0px;
}

#HEADLINE1407 {
    width: 200px;
    top: 25.5px;
}

#HEADLINE1408 {
    top: 54.5px;
}

#camon .popup-close {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22rgba(235%2C%2034%2C%2034%2C%201)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#BOX1412 > .ladi-box {
    background-color: rgb(10, 103, 233);
    box-shadow: rgba(59, 59, 59, 0.29) 0px 5px 9px 0px;
}

#IMAGE1392 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s500x400/57b167c9ca57d39c18a1c57c/letter-sent-231631.png");
}

#HEADLINE1410 > .ladi-headline {
    font-size: 30px;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-align: center;
}

#PARAGRAPH1411 > .ladi-paragraph {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: rgb(255, 255, 255);
    text-align: center;
}

@media (min-width: 768px) {
    #SECTION1 {
        height: 713px;
    }

    #SECTION1 > .ladi-section-background {
        background-image: url("https://w.ladicdn.com/s1440x713/5dccb67118ed7f6153f61977/nen-20190928084800-20230928023240-76mtr.png");
    }

    #GROUP1386 {
        width: 376.704px;
        height: 183.068px;
        top: 377.7px;
        left: 494.148px;
    }

    #BOX1380 {
        width: 369.704px;
        height: 183.068px;
    }

    #GROUP1362,
    #GROUP1363,
    #GROUP1364 {
        width: 312.704px;
        height: 22px;
    }

    #GROUP1362 {
        top: 37.792px;
        left: 64px;
    }

    #HEADLINE11,
    #HEADLINE1365,
    #HEADLINE1366,
    #HEADLINE1367,
    #HEADLINE1368,
    #HEADLINE1369,
    #HEADLINE1430,
    #HEADLINE1342,
    #HEADLINE1403,
    #HEADLINE1411,
    #HEADLINE1415 {
        width: 283px;
    }

    #HEADLINE11,
    #HEADLINE1365,
    #HEADLINE1366,
    #HEADLINE1367,
    #HEADLINE1368,
    #HEADLINE1369,
    #HEADLINE1430 {
        left: 29.704px;
    }

    #HEADLINE11 > .ladi-headline,
    #HEADLINE1365 > .ladi-headline,
    #HEADLINE1366 > .ladi-headline,
    #HEADLINE1367 > .ladi-headline,
    #PARAGRAPH22 > .ladi-paragraph,
    #HEADLINE1368 > .ladi-headline,
    #HEADLINE1369 > .ladi-headline,
    #BUTTON_TEXT1362 > .ladi-headline,
    #HEADLINE1430 > .ladi-headline,
    #BUTTON_TEXT1364 > .ladi-headline,
    #BUTTON_TEXT1371 > .ladi-headline,
    #BUTTON_TEXT1365 > .ladi-headline,
    #BUTTON_TEXT1369 > .ladi-headline,
    #PARAGRAPH1186 > .ladi-paragraph,
    #PARAGRAPH1408 > .ladi-paragraph {
        font-size: 14px;
    }

    #IMAGE12,
    #IMAGE12 > .ladi-image > .ladi-image-background,
    #IMAGE1368,
    #IMAGE1368 > .ladi-image > .ladi-image-background,
    #IMAGE1369,
    #IMAGE1369 > .ladi-image > .ladi-image-background,
    #IMAGE1370,
    #IMAGE1370 > .ladi-image > .ladi-image-background {
        width: 24.0202px;
        height: 19.97px;
    }

    #IMAGE12,
    #IMAGE1368,
    #IMAGE1369,
    #IMAGE1370 {
        top: 1.015px;
    }

    #GROUP1363 {
        top: 65.292px;
        left: 64px;
    }

    #GROUP1364 {
        top: 91.492px;
        left: 64px;
    }

    #GROUP1365 {
        width: 312.704px;
        height: 45px;
        top: 120.208px;
        left: 64px;
    }

    #IMAGE29,
    #IMAGE29 > .ladi-image > .ladi-image-background {
        width: 179.261px;
        height: 61.4597px;
    }

    #IMAGE29 {
        top: 263.825px;
        left: 848px;
    }

    #IMAGE29 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s500x400/5c7362c6c417ab07e5196b05/ghru65356y54-20210112024612.png");
    }

    #IMAGE1361 {
        width: 628.058px;
        height: 222.761px;
        top: 70.2124px;
        left: 512.939px;
    }

    #IMAGE1361 > .ladi-image > .ladi-image-background {
        width: 628.058px;
        height: 230.294px;
        background-image: url("https://w.ladicdn.com/s950x550/5dccb67118ed7f6153f61977/yyyyyyyy-20190928084647-removebg-preview-20230928024109-dax-u.png");
    }

    #IMAGE1363,
    #IMAGE1363 > .ladi-image > .ladi-image-background {
        width: 297.484px;
        height: 67.7948px;
    }

    #IMAGE1363 {
        top: 292.973px;
        left: 678.226px;
    }

    #IMAGE1363 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s600x400/5dccb67118ed7f6153f61977/iiiiiiiiiii-20190928084828-20230928024242-qe60j.png");
    }

    #HEADLINE1363,
    #HEADLINE1418 {
        width: 724px;
    }

    #HEADLINE1363 {
        top: 19.9161px;
        left: 416.997px;
    }

    #HEADLINE1363 > .ladi-headline,
    #PARAGRAPH1361 > .ladi-paragraph {
        font-size: 17px;
        text-align: right;
    }

    #LINE1361,
    #LINE1362 {
        width: 379px;
    }

    #LINE1361 {
        top: 50.342px;
        left: 534px;
    }

    #LINE1362 {
        top: 53.4902px;
        left: 534px;
    }

    #PARAGRAPH1361 {
        width: 273px;
        top: 46.9161px;
        left: 865px;
    }

    #IMAGE1364,
    #IMAGE1364 > .ladi-image > .ladi-image-background {
        width: 622.455px;
        height: 576.348px;
    }

    #IMAGE1364 {
        top: 136.652px;
        left: -30.986px;
    }

    #IMAGE1364 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s950x900/5dccb67118ed7f6153f61977/fdshdtf-20190927102131-removebg-preview-20230928025135-squrz.png");
    }

    #GROUP1388 {
        width: 319.704px;
        height: 180px;
        top: 377.7px;
        left: 863.852px;
    }

    #GROUP1192 {
        width: 297.075px;
        height: 180px;
        top: 0px;
        left: 0px;
    }

    #BOX25 {
        width: 289.715px;
        height: 178.831px;
        top: 1.16883px;
    }

    #IMAGE20,
    #IMAGE20 > .ladi-image > .ladi-image-background {
        width: 80.7965px;
        height: 39.4581px;
    }

    #IMAGE20 {
        left: 216.279px;
    }

    #PARAGRAPH22 {
        width: 219px;
        top: 55.1714px;
        left: 19.9766px;
    }

    #SHAPE42 {
        width: 29.2563px;
        height: 30.9556px;
        top: 91.492px;
        left: 225.148px;
    }

    #GROUP1387 {
        width: 312.704px;
        height: 131.115px;
        top: 7.093px;
        left: 7px;
    }

    #BUTTON30 {
        width: 200.628px;
        height: 32.414px;
        left: 8.52px;
    }

    #BUTTON_TEXT30 {
        top: 9px;
    }

    #BUTTON_TEXT30 > .ladi-headline,
    #BUTTON_TEXT1370 > .ladi-headline,
    #PARAGRAPH1379 > .ladi-paragraph,
    #PARAGRAPH1380 > .ladi-paragraph,
    #PARAGRAPH1365 > .ladi-paragraph,
    #PARAGRAPH1366 > .ladi-paragraph,
    #PARAGRAPH1413 > .ladi-paragraph,
    #PARAGRAPH1416 > .ladi-paragraph,
    #PARAGRAPH1443 > .ladi-paragraph,
    #PARAGRAPH1446 > .ladi-paragraph,
    #PARAGRAPH1447 > .ladi-paragraph,
    #PARAGRAPH1448 > .ladi-paragraph,
    #PARAGRAPH1381 > .ladi-paragraph,
    #PARAGRAPH1422 > .ladi-paragraph,
    #PARAGRAPH1424 > .ladi-paragraph,
    #PARAGRAPH1426 > .ladi-paragraph,
    #PARAGRAPH1428 > .ladi-paragraph,
    #PARAGRAPH1430 > .ladi-paragraph,
    #HEADLINE1395 > .ladi-headline,
    #PARAGRAPH1410 > .ladi-paragraph {
        font-size: 16px;
    }

    #GROUP1366,
    #GROUP1490 {
        width: 312.704px;
        height: 24.9913px;
    }

    #GROUP1366 {
        top: 80.199px;
        left: 0px;
    }

    #IMAGE1371,
    #IMAGE1371 > .ladi-image > .ladi-image-background,
    #IMAGE1402,
    #IMAGE1402 > .ladi-image > .ladi-image-background {
        width: 24.0202px;
        height: 23.7825px;
    }

    #IMAGE1371,
    #IMAGE1402 {
        top: 1.20877px;
    }

    #GROUP1367 {
        width: 312.704px;
        height: 25.9249px;
        top: 105.19px;
        left: 0px;
    }

    #IMAGE1372,
    #IMAGE1372 > .ladi-image > .ladi-image-background {
        width: 24.0202px;
        height: 24.6673px;
    }

    #IMAGE1372 {
        top: 1.25759px;
    }

    #BUTTON1362,
    #BUTTON1364,
    #BUTTON1371,
    #BUTTON1365,
    #BUTTON1369 {
        width: 494.445px;
        height: 45.15px;
    }

    #BUTTON1362 {
        top: 592.05px;
        left: 591.469px;
    }

    #BUTTON_TEXT1362,
    #BUTTON_TEXT1364,
    #BUTTON_TEXT1371,
    #BUTTON_TEXT1365,
    #BUTTON_TEXT1369 {
        width: 494px;
    }

    #PARAGRAPH1363 {
        width: 469px;
        top: 646.2px;
        left: 604.192px;
    }

    #PARAGRAPH1363 > .ladi-paragraph,
    #HEADLINE1360 > .ladi-headline {
        font-size: 12px;
    }

    #BUTTON1370 {
        width: 250px;
        height: 41.575px;
    }

    #GROUP1490 {
        top: 516.992px;
        left: 870.852px;
    }

    #SECTION84 {
        height: 1760.9px;
    }

    #GROUP1206 {
        width: 1101px;
        height: 119px;
        top: 34.975px;
        left: 49.5px;
    }

    #HEADLINE86 {
        width: 571px;
        left: 265px;
    }

    #HEADLINE86 > .ladi-headline {
        font-size: 40px;
    }

    #HEADLINE91 {
        width: 1101px;
        top: 64px;
    }

    #HEADLINE91 > .ladi-headline {
        font-size: 26px;
    }

    #LINE170,
    #LINE1121,
    #LINE1371 {
        width: 156px;
    }

    #LINE170 {
        top: 101px;
        left: 472.5px;
    }

    #BOX1372 {
        width: 628px;
        height: 404px;
        top: 1292px;
        left: 0px;
    }

    #BOX1372 > .ladi-box {
        background-image: url("https://w.ladicdn.com/s950x750/67adff7bdc936a0012129c5b/482200281_616795334445856_7688418253399619125_n-1-20250930085259-fjje5.jpg");
    }

    #GROUP1389,
    #BOX1373 {
        width: 634px;
        height: 345px;
    }

    #GROUP1389 {
        top: 1338.5px;
        left: 566px;
    }

    #HEADLINE1374 {
        width: 582px;
        top: 39.5px;
        left: 25.469px;
    }

    #HEADLINE1376 {
        width: 234px;
        top: 93px;
        left: 70.765px;
    }

    #HEADLINE1376 > .ladi-headline,
    #HEADLINE946 > .ladi-headline {
        font-size: 30px;
    }

    #HEADLINE1377 {
        width: 323px;
        top: 102.5px;
        left: 304.765px;
    }

    #HEADLINE1377 > .ladi-headline {
        font-size: 18px;
    }

    #PARAGRAPH1379 {
        width: 541px;
        top: 149px;
        left: 25.469px;
    }

    #PARAGRAPH1380 {
        width: 524px;
        top: 189px;
        left: 25.469px;
    }

    #HEADLINE1375 {
        width: 37px;
        top: 1443px;
        left: 589.988px;
    }

    #BUTTON1364 {
        top: 1607px;
        left: 635.778px;
    }

    #GROUP1484,
    #GROUP1483,
    #GROUP1371 {
        width: 591.735px;
        height: 1069px;
    }

    #GROUP1484 {
        top: 181.975px;
        left: 0px;
    }

    #BOX152 {
        width: 591.469px;
        height: 1069px;
        left: 0.2655px;
    }

    #LIST_PARAGRAPH1361,
    #LIST_PARAGRAPH1376 {
        width: 526px;
    }

    #LIST_PARAGRAPH1361 {
        top: 430.625px;
        left: 52.5px;
    }

    #LIST_PARAGRAPH1361 > .ladi-list-paragraph,
    #LIST_PARAGRAPH1376 > .ladi-list-paragraph,
    #LIST_PARAGRAPH1380 > .ladi-list-paragraph,
    #PARAGRAPH1445 > .ladi-paragraph,
    #LIST_PARAGRAPH1381 > .ladi-list-paragraph,
    #LIST_PARAGRAPH1382 > .ladi-list-paragraph,
    #LIST_PARAGRAPH1383 > .ladi-list-paragraph,
    #PARAGRAPH1420 > .ladi-paragraph,
    #PARAGRAPH1409 > .ladi-paragraph {
        font-size: 15px;
    }

    #PARAGRAPH1365,
    #HEADLINE1370,
    #PARAGRAPH1364,
    #PARAGRAPH1413,
    #HEADLINE1371,
    #PARAGRAPH1416,
    #PARAGRAPH1443,
    #PARAGRAPH1446,
    #PARAGRAPH1447 {
        width: 535px;
    }

    #PARAGRAPH1365 {
        top: 550.625px;
        left: 28.5px;
    }

    #PARAGRAPH1366,
    #PARAGRAPH1448 {
        width: 550px;
    }

    #PARAGRAPH1366 {
        top: 774.01px;
        left: 21px;
    }

    #HEADLINE1370 {
        top: 27.125px;
        left: 28.5px;
    }

    #LINE1363,
    #LINE1364 {
        width: 272px;
    }

    #LINE1363 {
        top: 53.125px;
        left: 28.5px;
    }

    #IMAGE1373,
    #IMAGE1373 > .ladi-image > .ladi-image-background {
        width: 590.898px;
        height: 222.945px;
    }

    #IMAGE1373 {
        top: 78.125px;
        left: 0px;
    }

    #IMAGE1373 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s900x550/67adff7bdc936a0012129c5b/thanhlapdoanhnghiep20252-20250930090231-2d2ge.jpg");
    }

    #PARAGRAPH1364 {
        top: 331.125px;
        left: 28.5px;
    }

    #IMAGE1393,
    #IMAGE1393 > .ladi-image > .ladi-image-background {
        width: 591.469px;
        height: 187.649px;
    }

    #IMAGE1393 {
        top: 870.005px;
        left: 0.13275px;
    }

    #IMAGE1393 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s900x500/5dccb67118ed7f6153f61977/dichvuketoan29-20230929103837-vsqbf.jpg");
    }

    #LIST_PARAGRAPH1376 {
        top: 611.975px;
        left: 42.5001px;
    }

    #PARAGRAPH1413 {
        top: 398.125px;
        left: 28.3672px;
    }

    #GROUP1486,
    #GROUP1372,
    #BOX1369 {
        width: 592.04px;
        height: 1073px;
    }

    #GROUP1486 {
        top: 182.475px;
        left: 607.96px;
    }

    #HEADLINE1371 {
        top: 27.0664px;
        left: 29.071px;
    }

    #LINE1364 {
        top: 53.0103px;
        left: 29.071px;
    }

    #IMAGE1374 {
        width: 590.898px;
        height: 222.314px;
        top: 77.9563px;
        left: 0.571px;
    }

    #IMAGE1374 > .ladi-image > .ladi-image-background {
        width: 586.738px;
        height: 221.314px;
        top: 1px;
        left: 3px;
        background-image: url("https://w.ladicdn.com/s900x550/67adff7bdc936a0012129c5b/nhungvieccanlamsaukhithanhlapdoanhnghiep2025-20250930090246-du6w4.jpg");
    }

    #PARAGRAPH1416 {
        top: 325.625px;
        left: 28.52px;
    }

    #LIST_PARAGRAPH1380,
    #LIST_PARAGRAPH1381,
    #LIST_PARAGRAPH1382,
    #LIST_PARAGRAPH1383 {
        width: 505px;
    }

    #LIST_PARAGRAPH1380 {
        top: 540.5px;
        left: 644px;
    }

    #PARAGRAPH1443 {
        top: 644.5px;
        left: 636.5px;
    }

    #PARAGRAPH1445 {
        width: 520px;
        top: 683px;
        left: 644.02px;
    }

    #LIST_PARAGRAPH1381 {
        top: 713.5px;
        left: 651.48px;
    }

    #PARAGRAPH1446 {
        top: 823.5px;
        left: 636.5px;
    }

    #LIST_PARAGRAPH1382 {
        top: 857.5px;
        left: 659px;
    }

    #PARAGRAPH1447 {
        top: 912.5px;
        left: 636.5px;
    }

    #LIST_PARAGRAPH1383 {
        top: 938.5px;
        left: 659px;
    }

    #PARAGRAPH1448 {
        top: 1050.98px;
        left: 629.02px;
    }

    #BUTTON1371 {
        top: 1123.05px;
        left: 664.278px;
    }

    #SECTION50 {
        height: 1360.2px;
    }

    #GROUP1207 {
        width: 685px;
        height: 130.2px;
        top: 31px;
        left: 265.988px;
    }

    #HEADLINE51 {
        width: 629px;
        left: 34px;
    }

    #HEADLINE51 > .ladi-headline {
        font-size: 32px;
        line-height: 1.6;
    }

    #HEADLINE56 {
        width: 685px;
        top: 55px;
        left: 0px;
    }

    #HEADLINE56 > .ladi-headline {
        font-size: 20px;
    }

    #LINE1121 {
        top: 112.2px;
        left: 264.5px;
    }

    #GROUP1375 {
        width: 374px;
        top: 181.06px;
        left: 0px;
    }

    #GROUP59 {
        width: 374px;
        height: 206.118px;
    }

    #IMAGE60,
    #IMAGE60 > .ladi-image > .ladi-image-background {
        height: 171.029px;
    }

    #HEADLINE61 {
        top: 180.118px;
        left: 0px;
    }

    #GROUP1376 {
        top: 181.06px;
        left: 413.5px;
    }

    #GROUP1378 {
        top: 181.06px;
        left: 827px;
    }

    #GROUP1380,
    #GROUP1381 {
        width: 381.368px;
    }

    #GROUP1380 {
        top: 669.504px;
        left: 0px;
    }

    #BOX1377,
    #HEADLINE1383 {
        left: 8.36753px;
    }

    #IMAGE1381 {
        width: 381.02px;
        height: 174.869px;
    }

    #IMAGE1381 > .ladi-image > .ladi-image-background {
        width: 373.556px;
        height: 300.286px;
        top: -97.0881px;
        left: 7.06737px;
        background-image: url("https://w.ladicdn.com/s700x650/5dccb67118ed7f6153f61977/3-20190930084241-20230928074803-9ohtp.jpg");
    }

    #HEADLINE1384 {
        left: 21.5757px;
    }

    #GROUP1382 {
        top: 669.504px;
        left: 420.868px;
    }

    #GROUP1391 {
        width: 365.632px;
        height: 355.54px;
        top: 669.504px;
        left: 834.368px;
    }

    #BOX1379 {
        width: 364.816px;
        height: 187px;
        top: 168.54px;
    }

    #GROUP1385,
    #IMAGE1400 {
        width: 365.632px;
    }

    #IMAGE1383 {
        width: 365.465px;
        left: 0.16682px;
    }

    #IMAGE1383 > .ladi-image > .ladi-image-background {
        width: 382.036px;
    }

    #HEADLINE1387 {
        width: 358px;
    }

    #HEADLINE1388 {
        width: 339px;
        top: 212.444px;
        left: 12.9184px;
    }

    #HEADLINE1388 > .ladi-headline,
    #HEADLINE1407 > .ladi-headline {
        text-align: left;
    }

    #BOX210 {
        width: 1442px;
        height: 169px;
        top: 1191.2px;
        left: -119px;
    }

    #PARAGRAPH1381 {
        width: 914px;
        top: 1212.1px;
        left: 142px;
    }

    #BUTTON1365 {
        top: 1289.1px;
        left: 351.277px;
    }

    #IMAGE1395,
    #IMAGE1396,
    #IMAGE1398 {
        width: 376.512px;
    }

    #IMAGE1395 {
        top: 523.6px;
        left: 0px;
    }

    #IMAGE1396 {
        top: 523.6px;
        left: 413.5px;
    }

    #IMAGE1396 > .ladi-image > .ladi-image-background {
        width: 376.512px;
        height: 109.579px;
    }

    #IMAGE1397 {
        top: 522.6px;
        left: 827px;
    }

    #IMAGE1398 {
        top: 1031.04px;
        left: 2.42776px;
    }

    #IMAGE1398 > .ladi-image > .ladi-image-background {
        width: 376.512px;
        height: 110.609px;
    }

    #IMAGE1399 {
        width: 373px;
        top: 1025.04px;
        left: 420.868px;
    }

    #IMAGE1400 {
        top: 1025.04px;
        left: 834.368px;
    }

    #SECTION1362 {
        height: 1000.1px;
    }

    #GROUP1450,
    #BOX1413 {
        width: 357.744px;
        height: 310.732px;
    }

    #GROUP1450 {
        top: 166.61px;
        left: 0px;
    }

    #GROUP1451,
    #BOX1414,
    #GROUP1459,
    #BOX1419,
    #GROUP1468,
    #BOX1425 {
        width: 46.2014px;
    }

    #GROUP1451,
    #GROUP1456 {
        top: 13.8928px;
        left: 158.771px;
    }

    #SHAPE1383,
    #SHAPE1385,
    #SHAPE1388 {
        width: 27.1564px;
    }

    #SHAPE1383 {
        left: 8.91834px;
    }

    #PARAGRAPH1419,
    #PARAGRAPH1423,
    #PARAGRAPH1425,
    #PARAGRAPH1427,
    #PARAGRAPH1429,
    #BUTTON_TEXT1287 {
        width: 329px;
    }

    #PARAGRAPH1419,
    #PARAGRAPH1423,
    #PARAGRAPH1429 {
        left: 14.2248px;
    }

    #PARAGRAPH1419 > .ladi-paragraph,
    #PARAGRAPH1421 > .ladi-paragraph,
    #PARAGRAPH1423 > .ladi-paragraph,
    #PARAGRAPH1425 > .ladi-paragraph,
    #PARAGRAPH1427 > .ladi-paragraph,
    #PARAGRAPH1429 > .ladi-paragraph {
        font-size: 17px;
    }

    #BOX1415 {
        width: 1442px;
        height: 195px;
        top: 793.1px;
        left: -127px;
    }

    #GROUP1452 {
        width: 724px;
        height: 109px;
        top: 29.96px;
        left: 238px;
    }

    #HEADLINE1417 {
        width: 546px;
        left: 71.037px;
    }

    #HEADLINE1417 > .ladi-headline {
        font-size: 33px;
    }

    #HEADLINE1418 {
        top: 53px;
    }

    #HEADLINE1418 > .ladi-headline {
        font-size: 24px;
    }

    #LINE1371 {
        top: 91px;
        left: 284px;
    }

    #GROUP1453 {
        width: 322px;
        height: 144px;
        top: 274.05px;
        left: 17.872px;
    }

    #PARAGRAPH1420,
    #PARAGRAPH1424,
    #PARAGRAPH1426,
    #PARAGRAPH1430 {
        width: 322px;
    }

    #GROUP1454,
    #GROUP1455,
    #BOX1416 {
        width: 357.744px;
        height: 309.732px;
    }

    #GROUP1454 {
        top: 166.61px;
        left: 421.128px;
    }

    #GROUP1456,
    #BOX1417 {
        width: 46.2014px;
        height: 46.4732px;
    }

    #SHAPE1384 {
        width: 27.1564px;
        height: 26.853px;
        top: 10.3101px;
        left: 8.91834px;
    }

    #PARAGRAPH1421 {
        top: 66.366px;
        left: 14.2248px;
    }

    #PARAGRAPH1422 {
        top: 97.44px;
        left: 17.872px;
    }

    #GROUP1457,
    #GROUP1458,
    #BOX1418 {
        width: 357.744px;
        height: 311.732px;
    }

    #GROUP1457 {
        top: 166.61px;
        left: 842.256px;
    }

    #GROUP1459,
    #GROUP1468 {
        left: 158.771px;
    }

    #SHAPE1385,
    #SHAPE1388 {
        left: 9.91834px;
    }

    #PARAGRAPH1424 {
        top: 96.44px;
        left: 17.7002px;
    }

    #GROUP1460,
    #GROUP1461,
    #BOX1420 {
        width: 357.744px;
        height: 275.732px;
    }

    #GROUP1460 {
        top: 494.342px;
        left: 0px;
    }

    #GROUP1462,
    #BOX1421 {
        width: 46.2014px;
        height: 49.6601px;
    }

    #GROUP1462 {
        top: 14.8455px;
        left: 158.771px;
    }

    #SHAPE1386 {
        width: 27.1564px;
        height: 29.763px;
        top: 9.94854px;
        left: 9.91834px;
    }

    #PARAGRAPH1425 {
        top: 70.917px;
        left: 14.2248px;
    }

    #PARAGRAPH1426 {
        top: 101.44px;
        left: 17.872px;
    }

    #GROUP1463,
    #GROUP1464,
    #BOX1422 {
        width: 357.744px;
        height: 277.732px;
    }

    #GROUP1463 {
        top: 494.342px;
        left: 420.128px;
    }

    #GROUP1465,
    #BOX1423 {
        width: 46.2014px;
        height: 49.9491px;
    }

    #GROUP1465 {
        top: 14.9319px;
        left: 158.771px;
    }

    #SHAPE1387 {
        width: 27.1564px;
        height: 29.9362px;
        top: 10.0064px;
        left: 9.91834px;
    }

    #PARAGRAPH1427 {
        top: 71.3298px;
        left: 14.2248px;
    }

    #PARAGRAPH1428 {
        top: 104.44px;
        left: 17.872px;
    }

    #GROUP1466,
    #GROUP1467,
    #BOX1424 {
        width: 357.744px;
        height: 279.732px;
    }

    #GROUP1466 {
        top: 494.342px;
        left: 842.256px;
    }

    #PARAGRAPH1430 {
        top: 106.44px;
        left: 17.872px;
    }

    #PARAGRAPH1431 {
        width: 1171px;
        top: 820.86px;
        left: 10.4995px;
    }

    #BUTTON1369 {
        top: 916.86px;
        left: 352.777px;
    }

    #SECTION940 {
        height: 711.9px;
    }

    #SECTION940 > .ladi-section-background {
        background-image: url("https://w.ladicdn.com/s1440x711/5dccb67118ed7f6153f61977/jjjjjjjjjj-20190928092722-20230929030338-np0wu.png");
    }

    #GROUP1188 {
        width: 612.716px;
        height: 107.177px;
        top: 276.361px;
        left: -12px;
    }

    #GROUP1188 > .ladi-group {
        animation-name: fadeInLeft;
    }

    #HEADLINE945 {
        width: 350px;
        top: 35.0885px;
    }

    #HEADLINE945 > .ladi-headline {
        font-size: 23px;
    }

    #HEADLINE946 {
        width: 459px;
        top: 10.9995px;
        left: 153.716px;
    }

    #IMAGE947,
    #IMAGE947 > .ladi-image > .ladi-image-background {
        width: 102.421px;
        height: 107.177px;
    }

    #IMAGE947 {
        left: 495.736px;
    }

    #IMAGE947 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s450x450/5c7362c6c417ab07e5196b05/rt6juryui7i-20210113022145.png");
    }

    #PARAGRAPH948 {
        width: 444px;
        top: 59.088px;
        left: 143.946px;
    }

    #PARAGRAPH948 > .ladi-paragraph {
        font-size: 16px;
        text-align: center;
    }

    #PARAGRAPH1186 {
        width: 82px;
        top: 42.5885px;
        left: 505.947px;
    }

    #GROUP1441 {
        width: 669.812px;
        height: 225.909px;
        top: 35.686px;
    }

    #IMAGE1385,
    #IMAGE1385 > .ladi-image > .ladi-image-background {
        width: 669.812px;
        height: 209.578px;
    }

    #IMAGE1385 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s1000x550/5dccb67118ed7f6153f61977/vtv-20190928092801_1_-removebg-preview-20230929032915-sd1wx.png");
    }

    #HEADLINE1395 {
        width: 595px;
        top: 199.909px;
        left: 37.406px;
    }

    #BOX1410 {
        width: 555.31px;
        height: 155px;
        top: 395.975px;
        left: 45.406px;
    }

    #LIST_PARAGRAPH1371,
    #HEADLINE1353 {
        width: 304px;
    }

    #LIST_PARAGRAPH1371 {
        top: 431.475px;
        left: 59px;
    }

    #LIST_PARAGRAPH1371 > .ladi-list-paragraph {
        font-size: 14px;
        line-height: 1.9;
    }

    #BUTTON1368 {
        width: 154.644px;
        height: 27px;
        top: 422.975px;
        left: 363px;
    }

    #PARAGRAPH1408 {
        width: 231px;
        top: 461.975px;
        left: 363px;
    }

    #GROUP1432 {
        width: 265.946px;
        height: 110.46px;
        top: 571.756px;
        left: 190.088px;
    }

    #COUNTDOWN1361 {
        width: 265.946px;
        height: 55.1759px;
        top: 32.6857px;
    }

    #HEADLINE1396 {
        width: 263px;
        left: 2px;
    }

    #HEADLINE1397 {
        width: 59px;
        top: 90.2605px;
        left: 0.2284px;
    }

    #HEADLINE1398,
    #HEADLINE1399,
    #HEADLINE1400,
    #IMAGE1387 {
        width: 48px;
    }

    #HEADLINE1398 {
        top: 90.2605px;
        left: 75.7955px;
    }

    #HEADLINE1399 {
        top: 91.46px;
        left: 143.965px;
    }

    #HEADLINE1400 {
        top: 90.2605px;
        left: 213.767px;
    }

    #GROUP1434 {
        width: 415px;
        height: 495.45px;
        top: 108.225px;
        left: 687px;
    }

    #GROUP1187,
    #IMAGE998,
    #IMAGE998 > .ladi-image > .ladi-image-background,
    #IMAGE1285 > .ladi-image > .ladi-image-background {
        width: 408px;
        height: 495.45px;
    }

    #GROUP1187 {
        left: 7px;
    }

    #GROUP1187 > .ladi-group {
        animation-name: fadeInRight;
        animation-delay: 0.2s;
        animation-duration: 1.5s;
        animation-iteration-count: 1;
    }

    #IMAGE998 > .ladi-image > .ladi-image-background,
    #IMAGE1285 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s750x800/5c7362c6c417ab07e5196b05/bndghjndgh-20210113022150.jpg");
    }

    #FORM999 {
        width: 349.843px;
        height: 303px;
        top: 143.345px;
        left: 29.0785px;
    }

    #BUTTON1000 {
        width: 349.095px;
        height: 48.4307px;
        top: 254.569px;
        left: 0.74806px;
    }

    #BUTTON_TEXT1000 {
        top: 9.97753px;
    }

    #FORM_ITEM1001,
    #FORM_ITEM1003 {
        width: 349.095px;
        height: 49.8877px;
    }

    #FORM_ITEM1003 {
        top: 58.7565px;
        left: 0.74806px;
    }

    #FORM_ITEM1363 {
        width: 349.843px;
        height: 100px;
        top: 118.644px;
    }

    #HEADLINE1401 {
        width: 269px;
        top: 23.636px;
        left: 77.5px;
    }

    #HEADLINE1401 > .ladi-headline {
        text-align: center;
    }

    #LINE1369 {
        width: 402px;
        top: 80.636px;
        left: 11px;
    }

    #PARAGRAPH1409 {
        width: 400px;
        top: 103.756px;
        left: 12px;
    }

    #HEADLINE1402,
    #LINE1370 {
        width: 408px;
    }

    #HEADLINE1402 {
        top: 52.636px;
        left: 0px;
    }

    #HEADLINE1402 > .ladi-headline {
        font-size: 19px;
        text-align: center;
    }

    #SECTION1242 {
        height: 836.9px;
    }

    #SECTION1242 > .ladi-section-background {
        background-image: url("https://w.ladicdn.com/s1440x836/5dccb67118ed7f6153f61977/11111-20190930020737-20230929035254-6egtr.jpg");
    }

    #GROUP1322,
    #BOX1323,
    #GROUP1443,
    #GROUP1442,
    #BOX1411 {
        width: 77.6254px;
        height: 77.6254px;
    }

    #GROUP1322 {
        left: 35px;
        bottom: 29px;
    }

    #SHAPE1324,
    #SHAPE1378 {
        width: 63.9468px;
        height: 63.9468px;
    }

    #SHAPE1324 {
        top: 6.83909px;
        left: 6.83927px;
    }

    #SHAPE1325 {
        width: 33.9949px;
        height: 34.1648px;
        top: 21.7303px;
        left: 21.8153px;
    }

    #HEADLINE1360 {
        top: 803.93px;
        left: 427.735px;
    }

    #LINE1359 {
        width: 960px;
        top: 780.93px;
        left: 114.669px;
    }

    #FRAME1355 {
        top: 326.734px;
        left: 709.735px;
    }

    #GROUP1341 {
        width: 336.65px;
        height: 147.173px;
        top: 161.387px;
        left: 709.735px;
    }

    #GROUP1343 {
        width: 293.65px;
        top: 54.5px;
        left: 1px;
    }

    #HEADLINE1344 {
        width: 261px;
        left: 32.65px;
    }

    #SHAPE1345 {
        width: 22.6801px;
    }

    #GROUP1346 {
        width: 242.65px;
        height: 20px;
        top: 87.059px;
        left: 2px;
    }

    #HEADLINE1347 {
        width: 211px;
        left: 31.65px;
    }

    #SHAPE1348 {
        width: 18.4385px;
        height: 18.9527px;
    }

    #GROUP1352 {
        width: 336.65px;
        height: 24.6135px;
        top: 122.56px;
        left: 0px;
    }

    #HEADLINE1353 {
        top: 0px;
        left: 32.65px;
    }

    #SHAPE1354 {
        width: 22.2998px;
        height: 24.6135px;
    }

    #HEADLINE1328 {
        width: 510px;
        top: 161.382px;
        left: 116.735px;
    }

    #GROUP1329 {
        width: 545.511px;
        height: 24px;
        top: 211.882px;
        left: 116.735px;
    }

    #SHAPE1330 {
        width: 28.362px;
    }

    #HEADLINE1331 {
        width: 504px;
        left: 41.5111px;
    }

    #GROUP1332 {
        top: 244.882px;
        left: 116.735px;
    }

    #GROUP1335 {
        height: 21.8605px;
        top: 273.56px;
        left: 114.669px;
    }

    #SHAPE1336 {
        height: 20.9738px;
    }

    #HEADLINE1337 {
        top: 1.86046px;
    }

    #GROUP1338 {
        top: 303.734px;
        left: 112.669px;
    }

    #IMAGE1386 {
        top: 17px;
        left: 503.066px;
    }

    #IMAGE1387 {
        top: 38.575px;
        left: 591.5px;
    }

    #IMAGE1387 > .ladi-image > .ladi-image-background {
        width: 50px;
        background-image: url("https://w.ladicdn.com/s400x350/5dccb67118ed7f6153f61977/saolaplanh-20230929035936-ul8k2.png");
    }

    #IMAGE1388,
    #IMAGE1388 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 75.6667px;
    }

    #IMAGE1388 {
        top: 677.193px;
        left: 705.735px;
    }

    #IMAGE1388 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s550x400/5dccb67118ed7f6153f61977/bo-cong-thuong-20230927071631-od6s1.png");
    }

    #IMAGE1389,
    #IMAGE1389 > .ladi-image > .ladi-image-background {
        width: 161.662px;
        height: 51.5994px;
    }

    #IMAGE1389 {
        top: 689.227px;
        left: 932.805px;
    }

    #IMAGE1389 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s500x400/5dccb67118ed7f6153f61977/dmca_protected_16_120-20210514022559.png");
    }

    #GROUP1439 {
        width: 296.066px;
        top: 346.04px;
        left: 112.669px;
    }

    #LIST_PARAGRAPH1373 {
        width: 292px;
        left: 4.066px;
    }

    #IMAGE1390 {
        width: 464.856px;
        height: 25.4506px;
        top: 104.162px;
        left: 379.138px;
    }

    #IMAGE1390 > .ladi-image > .ladi-image-background {
        width: 464.856px;
        height: 25.4505px;
        background-image: url("https://w.ladicdn.com/s800x350/5dccb67118ed7f6153f61977/y45-1558285235-removebg-preview-20230929041219-ijhme.png");
    }

    #GROUP1443 {
        right: 35px;
        bottom: 29px;
    }

    #SHAPE1378 {
        top: 6.8391px;
        left: 6.8393px;
    }

    #IMAGE1391,
    #IMAGE1391 > .ladi-image > .ladi-image-background {
        width: 65.36px;
        height: 65.36px;
    }

    #IMAGE1391 {
        top: 6.1331px;
        left: 6.1327px;
    }

    #HEADLINE1411 {
        top: 389.387px;
        left: 709.735px;
    }

    #HTML_CODE1361 {
        width: 462px;
        height: 228.167px;
        top: 426.693px;
        left: 709.735px;
    }

    #HEADLINE1415 {
        top: 503.04px;
        left: 114.669px;
    }

    #HTML_CODE1362 {
        width: 537px;
        height: 213px;
        top: 539.86px;
        left: 114.669px;
    }

    #POPUP1283 {
        width: 430.25px;
        height: 516px;
    }

    #GROUP1284,
    #IMAGE1285 {
        width: 408px;
        height: 491.45px;
    }

    #GROUP1284 {
        top: 11.55px;
        left: 11.0078px;
    }

    #FORM1286 {
        width: 329.75px;
        height: 288.878px;
        top: 160.613px;
        left: 39.125px;
    }

    #BUTTON1287 {
        width: 329.432px;
        height: 45.1662px;
        top: 243.712px;
    }

    #BUTTON_TEXT1287 {
        top: 9.59983px;
    }

    #FORM_ITEM1289,
    #FORM_ITEM1290 {
        width: 329.045px;
        height: 47.9991px;
    }

    #FORM_ITEM1290 {
        top: 56.5323px;
        left: 0.705096px;
    }

    #FORM_ITEM1364 {
        width: 329.75px;
    }

    #HEADLINE1407 {
        left: 36.125px;
    }

    #HEADLINE1408 {
        width: 314px;
        left: 91.125px;
    }

    #HEADLINE1408 > .ladi-headline {
        font-size: 20px;
        text-align: left;
    }

    #LINE1370 {
        top: 86.5px;
        left: 11.0078px;
    }

    #PARAGRAPH1410 {
        width: 369px;
        top: 105.5px;
        left: 36.125px;
    }

    #camon {
        width: 377px;
        height: 359px;
    }

    #GROUP1444,
    #BOX1412 {
        width: 376px;
        height: 358px;
    }

    #IMAGE1392,
    #IMAGE1392 > .ladi-image > .ladi-image-background {
        width: 182.875px;
        height: 94px;
    }

    #IMAGE1392 {
        top: 56px;
        left: 96.5625px;
    }

    #HEADLINE1410 {
        width: 331px;
        top: 182px;
        left: 22.5px;
    }

    #PARAGRAPH1411 {
        width: 287px;
        top: 236px;
        left: 44.5px;
    }
}

@media (max-width: 767px) {
    #SECTION1 {
        height: 939.36px;
    }

    #SECTION1 > .ladi-section-background {
        background-image: url("https://w.ladicdn.com/s768x939/5dccb67118ed7f6153f61977/nen-20190928084800-20230928023240-76mtr.png");
    }

    #GROUP1386 {
        width: 268.752px;
        height: 128.852px;
        top: 344.426px;
        left: 0px;
    }

    #BOX1380 {
        width: 242.041px;
        height: 128.852px;
    }

    #GROUP1362 {
        width: 233.447px;
        height: 19px;
        top: 26.754px;
        left: 4.297px;
    }

    #HEADLINE11,
    #LINE1362,
    #HEADLINE1377 {
        width: 214px;
    }

    #HEADLINE11,
    #HEADLINE1366,
    #HEADLINE1367 {
        left: 19.4469px;
    }

    #HEADLINE11 > .ladi-headline,
    #HEADLINE1365 > .ladi-headline,
    #HEADLINE1366 > .ladi-headline,
    #PARAGRAPH22 > .ladi-paragraph,
    #HEADLINE1369 > .ladi-headline,
    #HEADLINE1395 > .ladi-headline,
    #PARAGRAPH1408 > .ladi-paragraph,
    #PARAGRAPH1410 > .ladi-paragraph {
        font-size: 12px;
    }

    #IMAGE12 {
        width: 15.7258px;
        height: 12.73px;
        top: 0.64702px;
    }

    #IMAGE12 > .ladi-image > .ladi-image-background,
    #IMAGE1369 > .ladi-image > .ladi-image-background {
        width: 15.7258px;
        height: 13.0741px;
    }

    #GROUP1363 {
        width: 265.479px;
        height: 19px;
        top: 44.754px;
        left: 3.27344px;
    }

    #HEADLINE1365 {
        width: 247px;
        left: 18.4787px;
    }

    #IMAGE1368,
    #IMAGE1368 > .ladi-image > .ladi-image-background {
        width: 11.4787px;
        height: 14.1855px;
    }

    #IMAGE1368 {
        top: 0px;
    }

    #GROUP1364 {
        width: 258.447px;
        height: 19px;
        top: 63.754px;
        left: 3.27344px;
    }

    #HEADLINE1366,
    #LIST_PARAGRAPH1371 {
        width: 239px;
    }

    #IMAGE1369 {
        width: 15.7258px;
        height: 12.386px;
        top: 0.629533px;
    }

    #GROUP1365 {
        width: 238.447px;
        height: 35px;
        top: 82.754px;
        left: 3.27344px;
    }

    #HEADLINE1367 {
        width: 219px;
    }

    #HEADLINE1367 > .ladi-headline,
    #HEADLINE1368 > .ladi-headline,
    #HEADLINE1430 > .ladi-headline,
    #HEADLINE1360 > .ladi-headline {
        font-size: 11px;
    }

    #IMAGE1370,
    #IMAGE1370 > .ladi-image > .ladi-image-background {
        width: 15.7258px;
        height: 13.3648px;
    }

    #IMAGE1370 {
        top: 0.679281px;
    }

    #IMAGE29,
    #IMAGE29 > .ladi-image > .ladi-image-background {
        width: 127.733px;
        height: 43.7935px;
    }

    #IMAGE29 {
        top: 648.358px;
        left: 289.231px;
    }

    #IMAGE29 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s450x350/5c7362c6c417ab07e5196b05/ghru65356y54-20210112024612.png");
    }

    #IMAGE1361,
    #IMAGE1361 > .ladi-image > .ladi-image-background {
        width: 415.09px;
        height: 151.493px;
    }

    #IMAGE1361 {
        top: 116.269px;
        left: 2.455px;
    }

    #IMAGE1361 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s750x500/5dccb67118ed7f6153f61977/yyyyyyyy-20190928084647-removebg-preview-20230928024109-dax-u.png");
    }

    #IMAGE1363,
    #IMAGE1363 > .ladi-image > .ladi-image-background {
        width: 235.104px;
        height: 53.5789px;
    }

    #IMAGE1363 {
        top: 272.682px;
        left: 92.448px;
    }

    #IMAGE1363 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s550x400/5dccb67118ed7f6153f61977/iiiiiiiiiii-20190928084828-20230928024242-qe60j.png");
    }

    #HEADLINE1363 {
        width: 349px;
        top: 27.769px;
        left: 35.5px;
    }

    #HEADLINE1363 > .ladi-headline {
        font-size: 18px;
        text-align: center;
    }

    #LINE1361 {
        width: 207px;
        top: 88.3881px;
        left: 35.5px;
    }

    #LINE1362 {
        top: 93.15px;
        left: 35.5px;
    }

    #PARAGRAPH1361 {
        width: 139px;
        top: 88.269px;
        left: 258.148px;
    }

    #PARAGRAPH1361 > .ladi-paragraph,
    #BUTTON_TEXT30 > .ladi-headline,
    #BUTTON_TEXT1370 > .ladi-headline,
    #HEADLINE1377 > .ladi-headline,
    #PARAGRAPH1380 > .ladi-paragraph,
    #LIST_PARAGRAPH1361 > .ladi-list-paragraph,
    #LIST_PARAGRAPH1376 > .ladi-list-paragraph,
    #LIST_PARAGRAPH1380 > .ladi-list-paragraph,
    #PARAGRAPH1445 > .ladi-paragraph,
    #LIST_PARAGRAPH1381 > .ladi-list-paragraph,
    #LIST_PARAGRAPH1382 > .ladi-list-paragraph,
    #LIST_PARAGRAPH1383 > .ladi-list-paragraph,
    #PARAGRAPH1381 > .ladi-paragraph,
    #PARAGRAPH1420 > .ladi-paragraph,
    #PARAGRAPH1422 > .ladi-paragraph,
    #PARAGRAPH1424 > .ladi-paragraph,
    #PARAGRAPH1426 > .ladi-paragraph,
    #PARAGRAPH1428 > .ladi-paragraph,
    #PARAGRAPH1430 > .ladi-paragraph,
    #PARAGRAPH1409 > .ladi-paragraph {
        font-size: 14px;
    }

    #IMAGE1364,
    #IMAGE1364 > .ladi-image > .ladi-image-background {
        width: 343.5px;
        height: 318.056px;
    }

    #IMAGE1364 {
        top: 480.094px;
        left: 28.18px;
    }

    #IMAGE1364 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s650x650/5dccb67118ed7f6153f61977/fdshdtf-20190927102131-removebg-preview-20230928025135-squrz.png");
    }

    #GROUP1388 {
        width: 202.164px;
        height: 129.719px;
        top: 343.834px;
        left: 238.792px;
    }

    #GROUP1192 {
        width: 184.603px;
        height: 129.126px;
        top: 0.5924px;
        left: 2.35568px;
    }

    #BOX25 {
        width: 180.029px;
        height: 128.4px;
        top: 0.726311px;
    }

    #IMAGE20,
    #IMAGE20 > .ladi-image > .ladi-image-background {
        width: 50.2069px;
        height: 24.5193px;
    }

    #IMAGE20 {
        left: 134.396px;
    }

    #PARAGRAPH22 {
        width: 161px;
        top: 34.2835px;
        left: 9.5145px;
    }

    #SHAPE42 {
        width: 18.1799px;
        height: 19.2358px;
        top: 57.4455px;
        left: 142.263px;
    }

    #GROUP1387 {
        width: 202.164px;
        height: 95.5218px;
        top: 0px;
        left: 0px;
    }

    #BUTTON30 {
        width: 124.67px;
        height: 22.1421px;
    }

    #BUTTON30,
    #HEADLINE86,
    #BOX152,
    #HEADLINE51,
    #BOX1377,
    #HEADLINE1383 {
        left: 0px;
    }

    #BUTTON_TEXT30 {
        top: 5.59261px;
    }

    #GROUP1366,
    #GROUP1490 {
        width: 194.458px;
        height: 18px;
    }

    #GROUP1366 {
        top: 60.365px;
        left: 7.70568px;
    }

    #HEADLINE1368,
    #HEADLINE1369,
    #HEADLINE1430 {
        width: 176px;
        left: 18.458px;
    }

    #IMAGE1371,
    #IMAGE1402 {
        width: 14.9261px;
        height: 14.3667px;
        top: 0.730201px;
    }

    #IMAGE1371 > .ladi-image > .ladi-image-background,
    #IMAGE1402 > .ladi-image > .ladi-image-background {
        width: 14.9261px;
        height: 14.7785px;
    }

    #GROUP1367 {
        width: 194.314px;
        height: 16.1568px;
        top: 79.365px;
        left: 6.70568px;
    }

    #IMAGE1372,
    #IMAGE1372 > .ladi-image > .ladi-image-background {
        width: 14.9261px;
        height: 15.3283px;
    }

    #IMAGE1372 {
        top: 0.781468px;
    }

    #BUTTON1362,
    #BUTTON1365 {
        width: 379.057px;
        height: 44px;
    }

    #BUTTON1362 {
        top: 798.15px;
        left: 20.5392px;
    }

    #BUTTON_TEXT1362,
    #BUTTON_TEXT1365 {
        width: 379px;
    }

    #BUTTON_TEXT1362 > .ladi-headline,
    #BUTTON_TEXT1364 > .ladi-headline,
    #BUTTON_TEXT1371 > .ladi-headline,
    #HEADLINE56 > .ladi-headline,
    #BUTTON_TEXT1365 > .ladi-headline,
    #PARAGRAPH1419 > .ladi-paragraph,
    #PARAGRAPH1421 > .ladi-paragraph,
    #PARAGRAPH1423 > .ladi-paragraph,
    #PARAGRAPH1425 > .ladi-paragraph,
    #PARAGRAPH1427 > .ladi-paragraph,
    #PARAGRAPH1429 > .ladi-paragraph {
        font-size: 16px;
    }

    #PARAGRAPH1363,
    #PARAGRAPH1381,
    #PARAGRAPH1431 {
        width: 400px;
    }

    #PARAGRAPH1363 {
        top: 849.151px;
        left: 10.0677px;
    }

    #PARAGRAPH1363 > .ladi-paragraph,
    #BUTTON_TEXT1369 > .ladi-headline,
    #PARAGRAPH1186 > .ladi-paragraph {
        font-size: 13px;
    }

    #BUTTON1370 {
        width: 219px;
        height: 40px;
    }

    #GROUP1490 {
        top: 445.552px;
        left: 243.823px;
    }

    #SECTION84 {
        height: 2932.84px;
    }

    #GROUP1206 {
        width: 406px;
        height: 119.682px;
        top: 22.729px;
        left: 6.7535px;
    }

    #HEADLINE86 {
        width: 403px;
    }

    #HEADLINE86 > .ladi-headline {
        font-size: 26px;
    }

    #HEADLINE91 {
        width: 406px;
        top: 39.5035px;
    }

    #HEADLINE91 > .ladi-headline,
    #HEADLINE1418 > .ladi-headline {
        font-size: 18px;
    }

    #LINE170 {
        width: 75px;
        top: 101.682px;
        left: 164px;
    }

    #BOX1372 {
        width: 420px;
        height: 200px;
        top: 2354.84px;
        left: -1px;
    }

    #BOX1372 > .ladi-box {
        background-image: url("https://w.ladicdn.com/s750x550/67adff7bdc936a0012129c5b/482200281_616795334445856_7688418253399619125_n-1-20250930085259-fjje5.jpg");
    }

    #GROUP1389 {
        width: 426.879px;
        height: 311.539px;
        top: 2554.84px;
        left: -1px;
    }

    #BOX1373 {
        width: 420px;
        height: 311.539px;
    }

    #HEADLINE1374 {
        width: 352px;
        top: 19.5425px;
        left: 22.372px;
    }

    #HEADLINE1376 {
        width: 155px;
        top: 83.5425px;
        left: 57.879px;
    }

    #HEADLINE1376 > .ladi-headline {
        font-size: 20px;
    }

    #HEADLINE1377 {
        top: 88.5425px;
        left: 212.879px;
    }

    #PARAGRAPH1379 {
        width: 382px;
        top: 122.845px;
        left: 20px;
    }

    #PARAGRAPH1379 > .ladi-paragraph,
    #PARAGRAPH1365 > .ladi-paragraph,
    #PARAGRAPH1413 > .ladi-paragraph,
    #PARAGRAPH1416 > .ladi-paragraph,
    #PARAGRAPH1443 > .ladi-paragraph,
    #PARAGRAPH1446 > .ladi-paragraph,
    #PARAGRAPH1447 > .ladi-paragraph,
    #PARAGRAPH1448 > .ladi-paragraph,
    #HEADLINE945 > .ladi-headline,
    #PARAGRAPH948 > .ladi-paragraph {
        font-size: 15px;
    }

    #PARAGRAPH1380,
    #LINE1370 {
        width: 387px;
    }

    #PARAGRAPH1380 {
        top: 164.345px;
        left: 20px;
    }

    #HEADLINE1375 {
        width: 36px;
        top: 2638.84px;
        left: 18px;
    }

    #BUTTON1364 {
        width: 342.057px;
        height: 42px;
        top: 2789.63px;
        left: 42.2085px;
    }

    #BUTTON_TEXT1364 {
        width: 342px;
    }

    #GROUP1484,
    #GROUP1483,
    #GROUP1371 {
        width: 406.392px;
        height: 1068px;
    }

    #GROUP1484 {
        top: 146.844px;
        left: 6.872px;
    }

    #BOX152 {
        width: 406.257px;
        height: 1068px;
    }

    #LIST_PARAGRAPH1361,
    #LIST_PARAGRAPH1376,
    #PARAGRAPH1427,
    #PARAGRAPH1429,
    #HEADLINE1402 {
        width: 361px;
    }

    #LIST_PARAGRAPH1361 {
        top: 402.899px;
        left: 32.9575px;
    }

    #PARAGRAPH1365,
    #HEADLINE1370,
    #PARAGRAPH1413,
    #HEADLINE1371,
    #PARAGRAPH1416,
    #PARAGRAPH1443,
    #PARAGRAPH1446 {
        width: 368px;
    }

    #PARAGRAPH1365 {
        top: 545.657px;
        left: 25.9575px;
    }

    #PARAGRAPH1366,
    #PARAGRAPH1364,
    #PARAGRAPH1448,
    #HEADLINE1418,
    #HEADLINE1328 {
        width: 378px;
    }

    #PARAGRAPH1366 {
        top: 838.899px;
        left: 14.459px;
    }

    #PARAGRAPH1366 > .ladi-paragraph {
        font-size: 15px;
        text-align: center;
    }

    #HEADLINE1370 {
        top: 18.6311px;
        left: 19.458px;
    }

    #LINE1363 {
        width: 186px;
        top: 72.6311px;
        left: 19.4585px;
    }

    #IMAGE1373,
    #IMAGE1373 > .ladi-image > .ladi-image-background {
        width: 405.865px;
        height: 153.525px;
    }

    #IMAGE1373 {
        top: 95.6609px;
        left: 0.5265px;
    }

    #IMAGE1373 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s750x500/67adff7bdc936a0012129c5b/thanhlapdoanhnghiep20252-20250930090231-2d2ge.jpg");
    }

    #PARAGRAPH1364 {
        top: 262.335px;
        left: 14.128px;
    }

    #IMAGE1393 {
        width: 394.521px;
        height: 128.888px;
        top: 932.955px;
        left: 6.871px;
    }

    #IMAGE1393 > .ladi-image > .ladi-image-background {
        width: 406.257px;
        height: 128.888px;
        background-image: url("https://w.ladicdn.com/s750x450/5dccb67118ed7f6153f61977/dichvuketoan29-20230929103837-vsqbf.jpg");
    }

    #LIST_PARAGRAPH1376 {
        top: 597.169px;
        left: 32.7604px;
    }

    #PARAGRAPH1413 {
        top: 350.92px;
        left: 23.548px;
    }

    #GROUP1486,
    #GROUP1372,
    #BOX1369 {
        width: 406.996px;
        height: 1079px;
    }

    #GROUP1486 {
        top: 1236.84px;
        left: 6.872px;
    }

    #HEADLINE1371 {
        top: 18.6067px;
        left: 19.9848px;
    }

    #LINE1364 {
        width: 187px;
        top: 72.6067px;
        left: 19.985px;
    }

    #IMAGE1374 {
        width: 406.211px;
        height: 200.263px;
        top: 97.5908px;
        left: 0px;
    }

    #IMAGE1374 > .ladi-image > .ladi-image-background {
        width: 403.351px;
        height: 193.919px;
        top: 0.687447px;
        left: 2.06234px;
        background-image: url("https://w.ladicdn.com/s750x500/67adff7bdc936a0012129c5b/nhungvieccanlamsaukhithanhlapdoanhnghiep2025-20250930090246-du6w4.jpg");
    }

    #PARAGRAPH1416 {
        top: 309.597px;
        left: 23.128px;
    }

    #LIST_PARAGRAPH1380 {
        width: 360px;
        top: 1577.84px;
        left: 37px;
    }

    #PARAGRAPH1443 {
        top: 1720.84px;
        left: 26.37px;
    }

    #PARAGRAPH1445 {
        width: 377px;
        top: 1753.84px;
        left: 31px;
    }

    #LIST_PARAGRAPH1381,
    #LIST_PARAGRAPH1382,
    #LIST_PARAGRAPH1383 {
        width: 300px;
    }

    #LIST_PARAGRAPH1381 {
        top: 1802.84px;
        left: 37px;
    }

    #PARAGRAPH1446 {
        top: 1897.84px;
        left: 26.001px;
    }

    #LIST_PARAGRAPH1382 {
        top: 1932.84px;
        left: 37px;
    }

    #PARAGRAPH1447 {
        width: 381px;
        top: 2003.84px;
        left: 21.001px;
    }

    #LIST_PARAGRAPH1383 {
        top: 2035.84px;
        left: 37px;
    }

    #PARAGRAPH1448 {
        top: 2142.84px;
        left: 21.37px;
    }

    #BUTTON1371 {
        width: 338.585px;
        height: 44px;
        top: 2216.84px;
        left: 42.2085px;
    }

    #BUTTON_TEXT1371 {
        width: 339px;
    }

    #SECTION50 {
        height: 3138.14px;
    }

    #GROUP1207 {
        width: 419px;
        height: 93px;
        top: 27.704px;
        left: 0px;
    }

    #HEADLINE51 {
        width: 419px;
    }

    #HEADLINE51 > .ladi-headline {
        font-size: 20px;
        line-height: 1.2;
    }

    #HEADLINE56 {
        width: 380px;
        top: 34px;
        left: 20px;
    }

    #LINE1121 {
        width: 106px;
        top: 75px;
        left: 156.5px;
    }

    #GROUP1375 {
        width: 374.5px;
        top: 126.704px;
        left: 22.5px;
    }

    #GROUP59 {
        width: 374.5px;
        height: 212.118px;
    }

    #IMAGE60 {
        height: 180.118px;
    }

    #IMAGE60 > .ladi-image > .ladi-image-background {
        height: 185.029px;
    }

    #HEADLINE61 {
        top: 186.118px;
        left: 0.5px;
    }

    #GROUP1376 {
        top: 591.148px;
        left: 24.256px;
    }

    #GROUP1378 {
        top: 1056.25px;
        left: 23.5px;
    }

    #GROUP1380,
    #GROUP1381,
    #HEADLINE1387 {
        width: 373px;
    }

    #GROUP1380 {
        top: 1534.05px;
        left: 27.184px;
    }

    #IMAGE1381 {
        width: 372.652px;
        height: 171.029px;
    }

    #IMAGE1381 > .ladi-image > .ladi-image-background {
        width: 372.652px;
        height: 299.559px;
        top: -93px;
        left: 3px;
        background-image: url("https://w.ladicdn.com/s700x600/5dccb67118ed7f6153f61977/3-20190930084241-20230928074803-9ohtp.jpg");
    }

    #HEADLINE1384 {
        left: 13.2082px;
    }

    #GROUP1382 {
        top: 2016.49px;
        left: 27.684px;
    }

    #GROUP1391 {
        width: 381.368px;
        height: 274.116px;
        top: 2507.94px;
        left: 23.5px;
    }

    #BOX1379 {
        width: 372px;
        height: 99px;
        top: 175.116px;
    }

    #GROUP1385 {
        width: 381.368px;
    }

    #IMAGE1383,
    #IMAGE1383 > .ladi-image > .ladi-image-background {
        width: 381.194px;
    }

    #IMAGE1383 {
        left: 0.174px;
    }

    #HEADLINE1388 {
        width: 328px;
        top: 213.058px;
        left: 22px;
    }

    #HEADLINE1388 > .ladi-headline,
    #HEADLINE1407 > .ladi-headline {
        text-align: center;
    }

    #BOX210 {
        width: 420px;
        height: 199px;
        top: 2933.14px;
        left: 0px;
    }

    #PARAGRAPH1381 {
        top: 2960.14px;
        left: 14.184px;
    }

    #BUTTON1365 {
        top: 3065.14px;
        left: 20.4715px;
    }

    #IMAGE1395 {
        width: 371.756px;
        top: 929.69px;
        left: 24.256px;
    }

    #IMAGE1396 {
        width: 373.268px;
        top: 1394.79px;
        left: 23.5px;
    }

    #IMAGE1396 > .ladi-image > .ladi-image-background {
        width: 377.268px;
        height: 109.799px;
    }

    #IMAGE1397 {
        top: 463.14px;
        left: 22.5px;
    }

    #IMAGE1398 {
        width: 373.828px;
        top: 1889.59px;
        left: 27.184px;
    }

    #IMAGE1398 > .ladi-image > .ladi-image-background {
        width: 377.512px;
        height: 110.902px;
    }

    #IMAGE1399 {
        width: 372.5px;
        top: 2372.03px;
        left: 27.684px;
    }

    #IMAGE1400 {
        width: 371.632px;
        top: 2782.06px;
        left: 23.5px;
    }

    #SECTION1362 {
        height: 1892.32px;
    }

    #GROUP1450,
    #BOX1413 {
        width: 392.744px;
        height: 230.732px;
    }

    #GROUP1450 {
        top: 166.464px;
        left: 13.628px;
    }

    #GROUP1451,
    #BOX1414,
    #GROUP1459,
    #BOX1419,
    #GROUP1468,
    #BOX1425 {
        width: 50.7215px;
    }

    #GROUP1451 {
        top: 9.8928px;
        left: 169.511px;
    }

    #SHAPE1383,
    #SHAPE1385,
    #SHAPE1388 {
        width: 29.8132px;
    }

    #SHAPE1383 {
        left: 9.79086px;
    }

    #PARAGRAPH1419 {
        width: 367px;
        left: 14.372px;
    }

    #BOX1415 {
        width: 420px;
        height: 350.93px;
        top: 1532.39px;
        left: 1px;
    }

    #GROUP1452 {
        width: 378px;
        height: 107.251px;
        top: 32px;
        left: 21px;
    }

    #HEADLINE1417 {
        width: 332px;
        left: 19.1px;
    }

    #HEADLINE1417 > .ladi-headline {
        font-size: 21px;
    }

    #HEADLINE1418 {
        top: 38.0362px;
    }

    #LINE1371 {
        width: 95px;
        top: 89.2505px;
        left: 137.6px;
    }

    #GROUP1453 {
        width: 338px;
        height: 114px;
        top: 265.196px;
        left: 41px;
    }

    #PARAGRAPH1420 {
        width: 338px;
    }

    #GROUP1454,
    #GROUP1455,
    #BOX1416 {
        width: 392.744px;
        height: 207.732px;
    }

    #GROUP1454 {
        top: 408.732px;
        left: 15.128px;
    }

    #GROUP1456,
    #BOX1417 {
        width: 45.2072px;
        height: 40.7464px;
    }

    #GROUP1456 {
        top: 14.561px;
        left: 168.765px;
    }

    #SHAPE1384 {
        width: 26.572px;
        height: 23.544px;
        top: 9.03956px;
        left: 8.72643px;
    }

    #PARAGRAPH1421 {
        top: 61.7208px;
        left: 30.372px;
    }

    #PARAGRAPH1422 {
        top: 96.44px;
        left: 35.372px;
    }

    #GROUP1457,
    #GROUP1458,
    #BOX1418 {
        width: 392.744px;
        height: 216.732px;
    }

    #GROUP1457 {
        top: 629px;
        left: 15.128px;
    }

    #GROUP1459,
    #GROUP1468 {
        left: 174.304px;
    }

    #SHAPE1385,
    #SHAPE1388 {
        left: 10.8887px;
    }

    #PARAGRAPH1423,
    #BUTTON_TEXT1369,
    #BUTTON_TEXT1287 {
        width: 362px;
    }

    #PARAGRAPH1423 {
        left: 18.6648px;
    }

    #PARAGRAPH1424 {
        width: 325px;
        top: 95.44px;
        left: 32.372px;
    }

    #GROUP1460,
    #GROUP1461,
    #BOX1420 {
        width: 390.744px;
        height: 218.732px;
    }

    #GROUP1460 {
        top: 861.928px;
        left: 14.628px;
    }

    #GROUP1462,
    #BOX1421 {
        width: 48.2677px;
        height: 47.4732px;
    }

    #GROUP1462 {
        top: 11.8928px;
        left: 172.872px;
    }

    #SHAPE1386 {
        width: 28.3709px;
        height: 28.4524px;
        top: 9.51047px;
        left: 10.3619px;
    }

    #PARAGRAPH1425 {
        width: 344px;
        top: 67.366px;
        left: 23.372px;
    }

    #PARAGRAPH1426,
    #HEADLINE1410 {
        width: 336px;
    }

    #PARAGRAPH1426 {
        top: 105.44px;
        left: 27.372px;
    }

    #GROUP1463,
    #GROUP1464,
    #BOX1422 {
        width: 392.744px;
        height: 205.732px;
    }

    #GROUP1463 {
        top: 1092.93px;
        left: 14.628px;
    }

    #GROUP1465,
    #BOX1423 {
        width: 50.7215px;
        height: 46.4732px;
    }

    #GROUP1465 {
        top: 13.8928px;
        left: 174.304px;
    }

    #SHAPE1387 {
        width: 29.8132px;
        height: 27.853px;
        top: 9.3101px;
        left: 10.8887px;
    }

    #PARAGRAPH1427 {
        top: 65.366px;
        left: 19.1648px;
    }

    #PARAGRAPH1428 {
        top: 97.44px;
        left: 33.872px;
    }

    #GROUP1466,
    #GROUP1467,
    #BOX1424 {
        width: 392.744px;
        height: 193.732px;
    }

    #GROUP1466 {
        top: 1318.2px;
        left: 14.128px;
    }

    #PARAGRAPH1429 {
        left: 15.6165px;
    }

    #PARAGRAPH1430 {
        width: 359px;
        top: 98.44px;
        left: 15.372px;
    }

    #PARAGRAPH1431 {
        top: 1570.32px;
        left: 11px;
    }

    #BUTTON1369 {
        width: 361.945px;
        height: 42.15px;
        top: 1804.32px;
        left: 29.0275px;
    }

    #SECTION940 {
        height: 1028.71px;
    }

    #SECTION940 > .ladi-section-background {
        background-image: url("https://w.ladicdn.com/s768x1028/5dccb67118ed7f6153f61977/jjjjjjjjjj-20190928092722-20230929030338-np0wu.png");
    }

    #GROUP1188 {
        width: 384.891px;
        height: 90.234px;
        top: 185.68px;
        left: 18px;
    }

    #GROUP1188 > .ladi-group {
        animation-name: fadeInRight;
    }

    #HEADLINE945 {
        width: 121px;
        top: 34.5px;
    }

    #HEADLINE946 {
        width: 221px;
        top: 24.75px;
        left: 108px;
    }

    #HEADLINE946 > .ladi-headline {
        font-size: 25px;
    }

    #IMAGE947,
    #IMAGE947 > .ladi-image > .ladi-image-background {
        width: 66.9865px;
        height: 66.234px;
    }

    #IMAGE947 {
        left: 317.905px;
    }

    #IMAGE947 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/rt6juryui7i-20210113022145.png");
    }

    #PARAGRAPH948 {
        width: 153px;
        top: 66.234px;
        left: 132.032px;
    }

    #PARAGRAPH1186 {
        width: 64px;
        top: 16.5px;
        left: 320.891px;
    }

    #GROUP1441 {
        width: 420px;
        height: 141.654px;
        top: 33.2549px;
    }

    #IMAGE1385,
    #IMAGE1385 > .ladi-image > .ladi-image-background {
        width: 420px;
        height: 131.414px;
    }

    #IMAGE1385 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s750x450/5dccb67118ed7f6153f61977/vtv-20190928092801_1_-removebg-preview-20230929032915-sd1wx.png");
    }

    #HEADLINE1395 {
        width: 374px;
        top: 125.351px;
        left: 23.4552px;
    }

    #BOX1410 {
        width: 420px;
        height: 123px;
        top: 289.918px;
        left: 0px;
    }

    #LIST_PARAGRAPH1371 {
        top: 303.418px;
        left: 11px;
    }

    #LIST_PARAGRAPH1371 > .ladi-list-paragraph {
        font-size: 12px;
        line-height: 1.6;
    }

    #BUTTON1368 {
        width: 160px;
        height: 22px;
        top: 289.914px;
        left: 255px;
    }

    #PARAGRAPH1408 {
        width: 160px;
        top: 322.418px;
        left: 255px;
    }

    #GROUP1432 {
        width: 259.194px;
        height: 107.656px;
        top: 419.914px;
        left: 80.403px;
    }

    #COUNTDOWN1361 {
        width: 259.194px;
        height: 53.7753px;
        top: 31.856px;
    }

    #HEADLINE1396 {
        width: 256px;
        left: 1.94922px;
    }

    #HEADLINE1397 {
        width: 58px;
        top: 87.9693px;
        left: 0.222601px;
    }

    #HEADLINE1398,
    #HEADLINE1399,
    #HEADLINE1400 {
        width: 47px;
    }

    #HEADLINE1398 {
        top: 87.9693px;
        left: 73.8712px;
    }

    #HEADLINE1399 {
        top: 89.1383px;
        left: 140.31px;
    }

    #HEADLINE1400 {
        top: 87.9693px;
        left: 208.34px;
    }

    #GROUP1434 {
        width: 401.593px;
        height: 429.872px;
        top: 547.116px;
        left: 3.20335px;
    }

    #GROUP1187,
    #IMAGE998 {
        width: 387.622px;
        height: 429.872px;
    }

    #GROUP1187 {
        left: 12.7426px;
    }

    #IMAGE998 > .ladi-image > .ladi-image-background {
        width: 387.622px;
        height: 469.872px;
    }

    #IMAGE998 > .ladi-image > .ladi-image-background,
    #IMAGE1285 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s700x800/5c7362c6c417ab07e5196b05/bndghjndgh-20210113022150.jpg");
    }

    #FORM999 {
        width: 313.28px;
        height: 261.634px;
        top: 140.706px;
        left: 37.414px;
    }

    #BUTTON1000 {
        width: 312.61px;
        height: 36.5499px;
        top: 225.084px;
        left: 0.669879px;
    }

    #BUTTON_TEXT1000 {
        top: 8.91899px;
    }

    #FORM_ITEM1001,
    #FORM_ITEM1003 {
        width: 312.61px;
        height: 44.5949px;
    }

    #FORM_ITEM1003 {
        top: 52.5228px;
        left: 0.669879px;
    }

    #FORM_ITEM1363 {
        width: 313.28px;
        height: 97.3077px;
        top: 106.848px;
    }

    #HEADLINE1401 {
        width: 312px;
        top: 17.2468px;
        left: 29.244px;
    }

    #HEADLINE1401 > .ladi-headline {
        text-align: left;
    }

    #LINE1369,
    #PARAGRAPH1409 {
        width: 390px;
    }

    #LINE1369 {
        top: 78.5507px;
        left: 11.5933px;
    }

    #PARAGRAPH1409 {
        top: 97.0392px;
        left: 0px;
    }

    #HEADLINE1402 {
        top: 46.2468px;
        left: 29.244px;
    }

    #HEADLINE1402 > .ladi-headline {
        font-size: 18px;
        text-align: left;
    }

    #SECTION1242 {
        height: 1351.27px;
    }

    #SECTION1242 > .ladi-section-background {
        background-image: url("https://w.ladicdn.com/s768x1351/5dccb67118ed7f6153f61977/11111-20190930020737-20230929035254-6egtr.jpg");
    }

    #GROUP1322,
    #BOX1323 {
        width: 64.891px;
        height: 64.891px;
    }

    #GROUP1322 {
        left: 15px;
        bottom: 6px;
    }

    #SHAPE1324 {
        width: 53.4564px;
        height: 53.4564px;
        top: 5.71714px;
        left: 5.71729px;
    }

    #SHAPE1325 {
        width: 28.4181px;
        height: 28.5601px;
        top: 18.1655px;
        left: 18.2366px;
    }

    #HEADLINE1360 {
        top: 1329.31px;
        left: 9.8763px;
    }

    #LINE1359 {
        width: 372px;
        top: 1312.31px;
        left: 24.0758px;
    }

    #FRAME1355 {
        top: 1176.55px;
        left: 129.076px;
    }

    #GROUP1341 {
        width: 338.908px;
        height: 139.56px;
        top: 348.012px;
        left: 18.6101px;
    }

    #HEADLINE1342,
    #HEADLINE1411 {
        width: 246px;
    }

    #GROUP1343 {
        width: 310.296px;
        top: 40.5px;
        left: 0.870785px;
    }

    #HEADLINE1344 {
        width: 269px;
        left: 41.5809px;
    }

    #SHAPE1345 {
        width: 28.8838px;
    }

    #GROUP1346 {
        width: 211.296px;
        height: 19px;
        top: 79.059px;
        left: 7.74157px;
    }

    #HEADLINE1347 {
        width: 184px;
        left: 27.5603px;
    }

    #SHAPE1348 {
        width: 16.056px;
        height: 18.4658px;
    }

    #GROUP1352 {
        width: 337.167px;
        height: 28px;
        top: 111.56px;
        left: 1.74157px;
    }

    #HEADLINE1353 {
        width: 293px;
        top: 2.30675px;
        left: 44.1666px;
    }

    #SHAPE1354 {
        width: 28px;
        height: 28px;
    }

    #HEADLINE1328 {
        top: 126.512px;
        left: 17.0772px;
    }

    #GROUP1329 {
        width: 371.467px;
        height: 42px;
        top: 189.012px;
        left: 16.6101px;
    }

    #SHAPE1330 {
        width: 20.8344px;
    }

    #HEADLINE1331 {
        width: 341px;
        left: 30.4936px;
    }

    #GROUP1332 {
        top: 241.798px;
        left: 18.6101px;
    }

    #GROUP1335,
    #SHAPE1336 {
        height: 22.5469px;
    }

    #GROUP1335 {
        top: 279.132px;
        left: 18.6101px;
    }

    #HEADLINE1337 {
        top: 2px;
    }

    #GROUP1338 {
        top: 312.465px;
        left: 16.6101px;
    }

    #IMAGE1386 {
        top: 5px;
        left: 106.078px;
    }

    #IMAGE1387,
    #IMAGE1387 > .ladi-image > .ladi-image-background {
        width: 49px;
    }

    #IMAGE1387 {
        top: 30.613px;
        left: 193.111px;
    }

    #IMAGE1387 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s350x350/5dccb67118ed7f6153f61977/saolaplanh-20230929035936-ul8k2.png");
    }

    #IMAGE1388,
    #IMAGE1388 > .ladi-image > .ladi-image-background {
        width: 157.066px;
        height: 59.4233px;
    }

    #IMAGE1388 {
        top: 1247.59px;
        left: 55.6213px;
    }

    #IMAGE1388 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s500x400/5dccb67118ed7f6153f61977/bo-cong-thuong-20230927071631-od6s1.png");
    }

    #IMAGE1389,
    #IMAGE1389 > .ladi-image > .ladi-image-background {
        width: 139.079px;
        height: 43.6667px;
    }

    #IMAGE1389 {
        top: 1255.47px;
        left: 244.451px;
    }

    #IMAGE1389 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s450x350/5dccb67118ed7f6153f61977/dmca_protected_16_120-20210514022559.png");
    }

    #GROUP1439 {
        width: 371.09px;
        top: 504.491px;
        left: 18.6099px;
    }

    #HEADLINE1403,
    #HEADLINE1415 {
        width: 354px;
    }

    #LIST_PARAGRAPH1373 {
        width: 366px;
        left: 5.08959px;
    }

    #IMAGE1390 {
        width: 400px;
        height: 21.8998px;
        top: 89.613px;
        left: 6.07718px;
    }

    #IMAGE1390 > .ladi-image > .ladi-image-background {
        width: 400px;
        height: 21.8997px;
        background-image: url("https://w.ladicdn.com/s750x350/5dccb67118ed7f6153f61977/y45-1558285235-removebg-preview-20230929041219-ijhme.png");
    }

    #GROUP1443,
    #GROUP1442,
    #BOX1411 {
        width: 65.2865px;
        height: 65.2865px;
    }

    #GROUP1443 {
        right: 15px;
        bottom: 6px;
    }

    #SHAPE1378 {
        width: 53.7821px;
        height: 53.7821px;
        top: 5.75199px;
        left: 5.75217px;
    }

    #IMAGE1391,
    #IMAGE1391 > .ladi-image > .ladi-image-background {
        width: 54.9707px;
        height: 54.9707px;
    }

    #IMAGE1391 {
        top: 5.15821px;
        left: 5.15788px;
    }

    #HEADLINE1411 {
        top: 657px;
        left: 20.6099px;
    }

    #HTML_CODE1361 {
        width: 376.467px;
        height: 187px;
        top: 698.978px;
        left: 18.61px;
    }

    #HEADLINE1415 {
        top: 926px;
        left: 19.1429px;
    }

    #HTML_CODE1362 {
        width: 373.533px;
        height: 172px;
        top: 957px;
        left: 18.61px;
    }

    #POPUP1283 {
        width: 406.069px;
        height: 487px;
    }

    #GROUP1284,
    #IMAGE1285,
    #IMAGE1285 > .ladi-image > .ladi-image-background {
        width: 387.413px;
        height: 470.45px;
    }

    #GROUP1284 {
        top: 8.65px;
        left: 9.0078px;
    }

    #FORM1286 {
        width: 362.444px;
        height: 284.786px;
        top: 146.901px;
        left: 17.822px;
    }

    #BUTTON1287 {
        width: 362.069px;
        height: 49.6109px;
        top: 235.175px;
    }

    #BUTTON_TEXT1287 {
        top: 8.92997px;
    }

    #FORM_ITEM1289,
    #FORM_ITEM1290 {
        width: 360.346px;
        height: 44.6498px;
    }

    #FORM_ITEM1290 {
        top: 57.5875px;
        left: 0.771775px;
    }

    #FORM_ITEM1364 {
        width: 362.444px;
    }

    #HEADLINE1407 {
        left: 103.034px;
    }

    #HEADLINE1408 {
        width: 370px;
        left: 18.0345px;
    }

    #HEADLINE1408 > .ladi-headline {
        font-size: 22px;
        text-align: center;
    }

    #LINE1370 {
        top: 89.5px;
        left: 9.0078px;
    }

    #PARAGRAPH1410 {
        width: 384px;
        top: 117px;
        left: 11.0345px;
    }

    #camon {
        width: 360px;
        height: 303px;
    }

    #GROUP1444,
    #BOX1412 {
        width: 360.5px;
        height: 301px;
    }

    #IMAGE1392 {
        width: 189.708px;
        height: 98px;
        top: 26px;
        left: 85.396px;
    }

    #IMAGE1392 > .ladi-image > .ladi-image-background {
        width: 189.708px;
        height: 98.4199px;
    }

    #HEADLINE1410 {
        top: 142.5px;
        left: 12.25px;
    }

    #PARAGRAPH1411 {
        width: 291px;
        top: 197px;
        left: 34.75px;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}
