/*
    @Name: page | @Author: Cherry.liu
====================================================================================== */
/* ==========================================
 Home Page
============================================*/
.banner-home {
	background: url(../images/banner-home.webp) no-repeat top center;
	background-size: cover;
}
/* slide */
.slide-box {
	position: relative;
	padding: 0 49.5px;
	margin-bottom: 28px;
}
.slide-mask {
	text-align: center;
	overflow: hidden;
}
.list-preview {
	display: flex;
	margin: 0 -12px;
}
.list-preview .list-item {
	padding: 0 12px;
}
.list-preview .img-box {
	position: relative;
	width: 257px;
	height: 280px;
	background: #FFFFFF;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.08);
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}
.list-preview .text-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	display: flex;
	height: 70px;
	padding: 0 16px;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.60);
}
.list-preview .text-box .text{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.slide-box .btn-previous,
.slide-box .btn-next {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
	width: 30px;
	height: 50px;
	opacity: 0.8;
	background: url(../images/previous.png) no-repeat center center;
	background-size: cover;
}
.slide-box .btn-next {
	left: auto;
	right: 0;
	background: url(../images/next.png) no-repeat center center;
	background-size: cover;
}
.slide-box .btn-previous:hover,
.slide-box .btn-next:hover {
	opacity: 0.7;
}
.slide-box .btn-previous:active,
.slide-box .btn-next:active {
	opacity: 1;
}

.list-pointer {
	display: flex;
	justify-content: center;
}
.list-pointer .list-item {
	margin: 0 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #CCCCCC;
	cursor: pointer;
}
.list-pointer .list-item:hover {
	background: #aaa;
}
.list-pointer .list-item.active {
	background: #FF7F0C;
}

/* preview img */
.list-preview .img-box[title="Zantac"] {
	background: url(../images/preview-zantac.png) no-repeat center center;
	background-size: cover; 
}
.list-preview .img-box[title="Paraquat"] {
	background: url(../images/preview-paraquat.png) no-repeat center center;
	background-size: cover; 
}
.list-preview .img-box[title="NEC"] {
	background: url(../images/preview-nec.png) no-repeat center center;
	background-size: cover; 
}
.list-preview .img-box[title="Talcum"] {
	background: url(../images/preview-talcum.png) no-repeat center center;
	background-size: cover; 
}
.list-preview .img-box[title="APAP"] {
	background: url(../images/preview-apap.png) no-repeat center center;
	background-size: cover; 
}
.list-preview .img-box[title="Camp Lejeune Water"] {
	background: url(../images/preview-camp.png) no-repeat center center;
	background-size: cover; 
}
.list-preview .img-box[title="Voyager"] {
	background: url(../images/preview-voyager.png) no-repeat center center;
	background-size: cover; 
}


/* list-step */
.list-step {
	text-align: center;
}
.list-step .num-box {
	display: inline-block;
	margin: 0 auto 12px auto;
	background: #F7F7F7;
	border: 2px solid #E0E0E0;
	width: 80px;
	height: 80px;
	line-height: 76px;
	font-size: 32px;
	color: #888;
	border-radius: 50%;
}

.list-step .h3.font-bold {
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	.list-step .col-sm + .col-sm {
		margin-top: 20px;
	}
}

/* ==========================================
 Detail Page
============================================*/
.box-help {
	padding: 1.6em;
	background: rgba(255,183,27,0.10);
	border-radius: 12px;
}
.box-help .h3 {
	line-height: 1.2;
}
/* banner */
.banner.banner-bg {
	background: url(https://justicebridges.com/paraquat/new/images/bg-banner.webp) no-repeat center center;
	background-size: cover; 
}






