.___news_post_content table[align='center']{
       margin-left: auto;
      margin-right: auto
 }
.left-menu .menu .menu-item:nth-child(3){
  position: relative;
}
.left-menu .menu .menu-item:nth-child(3)::before{
 		content: 'NEW';
        position: absolute;
        left: 100%;
        bottom: 86%;
        line-height: 1;
        font-size: 10px;
        color: #ea0029;
  		font-family:'VN-KiaSignature-Bold','sans-serif';
}

section.footer .footer-content .col-company ul.company li.company-info ul{
  line-height:1.5;
}
section.footer .footer-content .col-company ul.company{
  margin-top:0.6rem;
}
section.footer .footer-content .col-product{
  flex:unset; 
}
 @media screen and (max-width: 1366px) {
   section.footer .footer-content .col-product{
    flex:0 10%;
}
 body.modifycation-ui .___content_left .slide-wrapper .button{
   	z-index:2;
   }