.title {
	text-align: center;
	color: #333;
	padding: 30px 0;
	max-width: 930px;
	margin: 0 auto;
}

/* news */
.news {
	background: url(../imgs/newsBg.webp);
}

.news .title {
	display: flex;
	justify-content: space-between;
	max-width: none;
}

.news .title .left {
	font-size: 38px;
}

.news .title h4 a {
	display: block;
	border-radius: 8px;
	width: 180px;
	height: 52px;
	line-height: 52px;
	background-color: var(--primary-color);
	color: #fff !important;
	font-size: 16px;
}

.news .day {
	min-height: 20px;
	font-size: 46px;
	color: var(--primary-color);
	line-height: 1;
	font-family: Impact;
	margin-bottom: -5px;
}

.news .month {
	min-height: 20px;
	font-size: 20px;
	color: var(--primary-color);
	line-height: 1;
	font-family: Impact;
	margin-bottom: -2px;
}

.new-top {
	display: flex;
	padding: 15px;
	padding-bottom: 0;
}

.news .card {
	box-shadow: 0 5px 10px 0 rgb(29 56 72 / 10%);
	flex: 0 0 100%;
}

.news .top-right {
	line-height: normal;
	font-size: 14px;
	color: #818181;
	margin-left: 15px;
	display: flex;
	align-items: end;
}

.news .card-title {
	line-height: 1.5;
	font-size: 20px;
	line-clamp: 2;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 10px;
	max-height: 31px;
}

.news .card-text {
	line-clamp: 2;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	color: #3d3d3d;
	line-height: 1.5;
	word-wrap: normal !important;
	word-break: normal !important;
}

.about_us h2 a {
	font-size: 24px;
	color: rgb(51, 51, 51);
	font-weight: normal;
}

.about_us .search {
	width: 100%;
	max-width: 496px;
	margin: 0px auto;
	display: flex;
	border: 1px solid rgb(207, 207, 207);
	height: 50px;
}

.about_us input {
	flex: 1 1 0%;
	outline: none;
	border: none;
	padding: 0px 10px;
}

.about_us .search-btn {
	outline: none;
	background-color: transparent;
	border: none;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.category {
	display: flex;
}

.category .cateogry-item {
	padding: 0px 2px;
}

.category .cateogry-item a {
	padding: 20px 10px;
	background-color: var(--theme-color);
	border-radius: 8px;
	display: flex;
	width: 100%;
	color: rgb(255, 255, 255);
	justify-content: space-between;
}

.advantage .a-box {
	text-align: center;
	border-right: 1px solid rgb(236, 236, 236);
	padding: 0px 30px;
}

.advantage .a-box .a-title {
	font-size: 16px;
	margin: 14px 0px 10px;
	font-weight: bold;
}

.advantage .a-box .a-content {
	font-size: 14px;
	margin: 0px;
}

/* application */
.application {
	padding-top: 22%;
	padding-bottom: 30px;
	overflow: hidden;
	background: rgba(247, 247, 247, 1);
}

.application .product_list-item {
	position: relative;
	margin-bottom: 25px;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.application .product_list-item hr.line {
	width: 40px;
	height: 2px;
	background: #fff;
	margin-top: 25px;
	margin-bottom: 50px;
}

.application .product-item-info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background: #286bb4b0;
	height: 52px;
	color: #333;
	font-size: 18px;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}

.application .product_list-item:hover .product-item-info {
	height: 0;
	background: linear-gradient(0deg,
			var(--primary-color) 0,
			var(--primary-color-linear) 100%);
	transition: all 0.5s ease 0s;
	color: #fff;
}

.application .product_list-item .img_wrapper {
	overflow: hidden;
}

.application .product_list-item .img_wrapper img {
	transition: all 0.5s ease 0s;
}

.application .product_list-item:hover .img_wrapper img {
	transform: scale(1.2);
}

.application .product_list-item hr.line {
	width: 40px;
	background: #fff;
}

.application .product_list-item .wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.application .product_list-item .product-item-info p {
	color: #fff;
}

.advantage .top-info {
	color: #fff;
}

.advantage .bottom-cerfication-list {
	box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
	background-color: #fff;
}

.advantage .product-list .swiper-slide {
	width: calc((100% - 160px)/ 4);
	background: #F5F5F5;
	padding: 10px 10px 0px;
}


.advantage .product-list .proCotent {
	background: transparent;
}

.about_us .counter {
	text-align: center;
}

.about_us .counter:first-child {
	text-align: left;
}

.about_us .counter:last-child {
	text-align: right;
}

.about_us .counter:first-child>.wrap,
.about_us .counter:last-child>.wrap {
	display: inline-block;
}

h2#count-number {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: 19px;
}

/* 
.counter:nth-child(2) {} */

p.count-text {
	padding: 10px;
	background: var(--primary-color);
	border-radius: 20px;
	font-size: 20px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 300px;
	height: 70px;
	line-height: 1.2;
}

.about_us h2 a {
	font-size: 48px !important;
	font-weight: bold;
	line-height: 1;
	transition: all ease .8s .3s;
	font-family: "249a2cc2-3ae2-4a12-80cc-f33fa61f776e";
}

.adv_list {
	margin-top: 50px;
}

.adv_list .adv_list-item {
	display: flex;
	flex-wrap: wrap;
	zoom: 1;
	align-items: center;
	padding-top: 50px;
}

.adv_list .adv_list-item .left {
	height: 100%;
	width: 52%;
	border-radius: 10px;
	overflow: hidden;
	font-size: 0;
}

.adv_list .adv_list-item .right {
	width: 53%;
	margin-left: -5%;
	height: 100%;
}

.adv_list .adv_list-item .right .box {
	background-color: #ffffff;
	box-shadow: 4px 7px 32px 6px rgba(230, 230, 230, 0.71);
	border-radius: 10px;
	z-index: 1;
	position: relative;
	padding: 50px;
	height: 100%;
	min-height: 340px;
	text-align: left;
}

.adv_list .adv_list-item .right .box h4 {
	font-size: 24px;
	line-height: 1.5;
	color: #000;
	padding-bottom: 15px;
}

.adv_list .adv_list-item .right .box p {
	font-size: 17px;
	line-height: 1.5;
	color: #3d3d3d;
	padding-left: 15px;
	position: relative;
	margin-bottom: 12px;
}

.adv_list .adv_list-item .right .box p::after {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #666;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
}

.adv_list .adv_list-item:nth-child(2n) {
	flex-direction: row-reverse;
}

.adv_list .adv_list-item:nth-child(2n) .right {
	margin-left: 0%;
	margin-right: -5%;
}

.video {
	position: relative;
}

.video .m-video {
	width: 100%;
	position: absolute;
	height: 100%;
	background: url(../imgs/play.webp) no-repeat center;
	background-size: auto;
	z-index: 99;
	cursor: pointer;
}

.about_us {
	background: url(../imgs/about_bg.webp) no-repeat top center;
	padding: 5%;
	box-shadow: 0px 0 21px rgba(0, 0, 0, 0.14);
	position: relative;
	z-index: 2;
}

.about_us .content h2 {
	text-align: left;
	line-height: 1.2;
	color: #62a931;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 48px;
	font-family: Impact;
}

.about_us .content .content p {
	font-size: 20px;
	color: #3d3d3d;
	line-height: 2;
	margin-bottom: 5px;
}

.about_us .content .btn {
	display: block;
	width: 160px;
	margin-top: 30px;
	padding: 10px 8px;
	text-align: center;
	border-radius: 100px;
	font-size: 16px;
	line-height: 1.8;
	color: #ffffff;
	background: var(--primary-color);
}

.about_us h3 {
	color: #333;
	font-weight: bold;
}

.about_us hr {
	border-color: var(--secondary-color);
	border-width: 4px;
	width: 80px;
	margin-left: 0;
}

.slider_area {
	position: relative;
	z-index: 0;
	height: 38.5vw !important;
}

.slider_area .single_slider {
	width: 100% !important;
	height: 38.5vw !important;
}

.slider_area .single_slider>.container {

	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}

.stf__parent {
	min-width: initial !important;
	min-height: initial !important;
	height: 38.5vw !important;
	overflow: hidden !important;
}

.slider_area .single_slider.slider_bg_2 {
	background-image: url('../imgs/banner_2.webp');
}

.slider_area .single_slider.slider_bg_3 {
	background-image: url('../imgs/banner3.webp');
}

.slider_area .single_slider.slider_bg_1 .slider_text h3,
.slider_area .single_slider.slider_bg_1 .slider_text p {
	font-weight: bold;
}

.slider_area .single_slider.slider_bg_1 .slider_text p {
	text-align: center;
	font-size: 40px;
	width: 60%;
	margin: 15px auto;
	padding-top: 5px;
}


.slider_area .single_slider .slider_text h3 {
	margin-top: 40px;
	font-size: 48px;
	color: rgb(255, 255, 255);
	margin-bottom: 0px;
	line-height: 1.8;
	font-weight: bold;
}

.slider_area .single_slider .slider_text p {
	font-size: 24px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	margin-top: 15px;
	margin-bottom: 30px;
	line-height: 1.2;
}

.slide-content .btn {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.slider_area .owl-nav>div {
	position: absolute;
	text-align: center;
	top: 50%;
	height: 120px;
	width: 50px;
	color: rgb(255, 255, 255);
	border-radius: 0px;
	font-size: 14px;
	line-height: 120px;
	background: rgba(255, 255, 255, 0.2);
	left: 0px;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	border: none !important;
}

.slider_area .owl-nav>div i {
	font-size: 26px;
	vertical-align: middle;
}

.slider_area .owl-nav>div.owl-prev i {
	position: relative;
	top: 0px;
}

.slider_area .owl-nav>div.owl-next {
	right: 0px;
	left: auto;
}

.slider_area .owl-nav>div.owl-next i {
	position: relative;
	right: 0px;
}

.slider_area .single_slider .slider_text h3 {
	text-transform: uppercase;
	line-height: 1.2;
}

.slider_area .single_slider.slider_bg_1 .slider_text h3 {

	color: var(--primary-color);
}

.slider_area .single_slider .slider_text h4 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
}

.slider_area .single_slider.slider_bg_1 .slider_text h4 {
	color: #444;
}

.slider_area .single_slider.slider_bg_1 .slider_text p {
	font-size: 20px;
	color: #666;
	line-height: 1.2;
	font-weight: normal;
}

.single_slider .container,
.single_slider .row,
.single_slider .row>div,
.single_slider .slider_text {
	height: 100%;
}

.single_slider .slider_text {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 90%;
}



.slider_area .img-wrapper {
	position: relative;
}

.slider_area .slider-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.btn-fill {
	background-color: var(--primary-color);
	color: #fff;
	font-size: 18px;
	border-radius: 8px;
	padding: 8px 15px;
}

.btn-fill:hover {
	color: #fff !important;
	background: var(--primary-color);
}

.slider_area .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.slider_area .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}


.slider_area .owl-controls .owl-buttons .owl-prev,
.slider_area .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 50%;
	width: 48px;
	height: 48px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 25%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	border: 1px solid var(--primary-color);
	inset: auto auto 30px 60px;
	text-indent: -999em;
	background-color: transparent;
	opacity: 1;
	left: 6%;
	transition: all .6s;
}

.slider_area .owl-controls .owl-buttons .owl-prev:hover,
.slider_area .owl-controls .owl-buttons .owl-next:hover {
	background-color: var(--primary-color);
}

.slider_area .owl-controls .owl-buttons .owl-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23396CAF'%2F%3E%3C%2Fsvg%3E") !important;
}

.slider_area .owl-controls .owl-buttons .owl-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23396CAF'%2F%3E%3C%2Fsvg%3E") !important;
}

.slider_area .owl-controls .owl-buttons .owl-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.slider_area .owl-controls .owl-buttons .owl-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.slider_area .owl-controls .owl-buttons .owl-next {
	left: calc(6% + 60px);
}

@media screen and (max-width: 1200px) {
	.application {
		padding-top: 30%;
	}
}

@media screen and (max-width: 768px) {
	.slider_area {
		height: 55vw !important;
	}


	.slider_area .single_slider.slider_bg_2 {
		background-image: url('../imgs/banner_mobile2.webp');
	}

	.slider_area .single_slider.slider_bg_3 {
		background-image: url('../imgs/banner_mobil3.webp');
	}

	.slider_area .single_slider {
		height: 55vw;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top center;
	}

	.slide-content .btn {
		bottom: 0;
	}

	.stf__parent {
		min-width: initial !important;
		min-height: initial !important;
		height: 55vw !important;
	}

	.slider_area .owl-controls .owl-buttons .owl-prev,
	.slider_area .owl-controls .owl-buttons .owl-next {
		width: 36px;
		height: 36px;
	}

	.slider_area .owl-controls .owl-buttons .owl-next {
		left: calc(6% + 42px);
	}

	.slider_area .btn-fill {
		font-size: 16px;
	}

	.adv_list .adv_list-item .left {
		width: 100%;
	}

	.adv_list .adv_list-item .right {
		width: 100%;
		margin: 0 !important;
	}

	.adv_list .adv_list-item .right .box {
		padding: 20px !important;
	}

	.global-padding {
		padding-left: 15px;
		padding-right: 15px;
	}

	.product-list {
		position: static;
		transform: translate(0);
	}

	.product>.global-padding {
		padding-bottom: 0px;
		padding-top: 30px;
	}

	.section-title.section-title.text-center p {
		width: 96%;
	}

	.about_us {
		padding: 5% 0;
	}

	.about_us .content .btn {
		margin-top: 10px;
		padding: 5px;
		width: auto;
	}

	.about_us .counter:first-child {
		text-align: center;
	}

	.about_us .counter:last-child {
		text-align: center;
	}

	.about_us .counter {
		margin-top: 15px;
	}

	.adv_list {
		margin-top: 0px;
	}

	p.count-text {
		width: 100%;
	}

	.about_us .counter:first-child>.wrap,
	.about_us .counter:last-child>.wrap {
		display: block;
	}

	.adv_list .adv_list-item {
		padding-top: 25px;
	}

	.news .title .left {
		font-size: 24px;
	}

	.adv_list .adv_list-item .right .box h4 {
		font-size: 21px;
	}

	.slider_area .single_slider {
		height: 55vw !important;
	}

	.slider_area .single_slider .slider_text h3 {
		margin-top: 14px;
		font-size: 24px;
	}

	.slider_area .single_slider .slider_text h4 {
		font-size: 20px;
	}

	.slider_area .single_slider .slider_text p {
		font-size: 16px;
		margin: 5px 0;
	}

	.slide-content .btn {
		font-size: 15px;
		;
	}



	.application {
		padding-top: 84%;
	}

	.application .container-fluid {
		width: 100%;
	}

	.footer .footer-nav dl {
		text-align: center;
	}

	.footer .footer-nav dt::after {
		left: 50%;
		transform: translateX(-50%);
	}
}

.btn-fill:hover,
.about_us .content .btn:hover {
	background: var(--high-light-color);
}

.product .primary-button:hover {
	background: var(--high-light-color);
	border-color: var(--high-light-color);
}

.news .title h4 a:hover {
	background: var(--high-light-color);
}

.news .card:hover .card-title,
.news .card:hover .card-text {
	color: var(--high-light-color);
}

.news .card:hover {
	cursor: pointer;
}

.owl-nav {
	display: none !important;
}