.banner{
	height: 600px;
	width: 100%;
}
#migration-title{
	position: absolute;
	bottom: 130px;
}
.migration-des-box{
	height: 250px;
	background: #41345E;
	padding: 75px 0 0 0;
}
.mdb-title{
	margin-bottom: 30px;
}
.banner-mask{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: rgba(65,52,94,0.5);
}
.sub-cate-box{
	height: 170px;
	background: #41345E;
	padding: 75px 0 0 0;
}
.country-row{
	border-bottom: 30px solid #41345E;
}
.country-row:nth-last-child(1){
	border-bottom: unset!important;
}
.banner-visa{
	height: 350px;
	width: 100%;
}
#migration-title-visa{
	position: absolute;
	bottom: 70px;
}
#migration-title-visa-2{
	position: absolute;
	bottom: 30px;
}
.visa-content{
	padding: 30px 0;
}
.block{
	margin: 30px 15px;
}
.visa-content h2,
.visa-content h3,
.visa-content h4{
	color: #41345E!important;
	font-weight: bold;
}
.visa-content p{
	color: #41345E;
	font-size: 14px;
	line-height: 20px;
}
#wechat{
	width: 35px;
	position: relative;
	top: 7px;
	cursor: pointer;
}

.property-item:nth-child(2n) .property-info-box{
	right: 0!important;
}
.breadcrumb{
	margin-top: 20px;
	margin-bottom: 0px;
	color: rgba(65,52,94,0.5);
}
.breadcrumb span{
	display: inline-block;
	margin-right: 5px;
}
.breadcrumb span:hover,
.current{
	color: rgba(65,52,94,1)!important;
}
@media(max-width: 768px){
	.banner{
		height: 300px;
	}
	#migration-title{
		bottom: 50px;
	}
	.migration-des-box{
		padding: 40px 0 0 0;
	}
	.country-item{
		width: 50%;
	}
	.migration-des-box{
		height: 180px;
	}
	.mdb-title{
		margin-bottom: 20px;
	}
	.sub-cate-box{
		height: 90px;
		padding: 35px 0 0 0;
	}
	.country-row{
		border-bottom: 10px solid #41345E;
	}
	.visa-content{
		padding: 0 0 30px 0;
	}
	.block{
		margin: 30px 7.5px;
	}
}
@media(max-width: 550px){
	.migration-des-box{
		height: unset;
		padding: 30px 0 ;
	}
	.mdb-title{
		margin-bottom: 20px;
	}
	.country-item{
		width: 100%;
	}
	.sub-cate-box{
	    height: 60px;
    	padding: 20px 0 0 0;
	}
	.sub-cate-box h3{
		float: left!important;
	}
	.country-row {
	    border-bottom: unset;
	}
	.visa-item{
		height: unset;
	}
	.visa-item .visa-img{
		height: 255px;
		position: unset;
		transform: unset;
	}
	.mouse-mask{
		height: 125px;
		position: relative;
	    border-bottom: 10px solid #fff;
	}
	.visa-info-box{
		width: 100%;
		position: unset;
		height: unset;
	}
	.visa-img-mask{
	    background: rgba(65,52,94,1);
	    z-index: -1;
	}
	.visa-info h3,
	.visa-info h4,
	.visa-info .p1{
		text-align: left!important;
	}
	.visa-info{
		width: calc(100% - 60px);
		margin: 0 auto;
		padding: 30px 0;
		position: unset;
		transform: unset;
	}
	.banner-visa{
		height: 140px;
	}
	#migration-title-visa{
		bottom: 25px;
	}
	#migration-title-visa-2{
		bottom: 10px;
	}
	.visa-content p{
		font-size: 12px;
	}
	.property-item .mouse-mask{
		height: unset!important;
	}
	.property-item h3{
		margin-top: 0px;
		margin-bottom: 0!important;
	}
	.banner {
	    height: 180px!important;
	}
	#migration-title{
		bottom: 20px!important;
	}
}