:root {
  --border-primary: #ba244b;
  --color-primary: #702c00;
  --color-secondary: #c09172;
  --color-third: #fdd4b8;
  --color-four: #fbf2db;
  --color-body: #010101;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-bg-opacity: rgba(253, 212, 184, 0.8);
  --color-bg-opacity-1: rgba(251, 242, 219, 0.8);
  --color-background-opacity: linear-gradient(
    62deg,
    var(--color-bg-opacity),
    var(--color-bg-opacity-1)
  );
  --color-background: linear-gradient(
    62deg,
    var(--color-third),
    var(--color-four)
  );
  --color-highlight: linear-gradient(
    90deg,
    rgb(177 150 134) 0%,
    rgb(224 204 190) 35%,
    rgb(245 227 215) 100%
  );
  --ak-gold-overlay: linear-gradient(
    135deg,
    rgba(201, 92, 52, 0.9) 0%,
    rgba(212, 106, 60, 0.8) 30%,
    rgba(247, 210, 156, 0.65) 65%,
    rgba(255, 225, 176, 0.75) 100%
  );
  --ak-gold-text: linear-gradient(
    240deg,
    #c95c34 0%,
    #d46a3c 25%,
    #f7d29c 70%,
    #ffe1b0 100%
  );

  --ak-radial-shine: radial-gradient(
    120% 120% at 70% 30%,
    rgba(254, 250, 249, 0.9) 0%,
    /* #fefaf9 */ rgba(207, 156, 141, 0.6) 35%,
    /* #cf9c8d */ rgba(189, 49, 6, 0) 70%
  );
  --color-grey: #3c3c3c;
  /* Font sizes for headings */
  --font-size-h1: 2rem;
  --font-size-h2: 1.75rem;
  --font-size-h3: 1.5rem;
  --font-size-h4: 1.25rem;
  --font-size-h5: 1rem;
  --font-size-h6: 0.75rem;
  /* Body font size */
  --font-size-body: 0.875rem;
  --font-size-body-sm: 0.625rem;
}

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

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

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  50% {
    transform: scale(1.5);
  }
}

.ladipage-message {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000000000;
  background: rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

* {
  -webkit-tap-highlight-color: #fff0;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

.z-index-1 {
  z-index: 1;
}

.opacity-0 {
  opacity: 0;
}

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

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

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

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

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

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

body.grab {
  cursor: grab;
}

.ladi-wraper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  touch-action: manipulation;
}

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

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

/* .ladi-element {
            position: absolute
        } */
.ladi__partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 50px 0px; */
  padding-bottom: 50px;
  gap: 12px;
}

.ladi__partners--investor,
.ladi__partners--internal {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ladi__information {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  grid-auto-flow: row; /* bỏ dense để không lùi lên lấp chỗ trống */
}

/* Mỗi item dạng ô vuông */
.ladi__information .ladi__information--item {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.ladi__information .ladi__information--item span {
  color: white;
}


.ladi__information .ladi__information--item  .folder-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 10%;
    left: 10%;
    gap: 0.7rem;
}

.ladi__information .ladi__information--item .folder-number {
  font-family: "UTM Avo";
  font-size: 3rem;
}

.ladi__information .ladi__information--item .folder-title {
  font-size: 0.8rem;
}

/* .ladi__information .ladi__information--item:first-child {
  grid-column: 3 / span 1;
  grid-row: 1;
} */
/* 
.ladi__information::before,
.ladi__information::after {
  content: "";
} */

/* .ladi__information::before {
  grid-column: 1 / 3;
  grid-row: 1;
}

.ladi__information::after {
  grid-column: 4 / 6;
  grid-row: 1;
} */

@-webkit-keyframes fadeInUpDeep {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpDeep {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.ladi__information .ladi__information--item {
  opacity: 0;
  -webkit-animation: fadeInUpDeep 1s ease both;
  animation: fadeInUpDeep 1s ease both;

  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ladi__information .ladi__information--item:nth-child(1) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.ladi__information .ladi__information--item:nth-child(2) {
  animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
}
.ladi__information .ladi__information--item:nth-child(3) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.ladi__information .ladi__information--item:nth-child(4) {
  animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
}
.ladi__information .ladi__information--item:nth-child(5) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.ladi__information .ladi__information--item:nth-child(6) {
  animation-delay: 0.95s;
  -webkit-animation-delay: 0.95s;
}
.ladi__information .ladi__information--item:nth-child(7) {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.ladi__information .ladi__information--item:nth-child(8) {
  animation-delay: 1.25s;
  -webkit-animation-delay: 1.25s;
}
.ladi__information .ladi__information--item:nth-child(9) {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.ladi__information .ladi__information--item:nth-child(10) {
  animation-delay: 1.55s;
  -webkit-animation-delay: 1.55s;
}
.ladi__information .ladi__information--item:nth-child(11) {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}

@media (prefers-reduced-motion: reduce) {
  .ladi__information .ladi__information--item {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1;
  }
}

.ladi__information a .folder-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.ladi__information a:hover .folder-img {
  transform: scale(1.07);
}

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;
}

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

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

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

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

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

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

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

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

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

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

.ladi-hidden {
  display: none;
}

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

.element-click-selected {
  cursor: pointer;
}

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

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

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

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

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

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

body {
  direction: ltr;
}

body {
  font-family: "Montserrat", sans-serif;
}
#SECTION1 > .ladi-section-background {
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-position: 50% 50%;

  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}

#IMAGE1 > .ladi-image > .ladi-image-background,
#IMAGE2 > .ladi-image > .ladi-image-background,
#IMAGE2-custom > .ladi-image > .ladi-image-background,
#IMAGE3 > .ladi-image > .ladi-image-background,
#IMAGE3-custom > .ladi-image > .ladi-image-background,
#IMAGE6 > .ladi-image > .ladi-image-background,
#IMAGE5,
#IMAGE5 > .ladi-image > .ladi-image-background,
#IMAGE7,
#IMAGE7 > .ladi-image > .ladi-image-background,
#IMAGE8,
#IMAGE8 > .ladi-image > .ladi-image-background,
#IMAGE9,
#IMAGE9 > .ladi-image > .ladi-image-background,
#IMAGE10,
#IMAGE10 > .ladi-image > .ladi-image-background,
#IMAGE11,
#IMAGE11 > .ladi-image > .ladi-image-background,
#IMAGE12,
#IMAGE12 > .ladi-image > .ladi-image-background,
#IMAGE13,
#IMAGE13 > .ladi-image > .ladi-image-background,
#IMAGE14,
#IMAGE14 > .ladi-image > .ladi-image-background,
#IMAGE4,
#IMAGE4 > .ladi-image > .ladi-image-background {
  top: 0px;
  left: 0px;
}

#IMAGE2 > .ladi-image > .ladi-image-background {
  background-image: url("../images/obc-holdings.png");
  background-size: contain;
  background-position: center;
}

#IMAGE2-custom > .ladi-image > .ladi-image-background {
  background-image: url("../images/obc-thuanan.png");
  background-size: contain;
  background-position: center;
}

#IMAGE6.ladi-animation > .ladi-image {
  animation-name: pulse;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#IMAGE6.ladi-animation > .ladi-title {
  animation-name: pulse;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#HEADLINE3 > .ladi-headline {
  font-family: RlMgTWFnaXNcmFsLUxpZhLnRZg;
  font-weight: bold;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  text-align: center;
}

#GROUP5,
#IMAGE5,
#IMAGE5 > .ladi-image > .ladi-image-background,
#GROUP6,
#IMAGE7,
#IMAGE7 > .ladi-image > .ladi-image-background,
#GROUP7,
#IMAGE8,
#IMAGE8 > .ladi-image > .ladi-image-background,
#GROUP8,
#IMAGE9,
#IMAGE9 > .ladi-image > .ladi-image-background,
#GROUP9,
#IMAGE10,
#IMAGE10 > .ladi-image > .ladi-image-background,
#GROUP10,
#IMAGE11,
#IMAGE11 > .ladi-image > .ladi-image-background,
#GROUP11,
#IMAGE12,
#IMAGE12 > .ladi-image > .ladi-image-background,
#GROUP12,
#IMAGE13,
#IMAGE13 > .ladi-image > .ladi-image-background,
#GROUP13,
#IMAGE14,
#IMAGE14 > .ladi-image > .ladi-image-background,
#GROUP18,
#IMAGE4,
#IMAGE4 > .ladi-image > .ladi-image-background {
  width: 170px;
  height: 150px;
}

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

#IMAGE5 > .ladi-image > .ladi-image-background {
  background-image: url("../images/folder-1-02.png");
  background-position: center;
  background-size: contain;
}

#HEADLINE6,
#HEADLINE8,
#HEADLINE9,
#HEADLINE10,
#HEADLINE14,
#HEADLINE16,
#HEADLINE17,
#HEADLINE18,
#HEADLINE19,
#HEADLINE4 {
  width: 100%;
  position: absolute;
}

#HEADLINE6 {
  top: 25.039px;
  /* left: 40.859px; */
}

#HEADLINE6 > .ladi-headline,
#HEADLINE8 > .ladi-headline,
#HEADLINE9 > .ladi-headline,
#HEADLINE10 > .ladi-headline,
#HEADLINE14 > .ladi-headline,
#HEADLINE16 > .ladi-headline,
#HEADLINE17 > .ladi-headline,
#HEADLINE18 > .ladi-headline,
#HEADLINE19 > .ladi-headline,
#HEADLINE4 > .ladi-headline {
  font-size: 45px;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  text-align: center;
}

#HEADLINE7,
#HEADLINE11,
#HEADLINE12,
#HEADLINE13,
#HEADLINE15,
#HEADLINE20,
#HEADLINE21,
#HEADLINE22,
#HEADLINE23,
#HEADLINE5 {
  /* width: 117px; */
  width: 100%;
  position: absolute;
}

a[href*="ladipage"] {
  display: none !important;
}

.ladipage-poweredby {
  display: none !important;
}

#HEADLINE7 {
  top: 87.346px;
  /* left: 22.051px; */
}

#HEADLINE7 > .ladi-headline,
#HEADLINE11 > .ladi-headline,
#HEADLINE12 > .ladi-headline,
#HEADLINE13 > .ladi-headline,
#HEADLINE15 > .ladi-headline,
#HEADLINE20 > .ladi-headline,
#HEADLINE21 > .ladi-headline,
#HEADLINE22 > .ladi-headline,
#HEADLINE23 > .ladi-headline,
#HEADLINE5 > .ladi-headline {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: "Montserrat";
}

#GROUP6.ladi-animation > .ladi-group {
  animation-name: fadeInUp;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#IMAGE7 > .ladi-image > .ladi-image-background {
  background-image: url("../images/folder-1-03.png");
  background-position: center;
  background-size: contain;
}

#HEADLINE8 {
  top: 25.039px;
  /* left: 43.244px; */
}

#HEADLINE11 {
  top: 87.346px;
  /* left: 23.244px; */
}

#GROUP7.ladi-animation > .ladi-group {
  animation-name: fadeInUp;
  animation-delay: 0.4s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#IMAGE8 > .ladi-image > .ladi-image-background {
  background-image: url("../images/folder-1-04.png");
  background-position: center;
  background-size: contain;
}

#HEADLINE9 {
  top: 25.039px;
}

#HEADLINE12,
#HEADLINE13,
#HEADLINE5 {
  top: 87.346px;
}

#GROUP8.ladi-animation > .ladi-group {
  animation-name: fadeInUp;
  animation-delay: 0.5s;
  animation-duration: 1s;
}

#IMAGE9 > .ladi-image > .ladi-image-background {
  background-image: url("../images/folder-1-05.png");
  background-position: center;
  background-size: contain;
}

#HEADLINE10 {
  top: 25.039px;
}

#GROUP9.ladi-animation > .ladi-group {
  animation-name: fadeInUp;
  animation-delay: 0.6s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#IMAGE10 > .ladi-image > .ladi-image-background {
  background-image: url("../images/folder-1-06.png");
  background-position: center;
  background-size: contain;
}

#HEADLINE14,
#HEADLINE18 {
  top: 26.539px;
}

#HEADLINE15 {
  top: 86.346px;
}

#GROUP10.ladi-animation > .ladi-group {
  animation-name: fadeInUp;
  animation-delay: 0.7s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#IMAGE11 > .ladi-image > .ladi-image-background {
  background-image: url("../images/folder-1-07.png");
  background-position: center;
  background-size: contain;
}

#HEADLINE16,
#HEADLINE19 {
  top: 27.539px;
}

#HEADLINE20 {
  top: 88.346px;
}

#GROUP11.ladi-animation > .ladi-group {
  animation-name: fadeInUp;
  animation-delay: 0.8s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#IMAGE12 > .ladi-image > .ladi-image-background {
  background-image: url("../images/folder-1-08.png");
  background-position: center;
  background-size: contain;
}

#HEADLINE17 {
  top: 26.539px;
}

#HEADLINE21,
#HEADLINE22,
#HEADLINE23 {
  top: 86.346px;
}

#GROUP12.ladi-animation > .ladi-group {
  animation-delay: 0.9s;
  animation-duration: 1s;
}

#IMAGE13 > .ladi-image > .ladi-image-background {
  background-image: url("../images/folder-1-09.png");
  background-position: center;
  background-size: contain;
}

#GROUP13.ladi-animation > .ladi-group {
  animation-delay: 1s;
  animation-duration: 1s;
}

#IMAGE14 > .ladi-image > .ladi-image-background {
  background-image: url("../images/folder-1-10.png");
  background-position: center;
  background-size: contain;
}

#GROUP18.ladi-animation > .ladi-group {
  animation-name: fadeInUp;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#IMAGE4 > .ladi-image > .ladi-image-background {
  position: absolute;
  inset: 0;
  background: url("../images/folder-1-01.png") center/cover no-repeat;
  background-position: center;
  background-size: contain;
}

#HEADLINE4 {
  top: 25.039px;
}

.ladi__information .ladi-element {
  transition: all 0.3s ease-in-out;
}

.ladi__information .ladi-element:hover {
  transform: scale(1.07);
}

.ladi__building {
  display: none;
}

/* Responsive  */

@media (hover: hover) {
  .ladi-check-hover {
    opacity: 0;
  }
}

@media (min-width: 768px) {
}

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

  [data-hint]:not([data-timeout-id-copied]):before,
  [data-hint]:not([data-timeout-id-copied]):after {
    display: none !important;
  }

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

/* @media (max-width: 767px) {
  #IMAGE6,
  #GROUP5,
  #GROUP6,
  #GROUP7,
  #GROUP8,
  #GROUP9,
  #GROUP10,
  #GROUP11,
  #GROUP18 {
    opacity: 0 !important;
    pointer-events: none !important;
  }
} */

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

@media (max-width: 768px) {
  .ladi__information .ladi__information--item {
    max-width: 90%;
    margin: 0 auto;
  }

  .ladi__information .ladi__information--item .folder-number {
    font-size: 4rem;
  }

  .ladi__information .ladi__information--item .folder-title {
    font-size: 0.8rem;
  }
}

@media (min-width: 768px) {
  #SECTION1 {
    /* height: 1200px; */
    /* height: 100vh; */
    padding: 50px 0px 100px;
    height: 100%;
  }

  #IMAGE1,
  #IMAGE1 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 100px;
  }

  #IMAGE1 {
    top: 40px;
    left: 425px;
  }

  #IMAGE1 > .ladi-image > .ladi-image-background {
    background-image: url("../images/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #IMAGE2,
  #IMAGE2 > .ladi-image > .ladi-image-background {
    width: 90px;
    height: 100px;
  }

  #IMAGE2-custom,
  #IMAGE2-custom > .ladi-image > .ladi-image-background {
    width: 100px;
    height: 100px;
  }

  #IMAGE2 {
    top: 45px;
    left: 275px;
  }

  #IMAGE2-custom {
    top: 45px;
    left: 145px;
  }

  #IMAGE3,
  #IMAGE3 > .ladi-image > .ladi-image-background {
    width: 100px;
    height: 100px;
  }

  #IMAGE3 {
    top: 40px;
    left: 595px;
  }

  #IMAGE3-custom,
  #IMAGE3-custom > .ladi-image > .ladi-image-background {
    width: 100px;
    height: 100px;
  }

  #IMAGE3-custom {
    top: 35px;
    left: 725px;
  }

  #IMAGE3 > .ladi-image > .ladi-image-background {
    background-image: url("../images/g-empire.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #IMAGE3-custom > .ladi-image > .ladi-image-background {
    background-image: url("../images/grand-m.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #IMAGE6,
  #IMAGE6 > .ladi-image > .ladi-image-background {
    /* width: 616.499px; */
    height: 102px;
  }

  #IMAGE6 h1 {
    font-size: 2.5rem;
    text-align: center;
    color: white;
    font-weight: 700;
    line-height: 1.2;
    font-family: "UTM Avo";
    letter-spacing: 0.5rem !important;
  }

  #IMAGE6 span {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    background: linear-gradient(
      240deg,
      #c95c34 20%,
      #d46a3c 30%,
      #ebddae 50%,
      #f7edbc 55%,
      #ffe1b0 85%,
      #bf9974 95%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }

  #IMAGE6 {
    top: 195px;
    left: 195px;
  }

  #IMAGE6 > .ladi-image > .ladi-image-background {
    background-image: url("images/title.png");
  }

  #HEADLINE3 {
    /* width: 205px; */
    width: fit-content;
    top: 646.5px;
    left: 377.5px;
  }

  #HEADLINE3 > .ladi-headline {
    font-size: 18px;
  }

  #GROUP5 {
    top: 319.461px;
    left: 216.152px;
  }

  #GROUP6 {
    top: 319.461px;
    left: 400.044px;
  }

  #GROUP7 {
    top: 319.461px;
    left: 578.579px;
  }

  #HEADLINE9 {
  }

  #GROUP8 {
    top: 319.461px;
    left: 758.306px;
  }

  #GROUP9 {
    top: 463.461px;
    left: 42.9745px;
  }

  #GROUP10 {
    top: 463.461px;
    left: 222.701px;
  }

  #GROUP11 {
    top: 463.461px;
    left: 402.429px;
  }

  #GROUP12 {
    top: 463.461px;
    left: 582.157px;
  }

  #GROUP12.ladi-animation > .ladi-group,
  #GROUP13.ladi-animation > .ladi-group {
    animation-name: fadeInUp;
    animation-iteration-count: 1;
  }

  #GROUP13 {
    top: 463.461px;
    left: 758.306px;
  }

  #GROUP18 {
    top: 319.461px;
    left: 42.9745px;
  }
}

@media (max-width: 1024px) {
  .ladi__building {
    display: block;
    position: absolute;
    top: 0%;
    height: 100%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    display: none;
  }

  #SECTION1 > .ladi-section-background {
    background-image: url("../images/mobile-bg-3.png");
    /* background-image: url("../images/background.jpg"); */
    background-size: cover;
    background-position: 50% center;
    background-repeat: no-repeat;
  }

  #IMAGE6 h1 {
    padding: 1rem 0px;
    /* background: var(--ak-gold-overlay); */
    font-weight: bold;
  }

  .ladi__building img {
    width: 100%;
    height: 40%;
    object-fit: cover;
  }

  .ladi__partners {
    justify-content: space-around;
  }

  .ladi__information {
    grid-template-columns: repeat(4, 1fr);
    margin: 2rem 1rem 0rem 1rem;
    padding-bottom: 2rem;
  }

  .ladi__information::before,
  .ladi__information::after {
    display: none;
  }

  .ladi__information .ladi__information--item:first-child {
    grid-column: auto;
  }
}

@media (max-width: 768px) {
  .ladi__information {
    grid-template-columns: repeat(3, 1fr);
    margin: 0rem 2.5rem 0rem 2.5rem;
    padding-bottom: 2.5rem;
    grid-row-gap: 12px;
    grid-column-gap: 4px;
  }

  .ladi__building {
    top: 80%;
    left: 65%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #GROUP5,
  #IMAGE5,
  #IMAGE5 > .ladi-image > .ladi-image-background,
  #GROUP6,
  #IMAGE7,
  #IMAGE7 > .ladi-image > .ladi-image-background,
  #GROUP7,
  #IMAGE8,
  #IMAGE8 > .ladi-image > .ladi-image-background,
  #GROUP8,
  #IMAGE9,
  #IMAGE9 > .ladi-image > .ladi-image-background,
  #GROUP9,
  #IMAGE10,
  #IMAGE10 > .ladi-image > .ladi-image-background,
  #GROUP10,
  #IMAGE11,
  #IMAGE11 > .ladi-image > .ladi-image-background,
  #GROUP11,
  #IMAGE12,
  #IMAGE12 > .ladi-image > .ladi-image-background,
  #GROUP12,
  #IMAGE13,
  #IMAGE13 > .ladi-image > .ladi-image-background,
  #GROUP13,
  #IMAGE14,
  #IMAGE14 > .ladi-image > .ladi-image-background,
  #GROUP18,
  #IMAGE4,
  #IMAGE4 > .ladi-image > .ladi-image-background {
    width: 100%;
  }

  #SECTION1 {
    /* height: 1200px; */
    height: 100%;
    min-height: 100vh;
  }
}

@media (max-width: 767px) {
  #SECTION1 {
    height: 100%;
    min-height: 100vh;
  }

  #SECTION1 > .ladi-section-background {
  }

  .ladi__information .ladi__information--item {
    max-width: 95%;
    margin: 0 auto;
  }

  #IMAGE1,
  #IMAGE1 > .ladi-image > .ladi-image-background {
    width: 80px;
    height: 80px;
  }

  #IMAGE1 {
    top: 55px;
    left: 170px;
    /* width: 100%; */
  }

  #IMAGE1 > .ladi-image > .ladi-image-background {
    background-image: url("../images/logo.png");
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    /* left: 0;
    right: 0; */
  }

  #IMAGE2,
  #IMAGE2 > .ladi-image > .ladi-image-background {
    width: 65px;
    height: 65px;
  }

  #IMAGE2 {
    top: 55px;
    left: 80px;
  }

  #IMAGE2-custom,
  #IMAGE2-custom > .ladi-image > .ladi-image-background {
    width: 65px;
    height: 65px;
  }

  #IMAGE2-custom {
    top: 55px;
    left: 0px;
  }

  #IMAGE3,
  #IMAGE3 > .ladi-image > .ladi-image-background {
    width: 65px;
    height: 65px;
  }

  #IMAGE3-custom,
  #IMAGE3-custom > .ladi-image > .ladi-image-background {
    width: 65px;
    height: 65px;
  }

  #IMAGE3 {
    top: 55px;
    left: 280px;
  }

  #IMAGE3 > .ladi-image > .ladi-image-background {
    background-image: url("../images/g-empire.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #IMAGE3-custom {
    top: 50px;
    left: 350px;
  }

  #IMAGE3-custom > .ladi-image > .ladi-image-background {
    background-image: url("../images/grand-m.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #IMAGE6,
  #IMAGE6 > .ladi-image > .ladi-image-background {
  }

  #IMAGE6 {
    top: 159.5px;
    left: 19.066px;
  }

  #IMAGE6 > .ladi-image > .ladi-image-background {
    background-image: url("images/tieu-de-20250715035908-9d5bd_1.png");
  }

  #HEADLINE3 {
    width: 200px;
    top: 942.707px;
    left: 110px;
  }

  #HEADLINE3 > .ladi-headline {
    font-size: 16px;
  }

  #GROUP5 {
    top: 245.759px;
    left: 222.518px;
  }

  #GROUP6 {
    top: 384.917px;
    left: 38.7637px;
  }

  #GROUP7 {
    top: 384.917px;
    left: 219.405px;
  }

  #HEADLINE9 {
  }

  #GROUP8 {
    top: 521.996px;
    left: 40.7632px;
  }

  #GROUP9 {
    top: 521.996px;
    left: 215.405px;
  }

  #GROUP10 {
    top: 655.075px;
    left: 40.7629px;
  }

  #GROUP11 {
    top: 655.075px;
    left: 217.404px;
  }

  #GROUP12 {
    top: 788.154px;
    left: 40.7629px;
  }

  #GROUP13 {
    top: 788.154px;
    left: 217.404px;
  }

  #GROUP18 {
    top: 245.759px;
    left: 38.7637px;
  }

  #IMAGE6 h1 {
    font-size: 1.5rem;
    text-align: center;
    color: white;
    font-weight: 700;
    line-height: 1.2;
    padding: 1rem;
  }

  #IMAGE6 span {
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 700;
    background: var(--ak-gold-text);
    background-clip: text;
    color: transparent;
  }

  .ladi__partners {
    padding: 40px 12px;
    /* flex-wrap: wrap;
    padding: 24px 0px; */
  }

  .ladi__information {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 2rem 1rem 0rem 1rem;
    padding-bottom: 2rem;
  }

  #GROUP5,
  #IMAGE5,
  #IMAGE5 > .ladi-image > .ladi-image-background,
  #GROUP6,
  #IMAGE7,
  #IMAGE7 > .ladi-image > .ladi-image-background,
  #GROUP7,
  #IMAGE8,
  #IMAGE8 > .ladi-image > .ladi-image-background,
  #GROUP8,
  #IMAGE9,
  #IMAGE9 > .ladi-image > .ladi-image-background,
  #GROUP9,
  #IMAGE10,
  #IMAGE10 > .ladi-image > .ladi-image-background,
  #GROUP10,
  #IMAGE11,
  #IMAGE11 > .ladi-image > .ladi-image-background,
  #GROUP11,
  #IMAGE12,
  #IMAGE12 > .ladi-image > .ladi-image-background,
  #GROUP12,
  #IMAGE13,
  #IMAGE13 > .ladi-image > .ladi-image-background,
  #GROUP13,
  #IMAGE14,
  #IMAGE14 > .ladi-image > .ladi-image-background,
  #GROUP18,
  #IMAGE4,
  #IMAGE4 > .ladi-image > .ladi-image-background {
    width: 100%;
    height: 120px;
  }
}

@media (max-width: 420px) {
  .ladi__partners--investor,
  .ladi__partners--internal {
    gap: 0.5rem;
  }

  /* .ladi__building {
    top: 12%;
  } */

  #IMAGE6 h1 {
    font-size: 1rem;
    margin-top: 2rem;
  }

  /* #IMAGE1 {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  } */

  #IMAGE1,
  #IMAGE1 > .ladi-image > .ladi-image-background {
    width: 55px;
    height: 55px;
    object-fit: contain;
  }
  #IMAGE2-custom,
  #IMAGE2-custom > .ladi-image > .ladi-image-background,
  #IMAGE2,
  #IMAGE2 > .ladi-image > .ladi-image-background,
  #IMAGE3,
  #IMAGE3 > .ladi-image > .ladi-image-background,
  #IMAGE3-custom,
  #IMAGE3-custom > .ladi-image > .ladi-image-background {
    width: 55px;
    height: 55px;
    object-fit: contain;
  }

  .ladi__partners {
    padding: 50px 12px 0px;
  }

  .ladi__information {
    margin: 1rem 1rem 0rem 1rem;
  }

  .ladi__building {
    top: 75%;
    left: 65%;
  }
}


@media (max-width: 550px) {
  .ladi__information .ladi__information--item .folder-text {
    gap: 0.5rem;
  }

    .ladi__information .ladi__information--item .folder-number {
    font-size: 2rem;
  }

  .ladi__information .ladi__information--item .folder-title {
    font-size: 0.6rem;
  }

}

@media (max-width: 375px) {
  .ladi__building {
    top: 65%;
    left: 65%;
  }
}

@media (max-width: 350px) {
  .ladi__building {
    top: 90%;
    left: 65%;
  }
}

@media (min-width: 576px) and (max-width: 1024px) {
  .ladi__building {
    top: 78%;
    left: 70%;
  }

  .ladi__building img {
    object-fit: contain;
  }
}

@media (min-width: 800px) and (max-width: 1024px) {
  .ladi__building {
    top: 80%;
    left: 80%;
  }

  .ladi__building img {
    height: 50%;
  }
}
