footer {
   
    padding: 2rem 0 4rem;
    color: var(--vtWhite);
    background-image: url(../images/footer-bg.webp);
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
}

footer .otobacgiang-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .otobacgiang-container .otobacgiang-box {
    flex-basis: 32%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-transform: capitalize;
}

footer .otobacgiang-box h2{
    color: var(--kcWhite);
    margin-bottom: 1rem;
}

footer .otobacgiang-box .otobacgiang-item {
    flex-basis: 100%;
    margin-top: 2rem;
}

footer .otobacgiang-box .otobacgiang-item span, footer .otobacgiang-box .otobacgiang-item strong {
    color: var(--kcWhite);
}

footer .otobacgiang-box .otobacgiang-item i {
    color: var(--kcWhite);
    margin-right: 0.2rem;
}

footer .otobacgiang-box .otobacgiang-item a {
    color: var(--kcWhite);
}

footer .otobacgiang-box .otobacgiang-mxh i {
    display: inline-block;
    font-size: 2rem !important;
    border-radius: 50%;
    background: var(--kcWhite);
}

footer .otobacgiang-box .otobacgiang-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 .otobacgiang-box .otobacgiang-mxh a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

iframe
{
    max-width: 100%;
}

.dia-chi-kc iframe
{
    width: 100%;
    height: 200px;
}

footer .fa-youtube {
   
    padding: 5px;
    border-radius: 50%;
}

footer .otobacgiang-box .otobacgiang-bb span {
    display: block;
    margin-bottom: 0.5rem;
}

footer .otobacgiang-box .otobacgiang-bb span i {
    margin-right: 0.4rem;
}

footer .otobacgiang-box a:hover {
    color: var(--alRed) !important;
}

.vtcategory
{
    flex-direction: row;

}

.menu-footer
{
    color: aliceblue;
    margin-top: 1em;
}
.menu-footer li
{
    margin: 0.7em 0;
}
.menu-footer li a
{
    color: var(--vtWhite);
}
.menu-footer li a:hover
{
    color: var(--yellow);
}

.list-social {
    margin-top: 1em;
    
}
.list-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #f2f2f2;
    color: #000;
    text-align: center;
    padding: 6px 0;
    margin-bottom: 10px;
    border-radius: 4px;
}
.list-social li i
{
    color: #000;
    text-align: center;
}
.list-social li i:hover
{
    color: #000;
}

.list-social li a:hover
{
    background: white;
}

iframe
{
    max-width: 100%;
}
ion-icon
{
    color: var(--red-color);
}
.link-ft
{
    flex-basis: 20% !important;
    margin-top: 0 !important;
}
.vtcategory .otobacgiang-item a
{
    color: var(--kcWhite);
}
.vtcategory .otobacgiang-item a:hover, footer .otobacgiang-box .otobacgiang-item a:hover
{
    color: var(--kccolorlink) !important;
}
strong.otobacgiang-ft
{
    text-transform: uppercase;
    font-size: 1.2em;
    color: var(--kccolorlink);
}
.tieu-de-ft
{
    width:100%;margin-bottom: 1em;
    margin-top: 1em;
}
.dia-chi-kc
{
    color: var(--White);
    flex-basis: 32%;
    
}
.dia-chi-kc strong
{
    text-transform: uppercase;
    font-size: 1.1em;
}
.dia-chi-kc p
{
    margin-top: 1em;
    margin-bottom: 1em;
    color: #fff;
}
.copyright
{
    border-top: 1px solid #3d3c3c;
    text-align: center;
    padding-top: 1em;
    color: #a9a8a8;
}
.copyright a
{
    color: #a9a8a8;
}
.copyright a:hover
{
    color: var(--kccolorlink);
}
.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 .otobacgiang-item
    {
        flex-basis: 45% !important;
        
    }
}

@media only screen and (max-width: 991px) {
    footer .otobacgiang-box h2 {
        margin-bottom: 0;
    }

    footer .otobacgiang-container .otobacgiang-box {
        flex-basis: 49%;
    }

    footer .otobacgiang-container .otobacgiang-box-mxh {
        flex-basis: 100%;
    }
     /*menu footer*/
     .vtcategory .otobacgiang-item
     {
         flex-basis: 20% !important;
         
     }
}

@media only screen and (max-width: 768px) {
    footer {
        padding: 0 1rem 1rem;
    }

    footer .otobacgiang-box .otobacgiang-item {
        margin-top: 1.5rem;
    }
    /*menu footer*/
    .vtcategory .otobacgiang-item
    {
        flex-basis: 45% !important;
        margin-bottom: 0.5em;
    }
    footer
    {
        padding-top: 1em;
    }
}


@media only screen and (max-width: 640px) {
    footer .otobacgiang-container .otobacgiang-box {
        flex-basis: 100%;
        margin-bottom: 1rem;
    }
    /*menu footer*/
    .vtcategory .otobacgiang-item
    {
        flex-basis: 20% !important;
        
    }
    .tieu-de-ft
    {
    margin-top: 2em;
    }
    /*bản đồ nhỏ dưới footer*/
    .map
    {
        width: 100%;
    }
    .dia-chi-kc
    {
        flex-basis: 100%;
    }
    .fix-dc
    {
        flex-grow: 3;
        margin-top: 2em;
    }
}
@media only screen and (max-width: 485px)
{
    .dia-chi-kc
    {
        flex-basis: 100%;
        margin-bottom: 2em;
    }
    .fix-dc
    {
        margin-top: 0;
    }
    .list-social
    {
        display: flex;
        margin-left: -1em;
    }
    .list-social li
    {
        margin: 0 1em;
    }
}

@media only screen and (max-width: 398px)
{
    .vtcategory .otobacgiang-item
    {
        flex-basis: 50% !important;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 327px)
{
    .menu-footer li, .list-social li
    {
        margin: 0 0.6em !important;
    }
    .list-social, .menu-footer
    {
       
        margin-left: -0.5em;
    }
}
