
.popup_contact {
    bottom: 15px;
    display: block;
    position: fixed;
    right: 2px;
    z-index: 100;
}
#button_contact {
    background: unset;
    border: unset;
}
/* zalo */

#gom-all-in-one .button-contact_zalo {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}
#gom-all-in-one .button-contact_zalo {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}

#button-contact-vr .button-contact_zalo .phone-vr_zalo {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
#zalo-vr .phone-vr-circle-fill_zalo {
    /* box-shadow: 0 0 0 0 #2196F3; */
    background-color: transparent;
}

#zalo-vr .phone-vr-img-circle_zalo, .popup_contact img,.phone-vr-img-circle {
    fill: var(--white,#fff);
    filter: drop-shadow(0 0 15px rgba(0,0,0,.15));
}

.phone-vr-circle-fill_zalo {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230,8,8,0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    /* // animation: phone-vr-circle-fill 2.3s infinite ease-in-out; */
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    /* // animation: zoom 1.3s infinite; */
}

#zalo-vr .phone-vr-img-circle_zalo {
    background-color: #fff;
}

.phone-vr-img-circle_zalo {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    /* animation: phone-vr-circle-fill 1s infinite ease-in-out; */
}

#zalo-vr .phone-vr-circle-fill_zalo,.phone-vr-img-circle_zalo {
    animation: none;
}
.phone-vr-img-circle_zalo a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle_zalo img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
/* endzalo */

#button-contact-vr .chat-wrapper.popup_chat-show {
    background-color: #fff;
    border-radius: 10px;
    display: block;
    margin-left: -222px;
    min-width: 250px;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 10px;
    top: 0px;
}

.phone-vr-img-circle {
    animation: phone-vr-circle-fill 1s ease-in-out infinite;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    left: 25px;
    line-height: 40px;
    position: absolute;
    top: 25px;
    width: 40px;
}
#button-contact-vr {
    display: none;
    
}
#button-contact-vr.isClickContact {
    display: block;
    bottom: 99px;
    position: fixed;
    right: 27px;
    z-index: 99999;
}

.phone-vr-circle-fill {
    -webkit-animuiion: zoom 1.3s infinite;
    -webkit-animation: phone-vr-circle-fill 2.3s ease-in-out infinite;
    border: 2px solid transparent;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(22,132,241,.961);
    height: 65px;
    left: 12px;
    position: absolute;
    top: 12px;
    transform-origin: 50% 50%;
    transition: all .5s;
    width: 65px;
    background-color: unset;
}
#button-contact-vr .button-contact .phone-vr {
    -webkit-backface-visibility: hidden;
    background-color: transparent;
    bottom: 12px;
    cursor: pointer;
    display: block;
    height: 42px;
    left: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    visibility: visible;
    width: 42px;
    z-index: 11;
}

#button-contact-vr .button-contact_zalo .phone-vr_zalo {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

@media screen and (max-width: 600px) { 
    .popup_contact {
        bottom: 80px;
        display: block;
        position: fixed;
        right: 2px;
        z-index: 100;
    }

    #button-contact-vr.isClickContact {
        display: block;
        bottom: 152px;
        position: fixed;
        right: 33px;
        z-index: 99999;
    }
}
