/*icon*/

.home .fa-folder {
  display: inline-block;
}
.home .fa-folder:before {
  background-color: #fff;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.home .fa-check {
  position: relative;
  display: inline-block;
}
.home .fa-check:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/check.svg) no-repeat;
          mask: url(../images/icon/check.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.home .fa-building-o {
  position: relative;
  display: inline-block;
}
.home .fa-building-o:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/building.svg) no-repeat;
          mask: url(../images/icon/building.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 22px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.home .fa-envelope-o {
  position: relative;
  display: inline-block;
}
.home .fa-envelope-o:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/mail.svg) no-repeat;
          mask: url(../images/icon/mail.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.home .fa-male {
  position: relative;
  display: inline-block;
}
.home .fa-male:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/male.svg) no-repeat;
          mask: url(../images/icon/male.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.home .fa-star {
  position: relative;
  display: inline-block;
}
.home .fa-star:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/star.svg) no-repeat;
          mask: url(../images/icon/star.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.home .fa-heart {
  position: relative;
  display: inline-block;
}
.home .fa-heart:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/heart.svg) no-repeat;
          mask: url(../images/icon/heart.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.home .fa-phone {
  position: relative;
  display: inline-block;
}
.home .fa-phone:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/phone.svg) no-repeat;
          mask: url(../images/icon/phone.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.breadcrumb .fa-clock-o:before {
  width: 13px;
  height: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.breadcrumb .fa-home:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
