.tg_border_btn {
  display: flex;
  justify-content: center;
}
.tg_border_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  background: var(--white);
  border: 1px solid var(--orange);
  color: var(--white);
  font-weight: 500;
  gap: 12px;
  padding: 11px 32px;
  transition: all 0.5s;
}
.tg_border_btn a span {
  color: var(--orange);
  text-transform: inherit;
}
.tg_border_btn a i {
  width: 21px;
  height: 22px;
  background: url(../images/thinhvuong-btn-arr-icon-orange.svg) no-repeat;
  background-size: cover;
  transition: all 0.5s;
}
.tg_border_btn a:hover i {
  transform: translateX(5px);
}
.tg_bg_btn {
  display: flex;
  justify-content: center;
}
.tg_bg_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  background: var(--orange);
  border: 1px solid var(--orange);
  color: var(--white);
  font-weight: 500;
  gap: 12px;
  padding: 11px 32px;
  transition: all 0.5s;
}
.tg_bg_btn a span {
  color: var(--white);
  text-transform: inherit;
}
.tg_bg_btn a i {
  width: 21px;
  height: 22px;
  background: url(../images/thinhvuong-btn-arr-icon.svg) no-repeat;
  background-size: cover;
  transition: all 0.5s;
}
.tg_bg_btn a:hover i {
  transform: translateX(5px);
}
.tg_arr_btn {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--orange);
}
.tg_arr_btn i {
  width: 20px;
  height: 20px;
  background: url(../images/thinhvuong-btn-arr-icon-tilted.png) no-repeat;
  background-size: cover;
  transition: all 0.5s;
  display: inline-block;
}
.tg_arr_btn:hover i {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .tg_arr_btn,
  .tg_border_btn {
    font-size: 12px;
    line-height: 20px;
    gap: 0px;
  }
  .tg_bg_btn a,
  .tg_border_btn a {
    padding: 7px 32px;
  }
  .tg_bg_btn a span {
    font-size: 12px;
    line-height: 20px;
  }
}
/* end css rau */
