/********** Template CSS **********/
:root {
	--primary: #d28d16;
	--secondary: #9b9b9b;
	--light: #f5f5f5;
	--dark: #161616;
	/* 自定义主题 */
	--custom-primary: #f7a400;
	--secondary-1: #1c1c27;
	--secondary-2: #d4d2ce;
	--secondary-3: rgb(127 75 10);
	--secondary-4: #fae682;
	--secondary-5: #fff0cc;
}

h3 {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* .navbar-light .navbar-toggler {
  background-color: rgba(255, 255, 255, 1);
}

.navbar-toggler {
  color: rgba(255, 255, 255, 1);
} */

.fw-medium {
	font-weight: 500 !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.fw-black {
	font-weight: 900 !important;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 20px;
	bottom: 35px;
	z-index: 99;
}

.header-logo {
	width: 130px;
}

.header-nav {
	margin-left: 20px;
	margin-right: 20px;
}

/*** Spinner ***/
#spinner {
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.5s ease-out,
		visibility 0s linear 0.5s;
	z-index: 99999;
}

#spinner.show {
	transition:
		opacity 0.5s ease-out,
		visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

/*** Button ***/
.btn {
	font-weight: 500;
	transition: 0.5s;
}

.btn.btn-primary {
	color: #ffffff;
}

.btn-square {
	width: 38px;
	height: 38px;
}

.btn-sm-square {
	width: 32px;
	height: 32px;
}

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
	top: -100px;
	transition: 0.5s;
	background-color: var(--secondary-1);
}

.navbar .navbar-brand {
	height: 50px;
}

.navbar-nav {
	padding-bottom: 20px;
}

.navbar .navbar-nav .nav-link {
	color: #ffffff;
	font-weight: 400;
	outline: none;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	color: var(--custom-primary);
}

.navbar .navbar-nav .product-btn.active {
	color: var(--custom-primary);
}

.navbar .dropdown-toggle {
	position: relative;
}

.navbar .dropdown-toggle::after {
	position: absolute;
	border: none;
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	vertical-align: middle;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
}

.navbar .dropdown-toggle.show::after {
	transform: rotate(180deg) translateY(50%);
}

.dropdown-menu {
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 0;
}

.dropdown-menu a {
	color: white;
}

@media (max-width: 991.98px) {
	.navbar .navbar-nav .nav-link {
		margin-right: 0;
		/* padding: 10px 0; */
	}
}

@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		border: none;
		margin-top: 0;
		top: 150%;
		opacity: 0;
		visibility: hidden;
		transition: 0.5s;
	}

	.navbar .nav-item:hover .dropdown-menu {
		top: 100%;
		visibility: visible;
		transition: 0.5s;
		opacity: 1;
	}
}

.navbar .btn:hover {
	color: #ffffff !important;
	background: var(--custom-primary) !important;
}

/*** Header ***/
.header-carousel {
	margin-top: 6px;
}

.header-carousel .carousel-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	/* background: rgba(22, 22, 22, .7); */
}

.home-header {
	position: absolute;
	text-shadow: 2px 2px 2px #000;
	bottom: 7rem;
	left: 0;
	font-weight: 700;
}

.home-header-1 {
	margin-bottom: 0;
}

.home-header-btn1,
.home-header-btn2 {
	border: none;
	height: 1.875rem;
	line-height: 1.925rem;
	width: 7.5rem;
	padding: 0;
	font-size: 1rem;
}

.home-header-btn1 {
	background: url('../image/home/me-14.png') no-repeat center center/cover;
	color: #fff !important;
	/* border-width: 2px; */
}

.home-header-btn2 {
	background: url('../image/home/me-15.png') no-repeat center center/cover;
	color: #000;
	/* border: 2px solid#d2b057; */
}

.header-carousel .owl-carousel-item {
	position: relative;
	min-height: 420px;
}

.header-carousel .owl-carousel-item img {
	position: absolute;
	width: 100%;
	height: calc(100% - 82px);
	object-fit: cover;
}

.header-carousel .owl-carousel-item h5,
.header-carousel .owl-carousel-item p {
	font-size: 1rem !important;
	font-weight: 700 !important;
}

.header-carousel .owl-carousel-item h1 {
	font-size: 30px;
	font-weight: 600;
}

.header-carousel .owl-nav {
	position: absolute;
	width: 200px;
	height: 45px;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 45px;
	font-size: 22px;
	transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
	background: var(--primary);
	border-color: var(--primary);
}

.header-carousel .owl-dots {
	position: absolute;
	height: 45px;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-carousel .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 10px;
	transition: 0.5s;
}

.header-carousel .owl-dot::after {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	top: 4px;
	left: 4px;
	background: #ffffff;
	border-radius: 5px;
}

.header-carousel .owl-dot.active {
	background: var(--primary);
	border-color: var(--primary);
}

.breadcrumb-item + .breadcrumb-item::before {
	color: var(--light);
}

/* Core Advantages */
/* .container-part1 {
  background-color: var(--secondary-1);
} */

.container-part1-item {
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
	background-color: var(--secondary-5);
	height: 7.75rem;
}

.container-part1 .container-part1-item img {
	width: 2.8125rem;
	margin-top: 1.25rem;
	margin-bottom: 0.25rem;
}

.container-part1 .container-part1-item .item-title {
	font-weight: 500;
	font-size: 0.875rem;
	color: #000;
}

/* IP Products*/
.container-part2 {
	background-color: #fff;
}

/* .ip-products-group {} */

.ip-products-item {
	margin-bottom: 20px;
}

.ip-products-item:nth-child(1) {
	padding-top: 0;
	margin-top: 0;
}

.ip-products-item:nth-last-child(1) {
	.paragraph {
		padding: 0;
	}
}

.ip-img-box {
	background-color: var(--secondary-5);
	font-weight: 700;
}

.ip-products-inner .img-fluid {
	transition: 0.5s;
	background-color: var(--secondary-5);
}

.ip-products-inner:hover .img-fluid {
	transform: scale(1.1);
}

.ip-color {
	color: var(--custom-primary);
}

.ip-products-inner {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: rgba(212, 210, 206, 0.4) -1px -1px 10px;
	background-color: var(--secondary-5);
	cursor: pointer;
}

.ip-products-inner .paragraph {
	color: #000;
	padding: 0 12px;
}

/* Help */
.help-container {
	position: relative;
}

/* .help-content {} */

/* Home-Application */
#home-application {
	margin-bottom: 2rem;
}

#home-application .portfolio-inner {
	border-radius: 12px;
}

@media (max-width: 991.98px) {
	#home-application .container .owl-carousel .owl-item .owl-carousel-item .row {
		height: 25.625rem !important;
	}

	#home-application
		.container
		.owl-carousel
		.owl-item
		.owl-carousel-item
		.row
		.portfolio-item {
		position: relative;
		height: 100%;
	}

	#home-application
		.container
		.owl-carousel
		.owl-item
		.owl-carousel-item
		.row
		.portfolio-item
		.portfolio-inner {
		height: 100%;
	}

	#home-application
		.container
		.owl-carousel
		.owl-item
		.owl-carousel-item
		.row
		.portfolio-item
		.portfolio-inner
		p:not(.app-color) {
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: 5;
		transform: translateX(-50%);
	}
}

/*** About ***/
@media (min-width: 992px) {
	.container.about {
		max-width: 100% !important;
	}

	.about-text {
		padding-right: calc(((100% - 960px) / 2) + 0.75rem);
	}
}

@media (min-width: 1200px) {
	.about-text {
		padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
	}
}

@media (min-width: 1400px) {
	.about-text {
		padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
	}
}

/*** Service ***/
.service-row {
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.service-item {
	border-color: rgba(0, 0, 0, 0.03) !important;
}

.service-item .btn {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	color: #ffffff;
	background: var(--primary);
	border-radius: 38px;
	white-space: nowrap;
	overflow: hidden;
	transition: 0.5s;
}

.service-item:hover .btn {
	width: 140px;
}

/*** Feature ***/
@media (min-width: 992px) {
	.container.feature {
		max-width: 100% !important;
	}

	.feature-text {
		padding-left: calc(((100% - 960px) / 2) + 0.75rem);
	}
}

@media (min-width: 1200px) {
	.feature-text {
		padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
	}
}

@media (min-width: 1400px) {
	.feature-text {
		padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
	}
}

/*** Project Portfolio ***/
#portfolio-filters li {
	display: inline-block;
	font-weight: 500;
	color: var(--dark);
	cursor: pointer;
	transition: 0.5s;
	border-bottom: 2px solid transparent;
}

#portfolio-filters li:hover,
#portfolio-filters li.active {
	color: var(--primary);
	border-color: var(--primary);
}

.portfolio-inner {
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
	/* background-color: var(--custom-primary); */
}

.portfolio-inner img {
	transition: 0.5s;
}

.portfolio-inner:hover img {
	transform: scale(1.1);
}

.portfolio-inner .portfolio-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -50px;
	opacity: 0;
	transition: 0.5s;
}

.portfolio-inner:hover .portfolio-text {
	bottom: 0;
	opacity: 1;
}

/*** Quote ***/
@media (min-width: 992px) {
	.container.quote {
		max-width: 100% !important;
	}

	.quote-text {
		padding-right: calc(((100% - 960px) / 2) + 0.75rem);
	}
}

@media (min-width: 1200px) {
	.quote-text {
		padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
	}
}

@media (min-width: 1400px) {
	.quote-text {
		padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
	}
}

/*** Team ***/
.team-item {
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.team-item img {
	transition: 0.5s;
}

.team-item:hover img {
	transform: scale(1.1);
}

.team-item .team-social {
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(22, 22, 22, 0.7);
	opacity: 0;
	transition: 0.5s;
}

.team-item:hover .team-social {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 1;
}

.team-item .team-social .btn {
	opacity: 0;
}

.team-item:hover .team-social .btn {
	opacity: 1;
}

/*** Testimonial ***/
.testimonial-carousel {
	display: flex !important;
	flex-direction: column-reverse;
	max-width: 700px;
	margin: 0 auto;
}

.testimonial-carousel .owl-dots {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 5px;
	transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
	width: 100px;
	height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	content: '\f10d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: var(--primary);
	background: #ffffff;
	border-radius: 40px;
	transition: 0.5s;
	opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
	opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
	border-radius: 60px;
	opacity: 0.4;
	transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
	opacity: 1;
}

/*** Contact ***/
@media (min-width: 992px) {
	.container.contact {
		max-width: 100% !important;
	}

	.contact-text {
		padding-left: calc(((100% - 960px) / 2) + 0.75rem);
	}
}

@media (min-width: 1200px) {
	.contact-text {
		padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
	}
}

@media (min-width: 1400px) {
	.contact-text {
		padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
	}
}

/*** Footer ***/
.footer .container .col-lg-3.col-md-6 {
	margin-top: 0;
}

.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: var(--secondary);
	font-weight: normal;
	text-transform: capitalize;
	transition: 0.3s;
}

.footer .btn.btn-link::before {
	position: relative;
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 10px;
}

.footer .btn.btn-link:hover {
	color: var(--primary);
	letter-spacing: 1px;
	box-shadow: none;
}

.btn-primary {
	background-color: #d28d16;
	border-color: #d28d16;
}

.text-primary {
	color: #d28d16 !important;
}

.bg-primary {
	background-color: #d28d16 !important;
}

.btn-primary:hover {
	color: #ffffff;
	background-color: #fdc33b;
	border-color: #fdc33b;
}

.bg-dark {
	background-color: #282828 !important;
}

.metasemitech-part1 img {
	max-width: 100%;
}

.metasemitech-card1 {
	width: 500px;
	margin: 0 auto 30px;
	max-width: 100%;
	-webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 25%);
	-moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 25%);
}

.metasemitech-text-white {
	color: #171c2d;
}

.metasemitech-card1 hr {
	opacity: 1;
	height: 2px;
}

.footer-list {
	font-size: 1rem;
	height: 1.5rem;
}

.footer-list a {
	display: inline-block;
	line-height: 1.5rem;
	height: 100%;
	font-size: 1rem;
	color: white;
}

body {
	color: white;
	background-color: #1c1c28;
}

.copyright {
	color: #ffffff;
	font-size: 0.7rem;
}

/* COMMON */
.common-h2-title-no-line {
	position: relative;
	font-weight: bold;
	padding-top: 2.25rem;
	margin-bottom: 0.625rem;
	color: white;
}

.common-h2-title {
	position: relative;
	font-weight: bold;
	padding-top: 4rem;
	margin-bottom: 2rem;
	color: #a80812;
}

.common-h2-title::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 5px;
	background-color: #a80812;
}

.common-h2-title > .title {
	word-break: break-all;
	word-wrap: break-word;
}

.common-h2-title > .content {
	font-size: 1.5rem;
}

.translate-center {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.btn-anime-box {
	padding-top: 1.6667rem;
}

.ip-learn-more {
	cursor: pointer;
}

.asic-learn-more {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}

.btn-anime {
	background-color: var(--custom-primary);
	color: #fff;
	width: 10.25rem;
	height: 2.125rem;
	line-height: 2.125rem;
	border-radius: 5px;
	border: none;
	font-size: 0.8rem;
}

.btn-anime,
.btn-anime a {
	transition: all 0.3s;
}

.btn-anime a {
	transition: 0.5s;
}

/* .btn-anime:hover a {
   font-size: 1rem !important;
  line-height: 1rem;
}

.btn-anime-submit:hover {
   font-size: 1.5rem !important;
} */

.footer {
	margin-top: 2.1875rem !important;
	background-color: var(--secondary-3);
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* .footer-ol {} */

.footer-title {
	width: 100%;
	display: flex;
	position: relative;
	color: #fffbd6;
	font-weight: 400;
	font-size: 1.25rem;
	border-bottom: 1px solid #a27338;
	padding-bottom: 3px;
	margin-bottom: 0.6rem;
}

.footer-title[aria-expanded='true']::after {
	position: absolute;
	content: '\f077';
	right: 5px;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
}

.footer-title:not([aria-expanded])::after,
.footer-title[aria-expanded='false']::after {
	position: absolute;
	content: '\f078';
	right: 5px;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
}

.footer i,
.footer p {
	color: #fff0c5;
	transition: all 0.3s;
	transform-origin: center !important;
}

.footer p:hover {
	color: #fffbd6 !important;
}

.app-color {
	color: #fff;
}

.app-text {
	font-size: 1.25rem;
}

/* 轮播指示器 */
#home-application .owl-nav {
	display: none !important;
}

#home-application .owl-dots {
	transform: translate(-50%, 4rem) !important;
}

/* .owl-dots {} */

#home-application .owl-dot::after {
	display: none;
}

#home-application .owl-dot {
	border: none;
	background-color: var(--secondary-2);
}

#home-application .owl-dots .active {
	border: none;
	background-color: var(--custom-primary) !important;
}

.app-img-box {
	background-color: var(--custom-primary);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20%;
}

.app-color {
	width: 100%;
	background-color: var(--custom-primary);
	position: absolute;
	bottom: 0;
	height: 20%;
	text-align: center;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Products */
.introduction-item-title {
	color: var(--custom-primary);
	font-weight: 100;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.high-speed-interface .row {
	width: 100%;
	flex-direction: column;
	justify-content: space-between;
}

.high-speed-interface ul {
	padding-left: 0;
	width: 21rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.high-speed-interface ul li {
	width: 10rem;
	list-style: none;
	height: 2rem;
	font-size: 0.875rem;
	line-height: 2rem;
	text-align: center;
	border: 1px solid rgb(149, 113, 64);
	margin-bottom: 12px;
	border-radius: 5px;
	cursor: pointer;
	/* margin-right: 7px; */
	color: #ffb716;
	position: relative;
}

.high-speed-interface ul li.active::after {
	content: '';
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-color: #f7a400 transparent transparent transparent;
	border-width: 8px;
}

/*
.high-speed-interface ul li:nth-last-child() {
  margin-right: 0;
} */

.high-speed-interface ul ul li {
	border: 1px solid #fff;
	color: #fff;
}

.high-speed-interface #products-list {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

.high-speed-interface .product-content {
	display: flex;
	width: 100%;
	justify-content: center;
}

.high-speed-interface #products-list > li {
	border-color: #f7a400;
}

.high-speed-interface #products-list > li.active {
	background-color: #f7a400;
	color: #fff;
}

.high-speed-interface #products-list > li .icon-right {
	display: block;
}

.high-speed-interface #products-list > li .icon-down {
	display: none;
}

.high-speed-interface #products-list > li.active .icon-right {
	display: none;
}

.high-speed-interface #products-list > li.active .icon-down {
	display: block;
}

.high-speed-interface #products-list > ul > li.active {
	background-color: #fff;
	color: #000;
}

.ul-hide-children {
	display: none;
}

.product-tell-us {
	margin-bottom: 28px;
}

.product-tell-us div {
	color: var(--custom-primary);
	font-size: 0.8rem;
}

.product-tell-us a {
	display: block;
	margin-top: 1rem;
	border-radius: 10px;
	background-color: var(--custom-primary);
	width: 12.25rem;
	margin: 0 auto;
	height: 2.25rem;
	line-height: 2.25rem;
	color: white;
	font-size: 0.875rem;
	font-weight: 500;
	transform: translateY(1rem);
}

/* Advantages */
.advantages-container-part1 .container-part1-item {
	background-color: transparent;
	cursor: pointer;
	height: 100%;
	border: 1px var(--custom-primary) solid;
}

.advantages-container-part1 .container-part1-item:hover {
	background-color: var(--secondary-5);
}

.advantages-container-part1 .container-part1-item ul > li {
	color: white;
	line-height: 1.8rem;
	font-weight: 300;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.advantages-container-part1 .container-part1-item:hover ul > li {
	color: var(--secondary-1);
}

.advantages-container-part1 .container-part1-item .item-title {
	color: var(--custom-primary);
}

.advantages .container-part1-item-1 {
	padding-left: 0;
	padding-right: 1rem;
}

.advantages .container-part1-item-1 .container-part1-item {
	border: 1px solid #e6e2d2;
}

.row > .container-part1-item-1:nth-child(3),
.row > .container-part1-item-1:nth-child(4) {
	margin-top: 0.625rem;
}

.advantages-container-part1 .container-part1-item-1 {
	height: 20.2667rem;
}

/* service */
.service-container-part1 .container-part1-item {
	background-color: transparent;
	cursor: pointer;
	border: 1px var(--custom-primary) solid;
	height: 100%;
}

.service-container-part1 .container-part1-item-1 {
	height: 10.8667rem;
	margin-bottom: 2rem;
}

.service-container-part1 .container-part1-item .item-title {
	color: var(--custom-primary);
	font-weight: 700;
	font-size: 1.25rem;
}

.service-container-part1 .active {
	background-color: var(--custom-primary);
}

.service-container-part1 .active .item-title {
	color: white !important;
}

.service-container-part1 .container-part1-item .item {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.container-part1-item-1 {
	position: relative;
}

.gt {
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-20%);
	color: var(--custom-primary);
	font-size: 2.5rem;
	text-align: center;
	height: 100%;
	width: 30px;
}

.gt-bottom {
	bottom: 0;
	left: 50%;
	transform: translateX(-10%);
}

/* common */
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.m-0-auto {
	margin: 0 auto;
}

.icon-right,
.icon-down {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

iframe#products-info {
	width: 100%;
}

.sample-img {
	border-radius: 10px;
}

@media (max-width: 1400px) and (min-width: 768) {
	.top-container {
		margin-top: 230px;
	}
}

.container-xxl.introduction .introduction-item-content {
	font-weight: 100;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.75rem;
	margin-bottom: 2rem;
}

.product-content-title {
	color: var(--custom-primary);
}

.footer-email {
	font-family: sans-serif;
}

.text-justify {
	text-align: justify !important;
	/* text-justify: inter-ideograph; */
}

/* 锚点定位修复 */
a[name] {
	display: block;
	width: 1px;
	height: 1px;
	padding-top: 50px;
	margin-top: -50px;
}

.container-part3 .img-box {
	position: relative;
	z-index: 3;
}

.container-part3 .container-title1 {
	position: absolute;
	top: 1.875rem;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
}

.container-part3 .container-title1 h3 {
	color: #f7a503;
	font-size: 22px;
	font-weight: 500;
	/* margin-bottom: 15px; */
}

.container-title1 .text {
	color: white;
}

.footer-content {
	width: 100%;
}

.navbar .product-btn:hover {
	color: #ffffff;
	background: transparent !important;
}

.navbar .product-btn {
	line-height: 60px;
	color: #fff;
	padding-left: 0;
	padding-right: 0;
	margin-right: 20px;
}

.navbar .product-btn:focus {
	outline: none;
	box-shadow: none;
}

.navbar .product-btn.dropdown-toggle::after {
	content: '' !important;
}

/* .dropdown-menu[data-bs-popper] {
  top: 75%;
  transform: translateX(-30%);
  background-color: black;
  border: 1px solid #1c1c27;
  text-align: center;
}*/

.dropdown-menu a:hover {
	background-color: #1c1c27;
	color: #f7a40d;
}

.dropdown-menu li a {
	color: white;
}

.popover-header {
	background-color: #f7a400;
	color: white;
}
