.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-36d887ae-638e-f4da-c561-3488c1262ec9 {
    max-width: 1200px !important; 
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.lfr-layout-structure-item-36d887ae-638e-f4da-c561-3488c1262ec9 .col-md-3, 
.lfr-layout-structure-item-36d887ae-638e-f4da-c561-3488c1262ec9 [class*="col-"] {
    flex-shrink: 0 !important; 
    flex-grow: 0 !important;
}
@media (max-width: 800px) {
    .lfr-layout-structure-item-36d887ae-638e-f4da-c561-3488c1262ec9 .row > div:first-child,
    .lfr-layout-structure-item-36d887ae-638e-f4da-c561-3488c1262ec9 .grid > div:first-child {
        display: none !important;
    }
}


/* Fix Liferay Grid Row để sticky hoạt động */
.pcn-grid-row > .container,
.pcn-grid-row > .container-fluid,
.pcn-grid-row .row {
    align-items: flex-start !important;
}

/* Fix ô cột chứa danh mục không bị cắt overflow */
.pcn-grid-row .col,
.pcn-grid-row [class*="col-"] {
    overflow: visible !important;
}