.introduce-custom{}
.introduce-custom .wrapper{
	padding:50px 0px 25px 0px;
}
.introduce-custom .datagrid{
	margin-top:0px;
}
.introduce-custom .readmore{
	text-align:left;
	/* margin-top:15px; */
}
.introduce-custom .readmore>a{
    /* width:auto; */
    padding:0px 25px;
    border-radius:25px;
    /* min-width:200px; */
    display:inline-block;
    /* text-align:center; */
    height:30px;
    line-height:30px;
    /* background:linear-gradient(90deg, #ff6000, #ff4000); */
    border:1px solid #000;
}
/* .introduce-custom .item.first{ */
	/* margin-top:75px; */
/* } */
.introduce-custom .item .image{
    height:350px;
}
.introduce-custom .item .ember{
    border-radius:5px;
	overflow:hidden;
    height:350px;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.introduce-custom .item .ember iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* .introduce-custom .item .readmore>a>i{ */
/* } */
@media (max-width:767px){
	.introduce-custom .wrapper{
		padding:25px 0px;
	}
	.introduce-custom .uk-panel-title{
		/* text-align: left; */
	}
	/* .introduce-custom .item.first, */
	/* .introduce-custom .item.second{ */
		/* margin-top:15px; */
	/* } */
	.introduce-custom .item .image{
		height:200px;
	}
	.introduce-custom .readmore>a{
		width:100%;
		text-align:center;
	}
}