/*--------------HEADER----------------*/
.header-logo {
	width: 180px;
	max-width: 100%;
}

.header-logo.mobile-logo {
	margin: 0 auto;
}

.header-logo img {
	width: 100%;
}

@media screen and (max-width: 991px) {
	.header-logo {
		width: 200px;
		display: block;
	}

}

@media screen and (max-width: 550px) {

	.w-sm-15 {
		width: 15% !important;
	}
}

.header-search {
	display: flex;
	align-items: center;
}

.header-search::after {
	content: "";
	display: inline-block;
	border-right: 2px solid var(--bs-primary);
	height: 30px;
	margin: 0 10px;
}

.header-phone a {
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-right: 20px;
}

.header-phone a>span {
	margin-left: auto;
	display: flex;
	flex-direction: column;
}

.header-phone a b {
	color: #E22A3F;
	font-size: 16px;
}


.header-nav>ul {
	flex-wrap: wrap;
}

.header-nav>ul>li {
	padding: 10px;
	position: relative;
	line-height: 20px;
}

.header-nav>ul>li:not(.home, :last-child) {
	border-right: 1px solid #fff;
}

.header-nav>ul>li>a {
	color: var(--bs-primary);
	font-size: 16px;
	display: block;
	line-height: normal;
}

.header-nav>ul>li:hover,
.header-nav>ul>li.active {
	color: var(--bs-secondary);
}

.header-nav>ul>li>.sub-menu {
	top: 100%;
	left: 0;
	position: absolute;
	background: linear-gradient(to bottom, #2180b1 30%, var(--bs-primary) 100%);
	box-shadow: 1px 1px 2px #fff;
	max-width: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	/* overflow: hidden; */
	transition: all 0.5s;
	z-index: 999;
	min-width: 260px;
}

.header-nav>ul>li>.sub-menu>li {
	padding: 0 14px;
}

.header-nav>ul>li>.sub-menu>li a {
	padding: 5px 0;
	line-height: 30px;
	display: block;
	border-bottom: 1px solid #fff;
	width: 100%;
	font-size: 14px;
	color: #fff;
}

.header-nav>ul>li>.sub-menu li:hover {
	background-color: var(--bs-primary);
}

.header-nav>ul>li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}


.header-nav>ul>li>.sub-menu>li>ul.sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	background: var(--bs-secondary);
	width: max-content;
	/* padding: 10px; */
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.header-nav>ul>li>.sub-menu>li:hover>ul.sub-menu {
	opacity: 1;
	visibility: visible
}

.header-nav>ul>li>.sub-menu>li>ul.sub-menu li {
	padding: 0 10px;
}

.footer-copyright .menu-soild *::before {
	color: #fff !important;
}

.footer-main {
	padding: 40px 0;
	background-color: var(--bs-primary);
	color: #fff;
	box-shadow: inset 0px 0px 6px 0px rgb(0 0 0 / 60%);
}

.footer-logo {
	width: 250px;
	margin-bottom: 0;
	max-width: 100%;
	filter: brightness(0) invert(1);
}

.footer-desc {
	font-size: 14px;
	max-width: 300px;
}


.footer-icon {
	display: flex;
	gap: 5px;
	align-items: center;
	font-size: 12px;
	margin-bottom: 5px;

}

.footer-icon img {
	width: 30px
}

.footer-add.footer-icon {
	font-size: 10px;
}

@media (min-width: 1200px) {
	.footer-flex {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		margin: 0 -10px
	}

	.footer-flex .footer-icon {
		padding: 0 10px
	}

	.footer-flex>* {
		height: 26px;
	}

	.footer-flex> :last-child {
		border-left: 1px solid #fff;
		padding-left: 3px;
	}
}

.banner {
	position: relative;
	padding: 50px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.banner::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, var(--bs-primary) 30%, transparent 100%);
}

.banner-desc-m {
	max-width: 700px;
}

.banner-desc-2 h1 {
	font-size: 50px;
	font-weight: bold;
	font-family: var(--font-2);
	margin-bottom: 10px;
}

.banner-desc-2 h2 {
	font-size: 30px;
	font-weight: bold;
	font-family: var(--font-2);
	margin-bottom: 20px;
}

.banner-desc-2 p {
	font-size: 24px;
	font-family: var(--font-3);
	margin-top: 30px;
}

.banner-desc-m p {
	font-style: italic;
	font-size: 28px;
}

.title-link {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 50px 0 30px;
}

.row.list-content {
	max-width: 1000px;
}

.title h1 {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
}

.title h2 {
	font-size: 30px;
	font-weight: bold;
	color: var(--bs-primary);
	text-transform: uppercase;
}

.title hr {
	margin: 20px 0 40px;
	border-top-width: 3px;
}


@media (max-width: 991px) {
	.title-page h2 {
		margin-bottom: 20px;
		font-size: 20px;
		letter-spacing: normal;
	}

	.title-page h2::after {
		margin-top: 10px
	}
}

.ss-padding {
	padding: 50px 0;
}

.energy-box-2 {
	box-shadow: var(--shadown);
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.energy-box-2-text {
	padding: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: space-between;
	align-items: center;
}

.energy-box-2-text h3 {
	text-align: center;
	font-size: 20px;
	color: var(--bs-primary);
	font-weight: bold;
}

.energy-box-2-desc {
	margin: 10px 0;
}

.energy-box-2-text .btn-main {
	width: max-content;
}

.solution::before {
	background: linear-gradient(to right, rgb(255 255 255 / 70%) 30%, transparent 100%);
}

.solution .title {
	max-width: 700px;
}

.solution-item {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 20px;
	margin-bottom: 17px;
	font-weight: bold;
}

.solution-item img {
	width: 30px;
}

.solution-item span {
	flex: 1;
}

.list_content-item {
	background-color: #fff;
	box-shadow: var(--shadown);
	padding: 12px;
	border-radius: 8px;
}



.list-cat-product {
	padding: 20px;
	box-shadow: var(--shadown);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.list-cat-product a+a {
	border-left: 1px solid #000;
	padding-left: 2vw;
	margin-left: 2vw;
}

.slider-item {
	padding: 0 15px;
}


section.widget {
	margin-bottom: 30px;
}

.widget-product {
	border-radius: 12px;
	background-color: #fff;
	box-shadow: var(--shadown);
}

.widget-product-title {
	color: #fff;
	background-color: var(--bs-primary);
	padding: 15px 10px;
	text-align: center;
	border-radius: 8px;
}

.widget-cat-product {
	padding: 20px 14px;
	display: flex;
	flex-direction: column;
}

.widget-cat-product a+a {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid var(--bs-primary);
}

.widget-contact {
	background-color: var(--bs-primary);
	color: #fff;
	padding: 20px;
	border-radius: 12px;
	margin-top: 20px;
	font-size: 14px;
}

.widget-contact h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}

.widget-contact p {
	margin-bottom: 20px;
}

.ul-check li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}

.ul-check li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 14px;
	background: url(../svg/check.svg) center / contain no-repeat;
}

.widget-contact .btn-main {
	width: 100%;
	margin: 20px 0;
}

.widget-contact .footer-icon {
	font-size: 16px;
}

section.product-ar {
	background: #f5f5f5;
	padding: 50px 0;
}

.product-category-box {
	background-color: #fff;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: var(--shadown);
}

.product-category-box .btn-main {
	background-color: #939598;
	font-weight: 500;
	font-size: 14px;
}

.product-content iframe {
	width: 100%;
}

.tab-filter .flickity-viewport {
	overflow: unset;
	overflow-x: clip;
}

.tab-item {
	font-size: 18px;
	background-color: #fff;
	box-shadow: var(--shadown);
	border-radius: 8px;
	padding: 10px 20px;
	margin: 0 10px;
	font-weight: 300;
}

.tab-item.active {
	background-color: var(--bs-primary);
	color: #fff;
}

.tab-filter .flickity-button {
	margin: 0 -10px;
	background-color: transparent;
}

.title-solution h2 {
	font-weight: bold;
	font-size: 50px;
	margin: 0;
}

.title-solution h3 {
	font-weight: 500;
	font-size: 40px;
}


.form-contact .wpcf7-form-control {
	border: 0;
	width: 100%;
	height: 32px;
}

.form-contact textarea {
	border: 1px solid #000 !important;
	display: block;
	min-height: 110px;
	margin-bottom: 20px;
}

.form-contact .text-center .btn-main {
	margin-top: 20px;
}

.form-contact .wpcf7-list-item {
	margin: 0 !important;
}

.form-group {
	display: flex;
	align-items: center;
	gap: 5px;
	border-bottom: 1px solid;
	padding-bottom: 8px;
	margin-bottom: 20px;
	padding-left: 35px;
	position: relative;
	min-height: 40px;
}

.form-group::before {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	margin-right: 10px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/user-form.png);
	position: absolute;
	top: 0;
	left: 0;
}

.form-group.country::before {
	background-image: url(../images/map-form.png);
}

.form-group.phone::before {
	background-image: url(../images/phone.png);
}

.form-group.email::before {
	background-image: url(../images/mail-form.png);
}

.popup-id {
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
}

.popup-id textarea.wpcf7-form-control,
.popup-id input.wpcf7-form-control {
	color: #000;
	width: 100%;
	border: 0;
	background: #fff;
	height: 50px;
	border-radius: 8px;
	padding: 0 20px;
	margin-bottom: 14px;
}

.popup-id textarea.wpcf7-form-control {
	min-height: 100px;
	padding: 10px 15px;
}

.popup-id input.wpcf7-form-control.wpcf7-submit {
	background: var(--bs-secondary);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

@media (min-width: 991px) {
	.row-divider>[class*="col"]+[class*="col"] {
		border-left: 1px solid #ddd;
	}

	.tab-filter .flickity-button {
		margin: 0 -100px;
	}

	.list-cat-product {
		margin: 20px 0 0;
	}


	.solution .title h2 {
		font-size: 40px;
	}

	.page-row {
		--bs-gutter-x: 100px;
		--bs-gutter-y: 30px;
	}
}

@media (max-width: 1200px) {
	.list-cat-product {
		flex-wrap: wrap;
		gap: 20px;
	}

	.list-cat-product a+a {
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
	}

	.title-solution h2 {
		font-size: 30px;
	}

	.title-solution h3 {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.ss-padding {
		padding: 40px 0;
	}

	.banner-desc-2 h1 {
		margin-bottom: 10px;
		font-size: 40px;
	}

	.banner-desc-2 h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.banner-desc-2 p {
		font-size: 18px;
		margin-top: 15px;
	}

	.title h1 {
		font-size: 30px;
	}

	.title h2 {
		font-size: 20px;
	}

	.title hr {
		margin: 10px 0 20px;
	}

	.banner-desc h1 {
		font-size: 26px;
		margin-bottom: 14px;
	}

	.banner-desc p {
		font-size: 18px;
	}

	.title-link {
		margin: 20px 0;
	}

	.solution-item {
		font-size: 14px;
	}

	.slider-item {
		padding: 0 8px;
	}
}

@media (max-width: 576px) {
	.banner-desc-2 h1 {
		font-size: 24px;
	}

	.banner-desc-2 h2 {
		font-size: 16px;
	}

	.banner-desc-2 p {
		font-size: 14px;
	}

	.list-cat-product a {
		width: calc(50% - 10px);
	}

	.list-cat-product .h3 {
		font-size: 14px;
	}

	.w-mb-100 {
		width: 100% !important;
	}
}