@import "bootstrap.min.css";
@import "all.min.css";
@import "animate.css";
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700;800&display=swap");
html,
body {
  font-size: 16px;
  font-family: "Prompt", sans-serif;
}

a {
  color: #000;
}

.clearfloat:after {
  display: table;
  content: "";
  clear: both;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 0;
}
header .logo-header {
  width: 200px;
  height: auto;
  margin: 0 1rem;
}
header .menu-header a {
  margin: 0 0.5rem;
}
header .contact-header-menu {
  margin: 0 1rem;
}
header .contact-header-menu .button-contact-header {
  border-radius: 20px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #0167ee), to(#004299));
  background: linear-gradient(0deg, #0167ee 50%, #004299 100%);
  padding: 0.25rem 0.75rem;
  color: white;
  cursor: pointer;
}
header .contact-header-menu .button-contact-header:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.close-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: -20px 0.75rem;
  cursor: pointer;
  font-size: 55px;
  color: #004299;
}

.modal-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c5defe));
  background: linear-gradient(180deg, #ffffff 0%, #c5defe 100%);
}

.modal-body .modal-card-contact {
  padding: 1rem;
  margin: 1rem 0;
  background-color: white;
  border-radius: 20px;
}
.modal-body .modal-card-contact .img-contact-modal {
  width: 100px;
  height: auto;
  margin: auto;
}
.modal-body .modal-card-contact .img-contact-modal:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.modal-body .modal-card-contact p {
  margin: 1rem 0 0;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.nav-mobile-box {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 90%;
  z-index: 9;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  background-color: white;
  z-index: 11;
  height: 100vh;
  margin: 0 40px;
}
.nav-mobile-box.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  display: block;
}
.nav-mobile-box .logo-menu-mobile {
  width: 150px;
  margin: 1rem auto;
}
.nav-mobile-box .menu-mobile {
  list-style-type: none;
}
.nav-mobile-box .menu-mobile .list-menu {
  text-align: center;
  padding: 5px 0 5px;
}
.nav-mobile-box .menu-mobile .list-menu a {
  font-size: 18px;
  color: black;
}
.nav-mobile-box .menu-mobile .list-menu a:hover {
  color: #004299;
  text-decoration: none;
}
.nav-mobile-box i {
  font-size: 25px;
  margin: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: #004299;
}
.nav-mobile-box i:hover {
  color: brown;
}

.close {
  -webkit-transform: translateX(120%);
      -ms-transform: translateX(120%);
          transform: translateX(120%);
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

ul {
  margin: 0;
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

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

a {
  text-decoration: none !important;
}

.style-head-content {
  font-size: 30px;
  font-weight: 500;
  color: white;
  text-align: center;
  padding: 1rem;
}

.color-blue {
  color: #004299;
}

.contact-main {
  background-color: #e7effb;
  overflow: hidden;
}
.contact-main .contact-main-left {
  position: relative;
  background-image: url(../img/Subtract.png);
  background-size: 100% 100%;
  padding: 1rem 1.75rem;
  color: white;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-main .contact-main-left .button-contact-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-main .contact-main-right {
  padding: 1rem;
  position: relative;
}

.size-title-contact {
  font-size: 20px;
}

.button-style-yello {
  background-color: #fbba00;
  padding: 0.25rem 1rem;
  color: black;
  border-radius: 20px;
  font-size: 20px;
}

.button-style-silver {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #ffffff), to(#d1e3fd));
  background: linear-gradient(0deg, #ffffff 50%, #d1e3fd 100%);
  padding: 0.25rem 1rem;
  color: #004299;
  border-radius: 20px;
  font-size: 20px;
}

.slide-bandgame-main {
  overflow: hidden;
  padding: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.slide-bandgame-main .swiper-slide {
  margin: auto;
}
.slide-bandgame-main .swiper-slide .img-bangame {
  width: 100px;
  height: auto;
  margin: auto;
}

.media-content-main {
  overflow: hidden;
  margin: 3rem 0;
  padding-bottom: 3rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), to(#ffe9ab));
  background: linear-gradient(180deg, #ffffff 50%, #ffe9ab 100%);
}
.media-content-main .detail-media-content {
  margin: 5rem 0;
}
.media-content-main .detail-media-content .border-card-detail {
  border: 2px dashed orange;
  border-radius: 50%;
}
.media-content-main .detail-media-content .border-card-detail .card-detail-media-top,
.media-content-main .detail-media-content .border-card-detail .card-detail-media-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.media-content-main .detail-media-content .border-card-detail .card-detail-media-top {
  margin: 5rem 0;
}
.media-content-main .detail-media-content .border-card-detail .card-detail-media-bottom {
  margin: 10rem 0px -3rem;
}
.media-content-main .detail-media-content .card-detail {
  position: relative;
  width: 250px;
  background-color: white;
  padding: 3rem 0 1rem;
  text-align: center;
  border-radius: 15px;
}
.media-content-main .detail-media-content .card-detail .head-img-card {
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 65px;
  top: -30px;
}
.media-content-main .detail-media-content .card-detail:first-child, .media-content-main .detail-media-content .card-detail:last-child {
  -webkit-transform: translateY(-4rem);
      -ms-transform: translateY(-4rem);
          transform: translateY(-4rem);
}

.theme-content-main {
  background-image: url(../img/bg-theme.png);
  background-size: 100% 100%;
  color: white;
  padding: 1rem;
  overflow: hidden;
  margin: 3rem 0;
}
.theme-content-main p {
  text-align: center;
}
.theme-content-main .swiper-theme {
  position: relative;
}
.theme-content-main .swiper-theme .theme-img {
  width: 60%;
  margin: auto;
}
.theme-content-main .swiper-theme .swiper-theme-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 35px;
  z-index: 5;
  cursor: pointer;
}
.theme-content-main .swiper-theme .swiper-theme-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 35px;
  z-index: 5;
  cursor: pointer;
}
.theme-content-main .swiper-theme .swiper-pagination {
  bottom: -30px;
}
.theme-content-main .swiper-theme .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fbba00;
}
.theme-content-main .button-theme-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.theme-content-main .button-theme-main .button-theme {
  border-radius: 20px;
  padding: 0.25rem 1rem;
  background-color: #fbba00;
  margin: 0 0.5rem;
}
.theme-content-main .button-theme-main .button-theme:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.review-main {
  margin: 3rem 0 0;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #306cc8), to(#004299));
  background: linear-gradient(180deg, #306cc8 50%, #004299 100%);
  overflow: hidden;
}
.review-main p {
  color: white;
}
.review-main .swiper-slide {
  opacity: 0;
}
.review-main .swiper-slide .card-review {
  margin: 2rem 0 3rem;
  background-image: url(../img/Note.png);
  background-size: 100% 100%;
  padding: 1rem;
  height: 300px;
}
.review-main .swiper-slide .card-review p {
  color: black;
}
.review-main .swiper-slide-active,
.review-main .swiper-slide-next,
.review-main .swiper-slide-prev {
  opacity: 1;
}
.review-main .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fbba00;
}
.review-main .swiper-review-prev {
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10%;
  font-size: 35px;
  z-index: 5;
  cursor: pointer;
}
.review-main .swiper-review-next {
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10%;
  font-size: 35px;
  z-index: 5;
  cursor: pointer;
}

.get-gift {
  position: relative;
  background-color: #e7effb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 0;
}
.get-gift .button-gift {
  margin: 3rem;
  padding: 1rem 2rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #306cc8), to(#004299));
  background: linear-gradient(0deg, #306cc8 20%, #004299 100%);
  border-radius: 20px;
  color: white;
}
.get-gift .button-gift:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.get-gift .focus-left {
  position: absolute;
  width: 100px;
  left: 30%;
}
.get-gift .focus-left2 {
  position: absolute;
  width: 100px;
  left: 20%;
}
.get-gift .focus-right {
  position: absolute;
  width: 100px;
  right: 30%;
}
.get-gift .focus-right2 {
  position: absolute;
  width: 100px;
  right: 20%;
}

.band-game-main {
  overflow: hidden;
}
.band-game-main .nav-tabs {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem;
}
.band-game-main .nav-tabs .head-band-game {
  margin: 1.5rem 0;
}
.band-game-main .nav-tabs .head-band-game h3 {
  font-size: 2.5rem;
}
.band-game-main .nav-tabs .nav-link:focus,
.band-game-main .nav-tabs .nav-tabs .nav-link:hover {
  outline: none;
}
.band-game-main .nav-tabs .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background: none;
  width: 100%;
  cursor: pointer;
}
.band-game-main .nav-tabs .active {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #fec72e), to(#ffffff));
  background: linear-gradient(90deg, #fec72e 20%, #ffffff 100%);
}
.band-game-main .tab-content {
  overflow: hidden;
  border-radius: 10px 0px 0px 10px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #306cc8), to(#004299));
  background: linear-gradient(0deg, #306cc8 20%, #004299 100%);
  padding: 3rem;
}
.band-game-main .tab-content .bandgame-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: auto;
}
.band-game-main .tab-content .bandgame-img .img-game {
  width: 16%;
  height: auto;
}
.band-game-main .tab-content .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fbba00;
}

.feature-conetent-main {
  text-align: center;
  background-image: url(../img/bg-feture.png);
  background-size: 100% 100%;
  overflow: hidden;
  padding: 3rem;
  margin: 3rem 0;
  border-radius: 0px 120px 0px 0px;
}
.feature-conetent-main .Swiper-menu-feature {
  margin: 2rem 0;
}
.feature-conetent-main .Swiper-menu-feature .swiper-slide-thumb-active .pagi-menu-feature .paginumber,
.feature-conetent-main .Swiper-menu-feature .swiper-slide-thumb-active .pagi-menu-feature .pagi-border {
  background-color: #004299 !important;
  color: white;
}
.feature-conetent-main .Swiper-menu-feature .swiper-slide-thumb-active .pagi-menu-feature p {
  color: #004299;
}
.feature-conetent-main .Swiper-menu-feature .swiper-slide .pagi-menu-feature {
  cursor: pointer;
}
.feature-conetent-main .Swiper-menu-feature .swiper-slide .pagi-menu-feature .paginumber {
  background-color: white;
  width: 40px;
  border-radius: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature-conetent-main .Swiper-menu-feature .swiper-slide .pagi-menu-feature .pagi-border {
  background-color: white;
  width: 75%;
  border-radius: 20px;
  height: 7px;
  margin: 0.5rem auto;
}
.feature-conetent-main .Swiper-feature {
  position: relative;
}
.feature-conetent-main .Swiper-feature .swiper-slide-active,
.feature-conetent-main .Swiper-feature .swiper-slide-next,
.feature-conetent-main .Swiper-feature .swiper-slide-prev {
  opacity: 1;
}
.feature-conetent-main .Swiper-feature .swiper-feature-prev {
  color: #004299;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -8%;
  font-size: 35px;
  z-index: 5;
  cursor: pointer;
}
.feature-conetent-main .Swiper-feature .swiper-feature-next {
  color: #004299;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -8%;
  font-size: 35px;
  z-index: 5;
  cursor: pointer;
}

.content-feature {
  background-color: white;
  height: 100%;
  border-radius: 20px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.content-feature .head-title-feature {
  text-align: start;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #306cc8), to(#004299));
  background: linear-gradient(0deg, #306cc8 20%, #004299 100%);
  color: white;
  font-size: 20px;
  padding: 0.5rem 1rem;
  border-radius: 15px 15px 0 0;
}
.content-feature .conten-ttitle-feature {
  text-align: start;
  padding: 1rem;
}

.about-main {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#d1e3fd));
  background: linear-gradient(90deg, #ffffff 0%, #d1e3fd 100%);
  text-align: center;
  padding: 3rem 0;
}
.about-main .content-about {
  text-align: start;
}
.about-main .logo-about {
  width: 300px;
  height: auto;
}

.target-main {
  padding: 3rem 0;
  background-image: url(../img/bg-target.png);
}
.target-main .target-img {
  width: 350px;
  height: auto;
}

.head-all-in-one {
  background-image: url(../img/bg-all-in-one.png);
  color: white;
  text-align: center;
  background-size: 100% 100%;
  padding: 3rem 0 5rem;
}

.content-all-in-one {
  position: relative;
  padding: 5rem 0 3rem;
}
.content-all-in-one .nav-all-page {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: absolute;
  top: -55px;
  z-index: 5;
  width: 100%;
}
.content-all-in-one .nav-all-page .button-menu-all-in-one {
  border-radius: 5px;
  width: 32%;
  padding: 1.25rem 0rem;
  text-align: center;
  cursor: pointer;
  background-color: white;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.content-all-in-one .nav-all-page .active {
  background: -webkit-gradient(linear, left top, left bottom, from(#fbba00), to(#ffe9ab));
  background: linear-gradient(180deg, #fbba00 0%, #ffe9ab 100%);
}
.content-all-in-one .banner-content-main {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #306cc8), to(#004299));
  background: linear-gradient(0deg, #306cc8 20%, #004299 100%);
  padding: 1.5rem;
  color: white;
  border-radius: 10px;
}
.content-all-in-one .banner-content-main .img-banner-platform {
  width: 300px;
  height: auto;
  margin: auto;
}
.content-all-in-one .banner-content-main .button-theme-sec {
  border-radius: 20px;
  padding: 0.25rem 1rem;
  background-color: #fbba00;
  margin: 1rem 0.5rem;
  color: black;
  width: 170px;
  text-align: center;
}
.content-all-in-one .funtion-post-main {
  padding: 3rem 0 0;
  text-align: center;
}
.content-all-in-one .funtion-post-main .card-funtion-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem 0;
}
.content-all-in-one .funtion-post-main .card-funtion-post .card-funtion-item {
  width: 32%;
  margin: 0.5rem;
  border-radius: 20px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.content-all-in-one .funtion-post-main .card-funtion-post .card-funtion-item .content-card-funtion {
  padding: 1rem;
  text-align: start;
}

.back-system-slide {
  padding: 3rem 0;
  text-align: center;
  position: relative;
}
.back-system-slide .Swiper-system {
  position: relative;
  overflow: hidden;
}
.back-system-slide .Swiper-system .img-system-slide {
  background-color: #e7effb;
  border-radius: 10px;
  padding: 1rem;
}
.back-system-slide .swiper-slide-active,
.back-system-slide .swiper-slide-next,
.back-system-slide .swiper-slide-prev {
  opacity: 1;
}
.back-system-slide .swiper-system-prev {
  color: #004299;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -45px;
  font-size: 35px;
  z-index: 5;
  cursor: pointer;
}
.back-system-slide .swiper-system-next {
  color: #004299;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -45px;
  font-size: 35px;
  z-index: 5;
  cursor: pointer;
}
.back-system-slide .swiper-pagination {
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.back-system-slide .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background: #fbba00;
}

.button-price-package {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #306cc8), to(#004299));
  background: linear-gradient(0deg, #306cc8 20%, #004299 100%);
  width: 200px;
  color: white;
  margin: 2rem auto 0;
  padding: 0.75rem 0;
  border-radius: 20px;
}

.sevice-post-main {
  margin: 3rem 0 0;
  text-align: center;
}
.sevice-post-main .card-service-post {
  -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
          box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius: 10px 10px 0px 0px;
  margin: 1rem;
}
.sevice-post-main .card-service-post .bg-img-service {
  background-color: #e7effb;
  padding: 1.5rem;
}
.sevice-post-main .card-service-post .bg-img-service .img-service {
  width: 200px;
  height: auto;
  margin: auto;
}
.sevice-post-main .card-service-post .content-service-post {
  padding: 1rem;
}
.sevice-post-main .card-service-post .content-service-post .price-service {
  margin: 0.5rem 0;
  background-color: #fff4d5;
  border-radius: 10px;
  padding: 0.5rem;
}

.package-main-page {
  background-color: #e6ebf5;
}
.package-main-page .head-package {
  text-align: center;
  color: white;
  background-image: url(../img/bg-all-in-one.png);
  background-size: 100% 100%;
  padding: 3rem 0 12rem;
}
.package-main-page .package-main .bg-color-white {
  background-color: white;
  padding: 1rem;
  height: 100%;
}
.package-main-page .package-main .bg-color-gray {
  background-color: #f3f4f6;
  padding: 1rem;
  height: 100%;
}
.package-main-page .package-main .radius-h-left-section {
  border-radius: 15px 0 0 0;
}
.package-main-page .package-main .radius-h-right-section {
  border-radius: 0 15px 0 0;
}
.package-main-page .package-main .radius-b-left-section {
  border-radius: 0 0 0 15px;
}
.package-main-page .package-main .radius-b-left-package {
  border-radius: 0 0 15px 0;
}
.package-main-page .package-main .radius-b-package {
  border-radius: 0 0 15px 15px;
}
.package-main-page .package-main .content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.package-main-page .package-main .package-detail {
  margin: -10rem 0 3rem;
}
.package-main-page .package-main .package-detail .pad-r {
  padding-right: 5px;
}
.package-main-page .package-main .package-detail .pad-l {
  padding-left: 5px;
}
.package-main-page .package-main .package-detail .head-package-left {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0167ee), to(#004299));
  background: linear-gradient(180deg, #0167ee 50%, #004299 100%);
  padding: 1rem;
  text-align: center;
  color: white;
  border-radius: 15px 15px 0 0;
}
.package-main-page .package-main .package-detail .head-package-right {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbba00), to(#ffe9ab));
  background: linear-gradient(180deg, #fbba00 0%, #ffe9ab 100%);
  padding: 1rem;
  text-align: center;
  border-radius: 15px 15px 0 0;
}
.package-main-page .package-main .package-detail .head-package-right .sell-popup {
  position: absolute;
  top: -8px;
  right: -11px;
  width: 100px;
}
.package-main-page .package-main .package-detail .section-package-first {
  background-color: #c5d6f1;
  color: #004299;
  font-size: 20px;
  font-weight: 600;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.package-main-page .package-main .package-detail .section-package-sec {
  background-color: #004299;
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.package-main-page .package-main .package-detail .package-bg-left {
  background-color: #c5d6f1;
  padding: 1rem;
  text-align: center;
}
.package-main-page .package-main .package-detail .package-bg-right {
  background-color: #fff4d5;
  padding: 1rem;
  text-align: center;
}
.package-main-page .package-main .package-detail .button-package-left {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #306cc8), to(#004299));
  background: linear-gradient(0deg, #306cc8 20%, #004299 100%);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin: 1rem auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem;
  border-radius: 20px;
}
.package-main-page .package-main .package-detail .button-package-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin: 1rem auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbba00), to(#ffe9ab));
  background: linear-gradient(180deg, #fbba00 0%, #ffe9ab 100%);
  border-radius: 20px;
}
.package-main-page .package-main .package-detail .package-content-simple {
  padding: 1rem;
  background-color: white;
  height: 100%;
}
.package-main-page .package-main .condition-package-main {
  padding: 0 0 3rem;
}
.package-main-page .package-main .condition-package-main h2 {
  text-align: center;
}
.package-main-page .package-main .condition-package-main .condition-package .h-condition-left {
  background-color: #004299;
  padding: 1rem;
  text-align: center;
  color: white;
}
.package-main-page .package-main .condition-package-main .condition-package .h-condition-right {
  background-color: #c5d6f1;
  padding: 1rem;
  text-align: center;
  color: #004299;
}

.slick-dots li.slick-active button:before {
  color: #fbba00 !important;
  opacity: 1 !important;
}

.slick-dots li button:before {
  font-size: 12px !important;
}

button.slick-next.slick-arrow,
button.slick-prev.slick-arrow {
  display: none !important;
}

.slick-dots li {
  margin: 0 !important;
}

.detail-media-content-mobile {
  display: none;
  position: relative;
}

footer {
  position: relative;
}
footer .back-to-top {
  position: fixed;
  width: 65px;
  right: 20px;
  bottom: 60px;
  z-index: 2;
  cursor: pointer;
}
footer .footer-main {
  -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
          box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #ffffff), to(#d1e3fd));
  background: linear-gradient(180deg, #ffffff 100%, #d1e3fd 100%);
  padding: 2rem;
}
footer .footer-main .footer-left {
  text-align: center;
}
footer .footer-main .footer-left .logo-footer {
  width: 300px;
  height: auto;
  margin: auto;
}
footer .footer-main .footer-center {
  width: 50%;
}
footer .footer-main .footer-center .menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer-main .footer-center .menu-footer p {
  color: #004299;
}
footer .footer-main .footer-center .menu-footer a {
  margin-top: 0.25rem;
}
footer .footer-main .footer-right p {
  margin-bottom: 1rem;
  color: #004299;
}
footer .footer-main .contact-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-main .contact-footer .facebook {
  width: 135px;
  height: auto;
}
footer .footer-main .contact-footer .facebook:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .footer-main .contact-footer .telegrame {
  width: 90px;
  height: auto;
}
footer .footer-main .contact-footer .telegrame:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .footer-main .contact-footer .line {
  position: absolute;
  width: 75px;
  left: 110px;
  bottom: -10px;
}
footer .footer-main .contact-footer .line:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .copyright {
  padding: 0.5rem;
  text-align: center;
  color: white;
  background-color: #004299;
}

@media only screen and (min-width: 767px) {
  .container {
    max-width: 1250px;
    width: 1250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 691px;
    width: 691px;
  }
}
@media only screen and (min-width: 1367px) {
  .container {
    max-width: 1344px;
    width: 1344px;
  }
}
@media only screen and (max-width: 1200px) {
  .focus-left,
  .focus-left2,
  .focus-right,
  .focus-right2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  header .logo-header {
    width: 100px;
  }
  header .menu-header a {
    margin: 0 0.5rem;
    font-size: 12px;
  }
  header .contact-header-menu .button-contact-header {
    font-size: 12px;
  }
  .contact-main-left .contact-main-left-title h1,
  .contact-main-left .contact-main-left-title h2 {
    margin-top: 1rem !important;
    font-size: 20px;
  }
  .contact-main-left .contact-main-left-title p {
    font-size: 13px;
  }
  .button-style-yello,
  .button-style-silver {
    font-size: 14px;
  }
  .video-main {
    text-align: center;
  }
  .video-main .vdieo-content {
    width: 600px;
    height: 250px;
  }
  .media-content-main {
    margin: 2rem 0;
  }
  .media-content-main .detail-media-content .border-card-detail .card-detail {
    margin: 0 0.25rem;
  }
  .media-content-main .detail-media-content .border-card-detail .card-detail .head-img-card {
    width: 55px;
    top: -20px;
  }
  .pagi-menu-feature p {
    font-size: 12px;
  }
  .content-feature .head-title-feature {
    font-size: 13px;
  }
  .content-feature .conten-ttitle-feature {
    font-size: 13px;
  }
  .content-feature .conten-ttitle-feature h1,
  .content-feature .conten-ttitle-feature h2,
  .content-feature .conten-ttitle-feature h3,
  .content-feature .conten-ttitle-feature h4 {
    font-size: 15px;
  }
  .swiper-feature-next,
  .swiper-feature-prev {
    display: none;
  }
  .band-game-main {
    margin: 2rem 0;
  }
  .band-game-main .nav-tabs .head-band-game h3 {
    font-size: 24px;
  }
  .band-game-main .nav-tabs .head-band-game p {
    font-size: 13px;
  }
  .band-game-main .nav-tabs {
    font-size: 12px;
  }
  .band-game-main .tab-content {
    padding: 1rem 0rem;
  }
  .review-main .swiper-slide .card-review {
    font-size: 12px;
    height: auto;
  }
  .get-gift {
    padding: 0;
  }
  footer .footer-main .footer-left .logo-footer {
    width: 150px;
  }
  footer .footer-main .footer-left p {
    margin-top: 0.75rem;
    font-size: 12px;
  }
  footer .footer-main .footer-center {
    width: 100%;
  }
  footer .footer-main .footer-center .menu-footer {
    font-size: 15px;
  }
  footer .footer-main .contact-footer .line {
    left: 70px;
    bottom: -33px;
  }
  .button-menu-all-in-one h4 {
    font-size: 17px;
  }
  .banner-content-title h2,
  .banner-content-title h3 {
    font-size: 25px;
  }
  .content-all-in-one .banner-content-main .img-banner-platform {
    width: 100%;
  }
  .content-all-in-one .funtion-post-main .card-funtion-post .card-funtion-item {
    width: 30%;
  }
  .content-all-in-one .funtion-post-main .card-funtion-post {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .head-package-left h3,
  .head-package-right h3 {
    font-size: 20px;
  }
  .review-main,
  .theme-content-main {
    margin: 0;
  }
  .feature-conetent-main,
  .detail-media-content {
    margin: 2rem 0 !important;
  }
  .slick-dots li button:before {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 600px) {
  header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .menu-header,
  header .contact-header-menu {
    display: none;
  }
  header .hamburger {
    display: block;
    margin: 0 0.5rem;
  }
  header .logo-header {
    width: 150px;
    height: auto;
  }
  .nav-mobile-box {
    display: block;
  }
  .video-main {
    text-align: center;
  }
  .video-main .vdieo-content {
    width: 350px;
    height: 200px;
  }
  .contact-main-left .contact-main-left-title h1,
  .contact-main-left .contact-main-left-title h2 {
    margin-top: 0.5rem !important;
    font-size: 20px;
  }
  .contact-main-left .contact-main-left-title p {
    font-size: 13px;
  }
  .button-contact-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .button-contact-left .button-style-yello,
  .button-contact-left .button-style-silver {
    font-size: 14px;
  }
  .slide-bandgame-main .swiper-slide .img-bangame {
    width: 65px;
  }
  .media-content-main,
  .feature-conetent-main {
    margin: 2rem 0;
  }
  .theme-content-main,
  .review-main {
    margin: 2rem 0 0;
    font-size: 13px;
  }
  .media-content-main .border-card-detail {
    display: none;
  }
  .feature-conetent-main {
    padding: 2rem;
    border-radius: 0px 30px 0px 0px;
  }
  .feature-conetent-main h2 {
    font-size: 22px;
  }
  .pagi-menu-feature .paginumber {
    width: 30px !important;
    height: 30px !important;
    font-size: 10px;
  }
  .pagi-menu-feature .pagi-border {
    height: 5px !important;
  }
  .pagi-menu-feature p {
    display: none;
  }
  .feature-conetent-main .Swiper-feature .swiper-feature-prev {
    top: 18%;
    left: -13%;
  }
  .feature-conetent-main .Swiper-feature .swiper-feature-next {
    top: 18%;
    right: -13%;
  }
  .content-feature .head-title-feature {
    font-size: 16px;
  }
  .content-feature .conten-ttitle-feature {
    font-size: 12px;
  }
  .content-feature .conten-ttitle-feature h2,
  .content-feature .conten-ttitle-feature h3,
  .content-feature .conten-ttitle-feature h4,
  .content-feature .conten-ttitle-feature h5 {
    font-size: 16px;
  }
  .style-head-content {
    padding: 0.5rem;
    font-size: 25px;
  }
  .theme-content-main p {
    font-size: 15px;
  }
  .theme-content-main .button-theme-main .button-theme {
    font-size: 12px;
  }
  .theme-content-main .swiper-theme .theme-img {
    width: 100%;
    height: auto;
  }
  .theme-content-main .swiper-theme .swiper-theme-next {
    right: -20px;
    font-size: 28px;
  }
  .theme-content-main .swiper-theme .swiper-theme-prev {
    font-size: 28px;
    left: -20px;
  }
  .theme-content-main .swiper-theme .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .band-game-main .nav-tabs {
    padding: 0 1rem 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .head-band-game h2,
  .head-band-game h3,
  .head-band-game h4,
  .head-band-game h5 {
    font-size: 25px !important;
  }
  .band-game-main .tab-content {
    padding: 1rem 0rem;
  }
  .review-main .swiper-slide .card-review {
    height: auto;
    width: 80%;
    margin: 2rem auto 3rem;
  }
  .review-main .swiper-review-prev {
    font-size: 25px;
    left: 3%;
  }
  .review-main .swiper-review-next {
    font-size: 25px;
    right: 3%;
  }
  .get-gift {
    padding: 0rem;
    padding-bottom: 1.5rem;
  }
  .get-gift .button-gift {
    font-size: 13px;
    padding: 0.5rem 1rem;
    margin: 2rem;
  }
  .media-content-main {
    padding: 0;
  }
  footer .footer-main .footer-left .logo-footer {
    width: 220px;
  }
  footer .footer-main .footer-left p {
    margin: 0.5rem 0;
  }
  footer .footer-main .style-mobile-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-main .style-mobile-footer .footer-center {
    text-align: center;
  }
  footer .footer-main .style-mobile-footer .footer-center .menu-footer p {
    margin: 0.25rem 0;
    font-weight: 700;
  }
  footer .footer-main .style-mobile-footer .footer-center .menu-footer a {
    margin: 0.25rem 0;
  }
  footer .footer-main .footer-right p {
    text-align: center;
    font-weight: 700;
  }
  footer .footer-main .footer-right .contact-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-main .footer-right .contact-footer .line {
    left: 160px;
    bottom: -15px;
  }
  footer .copyright {
    font-size: 12px;
  }
  footer .back-to-top {
    position: absolute;
    width: 60px;
    top: -25px;
    left: 50%;
    /* transition: auto; */
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about-main {
    font-size: 13px;
    padding: 2rem 0;
  }
  .about-main h1 {
    font-size: 25px;
  }
  .about-main .content-about h2 {
    font-size: 20px;
  }
  .about-main .logo-about {
    width: 250px;
  }
  .target-main {
    padding: 2rem 0;
  }
  .target-main h2 {
    font-size: 25px;
  }
  .target-main .target-img {
    width: 300px;
  }
  .target-main .content-target {
    margin: 1rem 0;
    font-size: 13px;
  }
  .head-all-in-one h1 {
    font-size: 25px;
  }
  .button-menu-all-in-one {
    padding: 0.75rem 0rem !important;
  }
  .button-menu-all-in-one h4 {
    font-size: 11px;
  }
  .button-menu-all-in-one p {
    font-size: 8px;
  }
  .content-all-in-one {
    padding: 1rem 0 3rem;
  }
  .content-all-in-one .banner-content-main {
    font-size: 13px;
    padding: 1rem;
  }
  .content-all-in-one .banner-content-main h2,
  .content-all-in-one .banner-content-main h3,
  .content-all-in-one .banner-content-main h4,
  .content-all-in-one .banner-content-main h5 {
    text-align: center;
    font-size: 20px;
  }
  .content-all-in-one .banner-content-main .img-banner-platform {
    width: 225px;
  }
  .content-all-in-one .banner-content-main .banner-content-title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-all-in-one .back-system-slide {
    padding: 2rem 0 0;
  }
  .content-all-in-one .back-system-slide h2 {
    font-size: 25px;
  }
  .content-all-in-one .back-system-slide .swiper-slide .row {
    padding: 0.5rem 1.5rem !important;
  }
  .content-all-in-one .back-system-slide .swiper-system-next {
    right: -10px;
    font-size: 28px;
  }
  .content-all-in-one .back-system-slide .swiper-system-prev {
    left: -10px;
    font-size: 28px;
  }
  .content-all-in-one .back-system-slide .content-feature {
    margin: 2.5rem 0;
    height: auto;
  }
  .content-all-in-one .back-system-slide .swiper-pagination {
    bottom: 210px;
  }
  .content-all-in-one .funtion-post-main {
    padding: 0;
    font-size: 13px;
  }
  .content-all-in-one .funtion-post-main h2 {
    font-size: 25px;
  }
  .content-all-in-one .funtion-post-main .card-funtion-post .card-funtion-item {
    width: 100%;
  }
  .content-all-in-one .sevice-post-main {
    padding: 0;
    font-size: 13px;
  }
  .content-all-in-one .sevice-post-main h2 {
    font-size: 25px;
  }
  .content-all-in-one .sevice-post-main h5 {
    font-size: 18px;
  }
  .package-main-page p {
    font-size: 12px;
  }
  .package-main-page .head-package h1 {
    font-size: 25px;
  }
  .package-main-page .head-package p {
    font-size: 12px;
  }
  .package-main-page .package-main .container {
    padding: 0;
  }
  .package-main-page .package-main .head-package-left h3,
  .package-main-page .package-main .head-package-right h3 {
    font-size: 20px;
  }
  .package-main-page .package-main .head-package-left p,
  .package-main-page .package-main .head-package-right p {
    font-size: 12px;
  }
  .package-main-page .package-main .pad-l {
    padding-left: 2px !important;
  }
  .package-main-page .package-main .pad-r {
    padding-right: 2px !important;
  }
  .package-main-page .package-main .condition-package-main h2 {
    font-size: 25px;
  }
  .package-content-simple {
    font-size: 12px;
  }
  .section-package-first,
  .section-package-sec,
  .content-center {
    font-size: 12px !important;
  }
  .button-package-left,
  .button-package-right {
    width: 110px !important;
  }
  .h-condition-left h3,
  .h-condition-right h3 {
    font-size: 20px;
    margin: 0 !important;
  }
  .feature-conetent-main .Swiper-menu-feature {
    margin: 1rem 0;
  }
  .slick-dots li button:before {
    font-size: 10px !important;
  }
  .order1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .detail-media-content-mobile {
    display: block;
  }
  .media-content-main .detail-media-content .card-detail {
    width: 80%;
    margin: 2.5rem auto 0;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20px !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #fbba00;
  }
  .media-content-main .detail-media-content {
    margin: 5rem 0 0;
  }
}
/*# sourceMappingURL=style.min.css.map */