.noidung{min-height: 100vh;}
@media screen and (min-width: 1200px) {
	.sidebar{
        width: 250px;
    }
    .noidung{
        width: calc(100% - 250px);
    }
}