
#footer-contact-footer-outer {
    position: fixed;
    width: 100%;
    z-index: 100 !important;
    bottom: 0
}

#footer-contact-footer:after {
    content: "";
    position: absolute;
    pointer-events: none;
    background-image: url(https://camdo276.com/wp-content/uploads/2023/05/mb-footer-bg.svg);
    background-color: unset;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: unset;
    height: 65px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    left: 0;
    bottom: 0;
    z-index: -1
}

#footer-contact-footer {
    border-bottom: 15px solid #fff;
    display: flex;
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding-top: 5px
}

#footer-contact-footer > a {
    position: relative;
    display: block;
    width: 25%;
    text-align: center;
    padding: 11px 0 0;
    color: #313131;
    text-decoration: none;
    line-height: 20px !important; 
}

#footer-contact-footer > span {
    display: block;
    width: 30px
}

#footer-contact-footer span {
    display: block
}

.footer-contact-footer-btn-label {
    padding: 5px 2px 0;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    line-height: 1
}

#footer-contact-footer > a img {
    height: 30px;
    width: 30px
}

#azt-contact-footer-btn-center {
    position: relative;
    background: transparent !important
}

#footer-contact-footer-btn-center .footer-contact-footer-btn-label {
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%)
}

#footer-contact-footer-btn-center .footer-contact-footer-btn-label > span {
    padding: 4px 8px;
    background: #e70332;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    line-height: 1
}

.footer-contact-footer-btn-center-icon {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background-image: linear-gradient(92.83deg, #f90000 0, #950099 100%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: -28px;
    text-align: center;
    box-shadow: #000 0 -3px 10px 0;
    border: 2px solid #fff
}

.footer-contact-footer-btn-center-icon img {
    max-width: 20px;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.phone-vr-circle-fill {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 #e70332;
    border: 2px solid transparent;
    transition: all .5s;
    animation: zoom 1.3s infinite
}

.lien-he-sp {
    display: none
}

@keyframes zoom {
    0% {
    }
    70% {
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@media only screen and (max-width: 850px) {
    #footer-contact-footer-outer {
        display: block
    }
}

@media screen and (max-width: 480px) {
    .lien-he-pc, .item-register {
        display: none
    }

    .lien-he-sp {
        display: block
    }

    .lien-he-sp {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #114962;
        color: #fff;
        padding: 5px 0;
        z-index: 999
    }

    .lien-he-sp a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        width: 32%;
        text-align: center;
        display: inline-block
    }

    .lien-he-sp a img {
        width: 35px
    }

    .annsite .lien-he-sp {
        background: #01a76e
    }
     
    footer,.footer{
     margin-bottom: 110px !important; 
    }
}