body {
  padding-top: 72px;
}

.swiper-pagination-bullet-active {
  background: #bb9d52;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #bb9d52;
}

.side1 {
  background: #bb9d52;
}

.header .navbar-nav .nav-link:after {
  background: #bb9d52;
}

.header .navbar-brand > img {
  height: 3rem;
}

.footer {
  background: black;
  color: white;
}
.footer a {
  color: white !important;
}
.footer .text-muted {
  color: white !important;
}

/*

.side2{
   top:151px;
}
.side3{
   top: 202px;
}
.side5{
   top: 253px;
}
.side6{
   top: 304px;
}
*/
/*.header-wrap .navbar-transparent.liveheader{
   box-shadow: none;
   background-color: #f1f3f5 !important;

}*/
aside {
  /*.side2{
     top: 253px;
  }
  .side3{
     top: 202px;
  }
  .side5{
     top: 304px;
  }
  .side6{
     top: 355px;
  }*/
}
aside .side2 {
  top: 151px;
}
aside .side3 {
  top: 202px;
}
aside .side5 {
  top: 253px;
}
aside .side6 {
  top: 304px;
}

.header .navbar-nav .product-item .dropdown-menu .menu-product-box > li {
  width: calc(16% - 1rem);
}

@media (max-width: 768px) {
  body {
    padding-top: 0;
  }

  .footer {
    margin-bottom: 3rem;
  }

  .header .navbar-brand > img {
    height: 1.5rem;
    width: auto;
  }

  .header .navbar-nav .product-item .dropdown-menu .menu-product-box > li {
    width: 100%;
  }
}
.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=mypublic.css.map */
