.contact {
  background: #fff;
}
.contact-con {
  padding: 90px 0;
}
.contact-nav {
  padding: 30px 0 200px 30px;
  width: 178px;
  border-right: 1px solid #e4e4e4;
}
.contact-nav .item {
  margin-bottom: 42px;
  padding: 6px 0;
}
.contact-nav .item a {
  font-size: 20px;
}
.contact-nav .item.active {
  border-right: 2px solid #F08200;
}
.contact-nav .item.active a {
  font-weight: bold;
  color: #F08200;
}
.contact-content {
  width: calc(100% - 178px);
  padding: 30px 30px 30px 80px;
}
.contact-content .col-6 {
  margin-bottom: 60px;
  padding: 0 30px;
}
.contact-content .img {
  width: 202px;
  height: 214px;
}
.contact-content .img img {
  width: 202px;
  height: 214px;
}
.contact-content .right {
  width: calc(100% - 202px);
  height: 214px;
  padding-left: 30px;
}
.contact-content .right .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  height: 46px;
}
.contact-content .right .content {
  line-height: 24px;
  font-size: 16px;
}/*# sourceMappingURL=contact.css.map */