@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  --main-font: "Open Sans", sans-serif;
  --second-font: "Montserrat", sans-serif;
  --main-color: #FA0270;
  --body-color: #050505;
  --color-black: #000;
  --color-grey: #5A5A5A;
  --color-white: #fff;
  --color-whiteGrey: #FCFCFC;
  --color-yellow: #FDCD01;
  --color-footer: #2F2E2E;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: var(--main-font) !important;
  background: var(--body-color);
}

p, a, div, h1, h2, h3, h4, h5, h6, span {
  font-family: var(--main-font);
  margin: 0;
}

a, a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.tc-container {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 24px;
}
.tc-container.small {
  max-width: 880px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .tc-container {
    padding: 0 14px;
  }
}

.uk-sticky-placeholder {
  display: none !important;
}

#content {
  padding-bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  #content {
    padding-bottom: 0;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.uk-slidenav {
  background: var(--main-color);
  color: var(--color-white);
  border-radius: 8px;
  height: 50px;
  display: flex;
  align-items: center;
}

.uk-notification-message div {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--second-font);
}

.uk-offcanvas-bar .uk-nav-center .logo {
  margin-bottom: 32px;
}
.uk-offcanvas-bar .uk-nav-center .logo a {
  display: flex;
  justify-content: center;
}
.uk-offcanvas-bar .uk-nav-center .logo a svg {
  width: 180px;
  height: auto;
}
.uk-offcanvas-bar .uk-nav-center .menu-bar {
  margin-bottom: 24px;
}
.uk-offcanvas-bar .uk-nav-center .menu-bar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.uk-offcanvas-bar .uk-nav-center .menu-bar ul li a {
  display: flex;
  border-radius: 6px;
  padding: 6px 12px;
  border: 1px solid #fff;
}
.uk-offcanvas-bar .uk-nav-center .menu-bar ul li a span {
  font-size: 14px;
  font-family: var(--second-font);
  font-weight: 500;
}
.uk-offcanvas-bar .uk-nav-center .auth-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.uk-offcanvas-bar .uk-nav-center .auth-sec .user-btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
.uk-offcanvas-bar .uk-nav-center .auth-sec .user-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  border-radius: 500px;
  color: #fff;
  cursor: pointer;
}
.uk-offcanvas-bar .uk-nav-center .auth-sec .menu-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.uk-offcanvas-bar .uk-nav-center .auth-sec .menu-list .menu-item.active a, .uk-offcanvas-bar .uk-nav-center .auth-sec .menu-list .menu-item.active button, .uk-offcanvas-bar .uk-nav-center .auth-sec .menu-list .menu-item:hover a, .uk-offcanvas-bar .uk-nav-center .auth-sec .menu-list .menu-item:hover button {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}
.uk-offcanvas-bar .uk-nav-center .auth-sec .menu-list .menu-item a, .uk-offcanvas-bar .uk-nav-center .auth-sec .menu-list .menu-item button {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-white);
  font-family: var(--second-font);
  display: flex;
  border: 1px solid var(--color-white);
  padding: 8px;
  border-radius: 6px;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  justify-content: center;
}
.uk-offcanvas-bar .uk-nav-center .auth-sec .link-btn {
  display: flex;
  border-radius: 8px;
  border: 1px solid var(--color-white);
  background-color: transparent;
  padding: 8px;
  transition: 0.3s ease;
}
.uk-offcanvas-bar .uk-nav-center .auth-sec .link-btn.filled, .uk-offcanvas-bar .uk-nav-center .auth-sec .link-btn:hover {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}
.uk-offcanvas-bar .uk-nav-center .auth-sec .link-btn p {
  font-size: 12px;
  line-height: normal;
  font-family: var(--second-font);
  font-weight: 500;
  margin: 0 8px;
  color: var(--color-white);
  text-transform: uppercase;
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
.search-form .uk-input {
  border-radius: 8px;
  color: var(--color-black);
  width: calc(100% - 180px);
}
.search-form .uk-button {
  background-color: var(--main-color);
  border-radius: 8px;
  width: 160px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--second-font);
}

header {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 12px 0;
}
header .navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .navbar .logo a {
  display: flex;
}
header .navbar .logo a svg {
  width: 160px;
  height: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .navbar .logo a svg {
    width: 100px;
  }
}
header .navbar .menu {
  margin-left: 64px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  header .navbar .menu {
    display: none;
  }
}
header .navbar .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
header .navbar .menu ul li.active a {
  color: var(--main-color);
}
header .navbar .menu ul li a {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  position: relative;
}
header .navbar .header-action {
  margin-left: auto;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .navbar .header-action {
    gap: 8px;
  }
}
header .navbar .header-action .search-head {
  width: 140px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
header .navbar .header-action .search-head svg {
  color: var(--color-black);
}
header .navbar .header-action .search-head input {
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--second-font);
  height: 28px;
}
header .navbar .header-action .lang-btn {
  display: flex;
  flex-direction: row;
  background-color: transparent;
  border: none;
  border-radius: 8px;
  padding: 10px 4px;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .navbar .header-action .lang-btn {
    padding: 4px;
  }
}
header .navbar .header-action .lang-btn .ico {
  width: 16px;
  height: 16px;
  display: flex;
}
header .navbar .header-action .lang-btn .ico.sm {
  padding: 2px;
}
header .navbar .header-action .lang-btn .ico svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: var(--color-white);
}
header .navbar .header-action .lang-btn p {
  font-size: 14px;
  line-height: normal;
  font-family: var(--second-font);
  font-weight: 600;
  margin: 0 8px;
  color: var(--color-white);
  text-transform: uppercase;
}
header .navbar .header-action .dropdown-lang, header .navbar .header-action .user-drop {
  padding: 16px;
  min-width: 100px;
  border-radius: 8px;
}
header .navbar .header-action .dropdown-lang .uk-nav li, header .navbar .header-action .user-drop .uk-nav li {
  margin-bottom: 6px;
}
header .navbar .header-action .dropdown-lang .uk-nav li:last-child, header .navbar .header-action .user-drop .uk-nav li:last-child {
  margin-bottom: 0;
}
header .navbar .header-action .dropdown-lang .uk-nav li a, header .navbar .header-action .user-drop .uk-nav li a {
  color: var(--color-black);
}
header .navbar .header-action .dropdown-lang .uk-nav li a .ico, header .navbar .header-action .user-drop .uk-nav li a .ico {
  width: 32px;
  height: auto;
  display: flex;
  margin-right: 4px;
}
header .navbar .header-action .dropdown-lang .uk-nav li a .ico img, header .navbar .header-action .user-drop .uk-nav li a .ico img {
  width: 100%;
  height: auto;
}
header .navbar .header-action .dropdown-lang .uk-nav li .logout-btn, header .navbar .header-action .user-drop .uk-nav li .logout-btn {
  background-color: var(--main-color);
  width: 100%;
  border: none;
  padding: 8px 4px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
}
header .navbar .header-action .icon-btn {
  background-color: #fff;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .navbar .header-action .icon-btn.srch {
    display: none;
  }
}
header .navbar .header-action .icon-btn.mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .navbar .header-action .icon-btn.mobile {
    display: flex;
  }
}
header .navbar .header-action .icon-btn .uk-icon {
  width: 18px;
  height: 18px;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .navbar .header-action .icon-btn .uk-icon {
    width: 16px;
    height: 16px;
  }
}
header .navbar .header-action .user-btn {
  background-color: transparent;
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  border-radius: 500px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .navbar .header-action .user-btn {
    display: none;
  }
}
header .navbar .header-action .link-btn {
  display: flex;
  border-radius: 8px;
  border: 1px solid var(--color-white);
  background-color: transparent;
  padding: 6px 8px;
  transition: 0.3s ease;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .navbar .header-action .link-btn {
    display: none;
  }
}
header .navbar .header-action .link-btn.filled, header .navbar .header-action .link-btn:hover {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}
header .navbar .header-action .link-btn p {
  font-size: 13px;
  line-height: normal;
  font-family: var(--second-font);
  font-weight: 600;
  margin: 0 8px;
  color: var(--color-white);
  text-transform: uppercase;
}
header .navbar .header-action .menu-btn {
  width: 26px;
  height: 24px;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .navbar .header-action .menu-btn {
    display: flex;
  }
}
header .navbar .header-action .menu-btn .uk-icon {
  display: flex;
  margin: auto;
}

footer {
  background-color: var(--color-footer);
  padding: 40px 0 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer {
    padding: 20px 0 10px;
  }
}
footer .footer-content {
  display: grid;
  grid-template-columns: 302px 1fr 1fr 1fr;
  gap: 64px;
  margin-bottom: 24px;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer .footer-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
footer .footer-content .footer-logo svg {
  width: 200px;
  margin-bottom: 24px;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer .footer-content .footer-logo svg {
    width: 160px;
    margin-bottom: 14px;
  }
}
footer .footer-content .footer-logo p {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-white);
}
@media (min-width: 320px) and (max-width: 767px) {
  footer .footer-content .footer-logo p {
    font-size: 12px;
  }
}
footer .footer-content .menu .tt {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 12px;
}
footer .footer-content .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footer-content .menu ul li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-whiteGrey);
}
footer .footer-content .menu .social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
footer .footer-content .menu .social .uk-icon-button {
  color: var(--main-color);
  background-color: var(--color-white);
}
footer .footer-content .menu .social .uk-icon-button:hover {
  color: var(--color-white);
  background-color: var(--main-color);
}
footer .footer-copyright p {
  font-size: 12px;
  text-align: center;
  color: var(--color-whiteGrey);
}
footer .footer-copyright p a {
  font-weight: 700;
  color: var(--color-whiteGrey);
}

.home {
  padding-bottom: 48px;
}
.home .cover .uk-slideshow .uk-slideshow-items {
  height: 820px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .home .cover .uk-slideshow .uk-slideshow-items {
    height: 220px;
  }
}
.home .cover .uk-slideshow .uk-slideshow-items .cover-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  z-index: 2;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail {
  position: absolute;
  z-index: 3;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1328px;
  padding: 0 24px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail {
    padding: 0 12px;
  }
}
.home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .title-sec {
  width: 64%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .title-sec {
    width: 60%;
  }
}
.home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .title-sec .sub-sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .title-sec .sub-sec {
    gap: 8px;
  }
}
.home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .title-sec .sub-sec .icon-text {
  display: flex;
  align-items: center;
}
.home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .title-sec .sub-sec .icon-text svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  color: var(--color-yellow);
}
@media (min-width: 320px) and (max-width: 767px) {
  .home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .title-sec .sub-sec .icon-text svg {
    width: 12px;
    height: 12px;
  }
}
.home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .title-sec .sub-sec .icon-text p {
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  color: var(--color-white);
}
@media (min-width: 320px) and (max-width: 767px) {
  .home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .title-sec .sub-sec .icon-text p {
    font-size: 12px;
  }
}
.home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .title-sec .sub-sec .cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .title-sec .sub-sec .cat p {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  color: var(--color-white);
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .title-sec .sub-sec .cat p {
    font-size: 12px;
  }
}
.home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .title-sec .sub-sec .cat p:last-child::after {
  display: none;
}
.home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .title-sec .sub-sec .cat p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  right: -12px;
  background-color: var(--color-white);
}
.home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .title-sec h2 {
  font-size: 48px;
  line-height: normal;
  font-weight: 700;
  color: var(--color-white);
}
@media (min-width: 320px) and (max-width: 767px) {
  .home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .title-sec h2 {
    font-size: 16px;
  }
}
.home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background-color: var(--main-color);
  border-radius: 500px;
  padding: 14px 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .btn {
    gap: 8px;
    padding: 6px 8px;
  }
}
.home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .btn svg {
  width: 32px;
  height: 32px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .btn svg {
    width: 20px;
    height: 20px;
  }
}
.home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .btn p {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 767px) {
  .home .cover .uk-slideshow .uk-slideshow-items .cover-item .cover-detail .btn p {
    font-size: 12px;
  }
}

.top-list {
  margin-top: -100px;
  margin-bottom: 48px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-list {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.top-list .uk-slider .uk-slider-items.uk-grid {
  margin-left: -24px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-list .uk-slider .uk-slider-items.uk-grid {
    margin-left: -14px;
  }
}
.top-list .uk-slider .uk-slider-items .slide-item {
  padding-left: 24px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-list .uk-slider .uk-slider-items .slide-item {
    padding-left: 14px;
  }
}

.list-movies {
  margin-bottom: 64px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .list-movies {
    margin-bottom: 12px;
  }
}
.list-movies:last-child {
  margin-bottom: 0;
}
.list-movies .list-movie_head {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 767px) {
  .list-movies .list-movie_head {
    margin-bottom: 14px;
  }
}
.list-movies .list-movie_head h2 {
  color: var(--color-white);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 320px) and (max-width: 767px) {
  .list-movies .list-movie_head h2 {
    font-size: 16px;
  }
}
.list-movies .list-movie_head a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: var(--color-whiteGrey);
}
@media (min-width: 320px) and (max-width: 767px) {
  .list-movies .list-movie_head a {
    font-size: 12px;
  }
}
.list-movies .list-movie_container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .list-movies .list-movie_container {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .list-movies .uk-slider .uk-slider-items.uk-grid {
    margin-left: -14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .list-movies .uk-slider .uk-slider-items.uk-grid > * {
    padding-left: 14px;
  }
}

.movie-card_top:hover .img img, .movie-card:hover .img img {
  transform: scale(1.1);
}
.movie-card_top:hover .img .img-hover, .movie-card:hover .img .img-hover {
  opacity: 1;
}
.movie-card_top .img, .movie-card .img {
  display: flex;
  border-radius: 14px;
  margin-bottom: 8px;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
}
.movie-card_top .img img, .movie-card .img img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s ease;
}
.movie-card_top .img .img-hover, .movie-card .img .img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s ease-in;
}
.movie-card_top .img .img-hover svg, .movie-card .img .img-hover svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  color: var(--color-white);
}
.movie-card_top .tt, .movie-card .tt {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
  color: var(--color-white);
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-card_top .tt, .movie-card .tt {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.movie-card_top .flex-item, .movie-card .flex-item {
  display: flex;
  justify-content: space-between;
}
.movie-card_top .flex-item .categories, .movie-card .flex-item .categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.movie-card_top .flex-item .categories p, .movie-card .flex-item .categories p {
  font-size: 12px;
  line-height: normal;
  font-weight: 500;
  color: var(--color-white);
  position: relative;
}
.movie-card_top .flex-item .categories p:last-child::after, .movie-card .flex-item .categories p:last-child::after {
  display: none;
}
.movie-card_top .flex-item .categories p::after, .movie-card .flex-item .categories p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  right: -8px;
  background-color: var(--color-white);
}
.movie-card_top .flex-item .rate-view, .movie-card .flex-item .rate-view {
  display: flex;
  gap: 20px;
}
.movie-card_top .flex-item .icon-text, .movie-card .flex-item .icon-text {
  display: flex;
  align-items: center;
  gap: 2px;
}
.movie-card_top .flex-item .icon-text.yellow svg, .movie-card .flex-item .icon-text.yellow svg {
  color: var(--color-yellow);
}
.movie-card_top .flex-item .icon-text svg, .movie-card .flex-item .icon-text svg {
  width: 16px;
  height: auto;
  color: var(--color-white);
}
.movie-card_top .flex-item .icon-text p, .movie-card .flex-item .icon-text p {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  color: var(--color-white);
}

.movie-card .img {
  height: 336px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-card .img {
    height: 158px;
  }
}

.movie-card_top .img {
  height: 452px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-card_top .img {
    height: 158px;
  }
}

.search-page {
  padding: 140px 0 48px;
  position: relative;
  min-height: 68vh;
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-page {
    padding: 60px 0 24px;
  }
}

.movie-page {
  padding: 140px 0 48px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-page {
    padding: 60px 0 24px;
  }
}

.movie-read {
  padding: 140px 0 48px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-read {
    padding: 60px 0 24px;
  }
}
.movie-read .back-drop {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.movie-read .back-drop::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.82);
}
.movie-read .tc-container {
  position: relative;
  z-index: 4;
}
.movie-read .video-section {
  margin-bottom: 48px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-read .video-section {
    margin-bottom: 20px;
  }
}
.movie-read .video-section .video-player {
  width: 100%;
  height: auto;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
.movie-read .video-section .video-player video {
  width: 100%;
  height: auto;
}
.movie-read .video-section .chapter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 24px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-read .video-section .chapter-buttons {
    margin-top: 14px;
  }
}
.movie-read .video-section .chapter-buttons .button-item {
  cursor: pointer;
  border: 1px solid #fff;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  padding: 6px 14px;
  transition: 0.3s ease;
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-read .video-section .chapter-buttons .button-item {
    padding: 4px 8px;
  }
}
.movie-read .video-section .chapter-buttons .button-item.active, .movie-read .video-section .chapter-buttons .button-item:hover {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}
.movie-read .video-section .chapter-buttons .button-item.active p, .movie-read .video-section .chapter-buttons .button-item:hover p {
  color: var(--color-white);
}
.movie-read .video-section .chapter-buttons .button-item p {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--second-font);
  color: var(--color-black);
  font-size: 12px;
}
.movie-read .movie-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.movie-read .movie-detail .poster {
  width: 30%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-read .movie-detail .poster {
    width: 100%;
  }
}
.movie-read .movie-detail .poster .poster-img {
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-read .movie-detail .poster .poster-img {
    width: 80%;
    margin: 0 auto 14px;
  }
}
.movie-read .movie-detail .poster .poster-img img {
  width: 100%;
  height: auto;
}
.movie-read .movie-detail .poster .share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-read .movie-detail .poster .share {
    justify-content: center;
    gap: 12px;
  }
}
.movie-read .movie-detail .poster .share a {
  display: flex;
  width: calc(50% - 10px);
  border: 1px solid var(--color-white);
  color: var(--color-white);
  text-align: center;
  justify-content: center;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--second-font);
  letter-spacing: 1px;
  background-color: transparent;
  transition: 0.3s ease;
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-read .movie-detail .poster .share a {
    font-size: 12px;
    width: 36%;
    padding: 8px;
  }
}
.movie-read .movie-detail .poster .share a:hover {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}
.movie-read .movie-detail .detail {
  width: calc(70% - 40px);
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-read .movie-detail .detail {
    width: 100%;
    margin-top: 24px;
  }
}
.movie-read .movie-detail .detail .bg-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--color-white);
  font-family: var(--second-font);
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-read .movie-detail .detail .bg-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 12px;
  }
}
.movie-read .movie-detail .detail .rate {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-read .movie-detail .detail .rate {
    justify-content: center;
    margin-bottom: 12px;
  }
}
.movie-read .movie-detail .detail .rate .item {
  display: flex;
  align-items: center;
}
.movie-read .movie-detail .detail .rate .item.star svg {
  color: var(--color-yellow);
}
.movie-read .movie-detail .detail .rate .item svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  color: var(--color-white);
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-read .movie-detail .detail .rate .item svg {
    width: 14px;
    height: 14px;
  }
}
.movie-read .movie-detail .detail .rate .item p {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  color: var(--color-white);
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-read .movie-detail .detail .rate .item p {
    font-size: 12px;
  }
}
.movie-read .movie-detail .detail .tags {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-read .movie-detail .detail .tags {
    justify-content: center;
    margin-bottom: 12px;
  }
}
.movie-read .movie-detail .detail .tags p {
  font-size: 14px;
  color: var(--color-whiteGrey);
  position: relative;
}
.movie-read .movie-detail .detail .tags p:last-child::after {
  display: none;
}
.movie-read .movie-detail .detail .tags p::after {
  content: "";
  position: absolute;
  border-radius: 500px;
  width: 4px;
  height: 4px;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-whiteGrey);
}
.movie-read .movie-detail .detail .desc {
  margin-bottom: 20px;
}
.movie-read .movie-detail .detail .desc p {
  font-size: 14px;
  color: var(--color-white);
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-read .movie-detail .detail .desc p {
    font-size: 12px;
    text-align: center;
  }
}
.movie-read .movie-detail .detail .cast {
  margin-bottom: 4px;
}
.movie-read .movie-detail .detail .cast p {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
}
@media (min-width: 320px) and (max-width: 767px) {
  .movie-read .movie-detail .detail .cast p {
    font-size: 14px;
  }
}
.movie-read .movie-detail .detail .cast p span {
  margin-left: 16px;
  font-weight: 300;
}
.movie-read .movie-detail .detail .recommend-movies {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #3c3c3c;
}
.movie-read .movie-detail .detail .recommend-movies .list-movie_head {
  margin-bottom: 20px;
}
.movie-read .movie-detail .detail .recommend-movies .list-movie_head h2 {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-white);
}
.movie-read .movie-detail .detail .recommend-movies .uk-slider .uk-slider-items.uk-grid {
  margin-left: -16px;
}
.movie-read .movie-detail .detail .recommend-movies .uk-slider .uk-slider-items.uk-grid .slide-item {
  padding-left: 16px;
}

.uk-modal .uk-modal-dialog {
  border-radius: 12px;
  width: 460px;
}
.uk-modal .uk-modal-dialog.uk-modal-body {
  padding: 24px;
}

.auth-section .logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 14px;
}
.auth-section .logo svg {
  width: 60px;
}
.auth-section .title {
  text-align: center;
  font-size: 20px;
  font-family: var(--second-font);
  font-weight: 600;
  color: var(--body-color);
  margin-bottom: 32px;
}
.auth-section .detail .button-group .social-login {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #ececec;
  padding: 12px;
  border-radius: 8px;
}
.auth-section .detail .button-group .social-login svg {
  width: 32px;
  height: auto;
  margin-right: 16px;
}
.auth-section .detail .button-group .social-login p {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-black);
}
.auth-section .detail .divider {
  margin: 16px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.auth-section .detail .divider::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #ececec;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
}
.auth-section .detail .divider p {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 16px;
  color: var(--color-black);
  padding: 4px 24px;
  background-color: var(--color-white);
}
.auth-section .detail .form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.auth-section .detail .form .input-group {
  position: relative;
}
.auth-section .detail .form .input-group input {
  width: 100%;
  font-size: 14px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: white;
  padding: 12px 20px;
  line-height: 20px;
}
.auth-section .detail .form .input-group input:focus {
  outline: none;
  border-color: var(--main-color);
}
.auth-section .detail .form .input-group input:focus + label, .auth-section .detail .form .input-group input:not(:placeholder-shown) + label {
  transform: translateY(-22px) scale(0.9);
  color: var(--main-color);
}
.auth-section .detail .form .input-group label {
  position: absolute;
  left: 20px;
  top: 12px;
  pointer-events: none;
  background: white;
  transition: 0.2s ease all;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-black);
}
.auth-section .detail .form .password-group {
  position: relative;
}
.auth-section .detail .form .password-group .toggle-password {
  position: absolute;
  cursor: pointer;
  user-select: none;
}
.auth-section .detail .form button {
  background-color: var(--main-color);
  padding: 14px 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--second-font);
  letter-spacing: 1px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.dashboard {
  padding: 140px 0 48px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .dashboard {
    padding: 60px 0 24px;
  }
}
.dashboard .tc-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dashboard .tc-container .sidebar, .dashboard .tc-container .body {
  padding: 24px;
  border-radius: 12px;
  background-color: var(--color-footer);
}
@media (min-width: 320px) and (max-width: 767px) {
  .dashboard .tc-container .sidebar, .dashboard .tc-container .body {
    padding: 14px;
  }
}
.dashboard .tc-container .sidebar {
  width: 320px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .dashboard .tc-container .sidebar {
    display: none;
  }
}
.dashboard .tc-container .sidebar .user {
  margin-bottom: 24px;
}
.dashboard .tc-container .sidebar .user .title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  color: var(--color-white);
  font-family: var(--second-font);
}
.dashboard .tc-container .sidebar .menu-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.dashboard .tc-container .sidebar .menu-list .menu-item.active a, .dashboard .tc-container .sidebar .menu-list .menu-item.active button, .dashboard .tc-container .sidebar .menu-list .menu-item:hover a, .dashboard .tc-container .sidebar .menu-list .menu-item:hover button {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}
.dashboard .tc-container .sidebar .menu-list .menu-item a, .dashboard .tc-container .sidebar .menu-list .menu-item button {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
  font-family: var(--second-font);
  display: flex;
  border: 1px solid var(--color-white);
  padding: 8px 24px;
  border-radius: 6px;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
}
.dashboard .tc-container .body {
  width: calc(100% - 360px);
}
@media (min-width: 320px) and (max-width: 767px) {
  .dashboard .tc-container .body {
    width: 100%;
  }
}
.dashboard .tc-container .body .divider {
  border-bottom: 1px solid #4c4c4c;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .dashboard .tc-container .body .divider {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
}

.bg-title {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  font-family: var(--second-font);
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .bg-title {
    font-size: 16px;
    margin-bottom: 14px;
  }
}

.table {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .table {
    overflow-x: scroll;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .table .uk-table {
    width: 500px;
  }
}
.table .uk-table thead th {
  padding: 0px 14px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--second-font);
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .table .uk-table thead th {
    padding: 0px 6px 8px;
    font-size: 12px;
  }
}
.table .uk-table tbody tr {
  border-top: 1px solid #5f5f5f;
}
.table .uk-table tbody td {
  padding: 8px 14px;
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .table .uk-table tbody td {
    padding: 6px 8px;
    font-size: 12px;
  }
}

.plan-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .plan-list {
    gap: 14px;
  }
}
.plan-list .plan-item {
  padding: 20px 24px;
  border-radius: 8px;
  border: 1px solid var(--color-white);
  min-width: 220px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .plan-list .plan-item {
    padding: 14px;
    min-width: 152px;
  }
}
.plan-list .plan-item .title {
  text-align: center;
  font-size: 13px;
  color: var(--color-white);
  font-weight: 500;
  font-family: var(--second-font);
  margin-bottom: 8px;
}
.plan-list .plan-item .price {
  margin-bottom: 12px;
}
.plan-list .plan-item .price p {
  text-align: center;
  color: var(--color-white);
  font-family: var(--second-font);
  font-size: 20px;
  font-weight: 600;
}
.plan-list .plan-item .desc {
  margin-bottom: 20px;
}
.plan-list .plan-item .desc p {
  font-size: 14px;
  text-align: center;
  font-family: var(--second-font);
  color: var(--color-white);
}
.plan-list .plan-item .plan-btn {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  background-color: transparent;
  transition: 0.3s ease;
}
.plan-list .plan-item .plan-btn:hover {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}

.qpay-modal .qpay-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .qpay-modal .qpay-body {
    gap: 24px;
  }
}
.qpay-modal .qpay-body .qpay-header h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--second-font);
  text-align: center;
  color: var(--color-black);
}
.qpay-modal .qpay-body .qpay-header .countdown-timer {
  text-align: center;
}
.qpay-modal .qpay-body .qpay-header .countdown-timer span {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--second-font);
  color: var(--color-black);
}
.qpay-modal .qpay-body #bank-list {
  display: none;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .qpay-modal .qpay-body #bank-list {
    display: grid;
  }
}
.qpay-modal .qpay-body .qr-image {
  display: flex;
}
@media (min-width: 320px) and (max-width: 767px) {
  .qpay-modal .qpay-body .qr-image {
    width: 140px;
  }
}
.qpay-modal .qpay-body .qr-image img {
  width: 100% !important;
  height: auto !important;
}
.qpay-modal .qpay-body .qpay-check {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qpay-modal .qpay-body .qpay-check .text {
  font-size: 14px;
  text-align: center;
  font-family: var(--font-2);
  line-height: normal;
  font-weight: 500;
  margin-bottom: 12px;
}
.qpay-modal .qpay-body .qpay-check .check-btn {
  background-color: var(--main-color);
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  color: #fff;
  font-family: var(--font-2);
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
}

.under {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.under img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.under .box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 24px;
  min-width: 520px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .under .box {
    min-width: 300px;
    width: 90%;
    padding: 20px;
  }
}
.under .box .title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: var(--main-color);
  margin-bottom: 24px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .under .box .title {
    font-size: 24px;
  }
}
.under .box .desc {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: var(--main-color);
  margin: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .under .box .desc {
    font-size: 16px;
  }
}

/*# sourceMappingURL=main.css.map */
