.so-page-builder .container-fluid{padding:0; overflow:hidden;}.so-page-builder .container{padding:0; overflow:hidden;}.so-page-builder section{overflow:hidden;}
/* Style Html */ 
.social-nutchat{
      display: inline-grid;
        position: fixed;
        bottom: 80px;
        right: 28px;
        min-width: 55px;
        text-align: center;
        z-index: 99999;
    }
.social-nutchat-content{
      display: inline-grid;   
    }
.social-nutchat a {padding:8px 0;cursor: pointer;position: relative;}
.social-nutchat i{
      width: 55px;
        height: 55px;
        background-image: url(https://sanhangre.net/img/icon_zalo.png);
        background-size: 55px;
        border-radius: 100%;
        font-size: 20px;
        text-align: center;
        line-height: 1.9;
        position: relative;
        z-index: 999;
    }
.social-nutchat 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;
    }
.call-icon:hover > span, .mes:hover > span, .sms:hover > span, .zalo:hover > span{display: block}
.social-nutchat a span {
        border-radius: 2px;
        text-align: center;
        background: #012169;
        padding: 9px;
        display: none;
        width: 130px;
        margin-left: 10px;
        position: absolute;
        color: #ffffff;
        z-index: 999;
        top: 9px;
        right: 60px;
	font-size:16px;
        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;
    }
.social-nutchat a span:before {
      content: close-quote;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0px 10px 10px 10px;
      border-color: transparent transparent #012169 transparent;
      position: absolute;
      right: -9px;
      top: 9px;
}
