@charset "UTF-8";
.header {
  position: sticky;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 130px;
  background-color: rgb(13, 2, 43);
}

.app {
  height: 100%;
  background-color: rgb(13, 2, 43);
}

.app-content,
.header-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.header-container {
  width: 1200px;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  border-bottom: 1px solid #f8fafc;
}

.header-action {
  width: 480px;
  text-align: center;
}
.header-action a:first-child {
  margin-right: 10px;
}
.header-action .btn-hover {
  position: relative;
  display: inline-block;
  background: linear-gradient(106deg, #639, #36c 102.69%);
  overflow: hidden;
  z-index: 0;
  text-decoration: none;
  color: black;
  padding: 6px 0px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  width: 150px;
}
.header-action .btn-hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: linear-gradient(90deg, #ff6d00, #ffc107);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.header-action .btn-hover:hover span {
  color: #f8fafc;
  transition: all 0.3s ease-in;
}
.header-action .btn-hover:hover img {
  filter: brightness(0) invert(1);
}
.header-action .btn-hover:hover::before {
  left: 0;
}
.header-action .btn-hover span {
  z-index: 1;
}

.book {
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  width: 120px;
}

.header-right {
  display: flex;
  margin-top: 5px;
}
.header-right .header-search {
  position: relative;
  margin-right: 30px;
}
.header-right .header-search-input {
  width: 250px;
  padding: 4px 4px 4px 10px;
  border-radius: 20px;
  outline: none;
}
.header-right .header-search-btn {
  position: absolute;
  border: none;
  background-color: #f8fafc;
  right: 10px;
  transform: translateX(-100%) translateY(20%);
}
.header-right .header-login {
  display: flex;
  align-items: center;
  position: relative;
  top: -10px;
  margin-right: 30px;
}
.header-right .header-login a {
  font-size: 16px;
  text-decoration: none;
  color: #f8fafc;
}
.header-right .header-login a:hover {
  color: rgb(223, 223, 26);
}
.header-right .header-login .hd-icon-user {
  font-size: 24px;
  color: #f8fafc;
  padding-right: 5px;
}
.header-right .header-language {
  position: relative;
  line-height: 36px;
  top: -10px;
  margin-top: 6px;
}
.header-right .header-language-option a {
  font-size: 16px;
  text-decoration: none;
  color: #f8fafc;
  padding: 0 5px;
}
.header-right .header-language-option img:last-child {
  filter: brightness(0) invert(1);
}
.header-right .header-language-option .hd-eng {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease-in;
  background-color: #36c;
  border-radius: 5px;
}
.header-right .header-language-option:hover .hd-eng {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header-right .header-language-option .hd-eng:hover {
  opacity: 0.6;
}

.header-bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 10px;
}
.header-bottom-left {
  display: flex;
}
.header-bottom-right a {
  color: #f8fafc;
  text-decoration: none;
  margin-left: 10px;
}
.header-bottom-right a:hover {
  color: yellow;
  text-decoration: underline;
  transition: all 0.2s ease-in;
}
.header-bottom .hd-location {
  margin-right: 20px;
}
.header-bottom .hd-location:hover {
  cursor: pointer;
}
.header-bottom .hd-location:hover span,
.header-bottom .hd-location:hover i {
  color: yellow;
}
.header-bottom .hd-location .hd-theater {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease-in;
  margin-top: 10px;
  height: 200px;
  line-height: 60px;
  width: 100%;
  background-color: rgb(13, 2, 43);
  border: 1px solid rgb(125, 76, 238);
}
.header-bottom .hd-location .hd-theater a {
  text-decoration: none;
  padding: 8px 10px;
  color: #f8fafc;
}
.header-bottom .hd-location .hd-theater a:hover {
  color: yellow;
}
.header-bottom .hd-location:hover .hd-theater {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header-bottom .hd-date a {
  text-decoration: none;
}
.header-bottom .hd-date a:hover i,
.header-bottom .hd-date a:hover span {
  color: yellow;
}
.header-bottom i,
.header-bottom span {
  color: #f8fafc;
}

/* Responsive cho MOBILE: max-width 767px */
/* Responsive cho TABLET: min-width 768px và max-width 1024px */
.footer {
  background: linear-gradient(106deg, #639, #36c 102.69%);
  padding-top: 100px;
}

.footer-container {
  width: 1200px;
  margin: 0 auto;
}
.footer-container .footer-row {
  display: flex;
}

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

/* Thanh cuộn */
::-webkit-scrollbar {
  width: 8px;
}

/* Phần cầm của thanh cuộn */
::-webkit-scrollbar-thumb {
  background: linear-gradient(106deg, #639, #36c 102.69%);
  border-radius: 5px;
}

/* Đường ray của thanh cuộn */
::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 5px;
}

.app-middle {
  width: 1200px;
  margin: 0 auto;
}

.banner {
  margin-bottom: 60px;
}

.banner-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.banner-content .owl-nav {
  display: flex;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  justify-content: space-between;
  line-height: 20px;
}
.banner-content .owl-nav button {
  width: 40px;
  height: 50px;
}
.banner-content .owl-nav button span {
  font-size: 100px;
}
.banner-content .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #f8fafc;
  text-decoration: none;
}

.movie-showing-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.movie-showing-content::before {
  content: "";
  position: absolute;
  top: 0%;
  left: -20%;
  width: 50%;
  height: 50%;
  background-color: rgb(174, 162, 208);
  border-radius: 50%;
  border: none;
  filter: blur(100px);
  opacity: 0.7;
  z-index: -1;
}
.movie-showing-content::after {
  content: "";
  position: absolute;
  bottom: -20%;
  right: -10%;
  width: 40%;
  height: 50%;
  background-color: #87ceeb;
  border-radius: 50%;
  border: none;
  filter: blur(100px);
  opacity: 0.7;
  z-index: -1;
}

.movie-showing .owl-item {
  height: 310px;
}
.movie-showing .owl-stage-outer {
  height: 600px;
}
.movie-showing img {
  height: 426px;
  width: 286px;
}
.movie-showing .card-movie-body {
  width: 285px;
  height: 130px;
}

.web-movie .heading-web-movie {
  color: white;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.web-movie .container {
  padding: 0;
}
.web-movie .container .card-movie-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.web-movie .container .card-movie-body .movie-title {
  justify-content: center;
}
.web-movie .container .card {
  background: transparent;
  border: none;
}
.web-movie .container .card .card-title {
  text-transform: uppercase;
  margin: 0;
}
.web-movie .container .card:hover .card-img-top {
  opacity: 0.8;
  transition: all 0.3s ease-in;
}
.web-movie .container .card:hover .movie-title {
  color: yellow;
}
.web-movie .container .card:hover .movie-title a {
  color: yellow;
}
.web-movie .container .movie-title {
  display: flex;
  font-size: 18px;
  text-align: center;
  margin: 15px 0;
}
.web-movie .container .movie-title a {
  font-weight: 400;
  text-decoration: none;
  color: white;
  display: flex;
}
.web-movie .container .info-action .trailer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.web-movie .container .info-action .trailer .more-info-movie {
  position: relative;
  display: inline-block;
  background: #ffc107;
  overflow: hidden;
  z-index: 0;
  display: block;
  color: black;
  padding: 8px 12px;
  border: 1px solid black;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  width: 150px;
  text-align: center;
}
.web-movie .container .info-action .trailer .more-info-movie::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: linear-gradient(106deg, #639, #36c 102.69%);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.web-movie .container .info-action .trailer .more-info-movie:hover span {
  color: #f8fafc;
  transition: all 0.3s ease-in;
}
.web-movie .container .info-action .trailer .more-info-movie:hover img {
  filter: brightness(0) invert(1);
}
.web-movie .container .info-action .trailer .more-info-movie:hover::before {
  left: 0;
}
.web-movie .container .info-action .trailer .more-info-movie:hover {
  color: white;
  border: 1px solid white;
  transition: all 0.3s ease-in;
}
.web-movie .container .info-action .trailer .video-trailer {
  display: flex;
  width: 120px;
  color: white;
}
.web-movie .container .info-action .trailer .video-trailer span {
  font-size: 14px;
  margin-left: 5px;
}
.web-movie .container .info-action .trailer .video-trailer:hover .img-trailer {
  filter: brightness(0) invert(0.7);
}
.web-movie .container .info-action .trailer .video-trailer:hover .view-trailer {
  color: yellow;
}
.web-movie .container .info-action .trailer .book-trailer {
  position: relative;
  display: inline-block;
  background: #ffc107;
  overflow: hidden;
  z-index: 0;
  color: black;
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid black;
  text-decoration: none;
  font-weight: bold;
  width: 150px;
  text-align: center;
  text-transform: uppercase;
}
.web-movie .container .info-action .trailer .book-trailer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: linear-gradient(106deg, #639, #36c 102.69%);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.web-movie .container .info-action .trailer .book-trailer:hover span {
  color: #f8fafc;
  transition: all 0.3s ease-in;
}
.web-movie .container .info-action .trailer .book-trailer:hover img {
  filter: brightness(0) invert(1);
}
.web-movie .container .info-action .trailer .book-trailer:hover::before {
  left: 0;
}
.web-movie .container .info-action .trailer .book-trailer:hover {
  color: white;
  border: 1px solid white;
  transition: all 0.3s ease-in;
}
.web-movie .container .owl-carousel .owl-item .trailer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.web-movie .container .owl-carousel .owl-item .trailer .img-trailer {
  height: 24px;
  width: 24px;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}
.web-movie .container .owl-carousel .owl-item .trailer .view-trailer {
  margin-left: 5px;
  color: white;
  transition: all 0.3s ease;
}
.web-movie .container .owl-nav {
  display: flex;
  position: absolute;
  top: 30%;
  left: -4%;
  width: 1300px;
  justify-content: space-between;
  line-height: 20px;
}
.web-movie .container .owl-nav button {
  width: 40px;
  height: 50px;
}
.web-movie .container .owl-nav button span {
  font-size: 100px;
}
.web-movie .container .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #f8fafc;
  text-decoration: none;
}
.web-movie .container .owl-dots {
  margin-top: 20px;
}

.movie-showing, .movie-coming {
  margin-bottom: 100px;
}

.movie-coming .owl-item {
  height: 310px;
}
.movie-coming .owl-stage-outer {
  height: 600px;
}
.movie-coming img {
  height: 426px;
  width: 286px;
}
.movie-coming .card-movie-body {
  width: 285px;
  height: 130px;
}

.movie-coming-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.movie-coming-content::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 30%;
  width: 50%;
  height: 50%;
  background-color: rgb(113, 79, 205);
  border-radius: 50%;
  border: none;
  filter: blur(100px);
  opacity: 0.7;
  z-index: -1;
}
.movie-coming-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 50%;
  background-color: #ab57b8;
  border-radius: 50%;
  border: none;
  filter: blur(100px);
  opacity: 0.7;
  z-index: -1;
}

.more-movie {
  text-align: center;
  margin-top: 20px;
}
.more-movie .btn-more {
  position: relative;
  position: relative;
  display: inline-block;
  background: rgb(13, 2, 43);
  overflow: hidden;
  z-index: 0;
  text-decoration: none;
  color: yellow;
  border: 1px solid yellow;
  font-size: 16px;
  padding: 10px 80px;
  font-weight: bold;
}
.more-movie .btn-more::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: linear-gradient(90deg, #ff6d00, #ffc107);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.more-movie .btn-more:hover span {
  color: #f8fafc;
  transition: all 0.3s ease-in;
}
.more-movie .btn-more:hover img {
  filter: brightness(0) invert(1);
}
.more-movie .btn-more:hover::before {
  left: 0;
}
.more-movie .btn-more:hover {
  color: #f8fafc;
  transition: all 0.3s ease-in;
}

.day-coming {
  text-align: center;
  color: #f8fafc;
  opacity: 0.8;
  margin-top: 5px;
  cursor: default;
}

.promotion-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  position: relative;
}
.promotion-content::before {
  content: "";
  position: absolute;
  top: 80%;
  left: -20%;
  width: 50%;
  height: 50%;
  background-color: rgb(195, 187, 217);
  border-radius: 50%;
  border: none;
  filter: blur(100px);
  opacity: 0.7;
  z-index: -1;
}
.promotion-content::after {
  content: "";
  position: absolute;
  bottom: -150%;
  right: -10%;
  width: 40%;
  height: 50%;
  background-color: #9dccdf;
  border-radius: 50%;
  border: none;
  filter: blur(100px);
  opacity: 0.7;
  z-index: -1;
}
.promotion-content .heading-promotion {
  color: #f8fafc;
  font-size: 40px;
  font-weight: bold;
}
.promotion-content .container {
  padding: 0;
}
.promotion-content .owl-nav {
  display: flex;
  position: absolute;
  top: 30%;
  left: -4%;
  width: 1300px;
  justify-content: space-between;
  line-height: 20px;
}
.promotion-content .owl-nav button {
  width: 40px;
  height: 50px;
}
.promotion-content .owl-nav button span {
  font-size: 100px;
}
.promotion-content .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #f8fafc;
  text-decoration: none;
}
.promotion-content .owl-dots {
  margin-top: 20px;
}
.promotion-content .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #f8fafc;
  text-decoration: none;
}

.promotion {
  z-index: 5;
}

.more-promotion {
  text-align: center;
  margin-top: 20px;
}
.more-promotion .btn-more {
  position: relative;
  position: relative;
  display: inline-block;
  background: rgb(13, 2, 43);
  overflow: hidden;
  z-index: 0;
  text-decoration: none;
  color: black;
  background-color: yellow;
  border: 1px solid rgb(51, 51, 149);
  font-size: 16px;
  padding: 10px 80px;
  font-weight: bold;
}
.more-promotion .btn-more::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: linear-gradient(106deg, #639, #36c 102.69%);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.more-promotion .btn-more:hover span {
  color: #f8fafc;
  transition: all 0.3s ease-in;
}
.more-promotion .btn-more:hover img {
  filter: brightness(0) invert(1);
}
.more-promotion .btn-more:hover::before {
  left: 0;
}
.more-promotion .btn-more:hover {
  color: #f8fafc;
  transition: all 0.3s ease-in;
}

.info .social-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info .social-info h2 {
  color: #f8fafc;
  width: 100%;
}
.info .social-info img {
  z-index: 1;
}
.info .social-info img:first-child {
  position: relative;
  left: 10%;
}
.info .social-info img:last-child {
  position: relative;
  left: 10%;
}
.info .social-info span {
  color: #f8fafc;
  background: linear-gradient(106deg, #639, #36c 102.69%);
  font-size: 36px;
  font-weight: bold;
  padding: 10px 0;
  z-index: 0;
}
.info .social-info .txt {
  position: relative;
}
.info .social-info .txt::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 100%;
  left: -20%;
  top: 0%;
  background: linear-gradient(106deg, #639, #36c 102.69%);
  z-index: -1;
  border-radius: 5px;
}
.info .container {
  width: 1200px;
  margin: 0 auto;
}
.info .box {
  border-radius: 5px;
  padding: 40px;
  background: rgba(51, 102, 204, 0.8);
}
.info .box h3 {
  color: #f8fafc;
}
.info .box a {
  color: #f8fafc;
}
.info .box img {
  filter: brightness(0) invert(1);
}
.info .send-info {
  font-weight: bold;
  border-radius: 5px;
  padding: 5px 40px;
  position: relative;
  display: inline-block;
  background: #ffc107;
  overflow: hidden;
  z-index: 0;
}
.info .send-info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: linear-gradient(106deg, #639, #36c 102.69%);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.info .send-info:hover span {
  color: #f8fafc;
  transition: all 0.3s ease-in;
}
.info .send-info:hover img {
  filter: brightness(0) invert(1);
}
.info .send-info:hover::before {
  left: 0;
}
.info .send-info:hover {
  color: #f8fafc;
  transition: all 0.3s ease-in;
}
.container-footer{
  width: 1200px;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */
