.zalo_fixed {
    width: 50px;
    height: 25px;
    position: fixed;
    right: 5px;
    top: 76%;
    z-index: 9999;
    cursor: pointer;
}

.zalo_fixed img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    vertical-align: top;
}

#list_mobie {
    padding: 10px 0px;
    background: #0c3e71;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
    text-align: center;
    text-shadow: none;
}

.bottom_call {
    background: #00a651;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
}

#list_mobie span.goidien_mobie {
    padding-left: 25px;
    background: url(../img/goidien.png) left center no-repeat;
    background-size: auto 100%;
    line-height: 20px;
    display: inline-block;
    padding-right: 25px;
}

#list_mobie span.sms_mobie {
    padding-left: 35px;
    background: url(../img/tuvan.png) left center no-repeat;
    background-size: auto 100%;
    line-height: 20px;
    display: inline-block;
    padding-right: 10px;
}

#list_mobie span a {
    color: #fff;
    margin-right: 10px;
}

#list_mobie span.lienhe_mobie {
    padding-left: 25px;
    background: url(../img/chiduong.png) left center no-repeat;
    background-size: auto 100%;
    line-height: 20px;
    display: inline-block;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.goidien_mobie {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}




.call_fixed {
    width: 50px;
    height: 50px;
    position: fixed;
       left: 15px;
    bottom: 30px;
    z-index: 9999;
    cursor: pointer;
}
.call_fixedzalo {
    bottom: 115px;
}
.call_fixed img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    vertical-align: top;
    width: 25px;
    z-index: 99;
    position: relative;
}

.widget-mobile {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 9999999;
}
#my-menu {
    position: relative;
    width: 50px !important;
    height: 50px !important;
}

.wcircle-open .wcircle-icon img:before {
    content: '\f00d';
}

.wcircle-icon {
    background: #16fc12;
    border-radius: 50%;
    display: flex !important;
    display: -ms-flex !important;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative !important;
    width: 50px;
    height: 50px;
}
.call_fixedzalo .wcircle-icon {
    background: #1282fc;
}

.call_fixedzalo .wcircle-icon:before,
.call_fixedzalo .wcircle-icon:after {
    background: rgba(18, 130, 252, .5);
}

.wcircle-icon:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: rgb(22 252 18 / 50%);
    /* border: 1px solid #fff; */
    border-radius: 50%;
    left: -5px;
    top: -5px;
    -webkit-animation: pulse 1s infinite ease-in-out;
    -moz-animation: pulse 1s infinite ease-in-out;
    -ms-animation: pulse 1s infinite ease-in-out;
    -o-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out;
}

.wcircle-icon:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    background: rgb(22 252 18 / 50%);
    border-radius: 50%;
    left: -15px;
    top: -15px;
    -webkit-animation: zoomIn 2s infinite ease-in-out;
    -moz-animation: zoomIn 2s infinite ease-in-out;
    -ms-animation: zoomIn 2s infinite ease-in-out;
    -o-animation: zoomIn 2s infinite ease-in-out;
    animation: zoomIn 2s infinite ease-in-out;
}

.wcircle-icon span{
    position: absolute;
    left: 28px;
    padding: 7px 30px;
    border-radius: 0 25px 25px 0;
    background: rgb(22 252 18);
    color: #fff;
    font-size: 15px;
}
.call_fixedzalo .wcircle-icon span{
    background: #1282fc;
}

.call_fixed.call_fixed2.call_fixedzalo{
    bottom: 285px;  
}

.call_fixed.call_fixed2{
   bottom: 200px;
}

.call_fixed{right: 145px;left: auto}