/********** 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: 45px;
	bottom: 45px;
	z-index: 99;
}

.header-logo {
	width: 200px;
}

/*** 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: 75px;
}

.navbar .navbar-nav .nav-link {
	margin-right: 30px;
	/* padding: 25px 0; */
	color: #ffffff;
	font-weight: 500;
	outline: none;
}

.navbar .navbar-nav {
	margin-left: 100px;
}

.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::after {
	border: none;
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	vertical-align: middle;
	margin-left: 8px;
}

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

	.navbar .navbar-nav {
		border-top: 1px solid #eeeeee;
	}
}

@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 .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 {
	margin-bottom: 20rem;
	text-shadow: 2px 2px 2px #000;
}

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

.home-header-btn1,
.home-header-btn2 {
	border: none;
	height: 3.5rem;
	width: 13rem;
	line-height: 3.4rem;
	padding: 0;
	font-size: 1.25rem;
}

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

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

.home-header-btn1:hover,
.home-header-btn2:hover {
	font-size: 1.1rem;
}

@media (max-width: 768px) {
	.header-carousel .owl-carousel-item {
		position: relative;
		min-height: 500px;
	}

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

	.header-carousel .owl-carousel-item h5,
	.header-carousel .owl-carousel-item p {
		font-size: 14px !important;
		font-weight: 400 !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: 15px;
	height: 15px;
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 15px;
	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);
}

.page-header {
	background:
		linear-gradient(rgba(22, 22, 22, 0.7), rgba(22, 22, 22, 0.7)),
		url(../image/carousel-1.jpg) center center no-repeat;
	background-size: cover;
}

.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: 14rem;
}

.container-part1 .container-part1-item img {
	width: 4.6667rem;
	margin-top: 3rem;
	margin-bottom: 0.5rem;
}

.container-part1 .container-part1-item .item-title {
	font-weight: 500;
	font-size: 1.25rem;
}

/* IP Products*/
.container-part2 {
	background-color: var(--secondary-1);
}

.ip-products-group {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
}

.ip-products-item {
	padding-top: 12px;
}

.ip-products-item:nth-child(1) {
	padding-right: 24px;
}

.ip-products-item:nth-child(2) {
	padding-left: 24px;
}

.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: 15px;
	overflow: hidden;
	box-shadow: rgba(212, 210, 206, 0.4) -1px -1px 10px;
	background-color: var(--secondary-5);
	cursor: pointer;
}

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

.help-content {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* 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: 1600px !important;
	}

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

	#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 {
		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: 14px;
}

.footer-list a {
	color: white;
}

body {
	color: #171c2d;
	background-color: var(--secondary-1);
}

.copyright {
	color: #ffffff;
}

/* COMMON */
.common-h2-title-no-line {
	position: relative;
	font-size: 40px;
	font-weight: bold;
	padding-top: 4rem;
	margin-bottom: 2rem;
	color: #fff;
}

.common-h2-title {
	position: relative;
	font-size: 40px;
	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 {
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translateX(-50%);
	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: 16.8667rem;
	height: 3.3333rem;
	line-height: 3.3333rem;
	border-radius: 5px;
	border: none;
}

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

.btn-anime:hover,
.btn-anime:hover a {
	font-size: 1.25rem !important;
}

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

.footer {
	margin-top: 7.5rem !important;
	background-color: var(--secondary-3);
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-title {
	color: var(--secondary-4);
}

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

.footer p:hover {
	color: var(--secondary-4) !important;
	transform: scale(1.2) translateX(10%);
}

.app-color {
	color: #fff;
}

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

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

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

#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);
}

/* 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;
	position: relative;
	list-style: none;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid rgb(149, 113, 64);
	margin-bottom: 10px;
	border-radius: 5px;
	cursor: pointer;
	/* margin-right: 7px; */
	color: #ffb716;
}

/*
.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%;
}

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

.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: 1rem;
}

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

.product-tell-us a {
	display: block;
	margin-top: 1rem;
	border-radius: 10px;
	background-color: var(--custom-primary);
	width: 22rem;
	height: 70px;
	line-height: 70px;
	color: white;
	transform: translateY(1.5rem);
}

/* 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 .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: 45px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

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

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

.footer-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-ol {
	width: 250px;
}

.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;
}

.form-control {
	font-size: 1.5rem;
}

/* ================================= Home Products ==================================== */

.home-products .flex {
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex;
	justify-content: space-between;
}

.home-products .flex .left {
	width: 55%;
}

.home-products .flex .right {
	width: 40%;
}

.home-products .flex .right {
	padding-top: 20px;
}

.home-products .flex .left img {
	width: 644px;
}

.home-products .flex .right h2 {
	color: white;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 30px;
}

.home-products .flex .right .sub-title {
	color: #f7a400;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 33px;
}

.home-products .flex .right p {
	margin-bottom: 45px;
	font-size: 18px;
	color: white;
}

.home-products .asic-product {
	background: #1c1c27;
}

.home-products .ip-products {
	background: #000;
}
