  .social-button {
  display: inline-grid;
  position: fixed;
  bottom: 90px;
  right:6px;
  min-width: 56px;s
  text-align: center;
  z-index: 99999;
  }

.social-button-content {
  display: inline-grid; }

.social-button a {
  padding: 8px 0;
  cursor: pointer;
  position: relative; }

.social-button i {
  width: 40px;
  height: 40px;
  background:rgba(229,140,20,1);
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;     float:right;   right:10px;
  position: relative;
  z-index: 999; }

	.social-button i.iconfb {
  background:url("../images/icons/icon_fb.png");
		background-size:100% auto;  background-repeat:no-repeat;    padding: 23px 16px;
    right: 9px;
		background-position:center center;

  }

	.social-button i.iconzalo {
  background:url("../images/icons/icon_zalo.png");
		background-size:100% auto;  background-repeat:no-repeat; padding: 8px 15px; right: 9px; top:-5px;
		background-position:center center;      border-radius: 0%;  

  }
	.social-button i.iconfb:before, .social-button i.iconzalo:before {
    content:  none
}

.alo-circle-fill {
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: pulse;
  width: 50px;
  height: 50px;
  top: 3px;
  right: 5px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(0, 175, 242, 0.5);
  opacity: .75;
  }

.call-icon i:hover > span, .mes i:hover > span, .sms i:hover > span, .zalo i:hover > span {
  display: block; }

.call-icon:hover > span, .mes:hover > span, .sms:hover > span, .zalo:hover > span   {
  display: block; }

.social-button a span {
  border-radius: 2px;
  text-align: center;
  background: #ff9000;
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 9px;
  right: 60px;
  transition: all 0.2s ease-in-out 0s;
  -moz-animation: headerAnimation 0.7s 1;
  -webkit-animation: headerAnimation 0.7s 1;
  -o-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
  z-index: 9999999999999999;
  }

