.childpage-content .fluid-container .breadcrumb {
  display: none;
  position: relative;
  height: 90px;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  border-radius: unset;
  z-index: 1;
  margin-top: -90px;
  overflow-x: scroll;
  background: rgba(0, 0, 0, 0.61);
}
@media (max-width: 1600px) {
  .childpage-content .fluid-container .breadcrumb:lang(en-US) {
    height: 100px;
    margin-top: -100px;
  }
}
@media (max-width: 1200px) {
  .childpage-content .fluid-container .breadcrumb {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .childpage-content .fluid-container .breadcrumb {
    overflow: none !important;
  }
}
.childpage-content .fluid-container .breadcrumb::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}
.childpage-content .fluid-container .breadcrumb::-webkit-scrollbar-thumb {
  background: transparent;
}
.childpage-content .fluid-container .breadcrumb .breadcrumb-wrapper {
  width: 100%;
  transform: translateY(30px);
}
.childpage-content .fluid-container .breadcrumb .breadcrumb-wrapper .breadcrumb-items {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-shadow: 0px 3px 15px 1px rgba(59, 97, 165, 0.15);
}
.childpage-content .fluid-container .breadcrumb .breadcrumb-wrapper .breadcrumb-items a {
  line-height: 45px;
  text-decoration: none;
  text-transform: uppercase;
  height: 100%;
  background: transparent;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 20px;
}
.childpage-content .fluid-container .breadcrumb .breadcrumb-wrapper .breadcrumb-items a:hover {
  color: #ffffff;
}
.childpage-content .fluid-container .breadcrumb .breadcrumb-wrapper .breadcrumb-items .link--active,
.childpage-content .fluid-container .breadcrumb .breadcrumb-wrapper .breadcrumb-items .link:hover {
  color: #ffffff;
}
.childpage-content .fluid-container .breadcrumb .breadcrumb-wrapper .breadcrumb-items .link--active p::after,
.childpage-content .fluid-container .breadcrumb .breadcrumb-wrapper .breadcrumb-items .link:hover p::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 23px;
  left: 55%;
  padding-top: 10px;
  border-bottom: 4px solid #e60000;
  position: absolute;
}
@media (max-width: 1600px) {
  .childpage-content .fluid-container .breadcrumb .breadcrumb-wrapper .breadcrumb-items .link--active:lang(en-US) p::after,
  .childpage-content .fluid-container .breadcrumb .breadcrumb-wrapper .breadcrumb-items .link:hover:lang(en-US) p::after {
    left: 35%;
  }
}
.childpage-content .fluid-container .breadcrumb .breadcrumb-wrapper .breadcrumb-items .item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .childpage-content .fluid-container .breadcrumb .breadcrumb-wrapper .breadcrumb-items .item {
    min-width: 5.98vw;
  }
}
.childpage-content .fluid-container .breadcrumb .breadcrumb-wrapper .breadcrumb-items .item .icon-wrapper {
  display: flex;
  align-items: center;
}
.childpage-content .fluid-container .breadcrumb .breadcrumb-wrapper .breadcrumb-items .item .icon-wrapper p {
  padding-left: 13px;
  font-size: 14px;
}
.childpage-content .fluid-container .breadcrumb .breadcrumb-wrapper .breadcrumb-items .item .icon-wrapper p:lang(zh-CN),
.childpage-content .fluid-container .breadcrumb .breadcrumb-wrapper .breadcrumb-items .item .icon-wrapper p:lang(zh-HK) {
  font-size: 20px;
}
.childpage-content .fluid-container .breadcrumb .breadcrumb-wrapper .breadcrumb-items .icon-wrapper {
  position: relative;
}
.childpage-content .fluid-container .breadcrumb .breadcrumb-wrapper .breadcrumb-items .icon-wrapper .page-title p {
  font-size: 13px;
}
.childpage-content .fluid-container .breadcrumb .breadcrumb-wrapper .breadcrumb-items .icon-wrapper .icon {
  vertical-align: bottom;
  min-width: 15px;
  min-height: 15px;
}/*# sourceMappingURL=breadcrumb.css.map */