.resign-voucher-wrap {
    padding: 20px 0;
}

.resign-voucher {
    /* background: linear-gradient(135deg, #ffe8f0 0%, #fff5f8 50%, #f8f0ff 100%); */
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    min-height: 295px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.resign-voucher__container {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 35px;
    transform: translateY(-50%);
    width: 30%;
}

.resign-voucher__title {
    font-size: 30px;
    color: var(--color-3);
    margin-bottom: 3px;
    text-shadow: 2px 2px 4px rgba(227, 24, 55, 0.1);
}

.resign-voucher__subtitle {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.resign-voucher__button {
    min-width: 270px;
}

.resign-voucher__hotline {
    margin-top: 10px;
    font-size: 18px;
    margin-left: 0;
    color: var(--color-3);
    font-weight: 600;
}

.resign-voucher__hotline-number {
    color: #e31837;
    font-weight: 600;
    text-decoration: none;
}

footer {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.logo-footer img {
    max-width: 110px;
}

.footer-contact ul {
    display: flex;
    list-style: none;
    gap: 10px 40px;
}

.footer-contact ul li,
.footer-contact ul li a {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
}

.footer-contact ul li img {
    width: 25px;
}

.copyright {
    text-align: center;
    padding: 10px 0;
}


.backtotop {
    cursor: pointer;
    background: #666666;
    bottom: 10px;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    padding: 2px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    z-index: 3;
    border-radius: 4px;
}

.backtotop svg {
    width: 28px;
    height: 22px;
    margin-bottom: -8px;
}

.backtotop svg path {
    stroke: #fff;
}

#button-contact-vr {
    bottom: 30px;
    margin: -10px;
    transform: scale(0.7);
    margin-bottom: 0px !important;
    position: fixed;
    z-index: 3;
    right: 10px;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

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

.phone-vr-circle-fill {
    width: 70px;
    height: 70px;
    top: 6px;
    left: 6px;
    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 0.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;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 60px;
    height: 60px;
    line-height: 40px;
    top: 12px;
    left: 12px;
    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;
}

#viber-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle svg {
    fill: #ffffff;
    width: 38px;
    height: 44px;
    margin-top: 8px;
}

.phone-vr-img-circle svg path {
    stroke: #fff;
}

@-webkit-keyframes phone-vr-circle-fill {
    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);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.wrap-button-fixed {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    background: #f5f6fa;
    width: 300px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 10px 20px;
    display: none;
}

.wrap-button-fixed.active {
    display: block;
}

.wrap-button-fixed .close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.wrap-button-fixed .close svg {
    width: 20px;
    height: 20px;
}

.wrap-button-fixed .link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.wrap-button-fixed .link img {
    width: 40px;
    height: 40px;
}

.wrap-button-fixed .link .text {
    font-size: 18px;
}

.phone-vr-img-circle img {
    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%);
    width: 40px;
    height: 40px;
}

@media (max-width: 1100px) {
    .footer-contact ul {
        gap: 10px 18px;
    }
}


@media (max-width: 991px) {
    .resign-voucher__container {
        width: 45%;
    }

    .footer-inner {
        display: block;
    }

    .footer-contact ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 15px;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .resign-voucher__container {
        width: 100%;
        left: 0;
        padding: 15px;
    }

    .footer-contact ul li, .footer-contact ul li a {
        font-size: 14px;
    }

    .resign-voucher {
        background-position: left;
    }
}