.thongbaomasoghe {
  background-image: url(assets/thongbao-bg-1.png);
  background-size: cover;
  background-position: 50% 50%;
  width: 650px;
  min-width: 650px;
  min-height: 619.97px;
  position: relative;
}

.thongbaomasoghe .ctacode-wrapper {
  position: absolute;
  top: 514px;
  left: calc(50.00% - 170px);
  width: 341px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
}

.thongbaomasoghe .ctacode {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: ctacodeZoom 2s ease-in-out infinite;
}

.thongbaomasoghe .ctacode-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 30%,
    rgba(255,255,255,0.5) 45%,
    rgba(255,255,255,0.5) 55%,
    transparent 70%
  );
  animation: ctacodeShine 2s ease-in-out infinite;
}

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

@keyframes ctacodeShine {
  0% { left: -100%; }
  100% { left: 150%; }
}

.thongbaomasoghe .l-u-l-i-m-s-n-y-xem {
  position: absolute;
  top: 440px;
  left: calc(50.00% - 216px);
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.thongbaomasoghe .text-wrapper {
  color: #ffffff;
}

.thongbaomasoghe .span {
  color: #ffe460;
}

.thongbaomasoghe .ma {
  position: absolute;
  top: 172px;
  left: calc(50.00% - 211.5px);
  width: 423px;
  height: 66px;
  aspect-ratio: 6.38;
  object-fit: cover;
}

.thongbaomasoghe .tieude {
  position: absolute;
  top: 119px;
  left: calc(50.00% - 144px);
  width: 287px;
  height: 45px;
  aspect-ratio: 6.39;
  object-fit: cover;
}

.thongbaomasoghe .chucmung {
  position: absolute;
  top: 20px;
  left: calc(50.00% - 196px);
  width: 391px;
  height: 90px;
  aspect-ratio: 4.34;
}

.thongbaomasoghe .code {
  position: absolute;
  top: 264px;
  left: calc(50.00% - 267px);
  width: 534px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(assets/bg-code-1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.thongbaomasoghe .c {
  margin-top: 0.5px;
  height: 113px;
  margin-left: -0.2px;
  white-space: nowrap;
  background: linear-gradient(
    180deg,
    rgba(255, 247, 211, 1) 0%,
    rgba(255, 237, 153, 1) 58%,
    rgba(255, 151, 46, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Inter", Helvetica;
  font-weight: 900;
  color: transparent;
  font-size: 93.1px;
  letter-spacing: 0;
  line-height: normal;
}

.thongbaomasoghe .x-wrapper {
  margin-top: 10px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  background-color: #00c3ff;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.thongbaomasoghe .x {
  height: 40px;
  width: 22px;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 39.6px;
  white-space: nowrap;
}

.code-popup-inner {
  position: relative;
  display: inline-block;
}

.code-popup-inner > .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: none;
  overflow: hidden;
  pointer-events: none;
}

.code-popup-inner > .frame::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 224, 105, 1) 0%,
    rgba(246, 187, 23, 1) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}
