/**/
.footer {
  background: #f5f5f5;
}

.headbar {
  background: #014a96;
}

body {
  padding-top: 108px;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: #014a96 !important;
}

.nav-link:focus, .nav-link:hover {
  color: #014a96 !important;
}

.language-section .dropdown-menu, .header .navbar-nav .dropdown-menu {
  border-top: 3px solid #014a96;
}

.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: #014a96;
}

.learn-more {
  background: #014a96;
}

.footer .content .item {
  width: auto;
  flex: unset;
}
.footer .content {
  justify-content: space-between;
}
.footer .content .item4 {
  width: 30%;
}
.footer .content .item3 {
  width: 26%;
}

@media (min-width: 1600px) {
  .header {
    padding-top: 8px !important;
    padding-bottom: 11px !important;
  }
  .header #navbarSupportedContent {
    margin-top: 15px;
  }

  .header .navbar-brand > img {
    max-width: 200px;
    max-height: inherit;
  }

  .header .nav-item {
    margin-left: 30px;
  }

  .header .language-nav-link {
    margin-left: 20px;
  }

  .header #search_form {
    margin-left: 30px;
  }
}
/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
@media (max-width: 1450px) {
  .header .navbar-brand > img {
    max-width: 156px;
    max-height: 90px;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 0px;
  }

  .footer .content .item3 {
    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=self_item_public.css.map */
