html,
body {
  position: relative;
  height: 100vh;
}
.site {
  display: none;
}
.tuyendung img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 400px;
}
.hoatdong img {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}
.blog-img img {
  height: 238px;
  border-radius: 10px 0px 0px 10px;
}
.list-menu1 li:hover {
  color: #f90;
}

.active-menu {
  color: #f90 !important;
}

body {
  background: #eee;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.custom-pagination-home .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #ffffff8c;
  padding: 10px;
  transition: all 0.5s;
  margin: 50px 0 !important;
}

.custom-pagination-home .swiper-pagination-bullet-active {
  transition: all 0.5s;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.custom-pagination-thanhvien .swiper-pagination-bullet-active {
  margin: 0 2.08333rem !important;
  height: 2.76042rem;
  line-height: 2.76042rem;
  color: #f90 !important;
  text-align: center;
  text-shadow: 0 0.10417rem 0.05208rem rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  background: transparent;
  width: fit-content;
}
.custom-pagination-thanhvien .swiper-pagination-bullet {
  margin: 0 2.08333rem !important;
  height: 2.76042rem;
  line-height: 2.76042rem;
  color: hsla(0, 0%, 100%, 0.7);
  text-align: center;
  text-shadow: 0 0.10417rem 0.05208rem rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  background: transparent;
  width: fit-content;
}
.custom-pagination-thanhvien .swiper-pagination-bullet-active::before {
  content: "";
  width: 100%;
  height: 5px; /* Đặt kích thước của thanh trượt */
  background: #f90;
  transition: width 0.3s ease-in-out;
  position: absolute;
  top: 0;
}
.custom-pagination-blog .swiper-pagination-bullet-active {
  margin: 0 2.08333rem !important;
  height: 2.76042rem;
  line-height: 2.76042rem;
  color: #f90 !important;
  text-align: center;
  text-shadow: 0 0.10417rem 0.05208rem rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  background: transparent;
  width: fit-content;
}
.custom-pagination-blog .swiper-pagination-bullet {
  margin: 0 2.08333rem !important;
  height: 2.76042rem;
  line-height: 2.76042rem;
  color: hsla(0, 0%, 100%, 0.7);
  text-align: center;
  text-shadow: 0 0.10417rem 0.05208rem rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  background: transparent;
  width: fit-content;
}
.custom-pagination-blog .swiper-pagination-bullet-active::before {
  content: "";
  width: 100%;
  height: 5px; /* Đặt kích thước của thanh trượt */
  background: #f90;
  transition: width 0.3s ease-in-out;
  position: absolute;
  top: 0;
}
.custom-pagination-GameShow .swiper-pagination-bullet {
  width: 0.41667rem;
  height: 0.41667rem;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.2);
  margin: 0 0.78125rem !important;
  transition: all 0.5s;
}
.custom-pagination-GameShow .swiper-pagination-bullet-active {
  background: hsla(0, 0%, 100%, 0.2);
  margin: 0 0.78125rem !important;
  transition: all 0.5s;
  width: 2rem;
  border-radius: 1.61458rem;
}
.custom-pagination-Taitro .swiper-pagination-bullet {
  width: 0.41667rem;
  height: 0.41667rem;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.2);
  margin: 0 0.78125rem !important;
  transition: all 0.5s;
}
.custom-pagination-Taitro .swiper-pagination-bullet-active {
  background: hsla(0, 0%, 100%, 0.2);
  margin: 0 0.78125rem !important;
  transition: all 0.5s;
  width: 2rem;
  border-radius: 1.61458rem;
}

.SlideThanhVien .swiper-slide-active {
  animation-name: customFadeInRight !important;
  animation-duration: 0.3s !important;
}
@keyframes customFadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

.cursor-pointer {
  cursor: pointer;
}

.custom {
  padding: 5px;
}
.custom-pagination-thanhvien {
  position: relative !important;
}
.custom-pagination-blog {
  position: relative !important;
}
.custom-pagination-home {
  width: fit-content !important;
  left: 5% !important;
}
.custom-pagination-GameShow {
  width: fit-content !important;
  position: relative !important;
}
.custom-pagination-Taitro {
  position: relative !important;
  width: fit-content !important;
}
.nextTaiTro {
  position: relative !important;
}
.prevTaiTro {
  position: relative !important;
}
.nextTaiTro::after {
  content: "next";
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c3bfff;
}
.prevTaiTro::after {
  content: "prev";
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c3bfff;
}
.nextGameShow {
  position: relative !important;
}
.prevGameShow {
  position: relative !important;
}
.nextGameShow::after {
  content: "next";
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c3bfff;
}
.prevGameShow::after {
  content: "prev";
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c3bfff;
}

.test {
  display: flex;
  gap: 15px;
  align-items: center;
  height: 40px;
}

.test img {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}

.bg-test-active {
  background: #ff9900;
  border-radius: 10px;
}

.bg-test-active p {
  color: #000;
}

swiper-container {
  width: 100%;
  height: 100%;
}
.SliderHome {
  overflow: hidden;
}
.SlideGameShow {
  overflow: hidden;
}
.SlideThanhVien {
  overflow: hidden;
}
.Slidetaitro {
  overflow: hidden;
  position: relative;
}
.Slidetaitro .swiper-slide {
  transition: transform 0.3s ease; /* Thêm hiệu ứng chuyển động (tùy chọn) */
}

.Slidetaitro .active-slide {
  transform: scale(1); /* Kích thước lớn hơn khi active */
}
.Slidetaitro .inactive-slide {
  transform: scale(0.9);
  filter: brightness(70%); /* Kích thước nhỏ hơn khi inactive (tùy chọn) */
}

swiper-slide {
  width: 100%;
  height: 629px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-slide {
  text-align: left;
  transition: transform 0.3s ease-in-out;
}

.slick-slide:not(.slick-current) {
  filter: brightness(0.5);
}

.slick-slide.slick-current {
  transform: scale(1.35);
  position: relative;
  z-index: 1;
}

.slick-slide img {
  width: 100%;
}

@media screen and (max-width: 1279.98px) {
  .tuyendung img {
    border-radius: 10px 0px 0px 10px;
    height: 230px;
  }
  .hoatdong img {
    height: 290px;
  }
}

@media screen and (max-width: 1023.98px) {
  .tuyendung img {
    border-radius: 10px 10px 0px 0px;
    height: 160px !important;
  }
  .hoatdong img {
    height: 320px;
  }
  .blog-img img {
    height: 200px;
  }
}
@media screen and (max-width: 767.98px) {
  .tuyendung img {
    border-radius: 10px 0px 0px 10px;
    height: 140px !important;
  }
  .hoatdong img {
    height: 300px;
  }
  .blog-img img {
    height: 130px;
  }
}
