@media screen and (max-width: 426px){
  .image-11, .image-22, .image-33, .image-44, .image-55, .image-66, .image-77, .image-88, .image-99{
    object-position: top center;
    object-fit: contain !important;
  }
}
:root {
  --animate-delay: 0.5s;
}

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

html,
body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  color: black !important;
  background: yellow;
}

::selection {
  color: black !important;
  background: yellow;
}

header .overlay,
header .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
}
header .sidebar {
  left: -100%;
  max-width: 270px;
  transition: all ease 0.25s;
  overflow-y: auto;
  z-index: 1032;
  background-image: url("../../img/HomePage/passion-band-horse.gif");
  background-size: 600%;
  background-repeat: no-repeat;
  background-position: left;
}
@media screen and (min-width: 992px) {
  header .sidebar {
    background-color: transparent;
    background-image: none;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    flex-direction: row;
    max-width: 100%;
    transform: none;
    transition: none;
    overflow-y: visible;
    z-index: auto;
  }
}
header .overlay {
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  z-index: 1031;
}
header .main-navigation.active .sidebar {
  left: 0;
}
header .main-navigation.active .overlay {
  visibility: visible;
}
header .main-heading {
  position: relative;
  z-index: 100;
}
header .navbar {
  padding: 0;
  background-color: transparent !important;
  transition: all 0.3s;
  border-bottom: 0.3px solid rgba(223, 221, 221, 0.215);
}
header .navbar-brand img {
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 992px) {
  header .navbar-brand img {
    width: 100px;
  }
}
header .navbar-light .navbar-nav {
  text-align: center;
}
header .navbar-light .navbar-nav .nav-item .nav-link {
  color: white;
  transition: all 0.3s;
  font-weight: 700;
  letter-spacing: 1px;
}
header .navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: rgb(232, 247, 17);
}
@media screen and (min-width: 992px) {
  header .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    text-transform: uppercase;
  }
  header .navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: rgb(242, 255, 0);
  }
}
header .navbar-light .navbar-nav .nav-item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
header .navbar-light .navbar-toggler {
  border-color: white;
}
header .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header.nav-fixed .navbar {
  background-color: white !important;
}
header.nav-fixed .navbar-light .navbar-toggler {
  border-color: black;
}
header.nav-fixed .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header.nav-fixed .navbar-light .navbar-nav .nav-item .nav-link {
  color: white;
}
@media screen and (min-width: 992px) {
  header.nav-fixed .navbar-light .navbar-nav .nav-item .nav-link {
    color: black;
  }
}
header.nav-fixed .navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: rgb(175, 4, 4);
}

footer {
  background-color: rgb(29, 29, 29);
  color: white;
  padding: 6rem 0;
}
footer .thongTinLienHe ul {
  padding: 0;
}
footer .thongTinLienHe h5 {
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 2.3rem;
}
footer .thongTinLienHe span {
  color: white;
  line-height: 2rem;
  margin-left: 0.5rem;
  transition: all 0.3s;
  font-size: 13px;
}
@media screen and (min-width: 576px) {
  footer .thongTinLienHe span {
    font-size: 16px;
  }
}
footer .thongTinLienHe span:hover {
  color: rgb(246, 255, 0);
}
footer .thongTinLienHe a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
footer .thongTinLienHe i {
  font-size: 30px;
  color: white;
}
footer .thongTinLienHe img {
  width: 30px;
  height: 30px;
}
footer .thongTinLienHe li {
  list-style: none;
  margin-bottom: 1rem;
}
footer .ggMap h5 {
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 2.3rem;
}
footer .ggMap iframe {
  width: 100%;
  height: 300px;
}

.HomePage-Carousel .carousel-inner .carousel-caption {
  top: 30%;
}
@media screen and (min-width: 992px) {
  .HomePage-Carousel .carousel-inner .carousel-caption {
    top: 45%;
  }
}
.HomePage-Carousel .carousel-inner .carousel-caption h2 {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (min-width: 576px) {
  .HomePage-Carousel .carousel-inner .carousel-caption h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .HomePage-Carousel .carousel-inner .carousel-caption h2 {
    font-size: 4rem;
  }
}
.HomePage-Carousel .carousel-inner .carousel-caption .content {
  margin-top: 5rem;
}
.HomePage-Carousel .carousel-inner .carousel-caption h5 {
  font-size: 1rem;
  letter-spacing: 1.25px;
}
@media screen and (min-width: 768px) {
  .HomePage-Carousel .carousel-inner .carousel-caption h5 {
    font-size: 1.25rem;
  }
}
.HomePage-Carousel .carousel-inner .carousel-caption button {
  position: absolute;
  bottom: 30%;
}
@media screen and (min-width: 768px) {
  .HomePage-Carousel .carousel-inner .carousel-caption button {
    bottom: 32%;
  }
}
@media screen and (min-width: 992px) {
  .HomePage-Carousel .carousel-inner .carousel-caption button {
    bottom: 35%;
  }
}
.HomePage-Carousel .carousel-inner .carousel-caption .hidden {
  opacity: 0;
}
.HomePage-Carousel .carousel-inner .carousel-caption .console-container {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  display: block;
  position: absolute;
  color: white;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 576px) {
  .HomePage-Carousel .carousel-inner .carousel-caption .console-container {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .HomePage-Carousel .carousel-inner .carousel-caption .console-container {
    font-size: 4rem;
  }
}
.HomePage-Carousel .carousel-inner .carousel-caption .console-underscore {
  display: inline-block;
  position: relative;
  top: -0.14em;
  left: 10px;
}
.HomePage-Carousel .carousel-inner img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.HomePage-Carousel .carousel-inner .overlay-carousel {
  background-color: rgba(0, 0, 0, 0.188);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.HomePage-Carousel .carousel-inner .overlay-carousel.item1 {
  background-color: rgba(0, 0, 0, 0.393);
}
.HomePage-Carousel .carousel-inner .overlay-carousel.item2 {
  background-color: rgba(0, 0, 0, 0.337);
}
.HomePage-Carousel .carousel-inner .overlay-carousel.item3 {
  background-color: rgba(0, 0, 0, 0.226);
}
.HomePage-Carousel .carousel-indicators {
  display: none;
  bottom: 10%;
  justify-content: start;
}
.HomePage-Carousel .carousel-indicators button {
  border-radius: 50% !important;
  margin-right: 8px;
  width: 15px !important;
  height: 15px !important;
}
@media screen and (min-width: 768px) {
  .HomePage-Carousel .carousel-indicators {
    display: flex;
  }
}

.btn-contact {
  background: linear-gradient(63deg, rgb(105, 195, 34) 0%, rgb(249, 253, 45) 100%);
  border: none;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  border-radius: 10px;
  letter-spacing: 1px;
  padding: 10px 18px;
  width: 150px;
  text-align: center;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
}
.btn-contact:hover {
  transform: scale(1.05);
}
@media screen and (min-width: 768px) {
  .btn-contact {
    padding: 15px 30px;
    width: 200px;
    font-size: 17px;
  }
}

.btn-contact:after {
  content: "";
  background: white;
  display: block;
  position: absolute;
  padding-top: 35%;
  padding-left: 100%;
  margin-left: -30px !important;
  margin-top: -25%;
  opacity: 0;
  transition: all 0.8s;
}

.btn-contact:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}

.HomePage-ThongTin {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.HomePage-ThongTin .title {
  font-weight: 900;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  background: linear-gradient(to right, #FFF 20%, rgb(140, 255, 0) 40%, #FF0 60%, #FFF 80%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 1s linear infinite;
          animation: shine 1s linear infinite;
}
@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}
@media screen and (min-width: 576px) {
  .HomePage-ThongTin .title {
    font-size: 23px;
  }
}
@media screen and (min-width: 768px) {
  .HomePage-ThongTin .title {
    font-size: 28px;
  }
}
.HomePage-ThongTin__videoBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  display: inline-block;
}
.HomePage-ThongTin__overlay {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.347);
  z-index: -1;
}
.HomePage-ThongTin__content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.547);
  width: 90%;
  max-height: 100vh;
  border-radius: 8px;
  padding: 10px 5px;
}
@media screen and (min-width: 768px) {
  .HomePage-ThongTin__content {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .HomePage-ThongTin__content {
    padding: 20px;
    width: 70%;
  }
}
.HomePage-ThongTin__content__detail {
  letter-spacing: 1px;
}
.HomePage-ThongTin__content__detail h5 {
  font-size: 14px;
  line-height: 16px;
}
@media screen and (min-width: 992px) {
  .HomePage-ThongTin__content__detail h5 {
    font-size: 17px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .HomePage-ThongTin__content__detail h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.HomePage-ThongTin__content__detail a {
  text-decoration: none;
}
.HomePage-ThongTin .swiper {
  height: 200px;
}
@media screen and (min-width: 576px) {
  .HomePage-ThongTin .swiper {
    height: 250px;
  }
}
@media screen and (min-width: 992px) {
  .HomePage-ThongTin .swiper {
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .HomePage-ThongTin .swiper {
    height: 400px;
  }
}
.HomePage-ThongTin .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 400px;
}
.HomePage-ThongTin .swiper-slide img {
  border-radius: 8px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.HomePage-ThongTin .contact-icon img {
  height: 40px;
  width: 40px;
}
.HomePage-ThongTin .contact-icon i {
  font-size: 40px;
}

.HomePage-Service {
  background-repeat: repeat;
  background-size: auto;
  background-color: #3f4244;
  position: relative;
}
.HomePage-Service .swiper {
  width: 100%;
  height: 100%;
}
.HomePage-Service .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.HomePage-Service .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.HomePage-Service .content-left {
  order: 2;
  padding-top: 4rem;
}
@media screen and (min-width: 992px) {
  .HomePage-Service .content-left {
    order: 1 !important;
  }
}
.HomePage-Service .content-right {
  order: 1;
}
@media screen and (min-width: 992px) {
  .HomePage-Service .content-right {
    order: 2 !important;
  }
}
.HomePage-Service .content-right .title {
  font-weight: 900;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  background: linear-gradient(to right, #FFF 20%, rgb(140, 255, 0) 40%, #FF0 60%, #FFF 80%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 1s linear infinite;
          animation: shine 1s linear infinite;
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}
@media screen and (min-width: 576px) {
  .HomePage-Service .content-right .title {
    font-size: 23px;
  }
}
@media screen and (min-width: 768px) {
  .HomePage-Service .content-right .title {
    font-size: 28px;
  }
}
.HomePage-Service .content-right .detail p {
  font-size: 16px;
  font-weight: 500;
  color: #e4e7e7;
}
@media screen and (min-width: 992px) {
  .HomePage-Service .content-right .detail p {
    font-size: 20px;
  }
}
.HomePage-Service .content-right h5 {
  font-size: 17px;
}
@media screen and (min-width: 576px) {
  .HomePage-Service .content-right h5 {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  .HomePage-Service .content-right h5 {
    font-size: 21px;
  }
}

#videoBand {
  scroll-margin-top: 5rem !important;
}

.HomePage-Video {
  position: relative;
}
.HomePage-Video .xemThem h5 {
  font-size: 14px;
  margin: 1rem 0;
}
@media screen and (min-width: 576px) {
  .HomePage-Video .xemThem h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .HomePage-Video .xemThem h5 {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .HomePage-Video .xemThem h5 {
    font-size: 25px;
  }
}
.HomePage-Video h2 {
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .HomePage-Video h2 {
    font-size: 23px;
  }
}
@media screen and (min-width: 768px) {
  .HomePage-Video h2 {
    font-size: 28px;
  }
}
.HomePage-Video .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.HomePage-Video .swiper-wrapper {
  height: 450px;
}
@media screen and (min-width: 425px) {
  .HomePage-Video .swiper-wrapper {
    height: 480px;
  }
}
@media screen and (min-width: 450px) {
  .HomePage-Video .swiper-wrapper {
    height: 500px;
  }
}
@media screen and (min-width: 500px) {
  .HomePage-Video .swiper-wrapper {
    height: 600px;
  }
}
@media screen and (min-width: 576px) {
  .HomePage-Video .swiper-wrapper {
    height: 350px;
  }
}
@media screen and (min-width: 600px) {
  .HomePage-Video .swiper-wrapper {
    height: 400px;
  }
}
@media screen and (min-width: 730px) {
  .HomePage-Video .swiper-wrapper {
    height: 450px;
  }
}
@media screen and (min-width: 768px) {
  .HomePage-Video .swiper-wrapper {
    height: 500px;
  }
}
@media screen and (min-width: 880px) {
  .HomePage-Video .swiper-wrapper {
    height: 550px;
  }
}
@media screen and (min-width: 992px) {
  .HomePage-Video .swiper-wrapper {
    height: 420px;
  }
}
@media screen and (min-width: 1200px) {
  .HomePage-Video .swiper-wrapper {
    height: 500px;
  }
}
@media screen and (min-width: 1400px) {
  .HomePage-Video .swiper-wrapper {
    height: 600px;
  }
}
@media screen and (min-width: 1600px) {
  .HomePage-Video .swiper-wrapper {
    height: 900px;
  }
}
.HomePage-Video .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.HomePage-Video .swiper-slide img {
  width: 100%;
  height: 100%;
}
.HomePage-Video .swiper-slide button {
  border: none !important;
}
.HomePage-Video .swiper-slide button::before {
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  font-size: 30px;
  position: absolute;
  font-weight: 900;
  color: white;
  border: 2px solid;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 50px;
  padding-left: 5px;
  background: black;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.HomePage-Video .swiper-slide button:hover {
  cursor: pointer;
}
.HomePage-Video .swiper-slide button:hover::before {
  opacity: 1;
}
.HomePage-Video .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
.HomePage-Video .modal-body {
  position: relative;
  padding: 0px;
}
.HomePage-Video .btn-close {
  position: absolute;
  right: -30px;
  top: 0;
}

.top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: none;
  z-index: 99;
  padding: 12px 18px;
  background: linear-gradient(63deg, rgb(105, 195, 34) 0%, rgb(249, 253, 45) 100%);
  color: black;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.8;
  -webkit-animation: effectButtonScrollTop 1.5s infinite;
          animation: effectButtonScrollTop 1.5s infinite;
}
.top:hover {
  background: linear-gradient(231deg, rgb(101, 195, 29) 0%, rgb(243, 247, 35) 100%) !important;
}

@-webkit-keyframes effectButtonScrollTop {
  0% {
    bottom: 80px;
    opacity: 0.8;
  }
  50% {
    bottom: 100px;
    opacity: 1;
    background: linear-gradient(63deg, rgb(101, 195, 29) 0%, rgb(243, 247, 35) 100%);
  }
  100% {
    bottom: 80px;
    opacity: 0.8;
  }
}

@keyframes effectButtonScrollTop {
  0% {
    bottom: 80px;
    opacity: 0.8;
  }
  50% {
    bottom: 100px;
    opacity: 1;
    background: linear-gradient(63deg, rgb(101, 195, 29) 0%, rgb(243, 247, 35) 100%);
  }
  100% {
    bottom: 80px;
    opacity: 0.8;
  }
}/*# sourceMappingURL=style.css.map */