
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

a {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-size: 12px;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background: #fff;
}

.ladi-loading {
    width: 80px;
    height: 80px;
    z-index: 900000000000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}

.ladi-loading div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: ladi-loading 1.2s linear infinite;
}

.ladi-loading div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}

.ladi-loading div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}

.ladi-loading div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}

.ladi-loading div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}

.ladi-loading div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}

.ladi-loading div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}

.ladi-loading div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}

.ladi-loading div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}

.ladi-loading div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}

.ladi-loading div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}

.ladi-loading div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}

.ladi-loading div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}

@keyframes ladi-loading {
    0%,
    100%,
    20%,
    80% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

.overflow-hidden {
    overflow: hidden;
}

.ladi-transition {
    transition: all 150ms linear 0s;
}

.opacity-0 {
    opacity: 0;
}

.height-0 {
    height: 0 !important;
}

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

.transition-collapse {
    transition: height 150ms linear 0s;
}

.transition-parent-collapse-height {
    transition: height 150ms linear 0s;
}

.transition-parent-collapse-top {
    transition: top 150ms linear 0s;
}

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

.ladipage-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000000000;
    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 h1 {
    background-color: rgba(6, 21, 40, 0.05);
    color: #000;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

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

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

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

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

.ladi-section .ladi-section-arrow-down {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 90000040;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

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

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

.ladi-element {
    position: absolute;
}

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

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

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

.ladi-carousel .ladi-carousel-arrow {
    position: absolute;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040;
}

.ladi-carousel .ladi-carousel-arrow-left {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.ladi-carousel .ladi-carousel-arrow-right {
    right: 5px;
}

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

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

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    transition: transform 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video {
    cursor: pointer;
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: url(https://w.ladicdn.com/source/ladipage-play.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
    position: absolute;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040;
}

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

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

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 90000040;
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow {
    top: calc(50% - (33px) / 2);
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
    left: 0;
    transform: rotate(180deg) scale(0.6);
    -webkit-transform: rotate(180deg) scale(0.6);
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
    right: 0;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
    left: 0;
    transform: rotate(180deg) scale(0.6);
    -webkit-transform: rotate(180deg) scale(0.6);
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
    right: 0;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow {
    left: calc(50% - (33px) / 2);
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left {
    top: 0;
    transform: scale(0.6) rotate(270deg);
    -webkit-transform: scale(0.6) rotate(270deg);
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right {
    bottom: 0;
    transform: scale(0.6) rotate(90deg);
    -webkit-transform: scale(0.6) rotate(90deg);
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
    top: 0;
    transform: scale(0.6) rotate(270deg);
    -webkit-transform: scale(0.6) rotate(270deg);
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
    bottom: 0;
    transform: scale(0.6) rotate(90deg);
    -webkit-transform: scale(0.6) rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

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

.ladi-table table {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

#SECTION_POPUP .popup-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9000000080;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.ladi-button:active {
    transform: translateY(2px);
    transition: transform 0.2s linear;
}

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

.ladi-button > .ladi-element {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: table;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ladi-button > .ladi-element .ladi-headline {
    display: table-cell;
    vertical-align: middle;
}

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

.ladi-collection.carousel {
    overflow: hidden;
}

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

.ladi-collection .ladi-collection-content .ladi-collection-item {
    display: block;
    position: relative;
    float: left;
}

.ladi-collection .ladi-collection-content .ladi-collection-page {
    float: left;
}

.ladi-collection .ladi-collection-arrow {
    position: absolute;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040;
}

.ladi-collection .ladi-collection-arrow-left {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

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

.ladi-collection .ladi-collection-button-next {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 90000040;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

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

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

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

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

.ladi-form > [data-quantity="true"] .ladi-form-item-container {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
    text-decoration: inherit;
}

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

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

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

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

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

.ladi-form .ladi-form-item-title-value {
    font-weight: 700;
    word-break: break-word;
}

.ladi-form .ladi-form-label-container {
    position: relative;
    width: 100%;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item {
    display: inline-block;
    cursor: pointer;
    position: relative;
    border-radius: 0 !important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.no-value {
    display: none !important;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
    opacity: 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-combobox .ladi-combobox-item-container {
    position: absolute;
    width: 100%;
    height: 100%;
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}

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

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item {
    width: 100%;
    height: 100%;
    position: absolute;
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
}

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control option {
    color: initial;
}

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    font-size: inherit;
    border: none;
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px !important;
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
}

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control:not([data-selected=""]) {
    text-decoration: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-cart .ladi-cart-quantity button:active {
    transform: translateY(2px);
    transition: transform 0.2s linear;
}

.ladi-cart .ladi-cart-quantity button span {
    font-size: 18px;
    position: relative;
    left: 0.5px;
}

.ladi-cart .ladi-cart-quantity button:first-child span {
    top: -1.2px;
}

.ladi-cart .ladi-cart-price {
    width: 100px;
    vertical-align: middle;
    text-align: right;
    padding: 0 10px 0 5px;
}

.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span {
    text-decoration: line-through;
    display: block;
    margin-bottom: 3px;
}

.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span.price-compare {
    text-decoration: none;
    color: #e85d04;
    font-weight: 700;
    margin-bottom: 0;
}

.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-title span.promotion-name {
    margin-top: 5px;
    display: block;
    word-break: break-word;
}

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

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

.ladi-cart .ladi-cart-action button:active {
    transform: translateY(2px);
    transition: transform 0.2s linear;
}

.ladi-cart .ladi-cart-action button span {
    font-size: 13px;
    position: relative;
    top: 0.5px;
}

.ladi-video {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

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

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

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

.ladi-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

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

.ladi-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.ladi-image .ladi-image-background {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ladi-headline {
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
}

.ladi-headline a {
    text-decoration: underline;
}

.ladi-paragraph {
    width: 100%;
    display: inline-block;
}

.ladi-paragraph a {
    text-decoration: underline;
}

.ladi-list-paragraph {
    width: 100%;
    display: inline-block;
}

.ladi-list-paragraph a {
    text-decoration: underline;
}

.ladi-list-paragraph ul li {
    position: relative;
    counter-increment: linum;
}

.ladi-list-paragraph ul li:before {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
}

.ladi-list-paragraph ul li:last-child {
    padding-bottom: 0 !important;
}

.ladi-line {
    position: relative;
}

.ladi-line .ladi-line-container {
    border-bottom: 0 !important;
    border-right: 0 !important;
    width: 100%;
    height: 100%;
}

a[data-action] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

a:visited {
    color: inherit;
}

a:link {
    color: inherit;
}

.button-unmute {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.button-unmute div {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
}

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

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

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

.ladi-hidden {
    display: none;
}

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

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

.lightbox-screen .lightbox-close {
    position: absolute;
    z-index: 9000000090;
    cursor: pointer;
}

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

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

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

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

.ladi-cart-number {
    position: absolute;
    top: -2px;
    right: -7px;
    background: #f36e36;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    border-radius: 100%;
}

.ladi-form-quantity {
    display: -webkit-inline-flex;
    display: inline-flex;
    border-color: inherit;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity .ladi-form-control {
    text-align: center;
    pointer-events: none;
    -moz-appearance: textfield;
    width: calc(100% - 45px);
    padding: 0;
    min-width: 24px;
    border-top: 1px hidden;
    border-bottom: 1px hidden;
    border-color: inherit;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-inner-spin-button,
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ladi-form-quantity button {
    border: 1px hidden;
    border-color: inherit;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 100%;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ladi-form-quantity button span {
    font-size: 18px;
    position: relative;
    left: 0.5px;
}

.ladi-form-quantity button:first-child span {
    top: -1.2px;
}

.ladi-form [data-variant="true"] select option[disabled] {
    background: #fff;
    color: #b8b8b8 !important;
}

.ladi-story-page-progress-bar {
    width: 100%;
    height: 25px;
    position: fixed;
    top: 0;
    left: 0;
}

.ladi-story-page-progress-bar-item {
    height: 100%;
    width: 100%;
    display: block;
    float: left;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
}

.ladi-story-page-progress-bar-item:before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    width: 100%;
    height: 4px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ladi-story-page-progress-bar-item.active:before {
    background: #fff;
}

.ladi-story-page-progress-bar-item span {
    background: #fff;
    border-radius: 10px;
    height: 4px;
    display: block;
    margin: auto 0;
    top: 0;
    bottom: 0;
    position: absolute;
    transition: width 0.3s linear;
    width: 0%;
}

.ladi-carousel .ladi-carousel-arrow,
.ladi-collection .ladi-collection-arrow,
.ladi-collection .ladi-collection-button-next,
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow,
.ladi-section .ladi-section-arrow-down {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#SECTION_POPUP .popup-close,
.lightbox-screen .lightbox-close {
    width: 18px;
    height: 18px;
    margin: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20148.1%20148.1%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M83.4%2C74l54.1-54.1c2.6-2.6%2C2.6-6.8%2C0-9.3c-2.6-2.6-6.8-2.6-9.3%2C0L74%2C64.7L20%2C10.5c-2.6-2.6-6.8-2.6-9.3%2C0c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3l54%2C54.1l-54.1%2C54.1c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3c2.6%2C2.6%2C6.8%2C2.6%2C9.3%2C0l54.1-54l54.1%2C54.1c1.3%2C1.3%2C3%2C1.9%2C4.7%2C1.9s3.4-0.6%2C4.7-1.9c1.3-1.3%2C2-3.1%2C2-4.9c0-1.7-0.8-3.4-2-4.6L83.4%2C74z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#BODY_BACKGROUND {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100vh !important;
}

#POPUP_BLOG .ladi-headline img,
#POPUP_BLOG .ladi-paragraph img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .ladi-fullwidth {
        width: 100vw !important;
        left: calc(-50vw + 50%) !important;
        box-sizing: border-box !important;
        transform: none !important;
    }

    .ladi-fullwidth .ladi-gallery-view-item {
        transition-duration: 1.5s;
    }
}

@media (max-width: 767px) {
    .ladi-element.ladi-auto-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100% !important;
        left: 0 !important;
        -webkit-overflow-scrolling: touch;
    }

    .ladi-section.ladi-auto-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .ladi-carousel .ladi-carousel-content {
        transition: left 0.3s ease-in-out;
    }

    .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
        transition: transform 0.3s ease-in-out;
    }

    #POPUP_BLOG .ladi-headline img,
    #POPUP_BLOG .ladi-paragraph img {
        height: auto !important;
    }
}

.ladi-notify-transition {
    transition: top 0.5s ease-in-out, bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.ladi-notify {
    padding: 5px;
    box-shadow: 0 0 1px rgba(64, 64, 64, 0.3), 0 8px 50px rgba(64, 64, 64, 0.05);
    border-radius: 40px;
    color: rgba(64, 64, 64, 1);
    background: rgba(250, 250, 250, 0.9);
    line-height: 1.6;
    width: 100%;
    height: 100%;
    font-size: 13px;
}

.ladi-notify .ladi-notify-image img {
    float: left;
    margin-right: 13px;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    pointer-events: none;
}

.ladi-notify .ladi-notify-title {
    font-size: 100%;
    height: 17px;
    overflow: hidden;
    font-weight: 700;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}

.ladi-notify .ladi-notify-content {
    font-size: 92.308%;
    height: 17px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    padding-top: 2px;
}

.ladi-notify .ladi-notify-time {
    line-height: 1.6;
    font-size: 84.615%;
    display: inline-block;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 155px);
    overflow: hidden;
}

.ladi-notify .ladi-notify-copyright {
    font-size: 76.9231%;
    margin-left: 2px;
    position: relative;
    padding: 0 5px;
    cursor: pointer;
    opacity: 0.6;
    display: inline-block;
    top: -4px;
}

.ladi-notify .ladi-notify-copyright svg {
    vertical-align: middle;
}

.ladi-notify .ladi-notify-copyright svg:not(:root) {
    overflow: hidden;
}

.ladi-notify .ladi-notify-copyright div {
    text-decoration: none;
    color: rgba(64, 64, 64, 1);
    display: inline;
}

.ladi-notify .ladi-notify-copyright strong {
    font-weight: 700;
}

.builder-container .ladi-notify {
    transition: unset;
}

.ladi-spin-lucky {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: 0 0 7px 0 rgba(64, 64, 64, 0.6), 0 8px 50px rgba(64, 64, 64, 0.3);
    background-repeat: no-repeat;
    background-size: cover;
}

.ladi-spin-lucky .ladi-spin-lucky-start {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20%;
    height: 20%;
    cursor: pointer;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
}

.ladi-spin-lucky .ladi-spin-lucky-start:hover {
    transform: scale(1.1);
}

.ladi-spin-lucky .ladi-spin-lucky-screen {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: transform 7s cubic-bezier(0.25, 0.1, 0, 1);
    -webkit-transition: transform 7s cubic-bezier(0.25, 0.1, 0, 1);
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    text-transform: inherit;
}

.ladi-spin-lucky .ladi-spin-lucky-screen:before {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.ladi-spin-lucky .ladi-spin-lucky-label {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 42%;
    padding-left: 12%;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    text-transform: inherit;
    line-height: 1.6;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 0 2px;
}

@media (min-width: 768px) {
    .ladi-section .ladi-container {
        width: 960px;
    }
}

@media (max-width: 767px) {
    .ladi-section .ladi-container {
        width: 420px;
    }
}

@font-face {
    font-family: "Raleway-Medium.ttf";
    src: url("https://w.ladicdn.com/596486701663abf2d493432e/raleway-medium-20210726072108.ttf") format("truetype");
}

@font-face {
    font-family: "Raleway-Black.ttf";
    src: url("https://w.ladicdn.com/596486701663abf2d493432e/raleway-black-20210726072044.ttf") format("truetype");
}

@font-face {
    font-family: "Raleway-Bold.ttf";
    src: url("https://w.ladicdn.com/596486701663abf2d493432e/raleway-bold-20210726072045.ttf") format("truetype");
}

@font-face {
    font-family: "Raleway-ExtraBold.ttf";
    src: url("https://w.ladicdn.com/596486701663abf2d493432e/raleway-extrabold-20210726072045.ttf") format("truetype");
}

body {
    font-family: "Open Sans", sans-serif;
}

@media (min-width: 768px) {
    #SECTION_POPUP {
        height: 0px;
    }

    #SECTION1 {
        height: 1096px;
    }

    #SECTION2 {
        height: 2144px;
    }

    #HEADLINE3 {
        width: 524px;
        top: 0px;
        left: 37.068px;
    }

    #HEADLINE3 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 17px;
        line-height: 1.6;
    }

    #HEADLINE4 {
        width: 452px;
        top: 0px;
        left: 37px;
    }

    #HEADLINE4 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 17px;
        line-height: 1.6;
    }

    #HEADLINE5 {
        width: 500px;
        top: 0px;
        left: 36.5px;
    }

    #HEADLINE5 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 17px;
        line-height: 1.6;
    }

    #HEADLINE6 {
        width: 480px;
        top: 294.727px;
        left: 398.932px;
    }

    #HEADLINE6 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(14, 152, 26);
        font-size: 51px;
        text-transform: uppercase;
        line-height: 1.2;
    }

    #SECTION9 {
        height: 1013.25px;
    }

    #HEADLINE11 {
        width: 960px;
        top: 61.7272px;
        left: 0px;
    }

    #HEADLINE11 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(36, 36, 36);
        font-size: 40px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE13 {
        width: 960px;
        top: 34.045px;
        left: 0px;
    }

    #HEADLINE13 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(36, 36, 36);
        font-size: 50px;
        text-align: center;
        line-height: 1.4;
    }

    #SECTION14 {
        height: 1045px;
    }

    #HEADLINE16 {
        width: 962px;
        top: 60.227px;
        left: -0.5px;
    }

    #HEADLINE16 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(255, 255, 255);
        font-size: 50px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE17 {
        width: 200px;
        top: 0px;
        left: 17px;
    }

    #HEADLINE17 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 27px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE18 {
        width: 234px;
        top: 95.5px;
        left: 0px;
    }

    #HEADLINE18 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(255, 255, 255);
        font-size: 17px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE19 {
        width: 346px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE19 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 27px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE20 {
        width: 234px;
        top: 95.5px;
        left: 56px;
    }

    #HEADLINE20 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(255, 255, 255);
        font-size: 17px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE21 {
        width: 180px;
        top: 0px;
        left: 27px;
    }

    #HEADLINE21 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 27px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE22 {
        width: 234px;
        top: 95.5px;
        left: 0px;
    }

    #HEADLINE22 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(255, 255, 255);
        font-size: 17px;
        text-align: center;
        line-height: 1.6;
    }

    #SECTION23 {
        height: 1024px;
    }

    #HEADLINE24 {
        width: 962px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE24 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(36, 36, 36);
        font-size: 50px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE25 {
        width: 380px;
        top: 0px;
        left: 39.5px;
    }

    #HEADLINE25 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 17px;
        line-height: 1.6;
    }

    #HEADLINE26 {
        width: 456px;
        top: 156px;
        left: 39.5px;
    }

    #HEADLINE26 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE27 {
        width: 430px;
        top: 320.5px;
        left: 39.5px;
    }

    #HEADLINE27 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 17px;
        line-height: 1.6;
    }

    #SECTION28 {
        height: 240px;
    }

    #HEADLINE29 {
        width: 962px;
        top: 14px;
        left: 0px;
    }

    #HEADLINE29 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 30px;
        text-align: center;
        line-height: 1.6;
    }

    #SECTION30 {
        height: 945.08px;
    }

    #SECTION32 {
        height: 312.08px;
    }

    #HEADLINE33 {
        width: 962px;
        top: 79.3181px;
        left: 0.5px;
    }

    #HEADLINE33 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(36, 36, 36);
        font-size: 30px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE38 {
        width: 960px;
        top: 42px;
        left: 0px;
    }

    #HEADLINE38 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(255, 255, 255);
        font-size: 60px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE39 {
        width: 500px;
        top: 883.307px;
        left: 9px;
    }

    #HEADLINE39 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(14, 152, 26);
        font-size: 51px;
        text-transform: uppercase;
        line-height: 1.2;
    }

    #HEADLINE40 {
        width: 480px;
        top: 1628.02px;
        left: 424.5px;
    }

    #HEADLINE40 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(14, 152, 26);
        font-size: 51px;
        text-transform: uppercase;
        line-height: 1.2;
    }

    #IMAGE42 {
        width: 484.17px;
        height: 435.5px;
        top: 1573.75px;
        left: -80.923px;
    }

    #IMAGE42 > .ladi-image > .ladi-image-background {
        width: 484.17px;
        height: 499.201px;
        top: 0px;
        left: 0px;
        background-image: url("/wp-content/themes/kiotviet/group-landingpage/quan-ly-ban-hang-da-kenh-kiotviet/800-1-20210803023607.png") !important;
    }

    #SHAPE43 {
        width: 20.1361px;
        height: 20.1361px;
        top: 6px;
        left: 0px;
    }

    #SHAPE43 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE44 {
        width: 20.1361px;
        height: 20.1361px;
        top: 85.75px;
        left: 0px;
    }

    #SHAPE44 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE45 {
        width: 20.1361px;
        height: 20.1361px;
        top: 166.68px;
        left: 0px;
    }

    #SHAPE45 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE49 {
        width: 20.1361px;
        height: 20.1361px;
        top: 4.931px;
        left: 0px;
    }

    #SHAPE49 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE50 {
        width: 20.1361px;
        height: 20.1361px;
        top: 84.931px;
        left: 0px;
    }

    #SHAPE50 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE51 {
        width: 20.1361px;
        height: 20.1361px;
        top: 166.931px;
        left: 0px;
    }

    #SHAPE51 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE52 {
        width: 20.1361px;
        height: 20.1361px;
        top: 245.931px;
        left: 0px;
    }

    #SHAPE52 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE56 {
        width: 20.1361px;
        height: 20.1361px;
        top: 5px;
        left: 0px;
    }

    #SHAPE56 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE57 {
        width: 20.1361px;
        height: 20.1361px;
        top: 84.432px;
        left: 0px;
    }

    #SHAPE57 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE58 {
        width: 20.1361px;
        height: 20.1361px;
        top: 163.932px;
        left: 0px;
    }

    #SHAPE58 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #IMAGE61 {
        width: 418.635px;
        height: 418.635px;
        top: 240.319px;
        left: -26.727px;
    }

    #IMAGE61 > .ladi-image > .ladi-image-background {
        width: 418.635px;
        height: 418.635px;
        top: 0px;
        left: 0px;
        background-image: url("/wp-content/themes/kiotviet/images/landing-page/2-20210803093021.png") !important;
    }

    #BOX62 {
        width: 720px;
        height: 358.954px;
        top: 300px;
        left: -552px;
    }

    #BOX62 > .ladi-box {
        background-color: rgb(14, 152, 26);
    }

    #BOX63 {
        width: 706px;
        height: 358.954px;
        top: 1650.3px;
        left: -547px;
    }

    #BOX63 > .ladi-box {
        background-color: rgb(14, 152, 26);
    }

    #BOX65 {
        width: 724px;
        height: 392.477px;
        top: 932.512px;
        left: 824px;
    }

    #BOX65 > .ladi-box {
        background-color: rgb(15, 152, 26);
    }

    #IMAGE66 {
        width: 462.977px;
        height: 462.977px;
        top: 862.012px;
        left: 482px;
    }

    #IMAGE66 > .ladi-image > .ladi-image-background {
        width: 462.977px;
        height: 462.977px;
        top: 0px;
        left: 0px;
        background-image: url("/wp-content/themes/kiotviet/group-landingpage/quan-ly-ban-hang-da-kenh-kiotviet/800-3-20210803032808.png") !important;
    }

    #IMAGE68 {
        width: 2055px;
        height: 1096px;
        top: 0px;
        left: -559px;
    }

    #IMAGE68 > .ladi-image > .ladi-image-background {
        width: 2055px;
        height: 1104px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s2400x1450/596486701663abf2d493432e/bg-20210803023516.jpg") !important;
    }

    #HEADLINE69 {
        width: 960px;
        top: 138px;
        left: 0px;
    }

    #HEADLINE69 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 37px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE72 {
        width: 776px;
        top: 804px;
        left: 92.5px;
    }

    #HEADLINE72 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(255, 255, 255);
        font-size: 20px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE81 {
        width: 504px;
        top: 447.5px;
        left: -503px;
    }

    #HEADLINE81 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(42, 163, 52);
        font-size: 100px;
        text-align: right;
        line-height: 1;
    }

    #HEADLINE82 {
        width: 504px;
        top: 1796.25px;
        left: -504px;
    }

    #HEADLINE82 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(42, 163, 52);
        font-size: 100px;
        text-transform: uppercase;
        text-align: right;
        line-height: 1;
    }

    #HEADLINE83 {
        width: 504px;
        top: 1079.99px;
        left: 965px;
    }

    #HEADLINE83 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(42, 163, 52);
        font-size: 100px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.2;
    }

    #IMAGE84 {
        width: 927px;
        height: 927px;
        top: -76.136px;
        left: -16.5px;
    }

    #IMAGE84 > .ladi-image > .ladi-image-background {
        width: 927px;
        height: 927px;
        top: 0px;
        left: 0px;
        background-image: url("/wp-content/themes/kiotviet/group-landingpage/quan-ly-ban-hang-da-kenh-kiotviet/1250-10-copy-20210804023620-20210830080807.png") !important;
    }

    #IMAGE84.ladi-animation > .ladi-image {
        animation-name: bounceIn;
        -webkit-animation-name: bounceIn;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #IMAGE85 {
        width: 2136px;
        height: 1051px;
        top: -6px;
        left: -645px;
    }

    #IMAGE85 > .ladi-image > .ladi-image-background {
        width: 2136px;
        height: 1245px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s2450x1550/596486701663abf2d493432e/bg-20210803023516.jpg") !important;
    }

    #IMAGE87 {
        width: 984.5px;
        height: 656.333px;
        top: 249.902px;
        left: -240.5px;
    }

    #IMAGE87 > .ladi-image > .ladi-image-background {
        width: 984.5px;
        height: 656.333px;
        top: 0px;
        left: 0px;
        background-image: url("/wp-content/themes/kiotviet/group-landingpage/quan-ly-ban-hang-da-kenh-kiotviet/1300-dt2-20210803070604.png") !important;
    }

    #IMAGE87 > .ladi-image {
        filter: contrast(120%);
    }

    #SHAPE88 {
        width: 22.3486px;
        height: 23.6466px;
        top: 0px;
        left: 0px;
    }

    #SHAPE88 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE89 {
        width: 22.3486px;
        height: 23.6466px;
        top: 27.359px;
        left: 0px;
    }

    #SHAPE89 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE90 {
        width: 22.3486px;
        height: 23.6466px;
        top: 53.006px;
        left: 0px;
    }

    #SHAPE90 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE91 {
        width: 22.3486px;
        height: 23.6466px;
        top: 79.653px;
        left: 0px;
    }

    #SHAPE91 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #GROUP92 {
        width: 22.3486px;
        height: 103.3px;
        top: 2px;
        left: 0px;
    }

    #SHAPE94 {
        width: 22.3486px;
        height: 23.6466px;
        top: 156px;
        left: 0px;
    }

    #SHAPE94 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE95 {
        width: 22.3486px;
        height: 23.6466px;
        top: 183.359px;
        left: 0px;
    }

    #SHAPE95 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE96 {
        width: 22.3486px;
        height: 23.6466px;
        top: 209.006px;
        left: 0px;
    }

    #SHAPE96 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE97 {
        width: 22.3486px;
        height: 23.6466px;
        top: 235.653px;
        left: 0px;
    }

    #SHAPE97 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE99 {
        width: 22.3486px;
        height: 23.6466px;
        top: 322.5px;
        left: 0px;
    }

    #SHAPE99 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE100 {
        width: 22.3486px;
        height: 23.6466px;
        top: 349.859px;
        left: 0px;
    }

    #SHAPE100 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE101 {
        width: 22.3486px;
        height: 23.6466px;
        top: 376.506px;
        left: 0px;
    }

    #SHAPE101 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE102 {
        width: 22.3486px;
        height: 23.6466px;
        top: 753.471px;
        left: 453px;
    }

    #SHAPE102 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #HEADLINE104 {
        width: 962px;
        top: 91.667px;
        left: 0px;
    }

    #HEADLINE104 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(36, 36, 36);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
    }

    #GROUP106 {
        width: 962px;
        height: 187.667px;
        top: 45.833px;
        left: 0px;
    }

    #HEADLINE107 {
        width: 960px;
        top: 122.5px;
        left: 0px;
    }

    #HEADLINE107 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(36, 36, 36);
        font-size: 50px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE109 {
        width: 960px;
        top: 179.5px;
        left: 0px;
    }

    #HEADLINE109 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 24px;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE110 {
        width: 2069.3px;
        height: 945.08px;
        top: 0px;
        left: -561px;
    }

    #IMAGE110 > .ladi-image > .ladi-image-background {
        width: 2069.3px;
        height: 1345.89px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s2400x1650/596486701663abf2d493432e/bg-20210803023516.jpg") !important;
    }

    #HEADLINE111 {
        width: 962px;
        top: 53.5px;
        left: 0px;
    }

    #HEADLINE111 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(255, 255, 255);
        font-size: 50px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE111.ladi-animation > .ladi-headline {
        animation-name: bounceIn;
        -webkit-animation-name: bounceIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BUTTON_TEXT126 {
        width: 277px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT126 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(14, 152, 26);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON126 {
        width: 320.941px;
        height: 62px;
        top: 946.5px;
        left: 319.529px;
    }

    #BUTTON126 > .ladi-button > .ladi-button-background {
        background-color: rgb(255, 255, 255);
    }

    #BUTTON126 > .ladi-button {
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 65px;
    }

    #BUTTON_TEXT128 {
        width: 264px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT128 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(14, 152, 26);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON128 {
        width: 320.941px;
        height: 62px;
        top: 241.75px;
        left: 313.18px;
    }

    #BUTTON128 > .ladi-button > .ladi-button-background {
        background-color: rgb(255, 255, 255);
    }

    #BUTTON128 > .ladi-button {
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 65px;
    }

    #BUTTON_TEXT130 {
        width: 278px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT130 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON130 {
        width: 320.941px;
        height: 62px;
        top: 2027.25px;
        left: 424.5px;
    }

    #BUTTON130 > .ladi-button > .ladi-button-background {
        background-color: rgb(14, 152, 26);
    }

    #BUTTON130 > .ladi-button {
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 65px;
    }

    #BUTTON_TEXT132 {
        width: 288px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT132 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON132 {
        width: 320.941px;
        height: 62px;
        top: 908.166px;
        left: 319.529px;
    }

    #BUTTON132 > .ladi-button > .ladi-button-background {
        background-color: rgb(14, 152, 26);
    }

    #BUTTON132 > .ladi-button {
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 65px;
    }

    #BUTTON_TEXT134 {
        width: 288px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT134 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(14, 152, 26);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON134 {
        width: 320.941px;
        height: 62px;
        top: 135.5px;
        left: 320.03px;
    }

    #BUTTON134 > .ladi-button > .ladi-button-background {
        background-color: rgb(228, 228, 228);
    }

    #BUTTON134 > .ladi-button {
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 65px;
    }

    #BUTTON_TEXT136 {
        width: 320px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT136 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON136 {
        width: 320.941px;
        height: 62px;
        top: 869.5px;
        left: 320.029px;
    }

    #BUTTON136 > .ladi-button > .ladi-button-background {
        background-color: rgb(14, 152, 26);
    }

    #BUTTON136 > .ladi-button {
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 65px;
    }

    #SECTION195 {
        height: 46.3px;
    }

    #IMAGE196 {
        width: 89px;
        height: 84px;
        top: -16.1px;
        left: 429px;
    }

    #IMAGE196 > .ladi-image > .ladi-image-background {
        width: 89px;
        height: 89px;
        top: -5px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/logo-moi-1-20210727044833.png") !important;
    }

    #BOX197 {
        width: 2047px;
        height: 51.8px;
        top: 0px;
        left: -550px;
    }

    #BOX197 > .ladi-box {
        background: #fdfbfb;
        background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
        background: linear-gradient(180deg, #fdfbfb, #eaedee);
    }

    #GROUP202 {
        width: 233px;
        height: 203.5px;
        top: 782.864px;
        left: 0px;
    }

    #GROUP203 {
        width: 345px;
        height: 203.5px;
        top: 782.864px;
        left: 308px;
    }

    #GROUP204 {
        width: 233px;
        height: 203.5px;
        top: 782.864px;
        left: 727px;
    }

    #GROUP207 {
        width: 495.5px;
        height: 455.5px;
        top: 350.318px;
        left: 453px;
    }

    #HEADLINE213 {
        width: 154px;
        top: 232.05px;
        left: 0.5px;
    }

    #HEADLINE213 > .ladi-headline {
        font-family: "Alfa Slab One", cursive;
        color: rgb(255, 255, 255);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
    }

    #IMAGE235 {
        width: 863.28px;
        height: 634px;
        top: 205px;
        left: 37.86px;
    }

    #IMAGE235 > .ladi-image > .ladi-image-background {
        width: 863.28px;
        height: 578.398px;
        top: 0px;
        left: 0px;
        background-image: url("/wp-content/themes/kiotviet/group-landingpage/quan-ly-ban-hang-da-kenh-kiotviet/1200-5-20210803034215.png") !important;
    }

    #BUTTON_TEXT239 {
        width: 278px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT239 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON239 {
        width: 320.941px;
        height: 62px;
        top: 704.7px;
        left: 399.529px;
    }

    #BUTTON239 > .ladi-button > .ladi-button-background {
        background-color: rgb(14, 152, 26);
    }

    #BUTTON239 > .ladi-button {
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 65px;
    }

    #BUTTON_TEXT243 {
        width: 278px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT243 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON243 {
        width: 320.941px;
        height: 62px;
        top: 1444.7px;
        left: 9px;
    }

    #BUTTON243 > .ladi-button > .ladi-button-background {
        background-color: rgb(14, 152, 26);
    }

    #BUTTON243 > .ladi-button {
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 65px;
    }

    #SECTION247 {
        height: 926.2px;
    }

    #HEADLINE250 {
        width: 962px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE250 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(36, 36, 36);
        font-size: 50px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE251 {
        width: 962px;
        top: 91.667px;
        left: 0px;
    }

    #HEADLINE251 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(36, 36, 36);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
    }

    #GROUP249 {
        width: 962px;
        height: 187.667px;
        top: 44.617px;
        left: -1px;
    }

    #IMAGE256 {
        width: 858.195px;
        height: 550.229px;
        top: 0px;
        left: 28px;
    }

    #IMAGE256 > .ladi-image > .ladi-image-background {
        width: 858.195px;
        height: 550.229px;
        top: 0px;
        left: 0px;
        background-image: url("/wp-content/themes/kiotviet/group-landingpage/quan-ly-ban-hang-da-kenh-kiotviet/s1200x900_dsc_8609-1-20210114041538.png") !important;
    }

    #SHAPE257 {
        width: 62px;
        height: 62px;
        top: 153.529px;
        left: 741.195px;
    }

    #SHAPE257 > .ladi-shape {
        transform: rotate(-22deg);
        -webkit-transform: rotate(-22deg);
    }

    #SHAPE257 svg:last-child {
        fill: rgba(11, 92, 22, 1);
    }

    #SHAPE258 {
        width: 79px;
        height: 80px;
        top: 343.529px;
        left: 77.945px;
    }

    #SHAPE258 > .ladi-shape {
        transform: perspective(1000px) rotate(24deg) rotateY(180deg);
        -webkit-transform: perspective(1000px) rotate(24deg) rotateY(180deg);
    }

    #SHAPE258 svg:last-child {
        fill: rgba(11, 92, 22, 1);
    }

    #HEADLINE259 {
        width: 130px;
        top: 146.529px;
        left: 787.195px;
    }

    #HEADLINE259 > .ladi-headline {
        font-family: "Literata", serif;
        color: rgb(0, 0, 0);
        font-size: 21px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE260 {
        width: 130px;
        top: 299.529px;
        left: 0px;
    }

    #HEADLINE260 > .ladi-headline {
        font-family: "Literata", serif;
        color: rgb(0, 0, 0);
        font-size: 21px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE261 {
        width: 130px;
        top: 255.114px;
        left: 140.195px;
    }

    #HEADLINE261 > .ladi-headline {
        font-family: "Literata", serif;
        color: rgb(0, 0, 0);
        font-size: 21px;
        text-align: center;
        line-height: 1.4;
    }

    #SHAPE262 {
        width: 80px;
        height: 80px;
        top: 14px;
        left: 269.195px;
    }

    #SHAPE262 svg:last-child {
        fill: rgba(11, 92, 22, 1);
    }

    #HEADLINE263 {
        width: 208px;
        top: 64.529px;
        left: 91.945px;
    }

    #HEADLINE263 > .ladi-headline {
        font-family: "Literata", serif;
        color: rgb(0, 0, 0);
        font-size: 21px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE264 {
        width: 208px;
        top: 450.529px;
        left: 738.195px;
    }

    #HEADLINE264 > .ladi-headline {
        font-family: "Literata", serif;
        color: rgb(0, 0, 0);
        font-size: 21px;
        text-align: center;
        line-height: 1.4;
    }

    #SHAPE265 {
        width: 58px;
        height: 58px;
        top: 293.529px;
        left: 248.195px;
    }

    #SHAPE265 > .ladi-shape {
        transform: perspective(1000px) rotate(36deg) rotateX(180deg) rotateY(180deg);
        -webkit-transform: perspective(1000px) rotate(36deg) rotateX(180deg) rotateY(180deg);
    }

    #SHAPE265 svg:last-child {
        fill: rgba(11, 92, 22, 1);
    }

    #GROUP255 {
        width: 945.195px;
        height: 550.229px;
        top: 271.836px;
        left: 7.9025px;
    }

    #IMAGE273 {
        width: 233.096px;
        height: 476.652px;
        top: 454.063px;
        left: 707.875px;
    }

    #IMAGE273 > .ladi-image > .ladi-image-background {
        width: 233.096px;
        height: 476.652px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x800/596486701663abf2d493432e/11-20210803074127-20210830064337.png") !important;
    }

    #HEADLINE274 {
        width: 962px;
        top: 352.75px;
        left: 0px;
    }

    #HEADLINE274 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 30px;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE277 {
        width: 213px;
        height: 52.3979px;
        top: 235.523px;
        left: 0px;
    }

    #IMAGE277 > .ladi-image > .ladi-image-background {
        width: 213px;
        height: 53.6737px;
        top: -1.27584px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x400/596486701663abf2d493432e/kiotviet-ban-hang-online-20210830041439.png") !important;
    }

    #IMAGE278 {
        width: 206.358px;
        height: 52px;
        top: 144.383px;
        left: 0px;
    }

    #IMAGE278 > .ladi-image > .ladi-image-background {
        width: 206.358px;
        height: 52px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x400/596486701663abf2d493432e/kiotviet-menu-order-20210830041439.png") !important;
    }

    #IMAGE280 {
        width: 206.358px;
        height: 52px;
        top: 48.383px;
        left: 0px;
    }

    #IMAGE280 > .ladi-image > .ladi-image-background {
        width: 206.358px;
        height: 52px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x400/596486701663abf2d493432e/kiotviet-quan-ly-nha-hang-20210830041439.png") !important;
    }

    #IMAGE281 {
        width: 190.621px;
        height: 52px;
        top: 48.383px;
        left: 0px;
    }

    #IMAGE281 > .ladi-image > .ladi-image-background {
        width: 190.621px;
        height: 52.1357px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x400/596486701663abf2d493432e/kiotviet-quan-ly-ban-hang-20210830040502.png") !important;
    }

    #IMAGE282 {
        width: 192.707px;
        height: 52px;
        top: 144.383px;
        left: 0px;
    }

    #IMAGE282 > .ladi-image > .ladi-image-background {
        width: 192.707px;
        height: 53.8043px;
        top: -0.799999px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x400/596486701663abf2d493432e/kiotviet-ban-hang-20210830040856.png") !important;
    }

    #BOX283 {
        width: 2069.3px;
        height: 433px;
        top: 504.08px;
        left: -561px;
    }

    #BOX283 > .ladi-box {
        background-color: rgb(255, 255, 255);
    }

    #HEADLINE285 {
        width: 166px;
        top: 106.383px;
        left: 0px;
    }

    #HEADLINE285 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: left;
        line-height: 1.4;
    }

    #HEADLINE286 {
        width: 182px;
        top: 202.383px;
        left: 0px;
    }

    #HEADLINE286 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: left;
        line-height: 1.4;
    }

    #HEADLINE287 {
        width: 254px;
        top: 296.722px;
        left: 0px;
    }

    #HEADLINE287 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: left;
        line-height: 1.4;
    }

    #HEADLINE291 {
        width: 276px;
        top: 106.383px;
        left: 0px;
    }

    #HEADLINE291 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: left;
        line-height: 1.4;
    }

    #HEADLINE292 {
        width: 216px;
        top: 202.383px;
        left: 0px;
    }

    #HEADLINE292 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: left;
        line-height: 1.4;
    }

    #HEADLINE294 {
        width: 264px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE294 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: left;
        line-height: 1.6;
    }

    #IMAGE296 {
        width: 302.247px;
        height: 41.3846px;
        top: 873.558px;
        left: 202.742px;
    }

    #IMAGE296 > .ladi-image > .ladi-image-background {
        width: 302.247px;
        height: 41.3846px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s650x350/596486701663abf2d493432e/app-play-store-20210830071239.png") !important;
    }

    #HEADLINE295 {
        width: 276px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE295 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 17px;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP298 {
        width: 263px;
        height: 318.722px;
        top: 533.028px;
        left: 91.366px;
    }

    #GROUP299 {
        width: 276px;
        height: 224.383px;
        top: 533.028px;
        left: 398.65px;
    }

    #IMAGE300 {
        width: 116.267px;
        height: 34.88px;
        top: 39.4381px;
        left: 422.866px;
    }

    #IMAGE300 > .ladi-image > .ladi-image-background {
        width: 116.267px;
        height: 116.267px;
        top: -31.9733px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x450/596486701663abf2d493432e/logo-moi-20210828032336.png") !important;
    }

    #HEADLINE304 {
        width: 72px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE304 > .ladi-headline {
        color: rgb(35, 159, 29);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE305 {
        width: 128px;
        top: 45.8578px;
        left: 0px;
    }

    #HEADLINE305 > .ladi-headline {
        color: rgb(67, 67, 67);
        font-size: 18px;
        line-height: 1.2;
    }

    #GROUP303 {
        width: 127.514px;
        height: 88.6946px;
        top: 0.986602px;
        left: 124.474px;
    }

    #SHAPE306 {
        width: 105.476px;
        height: 105.476px;
        top: 0px;
        left: 0px;
    }

    #SHAPE306 svg:last-child {
        fill: rgba(57, 169, 55, 1);
    }

    #GROUP302 {
        width: 251.988px;
        height: 105.476px;
        top: 163.695px;
        left: 703.282px;
    }

    #HEADLINE309 {
        width: 72px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE309 > .ladi-headline {
        color: rgb(57, 169, 55);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE310 {
        width: 96px;
        top: 45.8586px;
        left: 0px;
    }

    #HEADLINE310 > .ladi-headline {
        color: rgb(67, 67, 67);
        font-size: 18px;
        line-height: 1.2;
    }

    #GROUP308 {
        width: 96.632px;
        height: 88.6955px;
        top: 9.49484px;
        left: 124.467px;
    }

    #SHAPE311 {
        width: 124.467px;
        height: 124.467px;
        top: 0px;
        left: 0px;
    }

    #SHAPE311 svg:last-child {
        fill: rgba(57, 169, 55, 1);
    }

    #GROUP307 {
        width: 221.099px;
        height: 124.467px;
        top: 154.199px;
        left: 344.327px;
    }

    #HEADLINE314 {
        width: 148px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE314 > .ladi-headline {
        color: rgb(57, 169, 55);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE315 {
        width: 104px;
        top: 45.8585px;
        left: 0px;
    }

    #HEADLINE315 > .ladi-headline {
        color: rgb(67, 67, 67);
        font-size: 18px;
        line-height: 1.2;
    }

    #GROUP313 {
        width: 148.435px;
        height: 87.6992px;
        top: 0px;
        left: 115.188px;
    }

    #SHAPE316 {
        width: 95.536px;
        height: 94.3466px;
        top: 9.16645px;
        left: 0px;
    }

    #SHAPE316 svg:last-child {
        fill: rgba(57, 169, 55, 1);
    }

    #GROUP312 {
        width: 263.623px;
        height: 103.513px;
        top: 169.086px;
        left: 6.115px;
    }

    #SHAPE320 {
        width: 19.8507px;
        height: 26.732px;
        top: 0px;
        left: 0px;
    }

    #SHAPE320 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE324 {
        width: 19.8507px;
        height: 26.732px;
        top: 0px;
        left: 26.2486px;
    }

    #SHAPE324 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE325 {
        width: 19.8507px;
        height: 26.732px;
        top: 0px;
        left: 51.6476px;
    }

    #SHAPE325 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #GROUP326 {
        width: 71.4983px;
        height: 26.732px;
        top: 890.065px;
        left: 444.751px;
    }

    #SHAPE234 {
        width: 26.623px;
        height: 26.623px;
        top: 22px;
        left: 13.5px;
    }

    #SHAPE234 svg:last-child {
        fill: rgba(57, 169, 55, 1);
    }

    #HEADLINE233 {
        width: 200px;
        top: 22px;
        left: 44px;
    }

    #HEADLINE233 > .ladi-headline {
        color: rgb(57, 169, 55);
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE232 {
        width: 202px;
        top: 62.5px;
        left: 13.5px;
    }

    #HEADLINE232 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: justify;
        line-height: 1.6;
    }

    #BOX231 {
        width: 237px;
        height: 169px;
        top: 0px;
        left: 0px;
    }

    #BOX231 > .ladi-box {
        box-shadow: 14px 15px 10px -20px #000;
        -webkit-box-shadow: 14px 15px 10px -20px #000;
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
    }

    #GROUP230 {
        width: 244px;
        height: 169px;
        top: 48px;
        left: 723px;
    }

    #SHAPE229 {
        width: 29.2988px;
        height: 22.0933px;
        top: 22px;
        left: 11.5px;
    }

    #SHAPE229 svg:last-child {
        fill: rgba(57, 169, 55, 1);
    }

    #HEADLINE228 {
        width: 170px;
        top: 22px;
        left: 49.5px;
    }

    #HEADLINE228 > .ladi-headline {
        color: rgb(57, 169, 55);
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE227 {
        width: 210px;
        top: 62.5px;
        left: 11.5px;
    }

    #HEADLINE227 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: justify;
        line-height: 1.6;
    }

    #BOX226 {
        width: 228px;
        height: 169px;
        top: 0px;
        left: 0px;
    }

    #BOX226 > .ladi-box {
        box-shadow: 14px 15px 10px -20px #000;
        -webkit-box-shadow: 14px 15px 10px -20px #000;
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
    }

    #GROUP225 {
        width: 228px;
        height: 169px;
        top: 48px;
        left: 482px;
    }

    #SHAPE224 {
        width: 25.1975px;
        height: 30.6403px;
        top: 18.623px;
        left: 11.5px;
    }

    #SHAPE224 svg:last-child {
        fill: rgba(57, 169, 55, 1);
    }

    #HEADLINE223 {
        width: 188px;
        top: 22px;
        left: 49px;
    }

    #HEADLINE223 > .ladi-headline {
        color: rgb(57, 169, 55);
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE222 {
        width: 210px;
        top: 62.5px;
        left: 11.5px;
    }

    #HEADLINE222 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: justify;
        line-height: 1.6;
    }

    #BOX221 {
        width: 228px;
        height: 169px;
        top: 0px;
        left: 0px;
    }

    #BOX221 > .ladi-box {
        box-shadow: 14px 15px 10px -20px #000;
        -webkit-box-shadow: 14px 15px 10px -20px #000;
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
    }

    #GROUP220 {
        width: 237px;
        height: 169px;
        top: 48px;
        left: 241px;
    }

    #SHAPE219 {
        width: 24.9137px;
        height: 30.7542px;
        top: 18.623px;
        left: 13px;
    }

    #SHAPE219 svg:last-child {
        fill: rgba(57, 169, 55, 1);
    }

    #HEADLINE218 {
        width: 78px;
        top: 22px;
        left: 47.5px;
    }

    #HEADLINE218 > .ladi-headline {
        color: rgb(57, 169, 55);
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE217 {
        width: 216px;
        top: 62.5px;
        left: 13px;
    }

    #HEADLINE217 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: justify;
        line-height: 1.6;
    }

    #BOX216 {
        width: 228px;
        height: 169px;
        top: 0px;
        left: 0px;
    }

    #BOX216 > .ladi-box {
        box-shadow: 14px 15px 10px -20px #000;
        -webkit-box-shadow: 14px 15px 10px -20px #000;
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
    }

    #GROUP215 {
        width: 229px;
        height: 169px;
        top: 48px;
        left: 0px;
    }

    #SECTION214 {
        height: 270px;
    }

    #BOX331 {
        width: 2069.3px;
        height: 270px;
        top: 0px;
        left: -561px;
    }

    #BOX331 > .ladi-box {
        background: #fdfbfb;
        background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
        background: linear-gradient(180deg, #fdfbfb, #eaedee);
    }

    #SHAPE317 {
        width: 20.1361px;
        height: 20.1361px;
        top: 326.14px;
        left: 0px;
    }

    #SHAPE317 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #GROUP335 {
        width: 489px;
        height: 378px;
        top: 1027.99px;
        left: 9px;
    }

    #GROUP336 {
        width: 561.068px;
        height: 213px;
        top: 456px;
        left: 398.932px;
    }

    #GROUP337 {
        width: 536.5px;
        height: 218px;
        top: 1775.02px;
        left: 424.5px;
    }

    #LINE338 {
        width: 204px;
        top: 0px;
        left: 0px;
        display: none !important;
    }

    #LINE338 > .ladi-line > .ladi-line-container {
        border-top: 1px solid rgb(183, 183, 183);
        border-right: 1px solid rgb(183, 183, 183);
        border-bottom: 1px solid rgb(183, 183, 183);
        border-left: 0px !important;
    }

    #LINE338 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

    #LINE293 {
        height: 272px;
        top: 581.411px;
        left: 345.365px;
    }

    #LINE293 > .ladi-line > .ladi-line-container {
        border-top: 0px !important;
        border-right: 1px solid rgb(184, 184, 184);
        border-bottom: 1px solid rgb(184, 184, 184);
        border-left: 1px solid rgb(184, 184, 184);
    }

    #LINE293 > .ladi-line {
        height: 100%;
        padding: 0px 8px;
    }

    #BOX417 {
        width: 492px;
        height: 535.429px;
        top: 0px;
        left: 1428px;
    }

    #BOX417 > .ladi-box {
        background-color: rgb(234, 253, 235);
    }

    #BOX419 {
        width: 496px;
        height: 535.429px;
        top: 0px;
        left: 0px;
    }

    #BOX419 > .ladi-box {
        background-color: rgb(234, 253, 235);
    }

    #HEADLINE420 {
        width: 399px;
        top: 162.889px;
        left: 42.7869px;
    }

    #HEADLINE420 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(14, 152, 26);
        font-size: 25px;
        line-height: 1.6;
    }

    #GROUP418 {
        width: 496px;
        height: 535.429px;
        top: 0px;
        left: 3344px;
    }

    #BOX423 {
        width: 527px;
        height: 535.429px;
        top: 0px;
        left: 0px;
    }

    #BOX423 > .ladi-box {
        background-color: rgb(234, 253, 235);
    }

    #HEADLINE424 {
        width: 437px;
        top: 167.215px;
        left: 31.8576px;
    }

    #HEADLINE424 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(14, 152, 26);
        font-size: 25px;
        line-height: 1.6;
    }

    #GROUP422 {
        width: 527px;
        height: 535.429px;
        top: 0px;
        left: 0px;
    }

    #GROUP421 {
        width: 527px;
        height: 535.429px;
        top: 0px;
        left: 4273px;
    }

    #IMAGE428 {
        width: 472px;
        height: 605.646px;
        top: -70.217px;
        left: 0px;
    }

    #IMAGE428 > .ladi-image > .ladi-image-background {
        width: 472px;
        height: 605.646px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s800x950/596486701663abf2d493432e/luul6515-20210803083953.jpg") !important;
    }

    #IMAGE429 {
        width: 468px;
        height: 535.429px;
        top: 0px;
        left: 960px;
    }

    #IMAGE429 > .ladi-image > .ladi-image-background {
        width: 531.163px;
        height: 535.429px;
        top: 0px;
        left: -61.1626px;
        background-image: url("/wp-content/themes/kiotviet/images/landing-page/screenshot-at-aug-03-15-45-16-copy-20210803084616.jpg") !important;
    }

    #IMAGE429 > .ladi-image {
        filter: contrast(107%) brightness(107%);
    }

    #IMAGE430 {
        width: 466px;
        height: 596.907px;
        top: -61.478px;
        left: 1920px;
    }

    #IMAGE430 > .ladi-image > .ladi-image-background {
        width: 470px;
        height: 707.357px;
        top: 0px;
        left: 0px;
        background-image: url("/wp-content/themes/kiotviet/images/landing-page/tp0-20210803085113.jpg") !important;
    }

    #IMAGE432 {
        width: 433px;
        height: 535.429px;
        top: 0px;
        left: 3840px;
    }

    #IMAGE432 > .ladi-image > .ladi-image-background {
        width: 558.854px;
        height: 535.429px;
        top: 0.000018px;
        left: -56px;
        background-image: url("/wp-content/themes/kiotviet/images/landing-page/596486701663abf2d493432e/banhangdakenh_compressed.png") !important;
    }

    #IMAGE433 {
        width: 464px;
        height: 551.617px;
        top: -8.094px;
        left: 2880px;
    }

    #IMAGE433 > .ladi-image > .ladi-image-background {
        width: 1440.96px;
        height: 551.618px;
        top: -0.0005px;
        left: -647px;
        background-image: url("/wp-content/themes/kiotviet/images/landing-page/ba-gia-20210504045758.jpg") !important;
    }

    #BOX434 {
        width: 488px;
        height: 535.429px;
        top: 0px;
        left: 472px;
    }

    #BOX434 > .ladi-box {
        background-color: rgb(234, 253, 235);
    }

    #HEADLINE435 {
        width: 383px;
        top: 159.714px;
        left: 514.5px;
    }

    #HEADLINE435 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(14, 152, 26);
        font-size: 25px;
        line-height: 1.6;
    }

    #LINE436 {
        width: 351px;
        top: 123px;
        left: 514.5px;
    }

    #LINE436 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(84, 84, 84);
        border-right: 2px solid rgb(84, 84, 84);
        border-bottom: 2px solid rgb(84, 84, 84);
        border-left: 0px !important;
    }

    #LINE436 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

    #HEADLINE437 {
        width: 404px;
        top: 63px;
        left: 514.5px;
    }

    #HEADLINE437 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(84, 84, 84);
        font-size: 35px;
        line-height: 1.6;
    }

    #HEADLINE438 {
        width: 404px;
        top: 63px;
        left: 1472px;
    }

    #HEADLINE438 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(84, 84, 84);
        font-size: 35px;
        line-height: 1.6;
    }

    #LINE439 {
        width: 351px;
        top: 124px;
        left: 1470.5px;
    }

    #LINE439 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(84, 84, 84);
        border-right: 2px solid rgb(84, 84, 84);
        border-bottom: 2px solid rgb(84, 84, 84);
        border-left: 0px !important;
    }

    #LINE439 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

    #HEADLINE440 {
        width: 404px;
        top: 161px;
        left: 1472px;
    }

    #HEADLINE440 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(14, 152, 26);
        font-size: 25px;
        line-height: 1.6;
    }

    #BOX441 {
        width: 494px;
        height: 535.429px;
        top: 0px;
        left: 2386px;
    }

    #BOX441 > .ladi-box {
        background-color: rgb(234, 253, 235);
    }

    #HEADLINE442 {
        width: 440px;
        top: 161px;
        left: 2420.5px;
    }

    #HEADLINE442 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(14, 152, 26);
        font-size: 25px;
        line-height: 1.6;
    }

    #HEADLINE443 {
        width: 404px;
        top: 63px;
        left: 2420.5px;
    }

    #HEADLINE443 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(84, 84, 84);
        font-size: 35px;
        line-height: 1.6;
    }

    #LINE444 {
        width: 351px;
        top: 124px;
        left: 2420.5px;
    }

    #LINE444 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(84, 84, 84);
        border-right: 2px solid rgb(84, 84, 84);
        border-bottom: 2px solid rgb(84, 84, 84);
        border-left: 0px !important;
    }

    #LINE444 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

    #HEADLINE445 {
        width: 402px;
        top: 63px;
        left: 3386.5px;
    }

    #HEADLINE445 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(84, 84, 84);
        font-size: 35px;
        line-height: 1.6;
    }

    #LINE446 {
        width: 351px;
        top: 124px;
        left: 3386.5px;
    }

    #LINE446 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(84, 84, 84);
        border-right: 2px solid rgb(84, 84, 84);
        border-bottom: 2px solid rgb(84, 84, 84);
        border-left: 0px !important;
    }

    #LINE446 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

    #HEADLINE447 {
        width: 452px;
        top: 63px;
        left: 4302px;
    }

    #HEADLINE447 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(84, 84, 84);
        font-size: 35px;
        line-height: 1.6;
    }

    #LINE448 {
        width: 351px;
        top: 124px;
        left: 4302px;
    }

    #LINE448 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(84, 84, 84);
        border-right: 2px solid rgb(84, 84, 84);
        border-bottom: 2px solid rgb(84, 84, 84);
        border-left: 0px !important;
    }

    #LINE448 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

    #CAROUSEL416 {
        width: 960px;
        height: 535.429px;
        top: 277.736px;
        left: 0px;
    }

    #BOX451 {
        width: 536px;
        height: 535.429px;
        top: 0px;
        left: 5233.5px;
    }

    #BOX451 > .ladi-box {
        background-color: rgb(234, 253, 235);
    }

    #HEADLINE452 {
        width: 414px;
        top: 163px;
        left: 5271px;
    }

    #HEADLINE452 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(14, 152, 26);
        font-size: 25px;
        line-height: 1.6;
    }

    #LINE453 {
        width: 351px;
        top: 124px;
        left: 5271px;
    }

    #LINE453 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(84, 84, 84);
        border-right: 2px solid rgb(84, 84, 84);
        border-bottom: 2px solid rgb(84, 84, 84);
        border-left: 0px !important;
    }

    #LINE453 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

    #HEADLINE454 {
        width: 452px;
        top: 63px;
        left: 5271px;
    }

    #HEADLINE454 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(84, 84, 84);
        font-size: 35px;
        line-height: 1.6;
    }

    #IMAGE455 {
        width: 433px;
        height: 535.429px;
        top: 0px;
        left: 4800.5px;
    }

    #IMAGE455 > .ladi-image > .ladi-image-background {
        width: 558.854px;
        height: 535.429px;
        top: 0.000018px;
        left: -56px;
        background-image: url("/wp-content/themes/kiotviet/images/landing-page/mp-20210803091137.jpg") !important;
    }

    #BOX327 {
        width: 2141px;
        height: 7.843px;
        top: 1024px;
        left: -645px;
    }

    #BOX327 > .ladi-box {
        background-color: rgb(14, 152, 26);
    }
}

@media (max-width: 767px) {
    #SECTION_POPUP {
        height: 0px;
    }

    #SECTION1 {
        height: 696.044px;
    }

    #SECTION2 {
        height: 2846.61px;
    }

    #HEADLINE3 {
        width: 350px;
        top: 0px;
        left: 37.6417px;
    }

    #HEADLINE3 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE4 {
        width: 354px;
        top: 0px;
        left: 35.9825px;
    }

    #HEADLINE4 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 17px;
        line-height: 1.6;
    }

    #HEADLINE5 {
        width: 358px;
        top: 0px;
        left: 36.5px;
    }

    #HEADLINE5 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE6 {
        width: 248px;
        top: 499.408px;
        left: 86.5453px;
    }

    #HEADLINE6 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(14, 152, 26);
        font-size: 25px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
    }

    #SECTION9 {
        height: 1055.16px;
    }

    #HEADLINE11 {
        width: 247px;
        top: 24px;
        left: 83px;
    }

    #HEADLINE11 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(36, 36, 36);
        font-size: 20px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE13 {
        width: 420px;
        top: 9px;
        left: 0px;
    }

    #HEADLINE13 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(36, 36, 36);
        font-size: 25px;
        text-align: center;
        line-height: 1.4;
    }

    #SECTION14 {
        height: 1000.15px;
    }

    #HEADLINE16 {
        width: 400px;
        top: 28.1461px;
        left: 10px;
    }

    #HEADLINE16 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(255, 255, 255);
        font-size: 25px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE17 {
        width: 350px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE17 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 25px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE18 {
        width: 350px;
        top: 76.429px;
        left: 2.06475px;
    }

    #HEADLINE18 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(255, 255, 255);
        font-size: 17px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE19 {
        width: 300px;
        top: 0px;
        left: 26.4572px;
    }

    #HEADLINE19 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 25px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE20 {
        width: 352px;
        top: 77.5px;
        left: 0px;
    }

    #HEADLINE20 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(255, 255, 255);
        font-size: 17px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE21 {
        width: 352px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE21 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 26px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE22 {
        width: 352px;
        top: 80.5px;
        left: 0px;
    }

    #HEADLINE22 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(255, 255, 255);
        font-size: 17px;
        text-align: center;
        line-height: 1.6;
    }

    #SECTION23 {
        height: 1029px;
    }

    #HEADLINE24 {
        width: 420px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE24 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(36, 36, 36);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE25 {
        width: 366px;
        top: 0px;
        left: 39.5px;
    }

    #HEADLINE25 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 17px;
        line-height: 1.6;
    }

    #HEADLINE26 {
        width: 350px;
        top: 135px;
        left: 39.5px;
    }

    #HEADLINE26 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }

    #HEADLINE27 {
        width: 350px;
        top: 308.5px;
        left: 39.5px;
    }

    #HEADLINE27 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 17px;
        line-height: 1.6;
    }

    #SECTION28 {
        height: 183px;
    }

    #HEADLINE29 {
        width: 400px;
        top: 10px;
        left: 10px;
    }

    #HEADLINE29 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 17px;
        text-align: center;
        line-height: 1.6;
    }

    #SECTION30 {
        height: 1372.24px;
    }

    #SECTION32 {
        height: 590.821px;
    }

    #HEADLINE33 {
        width: 288px;
        top: 59.88px;
        left: 72.5px;
    }

    #HEADLINE33 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(36, 36, 36);
        font-size: 19px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE38 {
        width: 420px;
        top: 28.166px;
        left: 0px;
    }

    #HEADLINE38 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(255, 255, 255);
        font-size: 29px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE39 {
        width: 332px;
        top: 1321.79px;
        left: 44.5px;
    }

    #HEADLINE39 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(14, 152, 26);
        font-size: 25px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE40 {
        width: 355px;
        top: 2359.65px;
        left: 33px;
    }

    #HEADLINE40 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(14, 152, 26);
        font-size: 25px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
    }

    #IMAGE42 {
        width: 364.3px;
        height: 327.679px;
        top: 1995.2px;
        left: 27px;
    }

    #IMAGE42 > .ladi-image > .ladi-image-background {
        width: 364.3px;
        height: 375.609px;
        top: 0px;
        left: 0px;
        background-image: url("/wp-content/themes/kiotviet/group-landingpage/quan-ly-ban-hang-da-kenh-kiotviet/700-1-20210803023607.png") !important;
    }

    #SHAPE43 {
        width: 20.1361px;
        height: 20.1361px;
        top: 5px;
        left: 0px;
    }

    #SHAPE43 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE44 {
        width: 20.1361px;
        height: 20.1361px;
        top: 106.432px;
        left: 0px;
    }

    #SHAPE44 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE45 {
        width: 20.1361px;
        height: 20.1361px;
        top: 207.179px;
        left: 0px;
    }

    #SHAPE45 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE49 {
        width: 19.5824px;
        height: 20.1361px;
        top: 4.931px;
        left: 0px;
    }

    #SHAPE49 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE50 {
        width: 19.5824px;
        height: 20.1361px;
        top: 87.931px;
        left: 0px;
    }

    #SHAPE50 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE51 {
        width: 19.5824px;
        height: 20.1361px;
        top: 167.931px;
        left: 0px;
    }

    #SHAPE51 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE52 {
        width: 19.5824px;
        height: 20.1361px;
        top: 274.931px;
        left: 0px;
    }

    #SHAPE52 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE56 {
        width: 20.4478px;
        height: 20.1361px;
        top: 4.068px;
        left: 0px;
    }

    #SHAPE56 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE57 {
        width: 20.4478px;
        height: 20.1361px;
        top: 80.432px;
        left: 0px;
    }

    #SHAPE57 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE58 {
        width: 20.4478px;
        height: 20.1361px;
        top: 179px;
        left: 0px;
    }

    #SHAPE58 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #IMAGE61 {
        width: 342.635px;
        height: 342.635px;
        top: 123px;
        left: 62.297px;
    }

    #IMAGE61 > .ladi-image > .ladi-image-background {
        width: 342.635px;
        height: 342.635px;
        top: 0px;
        left: 0px;
        background-image: url("/wp-content/themes/kiotviet/images/landing-page/2-20210803093021.png") !important;
    }

    #BOX62 {
        width: 420px;
        height: 294.954px;
        top: 170.681px;
        left: 0px;
    }

    #BOX62 > .ladi-box {
        background-color: rgb(14, 152, 26);
    }

    #BOX63 {
        width: 420px;
        height: 268.949px;
        top: 2053.93px;
        left: 0px;
    }

    #BOX63 > .ladi-box {
        background-color: rgb(14, 152, 26);
    }

    #BOX65 {
        width: 420px;
        height: 275.477px;
        top: 1012.31px;
        left: 0px;
    }

    #BOX65 > .ladi-box {
        background-color: rgb(15, 152, 26);
    }

    #IMAGE66 {
        width: 332.977px;
        height: 332.977px;
        top: 954.807px;
        left: 33.5115px;
    }

    #IMAGE66 > .ladi-image > .ladi-image-background {
        width: 332.977px;
        height: 332.977px;
        top: 0px;
        left: 0px;
        background-image: url("/wp-content/themes/kiotviet/group-landingpage/quan-ly-ban-hang-da-kenh-kiotviet/650-3-20210803032808.png") !important;
    }

    #IMAGE68 {
        width: 420px;
        height: 696.044px;
        top: 0px;
        left: 0px;
    }

    #IMAGE68 > .ladi-image > .ladi-image-background {
        width: 420px;
        height: 798.044px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s750x1100/596486701663abf2d493432e/bg-20210803023516.jpg") !important;
    }

    #HEADLINE69 {
        width: 420px;
        top: 78.166px;
        left: 0px;
    }

    #HEADLINE69 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 20px;
        text-align: center;
        line-height: 1.2;
    }

    #HEADLINE72 {
        width: 358px;
        top: 411.594px;
        left: 31.0002px;
    }

    #HEADLINE72 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(255, 255, 255);
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE81 {
        width: 400px;
        top: 260.681px;
        left: -593px;
        display: none !important;
    }

    #HEADLINE81 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(42, 163, 52);
        font-size: 100px;
        text-align: right;
        line-height: 1;
    }

    #HEADLINE82 {
        width: 400px;
        top: 2250.61px;
        left: -851px;
        display: none !important;
    }

    #HEADLINE82 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(42, 163, 52);
        font-size: 100px;
        text-transform: uppercase;
        text-align: right;
        line-height: 1;
    }

    #HEADLINE83 {
        width: 400px;
        top: 938.677px;
        left: 709px;
        display: none !important;
    }

    #HEADLINE83 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(42, 163, 52);
        font-size: 100px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.2;
    }

    #IMAGE84 {
        width: 420px;
        height: 420px;
        top: -20px;
        left: 0px;
    }

    #IMAGE84 > .ladi-image > .ladi-image-background {
        width: 420px;
        height: 420px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s750x750/596486701663abf2d493432e/10-copy-20210804023620-20210830080807.png") !important;
    }

    #IMAGE84.ladi-animation > .ladi-image {
        animation-name: bounceIn;
        -webkit-animation-name: bounceIn;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #IMAGE85 {
        width: 420px;
        height: 1000.15px;
        top: 0px;
        left: 0px;
    }

    #IMAGE85 > .ladi-image > .ladi-image-background {
        width: 1537.73px;
        height: 1000.15px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1850x1350/596486701663abf2d493432e/bg-20210803023516.jpg") !important;
    }

    #IMAGE87 {
        width: 473px;
        height: 315.333px;
        top: 132.834px;
        left: -28px;
    }

    #IMAGE87 > .ladi-image > .ladi-image-background {
        width: 473px;
        height: 315.333px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s800x650/596486701663abf2d493432e/dt2-20210803070604.png") !important;
    }

    #IMAGE87 > .ladi-image {
        filter: contrast(120%);
    }

    #SHAPE88 {
        width: 22.3486px;
        height: 23.6466px;
        top: 0px;
        left: 0px;
    }

    #SHAPE88 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE89 {
        width: 22.3486px;
        height: 23.6466px;
        top: 27.359px;
        left: 0px;
    }

    #SHAPE89 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE90 {
        width: 22.3486px;
        height: 23.6466px;
        top: 53.006px;
        left: 0px;
    }

    #SHAPE90 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE91 {
        width: 22.3486px;
        height: 23.6466px;
        top: 79.653px;
        left: 0px;
    }

    #SHAPE91 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #GROUP92 {
        width: 22.3486px;
        height: 103.3px;
        top: 2px;
        left: 0px;
    }

    #SHAPE94 {
        width: 22.3486px;
        height: 23.6466px;
        top: 135px;
        left: 0px;
    }

    #SHAPE94 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE95 {
        width: 22.3486px;
        height: 23.6466px;
        top: 162.359px;
        left: 0px;
    }

    #SHAPE95 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE96 {
        width: 22.3486px;
        height: 23.6466px;
        top: 211.006px;
        left: 0px;
    }

    #SHAPE96 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE97 {
        width: 22.3486px;
        height: 23.6466px;
        top: 261.353px;
        left: 0px;
    }

    #SHAPE97 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE99 {
        width: 22.3486px;
        height: 23.6466px;
        top: 310.5px;
        left: 0px;
    }

    #SHAPE99 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE100 {
        width: 22.3486px;
        height: 23.6466px;
        top: 337.859px;
        left: 0px;
    }

    #SHAPE100 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE101 {
        width: 22.3486px;
        height: 23.6466px;
        top: 365.506px;
        left: 0px;
    }

    #SHAPE101 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE102 {
        width: 22.3486px;
        height: 23.6466px;
        top: 875.305px;
        left: 14.5px;
    }

    #SHAPE102 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #HEADLINE104 {
        width: 420px;
        top: 45.8335px;
        left: 0px;
    }

    #HEADLINE104 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(36, 36, 36);
        font-size: 20px;
        text-align: center;
        line-height: 1.2;
    }

    #GROUP106 {
        width: 420px;
        height: 93.8335px;
        top: 28px;
        left: 0px;
    }

    #HEADLINE107 {
        width: 420px;
        top: 80px;
        left: 0px;
    }

    #HEADLINE107 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(36, 36, 36);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE109 {
        width: 322px;
        top: 100px;
        left: 49px;
    }

    #HEADLINE109 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 20px;
        text-align: center;
        line-height: 1.2;
    }

    #IMAGE110 {
        width: 420px;
        height: 487.217px;
        top: 0px;
        left: 0px;
    }

    #IMAGE110 > .ladi-image > .ladi-image-background {
        width: 420px;
        height: 487.217px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s750x800/596486701663abf2d493432e/bg-20210803023516.jpg") !important;
    }

    #HEADLINE111 {
        width: 400px;
        top: 31px;
        left: 9.5815px;
    }

    #HEADLINE111 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(255, 255, 255);
        font-size: 23px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE111.ladi-animation > .ladi-headline {
        animation-name: bounceIn;
        -webkit-animation-name: bounceIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    #BUTTON_TEXT126 {
        width: 321px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT126 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(14, 152, 26);
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON126 {
        width: 276.941px;
        height: 57px;
        top: 582.594px;
        left: 71.5297px;
    }

    #BUTTON126 > .ladi-button > .ladi-button-background {
        background-color: rgb(255, 255, 255);
    }

    #BUTTON126 > .ladi-button {
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 65px;
    }

    #BUTTON_TEXT128 {
        width: 320px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT128 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(14, 152, 26);
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON128 {
        width: 264.941px;
        height: 52px;
        top: 131px;
        left: 77.111px;
    }

    #BUTTON128 > .ladi-button > .ladi-button-background {
        background-color: rgb(255, 255, 255);
    }

    #BUTTON128 > .ladi-button {
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 65px;
    }

    #BUTTON_TEXT130 {
        width: 320px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT130 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON130 {
        width: 277.941px;
        height: 56px;
        top: 2759.61px;
        left: 71.7795px;
    }

    #BUTTON130 > .ladi-button > .ladi-button-background {
        background-color: rgb(14, 152, 26);
    }

    #BUTTON130 > .ladi-button {
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 65px;
    }

    #BUTTON_TEXT132 {
        width: 320px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT132 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON132 {
        width: 287.941px;
        height: 56px;
        top: 955px;
        left: 66.0295px;
    }

    #BUTTON132 > .ladi-button > .ladi-button-background {
        background-color: rgb(14, 152, 26);
    }

    #BUTTON132 > .ladi-button {
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 65px;
    }

    #BUTTON_TEXT134 {
        width: 320px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT134 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(14, 152, 26);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON134 {
        width: 287.941px;
        height: 54px;
        top: 91px;
        left: 65.611px;
    }

    #BUTTON134 > .ladi-button > .ladi-button-background {
        background-color: rgb(228, 228, 228);
    }

    #BUTTON134 > .ladi-button {
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 65px;
    }

    #BUTTON_TEXT136 {
        width: 320px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT136 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON136 {
        width: 320.941px;
        height: 62px;
        top: 962.16px;
        left: 49.5295px;
    }

    #BUTTON136 > .ladi-button > .ladi-button-background {
        background-color: rgb(14, 152, 26);
    }

    #BUTTON136 > .ladi-button {
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 65px;
    }

    #SECTION195 {
        height: 45.1217px;
    }

    #IMAGE196 {
        width: 68.5604px;
        height: 58.5603px;
        top: -11.4387px;
        left: 175.72px;
    }

    #IMAGE196 > .ladi-image > .ladi-image-background {
        width: 68.5604px;
        height: 68.5604px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/logo-moi-1-20210727044833.png") !important;
    }

    #BOX197 {
        width: 1155.61px;
        height: 46.1214px;
        top: -0.99975px;
        left: -355px;
    }

    #BOX197 > .ladi-box {
        background: #fdfbfb;
        background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
        background: linear-gradient(180deg, #fdfbfb, #eaedee);
    }

    #GROUP202 {
        width: 351.065px;
        height: 157.429px;
        top: 393.146px;
        left: 35.5px;
    }

    #GROUP203 {
        width: 351.065px;
        height: 158.5px;
        top: 591.146px;
        left: 35.4997px;
    }

    #GROUP204 {
        width: 351.065px;
        height: 161.5px;
        top: 790.65px;
        left: 35.4997px;
    }

    #GROUP207 {
        width: 405.5px;
        height: 497.5px;
        top: 455.152px;
        left: 14.5px;
    }

    #HEADLINE213 {
        width: 154px;
        top: 315.824px;
        left: 74.15px;
    }

    #HEADLINE213 > .ladi-headline {
        font-family: "Alfa Slab One", cursive;
        color: rgb(255, 255, 255);
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
    }

    #IMAGE235 {
        width: 356.672px;
        height: 266.594px;
        top: 142px;
        left: 24.3282px;
    }

    #IMAGE235 > .ladi-image > .ladi-image-background {
        width: 356.672px;
        height: 266.594px;
        top: 0px;
        left: 0px;
        background-image: url("/wp-content/themes/kiotviet/group-landingpage/quan-ly-ban-hang-da-kenh-kiotviet/700-5-20210803034215.png") !important;
    }

    #BUTTON_TEXT239 {
        width: 320px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT239 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON239 {
        width: 277.941px;
        height: 56px;
        top: 869.681px;
        left: 71.0748px;
    }

    #BUTTON239 > .ladi-button > .ladi-button-background {
        background-color: rgb(14, 152, 26);
    }

    #BUTTON239 > .ladi-button {
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 65px;
    }

    #BUTTON_TEXT243 {
        width: 320px;
        top: 9px;
        left: 0px;
    }

    #BUTTON_TEXT243 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }

    #BUTTON243 {
        width: 277.941px;
        height: 56px;
        top: 1904.11px;
        left: 71.0295px;
    }

    #BUTTON243 > .ladi-button > .ladi-button-background {
        background-color: rgb(14, 152, 26);
    }

    #BUTTON243 > .ladi-button {
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        border-radius: 65px;
    }

    #SECTION247 {
        height: 450.315px;
    }

    #HEADLINE250 {
        width: 420px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE250 > .ladi-headline {
        font-family: "Raleway-Black.ttf";
        color: rgb(36, 36, 36);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE251 {
        width: 420px;
        top: 46.8335px;
        left: 0px;
    }

    #HEADLINE251 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(36, 36, 36);
        font-size: 20px;
        text-align: center;
        line-height: 1.2;
    }

    #GROUP249 {
        width: 420px;
        height: 94.8335px;
        top: 23.6865px;
        left: 0px;
    }

    #IMAGE256 {
        width: 381.745px;
        height: 244.755px;
        top: 0px;
        left: 7.455px;
    }

    #IMAGE256 > .ladi-image > .ladi-image-background {
        width: 381.745px;
        height: 244.755px;
        top: 0px;
        left: 0px;
        background-image: url("/wp-content/themes/kiotviet/group-landingpage/quan-ly-ban-hang-da-kenh-kiotviet/750-dsc_8609-1-20210114041538.png") !important;
    }

    #SHAPE257 {
        width: 27.5791px;
        height: 27.5791px;
        top: 68.2933px;
        left: 324.701px;
    }

    #SHAPE257 > .ladi-shape {
        transform: rotate(-22deg);
        -webkit-transform: rotate(-22deg);
    }

    #SHAPE257 svg:last-child {
        fill: rgba(11, 92, 22, 1);
    }

    #SHAPE258 {
        width: 35.1411px;
        height: 35.5859px;
        top: 152.81px;
        left: 29.6717px;
    }

    #SHAPE258 > .ladi-shape {
        transform: perspective(1000px) rotate(24deg) rotateY(180deg);
        -webkit-transform: perspective(1000px) rotate(24deg) rotateY(180deg);
    }

    #SHAPE258 svg:last-child {
        fill: rgba(11, 92, 22, 1);
    }

    #HEADLINE259 {
        width: 58px;
        top: 63.1794px;
        left: 352.163px;
    }

    #HEADLINE259 > .ladi-headline {
        font-family: "Literata", serif;
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE260 {
        width: 58px;
        top: 127.237px;
        left: 0px;
    }

    #HEADLINE260 > .ladi-headline {
        font-family: "Literata", serif;
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE261 {
        width: 58px;
        top: 109.481px;
        left: 61.3623px;
    }

    #HEADLINE261 > .ladi-headline {
        font-family: "Literata", serif;
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: center;
        line-height: 1.4;
    }

    #SHAPE262 {
        width: 35.5859px;
        height: 35.5859px;
        top: 6.22755px;
        left: 114.744px;
    }

    #SHAPE262 svg:last-child {
        fill: rgba(11, 92, 22, 1);
    }

    #HEADLINE263 {
        width: 92px;
        top: 29.9282px;
        left: 32.6717px;
    }

    #HEADLINE263 > .ladi-headline {
        font-family: "Literata", serif;
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: center;
        line-height: 1.4;
    }

    #HEADLINE264 {
        width: 92px;
        top: 201.406px;
        left: 317.163px;
    }

    #HEADLINE264 > .ladi-headline {
        font-family: "Literata", serif;
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: center;
        line-height: 1.4;
    }

    #SHAPE265 {
        width: 25.7998px;
        height: 25.7998px;
        top: 130.569px;
        left: 105.403px;
    }

    #SHAPE265 > .ladi-shape {
        transform: perspective(1000px) rotate(36deg) rotateX(180deg) rotateY(180deg);
        -webkit-transform: perspective(1000px) rotate(36deg) rotateX(180deg) rotateY(180deg);
    }

    #SHAPE265 svg:last-child {
        fill: rgba(11, 92, 22, 1);
    }

    #GROUP255 {
        width: 409.163px;
        height: 255.406px;
        top: 146.354px;
        left: 5px;
    }

    #IMAGE273 {
        width: 161.209px;
        height: 329.652px;
        top: 295px;
        left: 129.395px;
    }

    #IMAGE273 > .ladi-image > .ladi-image-background {
        width: 161.209px;
        height: 329.652px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x650/596486701663abf2d493432e/11-20210803074127-20210830064337.png") !important;
    }

    #HEADLINE274 {
        width: 402px;
        top: 213px;
        left: 9.0815px;
    }

    #HEADLINE274 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 17px;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE277 {
        width: 213px;
        height: 52.3979px;
        top: 235.523px;
        left: 0px;
    }

    #IMAGE277 > .ladi-image > .ladi-image-background {
        width: 213px;
        height: 53.6737px;
        top: -1.27584px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x400/596486701663abf2d493432e/kiotviet-ban-hang-online-20210830041439.png") !important;
    }

    #IMAGE278 {
        width: 206.358px;
        height: 52px;
        top: 144.383px;
        left: 0px;
    }

    #IMAGE278 > .ladi-image > .ladi-image-background {
        width: 206.358px;
        height: 52px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x400/596486701663abf2d493432e/kiotviet-menu-order-20210830041439.png") !important;
    }

    #IMAGE280 {
        width: 206.358px;
        height: 52px;
        top: 48.383px;
        left: 0px;
    }

    #IMAGE280 > .ladi-image > .ladi-image-background {
        width: 206.358px;
        height: 52px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x400/596486701663abf2d493432e/kiotviet-quan-ly-nha-hang-20210830041439.png") !important;
    }

    #IMAGE281 {
        width: 190.621px;
        height: 52px;
        top: 48.383px;
        left: 0px;
    }

    #IMAGE281 > .ladi-image > .ladi-image-background {
        width: 190.621px;
        height: 52.1357px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x400/596486701663abf2d493432e/kiotviet-quan-ly-ban-hang-20210830040502.png") !important;
    }

    #IMAGE282 {
        width: 192.707px;
        height: 52px;
        top: 144.383px;
        left: 0px;
    }

    #IMAGE282 > .ladi-image > .ladi-image-background {
        width: 192.707px;
        height: 53.8043px;
        top: -0.799999px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s500x400/596486701663abf2d493432e/kiotviet-ban-hang-20210830040856.png") !important;
    }

    #BOX283 {
        width: 400px;
        height: 199.478px;
        top: 707.652px;
        left: 10px;
    }

    #BOX283 > .ladi-box {
        background-color: rgb(255, 255, 255);
    }

    #HEADLINE285 {
        width: 166px;
        top: 106.383px;
        left: 0px;
    }

    #HEADLINE285 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: left;
        line-height: 1.4;
    }

    #HEADLINE286 {
        width: 182px;
        top: 202.383px;
        left: 0px;
    }

    #HEADLINE286 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: left;
        line-height: 1.4;
    }

    #HEADLINE287 {
        width: 254px;
        top: 296.722px;
        left: 0px;
    }

    #HEADLINE287 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: left;
        line-height: 1.4;
    }

    #HEADLINE291 {
        width: 276px;
        top: 106.383px;
        left: 0px;
    }

    #HEADLINE291 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: left;
        line-height: 1.4;
    }

    #HEADLINE292 {
        width: 216px;
        top: 202.383px;
        left: 0px;
    }

    #HEADLINE292 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: left;
        line-height: 1.4;
    }

    #HEADLINE294 {
        width: 264px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE294 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 17px;
        text-align: left;
        line-height: 1.6;
    }

    #IMAGE296 {
        width: 302.247px;
        height: 41.3846px;
        top: 1294.24px;
        left: 58.876px;
    }

    #IMAGE296 > .ladi-image > .ladi-image-background {
        width: 302.247px;
        height: 41.3846px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s650x350/596486701663abf2d493432e/app-play-store-20210830071239.png") !important;
    }

    #HEADLINE295 {
        width: 276px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE295 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(0, 0, 0);
        font-size: 17px;
        text-align: left;
        line-height: 1.6;
    }

    #GROUP298 {
        width: 263px;
        height: 318.722px;
        top: 652.13px;
        left: 78.5px;
    }

    #GROUP299 {
        width: 276px;
        height: 224.383px;
        top: 1033.85px;
        left: 75.9995px;
    }

    #IMAGE300 {
        width: 116.267px;
        height: 34.88px;
        top: 10px;
        left: 151.867px;
    }

    #IMAGE300 > .ladi-image > .ladi-image-background {
        width: 116.267px;
        height: 116.267px;
        top: -31.9733px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x450/596486701663abf2d493432e/logo-moi-20210828032336.png") !important;
    }

    #HEADLINE304 {
        width: 72px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE304 > .ladi-headline {
        color: rgb(35, 159, 29);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE305 {
        width: 118px;
        top: 46.0326px;
        left: 0px;
    }

    #HEADLINE305 > .ladi-headline {
        color: rgb(67, 67, 67);
        font-size: 18px;
        line-height: 1.2;
    }

    #GROUP303 {
        width: 117px;
        height: 88.0326px;
        top: 0.990362px;
        left: 124.948px;
    }

    #SHAPE306 {
        width: 105.878px;
        height: 105.878px;
        top: 0px;
        left: 0px;
    }

    #SHAPE306 svg:last-child {
        fill: rgba(57, 169, 55, 1);
    }

    #GROUP302 {
        width: 241.948px;
        height: 105.878px;
        top: 441.412px;
        left: 90.0295px;
    }

    #HEADLINE309 {
        width: 72px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE309 > .ladi-headline {
        color: rgb(57, 169, 55);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE310 {
        width: 98px;
        top: 46.0333px;
        left: 0px;
    }

    #HEADLINE310 > .ladi-headline {
        color: rgb(67, 67, 67);
        font-size: 18px;
        line-height: 1.2;
    }

    #GROUP308 {
        width: 97px;
        height: 89.0333px;
        top: 9.531px;
        left: 124.941px;
    }

    #SHAPE311 {
        width: 124.941px;
        height: 124.941px;
        top: 0px;
        left: 0px;
    }

    #SHAPE311 svg:last-child {
        fill: rgba(57, 169, 55, 1);
    }

    #GROUP307 {
        width: 221.941px;
        height: 124.941px;
        top: 286.44px;
        left: 90.0295px;
    }

    #HEADLINE314 {
        width: 150px;
        top: 0px;
        left: 0px;
    }

    #HEADLINE314 > .ladi-headline {
        color: rgb(57, 169, 55);
        font-size: 26px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE315 {
        width: 104px;
        top: 46.033px;
        left: 0px;
    }

    #HEADLINE315 > .ladi-headline {
        color: rgb(67, 67, 67);
        font-size: 18px;
        line-height: 1.2;
    }

    #GROUP313 {
        width: 149px;
        height: 88.033px;
        top: 0px;
        left: 115.627px;
    }

    #SHAPE316 {
        width: 95.8998px;
        height: 94.7057px;
        top: 9.20134px;
        left: 0px;
    }

    #SHAPE316 svg:last-child {
        fill: rgba(57, 169, 55, 1);
    }

    #GROUP312 {
        width: 264.627px;
        height: 103.907px;
        top: 152.824px;
        left: 99.0295px;
    }

    #SHAPE320 {
        width: 17.623px;
        height: 23.732px;
        top: 0px;
        left: 0px;
    }

    #SHAPE320 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE324 {
        width: 17.623px;
        height: 23.732px;
        top: 0px;
        left: 23.3029px;
    }

    #SHAPE324 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #SHAPE325 {
        width: 17.623px;
        height: 23.732px;
        top: 0px;
        left: 45.8514px;
    }

    #SHAPE325 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #GROUP326 {
        width: 63.4744px;
        height: 23.732px;
        top: 424.583px;
        left: 178.263px;
    }

    #SHAPE234 {
        width: 26.623px;
        height: 26.623px;
        top: 22px;
        left: 13.5px;
    }

    #SHAPE234 svg:last-child {
        fill: rgba(57, 169, 55, 1);
    }

    #HEADLINE233 {
        width: 200px;
        top: 22px;
        left: 44px;
    }

    #HEADLINE233 > .ladi-headline {
        color: rgb(57, 169, 55);
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE232 {
        width: 202px;
        top: 62.5px;
        left: 13.5px;
    }

    #HEADLINE232 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: justify;
        line-height: 1.6;
    }

    #BOX231 {
        width: 237px;
        height: 169px;
        top: 0px;
        left: 0px;
    }

    #BOX231 > .ladi-box {
        box-shadow: 14px 15px 10px -20px #000;
        -webkit-box-shadow: 14px 15px 10px -20px #000;
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
    }

    #GROUP230 {
        width: 244px;
        height: 169px;
        top: 180.64px;
        left: 95px;
    }

    #SHAPE229 {
        width: 29.2988px;
        height: 22.0933px;
        top: 22px;
        left: 11.5px;
    }

    #SHAPE229 svg:last-child {
        fill: rgba(57, 169, 55, 1);
    }

    #HEADLINE228 {
        width: 170px;
        top: 22px;
        left: 49.5px;
    }

    #HEADLINE228 > .ladi-headline {
        color: rgb(57, 169, 55);
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE227 {
        width: 210px;
        top: 62.5px;
        left: 11.5px;
    }

    #HEADLINE227 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: justify;
        line-height: 1.6;
    }

    #BOX226 {
        width: 236px;
        height: 169px;
        top: 0px;
        left: 0px;
    }

    #BOX226 > .ladi-box {
        box-shadow: 14px 15px 10px -20px #000;
        -webkit-box-shadow: 14px 15px 10px -20px #000;
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
    }

    #GROUP225 {
        width: 236px;
        height: 169px;
        top: 360.64px;
        left: 95px;
    }

    #SHAPE224 {
        width: 26.0517px;
        height: 30.6403px;
        top: 18.623px;
        left: 11.8898px;
    }

    #SHAPE224 svg:last-child {
        fill: rgba(57, 169, 55, 1);
    }

    #HEADLINE223 {
        width: 194px;
        top: 22px;
        left: 50.661px;
    }

    #HEADLINE223 > .ladi-headline {
        color: rgb(57, 169, 55);
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE222 {
        width: 216px;
        top: 62.5px;
        left: 11.8898px;
    }

    #HEADLINE222 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: justify;
        line-height: 1.6;
    }

    #BOX221 {
        width: 235.729px;
        height: 169px;
        top: 0px;
        left: 0px;
    }

    #BOX221 > .ladi-box {
        box-shadow: 14px 15px 10px -20px #000;
        -webkit-box-shadow: 14px 15px 10px -20px #000;
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
    }

    #GROUP220 {
        width: 244px;
        height: 169px;
        top: 541.64px;
        left: 95px;
    }

    #SHAPE219 {
        width: 25.6753px;
        height: 30.7542px;
        top: 18.623px;
        left: 13.3974px;
    }

    #SHAPE219 svg:last-child {
        fill: rgba(57, 169, 55, 1);
    }

    #HEADLINE218 {
        width: 80px;
        top: 22px;
        left: 48.952px;
    }

    #HEADLINE218 > .ladi-headline {
        color: rgb(57, 169, 55);
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6;
    }

    #HEADLINE217 {
        width: 224px;
        top: 62.5px;
        left: 13.3974px;
    }

    #HEADLINE217 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: justify;
        line-height: 1.6;
    }

    #BOX216 {
        width: 234.969px;
        height: 169px;
        top: 0px;
        left: 0px;
    }

    #BOX216 > .ladi-box {
        box-shadow: 14px 15px 10px -20px #000;
        -webkit-box-shadow: 14px 15px 10px -20px #000;
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(228, 228, 228);
        border-width: 1px;
    }

    #GROUP215 {
        width: 236px;
        height: 169px;
        top: 0px;
        left: 95px;
    }

    #SECTION214 {
        height: 710.64px;
    }

    #BOX331 {
        width: 400px;
        height: 52.1916px;
        top: 6.8084px;
        left: 580px;
        display: none !important;
    }

    #BOX331 > .ladi-box {
        background: #fdfbfb;
        background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
        background: linear-gradient(180deg, #fdfbfb, #eaedee);
    }

    #SHAPE317 {
        width: 19.5824px;
        height: 20.1361px;
        top: 382.14px;
        left: 0px;
    }

    #SHAPE317 svg:last-child {
        fill: rgba(14, 152, 26, 1);
    }

    #GROUP335 {
        width: 388.983px;
        height: 459px;
        top: 1409.79px;
        left: 15.5px;
    }

    #GROUP336 {
        width: 386.642px;
        height: 250px;
        top: 585.613px;
        left: 17.966px;
    }

    #GROUP337 {
        width: 393.5px;
        height: 275px;
        top: 2445.61px;
        left: 14px;
    }

    #LINE338 {
        width: 203px;
        top: 993.33px;
        left: 115.5px;
    }

    #LINE338 > .ladi-line > .ladi-line-container {
        border-top: 1px solid rgb(183, 183, 183);
        border-right: 1px solid rgb(183, 183, 183);
        border-bottom: 1px solid rgb(183, 183, 183);
        border-left: 0px !important;
    }

    #LINE338 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

    #LINE293 {
        height: 272px;
        top: 982.24px;
        left: 586.5px;
        display: none !important;
    }

    #LINE293 > .ladi-line > .ladi-line-container {
        border-top: 0px !important;
        border-right: 1px solid rgb(184, 184, 184);
        border-bottom: 1px solid rgb(184, 184, 184);
        border-left: 1px solid rgb(184, 184, 184);
    }

    #LINE293 > .ladi-line {
        height: 100%;
        padding: 0px 8px;
    }

    #BOX417 {
        width: 420px;
        height: 535.429px;
        top: 410px;
        left: 420px;
    }

    #BOX417 > .ladi-box {
        background-color: rgb(234, 253, 235);
    }

    #BOX419 {
        width: 420px;
        height: 530.429px;
        top: 0px;
        left: 0px;
    }

    #BOX419 > .ladi-box {
        background-color: rgb(234, 253, 235);
    }

    #HEADLINE420 {
        width: 346px;
        top: 79.7483px;
        left: 36.6557px;
    }

    #HEADLINE420 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(14, 152, 26);
        font-size: 19px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP418 {
        width: 420px;
        height: 530.429px;
        top: 410px;
        left: 1260px;
    }

    #BOX423 {
        width: 420px;
        height: 482.429px;
        top: 0px;
        left: 0px;
    }

    #BOX423 > .ladi-box {
        background-color: rgb(234, 253, 235);
    }

    #HEADLINE424 {
        width: 352px;
        top: 82.671px;
        left: 34px;
    }

    #HEADLINE424 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(14, 152, 26);
        font-size: 19px;
        text-align: center;
        line-height: 1.6;
    }

    #GROUP422 {
        width: 420px;
        height: 482.429px;
        top: 0px;
        left: 0px;
    }

    #GROUP421 {
        width: 420px;
        height: 482.429px;
        top: 409px;
        left: 1680px;
    }

    #IMAGE428 {
        width: 420px;
        height: 410px;
        top: 0px;
        left: 0px;
    }

    #IMAGE428 > .ladi-image > .ladi-image-background {
        width: 420px;
        height: 539.922px;
        top: -44px;
        left: 0.000121px;
        background-image: url("https://w.ladicdn.com/s750x850/596486701663abf2d493432e/luul6515-20210803083953.jpg") !important;
    }

    #IMAGE429 {
        width: 420px;
        height: 410px;
        top: 0px;
        left: 420px;
    }

    #IMAGE429 > .ladi-image > .ladi-image-background {
        width: 466.835px;
        height: 410px;
        top: 0px;
        left: -46.8347px;
        background-image: url("/wp-content/themes/kiotviet/images/landing-page/screenshot-at-aug-03-15-45-16-copy-20210803084616.jpg") !important;
    }

    #IMAGE429 > .ladi-image {
        filter: contrast(107%) brightness(107%);
    }

    #IMAGE430 {
        width: 420px;
        height: 410px;
        top: 0px;
        left: 840px;
    }

    #IMAGE430 > .ladi-image > .ladi-image-background {
        width: 420px;
        height: 485.865px;
        top: -75.8653px;
        left: 0.000392px;
        background-image: url("/wp-content/themes/kiotviet/images/landing-page/tp0-20210803085113.jpg") !important;
    }

    #IMAGE432 {
        width: 420px;
        height: 410px;
        top: 0px;
        left: 1680px;
    }

    #IMAGE432 > .ladi-image > .ladi-image-background {
        width: 462.882px;
        height: 410px;
        top: 0.000014px;
        left: -42.8815px;
        background-image: url("/wp-content/themes/kiotviet/images/landing-page/bar-20210803091931.jpg") !important;
    }

    #IMAGE433 {
        width: 420px;
        height: 410px;
        top: 0px;
        left: 1260px;
    }

    #IMAGE433 > .ladi-image > .ladi-image-background {
        width: 1440.96px;
        height: 551.618px;
        top: -0.0005px;
        left: -647px;
        background-image: url("/wp-content/themes/kiotviet/images/landing-page/ba-gia-20210504045758.jpg") !important;
    }

    #BOX434 {
        width: 420px;
        height: 326.429px;
        top: 410px;
        left: 0px;
    }

    #BOX434 > .ladi-box {
        background-color: rgb(234, 253, 235);
    }

    #HEADLINE435 {
        width: 330px;
        top: 491.617px;
        left: 42.5px;
    }

    #HEADLINE435 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(14, 152, 26);
        font-size: 19px;
        text-align: center;
        line-height: 1.6;
    }

    #LINE436 {
        width: 329px;
        top: 467px;
        left: 42.5px;
    }

    #LINE436 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(84, 84, 84);
        border-right: 2px solid rgb(84, 84, 84);
        border-bottom: 2px solid rgb(84, 84, 84);
        border-left: 0px !important;
    }

    #LINE436 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

    #HEADLINE437 {
        width: 420px;
        top: 428px;
        left: 0px;
    }

    #HEADLINE437 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(84, 84, 84);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE438 {
        width: 420px;
        top: 428px;
        left: 420px;
    }

    #HEADLINE438 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(84, 84, 84);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

    #LINE439 {
        width: 351px;
        top: 468px;
        left: 458px;
    }

    #LINE439 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(84, 84, 84);
        border-right: 2px solid rgb(84, 84, 84);
        border-bottom: 2px solid rgb(84, 84, 84);
        border-left: 0px !important;
    }

    #LINE439 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

    #HEADLINE440 {
        width: 348px;
        top: 491.617px;
        left: 461.5px;
    }

    #HEADLINE440 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(14, 152, 26);
        font-size: 19px;
        text-align: center;
        line-height: 1.6;
    }

    #BOX441 {
        width: 420px;
        height: 535.429px;
        top: 410px;
        left: 840px;
    }

    #BOX441 > .ladi-box {
        background-color: rgb(234, 253, 235);
    }

    #HEADLINE442 {
        width: 352px;
        top: 491.617px;
        left: 874px;
    }

    #HEADLINE442 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(14, 152, 26);
        font-size: 19px;
        text-align: center;
        line-height: 1.6;
    }

    #HEADLINE443 {
        width: 419px;
        top: 428px;
        left: 840px;
    }

    #HEADLINE443 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(84, 84, 84);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

    #LINE444 {
        width: 351px;
        top: 467px;
        left: 874px;
    }

    #LINE444 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(84, 84, 84);
        border-right: 2px solid rgb(84, 84, 84);
        border-bottom: 2px solid rgb(84, 84, 84);
        border-left: 0px !important;
    }

    #LINE444 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

    #HEADLINE445 {
        width: 420px;
        top: 433.215px;
        left: 1260px;
    }

    #HEADLINE445 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(84, 84, 84);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

    #LINE446 {
        width: 351px;
        top: 467px;
        left: 1294.5px;
    }

    #LINE446 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(84, 84, 84);
        border-right: 2px solid rgb(84, 84, 84);
        border-bottom: 2px solid rgb(84, 84, 84);
        border-left: 0px !important;
    }

    #LINE446 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

    #HEADLINE447 {
        width: 420px;
        top: 433.215px;
        left: 1680px;
    }

    #HEADLINE447 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(84, 84, 84);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

    #LINE448 {
        width: 351px;
        top: 467px;
        left: 1714.5px;
    }

    #LINE448 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(84, 84, 84);
        border-right: 2px solid rgb(84, 84, 84);
        border-bottom: 2px solid rgb(84, 84, 84);
        border-left: 0px !important;
    }

    #LINE448 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

    #CAROUSEL416 {
        width: 420px;
        height: 735.429px;
        top: 188px;
        left: 0px;
    }

    #BOX451 {
        width: 419.996px;
        height: 327.429px;
        top: 409px;
        left: 2100px;
    }

    #BOX451 > .ladi-box {
        background-color: rgb(234, 253, 235);
    }

    #HEADLINE452 {
        width: 348px;
        top: 486px;
        left: 2138px;
    }

    #HEADLINE452 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(14, 152, 26);
        font-size: 19px;
        text-align: center;
        line-height: 1.6;
    }

    #LINE453 {
        width: 351px;
        top: 468px;
        left: 2134.5px;
    }

    #LINE453 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(84, 84, 84);
        border-right: 2px solid rgb(84, 84, 84);
        border-bottom: 2px solid rgb(84, 84, 84);
        border-left: 0px !important;
    }

    #LINE453 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }

    #HEADLINE454 {
        width: 422px;
        top: 433.215px;
        left: 2100px;
    }

    #HEADLINE454 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(84, 84, 84);
        font-size: 25px;
        text-align: center;
        line-height: 1.6;
    }

    #IMAGE455 {
        width: 420px;
        height: 410px;
        top: 0px;
        left: 2100px;
    }

    #IMAGE455 > .ladi-image > .ladi-image-background {
        width: 462.882px;
        height: 410px;
        top: 0.000014px;
        left: -42.8815px;
        background-image: url("/wp-content/themes/kiotviet/images/landing-page/mp-20210803091137.jpg") !important;
    }

    #BOX327 {
        width: 400px;
        height: 3.6865px;
        top: 1024.31px;
        left: 10px;
    }

    #BOX327 > .ladi-box {
        background-color: rgb(14, 152, 26);
    }
}

.ladi-section-background,
.ladi-image-background,
.ladi-button-background,
.ladi-headline,
.ladi-video-background,
.ladi-countdown-background,
.ladi-box,
.ladi-frame-background,
.ladi-banner,
.ladi-form-item-background,
.ladi-gallery-view-item,
.ladi-gallery-control-item,
.ladi-spin-lucky-screen,
.ladi-spin-lucky-start,
.ladi-form-label-container .ladi-form-label-item.image,
.ladi-list-paragraph ul li:before {
    background-image: none !important;
}
