.slideshow__img {
	position: relative;
	padding-top: 87%;
	overflow: hidden;
}

.slideshow__img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: .3;
	z-index: 2;
}

.slideshow__img img,
.slideshow__img iframe {
	position: absolute;
	width: 200%;
	height: 200%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.slideshow-banner__info {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	color: white;
	width: 100%;
	padding: 20px;
	text-align: center;
}

.slideshow-banner__info-ttl {
	color: inherit;
	font-size: 32px;
	margin-bottom: 15px;
}

a.slide-mv__btn.btn:hover {
	color: #fff;
	border: 1px solid #fff;
}

.slide-mv__info:hover a.btn {
	color: #Fff;
}

.categories {
	padding: 60px 0 50px;
}

.categories .c-ttl__01 {
	margin-bottom: 35px;
}

.common-ttl01 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #5d2e70;
	text-align: center;
}

.according-product__ct p {
	padding-bottom: 10px;
	font-weight: 300;
}

.common-ttl02 {
	font-size: 30px;
	margin-top: 13px;
	font-weight: 700;
	color: #5d2e70;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.about-block__ct1 {
	background: #f8f3fb;
	padding: 20px;
	height: 100%;
}

.about-block__ct .desc {
	padding: 0 0 5px 0;
	font-size: 15px;
}

.about-block__ct .desc p {
	padding-bottom: 10px;
}

.about-block__ct1 p {
	padding-bottom: 10px;
}

.about-block .row {}

.common-ttl01--blue {
	color: #5d2e70;
}

.slide-mv {
	position: relative;
}

.slide-mv__info {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	overflow: hidden;
	display: none;
}

.slide-mv__ct .btn {
	font-size: 16px;
}

.slide-mv__btn {
	border: 1px solid currentColor;
	gap: 10px;
}

.slide-mv__ct .btn svg {
	width: 20px;
	fill: currentColor;
}

.slide-mv__ct .btn svg path {
	fill: currentColor;
}

.slide-mv__ct {
	background: #5d2e70e8;
	color: white;
	border-radius: 0 210px 0 0;
	padding: 2rem 15rem 2rem 0rem;
	max-width: 800px;
	position: relative;
	z-index: 1;
}

.slide-mv__ct::before {
	content: "";
	display: block;
	position: absolute;
	right: 100%;
	bottom: 0;
	width: 100vw;
	height: 100%;
	background: #5d2e70e8;
}

.slide-mv__ct-ttl {
	font-size: 20px;
	font-weight: 600;
	color: white;
	margin-bottom: 23px;
}

.sec-about {
	padding: 50px 0 50px 0;
	background: #a664c614;
}

.about-block {}

.about-block__img {
	height: 100%;
}

.about-block__img img {
	height: 100%;
}

.about-block__ct {
	background: white;
	padding: 25px;
	height: 100%;
}

.abouts_title h2 {
	margin-bottom: 20px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding-bottom: 3px;
	font-size: 30px;
	color: #5d2e70;
	text-transform: uppercase;
}

.abouts_title p {
	padding: 0;
	color: #333;
	text-transform: uppercase;
	font-size: 17px;
}

.about-block__ct p {
	padding-bottom: 0;
}

.top-product {
	padding: 15px 0;
	background: #fff;
}



.slide-produc__box {
	/* padding: 0 10px; */
}


.product-item {}

.sec-why-choose {
	padding: 50px 0;
	background: #a664c614;
}

.why-choose {}


.why-choose__ct {
	background: #5d2e70;
	color: #ffffffbf;
	height: 100%;
	padding: 50px;
	text-align: justify;
}

.why-choose__img img {
	height: 100%;
}

.why-choose__img {
	height: 100%;
}

.why-choose>.row {
	gap: 10px 0;
}

.sec-healthcare {}

.block-heading {
	margin-bottom: 30px;
}

.block-heading__brief {
	max-width: 800px;
	margin: 0 auto;
}

.category-product {}

.category-product__ttl {
	font-size: 20px;
	text-transform: uppercase;
	color: #5d2e70;
	font-weight: 700;
}

.category-product__ttl a {
	color: inherit;
}

.category-product {}

.category-product .row {
	gap: 20px 0;
}

.category-product__item:hover .category-product__img img {
	transform: scale(1.09);
}

.category-product__img {
	position: relative;
	overflow: hidden;
	z-index: 2;
	margin-bottom: 10px;
	border-radius: 10px;
}

.category-product__img::before {
	content: "";
	padding-top: 85%;
	display: block;
}

.category-product__img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s ease-in;
}

.category-product__img-child {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: linear-gradient(180deg, #ffffff91, transparent);
	padding: 30px 10px 10px 10px;
	text-align: center;
}

.category-product__ct {}

.category-product__brief {
	text-align: center;
	margin-bottom: 15px;
	height: unset !important;
	!i;
	!;
}

.category-product__btn {
	border: 1px solid #5d2e70;
	color: #5d2e70;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 500;
	width: fit-content;
	padding: 5px 30px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	transition: all .3s ease-in-out;
}

.category-product__btn svg path {
	fill: #5d2e70;
	transition: all .3s ease-in-out;
}

.category-product__btn:hover {
	background: #5d2e70;
	border-color: white;
	color: white;

}

.category-product__btn:hover svg path {
	fill: white;
}

.sec-aboutus {
	padding: 50px 0 10px;
}

.category-product--02 .category-product__item {
	background: #a664c614;
	padding: 15px;
}

.category-product--02 .category-product__ct {
	text-align: center;
}

.category-product--02 .category-product__ttl {
	margin-bottom: 10px;
}

.category-product--02 {}

.category-product--02 {}

.sec-according-product {
	background: url(/storage/photos/banner-01_1740040418.webp) no-repeat top right/cover;
	background-attachment: fixed;
	padding: 50px 0;
}

.according-product {
	background: #3e0453;
	padding: 30px;
	color: white;
}

.according-product__ttl {
	color: inherit;
}

.according-product__ct {
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.faq-list {}

.faq-list.mw-700 {
	/* max-width: 700px; */
	/* margin: 0 auto; */
}

.faq-list__item {
	border-radius: 8px;
	box-shadow: 0 2px 4px #3333332e;
	margin-bottom: 10px;
}

.faq-list__item.is-open .faq-list__icon {
	transform: rotate(-90deg);
}

.faq-list__ttl {
	padding: 10px 70px 10px 30px;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
}

.faq-list__icon {
	position: absolute;
	background: #903eaa;
	box-shadow: 0 1px 8px #33333324;
	padding: 12px;
	width: 35px;
	height: 35px;
	border-radius: 24px;
	right: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(90deg);
	transition: all .3s ease-in-out;
	top: 5px;
}

.faq-list__icon svg path {
	fill: white;
}

.faq-list__ct {
	padding: 0 30px 30px;
	/* color: #5d2e70; */
	display: none;
}

.category-product__item {
	padding: 10px;
	border: 1px solid #5d2e70;
	border-radius: 10px;
}

.about-block__ct h2:before {
	content: "";
	position: absolute;
	width: 45%;
	height: 3px;
	background: #8e44ad;
	bottom: -5px;
}

.desc-products {
	margin-bottom: 5px;
}

.desc-products p {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4;
}

.btn-abouts-block a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	color: #3e0453;
	font-size: 16px;
	border: solid 1px #3e0453;
	padding: 5px 20px;
	border-radius: 30px;
}

.js-slide-product button {
	width: 30px;
	height: 30px;
	background: #fff;
}

.js-slide-product button i {
	font-size: 13px;
}

.js-slide-product button svg {
	width: 17px;
	height: 17px;
}

.js-slide-product button {
	opacity: 0;
}

.js-slide-product:hover button {
	opacity: 1;
}

.category-product__btn svg {
	height: 15px;
}


@media (min-width: 992px) {
	.according-product__ct {
		padding-right: 20px;
	}
}

@media (max-width: 640px) {
	.slide-mv__ct {
		padding: 2rem 5rem 2rem 2rem;
		border-radius: 0 120px 0 0;
	}

	.slide-mv__ct-ttl {
		font-size: 15px;
		font-weight: 500;
	}

	.common-ttl01 {
		font-size: 21px;
	}

	.sec-why-choose,
	.sec-about {
		padding: 10px 0 30px 0;
	}

	.why-choose__ct,
	.according-product {
		padding: 15px;

	}
}

@media(max-width:990px) {
	
.categories {
    padding: 20px 0 20px;
}

	.content-vnfiles-home {
		margin-left: 7px;
		margin-right: 7px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.icon-abs-vnfiles {
		display: none;
	}

	.content-vnfiles-home {
		position: unset;
		width: unset;
		text-align: center;
	}

	.vnfiles-all-depper {
		width: 95%;
		margin-top: 20px;
	}

	.box-item-vnfiles {
		display: block;
		text-align: center;
	}

	.icon-item-vnfiles {
		text-align: center;
		margin-bottom: 10px;
	}

	.icon-item-vnfiles img {
		margin: 0 auto;
	}

	.list-vnfiles.vnfiles-left .box-item-vnfiles:nth-child(2) .content-vnfiles-home {
		text-align: center;
	}


	.list-vnfiles.vnfiles-center .box-item-vnfiles:nth-child(2) .content-vnfiles-home {
		text-align: center;
	}

	.list-vnfiles.vnfiles-right .box-item-vnfiles:nth-child(2) .content-vnfiles-home {
		text-align: center;
	}

	.vnfiles-all-depper svg {
		display: none;
	}


	.stack {
		margin: 4rem 0px;
		padding: 0rem 0px;
	}

	.top-product {
		padding: 20px 0px;
	}

	.common-ttl02 {
		font-size: 22px;
		margin-bottom: 10px;
	}

}

@media (max-width: 550px) {
	.sec-aboutus {
		padding: 20px 0;
	}

	.block-heading {
		margin-bottom: 15px;
	}

	.abouts_title h2 {
		font-size: 22px;
	}

	.about-block__ct {
		background: none;
		padding: 10px 10px 20px 10px;
		height: 100%;
	}

	.about-block__ct .desc {
		text-align: justify;
	}
}

@media (max-width: 425px) {
	.slide-mv__ct .btn {
		padding: 5px 8px;
		font-size: 15px;
	}

	.abouts_title h2 {
		font-size: 22px;
	}
}
