.th-content p{ font-size:14px; color:#fff; text-align:left; margin-top:10px ; margin-bottom:0}

.list-boxed-s1 li:hover,.th-content a:hover h3{ color:#fff;}
#mainmenu li > a{ font-size:16px;}

.main-group{
	width:100vw;
	height:500px;
	background: #efefef;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content{
	width:100%;
	height:330px;
	display: flex;
}

.item-group{
	display: flex;
	justify-content: center;
	align-items: center;
	height:390px;
	position: relative;
	width: 45px;
	overflow: hidden;
	transition: all .4s;
}
.item-group .title{
	width: 35px;
	height:330px;
	line-height: 36px;
	text-indent: 24px;
	left:0px;
	background: #333;
	color: #fff;
	font-size: 14px;
	font-weight: bold;

	position: absolute;
	cursor: pointer;
	z-index: 1;
	writing-mode: vertical-lr;
}

.item-group .desc{
	box-sizing: border-box;
	height: 330px;
	background: #fff;
	padding:30px 30px 30px calc(30px + 36px);
	color: #666;
	flex: 1;
	opacity: 0;
	transition: all 0.4s;
}
.item-group .title-wz{ font-size:18px; font-weight:bold; margin-bottom:15px;}


.item-group .desc p{
	margin-bottom:16px;
	width: 505px;
}
.item-group .desc .btn{
	margin-top:30px;
	display: inline-block;
	padding:10px 30px;
	border-radius: 20px;
	color: #fff;
	background: #333;
}
.item-group .img img{
	width: 280px;
	opacity: 0;
	box-sizing: border-box;
	border:4px solid #fff;
	transition: all 0.4s;
}
.item-group.self{
	width:100%;
}

.item-group.self .desc{
	opacity: 1;
}
.item-group.self .img img{
	opacity: 1;
}


.dlab-bnr-inr {
    height: 220px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
	text-align:center;
}

.dlab-bnr-inr {
	height: 400px;
}
.dlab-bnr-inr-entry {
    display: table-cell;
    vertical-align: middle; text-align:left;    padding-top: 140px;
}
.dlab-bnr-inr h1 {
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 66px;
    text-transform: capitalize;
}
.dlab-bnr-inr .sub-title {
    color: #c7b9a9;
    font-family: 'Great Vibes',cursive;
    text-transform: capitalize;
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 0;
}
