Although the forum has messed up your binary numbers (as usual), you can still see problems.

You have enabled INTE in the INTCON register, but there is no handler for INT_INT.

You have enabled RCIE in the PIE1 register, but there is no handler for RX_INT.

It never returns to you program, because the interrupts are never handled.