.footer {
    padding: 50px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 1;
} */

.logo-footer img {
    max-width: 150px;
    position: relative;
    z-index: 2;
}

.logo-footer {
    margin-bottom: 20px;
}

.footer-inner {
    position: relative;
    z-index: 2;
}

.footer-info h2,
.footer-col h2 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
}

.footer-info h2::before,
.footer-col h2::before {
    content: '';
    position: absolute;
    top: calc(100% + 5px);
    width: 70px;
    height: 1px;
    background-color: var(--color-2);
}

.footer-inner ul li {
    line-height: 28px;
    font-size: 14px;
}

.footer-inner ul {
    margin-left: 18px;
}

.copyright {
    background: linear-gradient(90deg, rgb(105 105 105) -50%, rgb(12 12 12) 50%, rgb(95 94 94) 120%);
    text-transform: uppercase;
    padding: 15px 0 10px;
}

.social {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

.social ul li {
    list-style: none;
}

.social ul {
    display: flex;
    gap: 10px;
}

.social ul li img {
    width: 25px;
}

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

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

.backtotop svg path {
    stroke: #fff;
}

#button-contact-vr {
    bottom: 55px;
    margin: -10px;
    transform: scale(0.8);
    margin-bottom: 0px !important;
    position: fixed;
    z-index: 20;
    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 {
    position: relative;
    margin-top: -5px;
}

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

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #b68250;
    background-color: rgb(182 130 80);
}

.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;
}

#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-img-circle svg {
    fill: #ffffff;
    width: 38px;
    height: 44px;
    margin-top: 8px;
}

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

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

.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%);
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
    position: relative;
}

.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;
    color: #000;
}

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

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

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

#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd2223;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd2223;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd2223;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd2223;
}

.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;
}

#zalo-vr .phone-vr-img-circle {
    background-color: #b68250;
}

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

@-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;
    }
}

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: -3px;
    left: -12px;
    z-index: 98;
}

.hotline-phone-ring-wrap.item-2 {
    bottom: 50px;
}

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

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #cf3034;
    -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;
}

@-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);
    }
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 26px;
    left: 26px;
    position: absolute;
    background-color: #ff3d3d;
    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;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    width: 28px;
    height: 28px;
    top: 62px;
    left: 25px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    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: 25px;
    height: 24px;
}

.hotline-bar {
    position: absolute;
    background: #E88A25;
    background: -webkit-linear-gradient(left, #e88a25, #cf3034);
    background: -o-linear-gradient(right, #e88a25, #cf3034);
    background: -moz-linear-gradient(right, #e88a25, #cf3034);
    background: #ed7818;
    width: 180px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    border: 2px solid white;
    left: 15px;
    bottom: 15px;
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    display: block;
    padding-left: 45px;
}

.hotline-bar>a .location {
    font-size: 12px;
}


.support-bottom {
    width: 50px;
    bottom: -8px;
    right: 17px;
    position: fixed !important;
    z-index: 99800;
    background-color: transparent !important;
    padding: 6px 0;
    border-radius: 3px 0 0 3px;
    box-shadow: none;
    border-top: none;
}

.support-bottom .btn-list {
    display: block !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    padding: 6px !important;
    justify-content: space-around !important;
}

.support-bottom .btn-float-container {
    width: 100%;
    margin-bottom: 6px;
}

.support-bottom a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block !important;
    border: none !important;
    font-size: 18px !important;
    color: #fff !important;
    text-align: center !important;
    position: relative;
    border-radius: 50% !important;
    cursor: pointer !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
    background: none;
}

.support-bottom .button-call {
    background-image: url(../images/calling.gif);
    background-size: 100% 100%;
}

.support-bottom i {
    width: 44px;
    height: 44px;
    display: block;
}

.support-bottom i {
    font-size: 28px;
    background-repeat: no-repeat !important;
    background-size: contain;
}

.support-bottom .btn-float-container span {
    display: none !important;
}

.support-bottom .button-messenger {
    background-repeat: no-repeat !important;
    background-position: center;
    border-radius: 50%;
}

.support-bottom .button-zalo {
    background-image: url(../images/icon-zalo.svg);
}


.btn-btn-theme-colored {
    position: fixed;
    right: 17px;
    bottom: 122px;
    background: #ed7818;
    padding: 3px;
    color: #fff;
    z-index: 3;
    width: 44px;
    height: 44px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.btn-btn-theme-colored a {
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.modal-overlayyy {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 66%);
    z-index: 99;
    justify-content: center;
    align-items: center;
    /* display: flex
; */
}

.modal-overlayyy .modal-content {
    background: #fff;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    max-width: 430px;
    width: 90%;
    animation: fadeIn 0.3s ease;
    position: relative;;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
}

.modal-overlayyy .close-btn-modal {
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
}

.modal-overlayyy .close-btn-modal svg {
    width: 20px;
    height: 20px;
}

.modal-overlayyy .modal-content form {
    padding: 30px 25px 25px 25px;
    position: relative;
}

.modal-overlayyy input,
.modal-overlayyy select,
.modal-overlayyy textarea {
    padding: 10px 15px;
    border: 1px solid #00000052;
    width: 100%;
    resize: none;
    font-size: 16px;
    color: #000000;
    font-family: inherit !important;
    border-radius: 5px;
}

.modal-overlayyy .modal-content form h2 {
    position: relative;
}

.modal-overlayyy .modal-content form input {
    position: relative;
}

.modal-overlayyy .form-group {
    margin-bottom: 15px;
    position: relative;
}

.modal-overlayyy .submit {
    font-size: 16px;
    margin: 0 auto;
    display: block;
    font-weight: 500;
    border-radius: 35px;
    padding: 10px 30px;
    background: #000;
    color: #FFF;
    transition: .3s;
    position: relative;
}

.modal-overlayyy .modal-content form h2 {
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 22px;
    color: #000;
    font-weight: 500;
}

.swal2-container {
    position: relative;
    z-index: 999 !important;
}

@media (max-width: 992px) {

    .content-hotline {
    display: none;
}

.hotline-bar {
    height: 38px;
    width: max-content;
    line-height: 33px;
}

.hotline-bar>a {
    padding-left: 36px;
    padding-right: 6px;
    display: block;
}

span.text-hotline {
    display: flex;
    align-items: center;
}

    .footer-col {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .copyright {
        text-align: center;
        font-size: 13px;
    }

    .social {
        justify-content: center;
        margin-top: 10px;
    }
}

@media (max-width: 550px) {
    .footer {
        padding: 25px 0;
    }

    .title-footer {
        font-size: 16px;
        margin-bottom: 10px;
    }
}