.fusion-tb-header {
  /*display: none;*/
}
._branch {
  font-size: 14px;
}
._branch ._loading {
  position: relative;
}
._branch ._loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6) url('loading.gif') no-repeat center center;
  z-index: 5;
}
._branch ._text-right {
  text-align: right;
}
._branch ._row {
  display: flex;
  flex-wrap: wrap;
}
._branch ._row ._col_2 {
  flex: 0 0 50%;
}
._branch ._row ._col_3 {
  flex: 0 0 33.33333333%;
}
._branch ._row ._col_4 {
  flex: 0 0 25%;
}
._branch ._box_2,
._branch ._box_3 {
  display: none;
}
._branch ._box_2 ._col_3 > * {
  margin-right: 20px;
}
._branch ._box {
  background: white;
  border: 1px solid #ccc;
  padding: 30px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
._branch ._box ._head {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 30px;
  align-items: flex-end;
}
._branch ._box ._head ._wrap {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
._branch ._box ._head ._num {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  background: black;
  color: white;
  font-size: 10px;
  font-weight: bold;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
._branch ._box ._head h3 {
  display: inline-block;
  font-size: 20px;
  margin: 0;
}
._branch ._box ._head a {
  color: #a3d100;
}
._branch ._box ._head ._back a {
  color: #289ee6;
}
._branch ._box ._country,
._branch ._box ._office {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 10px;
  margin: 5px 20px 3px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
._branch ._box ._country img,
._branch ._box ._office img {
  width: 20px;
  margin-right: 10px;
}
._branch ._box ._country:hover,
._branch ._box ._office:hover {
  position: relative;
  background: #dfe9f9;
  cursor: pointer;
}
._branch ._box ._country:hover:after,
._branch ._box ._office:hover:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border-left: 5px solid #2195d8;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: none;
}
._branch ._box ._country img {
  height: 12px;
}
._branch ._box ._office img {
  height: 20px;
}
._branch ._box ._office span {
  flex: 1;
  line-height: 14px;
}
._branch ._box ._services {
  background: #f6f6f6;
  width: auto;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
._branch ._box ._services h6 {
  margin: 0 0 10px 0;
  font-size: 12px;
  color: #aaa;
}
._branch ._box ._services ._filter {
  margin: 0;
  padding: 0;
}
._branch ._box ._services ._filter li {
  list-style: none;
}
._branch ._box ._services ._filter li label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  padding: 5px 0;
}
._branch ._box ._services ._filter li span {
  display: inline-block;
  height: 20px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 10px;
}
._branch ._box ._addr {
  margin: 0 20px 30px 0;
}
._branch ._box ._addr h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
._branch ._box ._addr p {
  margin: 0;
}
._branch ._box ._addr p a {
  color: #289ee6;
}
@media (max-width: 992px) {
  ._branch ._md_hide {
    display: none;
    visibility: hidden;
  }
  ._branch ._row ._col_3 {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  ._branch ._row ._col_2,
  ._branch ._row ._col_3 {
    flex: 0 0 100%;
  }
  ._branch ._row ._col_4 {
    flex: 0 0 50%;
  }
  ._branch ._text-right {
    text-align: left !important;
  }
  ._branch ._services {
    margin-bottom: 20px;
  }
}
