/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 18 2025 | 08:26:19 */
.custom-btn {
  display: inline-block;
  padding: 6px 16px; /* nhỏ lại cho thon gọn */
  margin: 0 6px; /* khoảng cách giữa các nút */
  border: 1px solid white;
  background-color: transparent;
  color: white;
  border-radius: 15px;
  font-size: 12px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.custom-btn:hover {
  background-color: rgba(255, 0, 0, 0.2); /* đỏ nhạt khi hover */
  color: white;
}
.btn-link {
  border-radius: 6.1875rem;
  border: 0.0625rem solid rgb(255 255 255 / 32%);
  background: var(
    --ruot-kinh,
    linear-gradient(
      46deg,
      rgba(255, 255, 255, 0.2) -12.56%,
      rgba(255, 255, 255, 0.5) 100%
    )
  );
  backdrop-filter: blur(0.125rem);
  min-width: 10.625rem;
  height: var(--40);
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 1rem;
  font-family: var(--medi);
  gap: 0;
  -webkit-transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 100;
}

.btn-link i {
  font-size: 0.875rem;
}

.btn-link:hover {
  box-shadow: none;
  background-color: var(--theme-color);
}

.social-home {
  display: flex;
  gap: 1rem;
}
.social-home a {
  height: var(--32);
  padding: 0 var(--18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid var(--vien-kinh, rgba(255, 255, 255, 0.32));
  backdrop-filter: blur(0.125rem);
  border-radius: 6.1875rem;
  color: #fff;
  font-size: var(--15);
  font-family: var(--medi);
  z-index: 9;
}

.social-home a:hover {
  background-color: var(--theme-color);
}
