/* Logo đầu trang lớn hơn và logo chân trang dùng chung một ảnh */
.brand-icon{width:50px!important;height:44px!important;border-radius:13px!important;flex:0 0 50px!important}
#taoBrandLogoImg,#taoFooterLogoImg{width:100%!important;height:100%!important;display:none;object-fit:cover!important;object-position:center!important}
#taoBrandLogoImg.show,#taoFooterLogoImg.show{display:block!important}
#taoBrandLogoImg.show + #taoBrandLogoFallback,#taoFooterLogoImg.show + #taoFooterLogoFallback{display:none!important}
#taoBrandLogoFallback,#taoFooterLogoFallback{width:100%;height:100%;display:grid;place-items:center}
.footer-brand{width:max-content}
@media(max-width:650px){
 .brand-icon{width:44px!important;height:40px!important;flex-basis:44px!important;border-radius:12px!important}
 .footer-brand .brand-icon{width:48px!important;height:43px!important;flex-basis:48px!important}
}
