


    .social-button{
      display: inline-grid;
      position: fixed;
      bottom: 15px;
      left: 25px;
      min-width: 45px;
      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: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;



    }



    .social-button span{



      display: none;



    }



    .alo-circle {



      animation-iteration-count: infinite;



      animation-duration: 1s;



      animation-fill-mode: both;



      animation-name: zoomIn;



      width: 50px;



      height: 50px;



      top: 3px;



      right: -3px;



      position: absolute;



      background-color: transparent;



      -webkit-border-radius: 100%;



      -moz-border-radius: 100%;



      border-radius: 100%;



      border: 2px solid rgba(30, 30, 30, 0.4);



      opacity: .1;



      border-color: #0089B9;



      opacity: .5;



    }



    .alo-circle-fill {



      animation-iteration-count: infinite;



      animation-duration: 1s;



      animation-fill-mode: both;



      animation-name: pulse;



      width: 60px;



      height: 60px;



      top: -2px;



      right: -8px;



      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;



    }
    #fb-root ._6d48{
      color: #fff;
    }



    .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: rgb(103, 182, 52);

      color: 15px;

      padding: 9px;



      display: none;



      width: 180px;



      margin-left: 10px;



      position: absolute;



      color: #ffffff;



      z-index: 999;



      top: 15px;



      right: 40px;



      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;



    }



    @-webkit-keyframes "headerAnimation" {



      0% { margin-top: -70px; }



      100% { margin-top: 0; }



    }



    @keyframes "headerAnimation" {



      0% { margin-top: -70px; }



      100% { margin-top: 0; }



    }



    .social-button a span:before {



      content: "";



      width: 0;



      height: 0;



      border-style: solid;



      border-width: 10px 10px 10px 0;



      border-color: transparent rgb(103, 182, 52) transparent transparent;



      position: absolute;



      right: -10px;



      top: 10px;

      transform: rotate(180deg);

      -moz-transform: rotate(180deg);

      -webkit-transform: rotate(180deg);

      -o-transform: rotate(180deg);



    }


    #mySidenav a {
    position: fixed; 
    right: -30px; 
    transition: 0.3s; 
    padding: 10px; 
    width: 70px; 
    text-decoration: none; 
    font-size: 20px; 
    color: white; 
    border-radius: 5px 0px 0px 5px; 
    z-index: 9; 
}

#mySidenav a:hover {
    right: 0 ; 

}
#facebook {
    top: 250px;
    background: #4267b2
    
}

#google-plus {
    top: 300px;
    background-color: #f44336; 
}

#twitter {
    top: 350px;
    background: #1da1f2;
    
}


}
  </style>
  

</head>



<body>

<div class="call-mobile1">
<a data-animate="fadeInDown" rel="noopener noreferrer" href="https://www.facebook.com/profile.php?id=100080479316228" target="_blank" class="button success" style="border-radius:99px;" data-animated="true">
<span>Chat Facebook</span></a>
</div>
<style>
.success.is-underline:hover, .success.is-outline:hover, .success {
background-color: #1E73BE;
padding: 10px;
color: white !important;
}
.call-mobile {background: #ED1C24;position: fixed;bottom: 10px;height: 40px;line-height: 40px;
padding: 0 0px 0 0px;border-radius: 40px;color: #fff;left: 20px;z-index: 99999;
}
.call-mobile1 {position: fixed;bottom: 52px;height: 80px;line-height: 40px;
padding: 0 0px 0 0px;border-radius: 40px;color: #fff;left: 20px;z-index: 99999;
}
.call-mobile2 {position: fixed;bottom: 93px;height: 40px;line-height: 40px;
padding: 0 0px 0 0px;border-radius: 40px;color: #fff;left: 20px;z-index: 99999;
}
.call-mobile i {font-size: 20px;line-height: 40px;background: #B52026;
border-radius: 100%;width: 40px;height: 40px;
text-align: center; float: right;
}
.call-mobile a {color: #fff;font-size: 18px;font-weight: bold; text-decoration: none;
margin-right: 10px; padding-left: 10px;}