@charset "UTF-8";
/* body.fullpagebg {
  background: var(--w-bg-color) url("../images/bg-sm.webp") no-repeat center top
    scroll;
  background-size: 100vw auto;
}
body:not(.fullpagebg) {
  #section-01 {
    background: url("../images/block001/bg-sm.webp") no-repeat center 0em scroll;
    background-size: 100vw auto;
  }
  #section-02 {
    background: url("../images/block002/bg-sm.webp") no-repeat center 0em scroll;
    background-size: 100vw auto;
  }
  #section-03 {
    background: url("../images/block003/bg-sm.webp") no-repeat center 0em scroll;
    background-size: 100vw auto;
  }
  #section-04 {
    background: url("../images/block004/bg-sm.webp") no-repeat center 0em scroll;
    background-size: 100vw auto;
  }
  #section-05 {
    background: url("../images/block005/bg-sm.webp") no-repeat center 0em scroll;
    background-size: 100vw auto;
  }
  #section-06 {
    background: url("../images/block006/bg-sm.webp") no-repeat center 0em scroll;
    background-size: 100vw auto;
  }
} */
#section-vgp {
  background-color: #111;
}

/* lg */
@media (min-width: 1024px) {
  /* body.fullpagebg {
    background: var(--w-bg-color) url("../images/bg-lg.webp") no-repeat center
      top scroll;
    background-size: 100vw auto;
  }
  body:not(.fullpagebg) {
    #section-01 {
      background-image: url(../images/block001/bg-lg.webp);
    }
    #section-02 {
      background-image: url(../images/block002/bg-lg.webp);
    }
    #section-03 {
      background-image: url(../images/block003/bg-lg.webp);
    }
    #section-04 {
      background-image: url(../images//block004/bg-lg.webp);
    }
    #section-05 {
      background-image: url(../images/block005/bg-lg.webp);
    }
    #section-06 {
      background-image: url(../images/block006/bg-lg.webp);
    }
  } */
  .wcontainer {
    width: 75%;
  }
  /* 03 */
  .layout-section03 {
    grid-template-areas: "wheel slogan" "wheel status" "wheel button";
  }
}
form input,
form select {
  color: #414141;
}

.block-status {
  padding: 1em 2em;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--w-secondary);
  border-radius: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-status span {
  color: var(--w-highlight);
}

.cum-button {
  border: 1px solid var(--w-secondary);
  border-radius: 0.5em;
  overflow: hidden;
}

.cum-button button {
  padding: 0.69em 0;
  background-color: rgba(255, 255, 255, 0.69);
  border-left: 1px solid var(--w-secondary);
}

.cum-button button:first-child {
  border-left: 0px solid var(--w-secondary);
}

.cum-button button:hover {
  color: var(--w-secondary);
  background-color: rgb(255, 255, 255);
}

.cum-button.dark {
  border: 1px solid var(--w-primary);
}

.cum-button.dark button {
  background-color: rgba(0, 0, 0, 0.5);
  border-left: 1px solid var(--w-primary);
  color: #fff;
}

.cum-button.dark button:hover {
  color: var(--w-highlight);
  background-color: var(--w-secondary);
}

#section-menu-nav a {
  margin: 0 0.75em;
  display: block;
  text-align: center;
  opacity: 0.8;
  transition: opacity 0.36s ease;
}

#section-menu-nav a:hover {
  opacity: 1;
}

.page-nav a {
  opacity: 0.8;
}

.page-nav a:hover {
  opacity: 1;
}

.wbadge {
  color: #fff;
  padding: 0.25em 0.5em;
  position: absolute;
  border-radius: 0.5em;
}

#section-final {
  background: transparent url("../images/block-final.webp") no-repeat center center;
  background-size: cover;
}

.block-img-store {
  background: transparent url("../images/store-badge/img-store.webp") no-repeat center center;
  background-size: 100% 100%;
}

.block-img-store a {
  overflow: hidden;
  display: block;
  text-indent: -9999px;
}

.search-box {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1em;
  border: 1px solid var(--w-primary);
}

.block-hoatdong button,
.block-hoatdong button > img {
  transition: all 0.36s ease;
}

.block-hoatdong button:hover {
  filter: drop-shadow(0px 0px 0.5em rgba(125, 238, 255, 0.5));
}
.block-hoatdong button:hover > img {
  transform: scale(1.05);
}

.alert {
  color: red;
  margin: 0.5em auto;
}

#page-num {
  position: fixed;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}
#page-num ul li a {
  width: 0.75em;
  height: 0.75em;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #fff;
  display: block;
  border-radius: 100%;
  opacity: 0.5;
  transition: opacity 0.36s ease;
}
#page-num a.active {
  opacity: 1;
}

.content-04 {
  background-color: #fff;
  border: 1px dotted var(--w-tertiary);
  border-radius: 2em;
  padding: 3em 2em;
}
.content-04 .h-fit {
  font-size: 1.6rem;
}
.content-04 .h-fit h3 {
  color: var(--w-tertiary);
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
  margin: 0em auto 1em auto;
}
.content-04 .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
}
.content-04 .item {
  background: transparent url("../images/item/bg-item.png") no-repeat center center;
  background-size: 100% 100%;
  display: grid;
  padding: 1em;
  border-radius: 1em;
  text-align: center;
  gap: 1em;
  cursor: pointer;
}
.content-04 .item .name {
  line-height: 1.25;
  color: var(--w-primary);
  text-transform: uppercase;
  font-size: 0.8em;
}
.content-04 .item > button {
  background-color: var(--w-primary);
  padding: 0.35em 0.75em;
  color: #fff;
  border-radius: 0.5em;
}

.doiqua-pagination,
.gal-pagination {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0em;
}
.doiqua-pagination span,
.gal-pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  opacity: 1;
  color: #fff;
  background-color: var(--w-tertiary);
  opacity: 0.25;
  transition: all 0.36s ease;
}
.doiqua-pagination span.swiper-pagination-bullet-active,
.gal-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

.disabled {
  filter: grayscale(0.9);
  pointer-events: none;
}

.whidden {
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  transition: all 0.36s ease;
}

.offcanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: var(--w-backdrop-color);
  opacity: 1;
  transition: opacity 0.36s ease;
}

.offcanvas-content {
  background-color: var(--w-offcanvas);
  opacity: 1;
  color: #fff;
  transition: all 0.36s ease;
  overflow: hidden;
  height: 100vh;
  filter: drop-shadow(0em 0em 0.5em rgba(0, 0, 0, 0.5));
}
.offcanvas-content > .icon {
  padding: 1em;
  background-color: var(--w-primary);
}

.offcanvas-content .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: var(--w-offcanvas-border);
  font-size: 1em;
  line-height: 4;
}

@media (min-width: 1024px) {
  .offcanvas-content .link a {
    font-size: 1em;
  }
}
/* show */
.offcanvas:not(.show) {
  opacity: 0;
  z-index: -1;
}

.offcanvas:not(.show) .offcanvas-content {
  opacity: 0;
  margin-left: -50%;
}

/* / */
.btn-login-vgp {
  background-color: var(--w-primary);
  border-radius: 100em;
}

.btn-login-vgp span.content {
  width: 0;
  margin: 0;
  transition: width 0.36s ease;
  overflow: hidden;
  white-space: nowrap;
}

.btn-login-vgp:hover span.content {
  width: fit-content;
  margin: 0 0.5em;
}

.btn-close-modal {
  background: transparent url("../images/btn-close-modal.webp") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.36s ease;
  width: 8em;
  aspect-ratio: 184/50;
  border: none;
  border-radius: 1em;
  transition: all 0.36s ease;
}
.btn-close-modal:hover {
  filter: brightness(1.2);
}

.wmodal-dialog {
  background: transparent url("../images/bg-popup.png") no-repeat center center;
  background-size: 100% 100%;
  /* animation */
  transform: scale(1);
  transition: transform 0.5s ease;
  width: 80%;
  padding: 0;
  color: #414141;
}
.wmodal-dialog > .content {
  padding-bottom: 3em;
}

.wmodal-dialog .title {
  text-align: center;
  text-transform: uppercase;
  height: 6em;
  line-height: 6em;
}

.wmodal-dialog .content-scroll {
  overflow: auto;
  max-height: 42em;
  padding: 0 3em 4em 3em;
}
.btn-close-modal:hover {
  filter: brightness(1.5);
}

/*  */
.wmodal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--w-backdrop-color);
  top: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.36s ease;
  overflow: hidden;
  color: #414141;
  font-size: 1em;
}

.wmodal-content {
  background-color: rgba(255, 255, 255, 0.95);
  border: solid 1px var(--w-primary);
  filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.15));
  border-radius: 2em;
  transform: scale(1);
  transition: transform 0.5s ease;
  width: 90%;
  padding: 2em;
  padding-top: 3em;
}
.wmodal-content .title {
  text-align: center;
  padding-bottom: 1em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  letter-spacing: 0.5em;
  border-bottom: 1px var(--w-primary) dotted;
}
.wmodal-content.youtube {
  padding: 0em;
  background: transparent;
  border: none;
}

.wmodal:not(.show) {
  opacity: 0;
  z-index: -1;
}

.wmodal:not(.show) .wmodal-content,
.wmodal:not(.show) .wmodal-dialog {
  transform: scale(0.8);
}

.wmodal > .wmodal-content > .wrap {
  background-color: var(--w-popup-color);
  border-radius: 1em;
  overflow: hidden;
}

.wmodal-dialog .title span,
.wmodal-content .title span {
  font-size: 1.5em;
  color: var(--w-primary);
}

.content-scroll {
  max-height: 69vh;
  overflow: auto;
}

/* lg */
@media (min-width: 1024px) {
  .btn-close-modal {
    width: 8em;
  }
  .wmodal-content {
    max-width: 30em;
    padding-bottom: 2em;
  }
  .wmodal-content.youtube {
    max-width: 50em;
  }
  .wmodal-dialog {
    max-width: 32em;
    padding-bottom: 2em;
  }
  .wmodal-dialog .title {
    height: 6em;
    line-height: 6em;
  }
  .wmodal-content .title span,
  .wmodal-dialog .title span {
    font-size: 1.75em;
  }
  .wmodal-dialog .content-scroll {
    font-size: 1rem;
    height: 33em;
    padding: 0 3em 4em 3em;
  }
  .wmodal-content .h-fit,
  .wmodal-dialog .content-scroll .h-fit {
    font-size: 1rem;
  }
}
.bgvideo {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bgvideo video {
  width: 100%;
}

.animate__loop {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.animate__glow {
  animation-name: glow;
}

@keyframes glow {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.3);
  }
  100% {
    filter: brightness(1);
  }
}
.animate__bling {
  animation-name: bling;
}

@keyframes bling {
  0% {
    filter: brightness(1);
    transform: scale(1);
  }
  50% {
    filter: brightness(1.3);
    transform: scale(1.05);
  }
  100% {
    filter: brightness(1);
    transform: scale(1);
  }
}
.animate__blingbling {
  animation-name: blingbling;
}

@keyframes blingbling {
  0% {
    filter: brightness(1);
    transform: translateY(0);
  }
  50% {
    filter: brightness(1.3);
    transform: translateY(2%);
  }
  100% {
    filter: brightness(1);
    transform: translateY(0);
  }
}
.animate__laploe {
  animation-name: laploe;
}

@keyframes laploe {
  0% {
    filter: brightness(1);
    opacity: 1;
    transform: scale(1);
  }
  50% {
    filter: brightness(1.2);
    opacity: 0.5;
    transform: scale(0.95) rotate(3deg);
  }
  100% {
    filter: brightness(1);
    opacity: 1;
    transform: scale(1);
  }
}
.animate__breath {
  animation-name: breath;
  transform-origin: center center;
}

@keyframes breath {
  0% {
    filter: brightness(1);
    transform: scale(1);
  }
  50% {
    filter: brightness(1.2);
    transform: scale(1.01);
  }
  100% {
    filter: brightness(1);
    transform: scale(1);
  }
}
.animte__updown {
  animation-name: updown;
}

@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0);
  }
}
.animate__text {
  animation-name: text;
}

@keyframes text {
  0% {
    transform: translateX(100%);
    left: 100%;
  }
  75%, 100% {
    transform: translateX(-100%);
    left: 100%;
  }
}
.e-btn-click {
  transition: all 0.36s ease;
}

.e-btn-click:active {
  transform: scale(0.98);
}

.e-btn-hover-glow {
  transition: all 0.36s ease;
}

.e-btn-hover-glow:hover,
.w-image-button:hover {
  transform: scale(1.01);
  filter: brightness(1.1) drop-shadow(0 0 2em rgba(255, 255, 255, 0.15));
}

.tabs-button button:not(.active) {
  filter: brightness(0.69) grayscale(0.1);
  transition: all 0.36s ease;
}

.tabs-content .content:not(.active) {
  display: none;
}

#scroll-truyuc::-webkit-scrollbar {
  display: none;
}

#scroll-truyuc {
  cursor: grab;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.scroll {
  background: transparent url("../images/scroll/scroll.png") no-repeat center center;
  background-size: 100% 100%;
}

.button-scroll button {
  font-size: 1.69em;
  line-height: 3;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25em;
  border: solid 1px var(--w-secondary);
}

.pic {
  width: 49.33em;
  position: relative;
}

.pic-01 {
  background: transparent url("../images/scroll/active/img-01.png") no-repeat center center;
  background-size: 100% 100%;
}

.pic-02 {
  background: transparent url("../images/scroll/active/img-02.png") no-repeat center center;
  background-size: 100% 100%;
}

.pic-03 {
  background: transparent url("../images/scroll/active/img-03.png") no-repeat center center;
  background-size: 100% 100%;
}

.btn-nhancode {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18em;
  z-index: 0;
}

.mask {
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.25s ease;
}

.mask.hide {
  opacity: 0;
  display: none;
}

.mask-01 {
  width: 100%;
  height: 100%;
  mask: url("../images/scroll/mask/01.png") no-repeat;
  mask-size: 100% 100%;
}

.mask-02 {
  width: 100%;
  height: 100%;
  mask: url("../images/scroll/mask/02.png") no-repeat;
  mask-size: 100% 100%;
}

.mask-03 {
  width: 100%;
  height: 100%;
  mask: url("../images/scroll/mask/03.png") no-repeat;
  mask-size: 100% 100%;
}

.mask-04 {
  width: 100%;
  height: 100%;
  mask: url("../images/scroll/mask/04.png") no-repeat;
  mask-size: 100% 100%;
}

.mask-05 {
  width: 100%;
  height: 100%;
  mask: url("../images/scroll/mask/05.png") no-repeat;
  mask-size: 100% 100%;
}

.mask-06 {
  width: 100%;
  height: 100%;
  mask: url("../images/scroll/mask/09.png") no-repeat;
  mask-size: 100% 100%;
}

.mask-07 {
  width: 100%;
  height: 100%;
  mask: url("../images/scroll/mask/08.png") no-repeat;
  mask-size: 100% 100%;
}

.mask-08 {
  width: 100%;
  height: 100%;
  mask: url("../images/scroll/mask/07.png") no-repeat;
  mask-size: 100% 100%;
}

.mask-09 {
  width: 100%;
  height: 100%;
  mask: url("../images/scroll/mask/06.png") no-repeat;
  mask-size: 100% 100%;
}

/* float */
.block-float {
  position: fixed;
  transition: transform 0.36s ease, height 0.36s ease;
  z-index: 11;
}
.block-float .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.block-float:not(.minimize) {
  background: transparent url("../images/float/float-bar.webp") no-repeat center center;
  background-size: 100% 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.block-float:not(.minimize) .block-mini {
  display: none;
}

.block-float.minimize {
  padding: 0;
  bottom: 0;
  right: 0;
  transform: translateY(0);
  aspect-ratio: auto;
}
.block-float.minimize > * {
  display: none;
}
.block-float.minimize .block-mini {
  display: block;
}

.modal-gift-content {
  background-color: #ccc;
  gap: 1px;
  overflow: hidden;
}
.modal-gift-content > li {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 1px;
}
.modal-gift-content > li > div {
  padding: 0.5em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-gift-content > li .icon {
  display: block;
  background: url("https://api.iconify.design/material-symbols/check-circle-rounded.svg?color=%230c6") no-repeat center center/contain;
  aspect-ratio: 1/1;
}

#section-final {
  background: transparent url("../images/block-final.webp") no-repeat center center;
  background-size: cover;
}

.block-img-store {
  background: transparent url("../images/store-badge/img-store.webp") no-repeat center center;
  background-size: 100% 100%;
}

.block-img-store a {
  overflow: hidden;
  display: block;
  text-indent: -9999px;
}

.search-box {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1em;
  border: 1px solid var(--w-primary);
}

.block-18 {
  background: transparent url("../images/store-badge/img-pg18.webp") no-repeat center bottom scroll;
  background-size: 100% 100%;
  aspect-ratio: 585/274;
}
.block-18 > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 33%;
  width: 100%;
}
.block-18 > div a {
  text-indent: -9999px;
  display: block;
}

.tooltip {
  position: relative;
}

.tooltip .tooltiptext,
.tooltip .tooltip__content {
  visibility: hidden;
  width: 15em;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(1em);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 1em;
  /* Position the tooltip */
  position: absolute;
  z-index: 9999;
  bottom: 100%;
  left: 50%;
  margin-left: -7.5em;
}
.tooltip .tooltiptext::after,
.tooltip .tooltip__content::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

@media (min-width: 1024px) {
  .tooltip:hover .tooltiptext,
  .tooltip:hover .tooltip__content {
    visibility: visible;
  }
}
.witem {
  line-height: 1;
  text-align: center;
  position: relative;
  aspect-ratio: 0.7142857143;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .witem {
    aspect-ratio: 0.7142857143;
  }
}
.witem .w-image-block,
.witem img {
  aspect-ratio: 1/1;
  width: 80%;
  margin: 0 auto;
}
.witem .w-image-block > img,
.witem img > img {
  width: 100%;
  display: block;
}
.witem > h1.name {
  margin-top: 0.25em;
  font-size: 0.9em;
}
.witem > span.quantity {
  display: block;
  position: absolute;
  color: #fff;
  background-color: #900;
  padding: 0.5em;
  border-radius: 0.5em;
  top: 0;
  right: 0;
  font-size: 1em;
  z-index: 10;
}

.saber > .w-image-block {
  position: relative;
}
.saber > .w-image-block::after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url("../images/item/item-saber.gif") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: screen;
}

/* <div class="witem">
              <div class="w-image-block">
                <img
                  src="./images/item/item.webp"
                  alt="Bối Thiên Thạch Cỡ Đại" />
              </div>
              <h1 class="name">Bối Thiên Thạch Cỡ Đại Cỡ Cực Đại</h1>
              <span class="quantity">x5</span>
            </div>
             */
.block__index {
  height: 70em;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .block__index {
    height: 66em;
  }
}
.block__index .block-01 {
  height: 100%;
}
.block__index .block-01 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block__index .wcontainer {
  position: relative;
  height: 100%;
  max-width: 100%;
}
.block__index .block__text {
  position: absolute;
  top: 9%;
  right: 1%;
  background: url("../images/block__index/bg-text.webp") no-repeat center;
  background-size: 100% 100%;
  padding: 0.192305em 0.76922em;
  color: #000;
  font-family: "SVN-HC Ekim Mezunu";
  font-size: 1em;
  z-index: 5;
  text-transform: uppercase;
}
.block__index .block__text span {
  color: #fe0000;
}
@media (min-width: 1024px) {
  .block__index .block__text {
    top: 7.5em;
    right: 22em;
    font-size: 1em;
    padding: 0.27775em 1.38875em;
  }
}
.block__index .block__trailer {
  position: absolute;
  top: 17%;
  left: 0;
  z-index: 5;
}
@media (min-width: 1024px) {
  .block__index .block__trailer {
    top: 16em;
    left: 43%;
    transform: translateX(-8.888em);
  }
}
.block__index .block__trailer .btn-trailer {
  width: 8em;
}
@media (min-width: 1024px) {
  .block__index .block__trailer .btn-trailer {
    width: 100%;
  }
}
.block__index .block__trailer .btn-trailer img {
  width: 100%;
}
.block__index .block__float {
  position: absolute;
  bottom: 26em;
  left: 1em;
  z-index: 5;
}
@media (min-width: 1024px) {
  .block__index .block__float {
    bottom: auto;
    top: auto;
    bottom: 12.221em;
    left: auto;
    right: 1em;
  }
}
.block__index .block__float .bg {
  width: 7em;
}
@media (min-width: 1024px) {
  .block__index .block__float .bg {
    width: 13.8875em;
  }
}
.block__index .block__milestones {
  position: absolute;
  bottom: 14em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 0.38461em;
  z-index: 5;
}
@media (min-width: 1024px) {
  .block__index .block__milestones {
    bottom: 9.999em;
    width: 72.215em;
    padding: 0;
  }
}
.block__index .block__milestones .milestones-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1em;
}
@media (min-width: 1024px) {
  .block__index .block__milestones .milestones-wrap {
    justify-content: center;
    gap: 0;
  }
}
.block__index .block__milestones .milestone-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 5.38454em;
}
@media (min-width: 1024px) {
  .block__index .block__milestones .milestone-item {
    width: 8em;
  }
}
.block__index .block__milestones .milestone-item .rewards {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 0.192305em;
}
@media (min-width: 1024px) {
  .block__index .block__milestones .milestone-item .rewards {
    gap: 0;
    margin-bottom: 0.83325em;
  }
}
.block__index .block__milestones .milestone-item .rewards .item {
  width: 100%;
  aspect-ratio: 1/1;
  background: url("../images/block__index/bg-minstone.webp") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.153844em;
  position: relative;
  margin: 0;
  flex-shrink: 0;
}
.block__index .block__milestones .milestone-item .rewards .item + .item {
  margin-top: -0.38461em;
}
@media (min-width: 1024px) {
  .block__index .block__milestones .milestone-item .rewards .item + .item {
    margin-top: -0.4444em;
  }
}
@media (min-width: 1024px) {
  .block__index .block__milestones .milestone-item .rewards .item {
    width: 6em;
    padding: 0.4444em;
  }
}
.block__index .block__milestones .milestone-item .rewards .item img {
  width: 80%;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.block__index .block__milestones .milestone-item .label {
  position: relative;
  width: 100%;
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .block__index .block__milestones .milestone-item .label {
    width: 70%;
  }
}
.block__index .block__milestones .milestone-item .label img {
  width: 100%;
}
.block__index .block__milestones .milestone-item .label span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "SVN-HC Ekim Mezunu";
  font-size: 0.538454em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .block__index .block__milestones .milestone-item .label span {
    font-size: 1.2221em;
  }
}
/* Milestone trạng thái */
.block__index .block__milestones .milestone-item.milestone-inactive {
  filter: grayscale(1);
  opacity: 1;
  transition: all 0.5s ease;
}
.block__index .block__milestones .milestone-item.milestone-active {
  filter: brightness(1.1) drop-shadow(0 0 0.5em rgba(255, 215, 0, 0.5));
  opacity: 1;
  transition: all 0.5s ease;
}
.block__index .block__btn {
  position: absolute;
  bottom: 4em;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  z-index: 6;
  gap: 1em;
}
@media (min-width: 1024px) {
  .block__index .block__btn {
    bottom: 0;
    gap: 1.111em;
    width: 61.105em;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.block__index .block__btn .btn-dangky {
  width: 100%;
  margin: 0 5em;
}
@media (min-width: 1024px) {
  .block__index .block__btn .btn-dangky {
    width: 13.8875em;
    margin: 0;
    order: 2;
  }
}
.block__index .block__btn .btn-sub {
  width: 40%;
}
@media (min-width: 1024px) {
  .block__index .block__btn .btn-sub {
    width: 13.8875em;
  }
  .block__index .block__btn .btn-sub:nth-child(2) {
    order: 1;
  }
  .block__index .block__btn .btn-sub:nth-child(3) {
    order: 3;
  }
}

@keyframes rotate-index {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.only-mb {
  display: block;
}
@media (min-width: 1024px) {
  .only-mb {
    display: none;
  }
}

.only-pc {
  display: none;
}
@media (min-width: 1024px) {
  .only-pc {
    display: block;
  }
}

.block__bxh-002 {
  height: 39em;
  position: relative;
  z-index: 2;
  background: #fff url("../images/block__bxh-002/bg-sm.webp") no-repeat center 0em scroll;
  background-size: 100vw auto;
}
@media (min-width: 1024px) {
  .block__bxh-002 {
    height: 65.2164em;
    background: #fff url("../images/block__bxh-002/bg-lg.webp") no-repeat center 0em scroll;
    background-size: 100vw auto;
  }
}
.block__bxh-002 .tabs-button {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1em;
  padding: 0 1em;
  position: relative;
  top: 1.5em;
}
@media (min-width: 1024px) {
  .block__bxh-002 .tabs-button {
    width: 70%;
    margin-top: 4em;
  }
}
.block__bxh-002 .tabs-button > button {
  width: 50%;
}
@media (min-width: 1024px) {
  .block__bxh-002 .tabs-button > button {
    width: 22%;
  }
}
.block__bxh-002 .board {
  border-radius: 1em;
  padding: 10em 2.5em 0 2.5em;
  line-height: 3.1em;
  margin: 0.5em auto 0 auto;
}
@media (min-width: 1024px) {
  .block__bxh-002 .board {
    background-color: transparent;
    width: 64.55em;
    padding: 14em 22em 3em 2em;
    border: none;
  }
}
.block__bxh-002 .board .content {
  display: none;
}
.block__bxh-002 .board .content.active {
  display: block;
}
.block__bxh-002 .board .wrapp {
  height: 20.5em;
  overflow: auto;
  margin-top: 0.5em;
}
@media (min-width: 1024px) {
  .block__bxh-002 .board .wrapp {
    height: 41em;
  }
}
.block__bxh-002 .board .wrapp tr {
  border-bottom: 1px #ccc dotted;
  line-height: 2em;
  font-size: 0.8em;
}
@media (min-width: 1024px) {
  .block__bxh-002 .board .wrapp tr {
    line-height: 2;
    font-size: 1em;
  }
}
.block__bxh-002 .board .wselect {
  display: block;
  width: 100%;
  margin: 0.5em auto 0 auto;
  height: 2.75em;
  border-radius: 0.5em;
  padding: 0 1em;
  line-height: 2.75em;
  background-color: #fff;
  border: 1px solid #ccc;
  filter: drop-shadow(0 0 0.25em rgba(0, 0, 0, 0.15));
  font-weight: bold;
}
@media (min-width: 1024px) {
  .block__bxh-002 .board .wselect {
    width: 80%;
  }
}
.block__bxh-002 tbody tr:nth-child(1) td {
  color: #fe0000;
}
.block__bxh-002 tbody tr:nth-child(1) td.stt {
  overflow: hidden;
}
.block__bxh-002 tbody tr:nth-child(1) td.stt span {
  display: none;
}
.block__bxh-002 tbody tr:nth-child(1) td.stt::after {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  aspect-ratio: 1/1;
  background: transparent url("../images/block__bxh-002/icon-rank01.webp") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
}
.block__bxh-002 tbody tr:nth-child(2) td {
  color: #fe0000;
}
.block__bxh-002 tbody tr:nth-child(2) td.stt {
  overflow: hidden;
}
.block__bxh-002 tbody tr:nth-child(2) td.stt span {
  display: none;
}
.block__bxh-002 tbody tr:nth-child(2) td.stt::after {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  aspect-ratio: 1/1;
  background: transparent url("../images/block__bxh-002/icon-rank02.webp") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
}
.block__bxh-002 tbody tr:nth-child(3) td {
  color: #fe0000;
}
.block__bxh-002 tbody tr:nth-child(3) td.stt {
  overflow: hidden;
}
.block__bxh-002 tbody tr:nth-child(3) td.stt span {
  display: none;
}
.block__bxh-002 tbody tr:nth-child(3) td.stt::after {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  aspect-ratio: 1/1;
  background: transparent url("../images/block__bxh-002/icon-rank03.webp") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
}
.block__bxh-002 tbody tr:nth-child(4) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(5) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(6) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(7) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(8) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(9) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(10) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(11) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(12) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(13) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(14) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(15) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(16) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(17) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(18) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(19) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(20) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(21) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(22) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(23) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(24) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(25) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(26) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(27) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(28) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(29) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(30) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(31) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(32) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(33) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(34) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(35) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(36) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(37) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(38) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(39) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(40) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(41) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(42) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(43) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(44) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(45) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(46) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(47) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(48) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(49) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(50) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(51) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(52) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(53) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(54) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(55) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(56) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(57) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(58) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(59) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(60) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(61) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(62) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(63) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(64) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(65) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(66) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(67) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(68) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(69) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(70) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(71) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(72) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(73) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(74) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(75) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(76) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(77) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(78) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(79) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(80) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(81) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(82) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(83) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(84) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(85) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(86) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(87) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(88) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(89) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(90) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(91) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(92) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(93) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(94) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(95) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(96) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(97) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(98) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(99) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 tbody tr:nth-child(100) td.stt {
  background: transparent url("../images/block__bxh-002/icon-rank04.webp") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.block__bxh-002 thead {
  border-bottom: #ccc 1px solid;
  background: transparent url("../images/block__bxh-002/bg-thead.webp") no-repeat center 0em scroll;
  background-size: 100%;
}
.block__bxh-002 .status {
  font-size: 0.8em;
  color: red;
  text-align: center;
}

.block__mission-001 {
  height: 61em;
  position: relative;
  z-index: 2;
  background: #fff url("../images/block__mission-001/bg-sm.webp") no-repeat center 0em scroll;
  background-size: 100vw auto;
}
@media (min-width: 1024px) {
  .block__mission-001 {
    height: 56em;
    background: #fff url("../images/block__mission-001/bg-lg.webp") no-repeat center 0em scroll;
    background-size: 100vw auto;
  }
}
.block__mission-001 .wcontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6em;
}
@media (min-width: 1024px) {
  .block__mission-001 .wcontainer {
    padding-top: 10em;
  }
}
@media (min-width: 1024px) {
  .block__mission-001 .block__box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
    width: 100%;
    margin: 0 auto;
    max-width: 77.77em;
    padding-left: 12em;
  }
}
@media (min-width: 1024px) {
  .block__mission-001 .block__left,
  .block__mission-001 .block__right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .block__mission-001 .block__right {
    width: 30.5525em;
    padding-top: 6em;
  }
}
@media (min-width: 1024px) {
  .block__mission-001 .block__left {
    width: 32.219em;
  }
}
@media (min-width: 1024px) {
  .block__mission-001 .block__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .block__mission-001 .block__left {
    width: 27em;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.block__mission-001 .block__board {
  width: 100%;
  height: 26em;
  background: url("../images/block__mission-001/bg-mission.webp") no-repeat center;
  background-size: 100% 100%;
  padding: 4em 3em 4em 4.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .block__mission-001 .block__board {
    width: 100%;
    height: 25.5525em;
    padding: 4em 3em 2em 4em;
  }
}
.block__mission-001 .block__board .board__list {
  width: 100%;
  height: 20em;
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .block__mission-001 .block__board .board__list {
    height: 22.22em;
    margin-top: 0;
  }
}
.block__mission-001 .block__board .mission-item {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0.7em;
  padding: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.307688em;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1024px) {
  .block__mission-001 .block__board .mission-item {
    padding: 0.5em 1em;
    margin-bottom: 0.6666em;
  }
}
.block__mission-001 .block__board .mission-item .mission-name {
  color: #fff;
  font-size: 0.65em;
  font-weight: 300;
  max-width: 75%;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .block__mission-001 .block__board .mission-item .mission-name {
    font-size: 0.75em;
  }
}
.block__mission-001 .block__board .mission-item .btn-nhan {
  width: 4em;
}
@media (min-width: 1024px) {
  .block__mission-001 .block__board .mission-item .btn-nhan {
    width: 4em;
  }
}
.block__mission-001 .block__user-info {
  width: 60%;
  margin: 1em auto;
}
@media (min-width: 1024px) {
  .block__mission-001 .block__user-info {
    width: 17.776em;
    margin-top: 1.5em;
    z-index: 10;
  }
}
.block__mission-001 .block__user-info .info-wrap {
  background: #fff;
  border-radius: 1em;
  padding: 0.8em;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}
.block__mission-001 .block__user-info .info-wrap p {
  font-size: 1em;
  color: #333;
  margin: 0.2em 0;
}
@media (min-width: 1024px) {
  .block__mission-001 .block__user-info .info-wrap p {
    font-size: 1.111em;
  }
}
.block__mission-001 .block__user-info .info-wrap p strong {
  color: #000;
}
.block__mission-001 .block__cards {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  margin-top: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .block__mission-001 .block__cards {
    gap: 0.83325em;
    margin-top: 0;
    flex-wrap: nowrap;
  }
}
.block__mission-001 .block__cards .card-item {
  width: 31%;
}
@media (min-width: 1024px) {
  .block__mission-001 .block__cards .card-item {
    width: 12.7765em;
  }
}
.block__mission-001 .block__cards .card-item img {
  width: 100%;
}
.block__mission-001 .block__main-btn {
  margin-top: 1.5em;
}
@media (min-width: 1024px) {
  .block__mission-001 .block__main-btn {
    margin-top: 2em;
  }
}
.block__mission-001 .block__main-btn .btn-chieumo {
  width: 40%;
  margin: auto;
}
@media (min-width: 1024px) {
  .block__mission-001 .block__main-btn .btn-chieumo {
    width: 15.554em;
  }
}
.block__mission-001 .block__sub-btns {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  margin-top: 0.5em;
  width: 100%;
}
@media (min-width: 1024px) {
  .block__mission-001 .block__sub-btns {
    gap: 1.111em;
    margin-top: 2em;
  }
}
.block__mission-001 .block__sub-btns .btn-sub {
  width: 30%;
}
@media (min-width: 1024px) {
  .block__mission-001 .block__sub-btns .btn-sub {
    width: 9.999em;
  }
}

.block__hero-001 {
  height: 98em;
  position: relative;
  z-index: 2;
  background: #fff url("../images/block__hero-001/bg-sm.webp") no-repeat center 0em scroll;
  background-size: 100vw auto;
}
@media (min-width: 1024px) {
  .block__hero-001 {
    height: 71em;
    background: #fff url("../images/block__hero-001/bg-lg.webp") no-repeat center 0em scroll;
    background-size: 100vw auto;
  }
}
.block__hero-001 .group-btn {
  display: flex;
  justify-content: center;
  gap: 1em;
  padding: 0 1em;
  margin-top: 8em;
}
@media (min-width: 1024px) {
  .block__hero-001 .group-btn {
    width: 80%;
    margin-top: 4em;
    margin: 11em auto 0;
  }
}
.block__hero-001 .group-btn > button {
  width: 50%;
}
@media (min-width: 1024px) {
  .block__hero-001 .group-btn > button {
    width: 22%;
  }
}
@media (min-width: 1024px) {
  .block__hero-001 .block__wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 2em;
    margin-top: 2em;
    padding-right: 4em;
  }
}
.block__hero-001 .block__gallery {
  background: transparent url("../images/block__hero-001/bg-list.webp") no-repeat center;
  background-size: 100% 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: start;
  gap: 0.5em;
  padding: 3.5em 2.5em 2em 2em;
  height: 35em;
  overflow-y: auto;
  margin-top: 1em;
  width: 100%;
}
@media (min-width: 1024px) {
  .block__hero-001 .block__gallery {
    width: 38.885em;
    height: 48em;
    padding: 4em 3em 1em 3em;
    gap: 1.111em;
  }
}
.block__hero-001 .block__gallery .gallery-item {
  width: 100%;
  position: relative;
}
.block__hero-001 .block__gallery .gallery-item img {
  width: 100%;
}
.block__hero-001 .block__gallery .gallery-item .card_number {
  position: absolute;
  bottom: 0.25em;
  right: 0.25em;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  min-width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  border-radius: 0.25em;
  padding: 0 0.25em;
  z-index: 1;
}
.block__hero-001 .block__shop {
  background: url("../images/block__hero-001/bg-shop.webp") no-repeat center;
  background-size: 100% 100%;
  margin-top: 2em;
  padding: 3.5em 2em 2em;
  display: flex;
  flex-direction: column;
  gap: 0.1em;
}
@media (min-width: 1024px) {
  .block__hero-001 .block__shop {
    margin-top: 0;
    padding: 4em 3em 3.5em;
    gap: 0.3em;
  }
}
.block__hero-001 .shop-item {
  width: 100%;
  height: 5.2em;
  display: flex;
  align-items: center;
  padding: 0 1em 0 0;
}
@media (min-width: 1024px) {
  .block__hero-001 .shop-item {
    height: 5em;
    padding: 0 1em;
    gap: 1em;
  }
}
.block__hero-001 .shop-item.type-1 {
  background: url("../images/block__hero-001/bg-gift-001.webp") no-repeat center;
  background-size: 100% 100%;
}
.block__hero-001 .shop-item.type-2 {
  background: url("../images/block__hero-001/bg-gift-002.webp") no-repeat center;
  background-size: 100% 100%;
}
.block__hero-001 .shop-item.type-3 {
  background: url("../images/block__hero-001/bg-gift-003.webp") no-repeat center;
  background-size: 100% 100%;
}
.block__hero-001 .shop-item .item__label {
  width: 20%;
  font-family: "SVN-HC Ekim Mezunu";
  font-size: 1.2em;
  font-weight: normal;
  color: #1a5c34;
  text-align: center;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .block__hero-001 .shop-item .item__label {
    font-size: 1em;
    width: 16%;
  }
}
.block__hero-001 .shop-item.type-2 .item__label {
  color: #fff;
}
.block__hero-001 .shop-item.type-3 .item__label {
  color: #8b4513;
}
.block__hero-001 .shop-item .item__desc {
  flex: 1;
  font-size: 0.95em;
  font-weight: bold;
  color: #1a5c34;
  text-align: center;
  line-height: 1.2;
  padding-left: 1em;
}
@media (min-width: 1024px) {
  .block__hero-001 .shop-item .item__desc {
    font-size: 1em;
  }
}
.block__hero-001 .shop-item.type-2 .item__desc {
  color: #4b0082;
}
.block__hero-001 .shop-item.type-3 .item__desc {
  color: #8b0000;
}
.block__hero-001 .shop-item .btn-doiqua,
.block__hero-001 .shop-item .btn-doi-003 {
  width: 5.5em;
}
@media (min-width: 1024px) {
  .block__hero-001 .shop-item .btn-doiqua,
  .block__hero-001 .shop-item .btn-doi-003 {
    width: 6em;
  }
}
.block__hero-001 .shop-item .btn-doiqua img,
.block__hero-001 .shop-item .btn-doi-003 img {
  width: 100%;
}

.w-btn {
  padding: 0.5em 1em;
  border: 1px var(--w-secondary) solid;
  border-radius: 1em;
}

.info {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 1em;
  border: solid var(--w-primary) 1px;
  backdrop-filter: blur(1em);
}

.text-money {
  letter-spacing: 0.25em;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=wwstyle.css.map */