.fbx-footer-hotline {
  text-align: center;
}
.fbx-footer-hotline {
  padding: 80px 0;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: var(--bg-image);
}
.fbx-footer-hotline:before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fbx-footer-hotline .ft-hotline-wrapper {
  position: relative;
}
.fbx-footer-hotline .hotline-detail {
  font-size: 35px;
  font-weight: 700;
}

.fbx-footer-hotline .hotline-detail .detail-icon img {
  max-width: 45px;
  margin-right: 5px;
}

.fbx-footer-hotline .hotline-detail .detail-title {
  color: var(--clr-title);
}

.fbx-footer-hotline .hotline-detail .detail-phone {
  color: var(--clr-phone);
}

.fbx-footer-hotline .hotline-detail .detail-phone:hover {
  color: var(--clr-title);
}

.fbx-footer-hotline .hotline-line {
  margin-top: -12px;
}

@media (max-width: 767px) {
  .fbx-footer-hotline {
    padding: 50px 0;
  }
  .fbx-footer-hotline .hotline-detail {
    font-size: 21px;
  }
  .fbx-footer-hotline .hotline-detail .detail-icon img {
    max-width: 32px;
  }
}




