/* ================= CSS FOOTER ================= */
footer ul li {
  margin-bottom: 5px;
}
.hotline-btn {
  position: fixed;
  bottom: 12px;
  left: 22px;
  z-index: 9999;
}

.hotline-btn a {
  background: linear-gradient(67deg, #dba65a 0%, #fff 54%, #dba65a 100%);
  border-radius: 15px;
  padding: 8px 16px;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.hotline-btn img {
  filter: brightness(0);
}

.message-r {
  position: fixed;
  right: 100px;
  bottom: 25px;
  z-index: 999999;
}
.message-r a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.message-r a img {
  height: 100%;
}

.totalsocial {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #ccc;
  z-index: 9999;
}
.totalsocial a {
  display: block;
  float: left;
  width: 14.2%;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
