footer {
    padding: 70px 0 50px 0;
    background-color: #c1c5c8;
}

.footer-top {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    position: relative;
    background: #c1c5c8;
    color: #14332d;
    font-size: 16px;
    font-weight: 500;
}

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

.footer-top__row {
    position: relative;
    z-index: 1;
}

.footer-logo {
    margin-bottom: 0;
    text-align: right;
}

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

.footer-address h2 {
    color: #14332d;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    margin-bottom: 21px;
    margin-top: 45px;
    font-family: "Google Sans", sans-serif;
    font-weight: 500;
}

.footer-top ul {
    margin-left: 18px;
    margin-bottom: 10px;
}

.footer-top ul li {
    line-height: 26px;
    line-height: 1.6;
}
.footer-top ul li a {
    color: #14332d;
}

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

.footer-address .social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}

.footer-address .social h3 {
    display: flex;
}

.footer-address .social h3 img {
    width: 135px !important;
}

.footer-address .social ul li img {
    width: 30px;
}

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

.footer-address .social ul a {
    display: flex;
}

.footer-content h2 {
    color: #14332d;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    margin-bottom: 21px;
    margin-top: 45px;
    font-weight: 500;
    font-family: "Google Sans", sans-serif;
}

.footer-content h2::before {
    content: '';
    position: absolute;
    left: 0;
    /* bottom: -3px; */
    /* width: 65px; */
    /* height: 2px; */
    border-radius: 30px;
    background-color: var(--color-3);
}

.footer-content.contact {
    margin-top: 10px;
}

.footer-content.contact h2 {
    margin-bottom: 20px;
}
.footer-content iframe {
    width: 100%;
    height: 125px;
}

.person-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 35px;
}

.person-contact .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.person-contact .item img {
    width: 31px;
}

.person-contact .item .sdt {
    color: var(--color-5);
    font-weight: 700;
}
.person-contact .item h3 {
    font-size: 19px;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
    justify-content: center;
}

.footer-bottom .tag {
    width: calc(20% - 10px);
    background-color: #eaeaea;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px;
}

.footer-bottom .tag img {
    width: 20px;
}

/* .footer-bottom .tag:hover {
    background-color: var(--color-3);
    color: var(--color-2);
} */

.copyright {
    background-color: #eaeaea;
    padding: 10px 0;
    text-align: center;
}

.copyright .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 40px;
}

.copyright .inner p {
    position: relative;
}

.copyright .inner p:first-child::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -23px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
}

.backtotop {
    cursor: pointer;
    background: #14332d;
    bottom: 10px;
    color: #ab7549;
    font-size: 12px;
    font-weight: 700;
    height: 35px;
    padding: 2px;
    position: fixed;
    left: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    z-index: 3;
    border-radius: 4px;
    border: solid 1px #ab7549;
}

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

.backtotop svg path {
    stroke: #ab7549;
}

#button-contact-vr {
    bottom: -5px;
    margin: -5px;
    transform: scale(0.8);
    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 #ab7549;
    background-color: #ab7549;
    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: #14332d;
    width: 55px;
    height: 55px;
    line-height: 55px;
    top: 13px;
    left: 14px;
    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: 22px;
}
.phone-vr-img-circle a img {
    max-height: 35px;
    max-width: 37px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.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;
}
.footer-address {
    padding-right: 0px;
    line-height: 1.6;
}
.footer_top {
    display: grid;
    grid-template-columns: 3.5fr 1.5fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 10%;
    gap: 10%;
    border-bottom: 1px solid rgba(20,51,45,.1525490196);
}
.footer_top_text {
    font-size: 33px;
    text-transform: uppercase;
    color: #14332d;
}
.header-right ul li a {
    color: #fff;
}

@media (max-width: 992px) {
    .footer-content {
        margin-top: 15px;
    }

    .doi-tac-slider {
        padding-bottom: 0;
    }

    .doi-tac-slider .slick-dots{
        bottom: -5px;
        display: none !important;
    }

    .backtotop {
        bottom: 5px;
        right: 20px;
    }

    #button-contact-vr {
        display: block;
    }

    .copyright {
        padding-bottom: 10px;
    }

    .copyright .inner p:first-child::before {
        display: none;
    }
    .person-contact .info h3 a {
        color: #fff;
    }
}

@media (max-width: 768px) { 
    .footer-bottom .tag {
        width: calc(25% - 10px);
    }
    .footer-content h2 {
        font-size: 25px;
    }
    .footer-top__row .header-right ul {
        display: flex;
        margin-bottom: 20px;
    }
    .footer-top__row .header-right {
        display: block;
    }
    .footer-address h2 {
        margin-top: 0px;
        font-size: 25px;
    }
    footer {
        padding: 40px 0 50px 0;
        background-color: #c1c5c8;
    }
    .footer-logo {
        text-align: left;
    }
    .footer-logo img {
        width: 212px;
    }
    .footer_top {
        display:block
    }
    .footer_top_text {
        font-size: 20px;
        margin-bottom: 25px;
    }
}

@media (max-width: 550px) { 
    .person-contact {
        gap: 15px;
        justify-content: space-around;
    }

    .footer-bottom .tag{
        width: calc(50% - 10px);
    }

    .person-contact .info h3 {
        text-align: center;
    }

    .copyright .inner p {
        text-align: center;
        font-size: 13px;
    }
}