.btn,
.btn:visited {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #06538c;
  background-color: #06538c;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 480px) {
  .btn,
  .btn:visited {
    padding: 0 1em;
    font-size: 16px;
    line-height: 40px;
  }
}
.btn:after,
.btn:visited:after {
  content: '\f105';
  margin-left: 10px;
  font-family: 'Fontawesome';
  font-weight: normal;
}
.btn:hover,
.btn:visited:hover {
  color: #06538c;
  border-color: rgba(6, 83, 140, 0.3);
  background-color: #fff;
}

.company-title {
  position: relative;
  height: 300px;
  padding: 200px 50px 0;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background: url(/images/bg.png) no-repeat center;
  background-size: cover;
}
.company-title span {
  position: relative;
  z-index: 1;
}
.company-title:before {
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.company-table {
  margin: 0;
}
.company-table th,
.company-table td {
  padding: 40px 20px 15px;
  font-size: 14px;
  vertical-align: top;
  border: 0;
}
.company-table th {
  width: 250px;
  font-weight: normal;
  text-align: right;
  color: #06538c;
  border-bottom: 1px solid rgba(6, 83, 140, 0.5);
  border-right: 5px solid #fff;
  background-color: #f2f2f2;
  background-color: #fff;
}
.company-table td {
  color: #000;
  border-bottom: 1px solid rgba(6, 83, 140, 0.2);
  background-color: #f2f2f2;
  background-color: #fff;
}
.company-table tr:last-of-type th,
.company-table tr:last-of-type td {
  border-bottom: 0;
}
.company-table .company-map {
  margin-top: 15px;
}

/*# sourceMappingURL=company.css.map */
