/* screen - index */

.index {
  background-image: url(../img/five-mega-xanh-1.png);
  background-position: 50% 50%;
  background-size: cover;
  min-height: 3342px;
  min-width: 1920px;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.index .bg1-23 {
  aspect-ratio: 0.57;
  bottom: 0;
  height: 3342px;
  left: 0;
  object-fit: cover;
  position: absolute;
  width: 1920px;
}

.index .bg2-3 {
  aspect-ratio: 1.73;
  height: 1110px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 1311px;
  width: 1920px;
}

.index .luck-1 {
  aspect-ratio: 0.95;
  height: 136px;
  left: 30px;
  object-fit: cover;
  position: absolute;
  top: 130px;
  width: 129px;
}

.index .logo {
  background-image: url(../img/top1-1.png);
  background-size: 100% 100%;
  display: flex;
  height: 100px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 1920px;
}

.index .frame-1707480044 {
  display: flex;
  margin-left: 0.1px;
  margin-top: 12px;
  width: 934.12px;
}

.index .five88 {
  align-self: center;
  height: 55px;
  margin-top: 1.0px;
  width: 107.46px;
}

.index .frame-1707480040 {
  background-color: var(--white);
  height: 35px;
  margin-left: 31.5px;
  margin-top: 20px;
  opacity: 0.4;
  width: 1px;
}

.index .vivu88 {
  aspect-ratio: 3.78;
  display: flex;
  height: 52px;
  margin-left: 32px;
  margin-top: 8px;
  width: 196.38px;
}

.index .layer-1 {
  flex: 1;
  margin-left: 0.29%;
  margin-right: 0.3%;
  width: 195.24px;
}

.index .frame-1707480041 {
  background-color: var(--white);
  height: 35px;
  margin-left: 31.6px;
  margin-top: 20px;
  opacity: 0.4;
  width: 1px;
}

.index .sv {
  align-self: center;
  height: 40.1px;
  margin-left: 32px;
  margin-top: 0.1px;
  width: 124px;
}

.index .frame-1707480042 {
  background-color: var(--white);
  height: 35px;
  margin-left: 32px;
  margin-top: 20px;
  opacity: 0.4;
  width: 1px;
}

.index .logo-red-89 {
  align-self: center;
  height: 40px;
  margin-left: 32px;
  margin-top: 2px;
  width: 166.22px;
}

.index .frame-1707480043 {
  background-color: var(--white);
  height: 35px;
  margin-left: 31.8px;
  margin-top: 20px;
  opacity: 0.4;
  width: 1px;
}

.index .skylogo-1 {
  align-self: center;
  aspect-ratio: 1.04;
  height: 78px;
  margin-left: 32px;
  object-fit: cover;
  width: 81.12px;
}

.index .line-2 {
  background: linear-gradient(90deg, rgba(2, 21, 49, 0) 0%, rgba(255, 204, 0, 1) 47%, rgba(2, 21, 49, 0) 100%);
  height: 1px;
  left: 0;
  position: absolute;
  top: 99px;
  width: 1920px;
}

.index .left {
  height: 654px;
  left: 82px;
  position: absolute;
  top: 228px;
  width: 920px;
}

.index .sh-1 {
  aspect-ratio: 1.14;
  height: 341px;
  left: calc(50.00% + 122px);
  object-fit: cover;
  position: absolute;
  top: 183px;
  width: 379px;
}

.index .x-1 {
  aspect-ratio: 1.47;
  height: 388px;
  left: calc(50.00% - 127px);
  position: absolute;
  top: 237px;
  width: 552px;
}

.index .g1-1 {
  aspect-ratio: 0.85;
  height: 501px;
  left: 84px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 425px;
}

.index .m-2 {
  aspect-ratio: 2.12;
  height: 411px;
  left: 24px;
  object-fit: cover;
  position: absolute;
  top: 103px;
  width: 801px;
}

.index .so-1 {
  aspect-ratio: 2.63;
  height: 200px;
  left: 40px;
  object-fit: cover;
  position: absolute;
  top: 454px;
  width: 527px;
}

.index .mac-1 {
  aspect-ratio: 1.65;
  height: 124px;
  left: calc(50.00% + 12px);
  object-fit: cover;
  position: absolute;
  top: 135px;
  width: 201px;
}

.index .iphone15-1 {
  aspect-ratio: 0.55;
  height: 74px;
  left: calc(50.00% + 167px);
  object-fit: cover;
  position: absolute;
  top: 179px;
  width: 42px;
}

.index .right {
  height: 676px;
  left: 1100px;
  position: absolute;
  top: 147px;
  width: 660px;
}

.index .cta {
  background-image: url(../img/cta.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 102px;
  left: 57px;
  overflow: hidden;
  position: absolute;
  top: 574px;
  width: 560px;
  animation: zoomInOut 2s ease-in-out infinite;
  cursor: pointer;
}

.index .cta::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: shine 2s ease-in-out infinite;
}

@keyframes zoomInOut {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

@keyframes shine {
  0% { left: -100%; }
  100% { left: 200%; }
}

.index .tham-gia-ngay {
  -webkit-text-stroke: 2px #fde556;
  color: #000310;
  font-family: var(--font-family-sfu_eurostile-boldcondensed);
  font-size: 44px;
  font-weight: 700;
  height: auto;
  letter-spacing: 0;
  line-height: normal;
  margin: auto;
  padding: 0;
  text-align: center;
  width: auto;
}

.index .mu-1 {
  aspect-ratio: 1;
  height: 58px;
  object-fit: cover;
  width: 58px;
}

.index .timecountdown {
  height: 206px;
  left: 50%;
  position: absolute;
  top: 337px;
  transform: translateX(-50%);
  width: 635px;
}

.index .ngy {
  left: 38px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: 179px;
}

.index .gi {
  left: 214px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: 179px;
}

.index .pht {
  left: 369px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: 179px;
}

.index .giy {
  left: 538px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: 179px;
}

.index .count {
  display: flex;
  gap: 23px;
  height: 159px;
  left: 0;
  position: absolute;
  top: 0;
  width: 635px;
}

.index .x1::before {
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  background: linear-gradient(180deg, rgba(100, 196, 254, 1) 0%, rgba(0, 32, 75, 1) 100%);
  border-radius: 20px;
  content: '';
  inset: 0;
  mask-composite: exclude;
  padding: 1px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.index .x1 {
  background: linear-gradient(180deg, rgba(1, 18, 38, 1) 0%, rgba(1, 18, 38, 1) 50%, rgba(0, 3, 16, 1) 51%, rgba(0, 3, 16, 1) 100%);
  border: none;
  border-radius: 20px;
  height: 161px;
  margin-left: -1px;
  margin-top: -1px;
  overflow: hidden;
  position: relative;
  width: 142px;
}

.index .frame-1707480046 {
  align-items: center;
  box-shadow: 1px 1px 0px #0e1c2e99;
  display: flex;
  height: 126px;
  justify-content: center;
  left: 22px;
  position: absolute;
  top: calc(50.00% - 42px);
  width: 96px;
}

.index .number {
  -webkit-text-stroke: 1px var(--white);
  background: linear-gradient(180deg, rgba(198, 213, 234, 1) 16%, rgba(51, 113, 212, 1) 100%);
  font-family: var(--font-family-utm_helvetins-regular);
  font-weight: 700;
  height: 142px;
  margin-left: -2px;
  margin-top: -15px;
}

.index .rectangle-102 {
  background-color: var(--black-pearl);
  height: 2px;
  left: calc(50.00% - 71px);
  position: absolute;
  top: calc(50.00% - 2px);
  width: 140px;
}

.index .count-item::before {
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  background: linear-gradient(180deg, rgba(100, 196, 254, 1) 0%, rgba(0, 32, 75, 1) 100%);
  border-radius: 20px;
  content: '';
  inset: 0;
  mask-composite: exclude;
  padding: 1px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.index .count-item {
  background: linear-gradient(180deg, rgba(1, 18, 38, 1) 0%, rgba(1, 18, 38, 1) 50%, rgba(0, 3, 16, 1) 51%, rgba(0, 3, 16, 1) 100%);
  border: none;
  border-radius: 20px;
  height: 161px;
  margin-top: -1px;
  overflow: hidden;
  position: relative;
  width: 142px;
}

.index .thi-gian-din-ra {
  color: var(--anakiwa);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-weight: 700;
  left: 191px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: 275px;
  white-space: nowrap;
}

.index .mega-1 {
  aspect-ratio: 1.94;
  height: 372px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 660px;
}

.index .nd2 {
  display: flex;
  gap: 24px;
  height: 779px;
  left: 31px;
  position: absolute;
  top: 915px;
  width: 1858px;
}

.index .video::before {
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  background: linear-gradient(180deg, rgba(87, 66, 17, 1) 0%, rgba(255, 210, 0, 1) 50%, rgba(87, 66, 17, 1) 100%);
  border-radius: 20px;
  content: '';
  inset: 0;
  mask-composite: exclude;
  padding: 2px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.index .video {
  background-color: var(--sepia-black);
  border: none;
  border-radius: 20px;
  height: 783px;
  margin-left: -2px;
  margin-top: -2px;
  overflow: hidden;
  position: relative;
  width: 1384px;
}

.index .bg122-1 {
  aspect-ratio: 1.72;
  height: 834px;
  left: calc(50.00% - 718px);
  object-fit: cover;
  position: absolute;
  top: calc(50.00% - 418px);
  width: 1432px;
}

.index .frame-9 {
  align-items: center;
  background-color: #ff0000;
  border-radius: 5px;
  display: flex;
  height: 32px;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  right: 24px;
  top: 20px;
  width: 80px;
}

.index .frame-11 {
  align-items: center;
  display: flex;
  gap: 6px;
  margin-left: 1px;
  margin-top: -1px;
  width: 59px;
}

.index .frame-10 {
  background-color: var(--white);
  border-radius: 100px;
  height: 8px;
  margin-top: 1px;
  width: 8px;
}

.index .live {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: 20px;
  font-weight: 700;
  height: 31px;
  letter-spacing: 0;
  line-height: 30.9px;
  text-align: center;
  white-space: nowrap;
  width: 45px;
}

.index .frame-1707480049 {
  background-color: #000f1c;
  bottom: 4px;
  display: flex;
  height: 60px;
  left: 0;
  opacity: 0.8;
  position: absolute;
  width: 1380px;
}

.index .loa-1 {
  align-self: center;
  aspect-ratio: 0.93;
  height: 45px;
  margin-left: 23px;
  margin-top: 1px;
  object-fit: cover;
  width: 41.68px;
}

.index .chc-mng-acb {
  align-self: center;
  height: 31px;
  letter-spacing: 0;
  line-height: 30.9px;
  margin-left: 20.3px;
  margin-top: 1px;
  text-align: center;
  white-space: nowrap;
  width: 472px;
}

.index .chc-mng-acb-1 {
  align-self: center;
  margin-left: 41px;
  margin-top: 1px;
}

.index .frame-1707480050 {
  align-items: center;
  display: flex;
  margin-left: 41px;
  margin-top: 15px;
  overflow: hidden;
  width: 249px;
}

.index .chat::before {
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  background: linear-gradient(180deg, rgba(87, 66, 17, 1) 0%, rgba(255, 210, 0, 1) 50%, rgba(87, 66, 17, 1) 100%);
  border-radius: 20px;
  content: '';
  inset: 0;
  mask-composite: exclude;
  padding: 2px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.index .chat {
  align-items: center;
  background-color: var(--sepia-black);
  border: none;
  border-radius: 20px;
  display: flex;
  height: 783px;
  justify-content: center;
  margin-top: -2px;
  overflow: hidden;
  position: relative;
  width: 454px;
}

.index .chat-1 {
  aspect-ratio: 0.58;
  height: 820px;
  margin-left: -4px;
  margin-top: -13px;
  object-fit: cover;
  width: 478px;
}

.index .nd3 {
  height: 500px;
  left: 69px;
  position: absolute;
  top: 1754px;
  width: 1801px;
}

.index .cachthamgia {
  left: 678px;
  width: 530px;
}

.index .cch-tham-gia {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, rgba(255, 247, 211, 1) 0%, rgba(255, 237, 153, 1) 58%, rgba(255, 151, 46, 1) 100%);
  background-clip: text;
  color: transparent;
  font-family: var(--font-family-inter);
  font-size: 40px;
  font-weight: 700;
  height: 48px;
  letter-spacing: 0;
  line-height: normal;
  margin-left: 88px;
  text-fill-color: transparent;
  white-space: nowrap;
  width: 332px;
}

.index .frame-1707480057 {
  display: flex;
  margin-top: 33px;
  width: 406px;
}

.index .dk {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 70px;
}

.index .dk-2 {
  aspect-ratio: 0.98;
  height: 70px;
  margin-left: 0.1px;
  object-fit: cover;
  width: 68.46px;
}

.index .number-1 {
  background: linear-gradient(180deg, rgba(255, 247, 211, 1) 0%, rgba(255, 237, 153, 1) 58%, rgba(255, 151, 46, 1) 100%);
  height: 54px;
  margin-left: 37px;
  margin-top: 8px;
  white-space: nowrap;
  width: 53px;
}

.index .ng-k-ti-khon {
  height: 31px;
  letter-spacing: 0;
  line-height: normal;
  margin-left: 25px;
  margin-top: 20px;
  white-space: nowrap;
  width: 221px;
}

.index .line {
  background: linear-gradient(90deg, rgba(2, 21, 49, 0) 0%, rgba(255, 204, 0, 1) 47%, rgba(2, 21, 49, 0) 100%);
  height: 1px;
  margin-left: 11px;
  margin-top: 29px;
  opacity: 0.5;
  width: 500px;
}

.index .frame-170748005 {
  display: flex;
  margin-top: 29px;
  width: 522px;
}

.index .ghe {
  background-image: url(../img/ghe-1.png);
}

.index .number-2 {
  background: linear-gradient(180deg, rgba(255, 247, 211, 1) 0%, rgba(255, 237, 153, 1) 58%, rgba(255, 151, 46, 1) 100%);
  height: 54px;
  margin-left: 33px;
  margin-top: 8px;
  white-space: nowrap;
  width: 60px;
}

.index .nhn-m-s-gh-sau-k {
  height: 62px;
  letter-spacing: 0;
  line-height: normal;
  margin-left: 21px;
  margin-top: 4px;
  width: 338px;
}

.index .live-1 {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 70px;
}

.index .live1-1 {
  aspect-ratio: 0.92;
  height: 70px;
  margin-left: 0.2px;
  object-fit: cover;
  width: 64.62px;
}

.index .number-3 {
  background: linear-gradient(180deg, rgba(255, 247, 211, 1) 0%, rgba(255, 237, 153, 1) 58%, rgba(255, 151, 46, 1) 100%);
  height: 54px;
  margin-left: 33px;
  margin-top: 8px;
  white-space: nowrap;
  width: 61px;
}

.index .name {
  height: 62px;
  letter-spacing: 0;
  line-height: normal;
  margin-left: 20px;
  margin-top: 4px;
  width: 338px;
}

.index .cachthamgia-1 {
  left: 1356px;
  width: 445px;
}

.index .cch-cng-b {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, rgba(255, 247, 211, 1) 0%, rgba(255, 237, 153, 1) 58%, rgba(255, 151, 46, 1) 100%);
  background-clip: text;
  color: transparent;
  font-family: var(--font-family-inter);
  font-size: 40px;
  font-weight: 700;
  height: 48px;
  letter-spacing: 0;
  line-height: normal;
  margin-left: 45px;
  text-fill-color: transparent;
  white-space: nowrap;
  width: 316px;
}

.index .frame-1707480057-1 {
  display: flex;
  gap: 38px;
  margin-top: 33px;
  width: 387px;
}

.index .dk-1 {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  margin-top: 5px;
  width: 70px;
}

.index .live2-1 {
  aspect-ratio: 1.15;
  height: 60.98px;
  margin-top: 1.0px;
  object-fit: cover;
  width: 70px;
}

.index .mc-bc-thm-trc-tip-trn-livestream {
  height: 62px;
  letter-spacing: 0;
  line-height: normal;
  margin-top: 9px;
  width: 338px;
}

.index .line-1 {
  background: linear-gradient(90deg, rgba(2, 21, 49, 0) 0%, rgba(255, 204, 0, 1) 47%, rgba(2, 21, 49, 0) 100%);
  height: 1px;
  margin-left: -39px;
  margin-top: 29px;
  opacity: 0.5;
  width: 500px;
}

.index .frame-1707480056 {
  display: flex;
  gap: 37px;
  margin-top: 29px;
  width: 346px;
}

.index .ghe-1 {
  background-image: url(../img/code-1.png);
}

.index .cng-b-m-s-gh-may-mn {
  height: 62px;
  letter-spacing: 0;
  line-height: normal;
  margin-top: 4px;
  width: 338px;
}

.index .frame-1707480055 {
  display: flex;
  gap: 38px;
  margin-top: 29px;
  width: 446px;
}

.index .live-2 {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 70px;
}

.index .gift-1 {
  aspect-ratio: 0.84;
  height: 70px;
  margin-left: 0.2px;
  object-fit: cover;
  width: 58.98px;
}

.index .lin-h-xc-minh-nhn-thng {
  height: 62px;
  letter-spacing: 0;
  line-height: normal;
  margin-top: 4px;
  width: 231px;
}

.index .line-3 {
  background: linear-gradient(90deg, rgba(2, 21, 49, 0) 0%, rgba(255, 204, 0, 1) 47%, rgba(2, 21, 49, 0) 100%);
  height: 1px;
  left: 1015px;
  opacity: 0.5;
  position: absolute;
  top: 249px;
  transform: rotate(-90.00deg);
  width: 500px;
}

.index .lu-mi-user-ch {
  color: var(--regent-st-blue);
  font-family: var(--font-family-inter);
  font-size: 24px;
  font-weight: 400;
  left: 50px;
  letter-spacing: 0;
  position: absolute;
  top: 507px;
  white-space: nowrap;
}

.index .maso::before {
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  background: linear-gradient(180deg, rgba(255, 245, 188, 1) 0%, rgba(255, 170, 55, 1) 100%);
  border-radius: 10px;
  content: '';
  inset: 0;
  mask-composite: exclude;
  padding: 2px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.index .maso {
  background: linear-gradient(180deg, rgba(0, 28, 67, 1) 0%, rgba(1, 16, 39, 1) 100%);
  border: none;
  border-radius: 10px;
  height: 466px;
  left: 69px;
  overflow: hidden;
  position: absolute;
  top: 1771px;
  width: 595px;
}

.index .m-s-gh {
  color: var(--anakiwa);
  font-family: var(--font-family-inter);
  font-size: 40px;
  font-weight: 700;
  left: 183px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: 42px;
  white-space: nowrap;
}

.index .frame-1707480052 {
  display: flex;
  gap: 12px;
  height: 31px;
  left: 32px;
  position: absolute;
  top: 301px;
  width: 531px;
}

.index .thi-gian-ng-k {
  height: 31px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  width: 226px;
}

.index .frame-1707480053 {
  display: flex;
  gap: 12px;
  height: 31px;
  left: 32px;
  position: absolute;
  top: 351px;
  width: 322px;
}

.index .nh-ci-la-chn {
  height: 31px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  width: 212px;
}

.index .frame-1707480054 {
  display: flex;
  gap: 16px;
  height: 31px;
  left: 32px;
  position: absolute;
  top: 401px;
  width: 472px;
}

.index .tng-s-ngi-tham-gia {
  height: 31px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  width: 295px;
}

.index .phone {
  color: var(--regent-st-blue);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-weight: 700;
  height: 31px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  width: 161px;
}

.index .frame-1707480051 {
  align-items: center;
  background: linear-gradient(180deg, rgba(1, 28, 65, 1) 0%, rgba(0, 2, 5, 1) 100%);
  border: 1px solid;
  border-color: #075e68;
  border-radius: 10px;
  display: flex;
  height: 120px;
  justify-content: center;
  left: calc(50.00% - 206px);
  position: absolute;
  top: 128px;
  width: 412px;
}

.index .frame-1707480069 {
  align-items: center;
  display: flex;
  height: 43px;
  justify-content: center;
  margin-left: -3px;
  margin-top: -1px;
}

.index .text-1 {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, rgba(255, 247, 211, 1) 0%, rgba(255, 237, 153, 1) 58%, rgba(255, 151, 46, 1) 100%);
  background-clip: text;
  color: transparent;
  font-family: var(--font-family-inter);
  font-size: 96px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  text-fill-color: transparent;
  white-space: nowrap;
}

.index .vector-1 {
  left: 2px;
}

.index .vector-2 {
  left: 562px;
}

.index .nd4 {
  background: linear-gradient(180deg, rgba(8, 16, 37, 1) 0%, rgba(0, 30, 21, 1) 48%, rgba(8, 16, 37, 1) 100%);
  border-color: #3bcaff8f;
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  height: 980px;
  left: -2px;
  position: absolute;
  top: 2363px;
  width: 1920px;
}

.index .gt {
  height: 360px;
  margin-left: 72px;
  margin-top: 169px;
  position: relative;
  width: 1779px;
}

.index .giaidb {
  height: 360px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 360px;
}

.index .buc-1 {
  aspect-ratio: 5.03;
  height: 72px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 257px;
  width: 360px;
}

.index .frame-1707480065 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(19, 20, 31, 1) 33%, rgba(35, 61, 103, 0) 100%);
  height: 4px;
  left: calc(50.00% - 137px);
  position: absolute;
  top: 262px;
  transform: rotate(0.82deg);
  width: 58px;
}

.index .frame-1707480066 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(19, 20, 31, 1) 33%, rgba(35, 61, 103, 0) 100%);
  height: 11px;
  left: calc(50.00% - 102px);
  position: absolute;
  top: 282px;
  transform: rotate(6.00deg);
  width: 86px;
}

.index .frame-1707480067 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(19, 20, 31, 1) 33%, rgba(19, 28, 47, 0) 100%);
  height: 15px;
  left: calc(50.00% + 38px);
  position: absolute;
  top: 264px;
  transform: rotate(6.48deg);
  width: 89px;
}

.index .x-1-1 {
  aspect-ratio: 1.47;
  height: 173px;
  left: calc(50.00% - 126px);
  object-fit: cover;
  position: absolute;
  top: 120px;
  width: 246px;
}

.index .gii-c-bit {
  left: calc(50.00% - 84px);
  letter-spacing: 0;
  line-height: 30.9px;
  position: absolute;
  text-align: center;
  top: calc(50.00% - 179px);
  white-space: nowrap;
}

.index .x299000000-vn {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, rgba(255, 247, 211, 1) 0%, rgba(255, 228, 96, 1) 58%, rgba(255, 151, 46, 1) 100%);
  background-clip: text;
  left: 50%;
  letter-spacing: 0;
  position: absolute;
  text-align: center;
  text-fill-color: transparent;
  top: calc(50.00% + 140px);
  transform: translateX(-50%);
  white-space: nowrap;
}

.index .xe-vinfast-vf3 {
  left: calc(50.00% - 122px);
  letter-spacing: 0;
  line-height: 30.9px;
  position: absolute;
  text-align: center;
  top: calc(50.00% - 142px);
  white-space: nowrap;
}

.index .giainhat {
  height: 360px;
  left: 473px;
  position: absolute;
  top: 1px;
  width: 360px;
}

.index .frame-1707480065-1 {
  height: 15px;
  left: calc(50.00% - 155px);
  top: 270px;
  transform: rotate(0.82deg);
  width: 126px;
}

.index .frame-1707480066-1 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(19, 20, 31, 1) 33%, rgba(35, 61, 103, 0) 100%);
  height: 13px;
  left: calc(50.00% + 15px);
  position: absolute;
  top: 280px;
  transform: rotate(0.13deg);
  width: 126px;
}

.index .sh-1-1 {
  aspect-ratio: 1.14;
  height: 231px;
  left: calc(50.00% - 136px);
  object-fit: cover;
  position: absolute;
  top: 78px;
  width: 257px;
}

.index .gii-nht {
  left: calc(50.00% - 62px);
}

.index .x000000-vn {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, rgba(255, 247, 211, 1) 0%, rgba(255, 228, 96, 1) 58%, rgba(255, 151, 46, 1) 100%);
  background-clip: text;
  left: 50%;
  letter-spacing: 0;
  position: absolute;
  text-align: center;
  text-fill-color: transparent;
  top: calc(50.00% + 140px);
  transform: translateX(-50%);
  white-space: nowrap;
}

.index .xe-honda-sh-125i {
  left: calc(50.00% - 138px);
  letter-spacing: 0;
  line-height: 30.9px;
  position: absolute;
  text-align: center;
  top: calc(50.00% - 142px);
  white-space: nowrap;
}

.index .giainhi {
  height: 360px;
  left: 946px;
  position: absolute;
  top: 1px;
  width: 360px;
}

.index .gii-nh {
  left: calc(50.00% - 49px);
}

.index .macbook-air-m3 {
  left: calc(50.00% - 136px);
  letter-spacing: 0;
  line-height: 30.9px;
  position: absolute;
  text-align: center;
  top: calc(50.00% - 142px);
  white-space: nowrap;
}

.index .frame-1707480065-2 {
  height: 34px;
  left: calc(50.00% - 204px);
  top: 262px;
  width: 408px;
}

.index .mac-1-1 {
  aspect-ratio: 1.65;
  height: 158px;
  left: calc(50.00% - 131px);
  object-fit: cover;
  position: absolute;
  top: 126px;
  width: 261px;
}

.index .giaiba {
  height: 360px;
  left: 1419px;
  position: absolute;
  top: 1px;
  width: 360px;
}

.index .giiba {
  left: calc(50.00% - 42px);
  letter-spacing: 0;
  line-height: 30.9px;
  position: absolute;
  text-align: center;
  top: calc(50.00% - 179px);
  white-space: nowrap;
}

.index .iphone-15-pro-max {
  left: calc(50.00% - 152px);
  letter-spacing: 0;
  line-height: 30.9px;
  position: absolute;
  text-align: center;
  top: calc(50.00% - 142px);
  white-space: nowrap;
}

.index .frame-1707480065-3 {
  height: 27px;
  left: calc(50.00% - 129px);
  top: 268px;
  width: 257px;
}

.index .iphone15-1-1 {
  aspect-ratio: 0.55;
  height: 189px;
  left: calc(50.00% - 52px);
  object-fit: cover;
  position: absolute;
  top: 95px;
  width: 104px;
}

.index .line-4 {
  background: linear-gradient(90deg, rgba(2, 21, 49, 0) 0%, rgba(255, 204, 0, 1) 47%, rgba(2, 21, 49, 0) 100%);
  height: 1px;
  left: 236px;
  opacity: 0.5;
  position: absolute;
  top: 179px;
  transform: rotate(-90.00deg);
  width: 360px;
}

.index .line-5 {
  background: linear-gradient(90deg, rgba(2, 21, 49, 0) 0%, rgba(255, 204, 0, 1) 47%, rgba(2, 21, 49, 0) 100%);
  height: 1px;
  left: 709px;
  opacity: 0.5;
  position: absolute;
  top: 179px;
  transform: rotate(-90.00deg);
  width: 360px;
}

.index .line-6 {
  background: linear-gradient(90deg, rgba(2, 21, 49, 0) 0%, rgba(255, 204, 0, 1) 47%, rgba(2, 21, 49, 0) 100%);
  height: 1px;
  left: 1182px;
  opacity: 0.5;
  position: absolute;
  top: 179px;
  transform: rotate(-90.00deg);
  width: 360px;
}

.index .nganhang {
  height: 136px;
  left: 75px;
  position: absolute;
  top: 3121px;
  width: 1770px;
}

.index .copyright {
  color: #8c8c8c;
  font-family: var(--font-family-inter);
  font-size: 20px;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0;
  line-height: 30.9px;
  position: absolute;
  top: 3270px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.index .tex2-1 {
  aspect-ratio: 3.28;
  height: 149px;
  left: 718px;
  object-fit: cover;
  position: absolute;
  top: 2324px;
  width: 489px;
}

.index .tieudecon {
  background: linear-gradient(0deg, rgba(1, 25, 32, 1) 0%, rgba(0, 42, 55, 1) 100%);
  border: 1.01px solid;
  border-color: #03495b;
  border-radius: 20.22px;
  height: 122px;
  left: calc(50.00% - 886px);
  overflow: hidden;
  position: absolute;
  top: 2949px;
  width: 1772px;
}

.index .line-7 {
  background: linear-gradient(90deg, rgba(2, 21, 49, 0) 0%, rgba(0, 79, 103, 1) 47%, rgba(2, 21, 49, 0) 100%);
  height: 2px;
  left: calc(50.00% - 93px);
  position: absolute;
  top: calc(50.00% - 3px);
  transform: rotate(-90.00deg);
  width: 101px;
}

.index .line-8 {
  background: linear-gradient(90deg, rgba(2, 21, 49, 0) 0%, rgba(0, 79, 103, 1) 47%, rgba(2, 21, 49, 0) 100%);
  height: 2px;
  left: calc(50.00% + 381px);
  position: absolute;
  top: calc(50.00% - 3px);
  transform: rotate(-90.00deg);
  width: 101px;
}

.index .line-9 {
  background: linear-gradient(90deg, rgba(2, 21, 49, 0) 0%, rgba(0, 79, 103, 1) 47%, rgba(2, 21, 49, 0) 100%);
  height: 2px;
  left: calc(50.00% - 518px);
  position: absolute;
  top: calc(50.00% - 3px);
  transform: rotate(-90.00deg);
  width: 101px;
}

.index .x1-1 {
  display: flex;
  gap: 16.2px;
  height: 71px;
  left: 20px;
  position: absolute;
  top: 24px;
  width: 350px;
}

.index .frame-1707480059 {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 70.76px;
}

.index .bong-1 {
  aspect-ratio: 1.04;
  height: 70.76px;
  margin-left: -1.0px;
  margin-top: -8.1px;
  object-fit: cover;
  width: 73.79px;
}

.index .frame-170748006 {
  height: 62.67px;
  margin-top: 4.0px;
  position: relative;
  width: 262.82px;
}

.index .xem-bng-nh-cao {
  left: calc(50.00% - 131px);
  letter-spacing: 0;
  line-height: 31.3px;
  position: absolute;
  text-align: center;
  top: calc(50.00% - 31px);
  white-space: nowrap;
}

.index .cng-bnh-lun-vin-hot {
  left: calc(50.00% - 131px);
  letter-spacing: 0;
  line-height: 31.3px;
  position: absolute;
  text-align: center;
  top: 50.00%;
  white-space: nowrap;
}

.index .x2 {
  display: flex;
  gap: 16.2px;
  height: 71px;
  left: 468px;
  position: absolute;
  top: 24px;
  width: 327px;
}

.index .frame-170748006-1 {
  align-items: center;
  display: flex;
  height: 70.76px;
  justify-content: center;
  width: 70.76px;
}

.index .q-1 {
  aspect-ratio: 1;
  height: 61.66px;
  margin-left: 1.0px;
  margin-top: -1.0px;
  object-fit: cover;
  width: 61.66px;
}

.index .quay-s-trc-tip {
  left: calc(50.00% - 131px);
  letter-spacing: 0;
  line-height: 31.3px;
  position: absolute;
  top: calc(50.00% - 31px);
  white-space: nowrap;
}

.index .cng-khai-minh-bch {
  left: calc(50.00% - 131px);
  letter-spacing: 0;
  line-height: 31.3px;
  position: absolute;
  top: 50.00%;
  white-space: nowrap;
}

.index .x3 {
  display: flex;
  gap: 16.2px;
  height: 71px;
  left: 893px;
  position: absolute;
  top: 24px;
  width: 376px;
}

.index .k-1 {
  aspect-ratio: 0.84;
  height: 62.67px;
  margin-left: 1.0px;
  margin-top: -1.0px;
  object-fit: cover;
  width: 52.56px;
}

.index .x100-c-hi-trng-thng {
  left: calc(50.00% - 131px);
  letter-spacing: 0;
  line-height: 31.3px;
  position: absolute;
  top: calc(50.00% - 31px);
  white-space: nowrap;
}

.index .cho-ngi-tham-gia {
  left: calc(50.00% - 131px);
  letter-spacing: 0;
  line-height: 31.3px;
  position: absolute;
  top: 50.00%;
  white-space: nowrap;
}

.index .x4 {
  display: flex;
  gap: 16.2px;
  height: 71px;
  left: 1367px;
  position: absolute;
  top: 24px;
  width: 350px;
}

.index .s-13 {
  aspect-ratio: 0.69;
  height: 59.64px;
  margin-left: 1.0px;
  margin-top: -1.0px;
  object-fit: cover;
  width: 41.44px;
}

.index .nhiu-mini-game-hp-dn {
  left: calc(50.00% - 131px);
  letter-spacing: 0;
  line-height: 31.3px;
  position: absolute;
  top: calc(50.00% - 31px);
  white-space: nowrap;
}

.index .qu-tng-lin-tc {
  left: calc(50.00% - 131px);
  letter-spacing: 0;
  line-height: 31.3px;
  position: absolute;
  top: 50.00%;
  white-space: nowrap;
}

.index .cachthamgia-2 {
  display: flex;
  flex-direction: column;
  height: 409px;
  position: absolute;
  top: 46px;
}

.index .chc-mng-acb-3 {
  height: 31px;
  letter-spacing: 0;
  line-height: 30.9px;
  text-align: center;
  white-space: nowrap;
  width: 472px;
}

.index .frame-1707480065-4 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(19, 20, 31, 1) 33%, rgba(35, 61, 103, 0) 100%);
  position: absolute;
}

.index .ghe-2 {
  background-position: 50% 50%;
  background-size: cover;
  height: 70px;
  width: 70px;
}

.index .gii {
  letter-spacing: 0;
  line-height: 30.9px;
  position: absolute;
  text-align: center;
  top: calc(50.00% - 179px);
  white-space: nowrap;
}

.index .number-4 {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0;
  line-height: normal;
  text-fill-color: transparent;
}

.index .vector {
  height: 112px;
  position: absolute;
  top: 132px;
  width: 31px;
}
/* screen - ldpu95megaallu95pc-2 */

.ldpu95megaallu95pc-2 {
  background-color: #061128;
  min-height: 3925px;
  min-width: 750px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ldpu95megaallu95pc-2 .bg1-23-1 {
  aspect-ratio: 0.57;
  top: 0;
  height: 3342px;
  left: calc(50.00% - 960px);
  object-fit: cover;
  position: absolute;
  width: 1920px;
}

.ldpu95megaallu95pc-2 .bg2-3-1 {
  aspect-ratio: 1.73;
  height: 1110px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 1311px;
  width: 1920px;
}

.ldpu95megaallu95pc-2 .logo-1 {
  height: 80px;
  left: calc(50.00% - 768px);
  position: absolute;
  top: 0;
  width: 1536px;
}

.ldpu95megaallu95pc-2 .top1-1 {
  aspect-ratio: 19.2;
  height: 80px;
  left: calc(50.00% - 375px);
  position: absolute;
  top: 0;
  width: 750px;
}

.ldpu95megaallu95pc-2 .frame-1707480044-1 {
  display: flex;
  height: 60px;
  left: calc(50.00% - 359px);
  position: absolute;
  top: 11px;
  width: 719px;
}

.ldpu95megaallu95pc-2 .five88-1 {
  align-self: center;
  height: 42.31px;
  margin-left: 0;
  margin-top: 0.8px;
  width: 82.66px;
}

.ldpu95megaallu95pc-2 .frame-170748004 {
  background-color: var(--white);
  height: 26.92px;
  margin-left: 24.3px;
  margin-top: 15.4px;
  opacity: 0.4;
  width: 1px;
}

.ldpu95megaallu95pc-2 .vivu88-1 {
  aspect-ratio: 3.78;
  display: flex;
  height: 40px;
  margin-left: 24.4px;
  margin-top: 6.2px;
  width: 151.06px;
}

.ldpu95megaallu95pc-2 .layer-1-1 {
  flex: 1;
  margin-left: 0.29%;
  margin-right: 0.3%;
  width: 150.18px;
}

.ldpu95megaallu95pc-2 .sv-1 {
  align-self: center;
  height: 30.84px;
  margin-left: 24.4px;
  margin-top: 0.1px;
  width: 95.38px;
}

.ldpu95megaallu95pc-2 .frame-1707480042-1 {
  background-color: var(--white);
  height: 26.92px;
  margin-left: 24.6px;
  margin-top: 15.4px;
  opacity: 0.4;
  width: 1px;
}

.ldpu95megaallu95pc-2 .logo-red-89-1 {
  align-self: center;
  height: 30.77px;
  margin-left: 24.4px;
  margin-top: 1.5px;
  width: 127.86px;
}

.ldpu95megaallu95pc-2 .frame-1707480043-1 {
  background-color: var(--white);
  height: 26.92px;
  margin-left: 24.4px;
  margin-top: 15.4px;
  opacity: 0.4;
  width: 1px;
}

.ldpu95megaallu95pc-2 .skylogo-1-1 {
  align-self: center;
  aspect-ratio: 1.04;
  height: 60px;
  margin-left: 24.4px;
  object-fit: cover;
  width: 62.4px;
}

.ldpu95megaallu95pc-2 .line-13 {
  background: linear-gradient(90deg, rgba(2, 21, 49, 0) 0%, rgba(255, 204, 0, 1) 47%, rgba(2, 21, 49, 0) 100%);
  height: 1px;
  left: 0;
  position: absolute;
  top: 80px;
  width: 750px;
}

.ldpu95megaallu95pc-2 .cta-1 {
  background-image: url(../img/CTA.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 102px;
  left: calc(50.00% - 280px);
  overflow: hidden;
  position: absolute;
  top: 574px;
  width: 560px;
  animation: zoomInOut 2s ease-in-out infinite;
  cursor: pointer;
}

.ldpu95megaallu95pc-2 .cta-1::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: shine 2s ease-in-out infinite;
}

.ldpu95megaallu95pc-2 .left-1 {
  height: 518px;
  left: -27px;
  position: absolute;
  top: 787px;
  width: 729px;
}

.ldpu95megaallu95pc-2 .sh-1-2 {
  height: 270px;
  left: calc(50.00% + 97px);
  top: 145px;
  width: 300px;
}

.ldpu95megaallu95pc-2 .x-1-2 {
  height: 308px;
  left: calc(50.00% - 101px);
  top: 187px;
  width: 437px;
}

.ldpu95megaallu95pc-2 .g1-1-1 {
  aspect-ratio: 0.85;
  height: 397px;
  left: 67px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 337px;
}

.ldpu95megaallu95pc-2 .m-2-1 {
  aspect-ratio: 2.12;
  height: 326px;
  left: 27px;
  object-fit: cover;
  position: absolute;
  top: 82px;
  width: 627px;
}

.ldpu95megaallu95pc-2 .so-1-1 {
  aspect-ratio: 2.63;
  height: 158px;
  left: 32px;
  object-fit: cover;
  position: absolute;
  top: 360px;
  width: 417px;
}

.ldpu95megaallu95pc-2 .mac-1-2 {
  height: 99px;
  left: calc(50.00% + 10px);
  top: 107px;
  width: 159px;
}

.ldpu95megaallu95pc-2 .iphone15-1-2 {
  height: 58px;
  left: calc(50.00% + 132px);
  top: 142px;
  width: 33px;
}

.ldpu95megaallu95pc-2 .luck-1-1 {
  aspect-ratio: 0.95;
  height: 117px;
  left: 623px;
  object-fit: cover;
  position: absolute;
  top: -43px;
  width: 118px;
}

.ldpu95megaallu95pc-2 .right-1 {
  height: 676px;
  left: calc(50.00% - 318px);
  position: absolute;
  top: 71px;
  width: 635px;
}




.ldpu95megaallu95pc-2 .timecountdown-1 {
  height: 206px;
  left: 50%;
  position: absolute;
  top: 313px;
  transform: translateX(-50%);
  width: 635px;
}

.ldpu95megaallu95pc-2 .ngy-1 {
  left: 38px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: 200px;
}

.ldpu95megaallu95pc-2 .gi-1 {
  left: 214px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: 200px;
}

.ldpu95megaallu95pc-2 .pht-1 {
  left: 369px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: 200px;
}

.ldpu95megaallu95pc-2 .giy-1 {
  left: 538px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: 200px;
}

.ldpu95megaallu95pc-2 .count-1 {
  display: flex;
  gap: 23px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 635px;
}

.ldpu95megaallu95pc-2 .x1-2::before {
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  background: linear-gradient(180deg, rgba(100, 196, 254, 1) 0%, rgba(0, 32, 75, 1) 100%);
  border-radius: 20px;
  content: '';
  inset: 0;
  mask-composite: exclude;
  padding: 1px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.ldpu95megaallu95pc-2 .x1-2 {
  background: linear-gradient(180deg, rgba(1, 18, 38, 1) 0%, rgba(1, 18, 38, 1) 50%, rgba(0, 3, 16, 1) 51%, rgba(0, 3, 16, 1) 100%);
  border: none;
  border-radius: 20px;
  height: 161px;
  margin-left: -1px;
  margin-top: -1px;
  overflow: hidden;
  position: relative;
  width: 142px;
}

.ldpu95megaallu95pc-2 .frame-1707480046-1 {
  align-items: center;
  box-shadow: 1px 1px 0px #0e1c2e99;
  display: flex;
  height: 126px;
  justify-content: center;
  left: 22px;
  position: absolute;
  top: calc(50.00% - 42px);
  width: 96px;
}

.ldpu95megaallu95pc-2 .number-4 {
  -webkit-text-stroke: 1px var(--white);
  background: linear-gradient(180deg, rgba(198, 213, 234, 1) 16%, rgba(51, 113, 212, 1) 100%);
  font-family: var(--font-family-utm_helvetins-regular);
  font-weight: 700;
  height: 142px;
  margin-left: -2px;
  margin-top: -15px;
}

.ldpu95megaallu95pc-2 .rectangle-102-1 {
  background-color: var(--black-pearl);
  height: 2px;
  left: calc(50.00% - 71px);
  position: absolute;
  top: calc(50.00% - 2px);
  width: 140px;
}

.ldpu95megaallu95pc-2 .count-item-1::before {
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  background: linear-gradient(180deg, rgba(100, 196, 254, 1) 0%, rgba(0, 32, 75, 1) 100%);
  border-radius: 20px;
  content: '';
  inset: 0;
  mask-composite: exclude;
  padding: 1px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.ldpu95megaallu95pc-2 .count-item-1 {
  background: linear-gradient(180deg, rgba(1, 18, 38, 1) 0%, rgba(1, 18, 38, 1) 50%, rgba(0, 3, 16, 1) 51%, rgba(0, 3, 16, 1) 100%);
  border: none;
  border-radius: 20px;
  height: 161px;
  margin-top: -1px;
  overflow: hidden;
  position: relative;
  width: 142px;
}

.ldpu95megaallu95pc-2 .thi-gian-din-ra-1 {
  color: var(--anakiwa);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-weight: 700;
  left: 171px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: 275px;
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .mega-1-1 {
  aspect-ratio: 1.94;
  height: 372px;
  left: -20px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 660px;
}

.ldpu95megaallu95pc-2 .nd2-1 {
  display: flex;
  height: 314px;
  justify-content: center;
  left: calc(50.00% - 375px);
  position: absolute;
  top: 1147px;
  width: 750px;
}

.ldpu95megaallu95pc-2 .video-1::before {
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  background: linear-gradient(180deg, rgba(87, 66, 17, 1) 0%, rgba(255, 210, 0, 1) 50%, rgba(87, 66, 17, 1) 100%);
  border-radius: 10.72px;
  content: '';
  inset: 0;
  mask-composite: exclude;
  padding: 1.07px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.ldpu95megaallu95pc-2 .video-1 {
  background-color: var(--sepia-black);
  border: none;
  border-radius: 10.72px;
  height: 419.14px;
  margin-top: 187.7px;
  overflow: hidden;
  position: relative;
  width: 732.14px;
}

.ldpu95megaallu95pc-2 .bg122-1-1 {
  aspect-ratio: 1.72;
  height: 447px;
  left: calc(50.00% - 385px);
  object-fit: cover;
  position: absolute;
  top: calc(50.00% - 224px);
  width: 767px;
}

.ldpu95megaallu95pc-2 .frame-9-1 {
  align-items: center;
  background-color: #ff0000;
  border-radius: 2.68px;
  display: flex;
  height: 17px;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  right: 13px;
  top: 11px;
  width: 43px;
}

.ldpu95megaallu95pc-2 .frame-11-1 {
  align-items: center;
  display: flex;
  gap: 3.2px;
  height: 16.62px;
  margin-left: 0.5px;
  margin-top: -0.5px;
  width: 31.64px;
}

.ldpu95megaallu95pc-2 .frame-10-1 {
  background-color: var(--white);
  border-radius: 53.62px;
  height: 4.29px;
  margin-left: 0;
  margin-top: 0.5px;
  width: 4.29px;
}

.ldpu95megaallu95pc-2 .live-3 {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: 10.7px;
  font-weight: 700;
  height: 17px;
  letter-spacing: 0;
  line-height: 16.6px;
  margin-top: 0.4px;
  text-align: center;
  white-space: nowrap;
  width: 24px;
}

.ldpu95megaallu95pc-2 .frame-1707480049-1 {
  background-color: #000f1c;
  bottom: 2px;
  display: flex;
  height: 32px;
  left: 1px;
  opacity: 0.8;
  position: absolute;
  width: 740px;
}

.ldpu95megaallu95pc-2 .loa-1-1 {
  align-self: center;
  aspect-ratio: 0.93;
  height: 24.13px;
  margin-left: 12.3px;
  margin-top: 0.5px;
  object-fit: cover;
  width: 22.35px;
}

.ldpu95megaallu95pc-2 .chc-mng-acb-3 {
  align-self: center;
  margin-left: 10.9px;
  margin-top: 0.9px;
}

.ldpu95megaallu95pc-2 .chc-mng-acb-4 {
  align-self: center;
  margin-left: 21.1px;
  margin-top: 0.9px;
}

.ldpu95megaallu95pc-2 .frame-1707480050-1 {
  align-items: center;
  display: flex;
  height: 16.62px;
  margin-left: 21.1px;
  margin-top: 8.0px;
  overflow: hidden;
  width: 133.52px;
}

.ldpu95megaallu95pc-2 .chc-mng-acb-5 {
  margin-top: 0.4px;
}

.ldpu95megaallu95pc-2 .chat-2::before {
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  background: linear-gradient(180deg, rgba(87, 66, 17, 1) 0%, rgba(255, 210, 0, 1) 50%, rgba(87, 66, 17, 1) 100%);
  border-radius: 11.11px;
  content: '';
  inset: 0;
  mask-composite: exclude;
  padding: 1.11px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.ldpu95megaallu95pc-2 .chat-2 {
  align-items: center;
  background-color: var(--sepia-black);
  border: none;
  border-radius: 11.11px;
  display: flex;
  height: 435px;
  justify-content: center;
  left: 489px;
  overflow: hidden;
  position: absolute;
  top: 1777px;
  width: 252px;
}

.ldpu95megaallu95pc-2 .chat-1-1 {
  aspect-ratio: 0.58;
  height: 455.56px;
  margin-left: -2.2px;
  margin-top: -7.2px;
  object-fit: cover;
  width: 265.56px;
}

.ldpu95megaallu95pc-2 .maso-1 {
  display: flex;
  height: 392px;
  top: 1810px;
}

.ldpu95megaallu95pc-2 .lu-mi-user-ch-1 {
  color: var(--regent-st-blue);
  font-family: var(--font-family-inter);
  font-size: 18.2px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin-left: 37.8px;
  margin-top: 373.6px;
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .maso-2::before {
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  background: linear-gradient(180deg, rgba(255, 245, 188, 1) 0%, rgba(255, 170, 55, 1) 100%);
  border-radius: 7.56px;
  content: '';
  inset: 0;
  mask-composite: exclude;
  padding: 1.51px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.ldpu95megaallu95pc-2 .maso-2 {
  background: linear-gradient(180deg, rgba(0, 28, 67, 1) 0%, rgba(1, 16, 39, 1) 100%);
  border: none;
  border-radius: 7.56px;
  height: 352px;
  overflow: hidden;
  top: 1818px;
}

.ldpu95megaallu95pc-2 .m-s-gh-1 {
  color: var(--anakiwa);
  font-family: var(--font-family-inter);
  font-size: 30.3px;
  font-weight: 700;
  left: 138px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: 32px;
}

.ldpu95megaallu95pc-2 .frame-1707480052-1 {
  display: flex;
  gap: 6.7px;
  height: 23px;
  left: 24px;
  position: absolute;
  top: 228px;
  width: 402px;
}

.ldpu95megaallu95pc-2 .thi-gian-ng-k-1 {
  height: 24px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .text-2 {
  height: 24px;
  letter-spacing: 0;
  line-height: normal;
  margin-top: 0;
  width: 224px;
}

.ldpu95megaallu95pc-2 .frame-1707480053-1 {
  display: flex;
  gap: 16.7px;
  height: 23px;
  left: 24px;
  position: absolute;
  top: 265px;
  width: 244px;
}

.ldpu95megaallu95pc-2 .nh-ci-la-chn-1 {
  height: 24px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .five88-2 {
  height: 24px;
  letter-spacing: 0;
  line-height: normal;
  margin-top: 0;
  width: 66px;
}

.ldpu95megaallu95pc-2 .frame-1707480054-1 {
  display: flex;
  gap: 12.2px;
  height: 23px;
  left: 24px;
  position: absolute;
  top: 303px;
  width: 357px;
}

.ldpu95megaallu95pc-2 .tng-s-ngi-tham-gia-1 {
  height: 24px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .phone-1 {
  height: 24px;
  letter-spacing: 0;
  line-height: normal;
  margin-top: 0;
  width: 122px;
}

.ldpu95megaallu95pc-2 .frame-1707480051-1 {
  align-items: center;
  background: linear-gradient(180deg, rgba(1, 28, 65, 1) 0%, rgba(0, 2, 5, 1) 100%);
  border: 0.76px solid;
  border-color: #075e68;
  border-radius: 7.56px;
  display: flex;
  height: 91px;
  justify-content: center;
  left: calc(50.00% - 156px);
  position: absolute;
  top: 97px;
  width: 312px;
}

.ldpu95megaallu95pc-2 .c-0821 {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, rgba(255, 247, 211, 1) 0%, rgba(255, 237, 153, 1) 58%, rgba(255, 151, 46, 1) 100%);
  background-clip: text;
  color: transparent;
  font-family: var(--font-family-inter);
  font-size: 72.6px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  margin-left: -2.8px;
  text-fill-color: transparent;
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .vector-1-1 {
  height: 84px;
  left: 2px;
  position: absolute;
  top: 100px;
  width: 23px;
}

.ldpu95megaallu95pc-2 .vector-2-1 {
  height: 84px;
  left: 425px;
  position: absolute;
  top: 100px;
  width: 23px;
}

.ldpu95megaallu95pc-2 .x2-1 {
  height: 328px;
  left: calc(50.00% - 350px);
  position: absolute;
  top: 2233px;
  width: 700px;
}

.ldpu95megaallu95pc-2 .cachthamgia-2 {
  left: 0;
  width: 348px;
}

.ldpu95megaallu95pc-2 .cch-tham-gia-1 {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, rgba(255, 247, 211, 1) 0%, rgba(255, 237, 153, 1) 58%, rgba(255, 151, 46, 1) 100%);
  background-clip: text;
  color: transparent;
  font-family: var(--font-family-inter);
  font-size: 26.3px;
  font-weight: 700;
  height: 32px;
  letter-spacing: 0;
  line-height: normal;
  margin-left: 57.8px;
  margin-top: 0;
  text-fill-color: transparent;
  width: 218px;
}

.ldpu95megaallu95pc-2 .frame-1707480057-2 {
  width: 266.77px;
}

.ldpu95megaallu95pc-2 .dk-2-1 {
  aspect-ratio: 0.98;
  height: 46px;
  margin-left: 0.1px;
  object-fit: cover;
  width: 44.98px;
}

.ldpu95megaallu95pc-2 .number-5 {
  background: linear-gradient(180deg, rgba(255, 247, 211, 1) 0%, rgba(255, 237, 153, 1) 58%, rgba(255, 151, 46, 1) 100%);
  height: 36px;
  margin-left: 24.3px;
  margin-top: 5.3px;
  width: 35px;
}

.ldpu95megaallu95pc-2 .ng-k-ti-khon-1 {
  height: 21px;
  letter-spacing: 0;
  line-height: normal;
  margin-left: 16.3px;
  margin-top: 13.1px;
  width: 145px;
}

.ldpu95megaallu95pc-2 .line-10 {
  background: linear-gradient(90deg, rgba(2, 21, 49, 0) 0%, rgba(255, 204, 0, 1) 47%, rgba(2, 21, 49, 0) 100%);
  height: 1px;
  margin-left: 7.2px;
  margin-top: 19.1px;
  opacity: 0.5;
  width: 328.54px;
}

.ldpu95megaallu95pc-2 .frame-170748005-1 {
  display: flex;
  margin-top: 18.7px;
  width: 342.99px;
}

.ldpu95megaallu95pc-2 .ghe-2 {
  background-image: url(../img/ghe-1.png);
}

.ldpu95megaallu95pc-2 .number-6 {
  background: linear-gradient(180deg, rgba(255, 247, 211, 1) 0%, rgba(255, 237, 153, 1) 58%, rgba(255, 151, 46, 1) 100%);
  height: 36px;
  margin-left: 21.7px;
  margin-top: 5.3px;
  width: 39px;
}

.ldpu95megaallu95pc-2 .nhn-m-s-gh-sau-k-1 {
  height: 42px;
  letter-spacing: 0;
  line-height: normal;
  margin-left: 14.2px;
  margin-top: 2.6px;
  width: 222.09px;
}

.ldpu95megaallu95pc-2 .live-4 {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 46px;
}

.ldpu95megaallu95pc-2 .live1-1-1 {
  aspect-ratio: 0.92;
  height: 46px;
  margin-left: 0.1px;
  object-fit: cover;
  width: 42.46px;
}

.ldpu95megaallu95pc-2 .number-7 {
  background: linear-gradient(180deg, rgba(255, 247, 211, 1) 0%, rgba(255, 237, 153, 1) 58%, rgba(255, 151, 46, 1) 100%);
  height: 36px;
  margin-left: 21.7px;
  margin-top: 5.3px;
  width: 40px;
}

.ldpu95megaallu95pc-2 .name-1 {
  height: 42px;
  letter-spacing: 0;
  line-height: normal;
  margin-left: 13.2px;
  margin-top: 2.6px;
  width: 222.09px;
}

.ldpu95megaallu95pc-2 .cachthamgia-3 {
  left: 445px;
  width: 292px;
}

.ldpu95megaallu95pc-2 .cch-cng-b-1 {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, rgba(255, 247, 211, 1) 0%, rgba(255, 237, 153, 1) 58%, rgba(255, 151, 46, 1) 100%);
  background-clip: text;
  color: transparent;
  font-family: var(--font-family-inter);
  font-size: 26.3px;
  font-weight: 700;
  height: 32px;
  letter-spacing: 0;
  line-height: normal;
  margin-left: 29.6px;
  margin-top: 0;
  text-fill-color: transparent;
  width: 208px;
}

.ldpu95megaallu95pc-2 .frame-1707480057-3 {
  gap: 25px;
  margin-left: 0;
  width: 254.29px;
}

.ldpu95megaallu95pc-2 .dk-4 {
  height: 46px;
  margin-left: 0;
  margin-top: 3.3px;
}

.ldpu95megaallu95pc-2 .live2-1-1 {
  aspect-ratio: 1.15;
  height: 40.07px;
  margin-left: 0;
  margin-top: 0.6px;
  object-fit: cover;
  width: 46px;
}

.ldpu95megaallu95pc-2 .mc-bc-thm-trc-tip-trn-livestream-1 {
  height: 42px;
  letter-spacing: 0;
  line-height: normal;
  margin-top: 5.9px;
  width: 222.09px;
}

.ldpu95megaallu95pc-2 .line-11 {
  background: linear-gradient(90deg, rgba(2, 21, 49, 0) 0%, rgba(255, 204, 0, 1) 47%, rgba(2, 21, 49, 0) 100%);
  height: 1px;
  margin-left: -25.6px;
  margin-top: 19.1px;
  opacity: 0.5;
  width: 328.54px;
}

.ldpu95megaallu95pc-2 .frame-1707480056-1 {
  display: flex;
  gap: 24.3px;
  margin-left: 0;
  margin-top: 18.7px;
  width: 227.35px;
}

.ldpu95megaallu95pc-2 .ghe-3 {
  background-image: url(../img/code-1.png);
}

.ldpu95megaallu95pc-2 .cng-b-m-s-gh-may-mn-1 {
  height: 42px;
  letter-spacing: 0;
  line-height: normal;
  margin-top: 2.6px;
  width: 222.09px;
}

.ldpu95megaallu95pc-2 .frame-1707480055-1 {
  display: flex;
  gap: 25px;
  margin-left: 0;
  margin-top: 18.7px;
  width: 293.05px;
}

.ldpu95megaallu95pc-2 .live-5 {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 46px;
}

.ldpu95megaallu95pc-2 .gift-1-1 {
  aspect-ratio: 0.84;
  height: 46px;
  margin-left: 0.1px;
  object-fit: cover;
  width: 38.76px;
}

.ldpu95megaallu95pc-2 .lin-h-xc-minh-nhn-thng-1 {
  height: 42px;
  letter-spacing: 0;
  line-height: normal;
  margin-top: 2.6px;
  width: 151.78px;
}

.ldpu95megaallu95pc-2 .line-14 {
  background: linear-gradient(90deg, rgba(2, 21, 49, 0) 0%, rgba(255, 204, 0, 1) 47%, rgba(2, 21, 49, 0) 100%);
  height: 1px;
  left: 222px;
  opacity: 0.5;
  position: absolute;
  top: 164px;
  transform: rotate(-90.00deg);
  width: 329px;
}

.ldpu95megaallu95pc-2 .nd4-1 {
  height: 1297px;
  left: calc(50.00% - 375px);
  position: absolute;
  top: 2637px;
  width: 750px;
}

.ldpu95megaallu95pc-2 .bg_dt {
  background: linear-gradient(180deg, rgba(8, 16, 37, 1) 0%, rgba(0, 30, 21, 1) 48%, rgba(8, 16, 37, 1) 100%);
  border-color: #3bcaffb2;
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 317px;
  height: 980px;
  left: 0;
  opacity: 0.8;
  position: absolute;
  width: 1920px;
}

.ldpu95megaallu95pc-2 .frame-1707480068 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 43.2px;
  height: 666px;
  left: 14px;
  position: absolute;
  top: 157px;
  width: 720px;
}

.ldpu95megaallu95pc-2 .x1-3 {
  height: 311.16px;
  position: relative;
  width: 720px;
}

.ldpu95megaallu95pc-2 .giai {
  height: 311px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 311px;
}

.ldpu95megaallu95pc-2 .buc-1-1 {
  aspect-ratio: 5.03;
  height: 62px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 222px;
  width: 311px;
}

.ldpu95megaallu95pc-2 .frame-1707480065-4 {
  height: 4px;
  left: calc(50.00% - 118px);
  top: 227px;
  transform: rotate(0.82deg);
  width: 50px;
}

.ldpu95megaallu95pc-2 .frame-1707480066-2 {
  height: 9px;
  left: calc(50.00% - 88px);
  top: 244px;
  transform: rotate(6.00deg);
  width: 74px;
}

.ldpu95megaallu95pc-2 .frame-1707480067-1 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(19, 20, 31, 1) 33%, rgba(19, 28, 47, 0) 100%);
  height: 13px;
  left: calc(50.00% + 32px);
  position: absolute;
  top: 228px;
  transform: rotate(6.48deg);
  width: 77px;
}

.ldpu95megaallu95pc-2 .x-1-3 {
  height: 150px;
  left: calc(50.00% - 109px);
  top: 104px;
  width: 213px;
}

.ldpu95megaallu95pc-2 .gii-c-bit-1 {
  left: calc(50.00% - 73px);
  letter-spacing: 0;
  line-height: 26.7px;
  position: absolute;
  text-align: center;
  top: calc(50.00% - 155px);
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .x299000000-vn-1 {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, rgba(255, 247, 211, 1) 0%, rgba(255, 228, 96, 1) 58%, rgba(255, 151, 46, 1) 100%);
  background-clip: text;
  left: 50%;
  letter-spacing: 0;
  position: absolute;
  transform: translateX(-50%);
  text-align: center;
  text-fill-color: transparent;
  top: calc(50.00% + 121px);
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .xe-vinfast-vf3-1 {
  left: calc(50.00% - 105px);
  letter-spacing: 0;
  line-height: 26.7px;
  position: absolute;
  text-align: center;
  top: calc(50.00% - 123px);
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .giainhat-1 {
  height: 311px;
  left: 409px;
  position: absolute;
  top: 0;
  width: 311px;
}

.ldpu95megaallu95pc-2 .frame-1707480065-5 {
  height: 13px;
  left: calc(50.00% - 134px);
  top: 233px;
  transform: rotate(0.82deg);
  width: 109px;
}

.ldpu95megaallu95pc-2 .frame-1707480066-3 {
  height: 11px;
  left: calc(50.00% + 13px);
  top: 242px;
  transform: rotate(0.13deg);
  width: 109px;
}

.ldpu95megaallu95pc-2 .sh-1-3 {
  height: 200px;
  left: calc(50.00% - 118px);
  top: 67px;
  width: 222px;
}

.ldpu95megaallu95pc-2 .gii-nht-1 {
  left: calc(50.00% - 54px);
  letter-spacing: 0;
  line-height: 26.7px;
  position: absolute;
  text-align: center;
  top: calc(50.00% - 155px);
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .x000000-vn-1 {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, rgba(255, 247, 211, 1) 0%, rgba(255, 228, 96, 1) 58%, rgba(255, 151, 46, 1) 100%);
  background-clip: text;
  left: 50%;
  letter-spacing: 0;
  position: absolute;
  transform: translateX(-50%);
  text-align: center;
  text-fill-color: transparent;
  top: calc(50.00% + 121px);
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .xe-honda-sh-125i-1 {
  left: calc(50.00% - 119px);
  letter-spacing: 0;
  line-height: 26.7px;
  position: absolute;
  text-align: center;
  top: calc(50.00% - 123px);
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .line-12 {
  background: linear-gradient(90deg, rgba(2, 21, 49, 0) 0%, rgba(255, 204, 0, 1) 47%, rgba(2, 21, 49, 0) 100%);
  height: 1px;
  left: 204px;
  opacity: 0.5;
  position: absolute;
  top: 155px;
  transform: rotate(-90.00deg);
  width: 311px;
}

.ldpu95megaallu95pc-2 .x2-2 {
  height: 311.16px;
  margin-left: 0;
  position: relative;
  width: 720px;
}

.ldpu95megaallu95pc-2 .gii-nh-1 {
  left: calc(50.00% - 42px);
  letter-spacing: 0;
  line-height: 26.7px;
  position: absolute;
  text-align: center;
  top: calc(50.00% - 155px);
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .macbook-air-m3-1 {
  left: calc(50.00% - 118px);
  letter-spacing: 0;
  line-height: 26.7px;
  position: absolute;
  text-align: center;
  top: calc(50.00% - 123px);
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .frame-1707480065-6 {
  height: 29px;
  left: calc(50.00% - 176px);
  top: 226px;
  width: 353px;
}

.ldpu95megaallu95pc-2 .mac-1-3 {
  height: 137px;
  left: calc(50.00% - 113px);
  top: 109px;
  width: 226px;
}

.ldpu95megaallu95pc-2 .giaiba-1 {
  height: 311px;
  left: 409px;
  position: absolute;
  top: 1px;
  width: 311px;
}

.ldpu95megaallu95pc-2 .giiba-1 {
  left: calc(50.00% - 36px);
  letter-spacing: 0;
  line-height: 26.7px;
  position: absolute;
  text-align: center;
  top: calc(50.00% - 155px);
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .iphone-15-pro-max-1 {
  left: calc(50.00% - 131px);
  letter-spacing: 0;
  line-height: 26.7px;
  position: absolute;
  text-align: center;
  top: calc(50.00% - 123px);
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .frame-1707480065-7 {
  height: 23px;
  left: calc(50.00% - 112px);
  top: 232px;
  width: 222px;
}

.ldpu95megaallu95pc-2 .iphone15-1-3 {
  height: 163px;
  left: calc(50.00% - 45px);
  top: 82px;
  width: 90px;
}

.ldpu95megaallu95pc-2 .tieudecon-1 {
  background: linear-gradient(0deg, rgba(1, 25, 32, 1) 0%, rgba(0, 42, 55, 1) 100%);
  border: 1.01px solid;
  border-color: #03495b;
  border-radius: 20.22px;
  height: 190px;
  left: calc(50.00% - 361px);
  overflow: hidden;
  position: absolute;
  top: 878px;
  width: 722px;
}

.ldpu95megaallu95pc-2 .line-15 {
  background: linear-gradient(90deg, rgba(2, 21, 49, 0) 0%, rgba(0, 79, 103, 1) 47%, rgba(2, 21, 49, 0) 100%);
  height: 2px;
  left: calc(50.00% - 16px);
  position: absolute;
  top: calc(50.00% - 51px);
  transform: rotate(-90.00deg);
  width: 50px;
}

.ldpu95megaallu95pc-2 .line-16 {
  background: linear-gradient(90deg, rgba(2, 21, 49, 0) 0%, rgba(0, 79, 103, 1) 47%, rgba(2, 21, 49, 0) 100%);
  height: 2px;
  left: calc(50.00% - 16px);
  position: absolute;
  top: calc(50.00% + 43px);
  transform: rotate(-90.00deg);
  width: 50px;
}

.ldpu95megaallu95pc-2 .line-17 {
  background: linear-gradient(90deg, rgba(2, 21, 49, 0) 0%, rgba(0, 79, 103, 1) 47%, rgba(2, 21, 49, 0) 100%);
  height: 2px;
  left: calc(50.00% + 381px);
  position: absolute;
  top: calc(50.00% - 3px);
  transform: rotate(-90.00deg);
  width: 101px;
}

.ldpu95megaallu95pc-2 .line-18 {
  background: linear-gradient(90deg, rgba(2, 21, 49, 0) 0%, rgba(0, 79, 103, 1) 47%, rgba(2, 21, 49, 0) 100%);
  height: 2px;
  left: calc(50.00% - 518px);
  position: absolute;
  top: calc(50.00% - 3px);
  transform: rotate(-90.00deg);
  width: 101px;
}

.ldpu95megaallu95pc-2 .x1-4 {
  display: flex;
  gap: 5px;
  height: 68px;
  left: 2px;
  position: absolute;
  top: 11px;
  width: 336px;
}

.ldpu95megaallu95pc-2 .frame-1707480059-1 {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 68px;
}

.ldpu95megaallu95pc-2 .bong-1-1 {
  aspect-ratio: 1.04;
  height: 68px;
  margin-left: -1.0px;
  margin-top: -7.8px;
  object-fit: cover;
  width: 70.91px;
}

.ldpu95megaallu95pc-2 .frame-170748006-2 {
  height: 60.23px;
  margin-top: 3.9px;
  position: relative;
  width: 252.57px;
}

.ldpu95megaallu95pc-2 .xem-bng-nh-cao-1 {
  left: calc(50.00% - 126px);
  letter-spacing: 0;
  line-height: 30.0px;
  position: absolute;
  text-align: center;
  top: calc(50.00% - 30px);
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .cng-bnh-lun-vin-hot-1 {
  left: calc(50.00% - 126px);
  letter-spacing: 0;
  line-height: 30.0px;
  position: absolute;
  text-align: center;
  top: 50.00%;
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .x2-3 {
  display: flex;
  gap: 5px;
  height: 68px;
  position: absolute;
  right: 20px;
  top: 11px;
  width: 314px;
}

.ldpu95megaallu95pc-2 .frame-170748006-3 {
  align-items: center;
  display: flex;
  height: 68px;
  justify-content: center;
  width: 68px;
}

.ldpu95megaallu95pc-2 .q-1-1 {
  aspect-ratio: 1;
  height: 59.26px;
  margin-left: 1.0px;
  margin-top: -1.0px;
  object-fit: cover;
  width: 59.26px;
}

.ldpu95megaallu95pc-2 .quay-s-trc-tip-1 {
  left: calc(50.00% - 126px);
  letter-spacing: 0;
  line-height: 30.0px;
  position: absolute;
  top: calc(50.00% - 30px);
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .cng-khai-minh-bch-1 {
  left: calc(50.00% - 126px);
  letter-spacing: 0;
  line-height: 30.0px;
  position: absolute;
  top: 50.00%;
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .x3-1 {
  display: flex;
  gap: 5px;
  height: 68px;
  left: 2px;
  position: absolute;
  top: 105px;
  width: 361px;
}

.ldpu95megaallu95pc-2 .k-1-1 {
  aspect-ratio: 0.84;
  height: 60.23px;
  margin-left: 1.0px;
  margin-top: -1.0px;
  object-fit: cover;
  width: 50.51px;
}

.ldpu95megaallu95pc-2 .x100-c-hi-trng-thng-1 {
  left: calc(50.00% - 126px);
  letter-spacing: 0;
  line-height: 30.0px;
  position: absolute;
  top: calc(50.00% - 30px);
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .cho-ngi-tham-gia-1 {
  left: calc(50.00% - 126px);
  letter-spacing: 0;
  line-height: 30.0px;
  position: absolute;
  top: 50.00%;
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .x4-1 {
  display: flex;
  gap: 5px;
  height: 68px;
  left: 388px;
  position: absolute;
  top: 105px;
  width: 323px;
}

.ldpu95megaallu95pc-2 .s-13-1 {
  aspect-ratio: 0.69;
  height: 57.31px;
  margin-left: 1.0px;
  margin-top: -1.0px;
  object-fit: cover;
  width: 39.83px;
}

.ldpu95megaallu95pc-2 .nhiu-mini-game-hp-dn-1 {
  left: calc(50.00% - 126px);
  letter-spacing: 0;
  line-height: 30.0px;
  position: absolute;
  top: calc(50.00% - 30px);
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .qu-tng-lin-tc-1 {
  left: calc(50.00% - 126px);
  letter-spacing: 0;
  line-height: 30.0px;
  position: absolute;
  top: 50.00%;
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .nganhang-1 {
  height: 63px;
  left: 15px;
  position: absolute;
  top: 3736px;
  width: 735px;
  overflow: hidden;
}

.ldpu95megaallu95pc-2 .nganhang-2 {
  height: 63px;
  left: 15px;
  position: absolute;
  top: 3806px;
  width: 735px;
  overflow: hidden;
}

.ldpu95megaallu95pc-2 .slider .slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.ldpu95megaallu95pc-2 .slider .slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

.ldpu95megaallu95pc-2 .slider .slider-track .slide {
  width: 40%;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  box-sizing: border-box;
}

.ldpu95megaallu95pc-2 .slider .slider-track .slide img {
  width: 100%;
  height: auto;
  display: block;
}


.ldpu95megaallu95pc-2 .copyright-1 {
  color: #8c8c8c;
  font-family: var(--font-family-inter);
  font-size: 20px;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0;
  line-height: 30.9px;
  position: absolute;
  top: 3880px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.ldpu95megaallu95pc-2 .tex2-1-1 {
  aspect-ratio: 3.28;
  height: 149px;
  left: calc(50.00% - 245px);
  object-fit: cover;
  position: absolute;
  top: 2604px;
  width: 489px;
}

.ldpu95megaallu95pc-2 .cachthamgia {
  display: flex;
  flex-direction: column;
  height: 269px;
  position: absolute;
  top: 30px;
}

.ldpu95megaallu95pc-2 .chc-mng-acb {
  height: 17px;
  letter-spacing: 0;
  line-height: 16.6px;
  text-align: center;
  white-space: nowrap;
  width: 254px;
}

.ldpu95megaallu95pc-2 .dk {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 46px;
}

.ldpu95megaallu95pc-2 .frame-1707480057 {
  display: flex;
  margin-top: 21.2px;
}

.ldpu95megaallu95pc-2 .frame-1707480065 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(19, 20, 31, 1) 33%, rgba(35, 61, 103, 0) 100%);
  position: absolute;
}

.ldpu95megaallu95pc-2 .frame-1707480066 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(19, 20, 31, 1) 33%, rgba(35, 61, 103, 0) 100%);
  position: absolute;
}

.ldpu95megaallu95pc-2 .ghe {
  background-position: 50% 50%;
  background-size: cover;
  height: 46px;
  width: 46px;
}

.ldpu95megaallu95pc-2 .iphone15-1 {
  aspect-ratio: 0.55;
  object-fit: cover;
  position: absolute;
}

.ldpu95megaallu95pc-2 .mac-1 {
  aspect-ratio: 1.65;
  object-fit: cover;
  position: absolute;
}

.ldpu95megaallu95pc-2 .maso {
  left: 10px;
  position: absolute;
  width: 450px;
}

.ldpu95megaallu95pc-2 .number {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0;
  line-height: normal;
  text-fill-color: transparent;
}

.ldpu95megaallu95pc-2 .sh-1 {
  aspect-ratio: 1.14;
  object-fit: cover;
  position: absolute;
}

.ldpu95megaallu95pc-2 .x-1 {
  aspect-ratio: 1.47;
  object-fit: cover;
  position: absolute;
}
@media screen and (max-width: 1919px) {
  .screen.index { 
    display: none;
   }
}
@media screen and (min-width: 1920px) {
  .screen.ldpu95megaallu95pc-2 { 
    display: none;
   }
}
@media screen and (orientation: portrait) {
  .screen.index { 
    display: none;
   }
  .screen.ldpu95megaallu95pc-2 { 
    display: block;
   }
}
@media screen and (orientation: landscape) {
  .screen.index { 
    display: block;
   }
  .screen.ldpu95megaallu95pc-2 { 
    display: none;
   }
}