.carousel-control-prev-icon, .carousel-control-next-icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
	background-image: url("/WebLauPhan/banner/arrow-letf.svg") !important;
}

.carousel-control-next-icon {
	background-image: url("/WebLauPhan/banner/arrow-right.svg") !important;
}
.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	margin-left: 5px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #FF7215;
	background-clip: padding-box;
	opacity: .5;
	transition: opacity 0.6s ease;
	border: 1px solid #ff7216;
	border-radius: 10px;
}
@media only screen and (max-width: 768px) {
	.SliderbannerLau {
		margin-top: 65px;
	}
}