
.footer__policy>.container {
    gap: 15px 0
}

.footer__policy-item {
    gap: 5px 10px
}

@media screen and (max-width: 834px) {
    .footer__policy-item {
        width:50%;
        padding: 0 10px
    }
}

@media screen and (max-width: 767px) {
    .footer__policy-item {
        width:100%
    }
}

.footer__policy-item i {
    font-size: 24px
}

.footer__policy-item .icon img {
    width: 30px;
    object-fit: contain
}

.footer__policy-item h2 {
    font-size: 1.5rem;
    font-weight: 700
}

.footer__category {
    border-bottom: dashed 1px #e1e1e1;
    padding: 30px 0
}

@media screen and (max-width: 834px) {
    .footer__category {
        padding:30px 0
    }
}

.footer__category__row {
    gap: 15px 0
}

.footer__category-item {
    gap: 5px 10px
}

@media screen and (max-width: 834px) {
    .footer__category-item {
        width:50%
    }
}

.footer__category-item i {
    font-size: 24px
}

.footer__category-item h2 {
    font-size: 1.5rem;
    font-weight: 700
}

.footer__category-item h2:not(:last-child) {
    margin-bottom: 10px
}

.footer__category-item ul li:not(:last-child) {
    margin-bottom: 10px
}

.footer__category-item ul li a {
    text-decoration: none
}

.footer__info {
    padding: 30px 0
}

.footer__info-ttl {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 5px
}

.footer__info-ttl:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100px;
    height: 2px;
    background: #f77b13;
    left: 0;
    bottom: 0
}

.footer__info>.container>.row {
    gap: 20px 0
}

.footer__info-logo img {
    max-width: 170px;
    width: 100%
}
.footer__info-content {
    font-size: 14px;
}

ul.list-unstyled li a {
    font-size: 14px;
    color: #000;
}

.footer__info-content p {
    margin-bottom: 5px;
}

.footer__copyright p {
    font-size: 14px;
}
.footer__register h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px
}

.footer__register p:not(:last-child) {
    margin-bottom: 10px
}

.footer__map iframe {
    width: 100%;
    height: 200px
}

.footer__copyright {
    padding: 10px 0;
    background: #f1f1f1;
    text-align: center
}
.footer__info-address.clm ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 5px;
    font-size: 15px;
}

.footer__info-map h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}

.footer__info-map h2:before {
    content: "";
    position: absolute;
    width: 47%;
    height: 3px;
    background: #e27247;
    bottom: 0;
}

.footer__info-noti.clm h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
}

.footer__info-noti.clm h2:before {
    content: "";
    position: absolute;
    width: 47%;
    height: 3px;
    background: #e27247;
    bottom: 0;
}

.footer__info-address.clm h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    color: #000;
}

.footer__info-address.clm h2:before {
    content: "";
    position: absolute;
    width: 47%;
    height: 3px;
    background: #e27247;
    bottom: 0;
}

.footer__info-noti.clm ul li a {
    color: #000;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 5px;
}

.footer__info-map.clm ul li {
    font-size: 15px;
    margin-bottom: 10px;
}
.footer__copyright a span {
    color: #f77b13 !important;
}
.footer__info-address.clm ul {
    margin-top: 10px;
}

.footer__info-noti.clm ul li {
    list-style: disc;
    margin-left: 25px;
}

.footer__info h2 {
    font-size: 18px;
}
.footer__info-noti.clm ul li a:hover {
    color: #f77b13;
}
































#button-contact-vr {
    bottom: 66px;
    right: 44px;
    margin: -10px;
    transform: scale(0.8);
    margin-bottom: 0px !important;
    position: fixed;
    z-index: 99999;
}

.button-action {
    position: relative;
    z-index: 4;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: #D42022;
    box-shadow: 0 4px 8px rgb(231 125 125 / 92%);
    animation: zoom 1.3s infinite;
}

.button-action svg {
    fill: #ffffff;
    width: 30px;
    height: 46px;
}

.button-action .svgico path {
    stroke: #fff;
}

.button-action .svgico--close {
    position: absolute;
    /* opacity: 0; */
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
}

.button-action .svgico--close svg {
    width: 20px;
    height: 23px;
}

.button-action:not(.is-show) .svgico--close {
    opacity: 0;
}

.button-action.is-show .svgico>svg:first-child {
    opacity: 0;
}

#gom-all-in-one {
    position: absolute;
    bottom: 115%;
    right: 0;
    background: #f5f6fa;
    width: 192px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    display: none;
    overflow: hidden;
}

#gom-all-in-one li {
    padding: 10px 9px;
}

#gom-all-in-one li:not(:last-child) {
    /* border-bottom: 1px solid #ecedf1; */
    box-shadow: 0 1px 0 0 #fff;
}

#gom-all-in-one a {
    gap: 10px;
    flex-wrap: wrap;
    font-size: 18px;
}

#gom-all-in-one .icon {
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 0;
    background: #3d7fac;
}

#gom-all-in-one .icon-phone {
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

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

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

.widget.box-footer-item-2 {
    padding-left: 25px;
}

.widget h3:before {
    content: "";
    width: 80%;
    height: 2px;
    background: #fff;
    bottom: 0;
    position: absolute;
}

.widget.widget_tripguide_social_links h3:before {
    content: "";
    background: none;
}

ul#gom-all-in-one .icon img {
    width: 36px;
    height: 36px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 100%;
}

#gom-all-in-one span.txt {
    flex: 1;
}

.addThis_close svg {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.addThis_close {
    padding: unset;
    margin: unset;
    height: unset;
    position: relative;
    z-index: 9999;
}


.back_to_top svg path {
    stroke: #fff;
}











.footer-top__info:after {
    content: "";
    position: absolute;
    background: url(../images/7123.png);
    width: 100%;
    height: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.3;
}



.footer-top {
    background: #FFFBF1;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.footer-top__map {
    line-height: 0;
}

.footer-top__map iframe {
    width: 100%;
    height: 345px;
}

.footer-top__info {
    background: #be1f2e;
    color: white;
    height: 100%;
    text-align: center;
    padding: 20px;
    flex-direction: column;
    position: relative;
    z-index: 999;
}

.footer-top__info h2,
.footer-top__info h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-content {
    padding: 50px 0 0;
}

.footer-content .row {
    gap: 30px 0;
}

.footer-content__logo {
    text-align: center;
}

.footer-content__logo img {
    max-width: 150px;

}

.footer-content h2,
.footer-content h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.footer-content__contact-desc {
    margin-bottom: 15px;
}

.footer-content__form {
    position: relative;
    margin-bottom: 15px;
}

.footer-content__contact-input {
    border: 1px solid black;
    height: 32px;
    padding: 5px 40px 5px 5px;
    width: 100%;
}

.footer-content__contact-submit {
    position: absolute;
    top: 0;
    right: 0;
    background: black;
    height: 100%;
    width: 32px;
    padding: 0;
}

.footer-content__contact-submit svg {
    width: 20px;
    height: 20px;
}

.footer-content__text {
    margin-bottom: 18px;
    font-weight: 700;
}

.footer-content__socail {
    gap: 10px;
}

.footer-content__socail .icon {
    width: 25px;
    height: 25px;
    display: block;
}

.footer-content__socail .icon svg,
.footer-content__socail .icon img {
    width: 25px;
    height: 25px;
}

.footer-copyright {
    margin-top: 30px;
    padding: 10px 0;
    border-top: 1px solid #eee;
    text-align: center;
}

@media (min-width: 992px) {
    .footer-top__flex-left {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .footer-top__flex-right {
        padding-left: 0;
    }
}


@media (max-width: 582px) {
    .Reserved {
        padding: 15px 0 50px;
    }
}

.box-rights-Transpi p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.box-item-Privacy ul li a {
    color: #B9B9B9;
    font-size: 16px;
    font-weight: 400;
}

.box-item-Privacy ul {
    display: flex;
    justify-content: right;
}

.box-item-Privacy ul li {
    padding: 0px 0 0 15px;
}














@media (max-width: 992px) {
    .footer-left {
        margin-bottom: 20px;
    }

    .position-footer-bottom {
        display: block;
    }

    .social-media {
        justify-content: left;
    }

    .footer-powered-bottom p {
        text-align: center;
        margin: 12px 0px;
    }

    .payment-link {
        display: flex;
        justify-content: center;
    }

    .footer-center ul.list-unstyled {
        padding: 30px 0 30px;
    }

    .news .title-text {
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
        margin: 0 0 15px
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: #0000006e;
    bottom: 0;
    right: 0;
}

.modal-content {
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: 0;
}

.newsletter-wrap {
    border-radius: 5px;
    position: relative;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.newsletter-content {
    position: relative;
    display: block;
    text-align: center;
    padding: 50px 60px;
    float: unset;
    width: 100%;
    background-color: #ffffff75;

}

.newsletter-content-innner h3 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #0ea04b;
}

.newsletter-content-innner p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 30px;
    color: var(--primary-color);
}

.newsletter-content-innner .newsletter_usr_popup_email {
    width: 100%;
    height: 40px;
    border: none;
    padding: 10px;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    color: var(--primary-color);
    background: white;
}

.frmnewsletterpopup button {
    margin-top: 20px;
}

.frmnewsletterpopup button {
    padding: 10px 30px;
    text-transform: capitalize;
    color: white;
    background: #0ea04b;
    margin-top: 20px;
    position: relative;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
}

.newsletter-content-bottom label {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    margin-left: 10px;
}

.newsletter-btn-close.close {
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
    opacity: 1;
    font-size: 10px;
    text-shadow: none;
    border-radius: 5px;
    position: absolute;
    color: white;
    background: #0ea04b;
}

.newsletter-content-bottom {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.newsletter-popup .modal-dialog {
    margin: 20px auto;
    max-width: 600px;

}

.logos-footer img {
    height: 55px;
}

.content-foter-compery.gg-map-footer iframe {
    width: 100%;
    height: 125px;
    border-radius: 5px;
}






#button-contact-vr {
    bottom: 70px;
    /* left: 10px; */
    margin: -10px;
    transform: scale(0.8);
    margin-bottom: 0px !important;
    position: fixed;
    z-index: 99999;
}

#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 .5s;
    left: 0;
    bottom: 0;
    display: block;
}

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

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    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 .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: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-img-circle a {
    line-height: 30px;
    color: white;
    display: flex;
    align-items: center;
}

.phone-vr-img-circle a i {
    font-size: 17px;
}

.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;
    margin-top: -5px;
}

#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: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    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: #2196F3;
}

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




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

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

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

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

@keyframes zoom2 {
    0% {
        transform: scale(.9);
    }

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

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

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

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

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

#phone-vr span {
    position: absolute;
    background: #be1f2e;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
    padding: 10px 12px 10px;
    border-radius: 4px;
    /* box-shadow: inset 0 -10px 0 -6px rgba(0, 0, 0, .17); */
    margin-right: 10px;
    width: 168px;
    left: 100%;
    top: 30%;
}

#phone-vr span::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #be1f2e transparent transparent;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media (max-width: 990px) {
    .logos-footer img {
        height: 90px;
    }

    h2.title-hedding-footer {
        font-size: 16px;
    }

    #phone-vr span {
        display: none;
    }
}

.back_to_top {
    display: inline-block;
    position: fixed;
    bottom: 27px;
    right: 38px;
    background: #D42022;
    border-radius: 100%;
    z-index: 99;
    overflow: hidden;
    cursor: pointer;
}

.back_to_top a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back_to_top span {
    display: inline-block;
    float: left;
    line-height: 27px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.5s;
    /* width: 0; */
}

.back_to_top img {
    width: auto;
    /* float: left; */
}

.back_to_top svg {
    height: 30px;
    /* fill:#fff; */
    /* color: #fff; */
}

footer.footer-Company:before {
    background: url(../images/bg-pattern.png);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 3%;
    z-index: 9999;
}

footer.footer-Company .ctnr {
    position: relative;
    z-index: 99999999;
}

.transpi__newsletter input::placeholder {
    color: #fff;
}
.footer__info-address p {
    font-size: 14px;
}
@media (max-width: 586px) {
    .back_to_top {
        bottom: 20px
    }

    div#button-contact-vr {
        /* display: none; */
        bottom: 60px;
    }

    .doitac h2 {
        font-size: 20px;
    }

    .box-footer-top {
        display: block;
    }

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

    .transpi__newsletter {
        display: flex;
        margin-top: 15px;
    }

    .transpi__newsletter form {
        display: flex;
        width: 100%;
    }

    .transpi__newsletter input {
        width: 235px;
        padding: 10px 14px;
        padding-left: 40px;
        flex: 1;
    }


    .newsletter-content {
        padding: 30px 20px;
    }

    .newsletter-content-innner p {
        font-size: 15px;
        margin: 0 0 18px;
    }

    .newsletter-content-innner h3 {
        font-size: 25px;
        margin: 0 0 16px;
    }

    .delivery .clm:nth-child(1) .d-flex {
        display: block !important;
    }
}

.logos-footer img {
    height: 140px;
    margin-right: 30px;
}

.footer-Company .delivery {
    padding-bottom: 30px;
}

.footer-Company .delivery>.row {
    gap: 20px 0;
}
@media screen and (max-width: 834px) {
    .footer__info-noti.clm {
        margin-top: 20px;
    }
    
    .footer__info-map.clm {
        margin-top: 20px;
    }
    .footer__info-logo {
        text-align:center;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 991px) {
    .footer__info-logo {
        display:flex;
        align-items: center
    }
}

@media screen and (min-width: 991px) {
    .footer__info-address {
        width:28%;
    }
}

@media screen and (min-width: 991px) {
    .footer__info-map {
        width:28%
    }
}
