.t-unset {
  text-transform: unset !important;
}

/**/
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #6654e8;
}

.header .navbar-brand > img {
  max-width: 10rem;
  position: relative;
  top: 2px;
}

.footer {
  background: #1c1525;
  color: white;
}
.footer a {
  color: white;
  display: block;
}

.footer .text-muted {
  color: white !important;
}

.header {
  background: rgba(0, 0, 0, 0.8) !important;
}

.headbar {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  border-bottom: 1px solid #424242;
}
.headbar a {
  color: white;
}

body {
  padding-top: 0px;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: #6654e8 !important;
}

.nav-link:focus, .nav-link:hover {
  color: #6654e8 !important;
}

.language-section .dropdown-menu, .header .navbar-nav .dropdown-menu {
  border-top: 3px solid #6654e8;
}

.header .navbar-nav .dropdown-menu .dropdown-item:active, .header .navbar-nav .dropdown-menu .dropdown-item:hover, .header .navbar-nav .dropdown-menu .dropdown-item:focus {
  background: #6654e8;
}

.learn-more {
  background: #6654e8;
}

.header-wrap {
  transition: .5s;
}
.header-wrap.on {
  top: -32px;
}

.footer .content .item {
  width: auto;
  flex: unset;
}
.footer .content {
  justify-content: space-between;
}
.footer .content > .item4 {
  width: 30%;
}
.footer .content > .item3 {
  width: 26%;
}
.footer .content > .item3 .logo {
  width: 160px;
  margin-bottom: 12px;
}

.toolbar {
  position: fixed;
  bottom: 0 !important;
  right: unset !important;
  left: 0;
}
.toolbar .item {
  font-size: 12px;
  font-weight: 600;
  padding: 10px 20px;
  background: #8a8987f2;
  color: white;
  margin-top: 5px;
}
.toolbar .item img {
  width: 20px;
  margin-right: 5px;
}

/*--------*/
.header .navbar-nav .f-menu {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 200px;
  left: 50%;
  margin-left: -100px;
}
.header .navbar-nav .f-menu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
  margin: 0 auto;
  border-right: 6px solid transparent;
  border-top: 2px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid rgba(70, 80, 90, 0.9);
}
.header .navbar-nav .f-menu li {
  background-color: rgba(70, 80, 90, 0.9);
}
.header .navbar-nav .f-menu li a {
  font-size: 12px !important;
  padding: 6px 5px !important;
  color: white !important;
  text-align: center;
  justify-content: center;
}

.header .language-nav-link, .header .nav-link {
  color: white;
}

.header .form-control::placeholder {
  color: white;
}

header.on .headbar {
  background: black;
}

header .language-section a {
  color: black;
}

@media (max-width: 768px) {
  body {
    padding-top: 0px;
  }

  .footer .content .item3 {
    width: 100%;
  }

  .footer .container {
    padding-top: 1rem !important;
  }

  .navbar-toggler-icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
.shipin_box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.shipin_box.on {
  display: flex;
}
.shipin_box #iframe_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shipin_box iframe {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  display: block;
}
.shipin_box video {
  display: block;
  width: 1000px;
  height: 600px;
  margin: 0 auto;
}

@media (max-width: 1450px) {
  .shipin_box video {
    height: 460px;
  }
}
@media (max-width: 768px) {
  .shipin_box video {
    width: 100%;
    height: 300px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
