
.giuseart-mobile-contact-bar {
    display: none
}

.giuseart-pc-contact-bar {
    left: 30px;
    bottom: 90px;
    position: fixed;
    z-index: 998;
    margin-bottom: 0
}

.giuseart-pc-contact-bar li {
    width: 135px;
    height: 51px;
    overflow: hidden;
    margin-bottom: 0;
    list-style: none;
}

.giuseart-pc-contact-bar li.facebook {
    margin-bottom: 8px;
    background: var(--wpr-bg-245e28f2-f679-4ed6-a2bc-cf53052c8bc5);
    background-repeat: no-repeat;
    background-size: 44px;
}

.giuseart-pc-contact-bar li.zalo {
    background: var(--wpr-bg-e544d644-863a-4d32-8e98-78e1d97de5a5);
    background-repeat: no-repeat;
    background-size: 44px;
}

.giuseart-pc-contact-bar li a {
    display: block;
    width: 140px;
    height: 54px;
}

@media only screen and (max-width: 499px) {
    .giuseart-pc-contact-bar {
        display: none
    }

    .giuseart-mobile-contact-bar {
        left: 10px;
        bottom: 10px;
        position: fixed;
        z-index: 998;
        margin-bottom: 0;
        display: block !Important
    }

    .giuseart-mobile-contact-bar li {
        display: inline-block;
        float: left;
        margin-right: -68px;
        list-style: none;
        width: 130px;
    }

    .giuseart-mobile-contact-bar li.facebook {
        margin-bottom: 8px;
        background: var(--wpr-bg-12d48991-cad9-4a0c-a3ba-420eb628e940);
        background-repeat: no-repeat;
        background-size: 54px;
    }

    .giuseart-mobile-contact-bar li.zalo {
        background: var(--wpr-bg-a2da971f-e896-477f-9685-2c6a6c258515);
        background-repeat: no-repeat;
        background-size: 54px;
    }

    .giuseart-mobile-contact-bar li a {
        display: block;
        width: 54px;
        height: 54px;
    }
}

.hotline-phone-ring-img-circle {
    width: 60px;
    height: 65px;
    top: 20px;
    left: 41px;
    position: absolute;
    background-size: 100%;
    -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-bar {
    background: var(--wpr-bg-fbe3e9a7-b6ba-4460-b626-9000902cdbcc);
    position: absolute;
    height: 90px;
    width: 230px;
    line-height: 40px;
    border-radius: 3px;
    background-size: 100%;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 9;
    left: 35px;
    bottom: -17px;
    background-repeat: no-repeat;
}

.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    font-weight: 600;
    text-indent: 50px;
    display: block;
    /* letter-spacing:1px;
line-height:38px; */
    font-family: Arial;
    margin-top: 7px;
    margin-left: 23px;
}

.hotline-bar > a:hover,
.hotline-bar > a:active {
    color: #fff
}

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

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .hotline-bar {
        position: fixed
    }
}


.hotline-phone-ring-img-circle .pps-btn-img img {
    width: auto;
    height: auto;
    margin-bottom: 5px;
}

img {
    border: none;
}

.hotline-phone-ring-wrap {
    position: fixed !important;
    bottom: 8px;
    left: -10px;
    z-index: 10;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    height: 93px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 1px;
    bottom: 0;
    display: block;
}

@media only screen and (max-width: 499px) {
    .hotline-phone-ring-wrap {
        position: fixed !important;
        left: 100px;
        z-index: 10;
    }

    .hotline-bar {
        margin-bottom: -5px;
    }

    .hotline-phone-ring-img-circle .pps-btn-img img {
        margin-bottom: -5px;
    }
}
