.front-page main.content,
.category-ban-tin-phap-luat-nhan-dinh-chinh-sach main.content,
.category-legal-policy-brief main.content,
.front-page .home-employee {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}

.legal-updates .content .years,
.in-house-training .content > .one-third .widget_text,
.page .content .one-third .widget_nav_menu .menu {
	padding: 20px 30px;
	margin: 20px 20px 10px 0;
	background: #e1e1e1; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient( #DE98B0, #ffffff ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient( #DE98B0, #ffffff ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient( #DE98B0, #ffffff ); /* For Firefox 3.6 to 15 */
    background: linear-gradient( #DE98B0, #ffffff ); /* Standard syntax */
}
.notext {
	visibility: hidden;
}

nav.pagination .nav-links {
    font-size: 14px;
	font-size: 1.4rem;
}

nav.pagination span.current {
	background-color: #8e0c3a;
	color: #fff;
	padding: 5px 10px;
    
}
nav.pagination a
{
    text-decoration: none;
    color: #333;
	cursor: pointer;
    margin: 0 8px;
}

@media (max-width:1024px) and (min-width:768px) {   /* tablet only */

}
@media (min-width:1025px) { /* desktop only */

    .front-page main.content,
    .category-ban-tin-phap-luat-nhan-dinh-chinh-sach main.content,
    .category-legal-policy-brief main.content {
        grid-template-columns: 3fr 7fr;
    }
    .front-page .home-employee {
        grid-template-columns: 1fr 1fr;
    }

}

@media (min-width:768px) {  /* Desktop & tablet */

}

@media (max-width:1024px) { /* Tablet & mobile */
}