.banner{
	background: url(../images/bg-13.jpg);
}
.tab-Page{
  background: url(../images/bg-14.jpg);
      background-position: top center;
  
}


.CaseList {
	padding: 50px 0;
}
.CaseImg img{
	width: 100%;
}
.CaseTxt{
	padding: 10px 0;
}

.lineItem{
	width: 20%;
	display: block;
	padding: 5px;
}
.lineBox{
	border: 1px solid #fff;
	width: 100%;
	margin-bottom: 10px;
	
}
.lineTitle{
	background: #fff;
	color: #000;
	padding: 10px;
}
.lineTxt{
	display: flex;
	align-items:flex-end;
	min-height: 100px;
	justify-content: center;
	
}
 .lineTxt p{
 	display: block;	
 	text-align: center;
 }

 .table-dark {
    color: #ccc;
    background-color: rgba(0,0,0,.5);
}
.table thead th {
	color: #fff;
    font-size: 1.5rem;
    
}
.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #303030;
}
 @media (max-width: 991px){
 	.lineItem{
	width: 50%;
	display: block;
	padding: 5px;
}
 }
@media (max-width: 480px){
.lineItem{
	width: 100%;
	display: block;
	padding: 5px;
}
}