#c_static_001-1749461836153{
  width: 30%;
  left:12.5%;
  z-index: 20;
}
.bread-nav {
    height: 33px;
    margin-top: -33px;
  font-size: 12px;
}
.bread-nav ul {
  display: flex;
  align-items: center;
  width: 100%;
}
.bread-nav ul li {
  position: relative;
}
.bread-nav ul li svg {
  margin-right: 6px;
  position: relative;
  top: -2px;
  width: 12px;
}
.bread-nav ul li a {
  color: #fefefe!important;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.bread-nav ul li span {
  color: #fefefe!important;
}
  .bread-nav ul li:last-child {
    width: 50%;
  }
  .bread-nav ul li:last-child > span {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    max-height: 1.5em;
  }
.bread-nav ul li:not(:first-child) {
  padding: 0 3px 0 18px;
}
.bread-nav ul li:not(:first-child):before {
  content: '>';
  position: absolute;
  left: 5px;
  color: #fefefe;
}
.bread-nav.black ul li a {
  color: #333;
}
.bread-nav.black ul li a svg path {
  fill: #333;
}
.bread-nav.black ul li span {
  color: #333;
}
.bread-nav.black ul li:not(:first-child):before {
  color: #333;
}
.bread-nav.black ul li:last-child span {
  color: #333;
}
@media screen and (max-width: 1680px) {
  #c_static_001-1749461836153{
    left:10%;
  }
  .bread-nav {
    height: 28px;
    margin-top: -28px;
  }
}
@media screen and (max-width: 1200px) {
    #c_static_001-1749461836153{
    left:5%;
  }
}
@media screen and (max-width: 768px) {
  #c_static_001-1749461836153{
    width: 90%;
    display: none;
  }
  .bread-nav {
    height: auto;
    margin: 10px 0;
  }
  .bread-nav ul li a {
    color: #333!important;
  }
  .bread-nav ul li a svg path {
    fill: #333;
  }
  .bread-nav ul li span {
     color: #333!important;
  }
  .bread-nav ul li:not(:first-child):before {
    color: #333;
  }
  .bread-nav ul li:last-child {
    width: 35%;
  }
  .bread-nav ul li:last-child span {
    color: #333;
  }
  .bread-nav ul li:last-child > span {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    max-height: 1.5em;
  }
}