/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 22 2026 | 13:26:37 */
/* Border phải cho column có class border-right */
.border-right{
    border-right:1px solid #dddddd !important;
}

/* Mobile & Tablet: bỏ border */
@media screen and (max-width:849px){

    .border-right{
        border-right:none !important;
    }

}