
/* action button */
.float-contact {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}

.chat-zalo,
.chat-facebook,
.call-hotline,
.banner-footer {
  display: flex;
  justify-content: end;
  margin-bottom: 6px;
  line-height: 0;
  left: 50px;
  align-items: center;
}

.chat-zalo, .chat-facebook, .call-hotline ,.banner-footer{
  color: gold;
  padding-right: 5px;
}
.text-ac-btn{
  background-color: #000;
  padding: 5px;
  border: 1px solid black;
  border-radius: 5px;
  margin-right: 5px;
}
.banner-footertv {
  /* position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999; */
}
.b-g-2
{
  border: gold 2px solid;
}
/* Định nghĩa hoạt ảnh touch */
@keyframes touch {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* Áp dụng hoạt ảnh touch khi hover */
.touch-icon:hover {
  animation: touch 0.5s infinite ease-in-out; /* Lặp lại vô hạn khi hover */
}
@media (max-width: 480px) {

  .chat-zalo,
  .chat-facebook,
  .call-hotline,
  .banner-footer {
    display: inline-block;
  }
  .text-ac-btn{display: none;}
  .touch-icon {
    animation: touch 0.5s infinite ease-in-out; /* Lặp lại vô hạn khi hover */
  }
}
.modal-body >p
{
  text-align: justify;
}
.modal-body >ul >li
{
  text-align: left;
}