@media (min-width: 1024px) and (max-width: 1440px) { 
    
}

@media (min-width: 768px) and (max-width: 1024px) {
    .content-vbpl .van-ban-phap-quy .table-custom .table th,
    .content-vbpl .van-ban-phap-quy .table-custom .table td {
        font-size: 12px;
    }
    .col-no-2 {
        width: 15%;
    }
    .col-no-3,
    .col-no-4 {
        width: 20%;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
	.container .content-vbpl {
		margin-top: 20px !important;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.mobile-hidden {
	    display: none !important;
	}
    .container .van-ban-phap-quy .box-form {
        margin-top: 20px !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .content-vbpl .van-ban-phap-quy .table-custom .table th,
	.content-vbpl .van-ban-phap-quy .table-custom .table td {
	    /* font-size: 10px; */
        font-size: 2vw;
	}
    .col-no-2 {
        width: 16%;
    }
    .col-no-3 {
        width: 21%;
    }
    .col-no-4 {
        width: 19%;
    }
    .col-no-6 {
        width: 12%;
    }
    .content-vbpl .van-ban-phap-quy .table-custom .table th,
	.content-vbpl .van-ban-phap-quy .table-custom .table td {
	    padding-left: 2px;
	    padding-right: 2px;
	}
}