.action_footer {
  display:none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Đổ bóng để nổi hơn */
    position: relative;
    transition: all 0.3s ease; /* Hiệu ứng mượt mà khi hover */
    /* Animation nhảy nhảy */
    animation: bounce 1.5s infinite;
  position: fixed;
  font-size: 26px;
    font-weight: bold;
    border-radius: 8px;
 
}
.banner-text-description {
  color: #000000 !important;
}
.action_footer .cd-top {
  right:-50px;
  top: 0px;
}
.text-white {
  font-size:26px !important;
   margin-bottom: 0px !important;
}
/* Hiệu ứng nhảy nhảy */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0); /* Vị trí ban đầu */
    }
    40% {
        transform: translateY(-15px); /* Nhảy lên 15px */
    }
    60% {
        transform: translateY(-7px); /* Nhảy nhẹ xuống 7px */
    }
}

/* Hiệu ứng khi hover */
.action_footer:hover {
    background-color: #e60000; /* Đổi màu nền khi hover */
    transform: scale(1.1); /* Phóng to nhẹ */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); /* Đổ bóng đậm hơn */
}
.img-fluid {
  width: 250px;
  border-radius: 70px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
  display: block;
  margin: -40px auto 20px;
  filter: contrast(110%) saturate(115%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: perspective(1000px) rotateY(2deg);
}
.container-fluid .row .col-sm-3 { display:none}
* Footer styles */
.footer {
  background-color: #FFFFFF;
  padding: 20px 0;
  position: relative;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: center; /* Center the footer-content horizontally */
}

.footer-content {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center items horizontally within the content */
  text-align: center;
}

.footer-title {
  font-size: 28px;
  color: #FFD700;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%; /* Make sure this takes full width */
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: center; /* Center the items horizontally */
  gap: 10px;
  font-size: 16px;
  color: #333;
  width: 100%; /* Take full width to ensure proper centering */
}

.contact-item i {
  color: #FFD700;
  font-size: 18px;
}

.contact-item a {
  color: #FFD700;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}
.logo {
    height: 65px;
    margin-top: -15px;
    margin-bottom: -15px;
    width: 200px;
}
.footer-content {
  .footer-title {
		margin-bottom: 0px !important;
    		margin-top: 10px !important;

	}
	.contact-item {
      		margin-bottom: 20px !important;

  }
}