.procedure {
    border: 2px solid black;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }

.i_icon i{
  width: 15px;
  height: auto;
}

.custom-contact-info {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.custom-title {
  color: white;
  background-color: #B49388;
  padding: 10px 0;
  font-size: 18px;
  margin: 0;
  border-radius: 25px;
}

.custom-contact-box {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: white;
  margin-top: 10px;
  position: relative;
}

.custom-header {
  background-color: #201717;
  color: white;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-header span {
  font-weight: bold;
}

.custom-close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.custom-contact-list {
  list-style-type: none;
  padding: 10px;
  margin: 0;
  text-align: left;
  font-size: 14px;
}

.custom-contact-list li {
  margin-bottom: 5px;
}

.custom-contact-list a {
  color: #f44336;
  text-decoration: none;
}

.custom-contact-list a:hover {
  text-decoration: underline;
}
#scrollTopBtn {
  display: none; /* Ẩn nút khi không cần thiết */
  position: fixed; /* Cố định nút */
  bottom: 20px; /* Vị trí cách đáy */
  right: 30px; /* Vị trí cách phải */
  z-index: 99; /* Đảm bảo nút hiển thị trên tất cả các thành phần khác */
  font-size: 18px; /* Kích thước chữ */
  border: none; /* Không có viền */
  outline: none;
  background-color: #555; /* Màu nền */
  color: white; /* Màu chữ */
  cursor: pointer; /* Con trỏ dạng tay */
  padding: 15px; /* Khoảng cách bên trong */
  border-radius: 50px; /* Bo tròn góc */
  height: 50px;
  width: 50px;
}

#scrollTopBtn:hover {
  background-color: #8d6c00; /* Màu khi di chuột */
}


.echbay-sms-messenger div.phonering-alo-zalo, 
.echbay-sms-messenger div.phonering-alo-alo {
	background-color:#0084ff
}
.echbay-sms-messenger div.phonering-alo-sms {
	background-color:#f60
}
.echbay-sms-messenger div.phonering-alo-messenger {
	background-color:#e60f1e
}

.echbay-sms-messenger {
	width:45px
}
.echbay-sms-messenger a {
	line-height:45px;
        color: transparent;
display:block;
}
.echbay-sms-messenger div.phonering-alo-zalo {
	display: block
}

.echbay-sms-messenger div.phonering-alo-alo {
    background-image: url(https://codfe.com/wp-content/uploads/2020/08/call.png);
}
.echbay-sms-messenger div.phonering-alo-zalo {
    background-image: url(https://codfe.com/wp-content/uploads/2020/08/zalo.png);
}
.echbay-sms-messenger div.phonering-alo-messenger {
    background-image: url(https://codfe.com/wp-content/uploads/2020/08/messenger.png);
    background-color: #e60f1e;
}
.echbay-sms-messenger div {
    margin: 14px 0;
    background: #0084FF center no-repeat;
    background-size: 70%;
    border-radius: 50%;
    box-shadow: 0 3px 10px #888;
}

.echbay-sms-messenger {
    text-align: center;
    left:20px;
    position: fixed;
    bottom: 20px;
    z-index: 999;
}

.consultation-button {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background-color: #d32f2f;
  color: white;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 6px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.consultation-button a {
  color: white;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 5px 7px;
}

.consultation-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

@keyframes pulse {
  0% {
      transform: scale(1);
      box-shadow: 0 0 10px rgba(0, 132, 255, 0.7);
  }
  50% {
      transform: scale(1.1);
      box-shadow: 0 0 20px rgba(0, 132, 255, 0.9);
  }
  100% {
      transform: scale(1);
      box-shadow: 0 0 10px rgba(0, 132, 255, 0.7);
  }
}

.echbay-sms-messenger div {
  animation: pulse 0.5s infinite;
}


.logo_hd {
  width: 70px;
  height: auto;
  border-radius: 15px;
}