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,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none
}

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

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

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

.ladi-loading {
  z-index: 900000000000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .1)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes ladi-loading {

  0%,
  100%,
  20%,
  80% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.5)
  }
}

.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, .3)
}

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

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

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

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

.ladi-wraper {
  width: 100%;
  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%
}
@media (max-width:767px) {
  .ladi-container {
    position: static;
    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: flex;
  flex-wrap: wrap
}

.ladi-form .ladi-survey {
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  color: inherit
}

.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;
  margin: 0 auto
}

.ladi-survey .ladi-survey-button-next {
  display: block
}

.ladi-survey .ladi-survey-button-next.empty {
  display: none
}

.ladi-survey .ladi-survey-button-next.no-select {
  display: none
}

.ladi-survey .ladi-survey-button-next button {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 2px
}

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

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

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

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

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

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

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

.ladi-gallery .ladi-gallery-view {
  position: absolute;
  overflow: hidden;
  touch-action: pan-y
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-gallery .ladi-gallery-control {
  position: absolute;
  overflow: hidden;
  touch-action: pan-y
}

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

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

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

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

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

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

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

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

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

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
  left: 5px;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(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: rotateY(180deg) scale(.6);
  -webkit-transform: rotateY(180deg) scale(.6)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-table table {
  width: 100%
}

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

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

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

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

.ladi-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 .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;
  overflow: hidden
}

.ladi-collection .ladi-collection-content .ladi-collection-item:before {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.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: rotateY(180deg);
  -webkit-transform: rotateY(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 .5rem center;
  background-repeat: no-repeat;
  padding-right: 24px
}

.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-box-item {
  display: inline-block;
  width: fit-content
}

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

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

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

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

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

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

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

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

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

.ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
  opacity: .35
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
  opacity: .2
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
  opacity: .15
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:before {
  content: '';
  width: 0;
  height: 0;
  bottom: -1px;
  right: -1px;
  position: absolute;
  border-width: 0 0 15px 15px;
  border-color: transparent;
  border-style: solid
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:after {
  content: '';
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 7px;
  height: 7px;
  bottom: 0;
  right: 0;
  position: absolute
}

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

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

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

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

.ladi-form .ladi-form-item.ladi-form-checkbox {
  padding: 0 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-form .ladi-element .ladi-form-otp::-webkit-inner-spin-button,
.ladi-form .ladi-element .ladi-form-otp::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.ladi-form .ladi-element .ladi-form-item .button-get-code {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: initial;
  padding: 5px 10px;
  height: max-content;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.ladi-form .ladi-element .ladi-form-item .button-get-code.hide-visibility {
  display: block !important;
  visibility: hidden !important
}

.ladi-form .ladi-form-item.otp-resend .button-get-code {
  display: block
}

.ladi-form .ladi-form-item.otp-countdown:before {
  content: attr(data-countdown-time) "s";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: max-content;
  line-height: initial
}

.ladi-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 .5rem center;
  background-repeat: no-repeat;
  padding-right: 24px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ladi-cart .ladi-cart-action .button span {
  font-size: 13px;
  position: relative;
  top: .5px;
  display: table-cell;
  vertical-align: middle
}

.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-accordion {
  position: absolute;
  width: 100%;
  height: 100%
}

.ladi-accordion .ladi-accordion-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-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;
  word-break: break-word;
  background-size: cover;
  background-position: center center
}

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

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

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

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

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

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

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

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

.ladi-line {
  position: relative
}

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

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

a:visited {
  color: inherit
}

a:link {
  color: inherit
}

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

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

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

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

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

.is-2nd-click {
  cursor: pointer
}

.element-click-selected {
  cursor: pointer
}

.ladi-accordion-shape.is-2nd-click,
.ladi-button-shape.is-2nd-click {
  z-index: 1
}

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

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

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

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

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

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

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

.ladi-cart-number {
  position: absolute;
  top: -2px;
  right: -7px;
  background: #f36e36;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  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-left: none;
  border-right: none;
  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 {
  display: table;
  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;
  display: table-cell;
  vertical-align: middle
}

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

.ladi-form-quantity input {
  pointer-events: none
}

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

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

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

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

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

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

.ladi-carousel .ladi-carousel-arrow,
.ladi-collection .ladi-collection-arrow,
.ladi-collection .ladi-collection-button-next,
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow,
.ladi-section .ladi-section-arrow-down {
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%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 {
  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")
}

.lightbox-screen .lightbox-close {
  width: 16px;
  height: 16px;
  margin: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

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

.ladi-html strong {
  font-weight: 700
}

.ladi-html em {
  font-style: italic
}

.ladi-html a {
  text-decoration: underline
}

.ladi-html img {
  max-width: 100%
}

.ladi-html .ladi-headline p,
.ladi-html .ladi-paragraph p {
  margin: revert
}

@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 .3s ease-in-out
  }

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

  .ladi-html img {
    height: auto !important
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: Montserrat, sans-serif
}

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

  #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")
  }

  #SECTION7 {
/*     height: 875.6px */
/*    height: 2400.6px*/
/*height: 1200px;*/
      height: 210vh;
  }

  #SECTION7>.ladi-section-background {
    background-size: 100% 100%;
/*background-size: contain;*/
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../imgs/banner.jpg");
    background-position: center top;
    background-repeat: no-repeat;
  }

  #SECTION7 .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")
  }

  #IMAGE10 {
    width: 373.419px;
    height: 408.897px;
    top: 72.067px;
    left: -295.919px
  }

  #IMAGE10>.ladi-image>.ladi-image-background {
    width: 373.419px;
    height: 408.897px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s700x750/593524457b1b1c36368751d1/banner-shapes-1-1-20220723022906.png")
  }

  #IMAGE11 {
    width: 330.461px;
    height: 329.293px;
    top: 30.92px;
    left: 869.539px
  }

  #IMAGE11>.ladi-image>.ladi-image-background {
    width: 330.461px;
    height: 329.293px;
    top: 0;
    left: 0;
  }

  #IMAGE13 {
    width: 565px;
    height: 391.105px;
    top: 273.495px;
    left: 635px
  }

  #IMAGE13>.ladi-image>.ladi-image-background {
    width: 565px;
    height: 391.105px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s900x700/593524457b1b1c36368751d1/2923-20220723024421.png")
  }

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

  #BOX14 {
    width: 330px;
    height: 39px;
    top: 0;
    left: 0
  }

  #BOX14>.ladi-box {
    background-color: #fff;
    border-color: #fff;
    border-width: 1px
  }

  #HEADLINE15 {
    width: 290px;
    top: 6.5px;
    left: 22px
  }

  #HEADLINE15>.ladi-headline {
    color: rgba(235,177,99,255);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6
  }

  #GROUP16 {
    width: 330px;
    height: 39px;
    top: 139.067px;
    left: 68px
  }

  #HEADLINE17 {
    width: 972px;
    top: 214.647px;
    left: 68px
  }

  #HEADLINE17>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgba(235,177,99,255);
    font-size: 51px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.6
  }

  #HEADLINE18 {
    width: 521px;
    top: 303.647px;
    left: 68px
  }

  #HEADLINE18>.ladi-headline {
    font-family: "UTM Avo.ttf";
    color: rgba(235,177,99,255);
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.6
  }

  #HEADLINE19 {
    width: 90%;
    top: 386.964px;
    left: 68px
  }

  #HEADLINE19>.ladi-headline {
    color: rgba(235,177,99,255);
    font-size: 20px;
    line-height: 1.6;
    text-align: justify;
    font-weight: 500;
  }

  #BUTTON20 {
    width: 234px;
    height: 80px;
    /* top: 566px; */
    top: 840px;
    left: 68px;
    background-image: url("../imgs/button-1-2.png");
    background-size: 100% 100%;
  }

  /* #BUTTON20 > .ladi-button{border-style:solid;border-color:rgb(255,255,255);border-width:2px;border-radius:3px} */
  #BUTTON_TEXT20 {
    width: 230px;
    top: 9px;
    left: 0
  }

  #BUTTON_TEXT20>.ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #IMAGE21 {
    width: 269.175px;
    height: 266.08px;
    top: 50.567px;
    left: 900.182px
  }

  /* #IMAGE21 > .ladi-image > .ladi-image-background{width:269.175px;height:266.08px;top:0;left:0;background-image:url("https://w.ladicdn.com/s600x600/593524457b1b1c36368751d1/tiktok-banner-with-watercolor-sp-20220927023851-skp1v.png")} */
  #IMAGE21>.ladi-image>.ladi-image-background {
    width: 269.175px;
    height: 266.08px;
    top: 0;
    left: 0;
    background-size: contain, cover;
    background-position: center;
    background-image: url("../imgs/logo.png")
  }

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

  #SECTION24 {
    height: 429.6px
  }

  #SECTION24>.ladi-section-background {
    background-color: rgb(255, 255, 255)
  }

  #SECTION24 .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")
  }

  #HEADLINE27 {
    width: 370px;
    top: 2px;
    left: 0
  }

  #HEADLINE27>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6
  }

  #HEADLINE28 {
    width: 262px;
    top: 0;
    left: 370px
  }

  #HEADLINE28>.ladi-headline {
    text-decoration-line: underline;
    -webkit-text-decoration-line: underline;
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6
  }

  #HEADLINE26 {
    width: 416px;
    top: 26.4px;
    left: 392px
  }

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

  #BOX38 {
    width: 200px;
    height: 249px;
    top: 0;
    left: 0
  }

  #BOX38>.ladi-box {
    background-color: rgba(228, 228, 228, 0.4);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 1px
  }

  #IMAGE39 {
    width: 151px;
    height: 151px;
    top: 14px;
    left: 24.5px
  }

  #IMAGE39>.ladi-image>.ladi-image-background {
    width: 151px;
    height: 151px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s500x500/593524457b1b1c36368751d1/screen-shot-2022-07-23-at-111835-am-20220723042108.png")
  }

  #IMAGE39>.ladi-image {
    border-radius: 100px
  }

  #HEADLINE40 {
    width: 150px;
    top: 180.5px;
    left: 25.5px
  }

  #HEADLINE40>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #GROUP41 {
    width: 200px;
    height: 249px;
    top: 177.9px;
    left: 19.5px
  }

  #GROUP41.ladi-animation>.ladi-group {
    animation-name: tada;
    -webkit-animation-name: tada;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
  }

  #BOX43 {
    width: 200px;
    height: 249px;
    top: 0;
    left: 0
  }

  #BOX43>.ladi-box {
    background-color: rgba(228, 228, 228, 0.4);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 1px
  }

  #IMAGE44 {
    width: 151px;
    height: 151px;
    top: 14px;
    left: 24.5px
  }

  #IMAGE44>.ladi-image>.ladi-image-background {
    width: 151px;
    height: 151px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s500x500/593524457b1b1c36368751d1/screen-shot-2022-07-23-at-111816-am-20220723042108.png")
  }

  #IMAGE44>.ladi-image {
    border-radius: 100px
  }

  #HEADLINE45 {
    width: 150px;
    top: 180.5px;
    left: 25.5px
  }

  #HEADLINE45>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #GROUP42 {
    width: 200px;
    height: 249px;
    top: 177.9px;
    left: 259.75px
  }

  #GROUP42.ladi-animation>.ladi-group {
    animation-name: tada;
    -webkit-animation-name: tada;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
  }

  #BOX47 {
    width: 200px;
    height: 249px;
    top: 0;
    left: 0
  }

  #BOX47>.ladi-box {
    background-color: rgba(228, 228, 228, 0.4);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 1px
  }

  #IMAGE48 {
    width: 151px;
    height: 151px;
    top: 14px;
    left: 24.5px
  }

  #IMAGE48>.ladi-image>.ladi-image-background {
    width: 151px;
    height: 151px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s500x500/593524457b1b1c36368751d1/screen-shot-2022-07-23-at-112416-am-20220723042450.png")
  }

  #IMAGE48>.ladi-image {
    border-radius: 100px
  }

  #HEADLINE49 {
    width: 150px;
    top: 180.5px;
    left: 25.5px
  }

  #HEADLINE49>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #GROUP46 {
    width: 200px;
    height: 249px;
    top: 177.9px;
    left: 500px
  }

  #GROUP46.ladi-animation>.ladi-group {
    animation-name: tada;
    -webkit-animation-name: tada;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
  }

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

  #BOX55>.ladi-box {
    background-color: rgba(228, 228, 228, 0.4);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 1px
  }

  #IMAGE56 {
    width: 151px;
    height: 151px;
    top: 14px;
    left: 24.5px
  }

  #IMAGE56>.ladi-image>.ladi-image-background {
    width: 151px;
    height: 151px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s500x500/593524457b1b1c36368751d1/screen-shot-2022-07-23-at-111843-am-20220723042108.png")
  }

  #IMAGE56>.ladi-image {
    border-radius: 100px
  }

  #HEADLINE57 {
    width: 150px;
    top: 180.5px;
    left: 25.5px
  }

  #HEADLINE57>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #GROUP54 {
    width: 200px;
    height: 249px;
    top: 177.9px;
    left: 740.25px
  }

  #GROUP54.ladi-animation>.ladi-group {
    animation-name: tada;
    -webkit-animation-name: tada;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
  }

  #BOX59 {
    width: 200px;
    height: 249px;
    top: 0;
    left: 0
  }

  #BOX59>.ladi-box {
    background-color: rgba(228, 228, 228, 0.4);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 1px
  }

  #IMAGE60 {
    width: 151px;
    height: 151px;
    top: 14px;
    left: 24.5px
  }

  #IMAGE60>.ladi-image>.ladi-image-background {
    width: 151px;
    height: 151px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s500x500/593524457b1b1c36368751d1/screen-shot-2022-07-23-at-111855-am-20220723042108.png")
  }

  #IMAGE60>.ladi-image {
    border-radius: 100px
  }

  #HEADLINE61 {
    width: 150px;
    top: 180.5px;
    left: 25.5px
  }

  #HEADLINE61>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #GROUP58 {
    width: 200px;
    height: 249px;
    top: 177.9px;
    left: 980.5px
  }

  #GROUP58.ladi-animation>.ladi-group {
    animation-name: tada;
    -webkit-animation-name: tada;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
  }

  #GROUP62 {
    width: 632px;
    height: 50px;
    top: 74.4px;
    left: 284px
  }

  #IMAGE67 {
    width: 374.339px;
    height: 526.062px;
    top: 22.642px;
    left: 754.598px
  }

  #IMAGE67>.ladi-image>.ladi-image-background {
    width: 374.339px;
    height: 526.062px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s700x850/593524457b1b1c36368751d1/cta-mockup-2-20220723044557.png")
  }

  #HEADLINE68 {
    width: 385px;
    top: 46.819px;
    left: 50px
  }

  #HEADLINE68>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE69 {
    width: 385px;
    top: 101.819px;
    left: 50px
  }

  #HEADLINE69>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6
  }

  #IMAGE71 {
    width: 59.552px;
    height: 57.9962px;
    top: 0;
    left: 0
  }

  #IMAGE71>.ladi-image>.ladi-image-background {
    width: 59.552px;
    height: 57.9962px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s400x400/593524457b1b1c36368751d1/screen-shot-2022-07-23-at-12808-pm-20220723062929.png")
  }

  #HEADLINE72 {
    width: 459px;
    top: 3.498px;
    left: 59.552px
  }

  #HEADLINE72>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6
  }

  #GROUP73 {
    width: 518.552px;
    height: 57.9962px;
    top: 228.874px;
    left: 50px
  }

  #IMAGE75 {
    width: 59.552px;
    height: 57.9962px;
    top: 0;
    left: 0
  }

  #IMAGE75>.ladi-image>.ladi-image-background {
    width: 59.552px;
    height: 57.9962px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s400x400/593524457b1b1c36368751d1/screen-shot-2022-07-23-at-12808-pm-20220723062929.png")
  }

  #HEADLINE76 {
    width: 567px;
    top: 15.9981px;
    left: 59.552px
  }

  #HEADLINE76>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6
  }

  #GROUP77 {
    width: 626.552px;
    height: 66.9981px;
    top: 344.039px;
    left: 50px
  }

  #IMAGE82 {
    width: 59.552px;
    height: 57.9962px;
    top: 0;
    left: 0
  }

  #IMAGE82>.ladi-image>.ladi-image-background {
    width: 59.552px;
    height: 57.9962px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s400x400/593524457b1b1c36368751d1/screen-shot-2022-07-23-at-12808-pm-20220723062929.png")
  }

  #HEADLINE83 {
    width: 589px;
    top: 3.498px;
    left: 59.552px
  }

  #HEADLINE83>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6
  }

  #GROUP81 {
    width: 648.552px;
    height: 80.498px;
    top: 468.206px;
    left: 50px
  }

  #HEADLINE88 {
    width: 218px;
    top: 45.5px;
    left: 50px
  }

  #HEADLINE88>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 30px;
    line-height: 1.6
  }

  #HEADLINE89 {
    width: 451px;
    top: 100.5px;
    left: 50px
  }

  #HEADLINE89>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6
  }

  #IMAGE90 {
    width: 564.619px;
    height: 573.148px;
    top: 45.5px;
    left: 612.994px
  }

  #IMAGE90>.ladi-image>.ladi-image-background {
    background-size: contain, cover;
    background-position: center;
    width: 564.619px;
    height: 573.148px;
    top: 0;
    left: 0;
    background-image: url("https://uat.phuckhanggem.com/_imageslibrary/logo_gold.png")
  }

  #HEADLINE91 {
    width: 549px;
    top: 168.5px;
    left: 50px
  }

  #HEADLINE91>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6
  }

  #SHAPE93 {
    width: 20.0533px;
    height: 24.7543px;
    top: 0;
    left: 0
  }

  #SHAPE93 svg:last-child {
    fill: rgb(168, 102, 238)
  }

  #HEADLINE94 {
    width: 680px;
    top: 0;
    left: 34.276px
  }

  #HEADLINE94>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE95 {
    width: 678px;
    top: 37.877px;
    left: 0
  }

  #HEADLINE95>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 1.6
  }

  #GROUP97 {
    width: 714.276px;
    height: 85.877px;
    top: 498.452px;
    left: 50px
  }

  #SHAPE99 {
    width: 20.0533px;
    height: 24.7543px;
    top: 0;
    left: 0
  }

  #SHAPE99 svg:last-child {
    fill: rgb(168, 102, 238)
  }

  #HEADLINE100 {
    width: 507px;
    top: 0;
    left: 34.276px
  }

  #HEADLINE100>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE101 {
    width: 549px;
    top: 38.4385px;
    left: 0
  }

  #HEADLINE101>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 1.6
  }

  #GROUP103 {
    width: 549px;
    height: 86.4385px;
    top: 374.263px;
    left: 50px
  }

  #SHAPE109 {
    width: 20.0533px;
    height: 24.7543px;
    top: 0;
    left: 0
  }

  #SHAPE109 svg:last-child {
    fill: rgb(168, 102, 238)
  }

  #HEADLINE110 {
    width: 507px;
    top: 0;
    left: 34.276px
  }

  #HEADLINE110>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE111 {
    width: 1091px;
    top: 33.877px;
    left: 0
  }

  #HEADLINE111>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 1.6
  }

  #GROUP108 {
    width: 1091px;
    height: 81.877px;
    top: 622.08px;
    left: 50px
  }

  #SHAPE119 {
    width: 20.0533px;
    height: 24.7543px;
    top: 0;
    left: 0
  }

  #SHAPE119 svg:last-child {
    fill: rgb(168, 102, 238)
  }

  #HEADLINE120 {
    width: 507px;
    top: 0;
    left: 34.276px
  }

  #HEADLINE120>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE121 {
    width: 1085px;
    top: 37.877px;
    left: 0
  }

  #HEADLINE121>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 1.6
  }

  #GROUP118 {
    width: 1085px;
    height: 85.877px;
    top: 741.707px;
    left: 50px
  }

  #SHAPE123 {
    width: 20.0533px;
    height: 24.7543px;
    top: 0;
    left: 0
  }

  #SHAPE123 svg:last-child {
    fill: rgb(168, 102, 238)
  }

  #HEADLINE124 {
    width: 706px;
    top: 0;
    left: 34.276px
  }

  #HEADLINE124>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE125 {
    width: 1116px;
    top: 33.4385px;
    left: 0
  }

  #HEADLINE125>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 1.6
  }

  #GROUP122 {
    width: 1116px;
    height: 57.4385px;
    top: 865.335px;
    left: 50px
  }

  #BOX148 {
    width: 1274px;
    height: 885.9px;
    top: 0;
    left: -12px
  }

  #BOX148>.ladi-box {
    background-color: rgb(25, 53, 109);
    border-radius: 8px
  }

  #GROUP149 {
    width: 292.863px;
    height: 292px;
    top: 13.2px;
    left: 1056.14px
  }

  #BOX150 {
    width: 145.135px;
    height: 145.137px;
    top: 0;
    left: 36.284px
  }

  #BOX150>.ladi-box {
    background-color: rgba(105, 135, 215, 0.2);
    border-radius: 5px
  }

  #BOX151 {
    width: 220.295px;
    height: 220.295px;
    top: 71.7042px;
    left: 72.5678px
  }

  #BOX151>.ladi-box {
    background-color: rgba(105, 135, 215, 0.2);
    border-radius: 5px
  }

  #BOX152 {
    width: 66.5205px;
    height: 66.5207px;
    top: 106.26px;
    left: 0
  }

  #BOX152>.ladi-box {
    background-color: rgba(105, 135, 215, 0.2);
    border-radius: 5px
  }

  #BOX153 {
    width: 174px;
    height: 174px;
    top: 631.9px;
    left: 5px
  }

  #BOX153>.ladi-box {
    background-color: rgba(105, 135, 215, 0.2);
    border-radius: 5px
  }

  #BOX154 {
    width: 76px;
    height: 76px;
    top: 525.9px;
    left: 29px
  }

  #BOX154>.ladi-box {
    background-color: rgba(105, 135, 215, 0.2);
    border-radius: 5px
  }

  #LIST_PARAGRAPH155 {
    width: 659px;
    top: 161.2px;
    left: 541px
  }

  #LIST_PARAGRAPH155>.ladi-list-paragraph {
    color: rgb(255, 255, 255);
    font-size: 17px;
    text-align: left;
    letter-spacing: 0.2px;
    line-height: 1.4
  }

  #LIST_PARAGRAPH155.ladi-animation>.ladi-list-paragraph {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
  }

  #LIST_PARAGRAPH155 ul li {
    padding-bottom: 20px;
    padding-left: 29px
  }

  #LIST_PARAGRAPH155 ul li:before {
    content: "";
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%2024%2024%22%20class%3D%22%22%20fill%3D%22rgba(238%2C%20210%2C%2098%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M20%2C12A8%2C8%200%200%2C1%2012%2C20A8%2C8%200%200%2C1%204%2C12A8%2C8%200%200%2C1%2012%2C4C12.76%2C4%2013.5%2C4.11%2014.2%2C4.31L15.77%2C2.74C14.61%2C2.26%2013.34%2C2%2012%2C2A10%2C10%200%200%2C0%202%2C12A10%2C10%200%200%2C0%2012%2C22A10%2C10%200%200%2C0%2022%2C12M7.91%2C10.08L6.5%2C11.5L11%2C16L21%2C6L19.59%2C4.58L11%2C13.17L7.91%2C10.08Z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
    width: 19px;
    height: 19px;
    top: -1px
  }

  #GROUP157 {
    width: 628px;
    height: 127px;
    top: 34.2px;
    left: 456px
  }

  #GROUP157.ladi-animation>.ladi-group {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
  }

  #HEADLINE158 {
    width: 586px;
    top: 0;
    left: 0
  }

  #HEADLINE158>.ladi-headline {
    color: rgb(255, 210, 130);
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE159 {
    width: 366px;
    top: 53px;
    left: 144px
  }

  #HEADLINE159>.ladi-headline {
    color: rgb(236, 236, 236);
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #LINE160 {
    width: 117px;
    top: 80.5px;
    left: 80px
  }

  #LINE160>.ladi-line>.ladi-line-container {
    border-top: 3px solid rgba(155, 155, 155, 0.3);
    border-right: 3px solid rgba(155, 155, 155, 0.3);
    border-bottom: 3px solid rgba(155, 155, 155, 0.3);
    border-left: 0 !important
  }

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

  #LINE161 {
    width: 79px;
    top: 27.5px;
    left: 549px
  }

  #LINE161>.ladi-line>.ladi-line-container {
    border-top: 3px solid rgba(155, 155, 155, 0.3);
    border-right: 3px solid rgba(155, 155, 155, 0.3);
    border-bottom: 3px solid rgba(155, 155, 155, 0.3);
    border-left: 0 !important
  }

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

  #BOX163 {
    width: 396.813px;
    height: 241px;
    top: 18.5px;
    left: 0
  }

  #BOX163>.ladi-box {
    border-style: solid;
    border-color: rgb(77, 92, 166);
    border-width: 2px;
    border-radius: 8px
  }

  #BOX165 {
    width: 393px;
    height: 278px;
    top: 0;
    left: 31.813px
  }

  #BOX165>.ladi-box {
    background: rgba(64, 91, 186, 1.0);
    background: -webkit-linear-gradient(139deg, rgba(64, 91, 186, 1.0), rgba(136, 139, 244, 1.0));
    background: linear-gradient(139deg, rgba(64, 91, 186, 1.0), rgba(136, 139, 244, 1.0));
    border-radius: 8px
  }

  #HEADLINE166 {
    width: 359px;
    top: 25.324px;
    left: 48.813px
  }

  #HEADLINE166>.ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4
  }

  #LINE168 {
    width: 251px;
    top: 75.5px;
    left: 103.813px
  }

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

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

  #LIST_PARAGRAPH173 {
    width: 337px;
    top: 131px;
    left: 70.813px
  }

  #LIST_PARAGRAPH173>.ladi-list-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 1.6
  }

  #LIST_PARAGRAPH173 ul li {
    padding-left: 20px
  }

  #LIST_PARAGRAPH173 ul li:before {
    content: counter(linum, disc);
    font-size: 40px;
    top: -20px
  }

  #SECTION175 {
    height: 870.9px
  }

  #SECTION175>.ladi-section-background {
    background-color: rgb(252, 252, 252)
  }

  #SECTION175 .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")
  }

  #SHAPE176 {
    width: 538.305px;
    height: 401.529px;
    top: 60.788px;
    left: -210.305px
  }

  #SHAPE176 svg:last-child {
    fill: rgb(246, 246, 246)
  }

  #GROUP178 {
    width: 507px;
    height: 87px;
    top: 33.398px;
    left: 346.5px
  }

  #GROUP178.ladi-animation>.ladi-group {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
  }

  #HEADLINE179 {
    width: 507px;
    top: 0;
    left: 0
  }

  #HEADLINE179>.ladi-headline {
    font-family: "Oswald", sans-serif;
    color: rgb(255, 145, 24);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #LINE180 {
    width: 130px;
    top: 61.246px;
    left: 157.847px
  }

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

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

  #LINE181 {
    width: 130px;
    top: 69px;
    left: 213.847px
  }

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

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

  #BOX184 {
    width: 744.5px;
    height: 352px;
    top: 0;
    left: 0
  }

  #BOX184>.ladi-box {
    box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.4);
    background-color: rgb(255, 255, 255);
    border-radius: 6px
  }

  #LIST_PARAGRAPH185 {
    width: 744.5px;
    top: 73.5px;
    padding: 0 5%;
  }

  #LIST_PARAGRAPH185>.ladi-list-paragraph {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6
  }

  /* #LIST_PARAGRAPH185 ul li{padding-bottom:9px;padding-left:25px}
  #LIST_PARAGRAPH185 ul li:before{content:counter(linum,disc);color:rgba(199,199,199,1.0);font-size:38px;top:-18px} */
  #PARAGRAPH186 {
    width: 362px;
    top: 20.948px;
    left: 179.25px
  }

  #PARAGRAPH186>.ladi-paragraph {
    color: rgb(10, 92, 21);
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.6
  }

  #HEADLINE188 {
    width: 150px;
    top: 669.398px;
    left: 133px
  }

  #HEADLINE188>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE189 {
    width: 958px;
    top: 723.398px;
    left: 133px
  }

  #HEADLINE189>.ladi-headline {
    color: rgb(252, 30, 18);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE195 {
    width: 150px;
    top: 113px;
    left: 133px
  }

  #HEADLINE195>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE196 {
    width: 958px;
    top: 170px;
    left: 133px
  }

  #HEADLINE196>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6
  }

  #HEADLINE197 {
    width: 958px;
    top: 792.2px;
    left: 133px
  }

  #HEADLINE197>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6
  }

  #IMAGE204 {
    width: 200px;
    height: 200.374px;
    top: 80.815px;
    left: 22.75px
  }

  #IMAGE204>.ladi-image>.ladi-image-background {
    width: 200px;
    height: 200.374px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s550x550/593524457b1b1c36368751d1/tth_vpbank-20221201051714-iipgl.png")
  }

  #HEADLINE205 {
    width: 445px;
    top: 190.502px;
    left: 258.75px
  }

  #HEADLINE205>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6
  }

  #GROUP208 {
    width: 744.5px;
    height: 352px;
    top: 228.398px;
    left: 239.75px
  }

  #HEADLINE210 {
    width: 474px;
    top: 151.817px;
    left: 354.5px
  }

  #HEADLINE210>.ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgba(255,190,39,255);
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1
  }

  #SHAPE211 {
    width: 32.1034px;
    height: 24.5px;
    top: 0;
    left: 0
  }

  #SHAPE211 svg:last-child {
    fill: rgba(255,190,39,255)
  }

  #HEADLINE212 {
    width: 158px;
    top: 3.5px;
    left: 36px
  }

  #HEADLINE212>.ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1
  }

  #HEADLINE213 {
    width: 266px;
    top: 3.5px;
    left: 96px
  }

  #HEADLINE213>.ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: left;
    line-height: 1.2
  }

  #LINE214 {
    width: 306px;
    top: 182.817px;
    left: 437.5px
  }

  #LINE214>.ladi-line>.ladi-line-container {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 0 !important
  }

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

  #SHAPE218 {
    width: 24.5px;
    height: 24.5px;
    top: 0;
    left: 0
  }

  #SHAPE218 svg:last-child {
    fill: rgb(255, 217, 1)
  }

  #HEADLINE219 {
    width: 293px;
    top: 4.5px;
    left: 31px
  }

  #HEADLINE219>.ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1
  }

  #HEADLINE220 {
    width: 205px;
    top: 5.5px;
    left: 103.566px
  }

  #HEADLINE220>.ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.2
  }

  #GROUP221 {
    width: 524px;
    height: 24.5px;
    top: 212.817px;
    left: 438px;
  }

  #GROUP222 {
    width: 262px;
    height: 24.5px;
    top: 250.817px;
    left: 438px
  }

  #DK {
    height: 885.9px
  }

  #DK>.ladi-section-background {
    background-color: rgb(255, 255, 255)
  }

  #DK .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")
  }

  #PEN_TOOL25 {
    width: 2063.06px;
    height: 128px;
    top: 754.6px;
    left: -443.5px
  }

  #PEN_TOOL25 svg:last-child {
    fill: rgb(255, 255, 255)
  }

  #DoiTuong {
    height: 615.7px
  }

  #DoiTuong>.ladi-section-background {
    background-color: rgba(214, 210, 250, 0.3)
  }

  #DoiTuong .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")
  }

  #NoiDUng {
    height: 972.7px
  }

  #NoiDUng>.ladi-section-background {
    background-color: rgba(255, 255, 255, 0.3)
  }

  #NoiDUng .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")
  }

  #LienHe {
    height: 313.317px
  }

  #LienHe>.ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../imgs/footer.png");
    background-position: center top;
    background-repeat: repeat
  }

  #LienHe .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")
  }

  #IMAGE240 {
    width: 222.514px;
    height: 48.8182px;
    top: 8.0606px;
    left: 8px
  }

  #IMAGE240>.ladi-image>.ladi-image-background {
    width: 222.514px;
    height: 48.8182px;
    top: 0;
    left: 0;
  }

  #SECTION237 {
    height: 60px;
    display: none !important
  }

  #SECTION237>.ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../imgs/menu.jpg");
    background-position: center top;
    background-repeat: repeat;
  }

  #SECTION237 .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")
  }

  #HEADLINE246 {
    width: 150px;
    top: 52.5px;
    left: 80px
  }

  #HEADLINE246>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE247 {
    width: 150px;
    top: 110.625px;
    left: 80px
  }

  #HEADLINE247>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE248 {
    width: 150px;
    top: 168.75px;
    left: 80px
  }

  #HEADLINE248>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE249 {
    width: 150px;
    top: 226.875px;
    left: 80px
  }

  #HEADLINE249>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #BUTTON250 {
    width: 160px;
    height: 40px;
    top: 285px;
    left: 75px
  }

  #BUTTON250>.ladi-button>.ladi-button-background {
    background-color: rgb(238, 109, 102)
  }

  #BUTTON_TEXT250 {
    width: 160px;
    top: 9px;
    left: 0
  }

  #BUTTON_TEXT250>.ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #Menu {
    width: 420px;
    height: 400px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
  }

  #Menu>.ladi-popup>.ladi-popup-background {
    background-color: rgb(255, 255, 255)
  }

  #Menu .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")
  }

  #SHAPE251 {
    width: 40.8732px;
    height: 40.8732px;
    top: 0;
    left: 0
  }

  #SHAPE251 svg:last-child {
    fill: rgb(252, 252, 252)
  }

  #HEADLINE236 {
    width: 150px;
    top: 17px;
    left: 858px
  }

  #HEADLINE236>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE235 {
    width: 150px;
    top: 17px;
    left: 698px
  }

  #HEADLINE235>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE234 {
    width: 150px;
    top: 17px;
    left: 538px
  }

  #HEADLINE234>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE233 {
    width: 150px;
    top: 17px;
    left: 378px;
  }

  #HEADLINE233>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6
  }

  #IMAGE232 {
    width: 222.514px;
    height: 48.8182px;
    top: 8.0606px;
    left: 8px
  }

  /* #IMAGE232 > .ladi-image > .ladi-image-background{width:222.514px;height:48.8182px;top:0;left:0;background-image:url("https://w.ladicdn.com/s550x350/593524457b1b1c36368751d1/217634002_517881826128972_4176089086583516569_n-20210819062427.png")} */
  #BUTTON_TEXT227 {
    width: 172px;
    top: 9px;
    left: 0
  }

  #BUTTON_TEXT227>.ladi-headline {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6
  }

  #BUTTON227 {
    width: 171.85px;
    height: 34px;
    top: 13px;
    left: 1014.07px
  }

  #BUTTON227>.ladi-button>.ladi-button-background {
    background-color: rgb(255, 190, 39)
  }

  #BUTTON227>.ladi-button {
    border-radius: 50px
  }

  #SECTION226 {
    height: 60px
  }

  #SECTION226>.ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../imgs/menu.jpg");
    background-position: center top;
    background-repeat: repeat
  }

  #SECTION226 .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")
  }

  #HEADLINE206 {
    width: 457px;
    top: 270.189px;
    left: 258.75px
  }

  #HEADLINE206>.ladi-headline {
    color: rgb(137, 48, 232);
    font-size: 16px;
    line-height: 1.6
  }

  #SHAPE255 {
    width: 20.0533px;
    height: 24.7543px;
    top: 0;
    left: 0
  }

  #SHAPE255 svg:last-child {
    fill: rgb(168, 102, 238)
  }

  #HEADLINE256 {
    width: 507px;
    top: 0;
    left: 34.276px
  }

  #HEADLINE256>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE257 {
    width: 555px;
    top: 33.877px;
    left: 0
  }

  #HEADLINE257>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 1.6
  }

  #GROUP254 {
    width: 555px;
    height: 81.877px;
    top: 254.635px;
    left: 50px
  }

  #GROUP276 {
    width: 424.813px;
    height: 278px;
    top: 34.2px;
    left: 31.187px
  }

  #HEADLINE271 {
    width: 261px;
    top: 129.054px;
    left: 56.364px
  }

  #HEADLINE271>.ladi-headline {
    color: rgb(255, 181, 94);
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE275 {
    width: 321px;
    top: 47.054px;
    left: 26.68px
  }

  #HEADLINE275>.ladi-headline {
    font-family: "Dancing Script", cursive;
    color: rgb(255, 255, 255);
    font-size: 51px;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE274 {
    width: 302px;
    top: 222.688px;
    left: 35.864px
  }

  #HEADLINE274>.ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 21px;
    text-align: center;
    line-height: 1.4
  }

  #IMAGE268 {
    width: 374.5px;
    height: 374.5px;
    top: 0;
    left: 0;
    mix-blend-mode: screen;
    will-change: transform, opacity
  }

  #IMAGE268>.ladi-image>.ladi-image-background {
    width: 374.5px;
    height: 374.5px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s700x700/5c7362c6c417ab07e5196b05/sac-20220520171415.png")
  }

  #BOX281 {
    width: 985px;
    height: 427.068px;
    top: 423.066px;
    left: 135.5px
  }

  #BOX281>.ladi-box {
    background: rgba(183, 67, 128, 1.0);
    background: -webkit-linear-gradient(272deg, rgba(183, 67, 128, 1.0), rgba(128, 63, 128, 1.0));
    background: linear-gradient(272deg, rgba(183, 67, 128, 1.0), rgba(128, 63, 128, 1.0));
    border-radius: 10px
  }

  #GROUP282 {
    width: 374.5px;
    height: 374.5px;
    top: 442.85px;
    left: 159.25px
  }

  #GROUP282.ladi-animation>.ladi-group {
    animation-name: tada;
    -webkit-animation-name: tada;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
  }

  #LIST_PARAGRAPH284 {
    width: 536px;
    top: 454.85px;
    left: 548.14px
  }

  #LIST_PARAGRAPH284>.ladi-list-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 1.6
  }

  #LIST_PARAGRAPH284 ul li {
    padding-left: 15px
  }

  #LIST_PARAGRAPH284 ul li:before {
    content: counter(linum, disc);
    font-size: 20px;
    top: -4px
  }

  #LINE286 {
    width: 299px;
    top: 683.1px;
    left: 648.5px
  }

  #LINE286>.ladi-line>.ladi-line-container {
    border-top: 3px solid rgba(255, 255, 255, 0.98);
    border-right: 3px solid rgba(255, 255, 255, 0.98);
    border-bottom: 3px solid rgba(255, 255, 255, 0.98);
    border-left: 0 !important
  }

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

  #HEADLINE287 {
    width: 272px;
    top: 27.8px;
    left: 14px
  }

  #HEADLINE287>.ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 23px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
    -webkit-text-stroke: 0 rgb(255, 255, 255)
  }

  #BOX298 {
    width: 391px;
    height: 112.5px;
    top: 20.05px;
    left: 0
  }

  #BOX298>.ladi-box {
    background-color: rgba(242, 243, 244, 0);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 1px;
    border-radius: 10px
  }

  #LINE299 {
    height: 61px;
    top: 34.3px;
    left: 199px
  }

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

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

  #uudai {
    width: 91px;
    top: 0;
    left: 279px
  }

  #uudai>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 70px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6
  }

  #HEADLINE302 {
    width: 347px;
    top: 106.55px;
    left: 14px
  }

  #HEADLINE302>.ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-style: italic;
    text-align: left;
    line-height: 1.6
  }

  #GROUP303 {
    width: 391px;
    height: 132.55px;
    top: 696.1px;
    left: 602.5px
  }

  #HEADLINE304 {
    width: 50px;
    top: 696.1px;
    left: 831.5px
  }

  #HEADLINE304>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 70px;
    font-weight: bold;
    text-align: right;
    line-height: 1.6
  }

  #SECTION305 {
    height: 803.9px
  }

  #SECTION305>.ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s1440x803/593524457b1b1c36368751d1/107871073_1295565627454510_4011500095000666380_n-20200722122328.jpg");
    background-position: center top;
    background-repeat: repeat;
    opacity: 0.39
  }

  #SECTION305 .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")
  }

  #IMAGE307 {
    width: 328.307px;
    height: 324.724px;
    top: 225.185px;
    left: 154px
  }

  #IMAGE307>.ladi-image>.ladi-image-background {
    width: 328.307px;
    height: 324.724px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s650x650/5c7362c6c417ab07e5196b05/ioui-20200804013442.png")
  }

  #LINE308 {
    width: 216px;
    top: 181.546px;
    left: 375.608px
  }

  #LINE308>.ladi-line>.ladi-line-container {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 0 !important
  }

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

  #LINE309 {
    width: 234px;
    top: 199.546px;
    left: 526px
  }

  #LINE309>.ladi-line>.ladi-line-container {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 0 !important
  }

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

  #HEADLINE311 {
    width: 445px;
    top: 95.546px;
    left: 385.5px
  }

  #HEADLINE311>.ladi-headline {
    font-family: "Oswald", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 43px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #IMAGE312 {
    width: 279.945px;
    height: 280.4px;
    top: 0;
    left: 57.0275px
  }

  /* #IMAGE312 > .ladi-image > .ladi-image-background{width:282.4px;height:282.4px;top:-2px;left:0;background-image:url("https://scontent.fsgn5-2.fna.fbcdn.net/v/t39.30808-6/321144068_694280462303027_7168150880753386258_n.jpg?_nc_cat=105&ccb=1-7&_nc_sid=0debeb&_nc_ohc=JX1s134Mwy0AX8sAUUB&tn=ntWeBY5DpjddBRUn&_nc_ht=scontent.fsgn5-2.fna&oh=00_AfB0D5G09Y4iLpyN7VCUu40qw-44ynjEYkd0z5rF-cmcOg&oe=63A96500")} */
  #IMAGE312>.ladi-image {
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 10px
  }

  #HEADLINE314 {
    width: 353px;
    top: 303.354px;
    left: 20.5px
  }

  #HEADLINE314>.ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(252, 252, 252);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1
  }

  #PARAGRAPH315 {
    width: 394px;
    top: 355.363px;
    left: 0
  }

  #PARAGRAPH315>.ladi-paragraph {
    font-family: "Roboto", sans-serif;
    color: rgb(252, 252, 252);
    font-size: 18px;
    font-style: italic;
    text-align: center;
    line-height: 1.4
  }

  #BOX306 {
    width: 1089.88px;
    height: 662.18px;
    top: 69.4824px;
    left: 55.06px
  }

  #BOX306>.ladi-box {
    background: rgba(28, 88, 199, 1.0);
    background: -webkit-linear-gradient(180deg, rgba(28, 88, 199, 1.0), rgba(12, 17, 111, 1.0));
    background: linear-gradient(180deg, rgba(28, 88, 199, 1.0), rgba(12, 17, 111, 1.0));
    border-radius: 6px
  }

  #PARAGRAPH322 {
    width: 394px;
    top: 380.363px;
    left: 0
  }

  #PARAGRAPH322>.ladi-paragraph {
    font-family: "Roboto", sans-serif;
    color: rgb(252, 252, 252);
    font-size: 18px;
    font-style: italic;
    text-align: center;
    line-height: 1.4
  }

  #LINE323 {
    width: 107px;
    top: 332.363px;
    left: 143.5px
  }

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

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

  #GROUP324 {
    width: 394px;
    height: 405.363px;
    top: 241.546px;
    left: 385.5px
  }

  #IMAGE326 {
    width: 279.945px;
    height: 280.4px;
    top: 0;
    left: 57.0275px
  }

  #IMAGE326>.ladi-image>.ladi-image-background {
    width: 282.4px;
    height: 282.4px;
    top: -2px;
    left: 0;
    background-image: url("https://w.ladicdn.com/s600x600/593524457b1b1c36368751d1/yen-20221202110940-2zxro.jpg")
  }

  #IMAGE326>.ladi-image {
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 10px
  }

  #HEADLINE327 {
    width: 353px;
    top: 303.354px;
    left: 20.5px
  }

  #HEADLINE327>.ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(252, 252, 252);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1
  }

  #PARAGRAPH328 {
    width: 394px;
    top: 355.363px;
    left: 0
  }

  #PARAGRAPH328>.ladi-paragraph {
    font-family: "Roboto", sans-serif;
    color: rgb(252, 252, 252);
    font-size: 18px;
    font-style: italic;
    text-align: center;
    line-height: 1.4
  }

  #PARAGRAPH329 {
    width: 394px;
    top: 380.363px;
    left: 0
  }

  #PARAGRAPH329>.ladi-paragraph {
    font-family: "Roboto", sans-serif;
    color: rgb(252, 252, 252);
    font-size: 18px;
    font-style: italic;
    text-align: center;
    line-height: 1.4
  }

  #LINE330 {
    width: 107px;
    top: 332.363px;
    left: 143.5px
  }

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

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

  #GROUP325 {
    width: 394px;
    height: 405.363px;
    top: 241.546px;
    left: 620.5px
  }

  #SHAPE332 {
    width: 98.8798px;
    height: 122.06px;
    top: 258.17px;
    left: 533.75px
  }

  #SHAPE332.ladi-animation>.ladi-shape {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
  }

  #SHAPE332 svg:last-child {
    fill: rgb(252, 30, 18)
  }

  #HEADLINE333 {
    width: 540px;
    top: 269.23px;
    left: 516.14px
  }

  #HEADLINE333>.ladi-headline {
    color: rgb(252, 30, 18);
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE334 {
    width: 540px;
    top: 320.23px;
    left: 516.14px
  }

  #HEADLINE334>.ladi-headline {
    color: rgb(252, 30, 18);
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #BOX335 {
    width: 540px;
    height: 158px;
    top: 240.2px;
    left: 516.14px
  }

  #BOX335>.ladi-box {
    background-color: rgb(241, 243, 244);
    border-radius: 0
  }

  #HEADLINE336 {
    width: 298px;
    top: 294.23px;
    left: 660.5px
  }

  #HEADLINE336>.ladi-headline {
    color: rgb(252, 30, 18);
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6
  }

  #HEADLINE337 {
    width: 298px;
    top: 354.23px;
    left: 660.5px
  }

  #HEADLINE337>.ladi-headline {
    color: rgb(252, 30, 18);
    font-size: 16px;
    font-style: italic;
    text-align: left;
    line-height: 1.6
  }
}

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

  #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")
  }

  #SECTION7 {
/*     height: 910.016px ;*/
/*    height: 2400.6px*/
/*    height: 300px;*/
      height: 85rem;
  }

  #SECTION7>.ladi-section-background {
    background-size: 100% 100%;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../imgs/banner.jpg");
    background-position: center top;
/*    background-repeat: repeat;*/
  }

  #SECTION7 .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")
  }

  #IMAGE10 {
    width: 293.967px;
    height: 321.897px;
    top: 24px;
    left: -181.41px
  }

  #IMAGE10>.ladi-image>.ladi-image-background {
    width: 293.967px;
    height: 321.897px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s600x650/593524457b1b1c36368751d1/banner-shapes-1-1-20220723022906.png")
  }

  #IMAGE11 {
    width: 200px;
    height: 199.293px;
    top: 134.897px;
    left: 328px
  }

  #IMAGE11>.ladi-image>.ladi-image-background {
    width: 200px;
    height: 199.293px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s550x500/593524457b1b1c36368751d1/banner-shapes-1-3-20220723022906.png")
    display:none;
  }

  #IMAGE13 {
    width: 415.056px;
    height: 287.311px;
    top: 468.111px;
    left: 67.4156px
  }

  #IMAGE13>.ladi-image>.ladi-image-background {
    width: 415.056px;
    height: 287.311px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s750x600/593524457b1b1c36368751d1/2923-20220723024421.png")
  }

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

  #BOX14 {
    width: 330px;
    height: 39px;
    top: 0;
    left: 0
  }

  #BOX14>.ladi-box {
    background-color: #fff;
    border-color: #fff;
    border-width: 1px
  }

  #HEADLINE15 {
    width: 290px;
    top: 6.5px;
    left: 22px
  }

  #HEADLINE15>.ladi-headline {
    color: rgba(235,177,99,255);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6
  }

  #GROUP16 {
    width: 330px;
    height: 39px;
    top: 49.31px;
    left: 16.5px
  }

  #HEADLINE17 {
/*    width: 400px;*/
    top: 128.111px;
    left: 18px;
  }

  #HEADLINE17>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgba(235,177,99,255);
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.6
  }

  #HEADLINE18 {
/*    width: 400px;*/
    top: 180px;
    left: 18px
  }

  #HEADLINE18>.ladi-headline {
    font-family: "UTM Avo.ttf";
    color: rgba(235,177,99,255);
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.6
  }

  #HEADLINE19 {
    width: 90vw;
    top: 230px;
    left: 18px
  }

  #HEADLINE19>.ladi-headline {
    color: rgba(235,177,99,255);
    font-size: 1.5em;
    line-height: 1.6;
    text-align: justify;
  }

  #BUTTON20 {
    width: 172px;
    left: 94px;
    background-image: url("../imgs/button-1-2.png");
    background-size: 100% 100%;
  }
  @media (max-width: 767px) {
    #BUTTON20 {
      top: 65rem;
      height: 50px;
      width: 182px;
      left: 15px;
      background-image: url("../imgs/button-1-2.png");
      background-size: 100% 100%;
    }
  }

  /* #BUTTON20 > .ladi-button{border-style:solid;border-color:rgb(255,255,255);border-width:2px;border-radius:3px} */
  #BUTTON_TEXT20 {
    width: 168px;
    top: 9px;
    left: 0
  }

  #BUTTON_TEXT20>.ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #IMAGE21 {
    width: 193.221px;
    height: 191px;
    top: 463.508px;
    left: -54.805px
  }

  #IMAGE21>.ladi-image>.ladi-image-background {
    width: 193.221px;
    height: 191px;
    top: 0;
    left: 0;
  }

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

  #SECTION24 {
    height: 999.183px
  }

  #SECTION24>.ladi-section-background {
    background-color: rgb(255, 255, 255)
  }

  #SECTION24 .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")
  }

  #HEADLINE27 {
    width: 370px;
    top: 0;
    left: 0
  }

  #HEADLINE27>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6
  }

  #HEADLINE28 {
    width: 262px;
    top: 56px;
    left: 0
  }

  #HEADLINE28>.ladi-headline {
    text-decoration-line: underline;
    -webkit-text-decoration-line: underline;
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6
  }

  #HEADLINE26 {
    width: 416px;
    top: 10px;
    left: 10px
  }

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

  #BOX38 {
    width: 200px;
    height: 249px;
    top: 0;
    left: 0
  }

  #BOX38>.ladi-box {
    background-color: rgba(228, 228, 228, 0.4);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 1px
  }

  #IMAGE39 {
    width: 151px;
    height: 151px;
    top: 14px;
    left: 24.5px
  }

  #IMAGE39>.ladi-image>.ladi-image-background {
    width: 151px;
    height: 151px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s500x500/593524457b1b1c36368751d1/screen-shot-2022-07-23-at-111835-am-20220723042108.png")
  }

  #IMAGE39>.ladi-image {
    border-radius: 100px
  }

  #HEADLINE40 {
    width: 150px;
    top: 180.5px;
    left: 25.5px
  }

  #HEADLINE40>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #GROUP41 {
    width: 200px;
    height: 249px;
    top: 200.001px;
    left: 5px
  }

  #BOX43 {
    width: 200px;
    height: 249px;
    top: 0;
    left: 0
  }

  #BOX43>.ladi-box {
    background-color: rgba(228, 228, 228, 0.4);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 1px
  }

  #IMAGE44 {
    width: 151px;
    height: 151px;
    top: 14px;
    left: 24.5px
  }

  #IMAGE44>.ladi-image>.ladi-image-background {
    width: 151px;
    height: 151px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s500x500/593524457b1b1c36368751d1/screen-shot-2022-07-23-at-111816-am-20220723042108.png")
  }

  #IMAGE44>.ladi-image {
    border-radius: 100px
  }

  #HEADLINE45 {
    width: 150px;
    top: 180.5px;
    left: 25.5px
  }

  #HEADLINE45>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #GROUP42 {
    width: 200px;
    height: 249px;
    top: 200.001px;
    left: 215px
  }

  #BOX47 {
    width: 200px;
    height: 249px;
    top: 0;
    left: 0
  }

  #BOX47>.ladi-box {
    background-color: rgba(228, 228, 228, 0.4);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 1px
  }

  #IMAGE48 {
    width: 151px;
    height: 151px;
    top: 14px;
    left: 24.5px
  }

  #IMAGE48>.ladi-image>.ladi-image-background {
    width: 151px;
    height: 151px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s500x500/593524457b1b1c36368751d1/screen-shot-2022-07-23-at-112416-am-20220723042450.png")
  }

  #IMAGE48>.ladi-image {
    border-radius: 100px
  }

  #HEADLINE49 {
    width: 150px;
    top: 180.5px;
    left: 25.5px
  }

  #HEADLINE49>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #GROUP46 {
    width: 200px;
    height: 249px;
    top: 463px;
    left: 109px
  }

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

  #BOX55>.ladi-box {
    background-color: rgba(228, 228, 228, 0.4);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 1px
  }

  #IMAGE56 {
    width: 151px;
    height: 151px;
    top: 14px;
    left: 24.5px
  }

  #IMAGE56>.ladi-image>.ladi-image-background {
    width: 151px;
    height: 151px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s500x500/593524457b1b1c36368751d1/screen-shot-2022-07-23-at-111843-am-20220723042108.png")
  }

  #IMAGE56>.ladi-image {
    border-radius: 100px
  }

  #HEADLINE57 {
    width: 150px;
    top: 180.5px;
    left: 25.5px
  }

  #HEADLINE57>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #GROUP54 {
    width: 200px;
    height: 249px;
    top: 723px;
    left: 5px
  }

  #BOX59 {
    width: 200px;
    height: 249px;
    top: 0;
    left: 0
  }

  #BOX59>.ladi-box {
    background-color: rgba(228, 228, 228, 0.4);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 1px
  }

  #IMAGE60 {
    width: 151px;
    height: 151px;
    top: 14px;
    left: 24.5px
  }

  #IMAGE60>.ladi-image>.ladi-image-background {
    width: 151px;
    height: 151px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s500x500/593524457b1b1c36368751d1/screen-shot-2022-07-23-at-111855-am-20220723042108.png")
  }

  #IMAGE60>.ladi-image {
    border-radius: 100px
  }

  #HEADLINE61 {
    width: 150px;
    top: 180.5px;
    left: 25.5px
  }

  #HEADLINE61>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #GROUP58 {
    width: 200px;
    height: 249px;
    top: 723px;
    left: 215px
  }

  #GROUP62 {
    width: 370px;
    height: 104px;
    top: 60px;
    left: 10px
  }

  #IMAGE67 {
    width: 94.0426px;
    height: 132.159px;
    top: 153.003px;
    left: 393.552px;
    display: none !important
  }

  #IMAGE67>.ladi-image>.ladi-image-background {
    width: 94.0426px;
    height: 132.159px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s400x450/593524457b1b1c36368751d1/cta-mockup-2-20220723044557.png")
  }

  #HEADLINE68 {
    width: 385px;
    top: 17.1241px;
    left: 10px
  }

  #HEADLINE68>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE69 {
    width: 385px;
    top: 63.1241px;
    left: 10px
  }

  #HEADLINE69>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6
  }

  #IMAGE71 {
    width: 59.552px;
    height: 57.9962px;
    top: 0;
    left: 0
  }

  #IMAGE71>.ladi-image>.ladi-image-background {
    width: 59.552px;
    height: 57.9962px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s400x400/593524457b1b1c36368751d1/screen-shot-2022-07-23-at-12808-pm-20220723062929.png")
  }

  #HEADLINE72 {
    width: 324px;
    top: 3.498px;
    left: 59.552px
  }

  #HEADLINE72>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6
  }

  #GROUP73 {
    width: 383.552px;
    height: 80.498px;
    top: 121.124px;
    left: 10px
  }

  #IMAGE75 {
    width: 59.552px;
    height: 57.9962px;
    top: 0;
    left: 0
  }

  #IMAGE75>.ladi-image>.ladi-image-background {
    width: 59.552px;
    height: 57.9962px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s400x400/593524457b1b1c36368751d1/screen-shot-2022-07-23-at-12808-pm-20220723062929.png")
  }

  #HEADLINE76 {
    width: 332px;
    top: 7.99904px;
    left: 59.552px
  }

  #HEADLINE76>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6
  }

  #GROUP77 {
    width: 391.552px;
    height: 109.999px;
    top: 234.62px;
    left: 10px
  }

  #IMAGE82 {
    width: 59.552px;
    height: 57.9962px;
    top: 0;
    left: 0
  }

  #IMAGE82>.ladi-image>.ladi-image-background {
    width: 59.552px;
    height: 57.9962px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s400x400/593524457b1b1c36368751d1/screen-shot-2022-07-23-at-12808-pm-20220723062929.png")
  }

  #HEADLINE83 {
    width: 345px;
    top: 3.498px;
    left: 59.552px
  }

  #HEADLINE83>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6
  }

  #GROUP81 {
    width: 404.552px;
    height: 131.498px;
    top: 377.617px;
    left: 10px
  }

  #HEADLINE88 {
    width: 218px;
    top: 10px;
    left: 101px
  }

  #HEADLINE88>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 30px;
    line-height: 1.6
  }

  #HEADLINE89 {
    width: 400px;
    top: 68px;
    left: 10px
  }

  #HEADLINE89>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6
  }

  #IMAGE90 {
    width: 400px;
    height: 406.042px;
    top: 1131.88px;
    left: 10px
  }

  #IMAGE90>.ladi-image>.ladi-image-background {
    width: 400px;
    height: 406.042px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s750x750/593524457b1b1c36368751d1/moc-2-1-copy-20220723064554.png")
  }

  #HEADLINE91 {
    width: 400px;
    top: 126px;
    left: 10px
  }

  #HEADLINE91>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6
  }

  #SHAPE93 {
    width: 20.0533px;
    height: 24.7543px;
    top: 0;
    left: 0
  }

  #SHAPE93 svg:last-child {
    fill: rgb(168, 102, 238)
  }

  #HEADLINE94 {
    width: 380px;
    top: 0;
    left: 34.276px
  }

  #HEADLINE94>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE95 {
    width: 396px;
    top: 54.877px;
    left: 0
  }

  #HEADLINE95>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 1.6
  }

  #GROUP97 {
    width: 414.276px;
    height: 150.877px;
    top: 349.585px;
    left: 6px
  }

  #SHAPE99 {
    width: 20.0533px;
    height: 24.7543px;
    top: 0;
    left: 0
  }

  #SHAPE99 svg:last-child {
    fill: rgb(168, 102, 238)
  }

  #HEADLINE100 {
    width: 507px;
    top: 0;
    left: 34.276px
  }

  #HEADLINE100>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE101 {
    width: 399px;
    top: 41.877px;
    left: 0
  }

  #HEADLINE101>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 1.6
  }

  #GROUP103 {
    width: 541.276px;
    height: 113.877px;
    top: 519.844px;
    left: 6px
  }

  #SHAPE109 {
    width: 20.0533px;
    height: 24.7543px;
    top: 0;
    left: 0
  }

  #SHAPE109 svg:last-child {
    fill: rgb(168, 102, 238)
  }

  #HEADLINE110 {
    width: 351px;
    top: 0;
    left: 34.276px
  }

  #HEADLINE110>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE111 {
    width: 399px;
    top: 54.877px;
    left: 0
  }

  #HEADLINE111>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 1.6
  }

  #GROUP108 {
    width: 399px;
    height: 150.877px;
    top: 653.102px;
    left: 6px
  }

  #SHAPE119 {
    width: 20.0533px;
    height: 24.7543px;
    top: 0;
    left: 0
  }

  #SHAPE119 svg:last-child {
    fill: rgb(168, 102, 238)
  }

  #HEADLINE120 {
    width: 319px;
    top: 0;
    left: 34.276px
  }

  #HEADLINE120>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE121 {
    width: 396px;
    top: 37.877px;
    left: 0
  }

  #HEADLINE121>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 1.6
  }

  #GROUP118 {
    width: 396px;
    height: 133.877px;
    top: 823.361px;
    left: 6px
  }

  #SHAPE123 {
    width: 20.0533px;
    height: 24.7543px;
    top: 0;
    left: 0
  }

  #SHAPE123 svg:last-child {
    fill: rgb(168, 102, 238)
  }

  #HEADLINE124 {
    width: 370px;
    top: 0;
    left: 34.276px
  }

  #HEADLINE124>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE125 {
    width: 394px;
    top: 55.9385px;
    left: 0
  }

  #HEADLINE125>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 1.6
  }

  #GROUP122 {
    width: 404.276px;
    height: 127.939px;
    top: 976.62px;
    left: 6px
  }

  #BOX148 {
    width: 420px;
    height: 877.596px;
    top: 0.004px;
    left: 0.0001px
  }

  #BOX148>.ladi-box {
    background-color: rgb(25, 53, 109);
    border-radius: 8px
  }

  #GROUP149 {
    width: 97.768px;
    height: 97.4805px;
    top: -18.2865px;
    left: 322.232px
  }

  #BOX150 {
    width: 48.4512px;
    height: 48.4522px;
    top: 0;
    left: 12.1128px
  }

  #BOX150>.ladi-box {
    background-color: rgba(105, 135, 215, 0.2);
    border-radius: 5px
  }

  #BOX151 {
    width: 73.5424px;
    height: 73.5429px;
    top: 23.9376px;
    left: 24.2258px
  }

  #BOX151>.ladi-box {
    background-color: rgba(105, 135, 215, 0.2);
    border-radius: 5px
  }

  #BOX152 {
    width: 22.2069px;
    height: 22.2071px;
    top: 35.4736px;
    left: 0
  }

  #BOX152>.ladi-box {
    background-color: rgba(105, 135, 215, 0.2);
    border-radius: 5px
  }

  #BOX153 {
    width: 109.87px;
    height: 109.87px;
    top: 1457.15px;
    left: -58.37px
  }

  #BOX153>.ladi-box {
    background-color: rgba(105, 135, 215, 0.2);
    border-radius: 5px
  }

  #BOX154 {
    width: 46px;
    height: 46.0001px;
    top: 688.194px;
    left: 0
  }

  #BOX154>.ladi-box {
    background-color: rgba(105, 135, 215, 0.2);
    border-radius: 5px
  }

  #LIST_PARAGRAPH155 {
    width: 400px;
    top: 436.112px;
    left: 37.138px
  }

  #LIST_PARAGRAPH155>.ladi-list-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: left;
    letter-spacing: 0.2px;
    line-height: 1.4
  }

  #LIST_PARAGRAPH155.ladi-animation>.ladi-list-paragraph {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
  }

  #LIST_PARAGRAPH155 ul li {
    padding-bottom: 20px;
    padding-left: 29px
  }

  #LIST_PARAGRAPH155 ul li:before {
    content: "";
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%2024%2024%22%20class%3D%22%22%20fill%3D%22rgba(238%2C%20210%2C%2098%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M20%2C12A8%2C8%200%200%2C1%2012%2C20A8%2C8%200%200%2C1%204%2C12A8%2C8%200%200%2C1%2012%2C4C12.76%2C4%2013.5%2C4.11%2014.2%2C4.31L15.77%2C2.74C14.61%2C2.26%2013.34%2C2%2012%2C2A10%2C10%200%200%2C0%202%2C12A10%2C10%200%200%2C0%2012%2C22A10%2C10%200%200%2C0%2022%2C12M7.91%2C10.08L6.5%2C11.5L11%2C16L21%2C6L19.59%2C4.58L11%2C13.17L7.91%2C10.08Z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
    width: 19px;
    height: 19px;
    top: -1px
  }

  #GROUP157 {
    width: 586px;
    height: 106.5px;
    top: 319.694px;
    left: -106px
  }

  #HEADLINE158 {
    width: 586px;
    top: 0;
    left: 0
  }

  #HEADLINE158>.ladi-headline {
    color: rgb(255, 210, 130);
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE159 {
    width: 366px;
    top: 42.5px;
    left: 166px
  }

  #HEADLINE159>.ladi-headline {
    color: rgb(236, 236, 236);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #LINE160 {
    width: 91px;
    top: 54px;
    left: 145px
  }

  #LINE160>.ladi-line>.ladi-line-container {
    border-top: 3px solid rgba(155, 155, 155, 0.3);
    border-right: 3px solid rgba(155, 155, 155, 0.3);
    border-bottom: 3px solid rgba(155, 155, 155, 0.3);
    border-left: 0 !important
  }

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

  #LINE161 {
    width: 65px;
    top: 29.5px;
    left: 469.616px
  }

  #LINE161>.ladi-line>.ladi-line-container {
    border-top: 3px solid rgba(155, 155, 155, 0.3);
    border-right: 3px solid rgba(155, 155, 155, 0.3);
    border-bottom: 3px solid rgba(155, 155, 155, 0.3);
    border-left: 0 !important
  }

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

  #BOX163 {
    width: 396.813px;
    height: 241px;
    top: 18.5px;
    left: 0
  }

  #BOX163>.ladi-box {
    border-style: solid;
    border-color: rgb(77, 92, 166);
    border-width: 2px;
    border-radius: 8px
  }

  #BOX165 {
    width: 393px;
    height: 278px;
    top: 0;
    left: 31.813px
  }

  #BOX165>.ladi-box {
    background: rgba(64, 91, 186, 1.0);
    background: -webkit-linear-gradient(139deg, rgba(64, 91, 186, 1.0), rgba(136, 139, 244, 1.0));
    background: linear-gradient(139deg, rgba(64, 91, 186, 1.0), rgba(136, 139, 244, 1.0));
    border-radius: 8px
  }

  #HEADLINE166 {
    width: 359px;
    top: 25.324px;
    left: 48.813px
  }

  #HEADLINE166>.ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4
  }

  #LINE168 {
    width: 251px;
    top: 75.5px;
    left: 103.813px
  }

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

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

  #LIST_PARAGRAPH173 {
    width: 337px;
    top: 124px;
    left: 71.813px
  }

  #LIST_PARAGRAPH173>.ladi-list-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 1.6
  }

  #LIST_PARAGRAPH173 ul li {
    padding-left: 20px
  }

  #LIST_PARAGRAPH173 ul li:before {
    content: counter(linum, disc);
    font-size: 40px;
    top: -20px
  }

  #SECTION175 {
    height: 1029.37px
  }

  #SECTION175>.ladi-section-background {
    background-color: rgb(252, 252, 252)
  }

  #SECTION175 .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")
  }

  #SHAPE176 {
    width: 312.859px;
    height: 233.365px;
    top: 875px;
    left: -158.5px
  }

  #SHAPE176 svg:last-child {
    fill: rgb(246, 246, 246)
  }

  #GROUP178 {
    width: 507px;
    height: 65px;
    top: 9px;
    left: -46.5px
  }

  #HEADLINE179 {
    width: 508px;
    top: 0;
    left: 0
  }

  #HEADLINE179>.ladi-headline {
    font-family: "Oswald", sans-serif;
    color: rgb(255, 145, 24);
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #LINE180 {
    width: 130px;
    top: 41.5px;
    left: 160.847px
  }

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

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

  #LINE181 {
    width: 130px;
    top: 47px;
    left: 224.847px
  }

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

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

  #BOX184 {
    width: 404.5px;
    height: 583px;
    top: 0;
    left: 17.7901px
  }

  #BOX184>.ladi-box {
    box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.4);
    background-color: rgb(255, 255, 255);
    border-radius: 6px
  }

  #LIST_PARAGRAPH185 {
    width: 382px;
    top: 60.5px;
    left: 28.2901px;
  }

  #LIST_PARAGRAPH185>.ladi-list-paragraph {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6
  }

  /* #LIST_PARAGRAPH185 ul li{padding-bottom:9px;padding-left:25px}
  #LIST_PARAGRAPH185 ul li:before{content:counter(linum,disc);color:rgba(199,199,199,1.0);font-size:38px;top:-18px} */
  #PARAGRAPH186 {
    width: 473px;
    top: 14.948px;
    left: 0
  }

  #PARAGRAPH186>.ladi-paragraph {
    color: rgb(10, 92, 21);
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.6
  }

  #HEADLINE188 {
    width: 150px;
    top: 804.105px;
    left: 13px
  }

  #HEADLINE188>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE189 {
    width: 400px;
    top: 844.105px;
    left: 11.75px
  }

  #HEADLINE189>.ladi-headline {
    color: rgb(252, 30, 18);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE195 {
    width: 150px;
    top: 74.677px;
    left: 20.5px
  }

  #HEADLINE195>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE196 {
    width: 400px;
    top: 127px;
    left: 20.5px
  }

  #HEADLINE196>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6
  }

  #HEADLINE197 {
    width: 400px;
    top: 932.109px;
    left: 11.75px
  }

  #HEADLINE197>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6
  }

  #IMAGE204 {
    width: 241.921px;
    height: 242.374px;
    top: 251.815px;
    left: 92.8296px
  }

  #IMAGE204>.ladi-image>.ladi-image-background {
    width: 241.921px;
    height: 242.374px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s550x550/593524457b1b1c36368751d1/tth_vpbank-20221201051714-iipgl.png")
  }

  #HEADLINE205 {
    width: 364px;
    top: 169.189px;
    left: 28.2901px
  }

  #HEADLINE205>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6
  }

  #GROUP208 {
    width: 473px;
    height: 583px;
    top: 209px;
    left: -6.7901px
  }

  #HEADLINE210 {
    width: 474px;
    top: 85.9131px;
    left: -25.25px
  }

  #HEADLINE210>.ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgba(255,190,39,255);
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1
  }

  #SHAPE211 {
    width: 32.1034px;
    height: 24.5px;
    top: 0;
    left: 0
  }

  #SHAPE211 svg:last-child {
    fill: rgba(255,190,39,255)
  }

  #HEADLINE212 {
    width: 158px;
    top: 3.5px;
    left: 36px
  }

  #HEADLINE212>.ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1
  }

  #HEADLINE213 {
    width: 266px;
    top: 3.5px;
    left: 96px
  }

  #HEADLINE213>.ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: left;
    line-height: 1.2
  }

  #LINE214 {
    width: 306px;
    top: 115.913px;
    left: 57.75px
  }

  #LINE214>.ladi-line>.ladi-line-container {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 0 !important
  }

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

  #SHAPE218 {
    width: 24.5px;
    height: 24.5px;
    top: 0;
    left: 0
  }

  #SHAPE218 svg:last-child {
    fill: rgb(255, 217, 1)
  }

  #HEADLINE219 {
    width: 293px;
    top: 4.5px;
    left: 31px
  }

  #HEADLINE219>.ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1
  }

  #HEADLINE220 {
    width: 205px;
    top: 5.5px;
    left: 103.566px
  }

  #HEADLINE220>.ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.2
  }

  #GROUP221 {
    width: 524px;
    height: 24.5px;
    top: 138.913px;
    left: 84.4799px
  }

  #GROUP222 {
    width: 262px;
    height: 24.5px;
    top: 168.413px;
    left: 80.75px
  }

  #DK {
    height: 1723.09px
  }

  #DK>.ladi-section-background {
    background-color: rgb(255, 255, 255)
  }

  #DK .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")
  }

  #PEN_TOOL25 {
    width: 430px;
    height: 40.8175px;
    top: 871.199px;
    left: -20px
  }

  #PEN_TOOL25 svg:last-child {
    fill: rgb(255, 255, 255)
  }

  #DoiTuong {
    height: 546.113px
  }

  #DoiTuong>.ladi-section-background {
    background-color: rgba(214, 210, 250, 0.3)
  }

  #DoiTuong .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")
  }

  #NoiDUng {
    height: 1558.92px
  }

  #NoiDUng>.ladi-section-background {
    background-color: rgba(255, 255, 255, 0.3)
  }

  #NoiDUng .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")
  }

  #LienHe {
    height: 207.004px
  }

  #LienHe>.ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../imgs/footer.png");
    background-position: center top;
    background-repeat: repeat
  }

  #LienHe .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")
  }

  #IMAGE240 {
    width: 160.675px;
    height: 35.2512px;
    top: 16.2524px;
    left: 26.5px
  }

  #IMAGE240>.ladi-image>.ladi-image-background {
    width: 160.675px;
    height: 35.2512px;
    top: 0;
    left: 0;
  }

  #SECTION237 {
    height: 67.756px;
    display: none !important;
  }

  #SECTION237>.ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../imgs/menu.jpg");
    background-position: center top;
    background-repeat: repeat
  }

  #SECTION237 .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")
  }

  #HEADLINE246 {
    width: 150px;
    top: 52.5px;
    left: 80px
  }

  #HEADLINE246>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE247 {
    width: 150px;
    top: 110.625px;
    left: 80px
  }

  #HEADLINE247>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE248 {
    width: 150px;
    top: 168.75px;
    left: 80px
  }

  #HEADLINE248>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE249 {
    width: 150px;
    top: 226.875px;
    left: 80px
  }

  #HEADLINE249>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #BUTTON250 {
    width: 160px;
    height: 40px;
    top: 285px;
    left: 75px
  }

  #BUTTON250>.ladi-button>.ladi-button-background {
    background-color: rgb(238, 109, 102)
  }

  #BUTTON_TEXT250 {
    width: 160px;
    top: 9px;
    left: 0
  }

  #BUTTON_TEXT250>.ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #Menu {
    width: 314px;
    height: 400px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
  }

  #Menu>.ladi-popup>.ladi-popup-background {
    background-color: rgb(255, 255, 255)
  }

  #Menu .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")
  }

  #SHAPE251 {
    width: 40.8732px;
    height: 40.8732px;
    top: 13.4414px;
    right: 26.5px
  }

  #SHAPE251 svg:last-child {
    fill: rgb(252, 252, 252)
  }

  #HEADLINE236 {
    width: 150px;
    top: 89px;
    left: 135px
  }

  #HEADLINE236>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE235 {
    width: 150px;
    top: 125px;
    left: 135px
  }

  #HEADLINE235>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE234 {
    width: 150px;
    top: 161px;
    left: 135px
  }

  #HEADLINE234>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE233 {
    width: 150px;
    top: 53px;
    left: 135px
  }

  #HEADLINE233>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6
  }

  #IMAGE232 {
    width: 222.514px;
    height: 48.8182px;
    top: 46px;
    left: 98.743px
  }

  /* #IMAGE232 > .ladi-image > .ladi-image-background{width:222.514px;height:48.8182px;top:0;left:0;background-image:url("https://w.ladicdn.com/s550x350/593524457b1b1c36368751d1/217634002_517881826128972_4176089086583516569_n-20210819062427.png")} */
  #BUTTON_TEXT227 {
    width: 172px;
    top: 9px;
    left: 0
  }

  #BUTTON_TEXT227>.ladi-headline {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6
  }

  #BUTTON227 {
    width: 171.85px;
    height: 34px;
    top: 9px;
    left: 117.575px
  }

  #BUTTON227>.ladi-button>.ladi-button-background {
    background-color: rgb(255, 190, 39)
  }

  #BUTTON227>.ladi-button {
    border-radius: 50px
  }

  #SECTION226 {
    height: 259.756px;
    display: none !important
  }

  #SECTION226>.ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s768x259/593524457b1b1c36368751d1/inner-banner-bg-20220723083109.png");
    background-position: center top;
    background-repeat: repeat
  }

  #SECTION226 .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")
  }

  #HEADLINE206 {
    width: 379px;
    top: 511.189px;
    left: 27.2901px
  }

  #HEADLINE206>.ladi-headline {
    color: rgb(137, 48, 232);
    font-size: 16px;
    line-height: 1.6
  }

  #SHAPE255 {
    width: 20.0533px;
    height: 24.7543px;
    top: 0;
    left: 0
  }

  #SHAPE255 svg:last-child {
    fill: rgb(168, 102, 238)
  }

  #HEADLINE256 {
    width: 316px;
    top: 0;
    left: 34.276px
  }

  #HEADLINE256>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6
  }

  #HEADLINE257 {
    width: 399px;
    top: 38.877px;
    left: 0
  }

  #HEADLINE257>.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 1.6
  }

  #GROUP254 {
    width: 399px;
    height: 110.877px;
    top: 219.326px;
    left: 6px
  }

  #GROUP276 {
    width: 424.813px;
    height: 278px;
    top: 8px;
    left: -14.813px
  }

  #HEADLINE271 {
    width: 261px;
    top: 129.054px;
    left: 56.364px
  }

  #HEADLINE271>.ladi-headline {
    color: rgb(255, 181, 94);
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE275 {
    width: 321px;
    top: 47.054px;
    left: 26.68px
  }

  #HEADLINE275>.ladi-headline {
    font-family: "Dancing Script", cursive;
    color: rgb(255, 255, 255);
    font-size: 51px;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE274 {
    width: 302px;
    top: 222.688px;
    left: 35.864px
  }

  #HEADLINE274>.ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 21px;
    text-align: center;
    line-height: 1.4
  }

  #IMAGE268 {
    width: 374.5px;
    height: 374.5px;
    top: 0;
    left: 0;
    mix-blend-mode: screen;
    will-change: transform, opacity
  }

  #IMAGE268>.ladi-image>.ladi-image-background {
    width: 374.5px;
    height: 374.5px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s700x700/5c7362c6c417ab07e5196b05/sac-20220520171415.png")
  }

  #BOX281 {
    width: 404.31px;
    height: 839.22px;
    top: 877.604px;
    left: 10.845px
  }

  #BOX281>.ladi-box {
    background: rgba(183, 67, 128, 1.0);
    background: -webkit-linear-gradient(272deg, rgba(183, 67, 128, 1.0), rgba(128, 63, 128, 1.0));
    background: linear-gradient(272deg, rgba(183, 67, 128, 1.0), rgba(128, 63, 128, 1.0));
    border-radius: 10px
  }

  #GROUP282 {
    width: 374.5px;
    height: 374.5px;
    top: 885.324px;
    left: 30.75px
  }

  #GROUP282.ladi-animation>.ladi-group {
    animation-name: tada;
    -webkit-animation-name: tada;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
  }

  #LIST_PARAGRAPH284 {
    width: 363px;
    top: 1271.82px;
    left: 36.5px
  }

  #LIST_PARAGRAPH284>.ladi-list-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 1.6
  }

  #LIST_PARAGRAPH284 ul li {
    padding-left: 15px
  }

  #LIST_PARAGRAPH284 ul li:before {
    content: counter(linum, disc);
    font-size: 20px;
    top: -4px
  }

  #LINE286 {
    width: 234px;
    top: 1551.82px;
    left: 96px
  }

  #LINE286>.ladi-line>.ladi-line-container {
    border-top: 3px solid rgba(255, 255, 255, 0.98);
    border-right: 3px solid rgba(255, 255, 255, 0.98);
    border-bottom: 3px solid rgba(255, 255, 255, 0.98);
    border-left: 0 !important
  }

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

  #HEADLINE287 {
    width: 226px;
    top: 31.5px;
    left: 17.4987px
  }

  #HEADLINE287>.ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
    -webkit-text-stroke: 0 rgb(255, 255, 255)
  }

  #BOX298 {
    width: 377px;
    height: 108.472px;
    top: 22.547px;
    left: 0
  }

  #BOX298>.ladi-box {
    background-color: rgba(242, 243, 244, 0);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 1px;
    border-radius: 10px
  }

  #LINE299 {
    height: 59px;
    top: 36.0095px;
    left: 189.499px
  }

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

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

  #uudai {
    width: 88px;
    top: 0;
    left: 269.332px
  }

  #uudai>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 70px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6
  }

  #HEADLINE302 {
    width: 335px;
    top: 98.5px;
    left: 17.4987px
  }

  #HEADLINE302>.ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-style: italic;
    text-align: left;
    line-height: 1.6
  }

  #GROUP303 {
    width: 377px;
    height: 131.019px;
    top: 1561.82px;
    left: 24.5px
  }

  #HEADLINE304 {
    width: 50px;
    top: 1561.82px;
    left: 241px
  }

  #HEADLINE304>.ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 70px;
    font-weight: bold;
    text-align: right;
    line-height: 1.6
  }

  #SECTION305 {
    height: 1133.44px
  }

  #SECTION305>.ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s768x1133/5c7362c6c417ab07e5196b05/77-20200804044455.jpg");
    background-position: center top;
    background-repeat: repeat
  }

  #SECTION305 .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")
  }

  #IMAGE307 {
    width: 364.906px;
    height: 395.997px;
    top: 236.963px;
    left: -29px
  }

  #IMAGE307>.ladi-image>.ladi-image-background {
    width: 364.906px;
    height: 395.997px;
    top: 0;
    left: 0;
    background-image: url("https://w.ladicdn.com/s700x700/5c7362c6c417ab07e5196b05/ioui-20200804013442.png")
  }

  #LINE308 {
    width: 173px;
    top: 121.829px;
    left: 66.953px
  }

  #LINE308>.ladi-line>.ladi-line-container {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 0 !important
  }

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

  #LINE309 {
    width: 234px;
    top: 139.829px;
    left: 155.001px
  }

  #LINE309>.ladi-line>.ladi-line-container {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 0 !important
  }

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

  #HEADLINE311 {
    width: 538px;
    top: 59.513px;
    left: -58.5px
  }

  #HEADLINE311>.ladi-headline {
    font-family: "Oswald", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #IMAGE312 {
    width: 279.945px;
    height: 280.4px;
    top: 0;
    left: 57.0275px
  }

  /* #IMAGE312 > .ladi-image > .ladi-image-background{width:282.4px;height:282.4px;top:-2px;left:0;background-image:url("https://scontent.fsgn5-2.fna.fbcdn.net/v/t39.30808-6/321144068_694280462303027_7168150880753386258_n.jpg?_nc_cat=105&ccb=1-7&_nc_sid=0debeb&_nc_ohc=JX1s134Mwy0AX8sAUUB&tn=ntWeBY5DpjddBRUn&_nc_ht=scontent.fsgn5-2.fna&oh=00_AfB0D5G09Y4iLpyN7VCUu40qw-44ynjEYkd0z5rF-cmcOg&oe=63A96500")} */
  #IMAGE312>.ladi-image {
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 10px
  }

  #HEADLINE314 {
    width: 353px;
    top: 303.354px;
    left: 20.5px
  }

  #HEADLINE314>.ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(252, 252, 252);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1
  }

  #PARAGRAPH315 {
    width: 394px;
    top: 355.363px;
    left: 0
  }

  #PARAGRAPH315>.ladi-paragraph {
    font-family: "Roboto", sans-serif;
    color: rgb(252, 252, 252);
    font-size: 18px;
    font-style: italic;
    text-align: center;
    line-height: 1.4
  }

  #BOX306 {
    width: 405.002px;
    height: 1030.48px;
    top: 28.434px;
    left: 7.249px
  }

  #BOX306>.ladi-box {
    background: rgba(28, 88, 199, 1.0);
    background: -webkit-linear-gradient(180deg, rgba(28, 88, 199, 1.0), rgba(12, 17, 111, 1.0));
    background: linear-gradient(180deg, rgba(28, 88, 199, 1.0), rgba(12, 17, 111, 1.0));
    border-radius: 6px
  }

  #PARAGRAPH322 {
    width: 394px;
    top: 380.363px;
    left: 0
  }

  #PARAGRAPH322>.ladi-paragraph {
    font-family: "Roboto", sans-serif;
    color: rgb(252, 252, 252);
    font-size: 18px;
    font-style: italic;
    text-align: center;
    line-height: 1.4
  }

  #LINE323 {
    width: 107px;
    top: 332.363px;
    left: 143.5px
  }

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

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

  #GROUP324 {
    width: 394px;
    height: 405.363px;
    top: 175.96px;
    left: 13.5px
  }

  #IMAGE326 {
    width: 279.945px;
    height: 280.4px;
    top: 0;
    left: 57.0275px
  }

  #IMAGE326>.ladi-image>.ladi-image-background {
    width: 282.4px;
    height: 282.4px;
    top: -2px;
    left: 0;
    background-image: url("https://w.ladicdn.com/s600x600/593524457b1b1c36368751d1/yen-20221202110940-2zxro.jpg")
  }

  #IMAGE326>.ladi-image {
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 10px
  }

  #HEADLINE327 {
    width: 353px;
    top: 303.354px;
    left: 20.5px
  }

  #HEADLINE327>.ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(252, 252, 252);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1
  }

  #PARAGRAPH328 {
    width: 394px;
    top: 355.363px;
    left: 0
  }

  #PARAGRAPH328>.ladi-paragraph {
    font-family: "Roboto", sans-serif;
    color: rgb(252, 252, 252);
    font-size: 18px;
    font-style: italic;
    text-align: center;
    line-height: 1.4
  }

  #PARAGRAPH329 {
    width: 394px;
    top: 380.363px;
    left: 0
  }

  #PARAGRAPH329>.ladi-paragraph {
    font-family: "Roboto", sans-serif;
    color: rgb(252, 252, 252);
    font-size: 18px;
    font-style: italic;
    text-align: center;
    line-height: 1.4
  }

  #LINE330 {
    width: 107px;
    top: 332.363px;
    left: 143.5px
  }

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

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

  #GROUP325 {
    width: 394px;
    height: 405.363px;
    top: 627.323px;
    left: 13px
  }

  #SHAPE332 {
    width: 98.8798px;
    height: 122.06px;
    top: 748.112px;
    left: 160.56px
  }

  #SHAPE332.ladi-animation>.ladi-shape {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
  }

  #SHAPE332 svg:last-child {
    fill: rgb(252, 30, 18)
  }

  #HEADLINE333 {
    width: 381.25px;
    top: 559.112px;
    left: 19.3749px
  }

  #HEADLINE333>.ladi-headline {
    color: rgb(252, 30, 18);
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #HEADLINE334 {
    width: 381.25px;
    top: 639.194px;
    left: 19.3749px
  }

  #HEADLINE334>.ladi-headline {
    color: rgb(252, 30, 18);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }

  #BOX335 {
    width: 381.25px;
    height: 360px;
    top: 521.112px;
    left: 19.3749px
  }

  #BOX335>.ladi-box {
    background-color: rgb(241, 243, 244);
    border-radius: 0
  }

  #HEADLINE336 {
    width: 307px;
    top: 593.172px;
    left: 37.138px
  }

  #HEADLINE336>.ladi-headline {
    color: rgb(252, 30, 18);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6
  }

  #HEADLINE337 {
    width: 200px;
    top: 701.112px;
    left: 37.138px
  }

  #HEADLINE337>.ladi-headline {
    color: rgb(252, 30, 18);
    font-size: 18px;
    font-style: italic;
    text-align: left;
    line-height: 1.6
  }
}

:root {
  --color-1: #FFF100 !important;
}

.text-line {
  text-decoration: line-through;
  margin-right: 10px;
}

.cls-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

input {
  border-bottom: 1px solid black;
  width: 100%;
}

#dvThongTinCaNhan button {
  height: 80px;
  background-image: url("../imgs/button-1-1.png");
}

#dvThongTinGoi button {
  background-image: url("../imgs/button-1-0.png");
/*  min-height: 100px;*/
/*  background-size: contain !important;*/
}

#dvThongTinCaNhan button,
#dvThongTinGoi button 
{
  padding: 1em;
  width: 100%;
  font-weight: bold;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  color: #fff;
}

#dvThongTinCaNhan button,
#dvThongTinGoi button:hover 
{
  cursor: pointer;
}

#dvThongTinCaNhan {
  padding: 0 10vw 3em 10vw;
  font-size: 1.5em;
  /* color: #d19239; */
}
@media (max-width: 767px) {
  #dvThongTinCaNhan {
/*    padding: 1600px 10vw 3em 10vw;*/
    font-size: 1.5em;
    /* color: #d19239; */
  }
}

#dvThongTinCaNhan .check-traloi:hover {
  cursor: pointer;
}

#dvThongTinCaNhan .uncheck-image {
  height: 30px;
  width: 30px;
  content: url(../imgs/unchecked.png);
}

#dvThongTinCaNhan .checked-image {
  height: 30px;
  width: 30px;
  content: url(../imgs/checked.png);
}

#dvThongTinCaNhan .cls-flex {
  justify-content: flex-start;
}

#dvThongTinCaNhan>div:first-child,
#dvThongTinGoi>div:first-child {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  /* padding: 0 0 2em 0; */
}

#dvThongTinCaNhan>div:last-child>div:not(:last-child) {
  margin-bottom: 1em;
}

#dvThongTinCaNhan>div:last-child>div:not(:last-child)>div {
  padding: 0.5em 0;
}

#dvThongTinCaNhan>div:last-child>div:not(:last-child)>div:nth-child(2n+1) {
  font-weight: bold;
}

#dvThongTinGoi {
  padding: 3em 5vw;
  font-size: 1.5em;
  /* color: #d19239; */
}

#dvThongTinGoi .dvContent_G {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#dvThongTinGoi .dvContent_G>div {
  flex: 1 0 30%;
  margin: 2em 1em;
  background-color: rgba(172,0,0,255);
  display: flex;
  flex-direction: column;
  padding: 2em;
  justify-content: space-between;
}

/* #dvThongTinGoi .dvContent_G > div:not(:last-child) {
  margin-right: 2em;
  max-width: calc(100% * 1/3 - 20px);
} */

#dvThongTinGoi .dvContent_G>div>div:not(:last-child) {
  margin-bottom: 1.5em;
}

#dvThongTinGoi .dvContent_G>div>div>div:not(:last-child) {
  margin-bottom: 1.5em;
}

#dvThongTinGoi .ten {
/*  width: 80%;*/
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  padding: 0.8em 0;
  background-color: rgba(235,177,99,255);
  color: rgba(172,0,0,255);
  border-radius: 3em;
}

#dvThongTinGoi .gia {
  text-decoration: line-through;
  font-size: 1.5em;
}

#dvThongTinGoi .giauudai {
  font-size: 2.2em;
  font-weight: bold;
}

#dvThongTinGoi .noidung {
  text-align: justify;
}

#dvThongTinGoi .noidung>* {
  padding: 0.3em 0;
}

#dvKhuyenMai img,
#dvDienGia img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#dvKhuyenMai {
  position: relative;
}

#dvKhuyenMai #songuoidangky {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 7vw;
  bottom: 0.95em;
  right: 1.15em;
  z-index: 9000;
}

#dvDienGia {
  position: fixed;
  bottom: 3em;
  width: 25vw;
  right: 20px;
  z-index: 9000;
}

#dvDienGia img:hover {
  opacity: 1;
  cursor: pointer;
}

#dvDienGia img {
  opacity: 0.7;
}

#SECTION226 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
}

#SECTION7 {
  padding-top: 60px;
}

#divGoiDaChon {
  padding: 1em 0;
  font-weight: bold;
  font-size: 1.5em;
}

#dvLienHe {
  text-align: center;
  padding: 9em 3em 2em 3em;
/*  background-size: auto 100%;*/
  background-size: cover;
  background-image: url("../imgs/footer.png");
  background-repeat: no-repeat;
}

#dvLienHe h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8em;
  color: rgba(255,190,39,255);
  padding-bottom: 0.5em;
}

#dvLienHe #border {
  border-bottom: 0 !important;
  border-right: 0 !important;
  width: 100%;
  height: 100%;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

#dvLienHe .cls-flex {
  font-size: 1.5em;
  color: #fff;
  justify-content: center;
}

#dvLienHe .cls-flex:not(:last-child) {
  padding: 0.5em 0;
}

#dvLienHe .cls-flex>div:first-child {
  color: rgba(255,190,39,255);
  margin-right: 0.3em;
}

#dvLienHe .cls-flex>div:nth-child(2) {
  font-weight: bold;
  margin-right: 0.5em;
}

#dvLienHe .cls-flex>div:last-child {
  /* flex: 1; */
  font-size: 0.9em;
  white-space: nowrap;
}

#dvLienHe .cls-flex>div:last-child>a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  #dvThongTinGoi .dvContent_G {
    display: block;
  }

  #dvThongTinGoi .dvContent_G>div {
    flex: 1;
    margin: 2em 0;
  }

  #dvThongTinGoi .dvContent_G>div:not(:last-child) {
    margin-right: 0;
  }

  #dvDienGia {
    position: fixed;
    bottom: 10em;
    width: 45vw;
    right: 10px;
    z-index: 9000;
  }
}

/*bổ sung*/
#dvTTKhaoSat{
  display: none;
}
#dvContent_G{
  color: rgba(235,177,99,255);
}
#dvContent_G .gia{
  text-align: center;
}
#dvContent_G .giauudai{
  text-align: center;
  color: #fff;
  font-size: 2.5em;
  margin-top: 0.3em;
}
#dvContent_G .noidung > div:first-child{
  text-align: left;
  margin-bottom: 0.5em;
  font-weight: bold;
  text-transform: capitalize !important;
  line-height: 1.3em;
}
#HEADLINE233>.ladi-headline {
  color: #fff;
}
#HEADLINE234>.ladi-headline {
  color: #fff;
}
#HEADLINE235>.ladi-headline {
  color: #fff;
}
#HEADLINE236>.ladi-headline {
  color: #fff;
}

#HEADLINE233>.ladi-headline:hover {
  color: rgba(235,177,99,255);
}

#HEADLINE234>.ladi-headline:hover {
  color: rgba(235,177,99,255);
}

#HEADLINE235>.ladi-headline:hover {
  color: rgba(235,177,99,255);
}

#HEADLINE236>.ladi-headline:hover {
  color: rgba(235,177,99,255);
}
#HEADLINE19 h3.ladi-headline > div:not(:last-child){
  margin-bottom: 0.8em;
}