footer {
    background: var(--alBlackF);
    padding: 2rem 0 4rem;
    color: var(--vtWhite);
    border-top: 1px dotted var(--vtbghome);
}

footer .t96-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .t96-container .t96-box {
    flex-basis: 32%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-transform: capitalize;
}

footer .t96-box h2{
    color: var(--alWhite);
    margin-bottom: 1rem;
}

footer .t96-box .t96-item {
    flex-basis: 100%;
    margin-top: 2rem;
}

footer .t96-box .t96-item span, footer .t96-box .t96-item strong {
    color: var(--alWhite);
}

footer .t96-box .t96-item i {
    color: var(--vtcolorlink);
    margin-right: 0.2rem;
}

footer .t96-box .t96-item a {
    color: var(--alWhite);
}

footer .t96-box .t96-mxh i {
    display: inline-block;
    font-size: 2rem !important;
    border-radius: 50%;
    background: var(--alWhite);
}

footer .t96-box .t96-mxh a {
    display: inline-block;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

footer .t96-box .t96-mxh a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

footer .fa-facebook-f {
    color: var(--alBlueA) !important;
    margin-right: 1.5rem !important;
    padding: 5px 9px;
    border-radius: 50%;
}

footer .fa-youtube {
    color: var(--alRed) !important;
    padding: 5px;
    border-radius: 50%;
}

footer .t96-box .t96-bb span {
    display: block;
    margin-bottom: 0.5rem;
}

footer .t96-box .t96-bb span i {
    margin-right: 0.4rem;
}

footer .t96-box a:hover {
    color: var(--alRed) !important;
}

.vtcategory
{
    flex-direction: row;

}

.link-ft
{
    flex-basis: 20% !important;
    margin-top: 0 !important;
}
.vtcategory .t96-item a
{
    color: var(--vtWhite);
}
.vtcategory .t96-item a:hover, footer .t96-box .t96-item a:hover
{
    color: var(--vtcolorlink) !important;
}
strong.t96-ft
{
    text-transform: uppercase;
    font-size: 1.2em;
    color: var(--vtcolorlink);
}
.tieu-de-ft
{
    width:100%;margin-bottom: 1em;
    margin-top: 1em;
}

.map
{
    width: 100%;
}
/*giao diện mobile*/
@media only screen and (max-width: 1230px) {
    footer {
        padding: 2rem 1.5rem 4rem;
    }
}
@media only screen and (max-width: 1100px) {
    /*menu footer*/
    .vtcategory .t96-item
    {
        flex-basis: 45% !important;
        
    }
}

@media only screen and (max-width: 991px) {
    footer .t96-box h2 {
        margin-bottom: 0;
    }

    footer .t96-container .t96-box {
        flex-basis: 49%;
    }

    footer .t96-container .t96-box-mxh {
        flex-basis: 100%;
    }
     /*menu footer*/
     .vtcategory .t96-item
     {
         flex-basis: 20% !important;
         
     }
}

@media only screen and (max-width: 768px) {
    footer {
        padding: 0 1rem 1rem;
    }

    footer .t96-box .t96-item {
        margin-top: 1.5rem;
    }
    /*menu footer*/
    .vtcategory .t96-item
    {
        flex-basis: 45% !important;
        margin-bottom: 0.5em;
    }
}


@media only screen and (max-width: 640px) {
    footer .t96-container .t96-box {
        flex-basis: 100%;
        margin-bottom: 1rem;
    }
    /*menu footer*/
    .vtcategory .t96-item
    {
        flex-basis: 20% !important;
        
    }
    .tieu-de-ft
    {
    margin-top: 2em;
    }
    /*bản đồ nhỏ dưới footer*/
    .map
    {
        width: 100%;
    }
}

@media only screen and (max-width: 398px)
{
    .vtcategory .t96-item
{
    flex-basis: 50% !important;
    margin-bottom: 1em;
}
}
