/*For device: tablet, mobile*/
/*Min -> 320px -> 768px ->992px -> 1024px -> 1200 -> Max*/
	
@media only screen and (max-width: 767px) {
	.row_quytrinh {
		display: block !important;
	}
}


@media only screen and (max-width: 500px) {
	
}

