body .ew-alo-phone,
body .ew-alo-ph-img-circle {
    width: 50px;
    height: 50px;
}

body .ew-alo-phone {
    bottom: 230px;
}


.list-icon-social .zalo-icon,
.list-icon-social .fb-icon {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 10px;
}

.list-icon-social .fb-icon {
    color: #fff;
    position: fixed;
    bottom: 80px;
    z-index: 9;
    right: 24px;
    display: block;
    width: 50px;
}

.list-icon-social .fb-icon i {
    font-size: 30px;
    text-align: center;
    display: block;
    background: #746f6f;
    padding: 10px;
    border-radius: 50%;
    color: #fff;

    /*webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    /*border-radius: 100%;*/
    /*border: 2px solid transparent;*/
    /*opacity: .7;*/
    /*-webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;*/
    /*-moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;*/
    /*-ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;*/
    /*-o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;*/
    /*animation: ew-alo-circle-img-anim 1s infinite ease-in-out;*/
    /*-webkit-transform-origin: 50% 50%;*/
    /*-moz-transform-origin: 50% 50%;*/
    /*-ms-transform-origin: 50% 50%;*/
    /*-o-transform-origin: 50% 50%;*/
    /*transform-origin: 50% 50%;*/
}

.list-icon-social .zalo-icon {
    background: #746f6f;
    padding: 10px;
    border-radius: 50%;

    position: fixed;
    bottom: 160px;
    z-index: 9;
    right: 24px;
    display: block;
    width: 50px;
}

.list-icon-social .zalo-icon img {
    width: 100%;
    height: 100%;
}