:root {
	--bs-accordion-white-icon: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.213%2016.6564C11.6607%2017.1219%2012.3688%2017.1144%2012.8081%2016.6339L19.6653%209.1339L19.6859%209.11081C20.1115%208.62109%2020.1046%207.84665%2019.6653%207.36612C19.2259%206.88559%2018.5179%206.87808%2018.0701%207.34359L18.049%207.36612L12%2013.9822L5.95099%207.36612C5.50468%206.87797%204.78105%206.87797%204.33473%207.36612C3.88842%207.85427%203.88842%208.64574%204.33473%209.1339L11.1919%2016.6339L11.213%2016.6564Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}
body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0;
}
.mb-12 {
	margin-bottom: 12px;
}
.mb-18 {
	margin-bottom: 18px;
}
.mb-26 {
	margin-bottom: 26px;
}
.mb-32 {
	margin-bottom: 32px;
}
.mb-42 {
	margin-bottom: 42px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-140 {
	margin-bottom: 140px;
}
.p-40 {
	padding: 40px !important;
}
.gap-75 {
	gap: 75px;
}
.gap-12 {
	gap: 12px;
}
.mw-620 {
	width: 100%;
	max-width: 620px;
}
.mw-440 {
	width: 100%;
	max-width: 440px;
}

.bg-light-orange {
	background-color: #FFE4AE !important;
}
#form1 {
	display: block;
}
.top-main-header {
	background-color: #000000;
	position: fixed;
	top: 0;
	z-index:100;
	padding: 15px;
}
	.top-main-header .navbar-toggler {
		width: 32px;
		height: 32px;
		border-radius: 0;
		padding: 0;
	}
		.top-main-header .navbar-toggler:focus {
			box-shadow: none;
		}
		.top-main-header .navbar-brand {
			padding: 2px 0;
		}
	.top-main-header .desktop-logo {
		height: 45px;
	}
	.top-main-header .navbar-nav .dropdown-menu {
		max-height: 80vh;
		overflow-y: auto;
		background-color: #FFFFFF;
		box-shadow: 0 4px 8px rgba(0,0,0,0.15);
	}
		.top-main-header .navbar-nav .dropdown-menu::-webkit-scrollbar {
			width: 14px;
			background-color: #FFFFFF;
			border-radius: 0 5px 5px 0;
		}

		.top-main-header .navbar-nav .dropdown-menu::-webkit-scrollbar-thumb {
			border: 4px solid rgba(255, 255, 255, 1);
			background-clip: padding-box;
			border-radius: 9999px;
			background-color: #AAAAAA;
		}
	.top-main-header .navbar-nav .nav-item .nav-link {
		padding-left: 16px;
		padding-right: 16px;
		color: #FFFFFF;
		border-radius: 4px;
	}
		.top-main-header .navbar-nav .nav-item .nav-link:hover {
			background-color: rgba(255, 255, 255, 0.1);
		}
		.top-main-header .navbar-nav .dropdown-menu .dropdown-item {
			font-size: 15px;
		}
		.hero-header {
			position: relative;
			width: 100%;
			min-height: 446px;
			display: flex;
			align-items: center;
			justify-content: center;
			background-image: url('../images/hero-bg-image.png');
			background-size: cover;
			background-position: center;
			margin-bottom: 165px;
		}
	.hero-header::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color:  rgba(0,0,0,0.70);
	}
	.hero-header .hero-title-text {
		font-family: Arial;
		font-weight: 700;
		font-size: 40px;
		text-align: center;
		max-width: 760px;
		color: #FFFFFF;
		position: relative;
		z-index: 1;
	}
	.hero-header .review-box {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
		max-width: 994px;
		background-color: #FAFAFA;
		border-radius: 12px;
		border: 1px solid #000000;
		height: 211px;
		box-shadow: 0px 24px 44px 0px #00000026;
	}
.white-section-box {
	position: relative;
	padding: 32px;
	background-color: #FAFAFA;
	border: 1px solid #EAEAEA;
	border-radius: 12px;
	display: flex;
	flex-direction: row;
}
.section-title-text {
	font-family: Arial;
	font-weight: 700;
	font-size: 36px;
	color: #333333;
}
.section-info-text {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #333333;	
}
.section-medium-text {
	font-family: Arial;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	text-align: right;
	color: #333333;
}
.blue-link {
	font-family: Arial;
	font-weight: 700;
	color: #2371BA;
	text-decoration: underline;
}
	.blue-link:focus {
		color: #2371BA;
	}
	.blue-link:active {
		color: #2371BA;
	}
	.blue-link:visited {
		color: #2371BA;
	}
	.strong-blue-link {
		font-family: Arial;
		font-weight: 700;
		color: #4A90E2;
		text-decoration: underline;
	}
	.strong-blue-link:hover {
		color: #4A90E2;
	}
	.strong-blue-link:active {
		color: #4A90E2;
	}
	.strong-blue-link:visited {
		color: #4A90E2;
	}
.charge-image-wrap {
	width: 100%;
	max-width: 469px;
	padding: 50px 25px;
	background-color: #EFF2F5;
	border-radius: 12px;
	text-align: center;
}

.review-card {
	padding: 50px 20px 20px;
	width: 100%;
	min-height: 211px;
	max-height: 211px;
}
.review-card .rating-star-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
	margin-bottom: 18px;
}
	.review-card .rating-star-wrap .rating-icon {
		height: 24px;
		width: 24px;
	}
	.review-card .review-description {
		font-family: Arial;
		font-weight: 400;
		font-size: 20px;
		line-height: 32px;
		text-align: center;
		color: #000000;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		text-overflow: ellipsis;
	}
.review-card .review-description .review-link {
	text-decoration: underline;
	color: #000000;
	cursor: pointer;
}
.review-slider.owl-carousel .owl-nav {
	margin-top: 0;
}
	.review-slider.owl-carousel .owl-nav .owl-prev {
		position: absolute;
		top: 50%;
		left: -15px;
		transform: translateY(-50%);
		z-index: 11;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		border: 1px solid #000000;
		background-color: #FFFFFF;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		margin: 0;
	}
	.review-slider.owl-carousel .owl-nav .owl-next {
		position: absolute;
		top: 50%;
		right: -15px;
		transform: translateY(-50%);
		z-index: 11;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		border: 1px solid #000000;
		background-color: #FFFFFF;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		margin: 0;
	}

.btn {
	padding: 11.5px 17px;
	font-family: Arial;
	font-weight: 400;
	line-height: 20px;
	color: #000000;
	border-radius: 8px;
	outline: none;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
}
	.btn.btn-orange {
		background-color: #F9A605;
		border: 1px solid #F9A605;
	}
	.btn.btn-gray {
		background-color: #EBEBEB;
		border: 1px solid #EBEBEB;
	}
	.btn.btn-expand {
		background-color: #FFFFFF;
		border: 1px solid #D9D9D9;
		font-weight: 700;
		line-height: 18px;
		color: #000000;
		flex-direction: row;
		padding: 8px 12px;
		gap: 4px;
	}
		.btn.btn-expand:active {
			background-color: #FFFFFF;
			border: 1px solid #000000;
		}

		.new-sale-image-box {
			position: relative;
			width: 100%;
			height: 300px;
			border-radius: 8px;
			overflow: hidden;
			background-image: url('../images/new-sale-bg-img.png');
			background-size: cover;
			background-position: center;
		}
	.new-sale-image-box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.40);
	}
	.new-sale-image-box .new-sale-label {
		position: absolute;
		top: 20px;
		right: 20px;
		background-color: #B20000;
		border-radius: 6px;
		padding: 4px 10px;
		font-family: Arial;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		color: #FFFFFF;
	}
.pricing-white-bg {
	background-color: #FFFFFF;
	border-radius:10px;
	padding: 32px;
}
	.pricing-white-bg .pricing-box {
		background-color: #F6F6F6;
		padding: 12px;
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 4px;
		border-radius: 8px;
		margin-bottom: 8px;
	}
		.pricing-white-bg .pricing-box .price-label {
			font-family: Arial;
			font-weight: 400;
			font-size: 16px;
			line-height: 28px;
			color: #333333;
		}
		.pricing-white-bg .pricing-box .price-rate {
			color: #757575;
			font-family: Arial;
			font-weight: 400;
			font-size: 14px;
		}
		.pricing-white-bg .pricing-box .price-rate > strong {
			font-weight: 700;
			color: #000000;
		}
		.pricing-white-bg .pricing-box .price-sub-info {
			padding: 10px;
			margin-top: 12px;
			color: #333333;
			font-family: Arial;
			font-weight: 400;
			font-size: 14px;
			background-color: #F0F0F0;
			border-radius: 8px;
		}
.checkmark-pill-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 22px;
}
	.checkmark-pill-wrap .checkmark-pill {
		padding: 12px;
		background-color: #F6F6F6;
		min-height: 45px;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		gap:10px;
		border-radius: 8px;
	}
	.checkmark-pill-wrap .checkmark-pill .check-icon {
		width:20px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
		.checkmark-pill-wrap .checkmark-pill .check-label {
			color: #333333;
			font-family: Arial;
			font-weight: 400;
			font-size: 18px;
		}
.checkmark-pill-wrap.flex-column .checkmark-pill {
	align-items: start;
}
.checkmark-pill-wrap.flex-column .checkmark-pill .check-icon {
	align-items: start;
}
	.checkmark-pill-wrap.flex-column .checkmark-pill .check-label {
		font-family: Arial;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
	}
.wafer-gradient-box {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	background: linear-gradient(95.59deg, #FFFFFF 47.25%, #FEFEFE 97.81%);
	padding: 10px;
	text-decoration: none;
	border-radius: 16px;
	border: 1px solid #F5F5F5;
	transition: all 0.2s ease-in;
	cursor: pointer;
	margin-bottom: 23px;
}
	.wafer-gradient-box .wafer-color-box {
		width: 40px;
		height: 40px;
		min-width: 40px;
		border-radius: 50%;
		background: linear-gradient(136.08deg, #F5F5F5 18.8%, #E0F7FA 85.07%);
	}
		.wafer-gradient-box .wafer-color-box.black {
			background: linear-gradient(136.08deg, #2C2C2C 18.8%, #808080 85.07%);
		}
		.wafer-gradient-box .wafer-color-box.sky-blue {
			background: linear-gradient(136.08deg, #4A90E2 18.8%, #B4A0FF 85.07%);
		}
		.wafer-gradient-box .wafer-color-box.light-purple {
			background: linear-gradient(136.08deg, #EE82EE 18.8%, #9400D3 85.07%);
		}
		.wafer-gradient-box .wafer-color-box.gray {
			background: linear-gradient(136.08deg, #C0C0C0 18.8%, #C0C0C0 85.07%);
		}
		.wafer-gradient-box .wafer-color-box.dark-purple {
			background: linear-gradient(136.08deg, #483D8B 18.8%, #5D478B 85.07%);
		}
		.wafer-gradient-box .wafer-color-box.purple {
			background: linear-gradient(136.08deg, #4A4A8F 18.8%, #7B68EE 85.07%);
		}
		.wafer-gradient-box .wafer-color-box.orange {
			background: linear-gradient(136.08deg, #DAA520 18.8%, #FFA500 85.07%);
		}
		.wafer-gradient-box .wafer-color-box.light-white {
			background: linear-gradient(136.08deg, #F5F5F5 18.8%, #FAFAFA 85.07%);
		}
		.wafer-gradient-box .wafer-color-box.green {
			background: linear-gradient(136.08deg, #4A8F6C 18.8%, #4A8F6C 85.07%);
		}
		.wafer-gradient-box .wafer-color-box.light-yellow {
			background: linear-gradient(136.08deg, #F5F5DC 18.8%, #FFFDD0 85.07%);
		}
		.wafer-gradient-box .wafer-color-box.light-sky-purple {
			background: linear-gradient(136.08deg, #F8F8FF 18.8%, #E6E6FA 85.07%);
		}
	.wafer-gradient-box .wafer-name {
		font-family: Arial;
		font-weight: 400;
		font-size: 16px;
		color: #000000;
		text-decoration: none;
	}
	.wafer-gradient-box:hover {
		box-shadow: 0px 14px 40px 0px #0000000D;
	}
.table-wrap-box {
	background-color: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #DFDFDF;
	padding: 10px 10px 0;
	overflow-y: hidden;
}
	.table-wrap-box::before {
		content: "";
		position: absolute;
		left : 0;
		bottom: 0;
		width: 100%;
		height: 200px;
		background: linear-gradient(180deg, rgba(250, 250, 250, 0) 21.87%, #FAFAFA 100%);
	}
.sale-table.table {
	margin-bottom: 0;
}
.sale-table thead tr th {
	font-family: Arial;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	padding: 10px;
	border-bottom: none;
}
.sale-table tbody tr td {
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	padding: 10px;
	border-bottom: 1px solid #F0F0F0;
}
.sale-table tbody tr:last-child td {
	border-bottom: none;
}
.collapse-box {
	height: 374px;
	overflow: hidden;
	position: relative;
	transition: height 0.3s ease-in;
}
.collapse-box.expand {
	height: auto;
	padding-bottom: 60px;
}
.collapse-box.expand .table-wrap-box::before {
	display:none;

}
	.collapse-box.expand .btn.btn-expand.btn-position {
		bottom: 12px;
	}
	.btn-position {
		position: absolute;
		left: 50%;
		bottom: 42px;
		transform: translateX(-50%);
	}
.btn-expand .collapse-text {
	display: none;
}
.btn-expand.expanded .collapse-text {
	display: flex;
}
.btn-expand.expanded .expand-text {
	display: none;
}
.btn-expand.expanded >img {
	transform: rotateX(180deg);
}
.simox-image-wafer-wrap {
	text-align: end;
}
.new-sale-label-2 {
	background-color: #B20000;
	border-radius: 6px;
	padding: 4px 10px;
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	white-space: nowrap;

}
.pipe-green-text {
	color: #10781F;
}
.wafer-detail-box {
	padding: 32px;
	background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);
	border-radius: 12px;
	display: none;
}
.nav.nav-pills {
	gap: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-x: auto;
}
.nav .nav-item .nav-link {
	background-color: #F6F6F6;
	color: #000000;
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	padding: 16px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	white-space: nowrap;
	cursor: pointer;
}
	.nav .nav-item .nav-link:hover {
		background-color: #EAEAEA;
	}
	.nav .nav-item .nav-link:has(input:checked) {
		background-color: #EAEAEA;
		border: 1px solid #000000;
	}
.nav:has(.nav-item .nav-link input[id='tab-1']:checked) ~ .wafer-detail-box.tab-1,
.nav:has(.nav-item .nav-link input[id='tab-2']:checked) ~ .wafer-detail-box.tab-2,
.nav:has(.nav-item .nav-link input[id='tab-3']:checked) ~ .wafer-detail-box.tab-3, 
.nav:has(.nav-item .nav-link input[id='tab-4']:checked) ~ .wafer-detail-box.tab-4, 
.nav:has(.nav-item .nav-link input[id='tab-5']:checked) ~ .wafer-detail-box.tab-5 {
	display: flex;
}
img.human-hair-img {
	max-width: 300px;
	width: 100%;
}
.silicon-tab-img-wrap {
	margin-left: auto;
	border: 1px solid #000000;
	border-radius: 12px;
	overflow: hidden;
	max-width: 337px;
	width: 100%;
	min-height: 378px;
}
.silicon-tab-img-wrap.tab-1-img {
	background-image: url('../images/silicon-tab-1.png');
	background-size: cover;
	background-position: center;
}
.silicon-tab-img-wrap.tab-2-img {
	background-image: url('../images/silicon-tab-2.png');
	background-size: cover;
	background-position: center;
}
.silicon-tab-img-wrap.tab-3-img {
	background-image: url('../images/silicon-tab-3.png');
	background-size: cover;
	background-position: center;
}
.silicon-tab-img-wrap.tab-4-img {
	background-image: url('../images/silicon-tab-4.png');
	background-size: cover;
	background-position: center;
}
.silicon-tab-img-wrap.tab-5-img {
	background-image: url('../images/silicon-tab-5.png');
	background-size: cover;
	background-position: center;
}
.accordion.dark-accordion .accordion-item {
	border: none;
}
	.accordion.dark-accordion .accordion-item h2.accordion-header {
		border-bottom: none !important;
	}
	.accordion.dark-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
		border-radius: 12px 12px 0 0;
	}
	.accordion.dark-accordion .accordion-item .accordion-header .accordion-button {
		background-color: #000000;
		color: #ffffff;
		font-family: Arial;
		font-weight: 700;
		font-size: 20px;
		padding: 24px 32px;
		border-radius: 12px;
		box-shadow: none !important;
	}
	.accordion.dark-accordion .accordion-item .accordion-body {
		background-color:#000000;
		color: #FFFFFF;
		border-radius: 0 0 12px 12px;
		padding: 24px 32px;
	}
	.accordion.dark-accordion .accordion-item .accordion-header .accordion-button:focus {
		box-shadow: none;
	}
	.accordion.dark-accordion .accordion-item .accordion-header .accordion-button::after {
		background-image: var(--bs-accordion-white-icon);
	}
.reseach-point {
	padding: 0;
	margin: 0;
	list-style: none;
}
.reseach-point li {
	padding-left: 32px;
	position: relative;
	list-style: none;
	margin-bottom: 16px;
}
	.reseach-point li .bullet-point {
		width: 20px;
		height: 20px;
		position: absolute;
		left: 0;
		top: 0;
	}
.footer-black {
	background-color: #000000;
	padding-top: 35px;
	padding-bottom: 35px;
}
.footer-black .footer-logo {
	height: 30px;
}
.footer-black .footer-link-wrap {
	display: flex;
	align-items: center;
	gap: 36px;
	margin:0;
	padding: 0;
	margin-left: auto;
	list-style: none;
}
	.footer-black .footer-link-wrap .footer-item .footer-link {
		padding: 6px 8px;
		font-family: Arial;
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		color: #ffffff;
		text-decoration: none;
		white-space: nowrap;
	}
	.footer-black .footer-bottom-line {
		display: flex;
		justify-content: space-between;
		font-family: Arial;
		font-weight: 400;
		font-size: 14px;
		line-height: 24px;
		color: #FFFFFF;
		margin-top: 30px;
		text-decoration: none;
	}
	.footer-black .footer-bottom-line .footer-link {
		text-decoration: none;
		cursor: pointer;
		color: #FFFFFF;
	}
	