@media only screen and (min-width: 1200px) and (max-width: 1449px) {
.header__menu ul li {
    margin-right: 10px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.breadcrumb-option {
  height: 300px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.breadcrumb-option {
  height: 0px;}

}
@media only screen and (max-width: 767px) {
.breadcrumb-option {
  height: 0px;}

}

@media only screen and (min-width: 768px) and (max-width: 991px){
.col_path {
  display: none;}

}
@media only screen and (max-width: 767px) {
.col_path {
  display: none;}

}
.xm{
margin: 15px 0 0 0;}
.xm a{
color: #125795;
font-weight: bold;
font-size: 16pt;}
@media only screen and (max-width: 479px) {
.xm a{
font-size: 12pt;}
