/* ============================
   SH Agency - Landing Page Styles
   ============================ */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
a {
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ladi-loading {
  z-index: 900000000000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.ladi-loading .loading {
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
}
.ladi-loading .loading div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: ladi-loading 1.2s linear infinite;
}
.ladi-loading .loading div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.ladi-loading .loading div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.ladi-loading .loading div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.ladi-loading .loading div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.ladi-loading .loading div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.ladi-loading .loading div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.ladi-loading .loading div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.ladi-loading .loading div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.ladi-loading .loading div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.ladi-loading .loading div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.ladi-loading .loading div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.ladi-loading .loading div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes ladi-loading {
  0%,
  100%,
  20%,
  80% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.ladipage-message {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000000000;
  background: rgba(0, 0, 0, 0.3);
}
.ladipage-message .ladipage-message-box {
  width: 400px;
  max-width: calc(100% - 50px);
  height: 160px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  position: fixed;
  top: calc(50% - 155px);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
}
.ladipage-message .ladipage-message-box span {
  display: block;
  background-color: rgba(6, 21, 40, 0.05);
  color: #000;
  padding: 12px 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ladipage-message .ladipage-message-box .ladipage-message-text {
  display: -webkit-box;
  font-size: 14px;
  padding: 0 20px;
  margin-top: 16px;
  line-height: 20px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.ladipage-message .ladipage-message-box .ladipage-message-close {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 10px;
  margin: 0 auto;
  padding: 10px 0;
  border: none;
  width: 80px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background-color: #e6e6e6;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  cursor: pointer;
  outline: 0;
}
.lightbox-screen {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9000000080;
  background: #7f7f7f;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.lightbox-screen * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.lightbox-screen img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: auto;
}
.lightbox-screen .lightbox-close {
  position: absolute;
  z-index: 9000000090;
  cursor: pointer;
}
.lightbox-screen .lightbox-hidden {
  display: none;
}
.lightbox-screen .lightbox-close {
  width: 16px;
  height: 16px;
  margin: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.lightbox-screen img.lightbox-item {
  max-width: none;
}
.lightbox-gallery-track {
  touch-action: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-gallery-track .lightbox-gallery-preview,
.lightbox-gallery-track .lightbox-item {
  will-change: transform;
  backface-visibility: hidden;
  margin: 0 !important;
  transform-origin: center center;
  position: absolute;
  left: 50%;
  top: 50%;
}
.lightbox-nav-btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
  user-select: none;
  font-size: 24px;
  font-weight: 700;
}
.lightbox-nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.lightbox-prev {
  left: 20px;
}
.lightbox-next {
  right: 20px;
}
* {
  -webkit-tap-highlight-color: #fff0;
}
body {
  font-size: 12px;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}
.overflow-hidden {
  overflow: hidden;
}
.ladi-transition {
  transition: all 150ms linear 0s;
}
.z-index-1 {
  z-index: 1;
}
.opacity-0 {
  opacity: 0;
}
.height-0 {
  height: 0 !important;
}
.pointer-events-none {
  pointer-events: none;
}
.transition-parent-collapse-height {
  transition: height 150ms linear 0s;
}
.transition-parent-collapse-top {
  transition: top 150ms linear 0s;
}
.transition-readmore {
  transition: height 350ms linear 0s;
}
.transition-collapse {
  transition: height 150ms linear 0s;
}
body.grab {
  cursor: grab;
}
.ladi-wraper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  touch-action: manipulation;
}
.ladi-container {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.ladi-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.ladi-element {
  position: absolute;
}
@media (hover: hover) {
  .ladi-check-hover {
    opacity: 0;
  }
}
.ladi-section {
  margin: 0 auto;
  position: relative;
}
.ladi-section[data-tab-id] {
  display: none;
}
.ladi-section.selected[data-tab-id] {
  display: block;
}
.ladi-section .ladi-section-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.ladi-box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ladi-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ladi-frame-bg .ladi-frame-background {
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: inherit;
}
.ladi-frame-bg:not(.ladi-frame) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ladi-button {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ladi-button:active {
  transform: translateY(2px);
  transition: transform 0.2s linear;
}
.ladi-button .ladi-button-background {
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: inherit;
}
.ladi-button > .ladi-button-headline,
.ladi-button > .ladi-button-shape {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  display: table;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ladi-button > .ladi-button-shape .ladi-shape {
  margin: auto;
  top: 0;
  bottom: 0;
}
.ladi-button > .ladi-button-headline .ladi-headline {
  display: table-cell;
  vertical-align: middle;
}
.ladi-checkout-product-cart-icon .ladi-cart-number {
  position: absolute;
  top: -2px;
  right: -7px;
  background: #f36e36;
  text-align: center;
  min-width: 18px;
  min-height: 18px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 100%;
  z-index: 90000000;
  padding: 3px 4px;
}
.ladi-checkout-product-add-to-cart .ladi-button .loading-dots {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p {
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  animation: 0.6s infinite loading;
}
.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:first-child {
  animation-delay: 0s;
}
.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:nth-child(2) {
  animation-delay: 0.2s;
}
.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes loading {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.ladi-group {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ladi-shape .ladi-cart-number {
  position: absolute;
  top: -2px;
  right: -7px;
  background: #f36e36;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 100%;
}
.ladi-image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ladi-image .ladi-image-background {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-attachment: scroll;
  background-origin: content-box;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ladi-headline {
  width: 100%;
  display: inline-block;
  word-break: break-word;
  background-size: cover;
  background-position: center center;
}
.ladi-headline a {
  text-decoration: underline;
}
.ladi-paragraph {
  width: 100%;
  display: inline-block;
  word-break: break-word;
}
.ladi-paragraph a {
  text-decoration: underline;
}
.ladi-line {
  position: relative;
}
.ladi-line .ladi-line-container {
  border-bottom: 0 !important;
  border-right: 0 !important;
  width: 100%;
  height: 100%;
}
a[data-action] {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
a:visited {
  color: inherit;
}
a:link {
  color: inherit;
}
[data-opacity="0"] {
  opacity: 0;
}
[data-hidden="true"] {
  display: none;
}
[data-action="true"] {
  cursor: pointer;
}
.ladi-hidden {
  display: none;
}
.ladi-animation {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ladi-animation-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}
.element-click-selected {
  cursor: pointer;
}
.is-2nd-click {
  cursor: pointer;
}
.ladi-button-shape.is-2nd-click,
.ladi-accordion-shape.is-2nd-click {
  z-index: 3;
}
.backdrop-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90000060;
}
.backdrop-dropbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90000040;
}
.ladi-lazyload {
  background-image: none !important;
}
.ladi-list-paragraph ul li.ladi-lazyload:before {
  background-image: none !important;
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
  .ladi-element.ladi-auto-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100% !important;
    left: 0 !important;
    -webkit-overflow-scrolling: touch;
  }
  [data-hint]:not([data-timeout-id-copied]):before,
  [data-hint]:not([data-timeout-id-copied]):after {
    display: none !important;
  }
  .ladi-section.ladi-auto-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

body {
  direction: ltr;
}
@media (min-width: 768px) {
  .ladi-section .ladi-container {
    width: 1200px;
  }
}
@media (max-width: 767px) {
  .ladi-section .ladi-container {
    width: 420px;
  }
}
body {
  font-family: "Open Sans", sans-serif;
}

#SECTION2 > .ladi-section-background {
  background-image: url("https://w.ladicdn.com/6a35038231cd7400120e1992/banner-akamedia-3-20260620101650-np1rg.webp");
  background-size: cover;
  background-origin: content-box;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
#HEADLINE6 > .ladi-headline {
  line-height: 1;
  color: rgb(255, 255, 255);
  text-align: center;
}
#HEADLINE7 > .ladi-headline {
  font-family: "Roboto Slab", serif;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  text-align: center;
}
#BUTTON8 > .ladi-button > .ladi-overlay {
  background-color: rgb(48, 120, 207);
}
#BUTTON8 > .ladi-button {
  border-width: 1px;
  border-radius: 30px;
  border-style: solid;
  border-color: rgb(0, 74, 173);
}
#BUTTON8 > .ladi-button:hover,
#BOX251 > .ladi-box:hover,
#BOX252 > .ladi-box:hover,
#BOX253 > .ladi-box:hover,
#BOX254 > .ladi-box:hover {
  opacity: 1;
}
#BUTTON8 > .ladi-button:hover .ladi-button-background {
  background-image: none !important;
  background-color: rgb(0, 74, 173) !important;
  background-size: initial !important;
  background-origin: initial !important;
  background-position: initial !important;
  background-repeat: initial !important;
  background-attachment: initial !important;
  -webkit-background-clip: initial !important;
}
#BUTTON_TEXT8 {
  left: 0.5px;
}
#BUTTON_TEXT8 > .ladi-headline {
  font-weight: bold;
  line-height: 2;
  color: rgb(255, 255, 255);
  text-align: center;
}
#SECTION9 {
  background-size: cover;
}
#SECTION9 > .ladi-section-background {
  background-image: url("https://akamedia.vn/wp-content/uploads/2025/10/back-1-11.webp");
  background-size: cover;
  background-origin: content-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
#HEADLINE253 > .ladi-headline {
  background-image: linear-gradient(90deg, rgb(1, 103, 248) 0%, rgb(5, 150, 255) 56.25%, rgb(45, 220, 255) 100%);
  background-color: initial;
  background-size: initial;
  background-origin: initial;
  background-position: initial;
  background-repeat: initial;
  background-attachment: initial;
  font-weight: bold;
  line-height: 1.6;
  color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
}
#PARAGRAPH251 > .ladi-paragraph {
  font-weight: bold;
  line-height: 1.6;
  color: rgb(0, 0, 0);
}
#PARAGRAPH252 > .ladi-paragraph {
  line-height: 1.6;
  color: rgb(15, 24, 42);
}
#BOX251 > .ladi-box,
#BOX252 > .ladi-box,
#BOX253 > .ladi-box,
#BOX254 > .ladi-box {
  border-width: 1px;
  border-radius: 20px;
  border-style: ridge;
  border-color: rgb(45, 220, 255);
  background-color: rgb(241, 243, 244);
  box-shadow: rgb(0, 0, 0) 0px 15px 15px -15px;
}
#IMAGE255 > .ladi-image > .ladi-image-background,
#IMAGE256 > .ladi-image > .ladi-image-background,
#IMAGE257 > .ladi-image > .ladi-image-background,
#IMAGE258 > .ladi-image > .ladi-image-background,
#IMAGE259 > .ladi-image > .ladi-image-background,
#IMAGE260 > .ladi-image > .ladi-image-background,
#IMAGE261 > .ladi-image > .ladi-image-background,
#IMAGE262 > .ladi-image > .ladi-image-background,
#IMAGE264 > .ladi-image > .ladi-image-background,
#IMAGE265 > .ladi-image > .ladi-image-background,
#GROUP269,
#BOX261,
#IMAGE285 > .ladi-image > .ladi-image-background,
#IMAGE286 > .ladi-image > .ladi-image-background,
#IMAGE287 > .ladi-image > .ladi-image-background,
#IMAGE288 > .ladi-image > .ladi-image-background,
#IMAGE289 > .ladi-image > .ladi-image-background,
#IMAGE290 > .ladi-image > .ladi-image-background,
#IMAGE291 > .ladi-image > .ladi-image-background,
#SHAPE262,
#SHAPE263,
#SHAPE264,
#SHAPE265,
#IMAGE297 > .ladi-image > .ladi-image-background,
#HEADLINE294,
#SHAPE266,
#SHAPE267,
#SHAPE268,
#SHAPE269 {
  top: 0px;
  left: 0px;
}
#IMAGE255 > .ladi-image > .ladi-image-background {
  background-image: url("https://w.ladicdn.com/6a35038231cd7400120e1992/i-store-20260620131755-dzpfx.svg");
}
#IMAGE256 > .ladi-image > .ladi-image-background {
  background-image: url("https://w.ladicdn.com/6a35038231cd7400120e1992/i-list-20260620131755-mv7ul.svg");
}
#IMAGE257 > .ladi-image > .ladi-image-background {
  background-image: url("https://w.ladicdn.com/6a35038231cd7400120e1992/i-diamonds-20260620131755-qyi-f.svg");
}
#IMAGE258 > .ladi-image > .ladi-image-background {
  background-image: url("https://w.ladicdn.com/6a35038231cd7400120e1992/i-charst-20260620131755-hu72-.svg");
}
#HEADLINE254 > .ladi-headline,
#HEADLINE255 > .ladi-headline,
#HEADLINE256 > .ladi-headline,
#HEADLINE257 > .ladi-headline {
  line-height: 1.6;
  color: rgb(0, 0, 0);
  text-align: left;
}
#SECTION40 > .ladi-section-background {
  background-image: url("https://w.ladicdn.com/6a35038231cd7400120e1992/back-1-11-20260620153713-pfdk9.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#HEADLINE259 > .ladi-headline {
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.6;
  color: rgb(17, 16, 25);
  letter-spacing: 0px;
  text-align: left;
}
#IMAGE259 > .ladi-image > .ladi-image-background {
  background-image: url("https://w.ladicdn.com/6a35038231cd7400120e1992/duannoibat1-20260620101650-kswn7.webp");
}
#IMAGE260 > .ladi-image > .ladi-image-background {
  background-image: url("https://w.ladicdn.com/6a35038231cd7400120e1992/duannoibat5-20260620101705-hjbsz.webp");
}
#IMAGE260 > .ladi-image {
  box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px inset;
}
#IMAGE262 > .ladi-image > .ladi-image-background {
  background-image: url("https://w.ladicdn.com/6a35038231cd7400120e1992/duannoibat6-20260620101705-czwes.webp");
}
#IMAGE264 > .ladi-image > .ladi-image-background {
  background-image: url("https://w.ladicdn.com/6a35038231cd7400120e1992/duannoibat3-20260620101650-e9-se.webp");
}
#IMAGE264 > .ladi-image {
  box-shadow: rgb(0, 0, 0) 0px 0px 15px 115px inset;
}
#IMAGE265 > .ladi-image > .ladi-image-background {
  background-image: url("https://w.ladicdn.com/6a35038231cd7400120e1992/duannoibat4-20260620101650-3dolu.webp");
}
#SECTION260 > .ladi-section-background,
#SECTION261 > .ladi-section-background {
  background-image: url("https://w.ladicdn.com/6a35038231cd7400120e1992/back-1-11-20260620153713-pfdk9.webp");
  background-size: cover;
  background-origin: content-box;
  background-position: 50% 0%;
  background-repeat: repeat;
  background-attachment: scroll;
}
#PARAGRAPH263,
#SHAPE251,
#SHAPE252,
#PARAGRAPH273,
#BOX266,
#PARAGRAPH276,
#PARAGRAPH285,
#GROUP284 {
  left: 0px;
}
#PARAGRAPH263 > .ladi-paragraph,
#PARAGRAPH276 > .ladi-paragraph,
#PARAGRAPH281 > .ladi-paragraph,
#PARAGRAPH285 > .ladi-paragraph {
  line-height: 1.6;
  color: rgb(5, 31, 77);
  text-align: left;
}
#PARAGRAPH264,
#PARAGRAPH277,
#PARAGRAPH284,
#PARAGRAPH286,
#PARAGRAPH280 {
  width: 201px;
}
#PARAGRAPH264 > .ladi-paragraph,
#PARAGRAPH266 > .ladi-paragraph,
#PARAGRAPH277 > .ladi-paragraph,
#PARAGRAPH282 > .ladi-paragraph,
#PARAGRAPH284 > .ladi-paragraph,
#PARAGRAPH286 > .ladi-paragraph,
#PARAGRAPH280 > .ladi-paragraph {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: rgb(5, 31, 77);
  text-align: left;
}
#SHAPE251 svg:last-child,
#SHAPE252 svg:last-child,
#SHAPE259 svg:last-child,
#SHAPE262 svg:last-child,
#SHAPE263 svg:last-child,
#SHAPE264 svg:last-child,
#SHAPE265 svg:last-child,
#SHAPE266 svg:last-child,
#SHAPE267 svg:last-child,
#SHAPE268 svg:last-child,
#SHAPE269 svg:last-child,
#SHAPE270 svg:last-child,
#SHAPE271 svg:last-child,
#SHAPE272 svg:last-child {
  fill: rgb(255, 255, 255);
}
#PARAGRAPH266,
#GROUP273,
#BOX265,
#HEADLINE289,
#HEADLINE295,
#HEADLINE296,
#HEADLINE298 {
  top: 0px;
}
#BOX261 > .ladi-box {
  border-width: 2px;
  border-radius: 1000px;
  border-style: dashed;
  border-color: rgb(217, 235, 255);
  background-color: rgba(255, 255, 255, 0.7);
}
#SHAPE255 svg:last-child,
#SHAPE256 svg:last-child {
  fill: rgb(217, 235, 255);
}
#BOX262 > .ladi-box {
  border-radius: 1000px;
  background-image: url("https://w.ladicdn.com/6a35038231cd7400120e1992/digital-advertising-copy-20260620184046-lopwx.webp");
  background-size: cover;
  background-origin: content-box;
  background-position: 100% 50%;
  background-repeat: repeat;
  background-attachment: scroll;
}
#BOX262 > .ladi-box,
#BOX263 > .ladi-box {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -15px;
}
#BOX263 > .ladi-box {
  border-width: 1px;
  border-radius: 1000px;
  border-style: ridge;
  border-color: rgb(45, 220, 255);
  background-size: cover;
  background-origin: content-box;
  background-position: 50% 0%;
  background-repeat: repeat;
  background-attachment: scroll;
}
#PARAGRAPH273 > .ladi-paragraph {
  font-size: 14px;
  line-height: 1.6;
  color: rgb(5, 31, 77);
  text-align: left;
}
#BOX265 > .ladi-box {
  border-radius: 1000px 1000px 0px;
  background-color: rgba(13, 98, 242, 0.2);
}
#HEADLINE283 > .ladi-headline {
  font-weight: bold;
  line-height: 1.2;
  color: rgb(5, 31, 77);
}
#BOX266 > .ladi-box {
  border-width: 1px;
  border-radius: 1000px 1000px 0px;
  border-style: solid;
  border-color: rgba(13, 98, 242, 0.3);
  background-color: rgba(13, 98, 242, 0);
}
#SHAPE259 {
  top: 19.415px;
  left: 0px;
}
#PARAGRAPH284 {
  top: 0px;
  left: 67.5px;
}
#HEADLINE284 > .ladi-headline,
#HEADLINE285 > .ladi-headline {
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.6;
  color: rgb(39, 13, 154);
  letter-spacing: 0px;
  text-align: left;
}
#HEADLINE286 > .ladi-headline,
#HEADLINE287 > .ladi-headline {
  font-family: Rokkitt, serif;
  font-size: 24px;
  line-height: 1.6;
  color: rgb(4, 37, 164);
  letter-spacing: 0px;
  text-align: left;
}
#IMAGE286,
#IMAGE286 > .ladi-image > .ladi-image-background {
  height: 71.425px;
}
#IMAGE287 > .ladi-image > .ladi-image-background {
  background-image: url("https://w.ladicdn.com/s450x400/6a35038231cd7400120e1992/thiet-ke-chua-co-ten-2-20260620185637-whp84.png");
}
#IMAGE288,
#IMAGE288 > .ladi-image > .ladi-image-background {
  height: 58.15px;
}
#FRAME269 > .ladi-frame-bg > .ladi-frame-background {
  background-image: linear-gradient(rgb(13, 98, 242), rgb(5, 31, 77));
  background-color: initial;
  background-size: initial;
  background-origin: initial;
  background-position: initial;
  background-repeat: initial;
  background-attachment: initial;
  -webkit-background-clip: initial;
}
#SHAPE260 svg:last-child {
  fill: url("#SHAPE260_desktop_gradient");
}
#SHAPE261 > .ladi-shape {
  transform: rotate(26deg);
}
#SHAPE261 svg:last-child {
  fill: url("#SHAPE261_desktop_gradient");
}
#HEADLINE289 > .ladi-headline {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: rgb(255, 255, 255);
  text-align: left;
}
#GROUP281 {
  top: 50.5px;
  left: 3.06581px;
}
#SHAPE262,
#SHAPE263,
#SHAPE264 {
  width: 22.5469px;
  height: 22.5469px;
}
#HEADLINE290 {
  top: 4px;
  left: 33px;
}
#HEADLINE290 > .ladi-headline,
#HEADLINE291 > .ladi-headline,
#HEADLINE292 > .ladi-headline,
#HEADLINE293 > .ladi-headline,
#HEADLINE295 > .ladi-headline,
#HEADLINE296 > .ladi-headline,
#HEADLINE297 > .ladi-headline,
#HEADLINE298 > .ladi-headline {
  font-size: 14px;
  line-height: 1.4;
  color: rgb(255, 255, 255);
  text-align: left;
}
#GROUP282,
#GROUP283 {
  width: 325px;
  height: 22.5469px;
  left: 3.06581px;
}
#HEADLINE291,
#HEADLINE292,
#HEADLINE293 {
  width: 292px;
}
#HEADLINE291,
#HEADLINE292 {
  top: 2px;
  left: 33px;
}
#GROUP284 {
  width: 327px;
  height: 23px;
}
#SHAPE265 {
  width: 28.7993px;
  height: 22.5469px;
}
#HEADLINE293 {
  top: 3px;
  left: 35px;
}
#HEADLINE300 > .ladi-headline {
  font-family: Rokkitt, serif;
  line-height: 1.6;
  color: rgb(241, 243, 244);
  letter-spacing: 0px;
  text-align: left;
}
#HEADLINE294 > .ladi-headline {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  text-align: left;
}
#GROUP286,
#SHAPE266 {
  height: 22.6801px;
}
#GROUP287 {
  height: 20px;
}
#SHAPE267 {
  height: 18.4658px;
}
#GROUP288 {
  height: 23px;
}
#HEADLINE297 {
  top: 3px;
}
#SHAPE268 {
  height: 21.3362px;
}
#GROUP289,
#SHAPE269 {
  height: 24.6135px;
}
#HEADLINE299 {
  width: 391px;
}
#HEADLINE299 > .ladi-headline {
  font-size: 12px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
}
#LINE252 > .ladi-line > .ladi-line-container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0px !important;
}
#LINE252 > .ladi-line,
#LINE253 > .ladi-line,
#LINE256 > .ladi-line {
  width: 100%;
  padding: 8px 0px;
}
#LINE253,
#LINE256 {
  width: 400px;
}
#LINE253 > .ladi-line > .ladi-line-container,
#LINE256 > .ladi-line > .ladi-line-container {
  border-top: 1px solid rgb(45, 220, 255);
  border-right: 1px solid rgb(45, 220, 255);
  border-bottom: 1px solid rgb(45, 220, 255);
  border-left: 0px !important;
}
@media (min-width: 768px) {
  #SECTION2 {
    height: 711px;
  }
  #HEADLINE6 {
    width: 792px;
    top: 187px;
    left: 199.5px;
  }
  #HEADLINE6 > .ladi-headline {
    font-size: 72px;
  }
  #HEADLINE7 {
    width: 950px;
    top: 392px;
    left: 127px;
  }
  #HEADLINE7 > .ladi-headline,
  #PARAGRAPH263 > .ladi-paragraph,
  #PARAGRAPH276 > .ladi-paragraph,
  #PARAGRAPH281 > .ladi-paragraph,
  #PARAGRAPH285 > .ladi-paragraph {
    font-size: 22px;
  }
  #BUTTON8 {
    width: 227px;
    height: 52px;
    top: 494px;
    left: 482px;
  }
  #BUTTON_TEXT8 {
    width: 225px;
    top: 11.5px;
  }
  #BUTTON_TEXT8 > .ladi-headline,
  #HEADLINE300 > .ladi-headline {
    font-size: 24px;
  }
  #SECTION9 {
    height: 698px;
  }
  #HEADLINE253 {
    width: 629px;
    top: 44px;
    left: 299px;
  }
  #HEADLINE253 > .ladi-headline {
    font-size: 93px;
    text-align: center;
  }
  #PARAGRAPH251 {
    width: 739px;
    top: 167px;
    left: 244px;
  }
  #PARAGRAPH251 > .ladi-paragraph {
    font-size: 62px;
    text-align: center;
  }
  #PARAGRAPH252 {
    width: 856px;
    top: 296px;
    left: 185.5px;
  }
  #PARAGRAPH252 > .ladi-paragraph {
    font-size: 18px;
    text-align: center;
  }
  #BOX251,
  #BOX252,
  #BOX253,
  #BOX254 {
    width: 377.965px;
    height: 180px;
  }
  #BOX251 {
    top: 434.5px;
    left: -186.25px;
  }
  #BOX252 {
    top: 434.5px;
    left: 213.718px;
  }
  #BOX253 {
    top: 434.5px;
    left: 614.686px;
  }
  #BOX254 {
    top: 434.5px;
    left: 1013.66px;
  }
  #IMAGE255,
  #IMAGE255 > .ladi-image > .ladi-image-background,
  #IMAGE256,
  #IMAGE257,
  #IMAGE257 > .ladi-image > .ladi-image-background,
  #IMAGE258,
  #IMAGE258 > .ladi-image > .ladi-image-background,
  #IMAGE297,
  #IMAGE297 > .ladi-image > .ladi-image-background {
    width: 50px;
    height: 50px;
  }
  #IMAGE255 {
    top: 406.5px;
    left: 1296.25px;
  }
  #IMAGE256 {
    top: 406.5px;
    left: 495.472px;
  }
  #IMAGE256 > .ladi-image > .ladi-image-background {
    width: 51px;
    height: 50px;
  }
  #IMAGE257 {
    top: 406.5px;
    left: 92.655px;
  }
  #IMAGE258 {
    top: 406.5px;
    left: 894.75px;
  }
  #HEADLINE254,
  #HEADLINE255,
  #HEADLINE257 {
    width: 256px;
  }
  #HEADLINE254 {
    top: 487px;
    left: -163.345px;
  }
  #HEADLINE254 > .ladi-headline,
  #HEADLINE255 > .ladi-headline,
  #HEADLINE256 > .ladi-headline,
  #HEADLINE257 > .ladi-headline {
    font-size: 27px;
  }
  #HEADLINE255 {
    top: 487px;
    left: 233.472px;
  }
  #HEADLINE256 {
    width: 330px;
    top: 487px;
    left: 633.44px;
  }
  #HEADLINE257 {
    top: 487px;
    left: 1033.41px;
  }
  #SECTION40 {
    height: 1289px;
  }
  #HEADLINE259,
  #HEADLINE300 {
    width: 571px;
  }
  #HEADLINE259 {
    top: 59px;
    left: -186.25px;
  }
  #IMAGE259,
  #IMAGE259 > .ladi-image > .ladi-image-background {
    width: 514.516px;
    height: 386.4px;
  }
  #IMAGE259 {
    top: 147.4px;
    left: 343.902px;
  }
  #IMAGE260,
  #IMAGE260 > .ladi-image > .ladi-image-background,
  #IMAGE265,
  #IMAGE265 > .ladi-image > .ladi-image-background {
    width: 514.516px;
    height: 686.018px;
  }
  #IMAGE260 {
    top: 147.4px;
    left: -186.25px;
  }
  #IMAGE261,
  #IMAGE261 > .ladi-image > .ladi-image-background {
    width: 514.516px;
    height: 683.274px;
  }
  #IMAGE261 {
    top: 551.666px;
    left: 343.902px;
  }
  #IMAGE261 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s850x1000/6a35038231cd7400120e1992/duannoibat2-20260620101650-ypipw.jpg");
  }
  #IMAGE262,
  #IMAGE262 > .ladi-image > .ladi-image-background,
  #IMAGE264,
  #IMAGE264 > .ladi-image > .ladi-image-background {
    width: 514.516px;
    height: 385.886px;
  }
  #IMAGE262 {
    top: 849.054px;
    left: -186.25px;
  }
  #IMAGE264 {
    top: 849.054px;
    left: 872.584px;
  }
  #IMAGE265 {
    top: 147.4px;
    left: 872.584px;
  }
  #SECTION260 {
    height: 1027.9px;
  }
  #GROUP260 {
    width: 520.072px;
    height: 63.937px;
    top: 408.464px;
    left: 506.253px;
  }
  #GROUP261 {
    width: 448px;
    height: 35px;
    top: 12.4155px;
    left: 72.072px;
  }
  #PARAGRAPH263 {
    width: 448px;
  }
  #PARAGRAPH263,
  #SHAPE251,
  #PARAGRAPH276,
  #PARAGRAPH285 {
    top: 0px;
  }
  #PARAGRAPH264,
  #PARAGRAPH277,
  #PARAGRAPH282 {
    top: 11.5px;
    left: 123.5px;
  }
  #SHAPE251 {
    width: 63.937px;
    height: 63.937px;
  }
  #GROUP262,
  #GROUP278 {
    width: 361.5px;
    height: 95.3612px;
  }
  #GROUP262 {
    top: 524.07px;
    left: 582.753px;
  }
  #SHAPE252,
  #SHAPE259,
  #IMAGE285,
  #IMAGE285 > .ladi-image > .ladi-image-background {
    width: 64px;
    height: 64px;
  }
  #SHAPE252 {
    top: 19.415px;
  }
  #PARAGRAPH266,
  #PARAGRAPH282 {
    width: 201px;
  }
  #PARAGRAPH266 {
    left: 67.5px;
  }
  #GROUP268 {
    width: 524.753px;
    height: 538.373px;
    top: 406.528px;
    left: 0.9405px;
  }
  #GROUP269,
  #BOX261 {
    width: 524.753px;
    height: 524.753px;
  }
  #SHAPE255 {
    width: 21.704px;
    height: 21.704px;
    top: 498.049px;
    left: 400.06px;
  }
  #SHAPE256 {
    width: 25.0815px;
    height: 28.9623px;
    top: 35.911px;
    left: 59.0595px;
  }
  #BOX262 {
    width: 485.27px;
    height: 485.27px;
    top: 19.788px;
    left: 19.7415px;
  }
  #BOX263 {
    width: 218.27px;
    height: 218.27px;
    top: 320.103px;
    left: 33.7415px;
  }
  #BOX263 > .ladi-box {
    background-image: url("https://w.ladicdn.com/s550x550/6a35038231cd7400120e1992/logo-20260620101705-ldeh9.jpg");
  }
  #GROUP272 {
    width: 773.806px;
    height: 132.572px;
    top: 50.985px;
    left: 159.852px;
  }
  #PARAGRAPH273 {
    width: 672px;
    top: 120.572px;
  }
  #GROUP273 {
    width: 631.772px;
    height: 114.572px;
    left: 142.034px;
  }
  #BOX265 {
    width: 56.2732px;
    height: 57px;
    left: 13.2568px;
  }
  #HEADLINE283 {
    width: 581px;
    top: 28.572px;
    left: 50.7722px;
  }
  #HEADLINE283 > .ladi-headline {
    font-size: 36px;
    text-align: center;
  }
  #BOX266 {
    width: 55.4261px;
    height: 56.142px;
    top: 0.858px;
  }
  #GROUP275,
  #GROUP277,
  #GROUP279 {
    width: 456px;
    height: 35px;
  }
  #GROUP275 {
    top: 554.251px;
    left: 655.325px;
  }
  #PARAGRAPH276,
  #PARAGRAPH281,
  #PARAGRAPH285 {
    width: 456px;
  }
  #GROUP277 {
    top: 700.251px;
    left: 655.325px;
  }
  #PARAGRAPH281,
  #LINE253 {
    top: 0px;
    left: 0px;
  }
  #GROUP278 {
    top: 818.07px;
    left: 506.253px;
  }
  #GROUP279 {
    top: 848.251px;
    left: 582.753px;
  }
  #PARAGRAPH286 {
    top: 11.5px;
    left: 120.5px;
  }
  #PARAGRAPH280 {
    top: 670.07px;
    left: 650.253px;
  }
  #IMAGE285 {
    top: 682.07px;
    left: 582.753px;
  }
  #IMAGE285 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s400x400/6a35038231cd7400120e1992/images-20260620184901-nudoq.png");
  }
  #HEADLINE284,
  #HEADLINE285,
  #HEADLINE287 {
    width: 138px;
  }
  #HEADLINE284 {
    top: 199.557px;
    left: 469.592px;
  }
  #HEADLINE285 {
    top: 199.557px;
    left: 663.907px;
  }
  #HEADLINE286 {
    width: 76px;
    top: 276.557px;
    left: 469.592px;
  }
  #HEADLINE287 {
    top: 276.557px;
    left: 663.907px;
  }
  #SECTION261 {
    height: 389px;
  }
  #IMAGE286,
  #IMAGE286 > .ladi-image > .ladi-image-background {
    width: 129.341px;
  }
  #IMAGE286 {
    top: 76.3875px;
    left: 636.04px;
  }
  #IMAGE286 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s450x400/6a35038231cd7400120e1992/thiet-ke-chua-co-ten-25-20260620185646-cwsg5.png");
  }
  #IMAGE287,
  #IMAGE287 > .ladi-image > .ladi-image-background {
    width: 143.052px;
    height: 93px;
  }
  #IMAGE287 {
    top: 171.875px;
    left: 483.663px;
  }
  #IMAGE288,
  #IMAGE288 > .ladi-image > .ladi-image-background {
    width: 111.723px;
  }
  #IMAGE288 {
    top: 83.025px;
    left: 304.141px;
  }
  #IMAGE288 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s450x400/6a35038231cd7400120e1992/thiet-ke-chua-co-ten-26-20260620185649-o7m5p.png");
  }
  #IMAGE289 {
    width: 127.151px;
    height: 62.85px;
    top: 187.375px;
    left: 148.665px;
  }
  #IMAGE289 > .ladi-image > .ladi-image-background {
    width: 127.151px;
    height: 65.85px;
    background-image: url("https://w.ladicdn.com/s450x400/6a35038231cd7400120e1992/thiet-ke-chua-co-ten-27-20260620185652-sqm1l.png");
  }
  #IMAGE290,
  #IMAGE290 > .ladi-image > .ladi-image-background {
    width: 149.028px;
    height: 84.575px;
  }
  #IMAGE290 {
    top: 187.8px;
    left: 851.253px;
  }
  #IMAGE290 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s450x400/6a35038231cd7400120e1992/thiet-ke-chua-co-ten-20260620185628-m68uc.png");
  }
  #IMAGE291,
  #IMAGE291 > .ladi-image > .ladi-image-background {
    width: 196.473px;
    height: 98.9555px;
  }
  #IMAGE291 {
    top: 49.4945px;
    left: 922.281px;
  }
  #IMAGE291 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s500x400/6a35038231cd7400120e1992/thiet-ke-chua-co-ten-20-20260620185643-glwyn.png");
  }
  #SECTION262 {
    height: 417.963px;
  }
  #FRAME269 {
    width: 1861px;
    height: 417.963px;
    top: 0px;
    left: -329px;
  }
  #SHAPE260 {
    width: 677.19px;
    height: 449.195px;
    top: 116.768px;
    left: -98.3px;
  }
  #SHAPE261 {
    width: 523.695px;
    height: 422.561px;
    top: -111.232px;
    left: 821.701px;
  }
  #GROUP280 {
    width: 509.066px;
    height: 173.953px;
    top: 81.793px;
    left: 325px;
  }
  #HEADLINE289 {
    width: 451px;
    left: 3.06581px;
  }
  #GROUP281 {
    width: 506px;
    height: 24px;
  }
  #HEADLINE290 {
    width: 473px;
  }
  #GROUP282 {
    top: 84.286px;
  }
  #GROUP283 {
    top: 117.62px;
  }
  #GROUP284 {
    top: 150.953px;
  }
  #IMAGE297 {
    top: 66.768px;
    left: 325px;
  }
  #IMAGE297 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s400x400/6a35038231cd7400120e1992/logo-20260620100427-e3os5.jpg");
  }
  #HEADLINE300 {
    top: 78.768px;
    left: 385.5px;
  }
  #GROUP285 {
    width: 435px;
    height: 112.174px;
    top: 79.793px;
    left: 913.066px;
  }
  #HEADLINE294 {
    width: 283px;
  }
  #GROUP286 {
    width: 243.65px;
    top: 54.5px;
    left: 1px;
  }
  #HEADLINE295,
  #HEADLINE296 {
    width: 211px;
  }
  #HEADLINE295,
  #HEADLINE298 {
    left: 32.65px;
  }
  #SHAPE266 {
    width: 22.6801px;
  }
  #GROUP287 {
    width: 242.65px;
    top: 87.059px;
    left: 2px;
  }
  #HEADLINE296 {
    left: 31.65px;
  }
  #SHAPE267 {
    width: 18.4385px;
  }
  #GROUP288 {
    width: 176px;
    top: 50.5px;
    left: 253px;
  }
  #HEADLINE297 {
    width: 141px;
    left: 35px;
  }
  #SHAPE268 {
    width: 21.3362px;
  }
  #GROUP289 {
    width: 179.65px;
    top: 87.56px;
    left: 255.35px;
  }
  #HEADLINE298 {
    width: 147px;
  }
  #SHAPE269 {
    width: 22.2998px;
  }
  #HEADLINE299 {
    top: 360.293px;
    left: 627px;
  }
  #HEADLINE299 > .ladi-headline {
    text-align: center;
  }
  #LINE252 {
    width: 960px;
    top: 326.293px;
    left: 325px;
  }
  #SHAPE270,
  #SHAPE271,
  #SHAPE272 {
    width: 48.937px;
    height: 48.937px;
  }
  #SHAPE270 {
    top: 220.17px;
    left: 913.066px;
  }
  #SHAPE271 {
    top: 220.17px;
    left: 981.066px;
  }
  #SHAPE272 {
    top: 220.17px;
    left: 1050.07px;
  }
  #LINE253,
  #LINE256 {
    display: none !important;
  }
  #LINE256 {
    top: 34px;
    left: 591px;
  }
}
@media (max-width: 767px) {
  #SECTION2 {
    height: 304px;
  }
  #HEADLINE6,
  #HEADLINE7 {
    width: 355px;
  }
  #HEADLINE6 {
    top: 72px;
    left: 32.5px;
  }
  #HEADLINE6 > .ladi-headline {
    font-size: 40px;
  }
  #HEADLINE7 {
    top: 144px;
    left: 32.5px;
  }
  #HEADLINE7,
  #HEADLINE253,
  #PARAGRAPH251,
  #GROUP268,
  #SHAPE260,
  #HEADLINE299 {
    display: none !important;
  }
  #HEADLINE7 > .ladi-headline {
    font-size: 16px;
  }
  #BUTTON8 {
    width: 160px;
    height: 42px;
    top: 242px;
    left: 130px;
  }
  #BUTTON_TEXT8 {
    width: 158px;
    top: 6.5px;
  }
  #BUTTON_TEXT8 > .ladi-headline,
  #PARAGRAPH251 > .ladi-paragraph,
  #PARAGRAPH252 > .ladi-paragraph,
  #HEADLINE254 > .ladi-headline,
  #HEADLINE255 > .ladi-headline,
  #HEADLINE256 > .ladi-headline,
  #HEADLINE257 > .ladi-headline,
  #PARAGRAPH263 > .ladi-paragraph,
  #PARAGRAPH276 > .ladi-paragraph,
  #PARAGRAPH281 > .ladi-paragraph,
  #PARAGRAPH285 > .ladi-paragraph {
    font-size: 14px;
  }
  #SECTION9 {
    height: 367.9px;
  }
  #HEADLINE253 {
    width: 300px;
    top: 10px;
    left: 60px;
  }
  #HEADLINE253 > .ladi-headline {
    font-size: 32px;
    text-align: left;
  }
  #PARAGRAPH251,
  #PARAGRAPH252,
  #HEADLINE259,
  #HEADLINE300 {
    width: 400px;
  }
  #PARAGRAPH251 {
    top: 71px;
    left: 10px;
  }
  #PARAGRAPH252 {
    top: 37px;
    left: 15px;
  }
  #BOX251,
  #BOX252,
  #BOX253,
  #BOX254 {
    width: 175px;
    height: 72px;
  }
  #BOX251 {
    top: 149px;
    left: 26px;
  }
  #BOX252 {
    top: 252px;
    left: 220px;
  }
  #BOX253 {
    top: 252px;
    left: 26px;
  }
  #BOX254 {
    top: 149px;
    left: 220px;
  }
  #IMAGE255,
  #IMAGE255 > .ladi-image > .ladi-image-background,
  #IMAGE256,
  #IMAGE257,
  #IMAGE257 > .ladi-image > .ladi-image-background,
  #IMAGE258,
  #IMAGE258 > .ladi-image > .ladi-image-background {
    width: 32px;
    height: 32px;
  }
  #IMAGE255 {
    top: 155px;
    left: 346.5px;
  }
  #IMAGE256 {
    top: 155px;
    left: 153px;
  }
  #IMAGE256 > .ladi-image > .ladi-image-background {
    width: 32.64px;
    height: 32px;
  }
  #IMAGE257 {
    top: 259px;
    left: 346.5px;
  }
  #IMAGE258 {
    top: 259px;
    left: 153px;
  }
  #HEADLINE254,
  #HEADLINE255,
  #HEADLINE256,
  #HEADLINE257 {
    width: 166px;
  }
  #HEADLINE254 {
    top: 187px;
    left: 39px;
  }
  #HEADLINE255 {
    top: 286px;
    left: 232px;
  }
  #HEADLINE256 {
    top: 286px;
    left: 34px;
  }
  #HEADLINE257 {
    top: 187px;
    left: 232px;
  }
  #SECTION40 {
    height: 2720.26px;
  }
  #HEADLINE259 {
    top: 10px;
    left: 10px;
  }
  #IMAGE259,
  #IMAGE259 > .ladi-image > .ladi-image-background {
    width: 400px;
    height: 300.399px;
  }
  #IMAGE259 {
    top: 97px;
    left: 10px;
  }
  #IMAGE260,
  #IMAGE260 > .ladi-image > .ladi-image-background,
  #IMAGE265,
  #IMAGE265 > .ladi-image > .ladi-image-background {
    width: 400px;
    height: 533.331px;
  }
  #IMAGE260 {
    top: 2153.93px;
    left: 10px;
  }
  #IMAGE261,
  #IMAGE261 > .ladi-image > .ladi-image-background {
    width: 400px;
    height: 531.197px;
  }
  #IMAGE261 {
    top: 413.399px;
    left: 10px;
  }
  #IMAGE261 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s750x850/6a35038231cd7400120e1992/duannoibat2-20260620101650-ypipw.jpg");
  }
  #IMAGE262,
  #IMAGE262 > .ladi-image > .ladi-image-background,
  #IMAGE264,
  #IMAGE264 > .ladi-image > .ladi-image-background {
    width: 400px;
    height: 299.999px;
  }
  #IMAGE262 {
    top: 962.6px;
    left: 10px;
  }
  #IMAGE264 {
    top: 1281.6px;
    left: 10px;
  }
  #IMAGE265 {
    top: 1601.59px;
    left: 10px;
  }
  #SECTION260 {
    height: 488.731px;
  }
  #GROUP260 {
    width: 352.072px;
    height: 53.3627px;
    top: 274.66px;
    left: 10px;
  }
  #GROUP261,
  #GROUP275 {
    width: 294px;
    height: 46.831px;
  }
  #GROUP261 {
    top: 0px;
    left: 58.072px;
  }
  #PARAGRAPH263,
  #PARAGRAPH276,
  #PARAGRAPH285 {
    width: 294px;
    top: 24.831px;
  }
  #PARAGRAPH264,
  #PARAGRAPH277,
  #PARAGRAPH282,
  #PARAGRAPH286,
  #LINE252 {
    top: 0px;
    left: 0px;
  }
  #SHAPE251 {
    width: 36.043px;
    height: 36.043px;
    top: 17.3197px;
  }
  #GROUP262 {
    width: 490.398px;
    height: 70.3364px;
    top: 319.07px;
    left: 10px;
  }
  #SHAPE252,
  #SHAPE259,
  #IMAGE285,
  #IMAGE285 > .ladi-image > .ladi-image-background {
    width: 36px;
    height: 36px;
  }
  #SHAPE252 {
    top: 35.4929px;
  }
  #PARAGRAPH266 {
    width: 367px;
    left: 123.398px;
  }
  #GROUP268 {
    width: 317.792px;
    height: 326.04px;
    top: 73.6341px;
    left: 46px;
  }
  #GROUP269,
  #BOX261 {
    width: 317.792px;
    height: 317.792px;
  }
  #SHAPE255 {
    width: 13.144px;
    height: 13.144px;
    top: 301.62px;
    left: 242.277px;
  }
  #SHAPE256 {
    width: 15.1894px;
    height: 17.5396px;
    top: 21.7479px;
    left: 35.7666px;
  }
  #BOX262 {
    width: 293.881px;
    height: 293.881px;
    top: 11.9836px;
    left: 11.9555px;
  }
  #BOX263 {
    width: 132.185px;
    height: 132.185px;
    top: 193.855px;
    left: 20.434px;
  }
  #BOX263 > .ladi-box {
    background-image: url("https://w.ladicdn.com/s450x450/6a35038231cd7400120e1992/logo-20260620101705-ldeh9.jpg");
  }
  #GROUP272,
  #GROUP273 {
    width: 419.716px;
    height: 64.6341px;
  }
  #GROUP272 {
    top: 9px;
    left: 0px;
  }
  #PARAGRAPH273 {
    width: 394px;
    top: 40.1389px;
  }
  #GROUP273,
  #HEADLINE289 {
    left: 0px;
  }
  #BOX265 {
    width: 49.7306px;
    height: 17.5333px;
    left: 11.7155px;
  }
  #HEADLINE283 {
    width: 408px;
    top: 4.63405px;
    left: 11.7155px;
  }
  #HEADLINE283 > .ladi-headline {
    font-size: 25px;
    text-align: left;
  }
  #BOX266 {
    width: 48.982px;
    height: 17.2694px;
    top: 0.263922px;
  }
  #GROUP275 {
    top: 340.575px;
    left: 67.5px;
  }
  #GROUP277 {
    width: 187.108px;
    height: 32.9155px;
    top: 227px;
    left: 67.5px;
  }
  #PARAGRAPH281 {
    width: 187px;
    top: 10.9155px;
    left: 0.1085px;
  }
  #PARAGRAPH282,
  #HEADLINE285 {
    width: 128px;
  }
  #GROUP278 {
    width: 268.5px;
    height: 55.415px;
    top: 406.065px;
    left: 10px;
  }
  #GROUP279 {
    width: 294px;
    height: 68.831px;
    top: 410.065px;
    left: 67.5px;
  }
  #PARAGRAPH280 {
    top: 0px;
    left: 67.5px;
  }
  #IMAGE285 {
    top: 227px;
    left: 10px;
  }
  #IMAGE285 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s350x350/6a35038231cd7400120e1992/images-20260620184901-nudoq.png");
  }
  #HEADLINE284,
  #HEADLINE286 {
    width: 123px;
  }
  #HEADLINE284 {
    top: 88.065px;
    left: 10px;
  }
  #HEADLINE285 {
    top: 88.065px;
    left: 197px;
  }
  #HEADLINE286 {
    top: 165.065px;
    left: 10px;
  }
  #HEADLINE287 {
    width: 141px;
    top: 165.065px;
    left: 197px;
  }
  #SECTION261 {
    height: 338.912px;
  }
  #IMAGE286,
  #IMAGE286 > .ladi-image > .ladi-image-background {
    width: 62.3412px;
  }
  #IMAGE286 {
    top: 88.2221px;
    left: 170px;
  }
  #IMAGE286 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s400x400/6a35038231cd7400120e1992/thiet-ke-chua-co-ten-25-20260620185646-cwsg5.png");
  }
  #IMAGE287,
  #IMAGE287 > .ladi-image > .ladi-image-background {
    width: 110.052px;
    height: 59px;
  }
  #IMAGE287 {
    top: 228.222px;
    left: 260px;
  }
  #IMAGE288,
  #IMAGE288 > .ladi-image > .ladi-image-background {
    width: 55.3978px;
  }
  #IMAGE288 {
    top: 138.222px;
    left: 320px;
  }
  #IMAGE288 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s400x400/6a35038231cd7400120e1992/thiet-ke-chua-co-ten-26-20260620185649-o7m5p.png");
  }
  #IMAGE289,
  #IMAGE289 > .ladi-image > .ladi-image-background {
    width: 62.1514px;
    height: 64.85px;
  }
  #IMAGE289 {
    top: 48.2221px;
    left: 30px;
  }
  #IMAGE289 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s400x400/6a35038231cd7400120e1992/thiet-ke-chua-co-ten-27-20260620185652-sqm1l.png");
  }
  #IMAGE290,
  #IMAGE290 > .ladi-image > .ladi-image-background {
    width: 71.028px;
    height: 62px;
  }
  #IMAGE290 {
    top: 188.222px;
    left: 140px;
  }
  #IMAGE290 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s400x400/6a35038231cd7400120e1992/thiet-ke-chua-co-ten-20260620185628-m68uc.png");
  }
  #IMAGE291,
  #IMAGE291 > .ladi-image > .ladi-image-background {
    width: 66.4727px;
    height: 76.425px;
  }
  #IMAGE291 {
    top: 148.222px;
    left: 40px;
  }
  #IMAGE291 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s400x400/6a35038231cd7400120e1992/thiet-ke-chua-co-ten-20-20260620185643-glwyn.png");
  }
  #SECTION262 {
    height: 396.963px;
  }
  #FRAME269 {
    width: 420px;
    height: 396.963px;
    top: -1px;
    left: 0px;
  }
  #SHAPE260 {
    width: 604.827px;
    height: 401.195px;
    top: 189.5px;
    left: 6.7px;
  }
  #SHAPE261 {
    width: 376.214px;
    height: 303.561px;
    top: -62.232px;
    left: 720.701px;
  }
  #GROUP280 {
    width: 405.066px;
    height: 189.953px;
    top: 126px;
    left: 14px;
  }
  #HEADLINE289 {
    width: 253px;
  }
  #GROUP281 {
    width: 402px;
    height: 43px;
  }
  #HEADLINE290 {
    width: 369px;
  }
  #GROUP282 {
    top: 100.286px;
  }
  #GROUP283 {
    top: 133.62px;
  }
  #GROUP284 {
    top: 166.953px;
  }
  #IMAGE297,
  #IMAGE297 > .ladi-image > .ladi-image-background {
    width: 35px;
    height: 35px;
  }
  #IMAGE297 {
    top: 6px;
    left: 14px;
  }
  #IMAGE297 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s350x350/6a35038231cd7400120e1992/logo-20260620100427-e3os5.jpg");
  }
  #HEADLINE300 {
    top: 14px;
    left: 55px;
  }
  #HEADLINE300 > .ladi-headline {
    font-size: 18px;
  }
  #GROUP285 {
    width: 392.938px;
    height: 96.6725px;
    top: 65px;
    left: 14.5px;
  }
  #HEADLINE294 {
    width: 261px;
  }
  #GROUP286 {
    width: 224.066px;
    top: 38.5px;
    left: 0px;
  }
  #HEADLINE295,
  #HEADLINE296 {
    width: 194px;
  }
  #HEADLINE295,
  #HEADLINE298 {
    left: 30.0661px;
  }
  #SHAPE266 {
    width: 20.8851px;
  }
  #GROUP287 {
    width: 223.145px;
    top: 71.059px;
    left: 0.920861px;
  }
  #HEADLINE296 {
    left: 29.1452px;
  }
  #SHAPE267 {
    width: 16.9793px;
  }
  #GROUP288 {
    width: 187.415px;
    top: 38.5px;
    left: 205.523px;
  }
  #HEADLINE297 {
    width: 150px;
    left: 37.4153px;
  }
  #SHAPE268 {
    width: 22.8086px;
  }
  #GROUP289 {
    width: 166.066px;
    top: 72.059px;
    left: 209.523px;
  }
  #HEADLINE298 {
    width: 136px;
  }
  #SHAPE269 {
    width: 20.5349px;
  }
  #HEADLINE299 {
    top: 47px;
    left: 14.5px;
  }
  #HEADLINE299 > .ladi-headline {
    text-align: left;
  }
  #LINE252 {
    width: 386px;
  }
  #SHAPE270,
  #SHAPE271,
  #SHAPE272 {
    width: 27.043px;
    height: 27.043px;
  }
  #SHAPE270 {
    top: 336.043px;
    left: 14.5px;
  }
  #SHAPE271 {
    top: 336.043px;
    left: 63px;
  }
  #SHAPE272 {
    top: 336.043px;
    left: 120px;
  }
  #LINE253 {
    top: 47px;
    left: 10px;
  }
  #LINE256 {
    top: 161.672px;
    left: 6.7px;
  }
}

body.lazyload .ladi-overlay,
body.lazyload .ladi-box,
body.lazyload .ladi-button-background,
body.lazyload .ladi-collection-item:before,
body.lazyload .ladi-countdown-background,
body.lazyload .ladi-form-item-background,
body.lazyload .ladi-form-label-container .ladi-form-label-item.image,
body.lazyload .ladi-frame-background,
body.lazyload .ladi-gallery-view-item,
body.lazyload .ladi-gallery-control-item,
body.lazyload .ladi-headline,
body.lazyload .ladi-image-background,
body.lazyload .ladi-image-compare,
body.lazyload .ladi-list-paragraph ul li:before,
body.lazyload .ladi-section-background,
body.lazyload .ladi-survey-option-background,
body.lazyload .ladi-survey-option-image,
body.lazyload .ladi-tabs-background,
body.lazyload .ladi-video-background,
body.lazyload .ladi-banner,
body.lazyload .ladi-spin-lucky-screen,
body.lazyload .ladi-spin-lucky-start {
  background-image: none !important;
}
