#hero-01 {
	width: 100%;
	height: 610px;
	background: url(../img/banner4.jpg) no-repeat 50% !important;
	background-position: center;
	background-size: cover !important;
}

.container .title {
	padding: 0 20px;
	text-align: center;
}

.container .title h1 {
	font-size: 2.2rem;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container .title h1::before,
.container .title h1::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: linear-gradient(#168ae1, rgb(1, 84, 201));
	margin: 0 20px;
}

.container .title p {
	color: #595757;
	padding-top: 10px;
	font-weight: 300;
	margin-bottom: 0;
}

.product-img {
	padding: 0 40px;
}

.product-img img {
	width: 100%;
	vertical-align: top;
}

.bg-light {
	background: linear-gradient(#f8fbfe, rgb(233, 242, 255));
	position: relative;
}

.linebg-right {
	position: absolute;
	width: 35%;
	right: 0;
	top: 0;
	z-index: 0;
}

.linebg-left {
	position: absolute;
	width: 25%;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.linebg-right1 {
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	z-index: 0;
}

.linebg-left1 {
	position: absolute;
	width: 35%;
	left: 0;
	bottom: 20%;
	z-index: 0;
}

.linebg-right img,
.linebg-left img,
.linebg-right1 img,
.linebg-left1 img {
	width: 100%;
}


.product-list {
	flex: 0 0 50%;
	max-width: 50%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	grid-auto-rows: 1fr;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	transition: all 0.3s ease;
	margin-bottom: 30px;
}

.pd-list-bg:hover {
	box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}


.pd-list-bg {
	background: #fff;
	padding: 20px 30px;
	border-radius: 20px;
	transition: all 0.3s ease;
}


.pd-list-top {
	display: flex
}

.pd-list-icon {
	overflow: hidden;
}

.pd-list-icon img {
	width: 70px;
}

.pd-list-txt {
	flex: 1;
	padding: 0 0 0 20px;
}

.pd-list-txt dt {
	font-size: 20px;
	padding-top: 5px;
}

.pd-list-txt dd {
	font-size: 18px;
	font-weight: 300 !important;
	color: #8d8d8d;
	padding-top: 5px;
}

.pd-about {
	width: 100%;
	color: #595757;
	line-height: 1.75;
	font-size: 16px;
	padding-top: 15px;
}