.row .col-xs-8r,
.row .col-sm-8r,
.row .col-md-8r,
.row .col-lg-8r {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.row .col-xs-8r {
  flex: 0 0 12.5%;
}
a{
  color: rgb(28, 199, 73);
}
p.toc_title {
  color: #fff;
}
div#toc_container {
  background: #0a0c0f;
}
.box-telegram {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  background: #000000;
  margin-top: 16px;
  border-radius: 8px;
  padding: 6px 12px;
}
.box-telegram img{
  margin-right: 10px;
}
nav.rank-math-breadcrumb a {
  text-decoration: unset;
}
header .menu-main ul li.arrow.one-menu ul.sub-menu {
    width: max-content;
}
header .menu-main ul li.arrow.one-menu ul.sub-menu li {
    width: 100%;
}
.box-telegram a {
  color: #1dc849;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .row .col-sm-8r {
    flex: 0 0 12.5%;
  }
}

@media (min-width: 992px) {
  .row .col-md-8r {
    flex: 0 0 12.5%;
  }
  header .menu-main ul li:hover > ul.sub-menu {
    display: flex !important;
    flex-wrap: wrap;
    width: 600px;
    column-gap: 5px;
  }
  
  header .menu-main ul li:hover > ul.sub-menu li {
    width: calc(100% / 2 - 5px);
  }
  header .menu-main ul li:hover > ul.sub-menu li a {
    padding: 10px;
    height: auto;
}
}

@media (min-width: 1200px) {
  .row .col-lg-8r {
    flex: 0 0 12.5%;
  }
}
.box-link img {
  width: 100%;
}

.box-link {
  margin-bottom: 12px;
}
body {
  font-family: "Poppins", sans-serif;
  background: #111319;
  color: #fff;
}

header {
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 200;
  top: 0;
  vertical-align: middle;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
  background: #0a0c0f;
}

header .logo img {
  width: 100%;
  height: auto;
  max-height: 56px;
}

header .menu-main ul {
  margin: 0px;
  padding: 0px;
  display: flex;
}

header .menu-main ul li {
  list-style: none;
}
.description-tax{
  line-height: 28px;
}
.description-tax a{
  color: rgb(28, 199, 73);
}
header .menu-main ul li a {
  padding: 15px;
  font-weight: 500;
  color: #fff;
  text-decoration: unset;
  height: 50px;
  display: flex;
  align-items: center;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1600px;
}
header .menu-main ul li a.active {
  color: rgb(28, 199, 73);
}

header .menu-main ul li a:hover {
  color: #1cc749 !important
}

header .menu-main ul li ul.sub-menu {
  position: absolute;
  top: 50px;
  /* display: inline-block !important; */
  min-width: 250px;
  background: #333;
  display: none;
  opacity: 0;
  transition: opacity 1s ease;
}

header .menu-main ul li.arrow {
  position: relative;
}

header .menu-main ul li.arrow::after {
  content: "";
  box-sizing: border-box;
  height: 6px;
  width: 6px;
  border-style: solid;
  border-color: #aeaeae;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  transition: transform 150ms ease-in-out; /* Chỉ cần transition cho transform */
  position: absolute;
  top: 45%;
  right: 4px;
}

header .menu-main ul li.arrow:hover::after {
  /* Sửa thành ::after thay vì > header */
  transform: rotate(226deg);
}

header .menu-main ul li:hover > ul.sub-menu {
  display: inline-block;
  opacity: 1;
  left: 0;
}

header .form-search-header form {
  position: relative;
}

header .form-search-header form input {
  width: 100%;
  font-size: 13px;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  border: #48494e;
  color: #fff;
}

header .form-search-header form input:focus {
  box-shadow: none;
  outline: 0;
  background: #00020a7a !important;
  color: #fff;
}

header .form-search-header form input::placeholder {
  color: #fff;
}

header .form-search-header form button.btn {
  position: absolute;
  top: 50%;
  right: 5px;
  color: #fff;
  padding: 0;
  transform: translateY(-50%);
}

header .form-search-header form button.btn:focus {
  box-shadow: none;
  outline: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  bottom: 50%;
  /* right: 50%; */
  color: #000;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 20px;
}

.owl-carousel .owl-nav button.owl-next {
  right: 20px;
}

.box-film-carousel .owl-nav button.owl-prev {
  left: -30px;
}

.box-film .title-box-film .nav-link {
  display: inline;
}

.box-film .title-box-film .nav-link:hover {
  color: rgb(28, 199, 73) !important;
}

.box-film-carousel .owl-nav button.owl-next {
  right: -30px;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  color: #444;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  /* width: 30px; */
}

.owl-carousel.owl-theme.owl-loaded a {
  text-decoration: none;
}

.hero_carosel i.owl-direction {
  margin: 0 13px;
  font-size: 3em;
  padding: 0;
  color: #607d8b;
}

.hero_carosel.owl-carousel .owl-item img {
  height: 100%;
  object-fit: cover;
}

.hero_carosel .desc .description {
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.hero_carosel .owl-nav button.owl-next,
.hero_carosel .owl-nav button.owl-prev {
  outline: 0;
  background: #fff;
  width: 36px;
}

.hero_carosel .desc h2 {
  font-weight: bold;
  font-size: 40px;
  margin: 0;
}

.hero_carosel .desc svg {
  width: 30px;
  height: 30px;
}

.hero_carosel .desc p.type {
  background: rgb(28, 199, 73);
  display: inline;
  padding: 2px 6px;
  margin: 0;
  font-size: 12px;
  border-radius: 2px;
}

.hero_carosel.owl-theme .owl-dots {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 7px;
  margin: 5px;
  background: #fff;
  border-radius: 3px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: rgb(28, 199, 73);
}

.tag {
  display: inline-block;
}

.hero_carosel .carsl_btn a {
  color: #fff;
  padding: 5px 15px;
  background: rgb(28, 199, 73);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.hero_carosel .carsl_btn a svg {
}

.hero_carosel .carsl_btn {
  display: flex;
  gap: 20px;
}

.hero_carosel .carsl_btn a.btn-love {
  background: #fff;
}

.hero_carosel .carsl_cnt {
  margin: 10px 0;
  font-size: 15px;
  font-size: 400;
  line-height: 1.2;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.desc {
  position: absolute;
  /* padding: ; */
  z-index: 9;
  top: 50%;
  left: 100px;
  transform: translateY(-30%);
  color: #fff;
  width: 35%;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  opacity: 0.6;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
}
.hero-img {
  position: relative;
  height: 600px;
}

.hero-img:before {
  background: rgba(0, 0, 0, 0.26);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: rgb(17 19 25 / 47%) 0px 0px 150px 100px inset;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
}

.hero-img::after {
  background: rgba(0, 0, 0, 0.26);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: rgb(17 19 25 / 47%) 0px 0px 150px 100px inset;
}

.btn-gradient-bg {
  color: #fff;
  display: inline-block;
  padding: 11px 33px;
  background: linear-gradient(to right, #f05874 0%, #fc6a2a 100%);
  border-radius: 30px;
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
}

.delay-4 {
  animation-delay: 0.8s;
}

.slider-counter {
  z-index: 99;
  bottom: 1%;
  position: absolute;
  text-align: center;
  right: 4%;
  font-size: 120px;
  color: rgba(242, 242, 242, 0.7);
  font-weight: 700;
}

@media (max-width: 767px) {
  .slider-counter {
    font-size: 80px;
    font-weight: 600;
    bottom: 0;
  }
  .hero_carosel.owl-theme .owl-dots{
    bottom: 0;
  }
}

@media (max-width: 576px) {
  .slider-counter {
    font-size: 30px;
    font-weight: 500;
    bottom: 0;
  }
}

/*Credit*/
.credit-footer a {
  text-decoration: none;
  color: rgb(28, 199, 73);
}

.credit-footer {
  margin-top: 100px;
  color: #646464;
  font: 500 12px/22px "Roboto", Arial, sans-serif;
  letter-spacing: -0.25px;
  text-align: center;
}

.credit-footer-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0;
  text-align: center;
}

.credit-footer-nav li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  color: #aaa;
}

.credit-footer-nav li a {
  display: block;
  color: #424242;
  font-weight: 400;
  transition: all 0.3s ease;
  text-decoration: none;
}

.credit-footer-nav li:not(:last-child):after {
  content: "/";
  margin-right: 6px;
  margin-left: 6px;
}

.credit-footer-wrap {
  padding-bottom: 4%;
}

.box-film .item .thumbnail img {
  width: 100%;
  height: 283px;
  object-fit: cover;
  border-radius: 8px;
}
.title-tab-like {
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #1cc749;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
section.tabs-main .box-film .item .thumbnail img{
  height: 230px;
}
.movie-category .box-film .item .thumbnail img {
  height: 250px;
}

.box-film .item .thumbnail a {
  display: block;
  position: relative;
}

.box-film .item .thumbnail .hover-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.473);
  opacity: 0;
  transition: opacity 0.3s;
}

.box-film .item .thumbnail .hover-play .icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-film .item .thumbnail a:hover > .hover-play {
  opacity: 1;
}

.box-film .item .info {
  padding: 10px 0;
}

.box-film .item .info h3 {
  font-size: 16px;
}

.box-film .item .info h3 a {
  text-decoration: none;
  color: #fff;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgb(255, 255, 255);
  opacity: 0.8;
  font-weight: 500;
  font-size: 14px;
}

.box-film .item .info h3 a:hover {
  color: rgb(28, 199, 73) !important;
  opacity: 1;
}

.box-film .item .thumbnail .hover-play .icon svg circle {
  fill: rgb(28, 199, 73);
}

.nav-link:hover {
  color: #fff !important;
}

.mt--100 {
  margin-top: -100px;
}

.title-box-film h4 {
  font-weight: 600;
}

footer {
  background: rgb(10, 12, 15);
}

footer .footer-logo {
  text-align: center;
  padding: 30px 0;
  border-bottom: 2px solid #313339;
}

footer .footer-logo img {
  width: 250px;
}

footer .footer-links {
  padding: 30px 0;
}

footer .footer-links .box-link h5 {
  font-size: 16px;
}

footer .footer-links .box-link ul {
  margin: 0;
  padding: 0;
}

footer .footer-links .box-link ul li {
  list-style: none;
}
footer .footer-links .box-link ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer .footer-links .box-link ul li a {
  color: #ffffffd1;
  font-size: 14px;
  padding: 10px 0;
  text-decoration: none;
}

footer .footer-links .box-link ul li a:hover {
  color: #fff !important;
}

.video-wrap {
  display: flex;
  flex: 1;
  /* align-items: center; */
  /* justify-content: center; */
  flex-direction: column;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
  background: #1b1c21;
  height: 100%;
}

.video-wrap iframe {
  max-height: 100%;
  min-height: 100%;
}

.artplayer-app {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 600px;
  margin-bottom: 10px;
  background-color: #1b1c21;
  /* border: 1px dashed rgba(255, 255, 255, 0.1); */
}

.video-wrap .art-video-player {
  height: 100% !important;
}

.episode {
  background: #1b1c21;
  height: 100%;
}

.episode .episode-header {
  background: #2e2f34;
  border-top: 2px solid rgb(28, 199, 73);
  font-size: 15px;
  padding: 5px 15px;
  font-weight: 600;
}

.episode .episode-body {
  padding: 5px 15px;
  height: 500px;
  overflow: auto;
}

.episode .episode-body span {
  font-size: 14px;
}

.episode .episode-body ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.episode .episode-body ul li {
  list-style: none;
  width: calc(100% * (1 / 5) - 10px);
}

.episode .episode-body ul li a {
  text-decoration: none;
  color: #fff;
  background: rgb(35, 37, 43);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.episode .episode-body ul li a.active {
  color: rgb(28, 199, 73);
  background: #333;
}

.episode .episode-body ul li a:hover {
  color: rgb(28, 199, 73);
  background: #333;
}

.type-film ul {
  margin: 0;
  padding: 0;
}

.type-film ul li {
  list-style: none;
  display: inline-block;
}

.type-film ul li a {
  text-decoration: none;
  color: #aeaeae;
  background: #24252a;
  font-size: 12px;
  padding: 5px 10px;
  display: block;
  margin: 5px;
  border-radius: 4px;
}

.type-film ul li a:hover {
  color: #fff;
}

.single-album-movie {
}

.single-album-movie .thumbnail-movie {
  position: relative;
}

.single-album-movie .thumbnail-movie .left-layer {
  width: 28%;
  height: 100%;
  background-image: linear-gradient(
    270deg,
    rgba(17, 19, 25, 0) 0%,
    rgba(17, 19, 25, 0.05) 16%,
    rgba(17, 19, 25, 0.2) 30%,
    rgba(17, 19, 25, 0.39) 43%,
    rgba(17, 19, 25, 0.61) 55%,
    rgba(17, 19, 25, 0.8) 68%,
    rgba(17, 19, 25, 0.95) 82%,
    rgb(17, 19, 25) 98%
  );
  border-radius: 1px;
  z-index: 100;
  position: absolute;
  bottom: 0px;
}

.single-album-movie .thumbnail-movie .bottom-layer {
  width: 100%;
  height: 36%;
  background-image: linear-gradient(
    179deg,
    rgba(17, 19, 25, 0) 1%,
    rgba(17, 19, 25, 0.05) 17%,
    rgba(17, 19, 25, 0.2) 31%,
    rgba(17, 19, 25, 0.39) 44%,
    rgba(17, 19, 25, 0.61) 56%,
    rgba(17, 19, 25, 0.8) 69%,
    rgba(17, 19, 25, 0.95) 83%,
    rgb(17, 19, 25) 99%
  );
  border-radius: 1px;
  z-index: 100;
  position: absolute;
  bottom: 0px;
}

.single-album-movie .thumbnail-movie img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.single-album-movie .info-movie .focus-info-title {
  font-size: 40px;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  text-align: left;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 0px;
  position: relative;
}

.single-album-movie .info-movie .focus-info-tag {
  margin-top: 10px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 22px;
  margin-bottom: 10px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.single-album-movie .info-movie .broken-line {
  width: 2px;
  height: 10px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  color: rgb(230, 230, 230);
  margin: 0px 8px;
  display: inline-block;
}

.single-album-movie .info-movie .focus-info-mark {
}

.single-album-movie .info-movie .focus-info-mark a {
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  background: rgb(28, 199, 73);
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
}

.single-album-movie .info-movie .focus-info-mark.type a {
  background: rgba(255, 255, 255, 0.08);
}

.single-album-movie .info-movie .description {
  padding: 5px 0;
  font-size: 14px;
}

.single-album-movie .info-movie .description p {
  margin: 0;
}

.single-album-movie .action-button a {
  text-decoration: none;
  color: #fff;
  background: rgb(28, 199, 73);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}

.single-album-movie .action-button a:hover {
  background: #993101;
}

.single-album-movie .info-movie .actor-main {
  padding: 10px 0;
  line-height: 1.2;
}

.single-album-movie .list-episode .item .hover-play .icon svg {
  width: 30px;
  height: 30px;
}

.single-album-movie .list-episode .item .hover-play .icon svg circle {
  fill: rgb(28, 199, 73);
}

.single-album-movie .info-movie .actor-main .title {
  color: rgb(169, 169, 172);
  font-weight: 600;
}

.single-album-movie .info-movie .actor-main span {
  font-size: 13px;
}

.single-album-movie .tabs-main {
}

.single-album-movie .tabs-main .nav-tabs button {
  color: #fff;
  border: none;
}

.single-album-movie .tabs-main .nav-tabs button:hover {
  background: none;
  border: none;
  border-bottom: 2px solid rgb(28, 199, 73);
  font-weight: 600;
}

.single-album-movie .tabs-main .nav-tabs button.active {
  background: none;
  border: none;
  border-bottom: 2px solid rgb(28, 199, 73);
  font-weight: 600;
}

.single-album-movie .list-episode .item a {
  text-decoration: none;
  color: #fff;
}

.single-album-movie .list-episode .item .hover-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000050;
  opacity: 0;
  transition: opacity 0.3s;
}

.single-album-movie .list-episode .item .hover-play .icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: right;
  padding: 10px;
}

.single-album-movie .list-episode .item a .thumbnail:hover > .hover-play {
  opacity: 1;
}

.single-album-movie .list-episode .item a:hover h4 {
  color: rgb(28, 199, 73) !important;
}

.single-album-movie .list-episode .item .thumbnail {
  position: relative;
}

.single-album-movie .list-episode .item .thumbnail .text-image {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000ad;
  width: 100%;
  height: 100%;
}

.single-album-movie .list-episode .item .thumbnail .text-image span {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgb(28, 199, 73);
}

.single-album-movie .list-episode .item .thumbnail img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}

.single-album-movie .list-episode .item .title h4 {
  font-size: 16px;
  margin: 5px 0;
}

.sidebar-bxh .sidebar-bxh-header {
  background: rgb(28, 199, 73);
  border-radius: 4px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}

.sidebar-bxh .sidebar-bxh-body .item {
  display: flex;
  gap: 15px;
  align-items: center;
  background: #1b1c21;
  padding: 15px;
}

.sidebar-bxh .sidebar-bxh-body .item .number {
  font-size: 34px;
  font-weight: bold;
  -webkit-text-stroke: 1px rgb(28, 199, 73);
  color: #1b1c21;
}

.sidebar-bxh .sidebar-bxh-body .item .thumbnail img {
  width: 80px;
  height: auto;
  border-radius: 5px;
}

.sidebar-bxh .sidebar-bxh-body .item .title a {
  text-decoration: none;
  color: #fff;
}
.sidebar-bxh .sidebar-bxh-body .item .title a:hover{
  color: rgb(28, 199, 73);
}
.movies-suggest {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #48494e;
}

.movies-suggest h3 {
  color: #fff;
  font-size: 24px;
}

article .wp-caption img {
  max-width: 100%;
}

article img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

article .wp-caption .wp-caption-text {
  text-align: center;
}

.single-play .info-movie .focus-info-title {
  font-size: 26px;
  font-weight: bold;
}

.movie-category h1 {
  font-size: 26px;
}

.content-404 .errMsg1 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
}

.content-404 .errMsg2 {
  font-size: 16px;
  color: rgb(155, 155, 155);
  line-height: 22px;
  margin-bottom: 10px;
}

.content-404 .errBtnWrap {
  min-width: 108px;
  display: inline-block;
}

.content-404 .errBtnWrap .errBtn {
  padding: 0px 16px;
  height: 44px;
  display: block;
  font-size: 16px;
  line-height: 44px;
  background-color: rgb(0, 204, 54);
  color: rgb(255, 255, 255);
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}

/* Đặt kiểu cho container của phân trang */
.page-numbers {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.page-numbers a,
.page-numbers span {
  display: inline-block;
  margin: 0 3px;
  padding: 5px 10px;
  font-weight: 500 !important;
  color: #fff !important;
  text-decoration: none;
  border-radius: 3px;
  transition: background-color 0.3s, color 0.3s;
}

.page-numbers a:hover {
  background: rgb(28, 199, 73);
}

.page-numbers .current {
  background: rgb(28, 199, 73);
}

.page-numbers .prev,
.page-numbers .next {
  font-weight: bold;
}

/* Điều chỉnh kích thước và bố cục cho các thiết bị di động */
@media (max-width: 600px) {
  .page-numbers {
    flex-wrap: wrap;
  }

  .page-numbers a,
  .page-numbers span {
    margin: 5px 0;
  }
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  transition: 0.2s;
}

.dropdown-btn {
  cursor: pointer;
}

.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 50px;
}

.dropdown-icon {
  float: right;
  padding-right: 10px;
}

.sidebar ul {
  margin: 0;
  padding: 0;
}

.sidebar ul li {
  list-style: none;
}

.sidebar ul li a {
  color: #fff;
  font-size: 16px;
}

.sidebar .sub-menu {
  display: none;
  padding-left: 20px;
}

.page-top-phim .focus-wrapper {
  padding: 100px 0;
  text-align: center;
}

.page-top-phim .focus-wrapper .focus-title img {
  width: 30px;
  height: 56px;
}

.page-top-phim .focus-wrapper .focus-title {
  font-size: 40px;
  line-height: 48px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  gap: 20px;
}
.title-footer {
  color: #1caf30;
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 14px;
}