.sp-sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  z-index: 2;
}
.title-header {
  float: left;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
  padding: 16px 10px 16px 30px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #034d7f;
}
.logo-header {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
}
@media screen and (max-width: 768px) {
  .logo-header {
    position: absolute;
    top: 60%;
    left: 20%;
    transform: translate(-50%, -60%);
  }
}
.share_button_social {
  float: right;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
  padding: 16px 10px 16px 30px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #034d7f;
}
.customH1 {
  font-size: 25px;
}
@media screen and (max-width: 414px) {
  .address-f span {
    padding-left: 5px;
    font-size: 14px;
  }
  .address-f-2 span {
    padding-left: 5px;
    font-size: 14px;
  }
  .hotline-f a {
    padding-left: 10px;
    font-size: 18px;
  }
  .mail-f a {
    padding-left: 10px;
    font-size: 16px;
  }
}
