@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@200;300;400;500;600;700;900&display=swap");
.owl-thumb {
  padding: 0;
  width: 90vw;
  padding-bottom: 50px;
  margin: auto 5vw;
}
@media (max-width: 500px) and (hover: none) {
  .owl-thumb {
    width: 100vw;
    margin: auto 0;
    padding-bottom: 0px;
  }
}
.owl-thumb .owl-dots {
  display: none;
}
.owl-thumb .owl-next span, .owl-thumb .owl-prev span {
  display: none;
}
.owl-thumb #sync1 .owl-stage-outer {
  height: 450px;
}
@media (max-width: 500px) and (hover: none) {
  .owl-thumb #sync1 .owl-stage-outer {
    height: 70vw;
  }
}
.owl-thumb #sync1 .item {
  background: unset;
  padding: 80px 0px;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  height: 450px;
  margin: auto;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center;
}
@media (max-width: 500px) and (hover: none) {
  .owl-thumb #sync1 .item {
    height: 70vw;
  }
}
@media (max-width: 500px) and (hover: none) {
  .owl-thumb #sync1 .owl-next, .owl-thumb #sync1 .owl-prev {
    top: 34%;
  }
}
.owl-thumb #thumb {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  max-width: 1000px;
  margin: auto;
  justify-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 500px) and (hover: none) {
  .owl-thumb #thumb {
    max-width: 100vw;
  }
}
.owl-thumb #thumb .item {
  padding: 10px;
  margin: 17px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3333333333);
  border: solid 1px rgba(0, 0, 0, 0.3333333333);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  width: 150px;
  height: 80px;
  filter: brightness(0.8);
  border-radius: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 500px) and (hover: none) {
  .owl-thumb #thumb .item {
    margin: 15px 1vw;
    width: 21vw;
    height: 16vw;
    padding: 2px;
  }
}
.owl-thumb #thumb .item h1 {
  font-size: 18px;
}
.owl-thumb #thumb .item.active {
  filter: brightness(1);
  box-shadow: 0 0 7px #fff;
}
.owl-thumb #thumb .item .icon {
  width: 60px;
  height: 60px;
}
@media (max-width: 500px) and (hover: none) {
  .owl-thumb #thumb .item .icon {
    width: 50px;
    height: 50px;
  }
}
.owl-thumb #thumb .item .icon img {
  margin-left: -25px;
  margin-top: -35px;
  width: 130%;
  transform: rotateZ(-15deg);
}
@media (max-width: 500px) and (hover: none) {
  .owl-thumb #thumb .item .icon img {
    margin-left: -16px;
    margin-top: -25px;
  }
}
.owl-thumb #thumb .item .text {
  color: #fff;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.owl-thumb #thumb .item .text .ch-box {
  font-size: 1.4em;
  font-weight: 300;
  width: 150%;
  margin-left: -40%;
}
@media (max-width: 500px) and (hover: none) {
  .owl-thumb #thumb .item .text .ch-box {
    font-size: 0.9em;
  }
}
.owl-thumb #thumb .item .text .en-box {
  font-size: 0.7em;
  font-weight: 700;
  width: 100%;
}
.owl-thumb .owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-thumb .owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}
.owl-thumb .owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}
.owl-thumb #sync1.owl-theme {
  position: relative;
}
.owl-thumb #sync1.owl-theme .owl-next, .owl-thumb #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 138px;
  margin-top: -90px;
  position: absolute;
  top: 50%;
}
.owl-thumb #sync1.owl-theme .owl-prev {
  left: 10px;
}
.owl-thumb #sync1.owl-theme .owl-next {
  right: 10px;
}

.pic100 {
  width: 100%;
}

:root {
  --bs-navbar-toggler-icon-bg: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 30 30"%3e%3cpathstroke="rgba%2833, 37, 41, 0.75%29"stroke-linecap="round"stroke-miterlimit="10"stroke-width="2"d="M4 7h22M4 15h22M4 23h22"/%3e%3c/svg%3e
  );
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #f8f9fa;
  overflow-x: hidden;
  scrollbar-width: none;
  font-family: "Noto Sans SC", sans-serif;
  padding: 0;
  padding-bottom: 134px;
  margin: 0;
  font-weight: 400;
  min-height: 100vh;
  position: relative;
}
@media (min-width: 769px) {
  body {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 77px;
    padding-bottom: 215px;
  }
}
body a {
  text-decoration: none;
}

html {
  width: 100vw;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: none;
  padding: 0;
}

.bg-line {
  border-bottom: solid 2px #fff;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0;
  margin-top: -1px !important;
}

nav {
  background-color: #000;
  display: flex;
  color: #fff;
}
@media (min-width: 769px) {
  nav {
    height: 80px;
    padding: 0;
  }
}
nav li a {
  color: #fff;
}
@media (min-width: 769px) {
  nav li {
    margin-right: 2vw;
  }
}
nav .dropdown-menu {
  background-color: rgba(34, 51, 68, 0.8666666667);
}
nav .dropdown-menu a {
  color: #fff;
}
nav .dropdown-menu li {
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}
nav .dropdown-menu lihover {
  background-color: #456;
}
nav .dropdown-item:hover, nav .dropdown-item:focus {
  color: #fff;
  background-color: #000;
}
nav .top-logo {
  height: 130%;
  margin-right: 80px;
  cursor: pointer;
}
@media (max-width: 768px) {
  nav .top-logo {
    margin-right: auto;
    height: 60px;
    margin-right: 50px;
    margin-left: 20px;
  }
}

@media (min-width: 769px) {
  .navbar {
    padding: 10px 0px 10px 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 999;
    transition: 0.5s;
    transform: translateY(0);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3333333333);
  }
  .navbar.hide-up {
    transform: translateY(-110%);
    transition: 0.5s;
  }
}
@media (max-width: 768px) {
  .navbar {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    transition: 0.5s;
    padding-right: 10px;
  }
  .navbar.hide-up {
    transform: translateY(-110%);
    transition: 0.5s;
  }
}
@media (max-width: 768px) {
  .navbar > .container-fluid {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .navbar > .container-fluid .navbar-toggler {
    order: 2;
    transform: scale(0.8);
  }
  .navbar > .container-fluid .navbar-collapse {
    order: 1;
    justify-content: flex-end;
    margin-top: 50px;
    text-align: right;
    margin-right: -40px;
  }
}

.navbar-nav .nav-link {
  color: #fff;
  margin-left: 10px;
  font-size: 1.2em;
}
.navbar-nav .nav-link:hover {
  color: #ff1c1c;
}
.navbar-nav .nav-link.active {
  color: #fff;
  border-bottom: solid 2px #ff1c1c;
}

.navbar-toggler-icon {
  background-image: url(../img/menu.svg) !important;
}

.navbar-toggler {
  border: solid 1px #fff !important;
  margin-top: 10px;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  animation: marquee 15s linear infinite;
  color: #fff;
  font-size: 1.2em;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.btn-rainbow {
  transition: all 10s;
  background-image: linear-gradient(-120deg, #1a6a47, #07b354, #00aeff, #416abb, #ba42ff, #eb2768, #f0664b, #f3860a, #eb2768, #5073b8, #00aeff, #1a6a47);
  transition: all 5s;
  background-size: 1600%;
  position: relative;
  margin: auto;
  padding: 15px 20px;
  border-radius: 15px;
  width: 200px;
  color: #fff;
  text-align: center;
  animation: rainbowbg 40s infinite linear;
  background-size: 1000% 100%;
  background-position: -1000% 50%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6666666667);
  font-weight: 600;
  font-size: 1.4em;
  cursor: pointer;
}
.btn-rainbow:hover {
  box-shadow: 0 0 20px #eb2768;
}

@keyframes rainbowbg {
  0% {
    background-position: -1000% 50%;
  }
  50% {
    background-position: -500% 50%;
  }
  100% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3333333333);
    background-position: 0% 50%;
  }
}
.owl-next span,
.owl-prev span {
  font-size: 80px;
}

.owl-prev {
  position: absolute;
  color: #bcd;
  left: 0;
  top: 10vw;
  width: 22px;
  height: 22px;
  font-size: 5em !important;
}
.owl-prev:hover {
  background: unset !important;
  color: #789;
}

.owl-next {
  position: absolute;
  right: 20px;
  top: 10vw;
  width: 22px;
  height: 22px;
  color: #bcd;
  font-size: 5em !important;
}
.owl-next:hover {
  background: unset !important;
  color: #789;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: unset !important;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .owl-next span,
  .owl-prev span {
    font-size: 50px;
  }
  .owl-prev {
    top: -20px;
  }
  .owl-next {
    top: -20px;
  }
}
.title {
  text-align: center;
  font-weight: 500;
  font-size: 2em;
}
.title.left {
  text-align: left;
}
.title.right {
  text-align: right;
}
@media (max-width: 768px) {
  .title.right {
    text-align: left;
  }
}
.title span {
  width: auto;
}

.bg-lightgray {
  background-color: #c1c6ca;
}

.owl-prev svg path,
.owl-next svg path {
  stroke-width: 3px !important;
}

.bg-purple-d {
  background: linear-gradient(to bottom, #541568, #1d1757);
}
.bg-purple-d .title {
  color: #fff;
}

.bg-mid {
  background-color: darkslategray;
}

#owl-two {
  width: 80vw;
  margin: auto;
}
@media (max-width: 768px) {
  #owl-two {
    width: 100vw;
    margin: unset;
  }
}
#owl-two .content {
  margin-top: 20px;
  padding: 0 0 0 20px;
  display: grid;
}
@media (min-width: 769px) {
  #owl-two .content {
    padding: 0 70px 0 20px;
  }
}
#owl-two .content .title {
  font-weight: 600;
  font-size: 1.5em;
}
#owl-two .box-about-img {
  display: grid;
  justify-content: center;
  align-items: center;
}
#owl-two .box-about-img img {
  max-width: 400px;
  max-height: 400px;
  margin: auto;
}
#owl-two .owl-carousel .owl-nav button.owl-next,
#owl-two .owl-carousel .owl-nav button.owl-prev,
#owl-two .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
#owl-two .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  #owl-two .item {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  #owl-two .owl-next {
    display: block;
    top: 44px;
  }
}
@media (max-width: 768px) {
  #owl-two .owl-prev {
    display: block;
    top: 44px;
  }
}

.box-feature {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80vw;
  margin: auto;
}
@media (max-width: 768px) {
  .box-feature {
    width: 97vw;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.box-feature .title {
  color: #fff;
}
.box-feature .box-in-feature {
  padding: 15px;
  width: 300px;
  height: 220px;
  color: #fff;
  display: grid;
  margin: 20px auto;
  grid-template-rows: 1fr 45px 1fr;
}
@media (max-width: 768px) {
  .box-feature .box-in-feature {
    border: solid #fff 1px;
    border-radius: 15px;
    width: 30vw;
    height: 47vw;
    margin: 1vw auto;
    padding: 10px 3px 10px 3px;
    grid-template-rows: 50px 45px 1fr;
  }
}
.box-feature .box-in-feature .icon-feature {
  display: grid;
  justify-content: center;
}
.box-feature .box-in-feature .icon-feature img {
  margin: auto;
  height: 70px;
}
@media (max-width: 768px) {
  .box-feature .box-in-feature .icon-feature img {
    height: 40px;
  }
}
.box-feature .box-in-feature .title-feature {
  margin: 10px auto 10px auto;
  font-weight: 600;
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .box-feature .box-in-feature .title-feature {
    font-size: 0.85em;
  }
}
.box-feature .box-in-feature .content-feature {
  margin: auto;
  text-align: center;
  display: grid;
  align-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
@media (max-width: 768px) {
  .box-feature .box-in-feature .content-feature {
    font-size: 0.75em;
    margin-top: 10px;
  }
}

.footer {
  background-color: #1d1d1d;
  color: #fff;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  padding: 0;
  margin: 0;
  margin-top: 250px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .footer {
    grid-template-columns: unset;
  }
}
.footer .box-footer {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.footer > div {
  text-align: left;
  padding: 20px;
}
.footer .copyright {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
  background-color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 8px;
  color: #5d5e61;
}
@media (max-width: 768px) {
  .footer .copyright {
    grid-column-start: unset;
    grid-column-end: unset;
    grid-row-start: unset;
    grid-row-end: unset;
  }
}

.box-download {
  position: relative;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-color: #000;
  filter: drop-shadow(0 10px 20px #000);
  width: 100vw;
  height: 200px;
  z-index: 1;
  margin-top: -1px;
}
@media (max-width: 768px) {
  .box-download {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
  }
}

.box-home-1 {
  background-color: #541568;
  margin: 0;
  padding: 0;
  margin-bottom: -1px;
  position: relative;
}
.box-home-1 #owl-one {
  background-color: #000;
}
.box-home-1 #owl-one .owl-prev {
  left: 33px;
  top: 15vw;
}
@media (max-width: 768px) {
  .box-home-1 #owl-one .owl-prev {
    left: 10px;
    top: 70px;
  }
}
.box-home-1 #owl-one .owl-next {
  right: 20px;
  top: 15vw;
}
@media (max-width: 768px) {
  .box-home-1 #owl-one .owl-next {
    top: 70px;
  }
}
.box-home-1 .btn-rainbow {
  position: absolute;
  left: 50vw;
  transform-origin: 50% 50%;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 40px;
}
@media (max-width: 768px) {
  .box-home-1 .btn-rainbow {
    transform: translateX(-50%) scale(0.75);
    bottom: -30px;
  }
}

.bg-black {
  background-color: #000;
  color: #fff;
}

.box-marquee {
  width: 60vw;
  margin: auto;
  background-color: #123;
  overflow: hidden;
  border-radius: 30px;
  display: grid;
  align-items: center;
  align-content: center;
  padding-top: 10px;
  padding-bottom: -10px;
}
@media (max-width: 768px) {
  .box-marquee {
    width: 88vw;
  }
}

.clip-to-right {
  -webkit-clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .clip-to-right {
    -webkit-clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
  }
}

.small-logo {
  height: 40px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .small-logo {
    height: 33px;
  }
}

.os-box {
  margin: auto;
  justify-content: center;
}
.os-box img {
  margin: auto 10px;
  width: 30px;
  max-width: 60px;
  max-height: 60px;
}
@media (max-width: 768px) {
  .os-box {
    position: fixed;
    top: 20px;
    right: 70px;
  }
}

.agent {
  background-color: #541568;
}
.agent .box-in-feature {
  height: 43vw;
}
@media (min-width: 769px) {
  .agent .box-in-feature {
    width: 300px;
    height: 200px;
  }
}
.agent .box-feature {
  max-width: 906px;
}

.agent-pic {
  width: 100vw;
  margin: 0;
}

.container-feature {
  padding-top: 150px;
}

.contact-us {
  margin-top: 0 !important;
  background-color: #8f839b;
  color: #fff;
}
.contact-us input {
  border-radius: 5px;
  border: unset;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .contact-us input {
    width: 250px;
  }
}
@media (min-width: 769px) {
  .contact-us input {
    width: 204px;
  }
}
.contact-us .textarea {
  height: 80px;
}
.contact-us textarea {
  margin-left: 10px;
  border-radius: 5px;
  border: unset;
  width: 100%;
  max-width: 475px;
  min-height: 100px;
}
@media (max-width: 768px) {
  .contact-us textarea {
    width: 250px;
  }
}
.contact-us .contact-form {
  width: 100vw;
  max-width: 550px;
  margin: auto;
}
.contact-us .title {
  color: #123;
}
.contact-us .left {
  display: grid;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .contact-us .left {
    justify-content: flex-end;
  }
}
.contact-us .left img {
  width: 200px;
}
.contact-us .right {
  display: grid;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .contact-us .right {
    justify-content: flex-start;
  }
}

.navbar-toggler {
  margin-right: 10px;
}

.btn-normal {
  padding: 8px 20px 8px 20px;
  background-color: #541568;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}
@media (max-width: 768px) {
  .btn-normal {
    font-size: 0.9em;
  }
}

.btn-normal:hover {
  background-color: #000000;
}

.fixed-icons {
  display: grid;
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 1000;
  padding: 0 !important;
  transition: 0.5s;
}
.fixed-icons.active {
  bottom: 200px;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .fixed-icons.active {
    bottom: 350px;
  }
}
.fixed-icons .icon-block {
  cursor: pointer;
  margin-top: 10px;
  background: linear-gradient(to bottom, #ac9138, #615007);
  height: 70px;
  width: 70px;
  display: grid;
  justify-content: center;
  justify-items: center;
  align-items: center;
  border-radius: 8px 0 0 8px;
  box-shadow: 2px 2px 10px #412210;
  padding: 10px;
}
@media (max-width: 768px) {
  .fixed-icons .icon-block {
    padding: 5px;
    height: 50px;
    width: 50px;
    font-size: 0.8em;
  }
}
.fixed-icons .icon-block:hover {
  background: linear-gradient(to bottom, #c4a953, #887317);
}
.fixed-icons .icon-block img {
  width: 30px;
  max-height: 30px;
}
@media (max-width: 768px) {
  .fixed-icons .icon-block img {
    width: 20px;
    max-height: 20px;
  }
}

.about > .row > div {
  padding: 30px;
  align-items: center;
}
.about > .row > div img {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5333333333);
  width: 100%;
}
.about > .row > div > div {
  margin: auto;
}
.about > .row > div .title {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .about > .row > div:nth-of-type(3) {
    order: 2;
  }
  .about > .row > div:nth-of-type(4) {
    order: 1;
  }
  .about > .row > div:nth-of-type(7) {
    order: 4;
  }
  .about > .row > div:nth-of-type(8) {
    order: 3;
  }
}
@media (max-width: 768px) {
  .col-12 img {
    width: 100%;
  }
}

.vip .vip-pic {
  width: 100%;
}
.vip .title {
  margin-bottom: 15px;
}
.vip .vip-table:not(.ex),
.vip .reward-row {
  font-weight: 600;
  margin-top: 20px;
}
.vip .vip-table:not(.ex) > div:nth-of-type(odd):not(.head),
.vip .reward-row > div:nth-of-type(odd):not(.head) {
  background-color: #ebebec;
}
.vip .vip-table:not(.ex) > div,
.vip .reward-row > div {
  border-bottom: 1px rgba(172, 183, 194, 0.5) solid;
  padding: 8px;
}

.fa-check {
  color: #1a6a47;
  font-weight: 600;
}

.fa-xmark {
  color: red;
}

.download {
  background-color: #123;
  color: #fff;
  min-height: calc(100vh - 200px);
}
.download .bg-line {
  border-bottom: #541568 solid 3px;
}
.download .version {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.download .version > div {
  margin: auto;
}
.download .version img {
  width: 100px;
  max-height: 100px;
}
@media (max-width: 768px) {
  .download .version img {
    width: 60px;
    max-height: 60px;
  }
}
.download .version .btn-normal {
  min-width: 150px;
  margin-top: 20px;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .download .version .btn-normal {
    min-width: 100px;
  }
}

.slogan {
  font-size: 25px;
}

.mobile-only.slide {
  width: 100vw;
  height: 80vw;
}
@media (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}

.pc-only.slide {
  width: 100vw;
  height: 19.5vw;
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.home .pc-only.slide {
  width: 100vw;
  height: 40vw;
}
@media (max-width: 768px) {
  .home .pc-only {
    display: none !important;
  }
}

.slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.color-background {
  background: linear-gradient(135deg, rgba(111, 53, 165, 0.9) 0%, rgba(57, 57, 146, 0.9) 25%, rgba(75, 34, 94, 0.9) 50%, rgba(45, 36, 95, 0.9) 75%, rgba(124, 58, 155, 0.9) 100%), linear-gradient(225deg, rgba(92, 51, 146, 0.8) 20%, rgba(85, 75, 165, 0.7) 80%), radial-gradient(circle, rgba(82, 76, 134, 0.6) 30%, rgba(138, 48, 180, 0.8) 70%);
  background-blend-mode: multiply;
  background-size: cover;
  background-attachment: fixed;
}

.color-backgroundB {
  background: linear-gradient(135deg, rgb(255, 248, 252) 0%, rgb(214, 207, 207) 50%, rgb(241, 234, 248) 100%), linear-gradient(225deg, rgb(240, 243, 255) 10%, rgba(218, 214, 226, 0.8) 80%), radial-gradient(circle, rgba(230, 229, 231, 0.6) 20%, rgba(244, 227, 255, 0.8) 80%);
  background-blend-mode: multiply;
}

.navbar-nav .nav-link.show {
  color: unset !important;
}

.landing {
  width: 100vw;
  display: grid;
  justify-items: center;
  justify-content: center;
  max-width: 800px;
  margin: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #000;
  padding: 0;
}
.landing .btn-rainbow {
  width: 250px;
}
.landing .landing-content {
  display: grid;
  justify-content: center;
}
.landing .landing-content h2, .landing .landing-content h3, .landing .landing-content .content-text {
  margin-top: 10px;
  text-align: center;
}
.landing .landing-content .content-text {
  text-align: center;
  word-break: auto-phrase;
  padding: 15px;
}
.landing .owl-thumb {
  max-width: 800px;
  margin: auto;
}
.landing .fixed-icons {
  bottom: 250px;
  opacity: 0.7;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.landing .fixed-icons .icon-block {
  color: #fff;
}
@media (min-width: 769px) {
  .landing .fixed-icons {
    left: calc(50vw + 400px);
    transform: translateX(-100%);
    width: 70px;
  }
}
.landing img {
  max-width: 800px;
  margin: auto;
}
@media (max-width: 768px) {
  .landing img {
    max-width: 100vw;
  }
}

.fixed-footer {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6666666667);
  display: grid;
  opacity: 0;
  justify-content: center;
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  transition: 1.5s;
}
.fixed-footer.active {
  transition: 1.5s;
  opacity: 1;
}

.single-page {
  background-color: #000;
  color: #fff;
}
.single-page .owl-next svg,
.single-page .owl-prev svg {
  position: absolute;
  top: 0;
}
.single-page .title {
  font-size: 1.2em;
  border-left: solid #01b33b 2px;
  width: auto;
  text-align: left;
  display: flex;
  margin-left: 40px;
  padding-left: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.single-page .store-box {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.single-page .store-box .store-card-in {
  display: grid;
  grid-template-rows: 1fr 50px;
  margin-bottom: 30px;
}
.single-page .store-box .store-card-in img {
  width: 22vw;
  max-width: 300px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .single-page .store-box .store-card-in img {
    width: 40vw;
  }
}
.single-page .hot-card-in {
  display: grid;
  grid-template-rows: 15vw 1fr;
}
@media (max-width: 768px) {
  .single-page .hot-card-in {
    grid-template-rows: 60vw 1fr;
  }
}
.single-page .hot-card-in img {
  width: 20vw;
  height: 15vw;
}
@media (max-width: 768px) {
  .single-page .hot-card-in img {
    width: 80vw;
    height: 60vw;
  }
}
.single-page .video-thumb {
  width: 100%;
  height: 15vw;
}
@media (max-width: 768px) {
  .single-page .video-thumb {
    width: 100vw;
    height: 60vw;
  }
}
.single-page #owl-one .owl-prev, .single-page #owl-one .owl-next {
  top: 100px;
}
@media (max-width: 768px) {
  .single-page #owl-one .owl-prev, .single-page #owl-one .owl-next {
    top: 140px;
  }
}

#owl-promotion .owl-prev, #owl-promotion .owl-next {
  top: 55px;
}
#owl-promotion img {
  border-radius: 7px;
}

#owl-promotion-mobile .owl-prev, #owl-promotion-mobile .owl-next {
  top: 115px;
}
#owl-promotion-mobile .item {
  padding: 30px 0px;
  margin: 10px;
  text-align: center;
}
#owl-promotion-mobile .mobile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
}
#owl-promotion-mobile .mobile-grid img {
  width: 45vw;
  margin: 2px 7px 2px 0;
  border-radius: 7px;
  width: 97% !important;
}

#owl-hot .owl-prev, #owl-hot .owl-next {
  top: 115px;
}

.main-slide-bg {
  background-color: #000;
}

@keyframes main-slide-bg-ani {
  0% {
    background-position: center 0%;
  }
  100% {
    background-position: center 60000%;
  }
}
.home {
  background-color: #000;
}
.home #owl-one.owl-theme .owl-dots {
  display: none !important;
}
.home #owl-one.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.home #owl-two .owl-prev svg path, .home #owl-two .owl-next svg path {
  stroke-width: 3px !important;
  stroke: #abc !important;
}
.home #owl-two .box-about-img {
  padding: 10px;
}
.home #owl-two .box-about-img img {
  border: solid rgba(255, 255, 255, 0.3333333333) 1px;
}
.home #owl-two .content {
  line-height: 1.9em;
}
.home #owl-two .content .title {
  color: #cbbf00;
}
.home #owl-two .content .title div {
  position: relative;
  width: 100%;
  height: 50%;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .home #owl-two .content .title div {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .home #owl-two .content .title div {
    margin-top: -20px;
  }
}
.home #owl-two .content .title div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/light-one.png);
  background-size: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  animation: twinkle infinite 3s linear;
}
@media (max-width: 768px) {
  .home #owl-two .content .title div::before {
    background-size: 200px;
    background-position: center center;
  }
}

@keyframes twinkle {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.5;
  }
}
@media (min-width: 769px) {
  .light-left-right {
    background-image: url(../img/light-left-right.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 20%;
  }
}

@media (min-width: 769px) {
  .light-left-top {
    background-image: url(../img/light-left-top.png);
    background-position: left;
    background-size: content;
    background-repeat: no-repeat;
  }
}

.ranbow-bg {
  background: #3a6186; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(30deg, #89253e, #335474, #4e4c85, #710380); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  animation: bgroll infinite linear 20s;
  background-size: 500%;
}

@keyframes bgroll {
  0% {
    background-position: 20% 50%;
  }
  20% {
    background-position: 0% 50%;
  }
  60% {
    background-position: 80% 50%;
  }
  80% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 20% 50%;
  }
}
.h100 {
  min-height: 100vh;
}

.veryBottom {
  margin-bottom: 50px !important;
}

.ratio {
  width: unset;
}

.goodImg {
  width: 100%;
  margin: auto;
}

.right-box {
  padding: 30px 0 30px 15px;
}
@media (max-width: 768px) {
  .right-box {
    padding: 0;
  }
}

.left-content {
  padding: 30px 15px 30px 0;
}
@media (max-width: 768px) {
  .left-content {
    padding: 10px;
  }
}

.chart {
  width: 100%;
}
@media (max-width: 768px) {
  .chart {
    width: 100%;
  }
}

.marginOk {
  width: 100%;
  max-width: 2000px;
  padding-left: 80px !important;
  padding: 39px 80px 40px 80px;
}
@media (max-width: 768px) {
  .marginOk {
    padding-left: 10px !important;
    padding: 10px;
  }
}

.table-box {
  max-height: 806px;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .table-box {
    max-height: 70vh;
    overflow-x: scroll;
  }
}

[class^=pop-box-] {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  margin: 0;
  transform: translateX(110%);
  transition: 0.3s;
  overflow-y: hidden;
}
[class^=pop-box-].active {
  transform: translateX(0);
  transition: 0.3s;
}
[class^=pop-box-] .fa-chevron-left:before {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  text-align: center;
  padding-top: 7px;
}

.mask {
  background-color: rgba(0, 0, 0, 0.6666666667);
  position: relative;
  height: 100vh;
  width: 100%;
  display: none;
}
.mask.active {
  display: block;
}

.pop-window {
  position: absolute;
  width: 95vw;
  height: 77vh;
  max-width: 500px;
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  display: none;
  margin: auto;
  position: fixed;
  top: 50px;
  left: 2%;
  z-index: 1001;
}
@media (min-width: 769px) {
  .pop-window {
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.pop-header {
  display: flex;
  color: #fff;
  justify-content: flex-end;
  padding: 15px;
  width: 85vw;
  max-width: 456px;
  height: 50px;
}

.iframe-container {
  width: 100%;
  height: 63vh;
  overflow-x: hidden;
}/*# sourceMappingURL=style.css.map */