.btn {
		background-color: #3b4fe0 !important;
    width: 120px !important;
    height: 45px!important;
		display: inline-block !important;
    position: relative !important; /* Để liên kết bên trong chiếm toàn bộ không gian */
		border-radius: 10px !important;
}

.btn1 {
		background-color: #3b4fe0 !important;
    width: 120px !important;
    height: 45px!important;
		display: inline-block !important;
    position: relative !important; /* Để liên kết bên trong chiếm toàn bộ không gian */
		border-radius: 10px !important;
}

.btn a {
    color: #fff !important;
		padding-top: 0 !important;
    padding-bottom: 0!important;
		padding-left: 0 !important;
		line-height: 30px !important;
		width: 100% !important; /* Chiếm toàn bộ chiều rộng của button */
    height: 100% !important; /* Chiếm toàn bộ chiều cao của button */
}

.btn1 a {

}