.swiper, .swiper-initialized {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
}
.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}
.swiper-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0, 0, 0)
}
.swiper-pointer-events {
	touch-action: pan-y
}
.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}
.swiper-slide-invisible-blank {
	visibility: hidden
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto
}
.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}
.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-3d .swiper-slide-shadow {
	background: rgba(0,0,0,.15)
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
display:none
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}
.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}
.swiper-centered>.swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999
}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}
.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center
}
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}
:root {
--swiper-navigation-size:44px
}
.swiper-button {
	position: absolute;
	top: 50%;
	width: 4.2rem;
	height: 4.2rem;
	margin-top: -2.1rem;
	border-radius: 0;
	color: #121212;
	font-size: 1.5rem;
	line-height: 1;
	background-color: rgba(255,255,255,.6);
	border: 2px solid rgba(255,255,255,.6);
	padding: 0;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	box-sizing: content-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-clip: content-box;
	-webkit-background-clip: content-box;
	-moz-background-clip: content-box;
	background-clip: content-box;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	transition-duration: .3s
}
.swiper-button svg {
	width: 2.4rem;
	height: 2.4rem;
	fill: #fff
}
.swiper-button-prev {
	left: 6.5%
}
.swiper-button-next {
	right: 6.5%
}
section:hover .swiper-button {
	opacity: 1 !important;
	visibility: visible;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0)
}
section:hover .swiper-button:hover {
	color: #fff;
	background-color: var(--bs-theme-color) !important
}
section:hover .swiper-button:hover svg {
	fill: #fff
}
.swiper-button.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}
.swiper-pagination {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	bottom: 2rem;
	z-index: 1;
	text-align: center;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.swiper-pagination .swiper-pagination-bullet {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 10px;
	height: 10px;
	margin: 7px;
	background-color: rgba(255,255,255,.3);
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	transition-duration: .3s;
	text-indent: 99999999px
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff
}
.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-lock {
	display: none
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}
.swiper-scrollbar-disabled>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-scrollbar-lock {
	display: none
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}
.swiper-slide-zoomed {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}
.swiper-lazy-preloader-white {
--swiper-preloader-color:#fff
}
.swiper-lazy-preloader-black {
--swiper-preloader-color:#000
}
@keyframes swiper-preloader-spin {
0% {
transform:rotate(0)
}
100% {
transform:rotate(360deg)
}
}
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-grid>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	height: 100%
}
.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}
.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}
.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-cube {
	overflow: visible
}
.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next+.swiper-slide, .swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}
.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}
.swiper-flip {
	overflow: visible
}
.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}
.swiper-cards {
	overflow: visible
}
.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}
/*searve*/
.item-title a {
	color: #333;
}
.item-title a:hover {
	color: var(--Primary);
}
.item-wrap {
	width: 100%;
	float: left;
	margin-top: 2%;
}.item-wrap .item-desc{display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;}
.item-more a {
	border: solid 1px var(--Primary);
	color: var(--Primary);
	margin-top: 2%;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
	float: left;
	height: 30px;
	line-height: 30px;
}
.item-more a:hover {
	background-color: var(--Primary);
	color: #fff;
}
.item-more {
	width: 100%;
	float: left;
}
.title-bar a {
	border: solid 1px var(--Primary);
	background-color: var(--Primary);
	color: #fff;
	margin-top: 2%;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
	float: left;
	height: 30px;
	line-height: 30px;
}
.title-bar a:hover {
	color: var(--Primary);
	background-color: #fff;
}
.item-info {
	width: 100%;
	float: left;
	padding-bottom: 10px;padding-top: 10px;
}
.section-block-demo111-generalimgtext1 {
	position: relative;
}
.section-block-demo111-generalimgtext1[data-screen=screen-full] .layout {
	width: 100%!important;margin-top: 3%;
}
.section-block-demo111-generalimgtext1 .section-left-wrap {
	position: relative;
	padding: 5% 80px 5% 105px;
	width: 487px;
	background-color: #f5f5f5;
}
.section-block-demo111-generalimgtext1 .title-bar {
	position: relative;
}
.section-block-demo111-generalimgtext1 .title-bar .title {
	text-transform: uppercase;
	line-height: 1.289;
}
.section-block-demo111-generalimgtext1 .tab-nav {
	padding: 10px 0;
}
.section-block-demo111-generalimgtext1 .tab-nav .nav-item {
	padding-top: 25px;
	border-bottom: 1px solid #e3e3e3;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
	line-height: 38px;
}
.section-block-demo111-generalimgtext1 .tab-nav .nav-item.active {
	cursor: pointer;
	border-color: var(--Primary);
	color: var(--Primary);
	font-weight: 600;
}
.section-block-demo111-generalimgtext1 .tab-pannel-wrap {
	padding: 0 70px;
	width: calc(100% - 487px);
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}
.section-block-demo111-generalimgtext1 .tab-pannel.active {
	overflow: visible;
}
.section-block-demo111-generalimgtext1 .sc-block-item {
	padding: 0 30px;
}
.section-block-demo111-generalimgtext1 .sc-block-item .item-inner .item-img img {
	width: auto;
}
.section-block-demo111-generalimgtext1 .item-inner .item-info .item-title {
	margin-bottom: 1rem;
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: 27px;
}
.section-block-demo111-generalimgtext1 .item-inner .item-wrap {
	display: contents;
}
.section-block-demo111-generalimgtext1 .item-inner .item-info .item-desc {
	display: inline;
	margin-top: 0;
	color: #666;
	font-weight: 300;
	font-size: 16px;
	line-height: 27px;
}
.section-block-demo111-generalimgtext1 .item-inner .item-info .item-more[btn-hover-animation=btn-ani-style1] {
	margin-top: 0;
	padding: 0;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 27px;
}
.section-block-demo111-generalimgtext1[slide-btn-style=custom-5] .swiper-button::before {
	font-size: 2rem;
}
.section-block-demo111-generalimgtext1[slide-btn-style=custom-5] .swiper-button:hover:before {
	color: var(--Primary);
}
.section-block-demo111-generalimgtext1[slide-btn-style=custom-5][pagination-btn-position=bottom] .swiper-control {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}
.section-block-demo111-generalimgtext1[slide-btn-style=custom-5][pagination-btn-position=bottom] .swiper-control::after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	width: 1px;
	height: 24px;
	background-color: #a0a0a0;
	content: "";
}
.section-block-demo111-generalimgtext1 .cate-item {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	color: #000;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: 600;
	font-size: calc(10vw + 3rem);
	line-height: .8;
	opacity: .04;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width:1680px) {
.section-block-demo111-generalimgtext1 .tab-pannel-wrap {
	padding: 0 35px;
	width: calc(100% - 400px);
}
.section-block-demo111-generalimgtext1 .section-left-wrap {
	padding: 100px 50px 115px 60px;
	width: 400px;
}
.section-block-demo111-generalimgtext1 .tab-nav .nav-item {
	padding-top: 20px;
	font-size: 16px;
	line-height: 32px;
}
.section-block-demo111-generalimgtext1 .sc-block-item {
	padding: 0 20px;
}
.section-block-demo111-generalimgtext1 .item-inner .item-info .item-title {
margin-bottom:.8rem;
	font-size: 18px;
	line-height: 24px;
}
.section-block-demo111-generalimgtext1 .item-inner .item-info .item-desc, .section-block-demo111-generalimgtext1 .item-inner .item-info .item-more[btn-hover-animation=btn-ani-style1] {
	font-size: 1rem;
	line-height: 1.66;
}
.section-block-demo111-generalimgtext1 .sc-block-item .item-inner .item-info {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.section-block-demo111-generalimgtext1 .cate-item {
	font-size: calc(7vw + 2rem);
}
.section-block-demo111-generalimgtext1[slide-btn-style=custom-5][pagination-btn-position=bottom] .swiper-control {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}
}
@media screen and (max-width:1366px) {
.section-block-demo111-generalimgtext1 .tab-pannel-wrap {
	padding: 0 1.5rem;
	width: calc(100% - 325px);
}
.section-block-demo111-generalimgtext1 .section-left-wrap {
	padding: 5rem 1.5rem 5rem 2rem;
	width: 325px;
}
.section-block-demo111-generalimgtext1 .tab-nav .nav-item {
padding-top:.8rem;
	font-size: 14px;
	line-height: 2rem;
}
.section-block-demo111-generalimgtext1 .sc-block-item {
padding:0 .8rem;
}
.section-block-demo111-generalimgtext1 .item-inner .item-info .item-title {
	font-size: 1.14rem;
	line-height: 1.35;
}
.section-block-demo111-generalimgtext1 .item-inner .item-info .item-desc, .section-block-demo111-generalimgtext1 .item-inner .item-info .item-more[btn-hover-animation=btn-ani-style1] {
	font-size: 13px;
}
.section-block-demo111-generalimgtext1 .sc-block-item .item-inner .item-info {
padding-top:.5rem;
padding-bottom:.5rem;
}
.section-block-demo111-generalimgtext1[slide-btn-style=custom-5][pagination-btn-position=bottom] .swiper-control {
	-webkit-transform: unset;
	transform: unset;
}
}
@media screen and (max-width:992px) {
.section-block-demo111-generalimgtext1 .section-left-wrap, .section-block-demo111-generalimgtext1 .tab-pannel-wrap {
	padding: 15px;
	width: 100%;
}
.section-block-demo111-generalimgtext1 .tab-nav .nav-item {
	display: inline-block;
	margin: 5px 1rem;
	padding-top: 0;
}
}
#sectionIdj897yts > .layout.d-flex.flex-wrap > .tab-pannel-wrap > .tab-pannel.outer-swiper-wrap.active > .swiper-control {
	margin-top: -44px;
}
#sectionIdj897yts > .layout.d-flex.flex-wrap > .tab-pannel-wrap > .tab-pannel.outer-swiper-wrap.active > .execute-swiper-slide > .swiper-wrapper.sc-block-items > .swiper-slide.sc-block-item > .item-inner > .item-info {
	padding-top: 14px;
	padding-bottom: 0px;
}
#sectionIdj897yts > .layout.d-flex.flex-wrap > .tab-pannel-wrap > .tab-pannel.outer-swiper-wrap.active > .execute-swiper-slide > .swiper-wrapper.sc-block-items > .swiper-slide.sc-block-item {
	padding-top: 0px;
}
#sectionIdj897yts {
	margin-top: 0px;
	padding-bottom: 3%;
}
#sectionIdj897yts > h1 {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-right: 14%;
	padding-left: 14%;
	color: rgb(82, 36, 111);
	text-align: center;
	font-size: 41px;
}
#sectionIdj897yts > h1 > p {
	font-size: 16px;
	font-weight: 500;
	color: rgb(51, 51, 51);
}
#sectionIdj897yts > h2 {
	font-family: 'Montserrat-SemiBold';
	font-size: 45px;
	text-align: center;
	color: rgb(82, 36, 111);
	margin-bottom: 0px;
	padding-bottom: 11px;
	padding-top: 0;
}
#sectionIdj897yts > h2 > p {
	font-size: 16px;
	font-weight: 500;
}
#sectionIdj897yts > p {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: rgb(82, 36, 111);
	margin-bottom: 55px;
}
@media screen and (max-width: 820px) {
#sectionIdj897yts > .layout.d-flex.flex-wrap > .tab-pannel-wrap > .tab-pannel.outer-swiper-wrap.active > .swiper-control {
	margin-top: 0px;
}
#sectionIdj897yts > h1 {
	font-size: 34px;
	padding-right: 13%;
	padding-left: 13%;
}
#sectionIdj897yts > h1 > p {
	font-size: 14px;
}
#sectionIdj897yts > h2 {
	font-size: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 10%;
	padding-left: 10%;
}
#sectionIdj897yts > .layout.d-flex.flex-wrap > .tab-pannel-wrap > .tab-pannel.outer-swiper-wrap.active > .cate-item {
	padding-top: 0px;
	margin-top: -28px;
}
#sectionIdj897yts > p {
	font-size: 14px;
	margin-bottom: 15px;
}
#sectionIdj897yts > .layout.d-flex.flex-wrap > .section-left-wrap > .title-bar > .title {
	font-size: 30px;
}
}
@media screen and (max-width: 480px) {
#sectionIdj897yts > h1 {
	font-size: 40px;
}
}
/*zidingyi*/  
#sectionIdqprbtej h2 {
	font-size: 45px;
	font-family: 'Montserrat-SemiBold';
	text-align: center;
	color: #fff;
	margin-bottom: 3%;
}
.section-block-demo219-advantage {
	position: relative;
	z-index: 9;
	margin-top: -1.2vw;
	overflow: visible;
}
.section-block-demo219-advantage .block-items {
	background-color: #fff;
margin: 0 .9vw;
	padding: 0 2.8vw 1.6vw 2.8vw;
	border-radius: 20px;
	transform: translateY(-8.8%);
	-webkit-transform: translateY(-8.8%);
	-ms-transform: translateY(-8.8%);
	-moz-transform: translateY(-8.8%);
	-o-transform: translateY(-8.8%);
}
.section-block-demo219-advantage .block-items .block-item {
	padding: 0 14px 20px 0;
}
.section-block-demo219-advantage .block-items .block-item .item-inner {
	padding: 0 0 0 15px;
	display: inline-flex;
	flex-wrap: wrap;
}
.section-block-demo219-advantage .block-items .item-inner:hover .item-ico img {
	-webkit-filter: brightness(100);
	filter: brightness(100);
}
.section-block-demo219-advantage .block-items .item-inner .item-ico img {
	max-width: 100%;
	max-height: 100%;
}
.section-block-demo219-advantage .block-items .item-inner:hover .item-ico {
	background-color: var(--Primary);
}
.section-block-demo219-advantage .block-items .item-inner .item-ico {
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	background-color: #f3f5f9;
	display: inline-block;
	width: 35%;
padding: 3.5vw .5vw .6vw .9vw;
	position: relative;
	border-radius: 0 0 30px 30px;
}
.section-block-demo219-advantage .block-items .item-inner:hover .item-ico i {
	background-color: #fff;
}
.section-block-demo219-advantage .block-items .item-inner .item-ico i {
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	display: block;
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #115494;
	opacity: .13;
	left: 10px;
	bottom: 1.1vw;
}
.section-block-demo219-advantage .block-items .item-inner .item-title {
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	color: var(--Primary);
	font-weight: 600;
	width: 65%;
	align-self: flex-end;
padding: 0 0 .6vw 17px;
}
.section-block-demo219-advantage .block-items .item-inner .item-desc {
	font-size: 16px;
	line-height: 23px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-top: 1vw;
	padding-left: 5px;
	color: var(--body-text);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 5;
	-webkit-line-clamp: 5;
}
.section-block-demo219-advantage .title-bar {
	display: flex;
	flex-wrap: wrap;
	padding: 2vw 16vw 1.2vw;
	color: #fff;
}
.section-block-demo219-advantage .title-bar .title {
	color: #fff;
	width: 40%;
	margin-top: 8px;
	position: relative;
}
.section-block-demo219-advantage .title-bar .title[heading-type="custom"] i {
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background-color: var(--bs-sec-theme-color);
	bottom: 11px;
}
.section-block-demo219-advantage .title-bar .desc {
	width: 60%;
	font-size: 18px;
	line-height: 24px;
	padding-left: 1vw;
	margin-top: 1vw;
}
.section-block-demo219-advantage .title-bar .bg-title {
	font-size: 6.5vw;
	line-height: 1.25;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	opacity: .04;
}
@media only screen and (max-width: 1366px) {
.section-block-demo219-advantage .block-items .item-inner .item-ico {
	width: 80px;
	padding-top: 1vw;
	border-radius: 20px;
}
.section-block-demo219-advantage {
	padding-top: 2vw;
}
.section-block-demo219-advantage .block-items {
	padding-top: 2vw;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-o-transform: none;
}
.section-block-demo219-advantage .title-bar {
	padding: 2vw 1vw;
}
}
@media only screen and (max-width: 992px) {
.section-block-demo219-advantage .title-bar .desc {
	font-size: 16px;
}
.section-block-demo219-advantage .block-items .item-inner .item-title {
	font-size: 18px;
padding: 0 0 .6vw 1vw;
}
.section-block-demo219-advantage .block-items .item-inner .item-desc {
	font-size: 14px;
}
}
@media only screen and (max-width: 600px) {
.section-block-demo219-advantage .block-items .item-inner .item-ico {
	width: 60px;
}
.section-block-demo219-advantage .title-bar .title[heading-type="custom"] i {
	bottom: -2px;
}
.section-block-demo219-advantage .title-bar .title {
	width: 100%;
}
.section-block-demo219-advantage .title-bar .desc {
	font-size: 14px;
	width: 100%;
}
}
#sectionIdqprbtej {
	margin-top: 0px;
	background-color: rgb(108, 75, 127);
	padding-top: 3%;
	padding-bottom: 3%;
}
#sectionIdqprbtej > .layout > .block-items.d-flex.flex-wrap > .block-item > .item-inner > .item-desc {
	font-size: 15px;
	height: 160px;
}
#sectionIdqprbtej > .layout > .block-items.d-flex.flex-wrap > .block-item > .item-inner > .item-title {
	font-size: 22px;
}
#sectionIdqprbtej > .layout > .block-items.d-flex.flex-wrap {
	position: static;
}
#sectionIdqprbtej > .layout > h1 {
	margin-bottom: 37px;
	text-align: center;
	margin-top: 0px;
}
#sectionIdqprbtej > .layout > h2 {
	justify-content: center;
	align-content: center;
	margin-bottom: 35px;
	text-align: center;
	font-size: 46px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	padding-bottom: 25px;
	margin-top: 8px;
}
#sectionIdqprbtej > .layout > h2 > strong {
	text-align: center;
}
#sectionIdqprbtej > .layout > h3 {
	text-align: center;
}
#sectionIdqprbtej > .layout > h3 > .sub {
	justify-content: center;
	align-content: center;
	align-items: center;
}
@media screen and (max-width: 820px) {
#sectionIdqprbtej {
	margin-top: 0px;
}
#sectionIdqprbtej > .layout > h2 {
	font-size: 30px;
	padding-bottom: 0px;
}
#sectionIdqprbtej > .layout > .block-items.d-flex.flex-wrap > .block-item > .item-inner > .item-title {
	font-size: 20px;
	padding-left: 15px;
}
#sectionIdqprbtej > .layout > .block-items.d-flex.flex-wrap > .block-item > .item-inner > .item-ico > img {
	width: 50px;
}
#sectionIdqprbtej > .layout > .block-items.d-flex.flex-wrap > .block-item > .item-inner > .item-ico {
	width: 50px;
	height: 50px;
}
#sectionIdqprbtej > .layout > .block-items.d-flex.flex-wrap > .block-item > .item-inner > .item-ico > i {
	height: 50px;
	width: 50px;
}
}
.section-block-demo15-generalimgtext2 {
	padding-top: 5rem;
}
.section-block-demo15-generalimgtext2 .title-bar {
	margin-bottom: 3.5rem;
	text-align: center;overflow:hidden;
}
.h-aboutr .title{ text-align:left !important;}
.h-aboutr .title strong {
  left: 25% !important; 
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}
.title-bar .title {
	font-family: 'Montserrat-SemiBold';
	font-size: 45px;
	text-align: center;
	position: relative;
	margin-bottom: 0;
	padding: 1rem 0;
	text-transform: uppercase;
}

.section-block-demo15-generalimgtext2 .title-bar .title[heading-type="1"] {
margin-bottom: .5rem;
	padding-bottom: 20px;
}
.section-block-demo15-generalimgtext2 [heading-type="2"] strong i {
	margin: 1rem auto 0 auto;
}
.title-bar .title strong {
	left: 50%;
	-webkit-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);color: var(--Primary);
}
.section-block-demo15-generalimgtext2 [heading-type="3"] i {
	display: none;
}
.section-block-demo15-generalimgtext2 .sc-block-item {
	padding: 0;
}
.section-block-demo15-generalimgtext2 .sc-block-item .item-inner {
	padding: 0 1rem;
}
.section-block-demo15-generalimgtext2 .sc-block-item .item-img {
	overflow: hidden;
	border-radius: 1.3rem;
}
.section-block-demo15-generalimgtext2 .sc-block-item .item-inner .item-info {
	padding: 10px 0;
}.section-generalimgtext-wrap-block .sc-block-item .item-inner:hover .item-title{ color:var(--Primary);}.s-blog-post h3 a:hover{ color:var(--Primary);}
.section-block-demo15-generalimgtext2 .sc-block-item .item-title {
	text-transform: capitalize;
	font-size: 1.38rem;
	line-height: 1.5;
}
@media only screen and (max-width:1366px) {
.section-block-demo15-generalimgtext2 {
	padding-top: 3rem;
}
.section-block-demo15-generalimgtext2 .about-info .about-desc {
	margin: 1.5rem 0 2.5rem 0;
	font-size: 14px;
	line-height: 2;
}
.section-block-demo15-generalimgtext2 .title-bar {
	margin-bottom: 2.5rem;
}
.section-block-demo15-generalimgtext2 .sc-block-item .item-title {
	font-size: 1rem;
}
}
@media only screen and (max-width:768px) {
.section-block-demo15-generalimgtext2 .product-item .item-title {
	font-size: 12px;
}
}
#sectionIdvy1bifo > .layout.title-bar > .text {
	color: rgb(51, 51, 51);
	font-weight: 400;
	font-size: 16px;
}
#sectionIdvy1bifo > .layout.title-bar > .title {
	font-size: 33px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#sectionIdvy1bifo > .layout.title-bar > .title > strong {
	font-size: 34px;
	width: 100%;
}
#sectionIdvy1bifo > .layout.title-bar > .title > .sub {
	font-size: 91px;
}
#sectionIdvy1bifo {
	padding-top: 3%;
	padding-bottom: 3%;
}
@media screen and (max-width: 820px) {
#sectionIdvy1bifo > .layout.title-bar > .title > .sub {
	font-size: 60px;
}
#sectionIdvy1bifo > .layout.title-bar > .title > strong {
	font-size: 30px;
}
#sectionIdvy1bifo > .layout.d-flex.flex-wrap.sc-block-items > .block-item.sc-block-item > .item-inner > .item-info > .item-title {
	font-size: 14px;
}
}
/*h-about*/

.section-block-demo85-about {
	z-index: 2;
	padding: 4.285rem 3.5rem 0 3.5rem;
	background: -webkit-linear-gradient(bottom, var(--Primary) 40%, #f5f5f5 40%);
	background: linear-gradient(0deg, var(--Primary) 40%, #f5f5f5 40%);
}
.section-block-demo85-about .layout {
	padding: 0 10px 11px;
	background-color: #fff;
	box-shadow: 0 6px 101px rgba(17,17,17,.15);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.section-block-demo85-about [heading-type="19"] {
	margin-bottom: 3rem;
	color: #000;
	font-family: 'Montserrat-SemiBold';
	font-size: 45px;
}
.section-block-demo85-about [heading-type="19"] span.sub {
	font-size: 45px;
	font-family: 'Montserrat-SemiBold';
}
.section-block-demo85-about .about-img {
	position: relative;
	width: 50%;
}
.section-block-demo85-about .about-img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.section-block-demo85-about .about-inner {
	padding: 5.285rem 6% 0 8%;
	width: 50%;
}
.section-block-demo85-about .about-desc {
	font-size: 16px;
	line-height: 25px;
}
.section-block-demo85-about .number-items {
	position: relative;
	left: 26.5%;
	margin: 5.65rem 0;
	width: 180%;
	border: 1px solid rgba(229,229,229,.88);
	background-color: rgba(255,255,255,.88);
	text-align: center;
}
.section-block-demo85-about .number-line {
	position: absolute;
	top: 0;
	left: -17%;
	padding: 0;
	width: 1px;
	height: 100%;
	background-color: var(--Primary);
}
.section-block-demo85-about .number-item {
	position: relative;
	display: inline-block;
	padding: 3.2rem 0 2.5rem;
}
.section-block-demo85-about .number-item .item-inner {
	position: relative;
	z-index: 2;
padding:.5rem;
	color: var(--Primary);
}
.section-block-demo85-about .number-item:last-child .item-inner {
	border-right: none;
}
.section-block-demo85-about .number-item .item-inner .item-desc, .section-block-demo85-about .number-item .item-inner .item-ico {
	font-size: 1.14rem;
	line-height: 1.2;
	opacity: 0;
	-webkit-transition: all ease-in-out .35s;
	transition: all ease-in-out .35s;
}
.section-block-demo85-about .number-item .item-inner .item-desc {
	text-transform: capitalize;
}
.section-block-demo85-about .number-item .item-inner .item-ico {
	text-transform: uppercase;
}
.section-block-demo85-about .number-item .item-inner .item-number {
margin:.8rem 0;
	font-weight: 800;
	line-height: 1;
}
.section-block-demo85-about .number-item .item-inner .item-number span {
	font-size: 55px;
	font-family: 'Montserrat-SemiBold';
}
.section-block-demo85-about .number-item .item-inner .item-number sup {
	position: relative;
	display: inline-block;
	margin-top: 1em;
	vertical-align: top;
	font-weight: 100;
	font-size: 2rem;
}
.section-block-demo85-about .number-item .item-bg {
	position: absolute;
	background-color: var(--Primary);
	content: '';
	-webkit-transition: all ease-in-out .35s;
	transition: all ease-in-out .35s;
	-webkit-transform-origin: center;
	transform-origin: center;
}
.section-block-demo85-about .btn {
	text-transform: capitalize;
	font-weight: 900;
}
@media only screen and (min-width:767px) {
.section-block-demo85-about .number-item .item-inner {
	border-right: 1px solid var(--Primary);
}
.section-block-demo85-about .number-item .item-bg {
	top: -10px;
	bottom: -10px;
	left: -1px;
	width: calc(100% + 2px);
	opacity: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}
.section-block-demo85-about .number-item:hover .item-inner {
	color: #fff;
}
.section-block-demo85-about .number-item:hover .item-bg {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.section-block-demo85-about .number-item:hover .item-inner .item-desc, .section-block-demo85-about .number-item:hover .item-inner .item-ico {
	opacity: 1;
}
}
@media only screen and (max-width:1550px) {
.section-block-demo85-about .number-line {
	left: -11%;
}
.section-block-demo85-about .number-items {
	left: 19.5%;
	margin: 4rem 0;
}
.section-block-demo85-about .about-inner {
	padding: 4rem 4% 0 4%;
	font-size: 13px;
}
}
@media only screen and (max-width:1366px) {
.section-block-demo85-about {
	padding: 3rem 2rem 0 2rem;
}
.section-block-demo85-about [heading-type="19"] {
	margin-bottom: 2rem;
	padding: 3.7rem 0 1rem;
}
.section-block-demo85-about .number-item .item-inner .item-desc, .section-block-demo85-about .number-item .item-inner .item-ico {
	font-size: 1rem;
}
.section-block-demo85-about .number-item .item-inner .item-number span {
	font-size: 4rem;
}
.section-block-demo85-about [heading-type="19"] span.sub {
	font-size: 4.5rem;
}
}
@media only screen and (max-width:1280px) {
.section-block-demo85-about .layout {
	min-width: unset;
}
.section-block-demo85-about {
	padding: 2rem 1rem 0 1rem;
}
.section-block-demo85-about .about-inner {
	padding: 2.5rem 3% 0 3%;
	font-size: 12px;
}
.section-block-demo85-about .number-item .item-inner .item-desc, .section-block-demo85-about .number-item .item-inner .item-ico {
	font-size: 13px;
}
.section-block-demo85-about .number-item {
	padding: 2.5rem 0 1.5rem;
}
.section-block-demo85-about .number-items {
	margin: 3rem 0;
}
}
@media only screen and (max-width:1080px) {
.section-block-demo85-about .number-line {
	display: none;
}
.section-block-demo85-about .number-items {
	left: 0;
	margin: 2rem 0;
}
.section-block-demo85-about .number-item .item-inner .item-desc, .section-block-demo85-about .number-item .item-inner .item-ico {
	opacity: 1;
}
.section-block-demo85-about .number-item .item-inner .item-number span {
	font-size: 3.5rem;
}
}
@media only screen and (max-width:992px) {
.section-block-demo85-about .title-bar {
	margin-bottom: 2rem;
}
.section-block-demo85-about [heading-type="19"] {
padding:2.8rem 0 .5rem;
}
.section-block-demo85-about .number-item .item-inner .item-desc, .section-block-demo85-about .number-item .item-inner .item-ico {
	font-size: 12px;
}
.section-block-demo85-about [heading-type="19"] span.sub {
	font-size: 3rem;
}
}
@media only screen and (max-width:767px) {
.section-block-demo85-about .about-img, .section-block-demo85-about .about-inner {
	width: 100%;
}
.section-block-demo85-about .number-items {
	width: 100%;
}
.section-block-demo85-about .number-item .item-bg {
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
}
@media (min-width:575px) and (max-width:767px) {
.section-block-demo85-about .number-item:nth-of-type(4n) .item-bg, .section-block-demo85-about .number-item:nth-of-type(4n+1) .item-bg {
	opacity: 1;
}
.section-block-demo85-about .number-item:nth-of-type(4n) .item-inner, .section-block-demo85-about .number-item:nth-of-type(4n+1) .item-inner {
	color: #fff;
}
}
@media only screen and (max-width:640px) {
.section-block-demo85-about [heading-type="19"] {
	font-size: 2rem;
}
}
@media (max-width:575px) {
.section-block-demo85-about .number-item:nth-child(odd) .item-bg {
	opacity: 1;
}
.section-block-demo85-about .number-item:nth-child(odd) .item-inner {
	color: #fff;
}
}
#sectionIdabot085 {
	background-color: rgb(108, 75, 127);
}
#sectionIdabot085 > .layout.d-flex.flex-wrap > .about-inner > .btn {
	font-weight: 800;
}
@media screen and (max-width: 820px) {
#sectionIdabot085 > .layout.d-flex.flex-wrap > .about-inner > .about-desc {
	font-size: 15px;
}
#sectionIdabot085 > .layout.d-flex.flex-wrap > .about-inner > .btn {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
#sectionIdabot085 > .layout.d-flex.flex-wrap > .about-inner > .title-bar > .title > .sub {
	text-align: center;
}
#sectionIdabot085 > .layout.d-flex.flex-wrap > .about-inner > .title-bar > .title {
	text-align: center;
}
}
/*h-news*/
.s-blog-post {
	width: 100%;
	float: left;
	padding-top: 3%;
	padding-bottom: 3%;
}
.s-blog-post .swiper-slide {
	background-color: #fff;
}
.s-blog-post .content {
	padding: 5%;
	border: solid 1px #f3f3f3;
	float: left;
}
.s-blog-post .content p {
	line-height: 20px;
	margin-top: 2%;
}
.s-blog-post .image {
	overflow: hidden;
}
.s-blog-post .image img {
	position: relative;
	width: 100%;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	transition-duration: .3s;
}
.s-blog-post .image:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}
.s-blog-post h3 a {
	color: #333;
}
.s-blog-post .bot {
	width: 100%;
	float: left;
	margin-top: 2%;
	margin-bottom: 5%;
}
.s-slide{margin-top:3%;}
.inquiry-btn{ text-align:center;margin-top:5%;}
/*inquory*/
.section-block-demo85-inquiry {
  position: relative;
  padding: 3% 0 3% 0;
  background-image: url(../images/sendbg.webp); background-repeat:no-repeat;
  background-position: center;min-height:500px;
}
#sectionIdinqu085 {background-color: #52246f;}@media screen and (max-width: 820px){#sectionIdinqu085 > .layout > .inquiry-inner > .title > .sub {bottom: 20px;height: 85px;font-size: 48px;align-content: flex-end;}#sectionIdinqu085 > .layout > .inquiry-inner > .title > strong {justify-content: center;align-content: center;align-items: center;}}


.prevui{width:100%;float:left;text-align: center; position:absolute;top:50%;}
.more_cont_1{ border:solid 1px #dedede; border-radius:50%;width:50px;height:50px;line-height:45px;}
.prevui .prev {float:left;}.prevui .next  {float:right;}.more_cont_1:hover{ background-color:var(--Primary); color:#fff;border:solid 1px var(--Primary);}
.tab-pannel-wrap .current {
  display: block;
}
		.tab-pannel{display:none;}
  @media(max-width:1400px){
	  #sectionIdqprbtej h2{ font-size:26px}
	  .title-bar .title{ font-size:26px}
	  [heading-type="3"] span.sub{ font-size:40px !important;}
	  .title-bar .title strong { left: 50% !important;}
	  } @media(max-width:786px){
	  #sectionIdqprbtej h2{ font-size:20px}
	  .title-bar .title{ font-size:20px}
	  [heading-type="3"] span.sub{ font-size:30px !important;}
	  .title-bar .title strong { left: 50% !important;}
	   [galleryitems] .block-item { width: 50% !important; }
	  }