.social-right{
    position: fixed;
    right: 20px;
    bottom: 100px;
    display: flex;
    gap: 15px;
    flex-flow: column;
    z-index: 9999;
}
.social-right li:last-child i{
    background: rgba(0, 0, 0, 0) url(/tp/T0198/img/stores/10915/logo-zalo-vector.png) no-repeat scroll 0 0 / cover;
    display: inline-block;
    width: 45px;
    height: 45px;
}
.social-right li i{
    font-size: 45px;
    color: #3B5998;
}
.social-right li:first-child{
    width: 45px;
    height: 45px;
    background: #087472;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-right li:first-child i{
    font-size: 35px;
    color: #fff;
}
.social-right img{
    height: 45px;
    width: auto;
    object-fit: contain;
}
.tp_header .top.tp_header .container{
    margin: 0 auto !important;
}