.btn-click-to-pdf {
  background-color: #d22453;
  width: 360px;
  height: 66px;
  font-size: 34px;
  line-height: 66px;
  display: inline-block;
  border: 0;
  position: relative;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 60px;
}
@media (max-width: 991px) {
  .btn-click-to-pdf {
    width: 48.6979166667vw;
    height: 8.59375vw;
    font-size: 4.0364583333vw;
    line-height: 8.59375vw;
  }
}
.btn-click-to-pdf .icon-1 {
  background: url(../img/icon/circle__building.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 62px;
  height: 62px;
  margin-top: -31px;
  margin-left: 2px;
  display: block;
  position: absolute;
  top: 50%;
}
@media (max-width: 991px) {
  .btn-click-to-pdf .icon-1 {
    width: 8.0729166667vw;
    height: 8.0729166667vw;
    margin-top: -4.0364583333vw;
    margin-left: 0.2604166667vw;
    text-indent: 0.6510416667vw;
  }
}
.btn-click-to-pdf .icon-2 {
  background: url(../img/icon/arrow__right-white-btn.png) no-repeat 0 center;
  width: 62px;
  height: 62px;
  margin-top: -31px;
  display: block;
  position: absolute;
  top: 50%;
  margin-right: 0px;
  right: 0px;
}
@media (max-width: 991px) {
  .btn-click-to-pdf .icon-2 {
    width: 8.0729166667vw;
    height: 8.0729166667vw;
    margin-top: -4.0364583333vw;
    background-position: 0.6510416667vw center;
  }
}
/*# sourceMappingURL=7jun.css.map */