@charset "UTF-8";


#tw-footer{    
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    flex-direction: column;
    background: #F4F4F4;
    align-items: center;
}
#tw-footer .tw{
    margin: 80px 0px;
    display: flex;
}

#tw-footer .company{    
    display: flex;
}

#tw-footer img.tw-w-logo {
    padding: 0px 20px;
    content: url(../../images/telebooth-wire/Telebooth-Wire.svg);    
}
#tw-footer img.tw-s-logo {
    padding: 0px 20px;
    content: url(../../images/telebooth-wire/Telebooth-S.svg);    
}

#tw-footer img.ivc-logo {
    content: url(../../images/telebooth-wire/logo-IVC-ISB-VietNam.svg);    
}
#tw-footer img.nc1-logo {
    content: url(../../images/telebooth-wire/logo-NC1-design-co-ltd.svg);    
}


#tw-footer .copyright{  
    color: var(--0A0A0A, #0A0A0A);
    text-align: center;
    font-family: Barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
    margin: 40px auto;
  }
  




/* -----------------------------------992---------------
DESKTOP SMALLAND LARGE SCREENS
--------------------------------------------------*/

/*===============================================================
min-width: 992px
===============================================================*/
@media (min-width: 992px) {
    
}
/*===============================================================
min-width: 1100px
===============================================================*/
@media (min-width: 1100px) {
    
}
/*===============================================================
min-width: 1200px
===============================================================*/
@media (min-width: 1200px) {
   

}

/*===============================================================

===============================================================*/
@media (min-width: 1400px) {
   
  
}
/*===============================================================
1920px
===============================================================*/
@media (min-width: 1920px) {
  

}


/*===============================================================
2133px
===============================================================*/
@media (min-width: 2133px) {
   
}

/*===============================================================
2400px
===============================================================*/
@media (min-width: 2400px) {
   

}


/*===============================================================
2560px
===============================================================*/
@media (min-width: 2560px) {
  

}

/*===============================================================
3440px
===============================================================*/
@media (min-width: 3440px) {
   

}

/*===============================================================
3840px
===============================================================*/
@media (min-width: 3840px) {
  

}

/*===============================================================
5120px
===============================================================*/
@media (min-width: 5120px) {
  

}



