.elementor-98 .elementor-element.elementor-element-ab479ca{--display:flex;--min-height:335px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-98 .elementor-element.elementor-element-65708fb{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-98 .elementor-element.elementor-element-6da1b9b{width:var( --container-widget-width, 40% );max-width:40%;--container-widget-width:40%;--container-widget-flex-grow:0;}.elementor-98 .elementor-element.elementor-element-6da1b9b > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-98 .elementor-element.elementor-element-6da1b9b.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-98 .elementor-element.elementor-element-444deab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-98 .elementor-element.elementor-element-7444578{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-98 .elementor-element.elementor-element-37f7850{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-98 .elementor-element.elementor-element-37f7850.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-98 .elementor-element.elementor-element-a451b0b.elementor-element{--align-self:center;--order:99999 /* order end hack */;--flex-grow:0;--flex-shrink:1;}.elementor-98 .elementor-element.elementor-element-30569ae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-98 .elementor-element.elementor-element-3e09eac{--display:flex;}.elementor-98 .elementor-element.elementor-element-3e09eac.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-98 .elementor-element.elementor-element-95ae49e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(min-width:768px){.elementor-98 .elementor-element.elementor-element-65708fb{--content-width:1322px;}.elementor-98 .elementor-element.elementor-element-37f7850{--width:31%;}.elementor-98 .elementor-element.elementor-element-30569ae{--width:66.6666%;}.elementor-98 .elementor-element.elementor-element-3e09eac{--width:97%;}}@media(max-width:1024px){.elementor-98 .elementor-element.elementor-element-ab479ca{--min-height:223px;}.elementor-98 .elementor-element.elementor-element-6da1b9b{width:var( --container-widget-width, 423.875px );max-width:423.875px;--container-widget-width:423.875px;--container-widget-flex-grow:0;}}@media(max-width:767px){.elementor-98 .elementor-element.elementor-element-ab479ca{--min-height:111px;}.elementor-98 .elementor-element.elementor-element-6da1b9b{width:var( --container-widget-width, 310.891px );max-width:310.891px;--container-widget-width:310.891px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-c73d975 */.banner-wrapper {
  position: relative;
  width: 90%;
  max-width: 1200px;
  height: auto;
  border-radius: 16px;
  margin-left: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* Banner base */
.banner {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.banner:hover {
  transform: scale(1.03);
}

/* Banner 1 animation */
.banner-1 {
  animation-name: fadeBanner1;
  z-index: 1;
}

/* Banner 2 animation */
.banner-2 {
  animation-name: fadeBanner2;
  z-index: 0;
}

/* Animations */
@keyframes fadeBanner1 {
  0%   { opacity: 1; z-index: 2; }
  45%  { opacity: 1; }
  50%  { opacity: 0; z-index: 1; }
  100% { opacity: 0; }
}

@keyframes fadeBanner2 {
  0%   { opacity: 0; }
  45%  { opacity: 0; }
  50%  { opacity: 1; z-index: 2; }
  95%  { opacity: 1; }
  100% { opacity: 0; z-index: 1; }
}

/* Responsive */
@media (max-width: 600px) {
  .banner img {
    border-radius: 10px;
    margin-left:-30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6da1b9b */.video-container {
      background: white;
      padding: 7px;
      border-radius: 16px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      width: 90%;
      max-width: 720px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }


    video {
      width: 100%;
      height: auto;
      border-radius: 12px;
      display: block;
    }

   @media (max-width: 480px) {
      body {
        flex-direction: column;
        padding: 10px;
      }

      .video-container {
        padding: 5px;
        margin: auto;
      }

      h1 {
        font-size: 1.2rem;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a117247 */.image-slider {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 10px 0;
  box-shadow: 0 0 15px #0ff, 0 0 30px #0ff;
  animation: neon-blink 1.5s infinite alternate;
  border-radius: 18px;
}

.slider-track {
  display: flex;
  width: calc(16vw * 8 * 2); /* Sử dụng đơn vị vw thay vì px */
  animation: scroll 30s linear infinite;
}

.slider-track img {
  width: 16vw; /* Co giãn theo chiều ngang màn hình */
  max-width: 250px; /* Giới hạn tối đa cho desktop */
  height: auto;
  margin-right: 10px;
  object-fit: contain;
}

/* Animation scroll */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .slider-track {
    width: calc(30vw * 10 * 2);
  }

  .slider-track img {
    width: 30vw;
  }
}

@media (max-width: 480px) {
  .slider-track {
    width: calc(30vw * 10 * 2);
  }

  .slider-track img {
    width: 30vw;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a451b0b */.sidebar {
  width: 200px;
  background-color: #014a8f;
  padding: 10px;
  padding-top: 62px;
  display: flex;
  flex-direction: column;
  gap: 15px;
border-radius: 13px;
  height: 100%;
}

.sidebar a {
  display: block;
  background-color: #035fcf;
  color: white;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  transition: background 0.3s;
  
}

.sidebar a:hover {
  background-color: #0271e3;
}

/* Responsive sidebar */
@media (max-width: 668px) {
  .sidebar {
    flex-direction: row;
    overflow-x: auto;
    width: 100%;
    height: auto;
    padding: 10px 5px;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #66c2ff transparent;
  }

  .sidebar::-webkit-scrollbar {
    height: 6px;
  }

  .sidebar::-webkit-scrollbar-track {
    background: transparent;
  }

  .sidebar::-webkit-scrollbar-thumb {
    background-color: #66c2ff;
    border-radius: 10px;
    border: 2px solid transparent;
  }

  .sidebar a {
    flex: 1 0 auto;
    font-size: 13px;
    padding: 8px;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .sidebar a {
    font-size: 12px;
    padding: 6px 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11cce30 */.content {
  padding: 0 10px 0px 20px;
  display: grid;
  
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1px;
  max-height: 38vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #a0d8ff transparent; 
}

.content::-webkit-scrollbar {
  width: 8px;
}

.content::-webkit-scrollbar-track {
  background: transparent;
}

.content::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 10px;
  border: 2px solid transparent;
}

@keyframes flicker {
  0%, 100% {
    box-shadow: 0 0 10px #00aaff;
  }
  50% {
    box-shadow: 0 0 20px #ffffff;
  }
}

.game-card {
  background-color: #002b50;
  border-radius: 12px;
  overflow: hidden;
  width:90%;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  animation: flicker 1.2s infinite;
  animation-delay: var(--delay);
  margin-top: 5vh;
}


.game-card:hover {
  transform: scale(1.25);
  box-shadow: 0 0 10px #00aaff;
}

.game-card img {
  width: 70%;
  height: 110px;
  object-fit: cover;
}

.game-card .title {
  padding: 2px;
  color: white;
  font-size: 13px;
}

/* Gán delay dần cho từng card */
.game-card:nth-child(1) { --delay: 0s; }
.game-card:nth-child(2) { --delay: 0.3s; }
.game-card:nth-child(3) { --delay: 0.6s; }
.game-card:nth-child(4) { --delay: 0.9s; }
.game-card:nth-child(5) { --delay: 1.2s; }
.game-card:nth-child(6) { --delay: 1.5s; }
.game-card:nth-child(7) { --delay: 1.8s; }
.game-card:nth-child(8) { --delay: 2.1s; }
.game-card:nth-child(9) { --delay: 2.4s; }
.game-card:nth-child(10) { --delay: 2.7s; }
.game-card:nth-child(11) { --delay: 3.0s; }
.game-card:nth-child(12) { --delay: 3.3s; }
.game-card:nth-child(13) { --delay: 3.6s; }
/* Thêm tiếp nếu có nhiều hơn 13 cards */

/* Responsive adjustments */
@media (max-width: 768px) {
  .content {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    padding: 10px;
    gap: 15px;
  }

  .game-card img {
    width: 90%;
    height: 100px;
  }

  .game-card .title {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .content {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
  }

  .game-card img {
    width: 100%;
    height: 90px;
  }

  .game-card:hover {
    transform: scale(1.1);
  }

  .game-card .title {
    font-size: 11px;
    padding: 6px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c38cfd */.content1 {
  padding: 30px 40px 20px 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
  max-height: 30vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #a0d8ff transparent; 
}

.content1::-webkit-scrollbar {
  width: 8px;
}

.content1::-webkit-scrollbar-track {
  background: transparent;
}

.content1::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 10px;
  border: 2px solid transparent;
}


@keyframes flicker {
  0%, 100% {
    box-shadow: 0 0 10px #00aaff;
  }
  50% {
    box-shadow: 0 0 20px #ffffff;
  }
}

.game-card1 {
  background-color: #002b50;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  animation: flicker 1.2s infinite;
  animation-delay: var(--delay);
}

.game-card1:hover {
  transform: scale(1.25);
  box-shadow: 0 0 10px #00aaff;
}

.game-card1 img {
  width: 100%;
  height: 70px;
  object-fit: cover;
}

.game-card1 .title {
  padding: 8px;
  color: white;
  font-size: 13px;
}

/* Gán delay dần cho từng card */
.game-card:nth-child(1) { --delay: 0s; }
.game-card:nth-child(2) { --delay: 0.3s; }
.game-card:nth-child(3) { --delay: 0.6s; }
.game-card:nth-child(4) { --delay: 0.9s; }
.game-card:nth-child(5) { --delay: 1.2s; }
.game-card:nth-child(6) { --delay: 1.5s; }
.game-card:nth-child(7) { --delay: 1.8s; }
.game-card:nth-child(8) { --delay: 2.1s; }
.game-card:nth-child(9) { --delay: 2.4s; }
.game-card:nth-child(10) { --delay: 2.7s; }
.game-card:nth-child(11) { --delay: 3.0s; }
.game-card:nth-child(12) { --delay: 3.3s; }
.game-card:nth-child(13) { --delay: 3.6s; }
/* Thêm tiếp nếu có nhiều hơn 13 cards */

/* Responsive adjustments */
@media (max-width: 768px) {
  .content1 {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    padding: 20px 10px 10px 10px;
    gap: 15px;
  }

  .game-card1 img {
    width: 105%;
    height: 50px;
  }

  .game-card .title {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .content1 {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
  }

  .game-card1 img {
    width: 100%;
    height: 40px;
  }

  .game-card1:hover {
    transform: scale(1.1);
  }

  .game-card1 .title {
    font-size: 11px;
    padding: 6px;
  }
}/* End custom CSS */
/* Start custom CSS for theme-post-content, class: .elementor-element-3349a65 */.content-box {
      max-width: 1300px;
      margin: 50px auto;
      padding: 20px;
      background-color: transparent;
      color: #fff;
      border-radius: 12px;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
      transition: all 0.3s ease;
      overflow-y: auto;
      max-height: 600px; /* Optional: limit height to force scrollbar */
    }

    .content-box:hover {
      transform: translateY(-5px);
      box-shadow:
        0 0 10px #fff,
        0 0 20px #fff,
        0 0 30px #fff,
        0 0 40px #fff;
    }

    .content-box::-webkit-scrollbar {
      width: 8px;
    }

    .content-box::-webkit-scrollbar-thumb {
      background-color: rgba(0, 123, 255, 0.5);
      border-radius: 4px;
    }

    .content-box::-webkit-scrollbar-track {
      background: transparent;
    }/* End custom CSS */