.section--pagehoivie .item_phanloai{
    padding: 30px;
    border-radius: 10px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.section--pagehoivie .item_phanloai:hover{
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25) !important;
}

.section--pagehoivie .quyenvanghiavu li {
    padding: 10px 20px;
    background: #fafafa;
    border-radius: 10px;
}

.section--pagehoivie .section_dangky {
    background: #f8fafc;
}

.section--pagehoivie .section_dangky .dangky {
    background: #ffff;
    width: 80%;
    margin: 50px auto;
}

@media screen and (max-width: 992px) {
	.section--pagehoivie .section_dangky .dangky {
	    width: 100%;
	    padding: 20px;	
	}

	.section--pagehoivie .phanloai .content_section.d-grid{
	        grid-template-columns: 1fr;
	}
}