.share-social{float:right}
.social {
  text-align: center;display: inline-block; }
  .social__item {
    float:left;
    margin:0px; }
  .social .fab {
background: #0053cf;
    border-radius: 35px;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    text-shadow: 0px 4px 7px #35300f;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    transition: all .2s;
    width: 40px; }
    .social .fab:after {
	display:none;
      color: #818181;
      content: attr(data-count);
      font-family: Roboto, Arial, sans-serif;
      font-size: 14px;
      left: 0;
      line-height: 20px;
      position: absolute;
      text-align: center;
      top: 100%;
      width: 100%; }
	.social .fa-zalo{padding:24px;
	-webkit-filter: grayscale(100%); 
  filter: grayscale(100%);}
  .social .fa-facebook:hover {
    box-shadow: 0 0 15px rgba(59, 89, 152, 0.5) inset;
    color: #3b5998;background: #fff; }
  .social .fa-zalo:hover {
    box-shadow: 0 0 15px rgba(32, 152, 209, 0.75) inset;
    color: #2098d1;-webkit-filter: grayscale(0%); 
  filter: grayscale(0%);background: #fff;}
  .social .fa-twitter:hover {
    box-shadow: 0 0 15px rgba(0, 172, 237, 0.5) inset;
    color: #00aced;background: #fff; }
  .social .fa-pinterest:hover {
    box-shadow: 0 0 15px rgba(203, 32, 39, 0.5) inset;
    color: #cb2027; }


