.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: auto;
	}

.main-banner-home{
	width: 100%;
	margin-bottom: 15px;
	}
	
.owl-mainhome{
	position: relative;
	}

.owl-mainhome .owl-nav{
	display: none;
	}
	
.owl-mainhome:hover .owl-nav{
	display: block;
	}
	
.owl-mainhome .owl-nav button i{
	background-color: transparent;
	color: #fff;
	font-size: 20px;
	padding: 10px 15px;
	cursor: pointer;
	}
	
.owl-mainhome .owl-nav button i:hover{
	background-color: transparent;
	}

.owl-mainhome .owl-nav button{
	background-color: transparent;
	position: absolute;
	top: calc(50% - 60px);
	}

.owl-mainhome .owl-nav button.owl-next{
	right: 10px;
	}
	
.owl-mainhome .owl-nav button.owl-prev{
	left: 10px;
	}
	
.main-item-block{
	height: calc(100vh - 60px);
	position: relative;
	}

.main-hove-itemImg{
	height: calc(100vh - 60px)!important;
	background-position: top center;
	background-repeat:no-repeat;
	background-size: cover;
	}
	
.main-hove-itemA{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	}
	
.main-hove-itemA:hover{
	text-decoration: none;
	}
	
.main-home-itemTable{
	display: table;
	width: 100%;
	height: 100%;
	}

.main-home-itemTableRow{
	display: table-cell;
	vertical-align: middle;	
	}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 100%!important;
}
