a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
a {
    text-decoration: none;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ladi-html strong {
    font-weight: 700;
}
.ladi-html em {
    font-style: italic;
}
.ladi-html a {
    text-decoration: underline;
}
body {
    font-size: 12px;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #fff;
}
.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;
}
.ladi-google-recaptcha-checkbox {
    position: absolute;
    display: inline-block;
    transform: translateY(-100%);
    margin-top: -5px;
    z-index: 90000010;
}
.ladipage-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000000000;
    background: rgba(0, 0, 0, 0.3);
}
.ladipage-message .ladipage-message-box {
    width: 400px;
    max-width: calc(100% - 50px);
    height: 160px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
    position: fixed;
    top: calc(50% - 155px);
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
}
.ladipage-message .ladipage-message-box span {
    display: block;
    background-color: rgba(6, 21, 40, 0.05);
    color: #000;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.ladipage-message .ladipage-message-box .ladipage-message-text {
    display: -webkit-box;
    font-size: 14px;
    padding: 0 20px;
    margin-top: 10px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ladipage-message .ladipage-message-box .ladipage-message-close {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    margin: 0 auto;
    padding: 10px 0;
    border: none;
    width: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    background-color: #e6e6e6;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    cursor: pointer;
}
.ladi-wraper {
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}
.ladi-section {
    margin: 0 auto;
    position: relative;
}
.ladi-section[data-tab-id] {
    display: none;
}
.ladi-section.selected[data-tab-id] {
    display: block;
}
.ladi-section .ladi-section-arrow-down {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 90000040;
}
.ladi-section .ladi-section-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 90000040;
}
.ladi-section .ladi-section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}
.ladi-container {
    position: relative;
    margin: 0 auto;
    height: 100%;
}
.ladi-element {
    position: absolute;
}
.ladi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.ladi-survey {
    width: 100%;
    display: inline-block;
}
.ladi-survey .ladi-survey-option {
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    transition: inherit;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.ladi-survey .ladi-survey-option-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: inherit;
}
.ladi-survey .ladi-survey-option-label {
    display: block;
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    position: relative;
}
.ladi-survey .ladi-survey-option-image {
    background-size: cover;
    background-position: center center;
    pointer-events: none;
    vertical-align: middle;
    border-radius: inherit;
    position: relative;
}
.ladi-survey .ladi-survey-button-next {
    display: block;
}
.ladi-survey .ladi-survey-button-next.empty {
    display: none;
}
.ladi-survey .ladi-survey-button-next.no-select {
    display: none;
}
.ladi-survey .ladi-survey-button-next button {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 2px;
}
.ladi-survey .ladi-survey-button-next button:active {
    transform: translateY(2px);
    transition: transform 0.2s linear;
}
.ladi-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: pan-y;
}
.ladi-carousel .ladi-carousel-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: left 350ms ease-in-out;
}
.ladi-carousel .ladi-carousel-arrow {
    position: absolute;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040;
}
.ladi-carousel .ladi-carousel-arrow-left {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.ladi-carousel .ladi-carousel-arrow-right {
    right: 5px;
}
.ladi-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ladi-gallery .ladi-gallery-view {
    position: absolute;
    overflow: hidden;
    touch-action: pan-y;
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    transition: transform 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;
    touch-action: pan-y;
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-view {
    width: 100%;
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control {
    top: 0;
    width: 100%;
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-view {
    top: 0;
    width: 100%;
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control {
    width: 100%;
    bottom: 0;
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-view {
    height: 100%;
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control {
    height: 100%;
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-view {
    height: 100%;
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control {
    height: 100%;
    right: 0;
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
    position: absolute;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040;
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
    right: 5px;
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 90000040;
}
.ladi-gallery.ladi-gallery-bottom
.ladi-gallery-control
.ladi-gallery-control-arrow,
.ladi-gallery.ladi-gallery-top
.ladi-gallery-control
.ladi-gallery-control-arrow {
    top: calc(50% - (33px) / 2);
}
.ladi-gallery.ladi-gallery-top
.ladi-gallery-control
.ladi-gallery-control-arrow-left {
    left: 0;
    transform: rotate(180deg) scale(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-tabs {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ladi-tabs .ladi-tabs-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.ladi-tabs > .ladi-element[data-index] {
    display: none;
}
.ladi-tabs > .ladi-element.selected[data-index] {
    display: block;
}
.ladi-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ladi-frame .ladi-frame-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: inherit;
}
.ladi-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ladi-banner .ladi-banner-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
}
#SECTION_POPUP .ladi-container {
    z-index: 90000070;
}
#SECTION_POPUP .ladi-container > .ladi-element {
    z-index: 90000070;
    position: fixed;
    display: none;
}
#SECTION_POPUP .ladi-container > .ladi-element[data-fixed-close="true"] {
    position: relative !important;
}
#SECTION_POPUP .ladi-container > .ladi-element.hide-visibility {
    display: block !important;
    visibility: hidden !important;
}
#SECTION_POPUP .popup-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9000000080;
    cursor: pointer;
}
.ladi-popup {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ladi-popup .ladi-popup-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.ladi-countdown {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ladi-countdown .ladi-countdown-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    display: table;
    pointer-events: none;
}
.ladi-countdown .ladi-countdown-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: inherit;
    display: table;
    pointer-events: none;
}
.ladi-countdown .ladi-countdown-text span {
    display: table-cell;
    vertical-align: middle;
}
.ladi-countdown > .ladi-element {
    text-decoration: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    position: relative;
    display: inline-block;
}
.ladi-countdown > .ladi-element:last-child {
    margin-right: 0 !important;
}
.ladi-button {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ladi-button:active {
    transform: translateY(2px);
    transition: transform 0.2s linear;
}
.ladi-button .ladi-button-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: inherit;
}
.ladi-button > .ladi-button-headline,
.ladi-button > .ladi-button-shape {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: table;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.ladi-button > .ladi-button-shape .ladi-shape {
    margin: auto;
    top: 0;
    bottom: 0;
}
.ladi-button > .ladi-button-headline .ladi-headline {
    display: table-cell;
    vertical-align: middle;
}
.ladi-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-button-headline {
    color: initial;
    font-size: initial;
    font-weight: initial;
    text-transform: initial;
    text-decoration: initial;
    font-style: initial;
    text-align: initial;
    letter-spacing: initial;
    line-height: initial;
}
.ladi-form > .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-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-button-group > .ladi-element {
    transition: inherit;
}
.ladi-button-group > .ladi-element > .ladi-button {
    transition: inherit;
}
.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;
}
.backdrop-dropbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000080;
}
.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%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
#SECTION_POPUP .popup-close,
.ladi-section .ladi-section-close,
.lightbox-screen .lightbox-close {
    width: 16px;
    height: 16px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
#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: auto;
        overflow-y: hidden;
        width: 100% !important;
        left: 0 !important;
        -webkit-overflow-scrolling: touch;
    }
    .ladi-section.ladi-auto-scroll {
        overflow-x: auto;
        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;
    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: 1200px;
    }
}
@media (max-width: 767px) {
    .ladi-section .ladi-container {
        width: 420px;
    }
}
@font-face {
    font-family: "Quicksand-Medium.ttf";
    src: url("https://w.ladicdn.com/596486701663abf2d493432e/quicksand-medium-20211109023748.ttf")
    format("truetype");
}
@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-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");
}
@font-face {
    font-family: "Quicksand-Bold.ttf";
    src: url("https://w.ladicdn.com/596486701663abf2d493432e/quicksand-bold-20211109023748.ttf")
    format("truetype");
}
body {
    font-family: "Quicksand-Medium.ttf";
}
@media (min-width: 768px) {
    #SECTION_POPUP {
        height: 0px;
    }
    #SECTION_POPUP .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION2 {
        height: 826.5px;
    }
    #SECTION2 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s1440x826/596486701663abf2d493432e/ra-mat-fnb-20220819071219.png");
        background-position: center bottom;
        background-repeat: repeat;
    }
    #SECTION2 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION3 {
        height: 1832.9px;
    }
    #SECTION3 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s1440x1832/596486701663abf2d493432e/s2-bg-20220324094205.png");
        background-position: center top;
        background-repeat: repeat;
    }
    #SECTION3 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #BUTTON7 {
        width: 370px;
        height: 58.421px;
        top: 621px;
        left: 110px;
    }
    #BUTTON7 > .ladi-button > .ladi-button-background {
        background-color: rgb(40, 180, 80);
    }
    #BUTTON7 > .ladi-button {
        border-radius: 60px;
    }
    #BUTTON7.ladi-animation > .ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }
    #BUTTON7 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }
    #BUTTON_TEXT7 {
        width: 179px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT7 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(255, 255, 255);
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    #PARAGRAPH16 {
        width: 479px;
        top: 80px;
        left: 0px;
    }
    #PARAGRAPH16 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: justify;
        line-height: 1.6;
    }
    #HEADLINE17 {
        width: 453px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE17 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(16, 72, 145);
        font-size: 24px;
        line-height: 1.4;
    }
    #PARAGRAPH29 {
        width: 470px;
        top: 1417.07px;
        left: 696.49px;
    }
    #PARAGRAPH29 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }
    #SHAPE31 {
        width: 24.0581px;
        height: 24.8468px;
        top: 1422.04px;
        left: 654.514px;
    }
    #SHAPE31 svg:last-child {
        fill: rgba(40, 180, 80, 1);
    }
    #SECTION98 {
        height: 406.9px;
    }
    #SECTION98 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s1440x406/596486701663abf2d493432e/s6-bg-20220328031636.png");
        background-position: center top;
        background-repeat: repeat;
    }
    #SECTION98 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION102 {
        height: 509.9px;
    }
    #SECTION102 > .ladi-section-background {
        background-color: rgb(239, 249, 254);
    }
    #SECTION102 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE103 {
        width: 891px;
        top: 59.1px;
        left: 154.5px;
    }
    #HEADLINE103 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 36px;
        text-align: center;
        line-height: 1.2;
    }
    #HEADLINE104 {
        width: 170px;
        top: 0px;
        left: 110px;
    }
    #HEADLINE104 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 60px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }
    #HEADLINE105 {
        width: 120px;
        top: 0px;
        left: 110px;
    }
    #HEADLINE105 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 60px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }
    #HEADLINE106 {
        width: 150px;
        top: 0px;
        left: 110px;
    }
    #HEADLINE106 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 60px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }
    #PARAGRAPH107 {
        width: 170px;
        top: 80px;
        left: 110px;
    }
    #PARAGRAPH107 > .ladi-paragraph {
        color: rgb(156, 194, 244);
        font-size: 21px;
        text-align: left;
        line-height: 1.2;
    }
    #PARAGRAPH108 {
        width: 120px;
        top: 80px;
        left: 110px;
    }
    #PARAGRAPH108 > .ladi-paragraph {
        color: rgb(156, 194, 244);
        font-size: 21px;
        text-align: left;
        line-height: 1.2;
    }
    #PARAGRAPH109 {
        width: 150px;
        top: 80px;
        left: 110px;
    }
    #PARAGRAPH109 > .ladi-paragraph {
        color: rgb(156, 194, 244);
        font-size: 21px;
        text-align: left;
        line-height: 1.2;
    }
    #IMAGE113 {
        width: 90px;
        height: 90px;
        top: 0px;
        left: 0px;
    }
    #IMAGE113 > .ladi-image > .ladi-image-background {
        width: 90px;
        height: 90px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/artboard-1-20220324024149.png");
    }
    #IMAGE114 {
        width: 90px;
        height: 90px;
        top: 0px;
        left: 0px;
    }
    #IMAGE114 > .ladi-image > .ladi-image-background {
        width: 90px;
        height: 90px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/artboard-2-20220324024149.png");
    }
    #IMAGE115 {
        width: 90px;
        height: 90px;
        top: 0px;
        left: 0px;
    }
    #IMAGE115 > .ladi-image > .ladi-image-background {
        width: 90px;
        height: 90px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/artboard-3-20220324024149.png");
    }
    #HEADLINE131 {
        width: 480px;
        top: 29.3px;
        left: 360px;
    }
    #HEADLINE131 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(16, 72, 145);
        font-size: 36px;
        text-align: center;
        line-height: 1.2;
    }
    #BOX132 {
        width: 280px;
        height: 206px;
        top: 0px;
        left: 0px;
    }
    #BOX132 > .ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(156, 194, 244);
        border-width: 1px;
        border-radius: 10px;
    }
    #BOX133 {
        width: 280px;
        height: 206px;
        top: 0px;
        left: 0px;
    }
    #BOX133 > .ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(156, 194, 244);
        border-width: 1px;
        border-radius: 10px;
    }
    #BOX134 {
        width: 280px;
        height: 206px;
        top: 0px;
        left: 0px;
    }
    #BOX134 > .ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(156, 194, 244);
        border-width: 1px;
        border-radius: 10px;
    }
    #BOX135 {
        width: 280px;
        height: 206px;
        top: 0px;
        left: 0px;
    }
    #BOX135 > .ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(156, 194, 244);
        border-width: 1px;
        border-radius: 10px;
    }
    #PARAGRAPH136 {
        width: 240px;
        top: 58.8571px;
        left: 20px;
    }
    #PARAGRAPH136 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }
    #PARAGRAPH137 {
        width: 240px;
        top: 58.8571px;
        left: 20px;
    }
    #PARAGRAPH137 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }
    #PARAGRAPH138 {
        width: 240px;
        top: 58.8571px;
        left: 20px;
    }
    #PARAGRAPH138 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }
    #PARAGRAPH139 {
        width: 240px;
        top: 60px;
        left: 20px;
    }
    #PARAGRAPH139 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE140 {
        width: 160px;
        top: 19.619px;
        left: 20px;
    }
    #HEADLINE140 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 18px;
        line-height: 1.6;
    }
    #HEADLINE141 {
        width: 160px;
        top: 19.619px;
        left: 20px;
    }
    #HEADLINE141 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 18px;
        line-height: 1.6;
    }
    #HEADLINE144 {
        width: 180px;
        top: 19.619px;
        left: 20px;
    }
    #HEADLINE144 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 18px;
        line-height: 1.6;
    }
    #HEADLINE146 {
        width: 210px;
        top: 20px;
        left: 20px;
    }
    #HEADLINE146 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 18px;
        line-height: 1.6;
    }
    #BUTTON_TEXT148 {
        width: 380px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT148 > .ladi-headline {
        font-family: "Quicksand-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    #BUTTON148 {
        width: 380px;
        height: 60px;
        top: 391.3px;
        left: 410px;
    }
    #BUTTON148 > .ladi-button > .ladi-button-background {
        background-color: rgb(40, 180, 80);
    }
    #BUTTON148 > .ladi-button {
        border-radius: 60px;
    }
    #BUTTON148 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }
    #GROUP151 {
        width: 280px;
        height: 206px;
        top: 145.3px;
        left: 10px;
    }
    #GROUP152 {
        width: 280px;
        height: 206px;
        top: 145.3px;
        left: 310px;
    }
    #GROUP153 {
        width: 280px;
        height: 206px;
        top: 145.3px;
        left: 610px;
    }
    #GROUP156 {
        width: 280px;
        height: 206px;
        top: 145.3px;
        left: 910px;
    }
    #GROUP167 {
        width: 260px;
        height: 130px;
        top: 208.2px;
        left: 890px;
    }
    #GROUP168 {
        width: 230px;
        height: 130px;
        top: 208.2px;
        left: 495px;
    }
    #GROUP169 {
        width: 280px;
        height: 130px;
        top: 208.2px;
        left: 50px;
    }
    #SECTION196 {
        height: 591.963px;
    }
    #SECTION196 > .ladi-section-background {
        background: #1e3b70;
        background: -webkit-linear-gradient(180deg, #1e3b70, #29539b);
        background: linear-gradient(180deg, #1e3b70, #29539b);
    }
    #SECTION196 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE235 {
        width: 150px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE235 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(40, 180, 80);
        font-size: 21px;
        line-height: 1.6;
    }
    #HEADLINE236 {
        width: 180px;
        top: 60px;
        left: 0px;
    }
    #HEADLINE236 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE237 {
        width: 180px;
        top: 100px;
        left: 0px;
    }
    #HEADLINE237 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE238 {
        width: 180px;
        top: 140px;
        left: 0px;
    }
    #HEADLINE238 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE239 {
        width: 180px;
        top: 180px;
        left: 0px;
    }
    #HEADLINE239 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE240 {
        width: 180px;
        top: 220px;
        left: 0px;
    }
    #HEADLINE240 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE241 {
        width: 150px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE241 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(40, 180, 80);
        font-size: 21px;
        line-height: 1.6;
    }
    #HEADLINE244 {
        width: 180px;
        top: 60px;
        left: 0px;
    }
    #HEADLINE244 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE245 {
        width: 180px;
        top: 100px;
        left: 0px;
    }
    #HEADLINE245 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE246 {
        width: 180px;
        top: 140px;
        left: 0px;
    }
    #HEADLINE246 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE247 {
        width: 180px;
        top: 180px;
        left: 0px;
    }
    #HEADLINE247 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE248 {
        width: 180px;
        top: 220px;
        left: 0px;
    }
    #HEADLINE248 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE249 {
        width: 180px;
        top: 260px;
        left: 0px;
    }
    #HEADLINE249 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE251 {
        width: 150px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE251 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(40, 180, 80);
        font-size: 21px;
        line-height: 1.6;
    }
    #HEADLINE253 {
        width: 180px;
        top: 60px;
        left: 0px;
    }
    #HEADLINE253 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE254 {
        width: 180px;
        top: 100px;
        left: 0px;
    }
    #HEADLINE254 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE255 {
        width: 280px;
        top: 140px;
        left: 0px;
    }
    #HEADLINE255 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE256 {
        width: 200px;
        top: 180px;
        left: 0px;
    }
    #HEADLINE256 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE257 {
        width: 180px;
        top: 220px;
        left: 0px;
    }
    #HEADLINE257 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE258 {
        width: 180px;
        top: 260px;
        left: 0px;
    }
    #HEADLINE258 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE261 {
        width: 180px;
        top: 300px;
        left: 0px;
    }
    #HEADLINE261 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE262 {
        width: 180px;
        top: 340px;
        left: 0px;
    }
    #HEADLINE262 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE263 {
        width: 180px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE263 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE264 {
        width: 200px;
        top: 40px;
        left: 0px;
    }
    #HEADLINE264 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE265 {
        width: 180px;
        top: 80px;
        left: 0px;
    }
    #HEADLINE265 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE266 {
        width: 180px;
        top: 120px;
        left: 0px;
    }
    #HEADLINE266 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE267 {
        width: 180px;
        top: 160px;
        left: 0px;
    }
    #HEADLINE267 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE268 {
        width: 280px;
        top: 200px;
        left: 0px;
    }
    #HEADLINE268 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE269 {
        width: 280px;
        top: 240px;
        left: 0px;
    }
    #HEADLINE269 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE270 {
        width: 280px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE270 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(40, 180, 80);
        font-size: 21px;
        line-height: 1.2;
    }
    #HEADLINE271 {
        width: 280px;
        top: 30px;
        left: 0px;
    }
    #HEADLINE271 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 40px;
        line-height: 1.2;
    }
    #HEADLINE272 {
        width: 210px;
        top: 260px;
        left: 0px;
    }
    #HEADLINE272 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE273 {
        width: 280px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE273 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(40, 180, 80);
        font-size: 21px;
        line-height: 1.2;
    }
    #HEADLINE274 {
        width: 280px;
        top: 30px;
        left: 0px;
    }
    #HEADLINE274 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 40px;
        line-height: 1.2;
    }
    #GROUP275 {
        width: 280px;
        height: 88px;
        top: 403.4px;
        left: 310px;
    }
    #GROUP276 {
        width: 280px;
        height: 88px;
        top: 403.4px;
        left: 10px;
    }
    #LINE277 {
        width: 1180px;
        top: 503.4px;
        left: 10px;
    }
    #LINE277 > .ladi-line > .ladi-line-container {
        border-top: 1px solid rgba(157, 195, 245, 0.3);
        border-right: 1px solid rgba(157, 195, 245, 0.3);
        border-bottom: 1px solid rgba(157, 195, 245, 0.3);
        border-left: 0px !important;
    }
    #LINE277 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #HEADLINE278 {
        width: 780px;
        top: 543.4px;
        left: 10px;
    }
    #HEADLINE278 > .ladi-headline {
        color: rgb(235, 245, 253);
        font-size: 16px;
        line-height: 1.6;
    }
    #GROUP279 {
        width: 210px;
        height: 286px;
        top: 73.4px;
        left: 10px;
    }
    #GROUP280 {
        width: 180px;
        height: 286px;
        top: 73.4px;
        left: 310px;
    }
    #GROUP281 {
        width: 280px;
        height: 366px;
        top: 73.4px;
        left: 610px;
    }
    #GROUP282 {
        width: 280px;
        height: 266px;
        top: 133.4px;
        left: 910px;
    }
    #PARAGRAPH325 {
        width: 380px;
        top: 461.3px;
        left: 410px;
    }
    #PARAGRAPH325 > .ladi-paragraph {
        color: rgb(132, 132, 132);
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }
    #IMAGE329 {
        width: 117px;
        height: 30px;
        top: 26px;
        left: 61px;
    }
    #IMAGE329 > .ladi-image > .ladi-image-background {
        width: 117px;
        height: 30px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x350/596486701663abf2d493432e/kiotviet-logo-20211123064756.png");
    }
    #HEADLINE330 {
        width: 239px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE330 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP328 {
        width: 239px;
        height: 56px;
        top: 8.5px;
        left: 81px;
    }
    #IMAGE332 {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
    }
    #IMAGE332 > .ladi-image > .ladi-image-background {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-quan-ly-icon-20220627152619.png");
    }
    #IMAGE332 > .ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1);
        border-radius: 12px;
    }
    #IMAGE333 {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 106.402px;
    }
    #IMAGE333 > .ladi-image > .ladi-image-background {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-quan-ly-fnb-icon-20220627154147.png");
    }
    #IMAGE333 > .ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1);
        border-radius: 12px;
    }
    #IMAGE334 {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 53.201px;
    }
    #IMAGE334 > .ladi-image > .ladi-image-background {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-salon-icon-20220627154201.png");
    }
    #IMAGE334 > .ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1);
        border-radius: 12px;
    }
    #GROUP331 {
        width: 145.402px;
        height: 39px;
        top: 74.226px;
        left: 127.799px;
    }
    #HEADLINE336 {
        width: 218px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE336 > .ladi-headline {
        color: rgb(5, 34, 74);
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BOX338 {
        width: 200.082px;
        height: 50.521px;
        top: 0px;
        left: 0px;
    }
    #BOX338 > .ladi-box {
        background-color: rgb(234, 242, 254);
        border-radius: 0px;
    }
    #COUNTDOWN340 {
        width: 169.813px;
        height: 24.906px;
        top: 0px;
        left: 0px;
    }
    #COUNTDOWN340 > .ladi-countdown {
        color: rgb(5, 34, 74);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    #COUNTDOWN340 > .ladi-countdown > .ladi-element {
        width: calc((100% - 10px * 3) / 4);
        margin-right: 10px;
        height: 100%;
    }
    #HEADLINE345 {
        width: 35px;
        top: 19.1345px;
        left: 2.54958px;
    }
    #HEADLINE345 > .ladi-headline {
        color: rgb(132, 132, 132);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE346 {
        width: 35px;
        top: 19.1345px;
        left: 46.7997px;
    }
    #HEADLINE346 > .ladi-headline {
        color: rgb(132, 132, 132);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE347 {
        width: 35px;
        top: 19.1345px;
        left: 91.0489px;
    }
    #HEADLINE347 > .ladi-headline {
        color: rgb(132, 132, 132);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE348 {
        width: 35px;
        top: 19.1345px;
        left: 135.3px;
    }
    #HEADLINE348 > .ladi-headline {
        color: rgb(132, 132, 132);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP339 {
        width: 170.3px;
        height: 38.1345px;
        top: 6.55502px;
        left: 15.5654px;
    }
    #GROUP337 {
        width: 200.082px;
        height: 50.521px;
        top: 30.979px;
        left: 8.959px;
    }
    #GROUP335 {
        width: 218px;
        height: 81.5px;
        top: 359.5px;
        left: 91.5px;
    }
    #BUTTON_TEXT350 {
        width: 349px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT350 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON350 {
        width: 349.491px;
        height: 40px;
        top: 153px;
        left: 0.763453px;
    }
    #BUTTON350 > .ladi-button > .ladi-button-background {
        background-color: rgb(15, 152, 28);
    }
    #BUTTON350 > .ladi-button {
        border-radius: 100px;
    }
    #FORM_ITEM352 {
        width: 349.474px;
        height: 40px;
        top: 0px;
        left: 0.508953px;
    }
    #FORM_ITEM353 {
        width: 170.963px;
        height: 40px;
        top: 48px;
        left: 0px;
    }
    #FORM_ITEM354 {
        width: 171.021px;
        height: 40px;
        top: 48px;
        left: 178.979px;
    }
    #FORM_ITEM355 {
        width: 350px;
        height: 40px;
        top: 96px;
        left: 0.508953px;
    }
    #FORM349 {
        width: 350.509px;
        height: 193px;
        top: 143.25px;
        left: 25.2455px;
    }
    #FORM349 > .ladi-form {
        color: rgb(19, 19, 19);
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    #FORM349 .ladi-form-item .ladi-form-control::placeholder,
    #FORM349
    .ladi-form
    .ladi-form-item.ladi-form-checkbox
    .ladi-form-checkbox-item
    span[data-checked="false"] {
        color: rgba(19, 19, 19, 1);
    }
    #FORM349 .ladi-form-item {
        padding-left: 8px;
        padding-right: 8px;
    }
    #FORM349 .ladi-form-item.ladi-form-checkbox {
        padding-left: 13px;
        padding-right: 13px;
    }
    #FORM349 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(19%2C%2019%2C%2019%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM349 .ladi-form-item-container,
    #FORM349 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(10, 103, 233);
        border-width: 1px;
        border-radius: 100px;
    }
    #FORM349 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(10, 103, 233);
    }
    #FORM349 .ladi-form-item-background {
        background-color: rgb(255, 255, 255);
        border-radius: 99px;
    }
    #POPUP327 {
        width: 401px;
        height: 441px;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
    }
    #POPUP327 > .ladi-popup > .ladi-overlay {
        border-radius: 20px;
    }
    #POPUP327 > .ladi-popup > .ladi-popup-background {
        background-color: rgb(255, 255, 255);
        border-radius: 20px;
    }
    #POPUP327 > .ladi-popup {
        border-radius: 20px;
    }
    #POPUP327 .popup-close {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22rgba(15%2C%20152%2C%2028%2C%201)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION361 {
        height: 568.5px;
    }
    #SECTION361 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE362 {
        width: 824px;
        top: 22.5px;
        left: 188px;
    }
    #HEADLINE362 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(16, 72, 145);
        font-size: 36px;
        text-align: center;
        line-height: 1.2;
    }
    #SHAPE364 {
        width: 43.5012px;
        height: 42.1859px;
        top: 290.814px;
        left: 742.903px;
    }
    #SHAPE364.ladi-animation > .ladi-shape {
        animation-name: bounce;
        -webkit-animation-name: bounce;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #SHAPE364 svg:last-child {
        fill: rgba(19, 109, 202, 1);
    }
    #GROUP365 {
        width: 479px;
        height: 157px;
        top: 125.789px;
        left: 27px;
    }
    #PARAGRAPH367 {
        width: 458px;
        top: 78.33px;
        left: 0px;
    }
    #PARAGRAPH367 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        text-align: justify;
        line-height: 1.6;
    }
    #HEADLINE368 {
        width: 456px;
        top: 0px;
        left: 1.95px;
    }
    #HEADLINE368 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(16, 72, 145);
        font-size: 24px;
        text-align: left;
        line-height: 1.4;
    }
    #HEADLINE370 {
        width: 418px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE370 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(16, 72, 145);
        font-size: 24px;
        line-height: 1.4;
    }
    #HEADLINE382 {
        width: 537px;
        top: 166.421px;
        left: 496.154px;
    }
    #HEADLINE382 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(40, 180, 80);
        font-size: 42px;
        text-align: center;
        line-height: 1.2;
    }
    #BOX387 {
        width: 1150.97px;
        height: 439.499px;
        top: 0px;
        left: 0px;
    }
    #BOX387 > .ladi-box {
        background-color: rgb(234, 242, 254);
        border-color: rgb(19, 109, 202);
        border-width: 3px;
        border-radius: 18px;
    }
    #BOX388 {
        width: 573.034px;
        height: 439.499px;
        top: 0px;
        left: 0px;
    }
    #BOX388 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s900x750/596486701663abf2d493432e/fnb_bg_final-1-20220726085124.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-radius: 18px;
    }
    #GROUP386 {
        width: 1150.97px;
        height: 439.499px;
        top: 1263.03px;
        left: 24.515px;
    }
    #PARAGRAPH389 {
        width: 479px;
        top: 128.933px;
        left: 3px;
    }
    #PARAGRAPH389 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }
    #BUTTON_TEXT390 {
        width: 241px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT390 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(255, 255, 255);
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    #BUTTON390 {
        width: 370px;
        height: 56.8421px;
        top: 1728.05px;
        left: 415px;
    }
    #BUTTON390 > .ladi-button > .ladi-button-background {
        background-color: rgb(40, 180, 80);
    }
    #BUTTON390 > .ladi-button {
        border-radius: 60px;
    }
    #BUTTON390.ladi-animation > .ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }
    #BUTTON390 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }
    #SECTION424 {
        height: 723px;
    }
    #SECTION424 > .ladi-section-background {
        background-color: rgba(235, 243, 255, 0.7);
    }
    #SECTION424 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE470 {
        width: 954px;
        top: 11px;
        left: 123px;
    }
    #HEADLINE470 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(16, 72, 145);
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }
    #IMAGE536 {
        width: 136px;
        height: 136px;
        top: 30.9245px;
        left: 73.0997px;
    }
    #IMAGE536 > .ladi-image > .ladi-image-background {
        width: 161.018px;
        height: 136px;
        top: 0px;
        left: -23.0509px;
        background-image: url("https://w.ladicdn.com/s500x450/596486701663abf2d493432e/chu-nha-hang-say1-1-20220727035207.jpg");
    }
    #IMAGE536 > .ladi-image {
        border-radius: 270px;
    }
    #LINE537 {
        width: 295px;
        top: 0px;
        left: 0px;
    }
    #LINE537 > .ladi-line > .ladi-line-container {
        border-top: 1px solid rgb(224, 224, 224);
        border-right: 1px solid rgb(224, 224, 224);
        border-bottom: 1px solid rgb(224, 224, 224);
        border-left: 0px !important;
    }
    #LINE537 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #PARAGRAPH538 {
        width: 311px;
        top: 106.977px;
        left: 18.5px;
    }
    #PARAGRAPH538 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(5, 31, 77);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }
    #SHAPE539 {
        width: 36px;
        height: 36px;
        top: 35.3979px;
        left: 18.5px;
    }
    #SHAPE539 svg:last-child {
        fill: rgba(7, 58, 145, 1);
    }
    #HEADLINE540 {
        width: 240px;
        top: 189.025px;
        left: 40.5875px;
    }
    #HEADLINE540 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(33, 33, 33);
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }
    #GROUP534 {
        width: 349.505px;
        height: 544px;
        top: 0px;
        left: 349.7px;
    }
    #HEADLINE466 {
        width: 155px;
        top: 517.407px;
        left: 94.7427px;
    }
    #HEADLINE466 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(33, 33, 33);
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }
    #SHAPE465 {
        width: 36px;
        height: 35px;
        top: 35.3823px;
        left: 19.35px;
    }
    #SHAPE465 svg:last-child {
        fill: rgba(7, 58, 145, 1);
    }
    #PARAGRAPH458 {
        width: 311px;
        top: 106.348px;
        left: 19.35px;
    }
    #PARAGRAPH458 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(5, 31, 77);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }
    #LINE457 {
        width: 279px;
        top: 320.383px;
        left: 29.6453px;
    }
    #LINE457 > .ladi-line > .ladi-line-container {
        border-top: 1px solid rgb(224, 224, 224);
        border-right: 1px solid rgb(224, 224, 224);
        border-bottom: 1px solid rgb(224, 224, 224);
        border-left: 0px !important;
    }
    #LINE457 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #IMAGE456 {
        width: 136.495px;
        height: 130.963px;
        top: 352.205px;
        left: 100.518px;
    }
    #IMAGE456 > .ladi-image > .ladi-image-background {
        width: 136.495px;
        height: 131px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x450/596486701663abf2d493432e/kadi-cafe-1-20220727035051.jpg");
    }
    #IMAGE456 > .ladi-image {
        border-radius: 270px;
    }
    #BOX455 {
        width: 349.7px;
        height: 544px;
        top: 0px;
        left: 0px;
    }
    #BOX455 > .ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-radius: 0px;
    }
    #GROUP454 {
        width: 349.7px;
        height: 544px;
        top: 0px;
        left: 0px;
    }
    #BOX543 {
        width: 351.195px;
        height: 544px;
        top: 0px;
        left: 0px;
    }
    #BOX543 > .ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-radius: 0px;
    }
    #IMAGE544 {
        width: 136px;
        height: 133.103px;
        top: 366.952px;
        left: 108.251px;
    }
    #IMAGE544 > .ladi-image > .ladi-image-background {
        width: 136px;
        height: 135.108px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x450/596486701663abf2d493432e/295460449_2126256230915120_682761741788829367_n-20220727040334.jpg");
    }
    #IMAGE544 > .ladi-image {
        border-radius: 270px;
    }
    #LINE545 {
        width: 312px;
        top: 320.69px;
        left: 13.9363px;
    }
    #LINE545 > .ladi-line > .ladi-line-container {
        border-top: 1px solid rgb(224, 224, 224);
        border-right: 1px solid rgb(224, 224, 224);
        border-bottom: 1px solid rgb(224, 224, 224);
        border-left: 0px !important;
    }
    #LINE545 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #PARAGRAPH546 {
        width: 311px;
        top: 108.898px;
        left: 20.7509px;
    }
    #PARAGRAPH546 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(5, 31, 77);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }
    #HEADLINE548 {
        width: 200px;
        top: 517px;
        left: 76.496px;
    }
    #HEADLINE548 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(33, 33, 33);
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }
    #GROUP542 {
        width: 351.195px;
        height: 544px;
        top: 0px;
        left: 699.205px;
    }
    #SECTION550 {
        height: 988px;
    }
    #SECTION550 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s1440x988/596486701663abf2d493432e/banner-landing-page-2-20220819070127.jpg");
        background-position: center top;
        background-repeat: repeat;
    }
    #SECTION550 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION571 {
        height: 379.6px;
    }
    #SECTION571 > .ladi-section-background {
        background-color: rgba(235, 243, 255, 0.7);
    }
    #SECTION571 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE572 {
        width: 891px;
        top: 21.6px;
        left: 154.5px;
    }
    #HEADLINE572 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(16, 72, 145);
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }
    #SHAPE547 {
        width: 36px;
        height: 36px;
        top: 40.7445px;
        left: 20.7509px;
    }
    #SHAPE547 svg:last-child {
        fill: rgba(7, 58, 145, 1);
    }
    #BOX625 {
        width: 479.209px;
        height: 352.521px;
        top: 27.4791px;
        left: 0px;
    }
    #BOX625 > .ladi-box {
        border-style: solid;
        border-color: rgb(19, 109, 202);
        border-width: 3px;
        border-radius: 19px;
    }
    #BOX626 {
        width: 479.209px;
        height: 352.521px;
        top: 0px;
        left: 23.6861px;
    }
    #BOX626 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s800x700/596486701663abf2d493432e/kho-khan-20220726103613.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-radius: 19px;
    }
    #GROUP624 {
        width: 502.894px;
        height: 380px;
        top: 153.5px;
        left: 610px;
    }
    #SECTION628 {
        height: 685.144px;
    }
    #SECTION628 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE645 {
        width: 696px;
        top: 22.2247px;
        left: 13.2709px;
    }
    #HEADLINE645 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 36px;
        text-align: center;
        line-height: 1.2;
        -webkit-text-stroke-width: 0px;
    }
    #IMAGE629 {
        width: 781.055px;
        height: 510.288px;
        top: 0px;
        left: 0px;
    }
    #IMAGE629 > .ladi-image > .ladi-image-background {
        width: 974.88px;
        height: 510.289px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1300x850/596486701663abf2d493432e/rbg/bo-phan-cung-01-1-1-20220727084214.png");
    }
    #HEADLINE648 {
        width: 502px;
        top: 1318.48px;
        left: 654.514px;
    }
    #HEADLINE648 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(16, 72, 145);
        font-size: 24px;
        text-align: left;
        line-height: 1.4;
    }
    #SECTION650 {
        height: 353.534px;
    }
    #SECTION650 > .ladi-section-background {
        background-color: rgb(234, 242, 254);
    }
    #SECTION650 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #IMAGE680 {
        width: 232.692px;
        height: 353.534px;
        top: 0px;
        left: 59px;
    }
    #IMAGE680 > .ladi-image > .ladi-image-background {
        width: 229.798px;
        height: 353.534px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x700/596486701663abf2d493432e/hytr-1-20220727105255.png");
    }
    #GROUP712 {
        width: 458px;
        height: 180.33px;
        top: 493.136px;
        left: 720px;
    }
    #GROUP713 {
        width: 482px;
        height: 205.933px;
        top: 860.362px;
        left: 27px;
    }
    #SHAPE725 {
        width: 88px;
        height: 88px;
        top: 19.798px;
        left: 664.624px;
    }
    #SHAPE725 > .ladi-shape {
        transform: rotate(-22deg);
        -webkit-transform: rotate(-22deg);
    }
    #SHAPE725 svg:last-child {
        fill: rgba(11, 92, 22, 1);
    }
    #SHAPE726 {
        width: 79px;
        height: 80px;
        top: 356.798px;
        left: 188px;
    }
    #SHAPE726 > .ladi-shape {
        transform: perspective(1000px) rotate(24deg) rotateY(180deg);
        -webkit-transform: perspective(1000px) rotate(24deg) rotateY(180deg);
    }
    #SHAPE726 svg:last-child {
        fill: rgba(11, 92, 22, 1);
    }
    #HEADLINE727 {
        width: 135px;
        top: 107.798px;
        left: 23.43px;
    }
    #HEADLINE727 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 21px;
        text-align: center;
        line-height: 1.4;
    }
    #HEADLINE727.ladi-animation > .ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0.4s;
        -webkit-animation-delay: 0.4s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #HEADLINE728 {
        width: 135px;
        top: 346.798px;
        left: 41.43px;
    }
    #HEADLINE728 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 21px;
        text-align: center;
        line-height: 1.4;
    }
    #HEADLINE728.ladi-animation > .ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #HEADLINE729 {
        width: 135px;
        top: 96.798px;
        left: 197.028px;
    }
    #HEADLINE729 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 21px;
        text-align: center;
        line-height: 1.4;
    }
    #HEADLINE729.ladi-animation > .ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #SHAPE730 {
        width: 80px;
        height: 80px;
        top: 63.144px;
        left: 340.43px;
    }
    #SHAPE730 svg:last-child {
        fill: rgba(11, 92, 22, 1);
    }
    #HEADLINE731 {
        width: 281px;
        top: 13px;
        left: 709.055px;
    }
    #HEADLINE731 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 21px;
        text-align: center;
        line-height: 1.4;
    }
    #HEADLINE731.ladi-animation > .ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #HEADLINE732 {
        width: 209px;
        top: 317.798px;
        left: 752.624px;
    }
    #HEADLINE732 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 21px;
        text-align: center;
        line-height: 1.4;
    }
    #HEADLINE732.ladi-animation > .ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0.7s;
        -webkit-animation-delay: 0.7s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #SHAPE733 {
        width: 112px;
        height: 112px;
        top: 159.798px;
        left: 129.528px;
    }
    #SHAPE733 > .ladi-shape {
        transform: perspective(1000px) rotate(36deg) rotateX(180deg) rotateY(180deg);
        -webkit-transform: perspective(1000px) rotate(36deg) rotateX(180deg)
        rotateY(180deg);
    }
    #SHAPE733 svg:last-child {
        fill: rgba(11, 92, 22, 1);
    }
    #SHAPE734 {
        width: 88px;
        height: 88px;
        top: 332.298px;
        left: 678.527px;
    }
    #SHAPE734 > .ladi-shape {
        transform: rotate(-22deg);
        -webkit-transform: rotate(-22deg);
    }
    #SHAPE734 svg:last-child {
        fill: rgba(11, 92, 22, 1);
    }
    #GROUP738 {
        width: 990.055px;
        height: 510.288px;
        top: 146.856px;
        left: 104.973px;
    }
    #BOX740 {
        width: 722.315px;
        height: 86px;
        top: 0px;
        left: 0px;
    }
    #BOX740 > .ladi-box {
        background-color: rgb(19, 109, 202);
        border-radius: 50px;
    }
    #GROUP741 {
        width: 722.315px;
        height: 86px;
        top: 28.566px;
        left: 238.842px;
    }
    #FRAME675 {
        width: 820.307px;
        height: 125.187px;
        top: 11.234px;
        left: 354.5px;
    }
    #FRAME675 > .ladi-frame > .ladi-frame-background {
        background-color: rgb(234, 242, 254);
    }
    #FRAME675 > .ladi-frame {
        border-color: rgb(16, 72, 145);
        border-width: 4px;
    }
    #PARAGRAPH677 {
        width: 740px;
        top: 24.26px;
        left: 55px;
    }
    #PARAGRAPH677 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 18px;
        text-align: justify;
        line-height: 1.6;
    }
    #SHAPE676 {
        width: 27.1754px;
        height: 22.6454px;
        top: 24.26px;
        left: 17px;
    }
    #SHAPE676 svg:last-child {
        fill: rgba(16, 72, 145, 1);
    }
    #IMAGE750 {
        width: 494.751px;
        height: 331.383px;
        top: 11px;
        left: 88.8px;
    }
    #IMAGE750 > .ladi-image > .ladi-image-background {
        width: 494.751px;
        height: 331.383px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s800x650/596486701663abf2d493432e/may-in-01-20220728044151.png");
    }
    #BOX754 {
        width: 511.664px;
        height: 280.071px;
        top: 191.723px;
        left: 198.613px;
    }
    #BOX754 > .ladi-box {
        background-color: rgb(19, 109, 202);
        border-color: rgb(19, 109, 202);
        border-width: 3px;
        border-radius: 19px;
    }
    #IMAGE748 {
        width: 726.359px;
        height: 408.578px;
        top: 0px;
        left: 0px;
    }
    #IMAGE748 > .ladi-image > .ladi-image-background {
        width: 726.359px;
        height: 408.578px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1050x750/596486701663abf2d493432e/wifi-20220728041334.png");
    }
    #BOX379 {
        width: 428.49px;
        height: 217.547px;
        top: 158.59px;
        left: 297.869px;
    }
    #BOX379 > .ladi-box {
        background-color: rgb(19, 109, 202);
        border-color: rgb(19, 109, 202);
        border-width: 3px;
        border-radius: 20px;
    }
    #SHAPE760 {
        width: 124.936px;
        height: 124.936px;
        top: 23.655px;
        left: 90.97px;
    }
    #SHAPE760 svg:last-child {
        fill: rgba(16, 72, 145, 1);
    }
    #BOX761 {
        width: 435px;
        height: 220.852px;
        top: 116.383px;
        left: 0px;
    }
    #BOX761 > .ladi-box {
        background-color: rgb(19, 109, 202);
        border-color: rgb(19, 109, 202);
        border-width: 3px;
        border-radius: 20px;
    }
    #IMAGE763 {
        width: 229.401px;
        height: 207.604px;
        top: 0px;
        left: 95.8px;
    }
    #IMAGE763 > .ladi-image > .ladi-image-background {
        width: 229.401px;
        height: 207.604px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/thuc-don_1-20220728044526.png");
    }
    #IMAGE763 > .ladi-image {
        border-radius: 10px;
    }
    #IMAGE765 {
        width: 139.897px;
        height: 126.604px;
        top: 154.383px;
        left: 39.9988px;
    }
    #IMAGE765 > .ladi-image > .ladi-image-background {
        width: 139.897px;
        height: 126.604px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x450/596486701663abf2d493432e/thuc-don_2-20220728050011.png");
    }
    #IMAGE765 > .ladi-image {
        border-radius: 10px;
    }
    #GROUP767 {
        width: 583.551px;
        height: 342.383px;
        top: 418.221px;
        left: 27px;
    }
    #CAROUSEL768 {
        width: 1047.4px;
        height: 544px;
        top: 122px;
        left: 76.3px;
    }
    #CAROUSEL768 .ladi-carousel .ladi-carousel-arrow {
        display: none;
    }
    #DROPBOX775 {
        width: 467px;
        height: 467px;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
    }
    #DROPBOX775 > .ladi-popup > .ladi-popup-background {
        background-color: rgb(255, 255, 255);
    }
    #DROPBOX775 .popup-close {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #GROUP777 {
        width: 295px;
        height: 206.025px;
        top: 327.748px;
        left: 26.6585px;
    }
    #IMAGE784 {
        width: 756.499px;
        height: 464.95px;
        top: 0px;
        left: 0px;
    }
    #IMAGE784 > .ladi-image > .ladi-image-background {
        width: 756.499px;
        height: 464.95px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s1100x800/596486701663abf2d493432e/may-pos-20220728104803.png");
    }
    #GROUP786 {
        width: 756.499px;
        height: 471.794px;
        top: 740.998px;
        left: 467.698px;
    }
    #SHAPE783 {
        width: 24.0581px;
        height: 24.8468px;
        top: 1622.22px;
        left: 654.514px;
    }
    #SHAPE783 svg:last-child {
        fill: rgba(40, 180, 80, 1);
    }
    #SHAPE782 {
        width: 24.0581px;
        height: 24.8468px;
        top: 1571.54px;
        left: 654.514px;
    }
    #SHAPE782 svg:last-child {
        fill: rgba(40, 180, 80, 1);
    }
    #SHAPE32 {
        width: 24.0581px;
        height: 24.8468px;
        top: 1497.62px;
        left: 654.514px;
    }
    #SHAPE32 svg:last-child {
        fill: rgba(40, 180, 80, 1);
    }
    #BODY_BACKGROUND {
        height: 0px;
    }
    #BODY_BACKGROUND .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #BOX535 {
        width: 349.505px;
        height: 544px;
        top: 0px;
        left: 0px;
    }
    #BOX535 > .ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-radius: 0px;
    }
    #GROUP818 {
        width: 726.359px;
        height: 408.578px;
        top: 0px;
        left: 451.616px;
    }
    #BUTTON_TEXT829 {
        width: 241px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT829 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(255, 255, 255);
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    #BUTTON829 {
        width: 317.925px;
        height: 48.8421px;
        top: 911px;
        left: 441.038px;
    }
    #BUTTON829 > .ladi-button > .ladi-button-background {
        background-color: rgb(40, 180, 80);
    }
    #BUTTON829 > .ladi-button {
        border-radius: 60px;
    }
    #BUTTON829.ladi-animation > .ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }
    #BUTTON829 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }
    #IMAGE841 {
        width: 30px;
        height: 30px;
        top: 0px;
        left: 0px;
    }
    #IMAGE841 > .ladi-image > .ladi-image-background {
        width: 30px;
        height: 30px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/remove-2-20220727025853.png");
    }
    #IMAGE842 {
        width: 30px;
        height: 30px;
        top: 152.667px;
        left: 0px;
    }
    #IMAGE842 > .ladi-image > .ladi-image-background {
        width: 30px;
        height: 30px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/remove-2-20220727025853.png");
    }
    #IMAGE843 {
        width: 30px;
        height: 30px;
        top: 76.333px;
        left: 0px;
    }
    #IMAGE843 > .ladi-image > .ladi-image-background {
        width: 30px;
        height: 30px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/remove-2-20220727025853.png");
    }
    #IMAGE844 {
        width: 30px;
        height: 30px;
        top: 229px;
        left: 0px;
    }
    #IMAGE844 > .ladi-image > .ladi-image-background {
        width: 30px;
        height: 30px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/remove-2-20220727025853.png");
    }
    #PARAGRAPH845 {
        width: 410px;
        top: 229px;
        left: 49px;
    }
    #PARAGRAPH845 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(84, 84, 84);
        font-size: 16px;
        line-height: 1.6;
    }
    #PARAGRAPH846 {
        width: 400px;
        top: 152.667px;
        left: 49px;
    }
    #PARAGRAPH846 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(84, 84, 84);
        font-size: 16px;
        line-height: 1.6;
    }
    #PARAGRAPH847 {
        width: 410px;
        top: 76.333px;
        left: 49px;
    }
    #PARAGRAPH847 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(84, 84, 84);
        font-size: 16px;
        line-height: 1.6;
    }
    #PARAGRAPH848 {
        width: 400px;
        top: 0px;
        left: 49px;
    }
    #PARAGRAPH848 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(84, 84, 84);
        font-size: 16px;
        line-height: 1.6;
    }
    #GROUP840 {
        width: 459px;
        height: 280px;
        top: 203.5px;
        left: 37.154px;
    }
    #IMAGE853 {
        width: 200px;
        height: 200px;
        top: 25px;
        left: 25px;
    }
    #IMAGE853 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/kadi-cafe1-20220726101931.jpg");
    }
    #IMAGE854 {
        width: 200px;
        height: 200px;
        top: 25px;
        left: 275px;
    }
    #IMAGE854 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/nha-hang-say-restaurant-20220726101947.jpg");
    }
    #IMAGE855 {
        width: 200px;
        height: 200px;
        top: 25px;
        left: 525px;
    }
    #IMAGE855 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/kafa-20220726102004.jpg");
    }
    #IMAGE856 {
        width: 200px;
        height: 200px;
        top: 27px;
        left: 778.431px;
    }
    #IMAGE856 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/sinh-to-thom-20220726102216.png");
    }
    #IMAGE857 {
        width: 200px;
        height: 200px;
        top: 27px;
        left: 1023.2px;
    }
    #IMAGE857 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/mono-cafe-lab-20220726102409.jpg");
    }
    #IMAGE858 {
        width: 200px;
        height: 200px;
        top: 27px;
        left: 1277.2px;
    }
    #IMAGE858 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/kem-con-dao-20220726102418.jpg");
    }
    #IMAGE859 {
        width: 200px;
        height: 200px;
        top: 25px;
        left: 1525.2px;
    }
    #IMAGE859 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/bit-tet-au-viet-20220726102414.jpg");
    }
    #IMAGE860 {
        width: 200px;
        height: 200px;
        top: 27px;
        left: 1778.2px;
    }
    #IMAGE860 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/logo-beer-garden-20220726102425.jpg");
    }
    #CAROUSEL852 {
        width: 995.595px;
        height: 250px;
        top: 95px;
        left: 99.433px;
    }
    #CAROUSEL852 .ladi-carousel .ladi-carousel-arrow {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
}
@media (max-width: 767px) {
    #SECTION_POPUP {
        height: 0px;
    }
    #SECTION_POPUP .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION2 {
        height: 196.892px;
    }
    #SECTION2 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s768x196/596486701663abf2d493432e/ra-mat-fnb-20220819071219.png");
        background-position: center bottom;
        background-repeat: repeat;
    }
    #SECTION2 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION3 {
        height: 2018.49px;
    }
    #SECTION3 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s768x2018/596486701663abf2d493432e/s2-bg-20220324094205.png");
        background-position: center top;
        background-repeat: repeat;
    }
    #SECTION3 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #BUTTON7 {
        width: 178.6px;
        height: 19px;
        top: 138.629px;
        left: 44.5px;
    }
    #BUTTON7 > .ladi-button > .ladi-button-background {
        background-color: rgb(40, 180, 80);
    }
    #BUTTON7 > .ladi-button {
        border-radius: 60px;
    }
    #BUTTON7.ladi-animation > .ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }
    #BUTTON7 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }
    #BUTTON_TEXT7 {
        width: 141px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT7 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(255, 255, 255);
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    #PARAGRAPH16 {
        width: 353px;
        top: 291.887px;
        left: 0px;
    }
    #PARAGRAPH16 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE17 {
        width: 353px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE17 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(16, 72, 145);
        font-size: 18px;
        text-align: center;
        line-height: 1.4;
    }
    #PARAGRAPH29 {
        width: 287px;
        top: 1675.65px;
        left: 97px;
    }
    #PARAGRAPH29 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        line-height: 1.6;
    }
    #SHAPE31 {
        width: 26px;
        height: 26px;
        top: 1681.31px;
        left: 51.521px;
    }
    #SHAPE31 svg:last-child {
        fill: rgba(40, 180, 80, 1);
    }
    #SECTION98 {
        height: 916.691px;
    }
    #SECTION98 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s768x916/596486701663abf2d493432e/s6-bg-20220328031636.png");
        background-position: center top;
        background-repeat: repeat;
    }
    #SECTION98 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION102 {
        height: 1238.33px;
    }
    #SECTION102 > .ladi-section-background {
        background-color: rgb(239, 249, 254);
    }
    #SECTION102 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE103 {
        width: 360px;
        top: 55.688px;
        left: 30px;
    }
    #HEADLINE103 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 36px;
        line-height: 1.2;
    }
    #HEADLINE104 {
        width: 170px;
        top: 0px;
        left: 110px;
    }
    #HEADLINE104 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 60px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }
    #HEADLINE105 {
        width: 120px;
        top: 0px;
        left: 110px;
    }
    #HEADLINE105 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 60px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }
    #HEADLINE106 {
        width: 150px;
        top: 0px;
        left: 110px;
    }
    #HEADLINE106 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 60px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }
    #PARAGRAPH107 {
        width: 170px;
        top: 80px;
        left: 110px;
    }
    #PARAGRAPH107 > .ladi-paragraph {
        color: rgb(156, 194, 244);
        font-size: 21px;
        text-align: left;
        line-height: 1.2;
    }
    #PARAGRAPH108 {
        width: 120px;
        top: 80px;
        left: 110px;
    }
    #PARAGRAPH108 > .ladi-paragraph {
        color: rgb(156, 194, 244);
        font-size: 21px;
        text-align: left;
        line-height: 1.2;
    }
    #PARAGRAPH109 {
        width: 150px;
        top: 80px;
        left: 110px;
    }
    #PARAGRAPH109 > .ladi-paragraph {
        color: rgb(156, 194, 244);
        font-size: 21px;
        text-align: left;
        line-height: 1.2;
    }
    #IMAGE113 {
        width: 90px;
        height: 90px;
        top: 0px;
        left: 0px;
    }
    #IMAGE113 > .ladi-image > .ladi-image-background {
        width: 90px;
        height: 90px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/artboard-1-20220324024149.png");
    }
    #IMAGE114 {
        width: 90px;
        height: 90px;
        top: 0px;
        left: 0px;
    }
    #IMAGE114 > .ladi-image > .ladi-image-background {
        width: 90px;
        height: 90px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/artboard-2-20220324024149.png");
    }
    #IMAGE115 {
        width: 90px;
        height: 90px;
        top: 0px;
        left: 0px;
    }
    #IMAGE115 > .ladi-image > .ladi-image-background {
        width: 90px;
        height: 90px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/artboard-3-20220324024149.png");
    }
    #HEADLINE131 {
        width: 360px;
        top: 49.308px;
        left: 30px;
    }
    #HEADLINE131 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(16, 72, 145);
        font-size: 36px;
        line-height: 1.2;
    }
    #BOX132 {
        width: 360px;
        height: 190px;
        top: 0px;
        left: 0px;
    }
    #BOX132 > .ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(156, 194, 244);
        border-width: 1px;
        border-radius: 10px;
    }
    #BOX133 {
        width: 360px;
        height: 160px;
        top: 0px;
        left: 0px;
    }
    #BOX133 > .ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(156, 194, 244);
        border-width: 1px;
        border-radius: 10px;
    }
    #BOX134 {
        width: 360px;
        height: 190px;
        top: 0px;
        left: 0px;
    }
    #BOX134 > .ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(156, 194, 244);
        border-width: 1px;
        border-radius: 10px;
    }
    #BOX135 {
        width: 360px;
        height: 170px;
        top: 0px;
        left: 0px;
    }
    #BOX135 > .ladi-box {
        background-color: rgb(255, 255, 255);
        border-style: solid;
        border-color: rgb(156, 194, 244);
        border-width: 1px;
        border-radius: 10px;
    }
    #PARAGRAPH136 {
        width: 290px;
        top: 60px;
        left: 40px;
    }
    #PARAGRAPH136 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }
    #PARAGRAPH137 {
        width: 290px;
        top: 60px;
        left: 40px;
    }
    #PARAGRAPH137 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }
    #PARAGRAPH138 {
        width: 280px;
        top: 60px;
        left: 40px;
    }
    #PARAGRAPH138 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }
    #PARAGRAPH139 {
        width: 290px;
        top: 60px;
        left: 40px;
    }
    #PARAGRAPH139 > .ladi-paragraph {
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE140 {
        width: 160px;
        top: 20px;
        left: 40px;
    }
    #HEADLINE140 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 18px;
        line-height: 1.6;
    }
    #HEADLINE141 {
        width: 206px;
        top: 23.997px;
        left: 40px;
    }
    #HEADLINE141 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 18px;
        line-height: 1.6;
    }
    #HEADLINE144 {
        width: 180px;
        top: 20px;
        left: 40px;
    }
    #HEADLINE144 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 18px;
        line-height: 1.6;
    }
    #HEADLINE146 {
        width: 270px;
        top: 20px;
        left: 40px;
    }
    #HEADLINE146 > .ladi-headline {
        font-family: "Raleway-ExtraBold.ttf";
        color: rgb(16, 72, 145);
        font-size: 18px;
        line-height: 1.6;
    }
    #BUTTON_TEXT148 {
        width: 380px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT148 > .ladi-headline {
        font-family: "Quicksand-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    #BUTTON148 {
        width: 380px;
        height: 60px;
        top: 1071.31px;
        left: 20px;
    }
    #BUTTON148 > .ladi-button > .ladi-button-background {
        background-color: rgb(40, 180, 80);
    }
    #BUTTON148 > .ladi-button {
        border-radius: 60px;
    }
    #BUTTON148 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }
    #GROUP151 {
        width: 360px;
        height: 190px;
        top: 219.308px;
        left: 30px;
    }
    #GROUP152 {
        width: 360px;
        height: 160px;
        top: 439.308px;
        left: 30px;
    }
    #GROUP153 {
        width: 360px;
        height: 190px;
        top: 629.308px;
        left: 30px;
    }
    #GROUP156 {
        width: 360px;
        height: 170px;
        top: 849.308px;
        left: 30px;
    }
    #GROUP167 {
        width: 260px;
        height: 130px;
        top: 690.508px;
        left: 70px;
    }
    #GROUP168 {
        width: 230px;
        height: 130px;
        top: 470.508px;
        left: 70px;
    }
    #GROUP169 {
        width: 280px;
        height: 130px;
        top: 270.508px;
        left: 70px;
    }
    #SECTION196 {
        height: 1801.64px;
    }
    #SECTION196 > .ladi-section-background {
        background: #1e3b70;
        background: -webkit-linear-gradient(180deg, #1e3b70, #29539b);
        background: linear-gradient(180deg, #1e3b70, #29539b);
    }
    #SECTION196 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE235 {
        width: 150px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE235 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(40, 180, 80);
        font-size: 21px;
        line-height: 1.6;
    }
    #HEADLINE236 {
        width: 180px;
        top: 60px;
        left: 0px;
    }
    #HEADLINE236 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE237 {
        width: 180px;
        top: 100px;
        left: 0px;
    }
    #HEADLINE237 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE238 {
        width: 180px;
        top: 140px;
        left: 0px;
    }
    #HEADLINE238 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE239 {
        width: 180px;
        top: 180px;
        left: 0px;
    }
    #HEADLINE239 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE240 {
        width: 180px;
        top: 220px;
        left: 0px;
    }
    #HEADLINE240 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE241 {
        width: 150px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE241 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(40, 180, 80);
        font-size: 21px;
        line-height: 1.6;
    }
    #HEADLINE244 {
        width: 180px;
        top: 60px;
        left: 0px;
    }
    #HEADLINE244 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE245 {
        width: 180px;
        top: 100px;
        left: 0px;
    }
    #HEADLINE245 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE246 {
        width: 180px;
        top: 140px;
        left: 0px;
    }
    #HEADLINE246 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE247 {
        width: 180px;
        top: 180px;
        left: 0px;
    }
    #HEADLINE247 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE248 {
        width: 180px;
        top: 220px;
        left: 0px;
    }
    #HEADLINE248 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE249 {
        width: 180px;
        top: 260px;
        left: 0px;
    }
    #HEADLINE249 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE251 {
        width: 150px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE251 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(40, 180, 80);
        font-size: 21px;
        line-height: 1.6;
    }
    #HEADLINE253 {
        width: 180px;
        top: 60px;
        left: 0px;
    }
    #HEADLINE253 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE254 {
        width: 180px;
        top: 100px;
        left: 0px;
    }
    #HEADLINE254 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE255 {
        width: 280px;
        top: 140px;
        left: 0px;
    }
    #HEADLINE255 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE256 {
        width: 200px;
        top: 180px;
        left: 0px;
    }
    #HEADLINE256 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE257 {
        width: 180px;
        top: 220px;
        left: 0px;
    }
    #HEADLINE257 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE258 {
        width: 180px;
        top: 260px;
        left: 0px;
    }
    #HEADLINE258 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE261 {
        width: 180px;
        top: 300px;
        left: 0px;
    }
    #HEADLINE261 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE262 {
        width: 180px;
        top: 340px;
        left: 0px;
    }
    #HEADLINE262 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE263 {
        width: 180px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE263 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE264 {
        width: 200px;
        top: 40px;
        left: 0px;
    }
    #HEADLINE264 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE265 {
        width: 180px;
        top: 80px;
        left: 0px;
    }
    #HEADLINE265 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE266 {
        width: 180px;
        top: 120px;
        left: 0px;
    }
    #HEADLINE266 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE267 {
        width: 180px;
        top: 160px;
        left: 0px;
    }
    #HEADLINE267 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE268 {
        width: 280px;
        top: 200px;
        left: 0px;
    }
    #HEADLINE268 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE269 {
        width: 280px;
        top: 240px;
        left: 0px;
    }
    #HEADLINE269 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE270 {
        width: 280px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE270 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(40, 180, 80);
        font-size: 21px;
        line-height: 1.2;
    }
    #HEADLINE271 {
        width: 280px;
        top: 30px;
        left: 0px;
    }
    #HEADLINE271 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 48px;
        line-height: 1.2;
    }
    #HEADLINE272 {
        width: 210px;
        top: 260px;
        left: 0px;
    }
    #HEADLINE272 > .ladi-headline {
        color: rgb(156, 194, 244);
        font-size: 16px;
        line-height: 1.6;
    }
    #HEADLINE273 {
        width: 280px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE273 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(40, 180, 80);
        font-size: 21px;
        line-height: 1.2;
    }
    #HEADLINE274 {
        width: 280px;
        top: 30px;
        left: 0px;
    }
    #HEADLINE274 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 48px;
        line-height: 1.2;
    }
    #GROUP275 {
        width: 280px;
        height: 88px;
        top: 826.282px;
        left: 40px;
    }
    #GROUP276 {
        width: 280px;
        height: 88px;
        top: 706.282px;
        left: 40px;
    }
    #LINE277 {
        width: 350px;
        top: 1656.3px;
        left: 30px;
    }
    #LINE277 > .ladi-line > .ladi-line-container {
        border-top: 1px solid rgba(157, 195, 245, 0.3);
        border-right: 1px solid rgba(157, 195, 245, 0.3);
        border-bottom: 1px solid rgba(157, 195, 245, 0.3);
        border-left: 0px !important;
    }
    #LINE277 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #HEADLINE278 {
        width: 360px;
        top: 1696.28px;
        left: 30px;
    }
    #HEADLINE278 > .ladi-headline {
        color: rgb(235, 245, 253);
        font-size: 16px;
        line-height: 1.6;
    }
    #GROUP279 {
        width: 210px;
        height: 286px;
        top: 46.282px;
        left: 40px;
    }
    #GROUP280 {
        width: 180px;
        height: 286px;
        top: 376.282px;
        left: 40px;
    }
    #GROUP281 {
        width: 280px;
        height: 366px;
        top: 976.282px;
        left: 40px;
    }
    #GROUP282 {
        width: 280px;
        height: 266px;
        top: 1356.28px;
        left: 40px;
    }
    #PARAGRAPH325 {
        width: 370px;
        top: 1141.31px;
        left: 25px;
    }
    #PARAGRAPH325 > .ladi-paragraph {
        color: rgb(132, 132, 132);
        font-size: 16px;
        line-height: 1.6;
    }
    #IMAGE329 {
        width: 117px;
        height: 30px;
        top: 26px;
        left: 61px;
    }
    #IMAGE329 > .ladi-image > .ladi-image-background {
        width: 117px;
        height: 30px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x350/596486701663abf2d493432e/kiotviet-logo-20211123064756.png");
    }
    #HEADLINE330 {
        width: 239px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE330 > .ladi-headline {
        color: rgb(0, 0, 0);
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP328 {
        width: 239px;
        height: 56px;
        top: 8.5px;
        left: 81px;
    }
    #IMAGE332 {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
    }
    #IMAGE332 > .ladi-image > .ladi-image-background {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-quan-ly-icon-20220627152619.png");
    }
    #IMAGE332 > .ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1);
        border-radius: 12px;
    }
    #IMAGE333 {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 106.402px;
    }
    #IMAGE333 > .ladi-image > .ladi-image-background {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-quan-ly-fnb-icon-20220627154147.png");
    }
    #IMAGE333 > .ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1);
        border-radius: 12px;
    }
    #IMAGE334 {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 53.201px;
    }
    #IMAGE334 > .ladi-image > .ladi-image-background {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/kiotviet-salon-icon-20220627154201.png");
    }
    #IMAGE334 > .ladi-image {
        box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1);
        -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 1);
        border-radius: 12px;
    }
    #GROUP331 {
        width: 145.402px;
        height: 39px;
        top: 74.226px;
        left: 127.799px;
    }
    #HEADLINE336 {
        width: 218px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE336 > .ladi-headline {
        color: rgb(5, 34, 74);
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BOX338 {
        width: 200.082px;
        height: 50.521px;
        top: 0px;
        left: 0px;
    }
    #BOX338 > .ladi-box {
        background-color: rgb(234, 242, 254);
        border-radius: 0px;
    }
    #COUNTDOWN340 {
        width: 169.813px;
        height: 24.906px;
        top: 0px;
        left: 0px;
    }
    #COUNTDOWN340 > .ladi-countdown {
        color: rgb(5, 34, 74);
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    #COUNTDOWN340 > .ladi-countdown > .ladi-element {
        width: calc((100% - 10px * 3) / 4);
        margin-right: 10px;
        height: 100%;
    }
    #HEADLINE345 {
        width: 35px;
        top: 19.1345px;
        left: 2.54958px;
    }
    #HEADLINE345 > .ladi-headline {
        color: rgb(132, 132, 132);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE346 {
        width: 35px;
        top: 19.1345px;
        left: 46.7997px;
    }
    #HEADLINE346 > .ladi-headline {
        color: rgb(132, 132, 132);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE347 {
        width: 35px;
        top: 19.1345px;
        left: 91.0489px;
    }
    #HEADLINE347 > .ladi-headline {
        color: rgb(132, 132, 132);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE348 {
        width: 35px;
        top: 19.1345px;
        left: 135.3px;
    }
    #HEADLINE348 > .ladi-headline {
        color: rgb(132, 132, 132);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP339 {
        width: 170.3px;
        height: 38.1345px;
        top: 6.55502px;
        left: 15.5654px;
    }
    #GROUP337 {
        width: 200.082px;
        height: 50.521px;
        top: 30.979px;
        left: 8.959px;
    }
    #GROUP335 {
        width: 218px;
        height: 81.5px;
        top: 359.5px;
        left: 91.5px;
    }
    #BUTTON_TEXT350 {
        width: 349px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT350 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON350 {
        width: 349.491px;
        height: 40px;
        top: 153px;
        left: 0.763453px;
    }
    #BUTTON350 > .ladi-button > .ladi-button-background {
        background-color: rgb(15, 152, 28);
    }
    #BUTTON350 > .ladi-button {
        border-radius: 100px;
    }
    #FORM_ITEM352 {
        width: 349.474px;
        height: 40px;
        top: 0px;
        left: 0.508953px;
    }
    #FORM_ITEM353 {
        width: 170.963px;
        height: 40px;
        top: 48px;
        left: 0px;
    }
    #FORM_ITEM354 {
        width: 171.021px;
        height: 40px;
        top: 48px;
        left: 178.979px;
    }
    #FORM_ITEM355 {
        width: 350px;
        height: 40px;
        top: 96px;
        left: 0.508953px;
    }
    #FORM349 {
        width: 350.509px;
        height: 193px;
        top: 143.25px;
        left: 25.2455px;
    }
    #FORM349 > .ladi-form {
        color: rgb(19, 19, 19);
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    #FORM349 .ladi-form-item .ladi-form-control::placeholder,
    #FORM349
    .ladi-form
    .ladi-form-item.ladi-form-checkbox
    .ladi-form-checkbox-item
    span[data-checked="false"] {
        color: rgba(19, 19, 19, 1);
    }
    #FORM349 .ladi-form-item {
        padding-left: 8px;
        padding-right: 8px;
    }
    #FORM349 .ladi-form-item.ladi-form-checkbox {
        padding-left: 13px;
        padding-right: 13px;
    }
    #FORM349 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(19%2C%2019%2C%2019%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM349 .ladi-form-item-container,
    #FORM349 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(10, 103, 233);
        border-width: 1px;
        border-radius: 100px;
    }
    #FORM349 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(10, 103, 233);
    }
    #FORM349 .ladi-form-item-background {
        background-color: rgb(255, 255, 255);
        border-radius: 99px;
    }
    #POPUP327 {
        width: 401px;
        height: 441px;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
    }
    #POPUP327 > .ladi-popup > .ladi-overlay {
        border-radius: 20px;
    }
    #POPUP327 > .ladi-popup > .ladi-popup-background {
        background-color: rgb(255, 255, 255);
        border-radius: 20px;
    }
    #POPUP327 > .ladi-popup {
        border-radius: 20px;
    }
    #POPUP327 .popup-close {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22rgba(15%2C%20152%2C%2028%2C%201)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION361 {
        height: 587.507px;
    }
    #SECTION361 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE362 {
        width: 340px;
        top: 15px;
        left: 40px;
    }
    #HEADLINE362 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(16, 72, 145);
        font-size: 24px;
        text-align: center;
        line-height: 1.2;
    }
    #SHAPE364 {
        width: 40.4076px;
        height: 39.1859px;
        top: 512.648px;
        left: 189.796px;
    }
    #SHAPE364.ladi-animation > .ladi-shape {
        animation-name: bounce;
        -webkit-animation-name: bounce;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #SHAPE364 svg:last-child {
        fill: rgba(19, 109, 202, 1);
    }
    #GROUP365 {
        width: 353px;
        height: 399.688px;
        top: 16.54px;
        left: 33.5px;
    }
    #PARAGRAPH367 {
        width: 353px;
        top: 281.879px;
        left: 0px;
    }
    #PARAGRAPH367 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE368 {
        width: 353px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE368 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(16, 72, 145);
        font-size: 18px;
        text-align: center;
        line-height: 1.4;
    }
    #HEADLINE370 {
        width: 353px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE370 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(16, 72, 145);
        font-size: 18px;
        text-align: center;
        line-height: 1.4;
    }
    #HEADLINE382 {
        width: 420px;
        top: 449.376px;
        left: 0px;
    }
    #HEADLINE382 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(15, 152, 28);
        font-size: 24px;
        text-align: center;
        line-height: 1.2;
    }
    #BOX387 {
        width: 285.855px;
        height: 210.284px;
        top: 12.0448px;
        left: 12.4856px;
    }
    #BOX387 > .ladi-box {
        background-color: rgb(234, 242, 254);
        border-color: rgb(19, 109, 202);
        border-width: 3px;
        border-radius: 18px;
    }
    #BOX388 {
        width: 285.855px;
        height: 210.284px;
        top: 0px;
        left: 0px;
    }
    #BOX388 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s600x550/596486701663abf2d493432e/fnb_bg_final-1-20220726085124.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-radius: 18px;
    }
    #GROUP386 {
        width: 298.341px;
        height: 222.329px;
        top: 1349.21px;
        left: 71.734px;
    }
    #PARAGRAPH389 {
        width: 348px;
        top: 329.144px;
        left: 2.5px;
    }
    #PARAGRAPH389 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT390 {
        width: 241px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT390 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    #BUTTON390 {
        width: 240.674px;
        height: 39.8421px;
        top: 1931.65px;
        left: 89.663px;
    }
    #BUTTON390 > .ladi-button > .ladi-button-background {
        background-color: rgb(40, 180, 80);
    }
    #BUTTON390 > .ladi-button {
        border-radius: 60px;
    }
    #BUTTON390.ladi-animation > .ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }
    #BUTTON390 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }
    #SECTION424 {
        height: 677px;
    }
    #SECTION424 > .ladi-section-background {
        background-color: rgba(235, 243, 255, 0.7);
    }
    #SECTION424 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE470 {
        width: 397px;
        top: 11px;
        left: 11.38px;
    }
    #HEADLINE470 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(16, 72, 145);
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }
    #IMAGE536 {
        width: 130px;
        height: 130px;
        top: 31.5167px;
        left: 64px;
    }
    #IMAGE536 > .ladi-image > .ladi-image-background {
        width: 175.798px;
        height: 130.24px;
        top: 0px;
        left: -25.1668px;
        background-image: url("https://w.ladicdn.com/s500x450/596486701663abf2d493432e/chu-nha-hang-say1-1-20220727035207.jpg");
    }
    #IMAGE536 > .ladi-image {
        border-radius: 270px;
    }
    #LINE537 {
        width: 258px;
        top: 0px;
        left: 0px;
    }
    #LINE537 > .ladi-line > .ladi-line-container {
        border-top: 1px solid rgb(224, 224, 224);
        border-right: 1px solid rgb(224, 224, 224);
        border-bottom: 1px solid rgb(224, 224, 224);
        border-left: 0px !important;
    }
    #LINE537 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #PARAGRAPH538 {
        width: 280px;
        top: 89.05px;
        left: 20.5px;
    }
    #PARAGRAPH538 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(5, 31, 77);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }
    #SHAPE539 {
        width: 36.3672px;
        height: 38.5495px;
        top: 23.808px;
        left: 20.5px;
    }
    #SHAPE539 svg:last-child {
        fill: rgba(7, 58, 145, 1);
    }
    #HEADLINE540 {
        width: 209px;
        top: 187.4px;
        left: 29.4064px;
    }
    #HEADLINE540 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(33, 33, 33);
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }
    #GROUP534 {
        width: 321px;
        height: 624px;
        top: -1px;
        left: 322.734px;
    }
    #HEADLINE466 {
        width: 141px;
        top: 490.242px;
        left: 91.4599px;
    }
    #HEADLINE466 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(33, 33, 33);
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }
    #SHAPE465 {
        width: 35.5901px;
        height: 38.6113px;
        top: 26.7616px;
        left: 22.6867px;
    }
    #SHAPE465 svg:last-child {
        fill: rgba(7, 58, 145, 1);
    }
    #PARAGRAPH458 {
        width: 280px;
        top: 89.5845px;
        left: 22.808px;
    }
    #PARAGRAPH458 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(5, 31, 77);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }
    #LINE457 {
        width: 266px;
        top: 303.666px;
        left: 29.3224px;
    }
    #LINE457 > .ladi-line > .ladi-line-container {
        border-top: 1px solid rgb(224, 224, 224);
        border-right: 1px solid rgb(224, 224, 224);
        border-bottom: 1px solid rgb(224, 224, 224);
        border-left: 0px !important;
    }
    #LINE457 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #IMAGE456 {
        width: 130.288px;
        height: 130px;
        top: 333.254px;
        left: 91.4599px;
    }
    #IMAGE456 > .ladi-image > .ladi-image-background {
        width: 130.288px;
        height: 131px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x450/596486701663abf2d493432e/kadi-cafe-1-20220727035051.jpg");
    }
    #IMAGE456 > .ladi-image {
        border-radius: 270px;
    }
    #BOX455 {
        width: 320px;
        height: 624px;
        top: 0px;
        left: 0px;
    }
    #BOX455 > .ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-radius: 0px;
    }
    #GROUP454 {
        width: 320px;
        height: 624px;
        top: -1px;
        left: 0px;
    }
    #BOX543 {
        width: 321px;
        height: 624px;
        top: 0px;
        left: 0px;
    }
    #BOX543 > .ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-radius: 0px;
    }
    #IMAGE544 {
        width: 126.892px;
        height: 116.969px;
        top: 335.05px;
        left: 97.054px;
    }
    #IMAGE544 > .ladi-image > .ladi-image-background {
        width: 127.254px;
        height: 130.605px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x450/596486701663abf2d493432e/295460449_2126256230915120_682761741788829367_n-20220727040334.jpg");
    }
    #IMAGE544 > .ladi-image {
        border-radius: 270px;
    }
    #LINE545 {
        width: 279px;
        top: 300.05px;
        left: 32.2518px;
    }
    #LINE545 > .ladi-line > .ladi-line-container {
        border-top: 1px solid rgb(224, 224, 224);
        border-right: 1px solid rgb(224, 224, 224);
        border-bottom: 1px solid rgb(224, 224, 224);
        border-left: 0px !important;
    }
    #LINE545 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #PARAGRAPH546 {
        width: 280px;
        top: 89.05px;
        left: 20.5px;
    }
    #PARAGRAPH546 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(5, 31, 77);
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }
    #HEADLINE548 {
        width: 179px;
        top: 489.05px;
        left: 71px;
    }
    #HEADLINE548 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(33, 33, 33);
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
    }
    #GROUP542 {
        width: 321px;
        height: 624px;
        top: -1px;
        left: 642.733px;
    }
    #SECTION550 {
        height: 272.002px;
    }
    #SECTION550 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s768x272/596486701663abf2d493432e/banner-landing-page-2-20220819070127.jpg");
        background-position: center top;
        background-repeat: repeat;
    }
    #SECTION550 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION571 {
        height: 381px;
    }
    #SECTION571 > .ladi-section-background {
        background-color: rgba(235, 243, 255, 0.7);
    }
    #SECTION571 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE572 {
        width: 400px;
        top: 10px;
        left: 10px;
    }
    #HEADLINE572 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(16, 72, 145);
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }
    #SHAPE547 {
        width: 35.46px;
        height: 36.6893px;
        top: 25.05px;
        left: 26.964px;
    }
    #SHAPE547 svg:last-child {
        fill: rgba(7, 58, 145, 1);
    }
    #BOX625 {
        width: 235.829px;
        height: 173.484px;
        top: 13.5231px;
        left: 0px;
    }
    #BOX625 > .ladi-box {
        border-style: solid;
        border-color: rgb(19, 109, 202);
        border-width: 3px;
        border-radius: 19px;
    }
    #BOX626 {
        width: 235.829px;
        height: 173.484px;
        top: 0px;
        left: 11.6564px;
    }
    #BOX626 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("https://w.ladicdn.com/s550x500/596486701663abf2d493432e/kho-khan-20220726103613.jpg");
        background-position: center top;
        background-repeat: repeat;
        border-radius: 19px;
    }
    #GROUP624 {
        width: 247.486px;
        height: 187.007px;
        top: 126px;
        left: 86.257px;
    }
    #SECTION628 {
        height: 318.288px;
    }
    #SECTION628 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE645 {
        width: 344px;
        top: 6.6px;
        left: 0px;
    }
    #HEADLINE645 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(255, 255, 255);
        font-size: 18px;
        text-align: center;
        line-height: 1.2;
        -webkit-text-stroke-width: 0px;
    }
    #IMAGE629 {
        width: 326.534px;
        height: 221.288px;
        top: 0px;
        left: 0px;
    }
    #IMAGE629 > .ladi-image > .ladi-image-background {
        width: 422.76px;
        height: 221.288px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s750x550/596486701663abf2d493432e/rbg/bo-phan-cung-01-1-1-20220727084214.png");
    }
    #HEADLINE648 {
        width: 348px;
        top: 1594.54px;
        left: 35.76px;
    }
    #HEADLINE648 > .ladi-headline {
        font-family: "Raleway-Bold.ttf";
        color: rgb(16, 72, 145);
        font-size: 18px;
        text-align: center;
        line-height: 1.4;
    }
    #SECTION650 {
        height: 558.834px;
    }
    #SECTION650 > .ladi-section-background {
        background-color: rgb(234, 242, 254);
    }
    #SECTION650 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #IMAGE680 {
        width: 200.755px;
        height: 315.376px;
        top: 134px;
        left: 109.622px;
    }
    #IMAGE680 > .ladi-image > .ladi-image-background {
        width: 200.756px;
        height: 315.376px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x650/596486701663abf2d493432e/hytr-1-20220727105255.png");
    }
    #GROUP712 {
        width: 353px;
        height: 393.879px;
        top: 444.552px;
        left: 41.5px;
    }
    #GROUP713 {
        width: 353px;
        height: 433.33px;
        top: 874.89px;
        left: 35.9575px;
    }
    #SHAPE725 {
        width: 36.7898px;
        height: 38.1615px;
        top: 8.58543px;
        left: 277.857px;
    }
    #SHAPE725 > .ladi-shape {
        transform: rotate(-22deg);
        -webkit-transform: rotate(-22deg);
    }
    #SHAPE725 svg:last-child {
        fill: rgba(11, 92, 22, 1);
    }
    #SHAPE726 {
        width: 33.0273px;
        height: 34.6923px;
        top: 154.727px;
        left: 78.5965px;
    }
    #SHAPE726 > .ladi-shape {
        transform: perspective(1000px) rotate(24deg) rotateY(180deg);
        -webkit-transform: perspective(1000px) rotate(24deg) rotateY(180deg);
    }
    #SHAPE726 svg:last-child {
        fill: rgba(11, 92, 22, 1);
    }
    #HEADLINE727 {
        width: 57px;
        top: 46.747px;
        left: 2.79532px;
    }
    #HEADLINE727 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: center;
        line-height: 1.4;
    }
    #HEADLINE727.ladi-animation > .ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0.4s;
        -webkit-animation-delay: 0.4s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #HEADLINE728 {
        width: 57px;
        top: 150.39px;
        left: 17.3205px;
    }
    #HEADLINE728 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: center;
        line-height: 1.4;
    }
    #HEADLINE728.ladi-animation > .ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #HEADLINE729 {
        width: 57px;
        top: 27.3826px;
        left: 78.5965px;
    }
    #HEADLINE729 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: center;
        line-height: 1.4;
    }
    #HEADLINE729.ladi-animation > .ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #SHAPE730 {
        width: 33.4454px;
        height: 34.6923px;
        top: 27.3826px;
        left: 142.322px;
    }
    #SHAPE730 svg:last-child {
        fill: rgba(11, 92, 22, 1);
    }
    #HEADLINE731 {
        width: 118px;
        top: 0px;
        left: 290.817px;
    }
    #HEADLINE731 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: center;
        line-height: 1.4;
    }
    #HEADLINE731.ladi-animation > .ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #HEADLINE732 {
        width: 88px;
        top: 131.743px;
        left: 332.624px;
    }
    #HEADLINE732 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: center;
        line-height: 1.4;
    }
    #HEADLINE732.ladi-animation > .ladi-headline {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0.7s;
        -webkit-animation-delay: 0.7s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #SHAPE733 {
        width: 46.8235px;
        height: 48.5691px;
        top: 69.2969px;
        left: 54.1514px;
    }
    #SHAPE733 > .ladi-shape {
        transform: perspective(1000px) rotate(36deg) rotateX(180deg) rotateY(180deg);
        -webkit-transform: perspective(1000px) rotate(36deg) rotateX(180deg)
        rotateY(180deg);
    }
    #SHAPE733 svg:last-child {
        fill: rgba(11, 92, 22, 1);
    }
    #SHAPE734 {
        width: 36.7898px;
        height: 38.1615px;
        top: 146.063px;
        left: 295.834px;
    }
    #SHAPE734 > .ladi-shape {
        transform: rotate(-22deg);
        -webkit-transform: rotate(-22deg);
    }
    #SHAPE734 svg:last-child {
        fill: rgba(11, 92, 22, 1);
    }
    #GROUP738 {
        width: 420.624px;
        height: 221.288px;
        top: 79px;
        left: -0.312px;
    }
    #BOX740 {
        width: 345.749px;
        height: 38px;
        top: 0px;
        left: 0.125602px;
    }
    #BOX740 > .ladi-box {
        background-color: rgb(19, 109, 202);
        border-radius: 50px;
    }
    #GROUP741 {
        width: 345.875px;
        height: 38px;
        top: 12px;
        left: 37.0627px;
    }
    #FRAME675 {
        width: 420px;
        height: 134px;
        top: 0px;
        left: 0px;
    }
    #FRAME675 > .ladi-frame > .ladi-frame-background {
        background-color: rgb(234, 242, 254);
    }
    #FRAME675 > .ladi-frame {
        border-color: rgb(16, 72, 145);
        border-width: 4px;
    }
    #PARAGRAPH677 {
        width: 330px;
        top: 17.8595px;
        left: 60px;
    }
    #PARAGRAPH677 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(0, 0, 0);
        font-size: 14px;
        text-align: left;
        line-height: 1.6;
    }
    #SHAPE676 {
        width: 27.1754px;
        height: 22.6454px;
        top: 17.8595px;
        left: 20px;
    }
    #SHAPE676 svg:last-child {
        fill: rgba(16, 72, 145, 1);
    }
    #IMAGE750 {
        width: 223.369px;
        height: 168.001px;
        top: 5.57667px;
        left: 61.5492px;
    }
    #IMAGE750 > .ladi-image > .ladi-image-background {
        width: 223.369px;
        height: 168.001px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x500/596486701663abf2d493432e/may-in-01-20220728044151.png");
    }
    #BOX754 {
        width: 237.923px;
        height: 119.192px;
        top: 58.5538px;
        left: 138.599px;
    }
    #BOX754 > .ladi-box {
        background-color: rgb(19, 109, 202);
        border-color: rgb(19, 109, 202);
        border-width: 3px;
        border-radius: 19px;
    }
    #IMAGE748 {
        width: 357.457px;
        height: 203.578px;
        top: 0px;
        left: 0px;
    }
    #IMAGE748 > .ladi-image > .ladi-image-background {
        width: 361.916px;
        height: 203.578px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s700x550/596486701663abf2d493432e/wifi-20220728041334.png");
    }
    #BOX379 {
        width: 251.206px;
        height: 129.128px;
        top: 58.4217px;
        left: 98.252px;
    }
    #BOX379 > .ladi-box {
        background-color: rgb(19, 109, 202);
        border-color: rgb(19, 109, 202);
        border-width: 3px;
        border-radius: 20px;
    }
    #SHAPE760 {
        width: 61.4837px;
        height: 62.2505px;
        top: 11.7863px;
        left: 45.7679px;
    }
    #SHAPE760 svg:last-child {
        fill: rgba(16, 72, 145, 1);
    }
    #BOX761 {
        width: 250.246px;
        height: 129.784px;
        top: 31.4312px;
        left: 0px;
    }
    #BOX761 > .ladi-box {
        background-color: rgb(19, 109, 202);
        border-color: rgb(19, 109, 202);
        border-width: 3px;
        border-radius: 20px;
    }
    #IMAGE763 {
        width: 103.569px;
        height: 105.249px;
        top: 0px;
        left: 64.7096px;
    }
    #IMAGE763 > .ladi-image > .ladi-image-background {
        width: 103.569px;
        height: 105.249px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s450x450/596486701663abf2d493432e/thuc-don_1-20220728044526.png");
    }
    #IMAGE763 > .ladi-image {
        border-radius: 10px;
    }
    #IMAGE765 {
        width: 63.1602px;
        height: 64.1844px;
        top: 78.2675px;
        left: 39.5167px;
    }
    #IMAGE765 > .ladi-image > .ladi-image-background {
        width: 63.1603px;
        height: 64.1844px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s400x400/596486701663abf2d493432e/thuc-don_2-20220728050011.png");
    }
    #IMAGE765 > .ladi-image {
        border-radius: 10px;
    }
    #GROUP767 {
        width: 284.918px;
        height: 173.578px;
        top: 531px;
        left: 83.0689px;
    }
    #CAROUSEL768 {
        width: 319.817px;
        height: 523px;
        top: 113px;
        left: 50.183px;
    }
    #CAROUSEL768 .ladi-carousel .ladi-carousel-arrow {
        display: none;
    }
    #DROPBOX775 {
        width: 300px;
        height: 300px;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
    }
    #DROPBOX775 > .ladi-popup > .ladi-popup-background {
        background-color: rgb(255, 255, 255);
    }
    #DROPBOX775 .popup-close {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #GROUP777 {
        width: 258px;
        height: 204.4px;
        top: 302.05px;
        left: 31.5px;
    }
    #IMAGE784 {
        width: 420.085px;
        height: 236.299px;
        top: 0px;
        left: 0px;
    }
    #IMAGE784 > .ladi-image > .ladi-image-background {
        width: 420.085px;
        height: 236.299px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s750x550/596486701663abf2d493432e/may-pos-20220728104803.png");
    }
    #GROUP786 {
        width: 420.085px;
        height: 236.299px;
        top: 946.245px;
        left: -0.0425px;
    }
    #SHAPE783 {
        width: 26px;
        height: 26px;
        top: 1864.79px;
        left: 51.521px;
    }
    #SHAPE783 svg:last-child {
        fill: rgba(40, 180, 80, 1);
    }
    #SHAPE782 {
        width: 26px;
        height: 26px;
        top: 1808.94px;
        left: 51.521px;
    }
    #SHAPE782 svg:last-child {
        fill: rgba(40, 180, 80, 1);
    }
    #SHAPE32 {
        width: 26px;
        height: 26px;
        top: 1751.97px;
        left: 51.521px;
    }
    #SHAPE32 svg:last-child {
        fill: rgba(40, 180, 80, 1);
    }
    #BODY_BACKGROUND {
        height: 0px;
    }
    #BODY_BACKGROUND .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #BOX535 {
        width: 321px;
        height: 624px;
        top: 0px;
        left: 0px;
    }
    #BOX535 > .ladi-box {
        box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
        background-color: rgb(255, 255, 255);
        border-radius: 0px;
    }
    #GROUP818 {
        width: 357.457px;
        height: 203.578px;
        top: 90px;
        left: 31.2715px;
    }
    #BUTTON_TEXT829 {
        width: 120px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT829 > .ladi-headline {
        font-family: "Raleway-Medium.ttf";
        color: rgb(255, 255, 255);
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    #BUTTON829 {
        width: 130.05px;
        height: 17.8422px;
        top: 248.16px;
        left: 144.975px;
    }
    #BUTTON829 > .ladi-button > .ladi-button-background {
        background-color: rgb(40, 180, 80);
    }
    #BUTTON829 > .ladi-button {
        border-radius: 60px;
    }
    #BUTTON829.ladi-animation > .ladi-button {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }
    #BUTTON829 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 145, 33) !important;
    }
    #IMAGE841 {
        width: 30px;
        height: 30px;
        top: 7.5px;
        left: 0px;
    }
    #IMAGE841 > .ladi-image > .ladi-image-background {
        width: 30px;
        height: 30px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/remove-2-20220727025853.png");
    }
    #IMAGE842 {
        width: 30px;
        height: 30px;
        top: 200px;
        left: 0px;
    }
    #IMAGE842 > .ladi-image > .ladi-image-background {
        width: 30px;
        height: 30px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/remove-2-20220727025853.png");
    }
    #IMAGE843 {
        width: 30px;
        height: 30px;
        top: 70px;
        left: 0px;
    }
    #IMAGE843 > .ladi-image > .ladi-image-background {
        width: 30px;
        height: 30px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/remove-2-20220727025853.png");
    }
    #IMAGE844 {
        width: 30px;
        height: 30px;
        top: 135.833px;
        left: 0px;
    }
    #IMAGE844 > .ladi-image > .ladi-image-background {
        width: 30px;
        height: 30px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s350x350/596486701663abf2d493432e/remove-2-20220727025853.png");
    }
    #PARAGRAPH845 {
        width: 308px;
        top: 192.5px;
        left: 45px;
    }
    #PARAGRAPH845 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(84, 84, 84);
        font-size: 14px;
        line-height: 1.6;
    }
    #PARAGRAPH846 {
        width: 308px;
        top: 128.333px;
        left: 45px;
    }
    #PARAGRAPH846 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(84, 84, 84);
        font-size: 14px;
        line-height: 1.6;
    }
    #PARAGRAPH847 {
        width: 308px;
        top: 64.1667px;
        left: 45px;
    }
    #PARAGRAPH847 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(84, 84, 84);
        font-size: 14px;
        line-height: 1.6;
    }
    #PARAGRAPH848 {
        width: 308px;
        top: 0px;
        left: 45px;
    }
    #PARAGRAPH848 > .ladi-paragraph {
        font-family: "Raleway-Medium.ttf";
        color: rgb(84, 84, 84);
        font-size: 14px;
        line-height: 1.6;
    }
    #GROUP840 {
        width: 353px;
        height: 237.5px;
        top: 323.007px;
        left: 33.5px;
    }
    #IMAGE853 {
        width: 200px;
        height: 200px;
        top: 25px;
        left: 25px;
    }
    #IMAGE853 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/kadi-cafe1-20220726101931.jpg");
    }
    #IMAGE854 {
        width: 200px;
        height: 200px;
        top: 25px;
        left: 275px;
    }
    #IMAGE854 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/nha-hang-say-restaurant-20220726101947.jpg");
    }
    #IMAGE855 {
        width: 200px;
        height: 200px;
        top: 25px;
        left: 525px;
    }
    #IMAGE855 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/kafa-20220726102004.jpg");
    }
    #IMAGE856 {
        width: 200px;
        height: 200px;
        top: 27px;
        left: 778.431px;
    }
    #IMAGE856 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/sinh-to-thom-20220726102216.png");
    }
    #IMAGE857 {
        width: 200px;
        height: 200px;
        top: 26.5px;
        left: 1778.53px;
    }
    #IMAGE857 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/mono-cafe-lab-20220726102409.jpg");
    }
    #IMAGE858 {
        width: 200px;
        height: 200px;
        top: 27px;
        left: 1034.53px;
    }
    #IMAGE858 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/kem-con-dao-20220726102418.jpg");
    }
    #IMAGE859 {
        width: 200px;
        height: 200px;
        top: 26.5px;
        left: 1276.53px;
    }
    #IMAGE859 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/bit-tet-au-viet-20220726102414.jpg");
    }
    #IMAGE860 {
        width: 200px;
        height: 200px;
        top: 26.5px;
        left: 1528.53px;
    }
    #IMAGE860 > .ladi-image > .ladi-image-background {
        width: 200px;
        height: 200px;
        top: 0px;
        left: 0px;
        background-image: url("https://w.ladicdn.com/s550x550/596486701663abf2d493432e/logo-beer-garden-20220726102425.jpg");
    }
    #CAROUSEL852 {
        width: 251px;
        height: 253px;
        top: 88px;
        left: 84.5px;
    }
    #CAROUSEL852 .ladi-carousel .ladi-carousel-arrow {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
}
.ladi-section-background,
.ladi-image-background,
.ladi-button-background,
.ladi-headline,
.ladi-video-background,
.ladi-countdown-background,
.ladi-box,
.ladi-frame-background,
.ladi-tabs-background,
.ladi-survey-option-background,
.ladi-survey-option-image,
.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;*/
}
