.banner {
	width: 100%;
	height: 640px;
}

body {
	overflow-x: hidden;
}

.product-container {
	padding-top: 80px;
}

.product-container__left > div {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 12px;
	padding: 9.5% 10.2%;
	background: #f7f8fa;
}

.product-container__left img {
	width: 20px;
	height: 20px;
}

.nav-product {
	font-weight: 400;
	color: #868d9c;
	margin-left: auto;
}

.product-container__right {
	flex: 1;
	margin-left: 6.706%;
}

.product-container__left {
	flex: 0 0 16.7%;
}

.product-container__left h5 {
	font-size: 20px;
	font-weight: 600;
	color: #1d2129;
	line-height: 50px;
}

.product-container__left > div p {
	width: 100%;
	cursor: pointer;
	color: #4e5769;
	line-height: 48px;
	border-bottom: 1px solid #f7f8fa;
}

.classify-active {
	font-weight: 600;
	color: #1d2129 !important;
	border-bottom: 1px solid #dadce0 !important;
}

.classify-title {
	margin-bottom: 24px;
}

.classify-title span {
	font-size: 16px;
	color: #868d9c;
}

.product-img {
	width: 18.3vw;
	height: 18.3vw;
	object-fit: contain;
	transition: all 0.5s;
}

.arrow-right {
	width: 24px;
	height: 24px;
}

.product-container__right .list-wrap li {
	width: 31.443%;
	cursor: pointer;
	margin-right: 2.82%;
	margin-bottom: 32px;
	border-radius: 12px;
	background-color: #f7f8fa;
}

.product-container__right .list-wrap li div:last-child {
	padding: 9.1%;
}

.product-container__right .list-wrap li:hover .hidden img {
	transform: scale(1.1);
}

.nav-product {
	display: none;
}

@media screen and (max-width: 767px) {
	.slider__image,
	.slider__slide,
	.slider__slides {
		width: 100%;
		height: 300px;
		/* object-fit: cover; */
	}

	.slider h1 {
		top: 100px;
		left: 20px;
		width: 335px;
		height: 108px;
		font-size: 24px;
		font-weight: 500;
		text-align: LEFT;
		color: #ffffff;
		line-height: 36px;
	}

	.product-container__left {
		display: none;
	}

	.classify-title {
		/* flex-direction: column; */
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.nav-product {
		margin-left: 0;
	}

	.classify-title h3 {
		width: 100%;
	}

	.product-container__right {
		margin-left: 0;
	}

	.product-container__right h3 {
		font-size: 28px;
		margin-bottom: 8px;
	}

	.product-container {
		padding-top: 48px;
	}

	.product-img {
		width: 42vw;
		height: auto;
	}

	.product-container__right .list-wrap li {
		width: 48%;
		margin-bottom: 5%;
		margin-right: 0 !important;
	}

	.product-container__right .list-wrap li div:last-child {
		padding: 16px 10px;
		flex-direction: column;
		align-items: flex-start;
	}

	.product-container__right .list-wrap li p {
		font-size: 14px;
	}

	.arrow-right {
		width: 20px;
		height: 20px;
		margin-top: 2px;
	}

	.classify-title {
		margin-bottom: 32px;
	}

	.list-wrap {
		justify-content: space-between;
	}
}
.slider {
	height: 640px;
	position: relative;
}

.slider__image {
	width: 100%;
	height: 100%;
	max-height: 960px;
}

.slider h1 {
	/* top: 42.5%; */
	z-index: 1;
	left: 12.6%;
	top: 39.5%;
	font-weight: 600;
	color: #ffffff;
	line-height: 66px;
	position: absolute;
}

.slider__slides {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.slider__slide {
	height: 640px;
	flex: 0 0 100%;
}

.slider__indicators {
	z-index: 1;
	margin-top: -56px;
	text-align: center;
	position: relative;
}

.indicator {
	width: 66px;
	height: 4px;
	opacity: 1;
	margin: 0 10px;
	cursor: pointer;
	border-radius: 10px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.4);
}

.active {
	background-color: #ffffff;
}
