.bx-header-section{
	z-index: 1500;
	position: absolute;
	top: 0; left: 0; right: 0;
	}
.topHederInsp {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: none!important;
}

.bx-header{
	position: relative;
	height: 100%;
	}

.line-home-banner{
	height: 100%;
	position: relative;
	}

.line-hove-itemImg{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	}
	
.line-hove-itemA{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, .25);
	color: #fff;
	}
	
.line-hove-itemA:hover{
	text-decoration: none;
	background-color: rgba(0, 0, 0, .50);
	}
	
.line-home-itemTable{
	display: table;
	width: 100%;
	height: 100%;
	}

.line-home-itemTableRow{
	display: table-cell;
	vertical-align: middle;	
	}
	
.line-name-banner{
	color: #fff;
	text-align: center;
	font-size: 24px;
	}