.phonring-alo {
  text-align: center;
  width: 45px;
  position: fixed;
  bottom: 150px;
  z-index: 999;
  display: none;
}
.phonring-alo  >div{
  margin: 14px 0;
  background-size: 70% !important;
  border-radius: 50%;
  box-shadow: 0 3px 10px #888;
}
.phonring-alo a,.phonring-alo-phone a {
  display: block;
  height: 45px;
  line-height: 45px;
  z-index: 99;
}
div.phonring-alo-zalo {
  background-image: url(../images/zalo.png) !important;
}
div.phonring-alo-phone {
  position: relative;
  background-image: url(../images/phone.png) !important;;
}
div.phonring-alo-messenger {
  position: relative;
  background-image: url(../images/messenger.png) !important;;
}
div.phonring-alo-mail {
  position: relative;
  background-image: url(../images/mail.png) !important;;
}
/*--- facebook---*/
.float-fb-msg{
  position:fixed;
  bottom:0;
  right:0; 
  z-index: 99999;
}
.float-fb-msg .box-title{
  color: white;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .float-fb-msg .box-title {
    width: 270px;
    text-align: center;
  }
}

.float-fb-msg .box-main {
  background:white;
  display:none;
  width:270px; 
}

.float-fb-msg .box-title i{
  margin: 0 10px;
  font-size: 20px;
}
/*--- responsive --