.slorther .slick-arrow{
	opacity: 0;
}
.slorther.active .slick-arrow{
	opacity: 1;
	transition-delay: 0.3s;
}
.slorther .slick-list{
	padding: 0 0 10px 0;
}

.theinfo{
	margin-bottom: 20px;
}
.theinfo li{
    position: relative;
	padding: 10px 0;
	padding-left: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 24px;
}
.theinfo li::before{
    font-family: 'FontAwesome';
    color: #1670c5;
    position: absolute;
    left: 0;
	top: 9px;
}
.theinfo li .tl{
	width: 140px;
	padding-right: 10px;
	font-weight: bold;
}
.theinfo li .tr{
	width: calc(100% - 140px);
}

.the-content{
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.thesliderdt{
	margin-bottom: 15px;
}
.thesliderdt .slick-prev{
	left: 20px;
} 
.thesliderdt .slick-next{
	right: 20px;
} 
.thesliderdt .thumbsl img{
	width: 100%;
}
.thesliderdt .ivideo a{
	display: block;
	position: relative;
}
.thesliderdt .ivideo a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.1;
	z-index: 1;
}
.thesliderdt .ivideo .iplay{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	background-image: url('../images/ivideo.png');
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 2;
	border-radius: 100%;
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
	.the-content{
        font-size: 14px;
        line-height: 22px;
    }
	.thesliderdt .ivideo .iplay{
		width: 36px;
		height: 36px;
	}
}
@media all and (max-width: 767px){
	.theinfo li{
		font-size: 14px;
		line-height: 22px;
	}
    .theinfo li .tl{
		width: 80px;
		padding-right: 5px;
	}
	.theinfo li .tr{
		width: calc(100% - 80px);
	}
	
}