﻿.p-right-btn {
    position: fixed;
    right: 25px;
    bottom: 36px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.p-right-btn .right-btn-item {
    position: relative;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px 0;
}

.p-right-btn .right-btn-item.message {
    width: 50px;
    display: flex;
    height: 50px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    z-index: 999;
    align-items: center;
    justify-content: center;
    background-color: #0A7CFF;
}


.p-right-btn .right-btn-item img {
    position: relative;
    z-index: 2;
}






.p-right-btn .zalo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 999;
    background-color: #0A7CFF;
}





.hotline-phone-ring-wrap {
}

.hotline-phone-ring-wrap.sdt-2 {
    bottom: 90px;
    left: -20px;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-circle {
    width: 88px;
    height: 88px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
    pointer-events: none;
}

.hotline-phone-ring-circle-fill {
    width: 60px;
    height: 60px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    pointer-events: none;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/*hot line*/

.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 26px;
}

.hotline-phone-ring-img-circle span {
    position: absolute;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}


.gm {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: green;
    z-index: 999;
}

.gm img {
    width: 75%;
    height: 75%;
    border-radius: 50%;
}

.gm .decor-1 {
    background-color: green !important;
}

.gm .decor-2 {
    border-color: green !important;
}


.icon-fix .icon img {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    transform: scale(0.6);
}

.icon-fix img {
}

.icon-fix .decor-1 {
    position: absolute;
    width: 140%;
    height: 140%;
    border-radius: 50%;
    background-color: #0A7CFF;
    opacity: .4;
    animation: forDecor-1 linear 1s infinite;
    pointer-events: none;
}

.icon-fix .decor-2 {
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #0A7CFF;
    animation: forDecor-2 linear 1s infinite;
    transition-delay: 1s;
    pointer-events: none;
}

@keyframes forDecor-2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    100% {
        transform: scale(1.4);
        opacity: 1;
    }
}

@keyframes forDecor-1 {
    0% {
        transform: scale(1)
    }

    80% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1);
    }
}

.fb-like iframe {
    width: 150px !important;
}


.message .content {
    position: fixed;
    right: 15px;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
    bottom: 69px;
    transition: all ease .3s;
    box-shadow: 0 0 10px 0 #3333336e;
}

.message .content.show {
    opacity: 1;
    pointer-events: all;
    right: 84px;
}
