.owl-theme .owl-controls .owl-page span {
  background: #000;
}

/**/
.footer {
  background: #f5f5f5;
}

body {
  padding-top: 108px;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: #000 !important;
}

.nav-link:focus, .nav-link:hover {
  color: #000 !important;
}

.language-section .dropdown-menu, .header .navbar-nav .dropdown-menu {
  border-top: 3px solid #000;
}

.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: #000;
}

.learn-more {
  background: #000;
}

@media (max-width: 768px) {
  body {
    padding-top: 0px;
  }

  .header .navbar-brand > img {
    height: auto;
  }
}
.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 */
