:root {
--theme-clr1: #0d6fb8;
--theme-clr2: #4f8fbd;
}
body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #696e78;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
iframe {
	border: none;
}
.slick-slide, .slick-slide:focus, button:focus, a:focus, a:active, input, input:hover, input:focus, input:active, textarea, textarea:hover, textarea:focus, textarea:active {
	-moz-outline: none;
	outline: none;
}
input:focus {
	outline: none;
	box-shadow: none;
}
img:not([draggable]), embed, object, video {
	max-width: 100%;
	height: auto !important;
	aspect-ratio: auto 640 / 360;
}
a {
	text-decoration: none;
	outline: 0;
	color: #5b5657;
	line-height: 28px;
	transition: 0.4s;
}
a:active, a:focus, a:hover, a:visited {
	text-decoration: none;
	outline: 0;
}
a:active, a:focus, a:hover {
	color: #ffffff;
}
button {
	transition: 0.4s;
}
img {
	border: none;
	max-width: 100%;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, span a {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Oswald", sans-serif;
	line-height: 28px;
	color: #5b5657;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 1px;
}
@media (max-width: 1500px) {
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0;
}
}
h1, h2 {
	line-height: 48px;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
p {
	margin-bottom: 20px;
	letter-spacing: 0.20px;
	line-height: 28px;
}
@media (max-width: 1500px) {
p {
	letter-spacing: 0;
}
}
@media screen and (min-width: 1600px) {header .header-logo {margin-left: -100px;}}
.primary-btn {
	display: inline-block;
	max-width: 100%;
	width: 200px;
	height: 50px;
	line-height: 49px;
	text-align: center;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #0d6fb8;
	color: #ffffff;
	position: relative;
	margin-right: 15px;
	z-index: 5;
	border: none;
	overflow: hidden;
	transition: all ease 0.4s !important;
	box-shadow: 0px 10px 28.5px 1.5px rgba(0, 43, 139, 0.25);
}
.primary-lxa {
    display: inline-block;
    max-width: 100%;
    width: 200px;
    height: 50px;
    line-height: 49px;
    text-align: center;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #0d6fb8 !important;
    color: #ffffff;
    position: relative;
    margin-right: 15px;
    z-index: 5;
    border: none;
    overflow: hidden;
    transition: all ease 0.4s !important;
}
.primary-lxa:hover {
	color: #ffffff;
	background-color: #4f8fbd !important;
}
.cpan-b {
    background: #5b5657;
}
.primary-btn:last-child {
	margin-right: 0;
}
.primary-btn .btn-text {
	position: relative;
	z-index: 10;
	display: inline-block;
}
.primary-btn .btn-bg {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #4f8fbd;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.primary-btn:focus, .primary-btn:active {
	color: #ffffff;
}
.primary-btn:hover {
	color: #ffffff;
}
.primary-btn:hover .btn-bg {
	width: 225%;
	height: 500px;
}
.primary-btn.skew {
	transform: skewX(-10deg);
}
.primary-btn.skew .btn-text {
	transform: skewX(10deg);
}
.primary-btn.type2 {
	background-color: #4f8fbd;
	box-shadow: 0px 10px 28.5px 1.5px rgb(79 143 189);
}
.primary-btn.type2 .btn-bg {
	background-color: #0d6fb8;
}
.primary-btn.outline-btn {
	color: #5b5657;
	border: 1px solid #0d6fb8 !important;
}
.primary-btn.outline-btn:hover {
	border-color: transparent !important;
	color: #ffffff;
	background-color: #0d6fb8;
}
.primary-btn.outline-btn.type2 {
	border-color: #4f8fbd !important;
}
.primary-btn.outline-btn.type2:hover {
	background-color: #4f8fbd !important;
	border-color: transparent !important;
}
.primary-btn.outline-btn.type2 .btn-bg {
	background-color: #4f8fbd;
}
.primary-btn.white-btn {
	color: #5b5657;
	background-color: #ffffff;
}
.primary-btn.white-btn.outline-btn {
	background-color: transparent;
	color: #ffffff !important;
	border-color: #ffffff !important;
}
.primary-btn.white-btn.outline-btn:hover {
	border-color: transparent !important;
}
.primary-btn.white-btn:hover {
	color: #ffffff;
}
.primary-btn.no-shadow {
	box-shadow: none;
}
.circle-btn {
	display: inline-block;
	text-align: center;
	background-color: #0d6fb8;
	color: #ffffff;
	z-index: 1;
	font-size: 46px;
	position: relative;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	transition: all ease 0.4s;
}
.circle-btn i {
	width: inherit;
	height: inherit;
	line-height: inherit;
	display: inherit;
	background-color: inherit;
	color: inherit;
	border-radius: inherit;
}
.circle-btn:hover {
	color: #0d6fb8;
	background-color: #ffffff;
	box-shadow: 0 10px 54px -4px rgba(0, 0, 0, 0.1);
}
.circle-btn.xl {
	font-size: 52px;
	width: 120px;
	height: 120px;
	line-height: 120px;
}
.circle-btn.xs {
	font-size: 16px;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.circle-btn .ripple {
	background-color: #0d6fb8;
}
.circle-btn.type2 {
	background-color: #4f8fbd;
}
.circle-btn.type2 .ripple {
	background-color: #4f8fbd;
}
a.link-btn {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #0d6fb8;
	letter-spacing: 0.20px;
	position: relative;
	display: inline-block;
}
a.link-btn:after {
	content: '\f178';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: left ease 0.4s, opacity ease 0.4s;
}
a.link-btn:hover:after {
	opacity: 1;
	visibility: visible;
	left: -20px;
}
.video-btn {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 40px;
	display: inline-block;
	position: relative;
	border-radius: 50%;
	z-index: 1;
}
.video-btn .btn-text {
	display: inline-block;
	color: inherit;
	width: 100%;
	height: 100%;
	line-height: inherit;
	padding: 0;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	background-color: #0d6fb8;
	color: #ffffff;
	transition: all ease-in-out 0.4s;
}
.video-btn .btn-text:hover {
	border-color: #0d6fb8;
	background-color: #ffffff;
	color: #0d6fb8;
}
.video-btn.type2-btn .btn-text {
	background-color: #4f8fbd;
}
.video-btn.type2-btn .btn-text:hover {
	background-color: #ffffff;
	border-color: #4f8fbd;
	color: #4f8fbd;
}
.video-btn.type2-btn .ripple {
	background-color: #4f8fbd;
}
.shape-icon {
	position: relative;
	display: inline-block;
	z-index: 1;
	margin-right: 20px;
}
.shape-icon:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background-color: #0d6fb8;
	z-index: -1;
	opacity: 0.10;
	border-radius: 50%;
	animation: cscale 1s infinite alternate;
}
.shape-icon i {
	color: #0d6fb8;
	font-size: 62px;
	padding-left: 30px;
}
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #0d6fb8;
	z-index: 999999;
	overflow: hidden;
}
.preloader .meter {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -75px 0 0 -75px;
	border: 1px solid #ffffff;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	box-shadow: 0px 10px 30px -11px rgba(0, 0, 0, 0.39);
}
.preloader .meter .loadtext {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 10px;
	margin-top: 20px;
	color: #ffffff;
	display: block;
	text-transform: uppercase;
}
.preloader .meter .loader-circle-1 {
	width: 138px;
	height: 138px;
	left: 5px;
	top: 5px;
	border: 1px #ffffff solid;
	border-radius: 50%;
	position: absolute;
	border-right-color: transparent;
	animation: loaderspin 3s linear infinite;
}
.preloader .meter .loader-circle-2 {
	width: 126px;
	height: 126px;
	left: 5px;
	top: 5px;
	border: 1px transparent solid;
	border-radius: 50%;
	position: absolute;
	border-right-color: #ffffff;
	animation: loaderspin 5s linear infinite;
}
.preloader .meter .line {
	width: 10px;
	height: 2px;
	background: #ffffff;
	position: absolute;
}
.preloader .meter .line:nth-child(1) {
	left: 16px;
	top: 50%;
	margin-top: -1px;
}
.preloader .meter .line:nth-child(2) {
	transform: rotate(45deg);
	left: 33px;
	top: 33px;
}
.preloader .meter .line:nth-child(3) {
	top: 16px;
	left: 50%;
	width: 2px;
	height: 10px;
}
.preloader .meter .line:nth-child(4) {
	transform: rotate(135deg);
	right: 33px;
	top: 33px;
}
.preloader .meter .line:nth-child(5) {
	right: 16px;
	top: 50%;
	margin-top: -1px;
}
.preloader .meter .line:nth-child(6) {
	transform: rotate(45deg);
	right: 33px;
	bottom: 33px;
	background: #ffffff;
}
.preloader .meter .subline {
	position: absolute;
	width: 6px;
	height: 2px;
	background: #ffffff;
}
.preloader .meter .subline:nth-child(7) {
	transform: rotate(22.5deg);
	left: 21px;
	top: 50px;
}
.preloader .meter .subline:nth-child(8) {
	transform: rotate(67.5deg);
	left: 50px;
	top: 21px;
}
.preloader .meter .subline:nth-child(9) {
	transform: rotate(112.5deg);
	right: 50px;
	top: 21px;
}
.preloader .meter .subline:nth-child(10) {
	transform: rotate(157.5deg);
	right: 21px;
	top: 50px;
}
.preloader .meter .subline:nth-child(11) {
	transform: rotate(22.5deg);
	right: 20px;
	bottom: 49px;
	background: #ffffff;
}
.preloader .meter .needle {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px #fff solid;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	z-index: 1;
	animation: meterIndecator 3s infinite ease-in-out;
}
.preloader .meter .needle:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 50px 3.5px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	right: 50%;
	top: 50%;
	margin: -3.5px 0 0 0;
	border-radius: 0 50% 50% 0;
}
.preloader.layout2 {
	background-color: #4f8fbd;
}
@keyframes loaderspin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes meterIndecator {
0% {
transform: rotate(0deg);
}
16% {
transform: rotate(75deg);
}
25% {
transform: rotate(55deg);
}
30% {
transform: rotate(90deg);
}
36% {
transform: rotate(170deg);
}
42% {
transform: rotate(150deg);
}
50% {
transform: rotate(227deg);
}
100% {
transform: rotate(0deg);
}
}
/**下拉框开始**/
.mega-menu-xlk {
    /* 默认隐藏，由JS来切换为 'flex' */
    display: none; 
    
    position: fixed !important; 
    z-index: 9999 !important; 
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: 0 !important;
    width: 90vw !important;
    max-width: 1200px !important;
    background-color: #ffffff !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
    padding: 30px 20px !important;
    
    /* 布局样式 */
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 20px !important;
}

/* 每一列的样式 */
.menu-column-xlk {
    flex: 1 1 30% !important;
    min-width: 280px !important;
    padding: 0 15px !important;
    text-align: left !important;
}

/* 列标题的样式 */
.menu-column-xlk h3 {
    font-size: 18px !important;
    color: #000 !important;
    border-bottom: 1px dotted #293133 !important;
    padding-bottom: 5px !important;
    margin-bottom: 15px !important;
    text-align: left !important;
}
.menu-column-xlk h3 a{
    font-size: 18px !important;
    color: #0c6fb9 !important;
	padding: unset !important;
}
.menu-column-xlk h3 a:hover{
    color: #0d6fb8 !important;
}
/* ul 列表的样式重置 */
.menu-column-xlk ul {
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    transform: none !important; 
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    border-top: none !important;
    min-width: unset !important;
}
.menu-column-xlk ul:before{left: 625px !important;}
/* 列表中每个产品链接的样式 */
.menu-column-xlk ul li a {
    display: block !important;
    position: relative !important; 
    padding: 8px 5px 8px 15px !important;
    text-decoration: none !important;
    color: #555 !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    text-align: left !important;
    background-color: transparent !important;
    transform: none !important;
    transition: all 0.3s ease-in-out !important;
}

/* 创建隐藏的三角形图标 */
.menu-column-xlk ul li a::before {
    content: '\f0da' !important;
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    position: absolute !important;
    left: 0px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease-in-out !important;
}

/* 鼠标悬停在产品链接上时的效果 */
.menu-column-xlk ul li a:hover {
    background-color: #f0f0f0 !important;
    color: #005090 !important;
    padding-left: 30px !important;
}

/* 鼠标悬停时，让图标显示出来 */
.menu-column-xlk ul li a:hover::before {
    opacity: 1 !important;
    visibility: visible !important;
    left: 10px !important;
}
/**下拉框结束**/
.section-title {
	padding: 0 10px;
}
.section-title .title {
	font-size: 40px;
	text-transform: uppercase;
	line-height: 0.9;
	margin-top: -3px;
}
.section-title2 {
	padding-bottom: 75px;
}
.section-title2 .title {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	z-index: 1;
	line-height: 0.8;
	margin-bottom: 25px;
}
.section-title2 .title:before {
	content: attr(data-text);
	font-family: "Oswald", sans-serif;
	display: inline-block;
	position: absolute;
	width: 100%;
	z-index: -1;
	font-size: 150px;
	text-align: center;
	left: 50%;
	top: 50%;
	opacity: 0.05;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 26px;
	margin-top: -24px;
	transform: translate(-50%, -50%);
}
.section-title2 .text {
	line-height: 26px;
	margin-bottom: 0;
	color: #494f5b;
}
.section-title3 {
	position: relative;
	padding-bottom: 32px;
	margin-bottom: 80px;
}
.section-title3 .icon {
	width: 90px;
	height: 90px;
	line-height: 90px;
	display: inline-block;
	font-size: 48px;
	position: relative;
	z-index: 1;
	color: #0d6fb8;
	margin-bottom: 30px;
	border-radius: 50%;
}
.section-title3 .icon:before {
	content: '';
	position: absolute;
	left: -2px;
	right: -2px;
	top: -2px;
	bottom: -2px;
	border: 2px dotted #0d6fb8;
	box-shadow: inset 0px 10px 19px 1px rgba(0, 42, 135, 0.1);
	border-radius: 50%;
	animation: cspine 20s linear infinite;
}
.section-title3 .title {
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: 0.40px;
	font-weight: 600;
	line-height: 0.8;
	margin-bottom: 30px;
}
.section-title3 .text {
	margin-bottom: 0;
}
.section-title3 .shape {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	height: 6px;
	overflow: hidden;
}
.section-title3 .shape:after, .section-title3 .shape:before {
	content: '';
	position: absolute;
	left: -100%;
	top: 50%;
	width: 30px;
	height: 6px;
	background-color: #0d6fb8;
	margin-top: -3px;
}
.section-title3 .shape:after {
	width: 100%;
	height: 2px;
	margin: 0;
	margin-top: -1px;
	left: 0;
}
.section-title3 .shape:before {
	animation: sectionShape 8s linear infinite;
	animation-delay: 0s;
}
@keyframes sectionShape {
form {
left: -101%;
}
to {
	left: 101%;
}
}
.sec-separator {
	width: 100%;
	text-align: center;
	position: relative;
}
.sec-separator:after, .sec-separator:before {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #4f8fbd;
	z-index: 1;
}
.sec-separator:after {
	display: none;
}
.sec-separator span {
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background-color: #4f8fbd;
	color: #ffffff;
	font-size: 48px;
	z-index: 2;
	position: relative;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
}
.sec-separator span i {
	position: absolute;
	left: -100%;
	top: 0;
	animation: sectionShape 8s linear infinite;
}
.separator-layout2 .sec-separator .shape {
	width: 100px;
	height: 100px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -50px;
	border: 2px dotted #0d6fb8;
	z-index: 1;
	border-radius: 50%;
	box-shadow: 0 0 70px -25px #0d2b6e;
	animation: cspine 20s linear infinite;
	box-shadow: 0px 10px 38px 2px rgba(13, 43, 110, 0.2);
}
.separator-layout2 .sec-separator:before, .separator-layout2 .sec-separator:after {
	display: inline-block;
	width: calc(50% - 67px);
	background-color: #0d6fb8;
	left: 0;
}
.separator-layout2 .sec-separator:after {
	left: auto;
	right: 0;
}
.separator-layout2 .sec-separator span {
	background-color: #0d6fb8;
}
.separator-layout3 .sec-separator:before {
	background-color: #0d6fb8;
}
.separator-layout3 .sec-separator span {
	background-color: #0d6fb8;
}
.phone-box {
	background-color: #4f8fbd;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding-right: 60px;
}
.phone-box .icon {
	width: 90px;
	height: 90px;
	background-color: #ffffff;
	padding: 10px;
	text-align: center;
	margin-right: 35px;
	position: relative;
	border-radius: 50%;
}
.phone-box .icon:after, .phone-box .icon:before {
	content: '';
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	z-index: 1;
	border-radius: 50%;
	animation-name: callIcon;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
.phone-box .icon:after {
	animation-delay: 1.8s;
}
@keyframes callIcon {
0% {
transform: scale(0.7);
}
90% {
transform: scale(1.5);
}
100% {
opacity: 0;
}
}
.phone-box .icon a {
	width: 100%;
	height: 100%;
	line-height: 70px;
	background-color: #4f8fbd;
	display: inline-block;
	font-size: 26px;
	color: #ffffff;
	position: relative;
	z-index: 2;
	border-radius: 50%;
}
.phone-box .icon a:hover {
	color: #ffffff;
}
.phone-box .content span {
	color: #ffffff;
	font-size: 14px;
	display: block;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
}
.phone-box .content a {
	color: #ffffff;
	font-weight: 700;
	font-size: 24px;
	display: block;
}
.phone-box .content a:hover {
	color: #ffffff;
}
.ripple-wrap {
	position: relative;
	z-index: 1;
}
.ripple-wrap i {
	position: relative;
	z-index: 2;
}
.ripple-wrap.type2 {
	background-color: #4f8fbd;
}
.ripple {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #0d6fb8;
	animation-name: ripple;
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	border-radius: 50%;
	transition: background 1.5s ease;
}
.ripple.ripple-1 {
	animation-delay: 1s;
}
.ripple.ripple-2 {
	animation-delay: 1.5s;
}
.ripple.ripple-2 {
	animation-delay: 2s;
}
@keyframes ripple {
0% {
transform: scale(1);
opacity: 0;
}
30% {
opacity: 0.30;
}
100% {
transform: scale(1.9);
opacity: 0;
}
}
@keyframes ripple2 {
0% {
transform: scale(1);
opacity: 0;
}
30% {
opacity: 1;
}
100% {
transform: scale(1.9);
opacity: 0;
}
}
.gray-shadow, .our-featured-wrapper .single-featured .featured-icon .circle-btn {
	box-shadow: 0 10px 54px -4px rgba(0, 0, 0, 0.1);
}
.scrollToTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: inline-block;
	width: 34px;
	height: 60px;
	background-color: #fff;
	border: 2px solid #0d6fb8;
	padding: 10px 5px;
	overflow: hidden;
	border-radius: 50px;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
}
.scrollToTop .move {
	width: 2px;
	height: 15px;
	background-color: #0d6fb8;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%);
	animation: moveUp 2s linear infinite;
}
.scrollToTop.type2 {
	border-color: #4f8fbd;
}
.scrollToTop.type2 .move {
	background-color: #4f8fbd;
}
.scrollToTop.show {
	opacity: 1;
	visibility: visible;
}
@keyframes moveUp {
0% {
transform: translate(-50%, 35px);
opacity: 0;
}
50% {
transform: translate(-50%, 20px);
opacity: 1;
}
100% {
transform: translate(-50%, 5px);
opacity: 0;
}
}
.scroll-btn {
	background-image: url("/templets/default/assets/img/bg-img/scroll-btn-bg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	max-height: 170px;
	max-width: 835px;
	margin: 0 auto;
	text-align: center;
}
.scroll-btn a {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 60px;
	border: 2px solid #0d6fb8;
	padding: 10px 5px;
	overflow: hidden;
	border-radius: 50px;
}
.scroll-btn a .move {
	width: 2px;
	height: 15px;
	background-color: #0d6fb8;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%);
	animation: move 2s linear infinite;
}
@keyframes move {
0% {
transform: translate(-50%, 5px);
opacity: 0;
}
50% {
transform: translate(-50%, 20px);
opacity: 1;
}
100% {
transform: translate(-50%, 35px);
opacity: 0;
}
}
@keyframes cscale {
from {
transform: scale(0.9);
}
to {
	transform: scale(1.08);
}
}
@keyframes cspine {
from {
transform: rotate(0);
}
to {
	transform: rotate(359deg);
}
}
@keyframes cspinereverse {
from {
transform: rotate(359deg);
}
to {
	transform: rotate(0);
}
}
@keyframes cmoving {
0% {
transform: translate(0px, 0px);
}
20% {
transform: translate(-50px, 0px);
}
50% {
transform: translate(-50px, -50px);
}
70% {
transform: translate(0px, -50px);
}
100% {
transform: translate(0px, 0px);
}
}
@keyframes upDown {
from {
transform: translateY(-50px);
}
to {
	transform: translateY(50px);
}
}
@keyframes downUp {
from {
transform: translateY(50px);
}
to {
	transform: translateY(-50px);
}
}
@media only screen and (min-width: 1400px) {
.container {
	max-width: 1400px;
}
.container-jhy {
	max-width: 1520px;
}
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters .slick-track > [class^="col-"], .row.no-gutters .slick-track > [class*=" col-"], .row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
padding-right: 0;
padding-left: 0;
}
.row.gutters-20 {
	padding-left: 5px;
	padding-right: 5px;
}
.row.gutters-20 > [class^="col-"] {
padding-left: 10px;
padding-right: 10px;
}
.row.gutters-40 {
	margin-left: -20px;
	margin-right: -20px;
}
.row.gutters-40 > [class^="col-"] {
padding-left: 20px;
padding-right: 20px;
}
@media only screen and (max-width: 575px) {
.row.gutters-40 {
	margin-left: 0;
	margin-right: 0;
}
.row.gutters-40 > [class^="col-"] {
padding-left: 0;
padding-right: 0;
}
}
.row.gutters-50 {
	margin-left: -25px;
	margin-right: -25px;
}
.row.gutters-50 > [class^="col-"] {
padding-left: 25px;
padding-right: 25px;
}
@media only screen and (max-width: 1199px) {
.row.gutters-50 {
	margin-left: -15px;
	margin-right: -15px;
}
.row.gutters-50 > [class^="col-"] {
padding-left: 15px;
padding-right: 15px;
}
}
@media only screen and (max-width: 575px) {
.row.gutters-50 {
	margin-left: 0;
	margin-right: 0;
}
.row.gutters-50 > [class^="col-"] {
padding-left: 15px;
padding-right: 15px;
}
}
.form-group {
	position: relative;
}
.form-group input {
	height: 50px;
}
.form-group i {
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 16px;
	transform: translateY(-50%);
}
.select2-container {
	width: 100% !important;
}
.select2-container span.select2-selection {
	border: 1px solid #e2e2e2;
	height: 50px;
	border-radius: 0;
	background-color: #ffffff;
}
.select2-container span.select2-selection:focus {
	outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	padding-left: 20px;
	font-family: "Roboto", sans-serif;
	color: #5b5657;
	font-size: 16px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
	height: 50px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
	border-width: 6px 7px 0 7px;
	margin-top: -4px;
	margin-left: -22px;
	border-color: #5b5657 transparent transparent transparent;
}
.select2-container .select2-dropdown {
	border: 1px solid #e2e2e2;
}
.select2-container .select2-dropdown .select2-search__field {
	border: 1px solid #e2e2e2;
}
.select2-container .select2-results__option--highlighted[aria-selected], .select2-container .select2-results__option[aria-selected=true] {
	background-color: #0d6fb8;
	color: #ffffff;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-width: 0 7px 6px 7px;
	border-color: transparent transparent #5b5657 transparent;
}
.slick-slide:focus {
	outline: none;
}
.slick-slide img {
	display: inline-block;
}
.slick-arrow {
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 50px;
	padding: 0;
	border: none;
	background-color: #ffffff;
}
.slick-arrow:hover {
	color: #0d6fb8;
}
.slick-arrow.slick-prev {
	width: 52px;
	padding-right: 2px;
}
.slick-arrow.slick-prev:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	width: 1px;
	background-color: #d9d9d9;
}
.slick-arrow.skew {
	width: 48px;
	height: 48px;
	font-size: 20px;
	transform: skewX(-5deg);
}
.slick-arrow.skew:after {
	display: none;
}
.slick-arrow.skew i {
	transform: skewX(5deg);
}
.slick-arrow.type2 {
	background-color: #0d6fb8;
	color: #ffffff;
}
.mobile-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999999;
	width: 0;
	height: 100%;
	transition: all ease 0.8s;
}
.mobile-menu-wrapper .mean-menu-area {
	width: 100%;
	max-width: 250px;
	background-color: #fff;
	height: 100%;
	position: relative;
	left: -1000px;
	opacity: 0;
	visibility: hidden;
	transition: all ease 1s;
}
.mobile-menu-wrapper .mean-menu-area .mobile-logo {
	max-width: 140px;
	padding-bottom: 30px;
	padding-top: 45px;
	margin: 0 auto;
	text-align: center;
}
.mobile-menu-wrapper .mean-menu-area .mobileMenucls {
	background-color: transparent;
	border: none;
	font-size: 22px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	line-height: 1;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	color: #0d6fb8;
	z-index: 1;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu {
	overflow-y: scroll;
	max-height: 350px;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li {
	border-bottom: 1px solid #eee;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li:first-child {
	border-top: 1px solid #eee;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li a {
	display: block;
	position: relative;
	padding: 7px 10px;
	line-height: 1;
	font-size: 14px;
	text-transform: capitalize;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li:last-child {
	border-bottom: none;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li a {
	padding-left: 15px;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li ul li a {
	padding-left: 20px;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li ul li ul li a {
	padding-left: 25px;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li.menu-item-has-children > a:after {
	content: '\f0d7';
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	float: right;
	padding-right: 10px;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li.menu-item-has-children.show > a {
	color: #0d6fb8;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li.menu-item-has-children.show > a:after {
	content: '\f0d8';
}
.mobile-menu-wrapper.menu-visible {
	opacity: 1;
	visibility: visible;
	width: 100%;
	transition: all ease 0.8s;
}
.mobile-menu-wrapper.menu-visible .mean-menu-area {
	left: 0;
	opacity: 1;
	visibility: visible;
	transition: all ease 1s;
}
.mobile-menu-wrapper.layout2 .mean-menu-area .mobile-menu ul li a:hover, .mobile-menu-wrapper.layout2 .mean-menu-area .mobile-menu ul li.menu-item-has-children.show > a {
	color: #4f8fbd;
}
.mobile-menu-wrapper.layout2 .mean-menu-area .mobileMenucls {
	color: #4f8fbd;
}
.menuToggleBtn {
	padding: 0;
	border: none;
	color: #0d6fb8;
	font-size: 36px;
	line-height: 50px;
	height: 50px;
	background-color: transparent;
	margin-right: 15px;
}
.menuToggleBtn.type2 {
	color: #4f8fbd;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 300px;
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
	font-size: 16px;
	color: #5b5657;
	background-color: #fff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today, .xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_today {
	color: #0d6fb8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_current, .xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar th:hover {
	background-color: #0d6fb8 !important;
	color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current div, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default div, .xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_current div, .xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_default div {
	background-color: inherit !important;
	color: inherit;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
	font-size: 16px;
	color: #5b5657;
	background-color: #fff;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
	background-color: #0d6fb8 !important;
	color: #fff !important;
	box-shadow: #0d6fb8 0 1px 3px 0 inset !important;
}
.xdsoft_datetimepicker .xdsoft_datetimepicker {
	color: #5b5657;
}
.twentytwenty-handle {
	background-color: #0d6fb8;
}
.header-top-wrap {
	padding: 5px 0;
}
.header-top-wrap .select-box {
	padding-right: 10px;
	margin-right: 12px;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header-top-wrap .select-box .select2-container {
	width: 100% !important;
}
.header-top-wrap .select-box .select2-container span.select2-selection {
	border: none;
	height: auto;
	border-radius: 0;
	background-color: transparent;
}
.header-top-wrap .select-box .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 1;
	padding-left: 0;
	font-family: "Roboto", sans-serif;
	color: #fff;
	font-size: 14px;
}
.header-top-wrap .select-box .select2-container .select2-selection--single .select2-selection__arrow {
	height: auto;
}
.header-top-wrap .select-box .select2-container .select2-selection--single .select2-selection__arrow b {
	border-width: 6px 7px 0 7px;
	margin-top: 2px;
	margin-left: -3px;
	border-color: #ffffff transparent transparent transparent;
}
.header-top-wrap .select-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-width: 0 7px 6px 7px;
	border-color: transparent transparent #ffffff transparent;
}
.header-top-wrap ul li {
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header-top-wrap ul li:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.header-top-wrap ul li span, .header-top-wrap ul li a {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
}
.header-top-wrap ul li span i, .header-top-wrap ul li a i {
	margin-right: 10px;
}
.header-top-wrap ul.social-links li {
	border-right: none;
	padding-right: 0;
	margin-right: 10px;
}
.header-top-wrap ul.social-links li a i {
	margin-right: 0;
}
.header-top-layout1 {
	background-color: #0d6fb8;
	background-size: 100% 100%;
	background-position: center center;
}
.header-top-layout1 a:hover {
	color: #000;
}
.header-top-layout2 a:hover {
	text-decoration: underline;
}
.header-middle-area {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 50px 0;
}
.header-middle-area form.search-bar {
	display: flex;
	margin-left: 45px;
}
.header-middle-area form.search-bar input {
	width: calc(100% - 120px);
	height: 50px;
	padding-left: 20px;
	border: none;
	background-color: #fff;
}
.header-middle-area form.search-bar button {
	width: 120px;
	height: 50px;
}
.header-middle-area form.search-bar button:hover {
	color: #fff;
}
.header-middle-area .action-box {
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.header-middle-area .action-box:last-of-type {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.header-middle-area .action-box .icon .shape-icon:before {
	background-color: #ffffff;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	opacity: 0.15;
}
.header-middle-area .action-box .icon .shape-icon i {
	color: #ffffff;
	font-size: 46px;
	padding-left: 25px;
}
.header-middle-area .action-box .content span {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: block;
}
.header-middle-area .action-box .content .text {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 0;
}
.header-middle-area .phone-box {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (max-width: 1730px) {
.header-middle-area .phone-box {
	display: none !important;
}
}
header.header-layout1 {
    background-color: #fff;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	position: relative;
    z-index: 10;
}
.header-middle-layout3 {
	border-top: none;
	position: relative;
	padding: 6px 0;
}
.header-middle-layout3:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #0d6fb8;
	opacity: 0.07;
}
.header-middle-layout3 .action-box {
	border-right: none;
	padding-right: 40px;
	margin-right: 40px;
	position: relative;
}
.header-middle-layout3 .action-box:last-of-type {
	margin-right: 0;
	padding-right: 0;
}
.header-middle-layout3 .action-box:last-of-type:before {
	display: none;
}
.header-middle-layout3 .action-box:before {
	content: '';
	position: absolute;
	right: -0.5px;
	top: 50%;
	height: 40px;
	width: 1px;
	margin-top: -20px;
	background-color: #0d6fb8;
	opacity: 0.15;
}
.header-middle-layout3 .action-box .icon {
	font-size: 42px;
	color: #0d6fb8;
	display: inline-block;
	margin-right: 20px;
}
.header-middle-layout3 .action-box .content span {
	color: #5b5657;
	font-size: 14px;
	text-transform: none;
}
.header-middle-layout3 .action-box .content .text {
	color: #5b5657;
	font-size: 22px;
	letter-spacing: 0.20px;
}
header .header-logo {
	padding: 20px 0;
}
header .main-menu ul li {
	display: inline-block;
	position: relative;
	margin: 0px 15px;
}
header .main-menu ul li a {
	font-size: 18px;
	display: inline-block;
	position: relative;
	color: #5b5657;
	font-weight: 600;
}
header .main-menu ul li.lanmu-wudj{
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	color: #5b5657;
	font-weight: 600;
}
header .main-menu ul li.lanmu-wudj:after {
    content: '\f078';
    position: relative;
    font-family: 'font awesome 5 pro';
    margin-left: 5px;
}
header .main-menu ul li.lanmu-wudj:hover {
	color: #0d6fb8;
}
header .main-menu ul li a:hover {
	color: #0d6fb8;
}
header .main-menu ul li.menu-item-has-children > a:after {
	content: '\f078';
	position: relative;
	font-family: 'font awesome 5 pro';
	margin-left: 5px;
}
header .main-menu ul li ul {
	border-top: 3px solid #0d6fb8;
	position: absolute;
	left: 0;
	top: 55px;
	background-color: #ffffff;
	min-width: 280px;
	z-index: 99;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transform-origin: top;
	transform: rotateX(90deg);
	transition: all ease 0.4s;
}
header .main-menu ul li ul li {
	display: block;
	margin: 0;
}
header .main-menu ul li ul li.menu-item-has-children > a:after {
	float: right;
	content: '\f054';
	transform: translateX(0);
	transition: all ease 0.4s;
}
header .main-menu ul li ul li a {
	font-size: 16px;
	display: block;
	padding: 12px 15px;
	padding-left: 15px;
	overflow: hidden;
	border-bottom: 1px solid #edf2f4;
	color: #5b5657;
}
header .main-menu ul li ul li a:hover {
	color: #0d6fb8;
}
header .main-menu ul li ul li a:before {
	content: '\f0da';
	position: absolute;
	font-weight: 300;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	margin-right: 0;
	left: -20px;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.4s;
}
header .main-menu ul li ul li a:hover {
	padding-left: 25px;
}
header .main-menu ul li ul li a:hover:before {
	opacity: 1;
	visibility: visible;
	left: 10px;
}
header .main-menu ul li ul li a:hover:after {
	transform: translateX(40px);
}
header .main-menu ul li ul li:last-child a {
	border-bottom: none;
}
header .main-menu ul li ul li ul {
	left: 100%;
	top: 0;
}
header .main-menu ul li ul li ul ul li ul {
	left: auto;
	right: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header .main-menu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
}
header .header-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}
header .header-btn > a.primary-btn {
	width: 168px;
	margin-right: 30px;
}
header .header-btn button {
	padding: 0;
	border: none;
	color: #0d6fb8;
	font-size: 28px;
	line-height: 50px;
	height: 50px;
	background-color: transparent;
}
header .header-btn button:hover {
	color: #5b5657;
}
.sticky-header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	z-index: 9999;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-110%);
	transition: all ease 0.6s;
}
.sticky-header-wrap.active {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.sticky-header-wrap .logo {
	padding: 10px 0;
}
.sticky-header-wrap .main-menu ul li {
	display: inline-block;
	position: relative;
	margin: 0px 11px;
}
.sticky-header-wrap .main-menu ul li a {
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	padding: 23px 0;
	color: #5b5657;
	font-weight: bold;
}
.sticky-header-wrap .main-menu ul li a:hover {
	color: #0d6fb8;
}
.sticky-header-wrap .main-menu ul li.menu-item-has-children > a:after {
	content: '\f078';
	position: relative;
	font-family: 'font awesome 5 pro';
	margin-left: 5px;
}
.sticky-header-wrap .main-menu ul li ul {
	border-top: 3px solid #0d6fb8;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #ffffff;
	min-width: 280px;
	z-index: 99;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transform-origin: top;
	transform: rotateX(90deg);
	transition: all ease 0.4s;
}
.sticky-header-wrap .main-menu ul li ul li {
	display: block;
	margin: 0;
}
.sticky-header-wrap .main-menu ul li ul li.menu-item-has-children > a:after {
	float: right;
	content: '\f054';
	transform: translateX(0);
	transition: all ease 0.4s;
}
.sticky-header-wrap .main-menu ul li ul li a {
	font-size: 14px;
	display: block;
	padding: 12px 15px;
	padding-left: 15px;
	overflow: hidden;
	border-bottom: 1px solid #edf2f4;
	color: #5b5657;
}
.sticky-header-wrap .main-menu ul li ul li a:hover {
	color: #0d6fb8;
}
.sticky-header-wrap .main-menu ul li ul li a:before {
	content: '\f0da';
	position: absolute;
	font-weight: 300;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	margin-right: 0;
	left: -20px;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.4s;
}
.sticky-header-wrap .main-menu ul li ul li a:hover {
	padding-left: 25px;
}
.sticky-header-wrap .main-menu ul li ul li a:hover:before {
	opacity: 1;
	visibility: visible;
	left: 10px;
}
.sticky-header-wrap .main-menu ul li ul li a:hover:after {
	transform: translateX(40px);
}
.sticky-header-wrap .main-menu ul li ul li:last-child a {
	border-bottom: none;
}
.sticky-header-wrap .main-menu ul li ul li ul {
	left: 100%;
	top: 0;
}
.sticky-header-wrap .main-menu ul li ul li ul ul li ul {
	left: auto;
	right: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.sticky-header-wrap .main-menu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
}
.about-wrap-layout2 {
	position: relative;
}
.about-wrap-layout2 .shape-bg {
	right: 0;
	top: -60px;
	animation: downUp 15s alternate infinite;
}
.ruida-bg .shape-bg {
	right: 0;
	animation: downUp 15s alternate infinite;
}
.ruida-bg .shape-bg-2 {
	left: 0;
	top: 2520px;
	animation: downUp 15s alternate infinite;
}
.ruida-bg .shape-bg-3 {
	right: 0;
	top: 4020px;
	animation: downUp 15s alternate infinite;
}
.about-wrap-layout2 .about-us-img {
	position: relative;
	padding: 20px;
}
.about-wrap-layout2 .about-us-img img {
	box-shadow: 0px 10px 28.5px 1.5px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 2;
}
.about-wrap-layout2 .about-us-img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 370px;
	background-color: #e5e5e5;
	z-index: 1;
}
.about-wrap-layout2 .about-us-content {
	padding-right: 40px;
}
.about-wrap-layout2 .about-us-content .about-title {
	font-size: 48px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 600;
	max-width: 85%;
	width: 100%;
}
.about-wrap-layout2 .about-us-content p.text {
	color: #494f5b;
}
.about-wrap-layout2 .about-us-content .video-action {
	margin-right: 60px;
	padding-top: 15px;
}
.about-wrap-layout2 .about-us-content .video-action .video-btn {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	margin-right: 20px;
	background-color: #4f8fbd;
}
.about-wrap-layout2 .about-us-content .video-action .video-btn span {
	background-color: #4f8fbd;
}
.about-wrap-layout2 .about-us-content .video-action .video-btn:hover .btn-text {
	color: #4f8fbd;
	background-color: #ffffff;
}
.about-wrap-layout2 .about-us-content .video-action a.text {
	font-size: 18px;
	display: inline-block;
	font-weight: 500;
	text-transform: capitalize;
	color: #5b5657;
}
.about-wrap-layout2 .about-us-content .video-action a.text:hover {
	color: #4f8fbd;
}
.about-wrap-layout2 .about-us-content .author-signa {
	padding-top: 10px;
}
.about-wrap-layout2 .action-area {
	padding-top: 85px;
}
.about-wrap-layout2 .action-area .action-box {
	display: flex;
	align-items: center;
	padding-right: 60px;
	margin-right: 60px;
	position: relative;
}
.about-wrap-layout2 .action-area .action-box:before {
	content: '';
	position: absolute;
	height: 50px;
	width: 2px;
	top: calc(50% - 25px);
	right: 0;
	border-right: 2px dashed #4f8fbd;
	opacity: 0.15;
}
.about-wrap-layout2 .action-area .action-box:last-child {
	padding-right: 0;
	margin-right: 0;
}
.about-wrap-layout2 .action-area .action-box:last-child::before {
	display: none;
}
.about-wrap-layout2 .action-area .action-box .icon span {
	margin-right: 25px;
}
.about-wrap-layout2 .action-area .action-box .icon span:before {
	background-color: #4f8fbd;
	opacity: 0.06;
	width: 50px;
	height: 50px;
	margin-top: -25px;
}
.about-wrap-layout2 .action-area .action-box .icon span i {
	color: #4f8fbd;
	font-size: 42px;
	padding-left: 23px;
}
.about-wrap-layout2 .action-area .action-box .icon span i.fa-phone-alt {
	font-size: 38px;
	padding-left: 28px;
}
.about-wrap-layout2 .action-area .action-box .content span {
	color: #1f1f1f;
	font-size: 16px;
	display: block;
	line-height: 1;
	margin-bottom: 5px;
}
.about-wrap-layout2 .action-area .action-box .content .text {
	font-weight: 700;
	font-size: 20px;
	color: #1f1f1f;
	letter-spacing: 0;
	margin-bottom: 0;
}
.about-wrap-layout2 .action-area .action-box .content .text a:hover {
	color: #4f8fbd;
}
.blog-layout2 .gutters-20 .slick-track > [class^="col-"] {
padding-left: 10px;
padding-right: 10px;
}
.blog-layout2 .slick-arrow {
	position: absolute;
	top: calc(50% - 25px);
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.4s;
}
.blog-layout2:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.blog-layout2 .latest-blog-area .slick-arrow {
	left: -130px;
}
.blog-layout2 .latest-blog-area .slick-arrow.slick-next {
	display: none !important;
}
.blog-layout2 .latest-blog {
	position: relative;
}
.blog-layout2 .latest-blog:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 500px;
	background-image: url("/templets/default/assets/img/blog/blog-overly-2-1.png");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
}
.blog-layout2 .latest-blog .blog-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 0 50px;
	padding-bottom: 15px;
}
.blog-layout2 .latest-blog .blog-content .blog-title {
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 32px;
	font-weight: 500;
	text-transform: none;
	padding-right: 20px;
	margin-bottom: 10px;
}
.blog-layout2 .latest-blog .blog-content .blog-title a:hover {
	color: #4f8fbd;
}
.blog-layout2 .latest-blog .blog-content .blog-text {
	color: #ffffff;
}
.blog-layout2 .latest-blog .blog-meta {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 18px;
	margin-bottom: 25px;
	margin-right: 20px;
}
.blog-layout2 .latest-blog .blog-meta span {
	color: #ffffff;
	letter-spacing: 0.20px;
}
.blog-layout2 .popular-blog .slick-arrow {
	right: -115px;
}
.blog-layout2 .popular-blog .slick-arrow.slick-prev {
	display: none !important;
}
.blog-layout2 .popular-blog .blog .blog-meta {
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfe2;
	margin-bottom: 25px;
}
.blog-layout2 .popular-blog .blog .blog-meta span {
	color: #494f5b;
}
.blog-layout2 .popular-blog .blog .blog-content {
	background-color: #f7f7f8;
	padding: 40px;
}
.blog-layout2 .popular-blog .blog .blog-content .blog-title {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: none;
}
.blog-layout2 .popular-blog .blog .blog-content .blog-title a:hover{color: unset !important;}
.blog-layout2 .popular-blog .blog .blog-content .primary-btn {
	height: 35px;
	width: 180px;
	line-height: 35px;
}
.blog-layout2 .blog {
	margin-bottom: 30px;
	height: 472px;
}
.blog-layout2 .blog .blog-img {
	overflow: hidden;
}
.blog-layout2 .blog .blog-img img {
	width: 100%;
	transition: all ease 0.4s;
	transform: scale(1.001);
}
.blog-layout2 .blog .blog-meta span {
	font-size: 14px;
	margin-right: 30px;
}
.blog-layout2 .blog .blog-meta span:last-child {
	margin-right: 0;
}
.blog-layout2 .blog .blog-meta span i {
	font-size: 16px;
	margin-right: 10px;
	color: #4f8fbd;
}
.blog-layout2 .blog:hover .blog-img img {
	transform: scale(1.06);
}
.popup-search-box {
	position: fixed;
	top: 0;
	left: 50%;
	background-color: rgba(0, 0, 0, 0.95);
	height: 0;
	width: 0;
	overflow: hidden;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	cursor: url("/templets/default/assets/img/cancel.png"), auto;
	border-radius: 50%;
	transform: translateX(-50%);
	transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 40px;
	right: 40px;
	border: 1px solid #5b5657;
	background-color: transparent;
	color: #5b5657;
	font-size: 22px;
	border-radius: 50%;
	transition: all ease 0.4s;
	transform: rotate(0);
}
.popup-search-box button.searchClose:hover {
	color: #fff;
	background-color: #5b5657;
	border-color: transparent;
	transform: rotate(90deg);
}
.popup-search-box form {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	padding-bottom: 40px;
	cursor: auto;
	width: 100%;
	max-width: 900px;
	transform: translate(-50%, -50%) scale(0);
	transition: transform ease 0.4s;
}
.popup-search-box form input {
	font-size: 18px;
	height: 70px;
	width: 100%;
	border: none;
	border-bottom: 2px solid #5b5657;
	background-color: transparent;
	padding-left: 30px;
	color: #fff;
	border-radius: 50px;
}
.popup-search-box form input::placeholder {
color: #fff;
}
.popup-search-box form button {
	position: absolute;
	top: 0px;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 24px;
	right: 12px;
	color: #ffffff;
	cursor: pointer;
	width: 70px;
	height: 70px;
	transition: all ease 0.4s;
	transform: scale(1.001);
}
.popup-search-box form button:hover {
	transform: scale(1.1);
}
.popup-search-box.show {
	opacity: 1;
	visibility: visible;
	width: 100.1%;
	height: 100%;
	transition: all ease 0.4s;
	border-radius: 0;
}
.popup-search-box.show form {
	transition-delay: 0.5s;
	transform: translate(-50%, -50%) scale(1);
}
.popup-search-box.layout2 {
	cursor: url("/templets/default/assets/img/cancel2.png"), auto;
}
.popup-search-box.layout2 button.searchClose {
	border-color: #4f8fbd;
	color: #4f8fbd;
}
.popup-search-box.layout2 button.searchClose:hover {
	background-color: #4f8fbd;
	color: #ffffff;
}
.popup-search-box.layout2 form input {
	border-color: #4f8fbd;
}

.brand-area-wrapper .brand-box {
	box-shadow: 0 10px 85px -20px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 30px 0;
	margin: 30px 0;
	background-color: #ffffff;
	transform: translateY(0);
	transition: all ease-in-out 0.4s;
}
.brand-area-wrapper .brand-box:hover {
	box-shadow: none;
	transform: translateY(-5px);
}
.brand-layout1 {
	position: relative;
}
.brand-layout1 .bg-shape {
	position: absolute;
	bottom: 0;
	right: 0;
}
.brand-layout2 {
	background-color: #fff;
}
.brand-layout2 .brand-box {
	background-color: #f9f9f9;
	box-shadow: none;
}
.brand-layout2 .brand-box:hover {
	box-shadow: 0 10px 85px -20px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.brand-layout3 {
	padding-left: 35px;
	padding-right: 35px;
}
.brand-layout3 .brand-box {
	padding: 0;
	margin: 20px 15px;
	box-shadow: none;
}
.brand-layout3 .brand-box p {
	font-weight: 700;
}
.brand-layout3 .brand-box .cp-xilie-color {
	color: #0d6fb8;
}
.breadcumb-layout1 {
	position: relative;
}
.breadcumb-layout1:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.55;
	z-index: 0;
	background-color: #010818;
}
.breadcumb-layout1 .breadcumb-content {
	padding-top: 165px;
	padding-bottom: 170px;
	position: relative;
}
.breadcumb-layout1 .breadcumb-content i{padding: 0 5px;color: #fff;}
.fa-angle-right:before {
    content: "\f105";
}
.breadcumb-layout1 .breadcumb-content .blog-t {
	font-size: 40px !important;
}
.breadcumb-layout1 .breadcumb-content .breadcumb-title {
	color: #ffffff;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1;
}
.breadcumb-layout1 .breadcumb-content ul {
	position: absolute;
	display: inline-block;
}
.breadcumb-layout1 .breadcumb-content ul li {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 60px;
	position: relative;
}
.breadcumb-layout1 .breadcumb-content ul li:after {
	content: '|';
	position: relative;
	margin-left: 7px;
	margin-right: 3px;
}
.breadcumb-layout1 .breadcumb-content ul li:last-child:after {
	display: none;
}
.breadcumb-layout1 .breadcumb-content ul li a {
	color:#fff;
	display: inline-block;
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}
.breadcumb-layout1 .breadcumb-content ul li.active {
	color: #0d6fb8;
}
.breadcumb-layout1 .breadcumb-content ol {
	position: absolute;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.breadcumb-layout1 .breadcumb-content ol li {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 60px;
	position: relative;
}
.breadcumb-layout1 .breadcumb-content ol li:after {
	content: '|';
	position: relative;
	margin-left: 7px;
	margin-right: 3px;
}
.breadcumb-layout1 .breadcumb-content ol li:last-child:after {
	display: none;
}
.breadcumb-layout1 .breadcumb-content ol li{color:#0d6fb8;}
.breadcumb-layout1 .breadcumb-content ol li a {
	color: #fff;
	display: inline-block;
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}
.breadcumb-layout1 .breadcumb-content ol li a:hover{color:#0d6fb8}
.breadcumb-layout1 .breadcumb-content ol li.active {
	color: #0d6fb8;
}
.cpmbx-x{background-color: #ffffff !important;}
.breadcumb-layout-x{background-color: #f5f6fa;}
.breadcumb-layout-x .mbxdhx li + li::before {
  content: ">";
  margin: 0 8px;
  color: #5b5657;
}
.breadcumb-layout-x .mbxdhx {
	padding-bottom: 55px;
	position: relative;
}
.breadcumb-layout-x .mbxdhx i{padding: 0 5px;color: #5b5657;}
.breadcumb-layout-x .mbxdhx ol {
	position: absolute;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.breadcumb-layout-x .mbxdhx ol li {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 60px;
	position: relative;
}
.breadcumb-layout-x .mbxdhx .mbx-fh:after {
	content: '|';
	position: relative;
	margin-left: 7px;
	margin-right: 3px;
}
.breadcumb-layout-x .mbxdhx ol li:last-child:after {
	display: none;
}
.breadcumb-layout-x .mbxdhx ol li a {
	color: #5b5657;
	display: inline-block;
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}
.breadcumb-layout-x .mbxdhx ol li a:hover{color:#0d6fb8}
.breadcumb-layout-x .mbxdhx ol li.active {
	color: #0d6fb8;
}
/**产品视频**/
.chanpin-h1 {
    text-align: center;
    padding: 0 0 2rem 0;
	font-size: 36px;
}
.chanpin-h1 .pinpai{ color:#0d6fb8}
.video-first .video {
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
	margin: 0 auto;
    max-width: 100%;
}
lite-youtube::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    top: 0;
    background-image: linear-gradient(180deg, rgb(0 0 0 / 67%) 0%, rgb(0 0 0 / 54%) 14%, rgb(0 0 0 / 15%) 54%, rgb(0 0 0 / 5%) 72%, rgb(0 0 0 / 0%) 94%);
    height: 99px;
    width: 100%;
    color: hsl(0deg 0% 93.33%);
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    font-size: 18px;
    padding: 25px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

lite-youtube:hover::before {
    color: white;
}

lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

lite-youtube > .lty-playbtn {
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center/68px 48px !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>') !important;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    filter: grayscale(30%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: 0;
}
lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}
.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.chanpinlm-banner{background-color: #f5f6fa;padding-bottom: 50px;}
.chanpinlm-p a {
    color: #fff;
    font-weight: 600;
    background-color: #0d6fb8;
    padding: 10px 20px;
    border-radius: 5px;
}
.chanpinlm-p a:hover{background-color: #4f8fbd;}
.chanpinlm-p a:before {
    content: ">";
    font-family: inherit;
    line-height: inherit;
    font-size: 1.125em;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    margin-right: .375rem;
    top: 1px;
    position: relative;
}
.chanpinlm-p button {
	border: none;
    color: #fff;
    font-weight: 600;
    background-color: #0d6fb8;
    padding: 10px 20px;
    border-radius: 5px;
}
.chanpinlm-p button:hover{background-color: #4f8fbd;}
.chanpinlm-p button:before {
    content: ">";
    font-family: inherit;
    line-height: inherit;
    font-size: 1.125em;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    margin-right: .375rem;
    top: 1px;
    position: relative;
}
/**产品视频 End**/
.founder-layout1 {
	background-color: #ffffff;
}
.founder-layout1.background-image {
	position: relative;
}
.founder-layout1.background-image:after, .founder-layout1.background-image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.95;
	z-index: 2;
	background-color: #ffffff;
}
.founder-layout1.background-image:after {
	background-color: #ffffff;
	z-index: 1;
	opacity: 0.50;
}
.founder-layout1 .axivis-founder {
	margin-bottom: 100px;
	position: relative;
	z-index: 4;
}
.founder-layout1 .ruida-founder {
	margin-bottom: 180px;
}
.more-box {
	margin-top: 40px;
	display: flex;
	align-items: center;
}
/**产品集合页**/
.cpkjjg{padding: 10px 10px 10px;}
.cpjhy-dakj{border-style: solid;border-color: #fff;border-radius: 10px;transition:border 0.3s;}
.cpjhy-dakj:hover{border-color: #5b5657}
.cr-products-info .card {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
	padding: 0;
	font-size: 12px;
	color: hsl(0,0%,60%);
	border-radius: 4px;
	box-shadow: hsl(0,0%,80%) 0 0 16px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .03);
}
.cr-products-info .card img {
	border-style: none
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}
.faqydbk{color: #fff;}
.jhy-title{
	color: #5b5657;
    font-size: 32px;
    font-weight: bold;
    margin: 2rem 0 1rem 0;
    padding: 0 0 1rem 0;
    border-bottom: 1px dotted #5b5657;
}
.jhy-title:before {
    width: 5px;
    height: 2rem;
    display: inline-block;
    content: "";
    background: #0d6fb8;
    margin-right: 10px;
}
.cr-products-info .card .card-body img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.cr-products-info .card .card-body img:hover{transform: scale(1.1);}
.cr-products-info .card .card-footer {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
}
.cr-products-info .card .card-footer .cp-texing {
    font-size: 14px;
    color: hsl(0, 0%, 20%);
    font-weight: 500;
    letter-spacing: 0.3px;
}
.cp-texing ul {
    margin-left: 0.25rem;
    list-style-type: disc !important;
    padding-left: 0.5rem;
	margin-bottom: 1rem;
}
.cp-texing ul li{line-height: 28px;}
.cp-texing ul li::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 5px solid #0d6fb8;
    border-radius: 50%;
    margin-right: 10px;
    background-color: white;
}
.fa-star:before {
    content: "\f005";
}
.cp-xjms{padding-top: 20px;}
.cp-xjms .cpxj{padding-bottom: 30px;}
.cp-xjms li{list-style: none !important;padding-left: 0;}
.cp-xjms .cpxj-txt {margin-top: 30px;border-top: 2px solid #0d6fb8;width: 97.7%;}
.cp-xjms .cpxj-msg {
    margin-top: 20px;
    color: #0d6fb8;
    font-weight: 500;
	font-size: 18px;
}
.cr-products-info .card .card-footer .hendrio-button {
    margin-left: 0.25rem;
    padding: 15px 45px;
    font-size: 15px;
    background: #005090;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px 30px 30px 30px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.cr-products-info .card .card-footer .hendrio-button:hover{background: #0d6fb8;}
.cr-products-info .card .pr-actions .pr-rating .star-ratings i {
    vertical-align: middle;
    color: #fec42d;
    margin: 0 0 3px;
    line-height: 20px;
}
.chanpin-biaoge-1 .star-ratings{margin-top: 30px;}
.chanpin-biaoge-1 .star-ratings i{color: #ffd200;font-size: 14px;}
.chanpin-biaoge-1 button{border: none;outline: none;background: none;}
.chanpin-biaoge-1 h1{font-size: 26px;line-height: 30px;}
.chanpin-biaoge-1 h2{font-size: 22px;line-height: 30px;}
.chanpin-biaoge-1 h3{font-size: 18px;}
.thumbnail-images{flex-wrap: wrap;text-align: center;}
.thumbnail-images img {
            max-width: 100px;
            margin: 5px;
            cursor: pointer;
            border: 1px solid transparent;
			border-color: #5b5657;
}
.thumbnail-images img.active {border-color: #0d6fb8;}
.nav-tabs {
            display: flex;
			flex-wrap: wrap;
			margin-bottom: 10px;
            border-bottom: 1px solid #eee;
}
.nav-tabs .nav-link {padding: 10px 20px;border-radius: 5px 5px 0 0;}
.nav-tabs .nav-link.active {background-color: #0d6fb8;color:#fff}
.tab-pane {display: none;padding: 20px;}
.tab-pane.active {display: block;}
.service-bg-cp{padding: 25px;}
.chanpin-biaoge-1 table {
	width: 100% !important;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}
.chanpin-biaoge-1 table tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.03);
}
.chanpin-biaoge-1 table tbody tr:hover {
	background-color: #d9d9d9
}
.chanpin-biaoge-1 table thead tr:hover {
	background-color: #d9d9d9
}
.chanpin-biaoge-1 table th, .chanpin-biaoge-1 table td {
	padding: 10px;
	vertical-align: middle;
	font-size: 14px;
	color: #5b5657;
	border: 1px solid #dee2e6;
	text-align: center;
}
.chanpin-biaoge-1 ul {
    margin-left: 1.25rem;
    list-style-type: disc !important;
    padding-left: 0.5rem;
	margin-bottom: 25px;
}
.chanpin-biaoge-1 ul li {
    list-style: disc;
	margin-bottom: 15px;
}
.kxite-cp .btn-group{margin-top: 15px;}
.kxite-cp ul{margin-left: unset;}
.kxite-cp ul li{margin-bottom: 5px;list-style: none;}
.kxite-cp ul li::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 5px solid #005090;
    border-radius: 50%;
    margin-right: 10px;
    background-color: white;
}
.xgzsbk ul{margin-left:0rem;padding-left:0rem;}
.xgzsbk ul li{
	list-style: none;
	border-bottom: 1px solid #eee;
	position: relative;
    padding-left: 15px;
    line-height: 28px;
    margin-left: 15px;}
.xgzsbk ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    background-color: #0d6fb8;
    border-radius: 50%;
}
.product-priority{padding: 15px 0;border-top: 1px solid #eee;margin-top: 15px;}
.sample-links .cp-mfyp{color: #5b5657;font-weight: 700;}
.sample-links ul li{display: inline-block;margin: 0 10px 25px;}
.sample-links ul li a{display: inline-block;width: 100px;height: 100px;border-radius: 15px;box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);}
.cr-products-info .card .pr-actions .pr-buttons a.btn-cart {
    color: #0d6fb8;
    border-color: hsl(87, 58%, 45%);
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    border-radius: 2px;
    line-height: 1.5;
    padding: 5.5px 10px;
    margin-top: 5px;
    text-align: center;
    border: 1px solid hsl(0, 0%, 80%);
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
}
.fa-youtube:before {
    content: "\f167";
}
.cr-products-info .card .pr-actions .pr-buttons a.btn-cart:hover{color: #4f8fbd;transition: all .3s ease-in-out;}
.cr-products-info .card .card-footer .cp-title{text-align: center;padding: 0 0 15px;margin-top: -10px;height: 85px;}
.cr-products-info .card .cp-title a{font-size: 20px;}
.cr-products-info .card .cp-title strong{font-size: 20px;}
.cr-products-info .card .cp-title strong:hover{color: #0d6fb8;}
.cr-products-info .card .card-footer .cp-price{
	align-items: center;
	font-size: 15px;
	margin-left: 0.25rem;
	padding: 0 0.5rem 10px;
	display: flex;
    justify-content: flex-start;}
.cr-products-info .card .card-footer .lbpkj{padding-top: 15px;}
.cplbt {
            position: relative;
            width: 90%;
            height: auto;
			aspect-ratio: 1/1;
            border-radius: 50%;
            overflow: hidden;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
			margin: auto;
        }
.cplbt img {
            position: absolute;
            width: 100%;
            height: 100% !important;
            object-fit: cover;
            opacity: 0;
            transition: opacity 1s ease-in-out;
        }
.cplbt img.active {
            opacity: 1;
        }
.cr-products-info .card .pr-actions .cp-ship{margin-left: 30px;}
.cr-products-info .card .pr-actions .pr-buttons {
    color: #0d6fb8;
    font-size: 26px;
}
@media (min-width: 1400px) {.container-jhy{max-width: 1520px;}}
/**产品集合页 End**/
.chanpin-img-y {
	box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
.chanpin-img-z {
	box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
.chanpin-cs {
	line-height: 28px;
}
.chanpin-cs span {
	font-weight: 700;
	color: #0d6fb8;
}
.chanpin-sdcs {
	font-weight: 700;
	color: #0d6fb8;
}
.chanpin-cs li:before {
	content: '\f111';
	position: relative;
	left: 0;
	top: -4px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	text-align: center;
	box-shadow: inset 0 0 6px -2px #0d6fb8;
	line-height: 15px;
	margin-right: 15px;
	color: #0d6fb8;
	border-radius: 50%;
}
.more-box .yp {
	margin-right: 13px;
}
.more-box .ms {
	font-size: 20px;
	line-height: 24px;
	margin-right: 50px;
	color: #5b5657;
}
.founder-layout1 .axivis-founder:nth-child(odd) .row {
	flex-direction: row-reverse;
}
.founder-layout1 .axivis-founder:nth-child(odd) .founder-content {
	padding-left: 0;
	padding-right: 45px;
	text-align: left;
}
.founder-layout1 .axivis-founder .fuwu-img {
	overflow: hidden;
	box-shadow: 5px 14px 80px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.founder-layout1 .axivis-founder .founder-img img {
	width: 100%;
}
.founder-layout1 .axivis-founder .social-links {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin-bottom: -22.5px;
}
.founder-layout1 .axivis-founder .social-links ul li {
	display: inline-block;
	margin: 0 5px;
}
.founder-layout1 .axivis-founder .social-links ul li a {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 15px;
	box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
}
.founder-layout1 .axivis-founder .social-links ul li a:hover {
	box-shadow: 0px 0 6px rgba(0, 0, 0, 0.5);
}
.founder-layout1 .axivis-founder .social-links ul li a img {
	border-radius: 15px;
}
@media (max-width:1200px) {
.founder-layout1 .axivis-founder .social-links {
	top: 355px;
}
.founder-layout1 .axivis-founder .social-links ul li a {
	width: 65px;
	height: 65px;
}
.product-details-layout1 .sample-links ul li a {
	width: 85px !important;
	height: 85px !important;
}
}
@media (max-width:991.98px) {
.founder-layout1 .axivis-founder .social-links {
	top: initial;
}
.cr-products-info .card .cp-title strong{font-size: 16px;line-height: 18px;}
}
@media (max-width:767.98px) {
.founder-layout1 .axivis-founder .social-links ul li a {
	width: 65px;
	height: 65px;
}
.chanpin-biaoge-1 table {
   display: block;
   overflow-x: auto;
}
.tab-pane {padding: 0px !important;}
.thumbnail-images img{max-width: 70px !important;margin: 0px !important;}
.thumbnail-images{margin-bottom: 20px;}
.sample-links ul li{margin: 0 5px 25px !important;}
.primary-lxa{width: 150px !important;}
.chanpin-biaoge-1 h1{font-size: 18px;}
.chanpin-biaoge-1 h2{font-size: 18px !important;line-height: 30px !important;margin: 0 0 1rem 0;}
.chanpin-biaoge-1 h3{font-size: 17px;}
.materials-bg-cp{padding-right: 0px;padding-left: 0px;}
.product-details-layout1 .sample-links ul li a {
	width: 65px !important;
	height: 65px !important;
}
}
.founder-layout1 .axivis-founder .social-links ul li a:hover {
	background-color: #ffffff;
}
.founder-layout1 .axivis-founder .founder-content {
	padding-left: 45px;
}
.founder-layout1 .axivis-founder .founder-content span.degi {
	font-size: 18px;
	font-weight: 500;
	color: #0d6fb8;
	display: inline-block;
}
.founder-layout1 .axivis-founder .founder-content .name {
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	letter-spacing: 0.20px;
	padding: 10px 0 0;
}
.sidemenu-wrapper {
	position: fixed;
	z-index: 99999;
	right: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: rgba(0, 0, 0, 0.75);
	opacity: 0;
	visibility: hidden;
	cursor: url("/templets/default/assets/img/cancel.png"), auto;
	transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #ffffff;
	border: 1px solid #0d6fb8;
	color: #0d6fb8;
	border-radius: 50%;
	transform: rotate(0);
	transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
	background-color: #0d6fb8;
	color: #ffffff;
	border-color: transparent;
	transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
	background-color: #ffffff;
	width: 450px;
	margin-left: auto;
	padding: 80px 30px;
	height: 100%;
	overflow: scroll;
	position: relative;
	right: -500px;
	cursor: auto;
	transition-delay: 1s;
	transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
width: 2px;
background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content .widget {
	padding: 0 !important;
}
.sidemenu-wrapper .sidemenu-content .widget_about {
	padding: 0;
}
.sidemenu-wrapper .sidemenu-content .widget_about img {
	margin-bottom: 25px;
}
.sidemenu-wrapper .sidemenu-content .widget_about .text {
	margin-bottom: 0;
}
.sidemenu-wrapper .sidemenu-content .widget.widget_admin {
	padding-top: 0;
	padding-bottom: 0;
}
.sidemenu-wrapper .sidemenu-content .widget.widget_admin .admin-content .admin-img {
	margin-bottom: 35px;
}
.sidemenu-wrapper .sidemenu-content .widget_contact p {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 18px;
	color: #000;
}
.sidemenu-wrapper .sidemenu-content .widget_contact p:last-child {
	margin-bottom: 0;
}
.sidemenu-wrapper .sidemenu-content .widget_contact i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	background-color: #0d6fb8;
	margin-right: 15px;
	color: #ffffff;
	border-radius: 50%;
	transition: all ease 0.4s;
}
.sidemenu-wrapper.show {
	opacity: 1;
	visibility: visible;
	width: 100%;
	transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
	right: 0;
	opacity: 1;
	visibility: visible;
}
.widget:not(.footer-widget) {
	padding: 20px;
	margin-bottom: 40px;
	padding-top: 35px;
	background-color: #ffffff;
}
.widget:not(.footer-widget) .widget_title {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.20px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
.widget:not(.footer-widget) .widget_title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 1px;
	background-color: #0d6fb8;
}
.widget:not(.footer-widget).widget_recent_entries .blog {
	display: flex;
	margin-bottom: 0;
	padding: 20px 0;
	border-bottom: 1px solid #f2f2f2;
}
.widget:not(.footer-widget).widget_recent_entries .blog:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}
.widget:not(.footer-widget).widget_recent_entries .blog:first-of-type {
	padding-top: 0;
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-img {
	margin-right: 20px;
	width: 80px;
	height: 80px;
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-img img {
	width: 100%;
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-content {
	width: calc(100% - 100px);
	padding: 0;
	border: none;
	margin: 0;
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-content .blog-title {
	font-size: 16px;
	line-height: 22px;
	text-transform: none;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0.03em;
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-content .blog-title a {
	line-height: inherit;
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-content span {
	font-size: 14px;
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-content span i {
	font-size: 15px;
	margin-right: 7px;
	color: #0d6fb8;
}
.footer-layout3 {
	background-color: #333333;
	margin-top: -1px;
}
.footer-layout3 .footer-wid-wrap .widget_title {
	color: #ffffff;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 35px;
}
.footer-layout3 .footer-wid-wrap .footer-widget {
	margin-bottom: 30px;
}
.footer-layout3 .footer-wid-wrap .widget_about .about-text {
	color: #ffffff;
	letter-spacing: 0;
	margin-bottom: 25px;
}
.flfg ul li{display: inline;margin-right: 0rem !important;}
.flfg ul li a{color: #fff;}
.flfg ul li a:hover{color: #c12625;}
.flfg ul li + li::before {
  content: "|";
  margin: 0 0.5rem;
  color: #fff;
}
.footer-layout3 .footer-wid-wrap .widget_about .action-box .icon span {
	border: 2px solid #0d6fb8;
	padding: 3px;
	display: inline-block;
	margin-right: 15px;
	border-radius: 50%;
}
.footer-layout3 .footer-wid-wrap .widget_about .action-box .icon span i {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #0d6fb8;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	border-radius: 50%;
}
.footer-layout3 .footer-wid-wrap .widget_about .action-box .content span {
	color: #ffffff;
	font-size: 14px;
	text-transform: capitalize;
	display: inline-block;
	line-height: 1;
}
.footer-layout3 .footer-wid-wrap .widget_about .action-box .content .text {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 0;
	line-height: 1;
}
.footer-layout3 .footer-wid-wrap .widget_about .action-box .content .text a {
	line-height: inherit;
}
.footer-layout3 .footer-wid-wrap .widget-links {
	padding-left: 30px;
}
.footer-layout3 .footer-wid-wrap .widget-links ul li {
	margin-bottom: 2px;
}
.footer-layout3 .footer-wid-wrap .widget-links ul li:last-child {
	margin-bottom: 0;
}
.footer-layout3 .footer-wid-wrap .widget-links ul li a {
	color: #ffffff;
	font-size: 16px;
}
.footer-layout3 .footer-wid-wrap .widget-links ul li a:hover {
	color: #0d6fb8;
	font-weight: 700;
}
.footer-layout3 .footer-wid-wrap .widget-links ul li a:before {
	content: '\f058';
	font-family: "Font Awesome 5 Pro";
	margin-right: 10px;
	position: relative;
	font-weight: 300;
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog:last-child {
	margin-bottom: 0;
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog .blog-img {
	width: 65px;
	height: 65px;
	margin-right: 15px;
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog .blog-img img {
	width: 100%;
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog .blog-content {
	width: calc(100% - 80px);
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog .blog-content .blog-title {
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	display: block;
	margin-bottom: 3px;
	text-transform: none;
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog .blog-content .fbsj{color: #ffffff;}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog .blog-content span {
	color: #ffffff;
	font-size: 12px;
	display: block;
}
.footer-layout3 .footer-wid-wrap .widget-newsletter .text {
	color: #ffffff;
	line-height: 24px;
	letter-spacing: 0;
	margin-bottom: 25px;
}
.footer-layout3 .footer-wid-wrap .widget-newsletter .form-group {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	transform: skewX(-10deg);
}
.footer-layout3 .footer-wid-wrap .widget-newsletter .form-group input {
	background-color: transparent;
	width: 100%;
	padding-left: 20px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;
	border: none;
	transform: skewX(10deg);
}
.footer-layout3 .footer-wid-wrap .widget-newsletter .form-group i {
	position: absolute;
	top: 50%;
	color: #ffffff;
	right: 20px;
	font-size: 14px;
	transform: translateY(-55%) skewX(10deg);
}
.footer-layout3 .copyright-area {
	position: relative;
}
.footer-layout3 .copyright-area .copyright-logo {
	position: relative;
}
.footer-layout3 .copyright-area .inner-wrapper {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 29px 0;
}
.footer-layout3 .copyright-area .copyright .text {
	color: #999;
	margin-bottom: 0;
	font-size: 16px;
}
.footer-layout3 .copyright-area .social-links ul li {
	display: inline-block;
	margin-right: 6px;
}
.footer-layout3 .copyright-area .social-links ul li:last-child {
	margin-right: 0;
}
.footer-layout3 .copyright-area .social-links ul li a {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background-color: #0d6fb8;
	text-align: center;
	color: #fff;
	line-height: 45px;
	font-size: 14px;
	border-radius: 50%;
}
.footer-layout3 .copyright-area .social-links ul li a:hover {
	background-color: #4f8fbd;
	color: #ffffff;
}
.secondary-bg2 {
	background-color: #f5f6fa;
}
.background-image {
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.shape-bg {
	position: absolute;
	width: auto;
	height: auto;
}
.no-shadow {
	box-shadow: none;
}
.pt-80 {
	padding-top: 80px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-130 {
	padding-top: 90px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-100 {
	padding-bottom: 100px;
	padding-top: 50px;
}
.pb-130 {
	padding-bottom: 130px;
}
.section-padding{
    padding: 60px 0;
}
.about-chejian{background: #f6f6f6;}
.about-show h2{
	font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.20px;
    margin-bottom: 15px;
}
.about-show h6{
    font-size: 20px;
    font-weight: 600;
	color: #ef0f3a;
}
@font-face {
	font-family: Flaticon;
	src: url(/templets/default/assets/fonts/Flaticon.eot);
	src: url(/templets/default/assets/fonts/Flaticon.eot?#iefix) format("embedded-opentype"), url(/templets/default/assets/fonts/Flaticon.woff2) format("woff2"), url(/templets/default/assets/fonts/Flaticon.woff) format("woff"), url(/templets/default/assets/fonts/Flaticon.ttf) format("truetype"), url(/templets/default/assets/fonts/Flaticon.svg#Flaticon) format("svg");
	font-weight: 400;
	font-style: normal
	font-display: swap;
}
[class*=" flaticon-"]:after, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class^=flaticon-]:before {
	font-family: Flaticon;
	font-size: 20px;
	font-style: normal;
	margin-left: 20px
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-size: inherit;
	margin-left: 0;
}
.flaticon-envelope:before {
	content: "\f130"
}
.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}
.fa-bars:before {
	content: "\f0c9"
}
.fa-calendar-minus:before {
	content: "\f272"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-clock:before {
	content: "\f017"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-facebook-f:before {
	content: "\f39e"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-linkedin-in:before {
	content: "\f0e1"
}
.fa-tiktok:before {
    content: "\e07b";
}
.fa-map-marker-alt:before {
	content: "\f3c5"
}
.fa-phone:before {
	content: "\f095"
}
.fa-phone-alt:before {
	content: "\f879"
}
.fa-play:before {
	content: "\f04b"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-times:before {
	content: "\f00d"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-user:before {
	content: "\f007"
}
.fa-search:before {
    content: "\f002";
}
@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(/templets/default/assets/fonts/fa-brands-400.eot);
	src: url(/templets/default/assets/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/templets/default/assets/fonts/fa-brands-400.woff2) format("woff2"), url(/templets/default/assets/fonts/fa-brands-400.woff) format("woff"), url(/templets/default/assets/fonts/fa-brands-400.ttf) format("truetype"), url(/templets/default/assets/fonts/fa-brands-400.svg#fontawesome) format("svg")
}
.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}
@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 300;
	font-display: block;
	src: url(/templets/default/assets/fonts/fa-light-300.eot);
	src: url(/templets/default/assets/fonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(/templets/default/assets/fonts/fa-light-300.woff2) format("woff2"), url(/templets/default/assets/fonts/fa-light-300.woff) format("woff"), url(/templets/default/assets/fonts/fa-light-300.ttf) format("truetype"), url(/templets/default/assets/fonts/fa-light-300.svg#fontawesome) format("svg")
}
.fal {
	font-weight: 300
}
.fal, .far {
	font-family: "Font Awesome 5 Pro"
}
.far {
	font-weight: 400
}
@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(/templets/default/assets/fonts/fa-solid-900.eot);
	src: url(/templets/default/assets/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/templets/default/assets/fonts/fa-solid-900.woff2) format("woff2"), url(/templets/default/assets/fonts/fa-solid-900.woff) format("woff"), url(/templets/default/assets/fonts/fa-solid-900.ttf) format("truetype"), url(/templets/default/assets/fonts/fa-solid-900.svg#fontawesome) format("svg")
}
.fa, .fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900
}
@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(/templets/default/assets/fonts/fa-regular-400.eot);
	src: url(/templets/default/assets/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/templets/default/assets/fonts/fa-regular-400.woff2) format("woff2"), url(/templets/default/assets/fonts/fa-regular-400.woff) format("woff"), url(/templets/default/assets/fonts/fa-regular-400.ttf) format("truetype"), url(/templets/default/assets/fonts/fa-regular-400.svg#fontawesome) format("svg")
}
body.compensate-for-scrollbar {
	overflow: hidden
}
.fancybox-active {
	height: auto
}
.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden
}
.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}
.fancybox-container * {
	box-sizing: border-box
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}
.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}
.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}
.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fancybox-toolbar {
	right: 0;
	top: 0
}
.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}
.fancybox-is-open .fancybox-stage {
	overflow: hidden
}
.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}
.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block
}
.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}
.fancybox-slide--image:before {
	display: none
}
.fancybox-slide--html {
	padding: 6px
}
.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}
.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}
.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
	cursor: grab
}
.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing
}
.fancybox-container [data-selectable=true] {

	cursor: text
}
.fancybox-image, .fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}
.fancybox-spaceball {
	z-index: 1
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}
.fancybox-slide--video .fancybox-content {
	background: #000
}
.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}
.fancybox-slide--iframe .fancybox-content {
	background: #fff
}
.fancybox-iframe, .fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}
.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}
.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}
.fancybox-button {
	background: rgba(30,30,30,.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc
}
.fancybox-button:hover {
	color: #fff
}
.fancybox-button:focus {
	outline: none
}
.fancybox-button.fancybox-focus {
	outline: 1px dotted
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
}
.fancybox-button div {
	height: 100%
}
.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}
.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
	display: none
}
.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}
.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}
.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}
.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}
.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}
.fancybox-navigation .fancybox-button div {
	padding: 7px
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}
.fancybox-caption {
	background: linear-gradient(0deg, rgba(0,0,0,.85) 0, rgba(0,0,0,.3) 50%, rgba(0,0,0,.15) 65%, rgba(0,0,0,.075) 75.5%, rgba(0,0,0,.037) 82.85%, rgba(0,0,0,.019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}
@supports (padding:max(0px)) {
.fancybox-caption {
padding:75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
}
}
.fancybox-caption--separate {
	margin-top: -50px
}
.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}
.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}
.fancybox-loading {
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}
@keyframes a {
to {
transform:rotate(1turn)
}
}
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg)
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}
.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}
@media (max-height:576px) {
.fancybox-slide {
	padding-left: 6px;
	padding-right: 6px
}
.fancybox-slide--image {
	padding: 6px 0
}
.fancybox-close-small {
	right: -6px
}
.fancybox-slide--image .fancybox-close-small {
	background: #4e4e4e;
	color: #f2f4f6;
	height: 36px;
	opacity: 1;
	padding: 6px;
	right: 0;
	top: 0;
	width: 36px
}
.fancybox-caption {
	padding-left: 12px;
	padding-right: 12px
}
@supports (padding:max(0px)) {
.fancybox-caption {
padding-left:max(12px, env(safe-area-inset-left));
padding-right:max(12px, env(safe-area-inset-right))
}
}
}
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}
.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}
.fancybox-share p {
	margin: 0;
	padding: 0
}
.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}
.fancybox-share__button:link, .fancybox-share__button:visited {
	color: #fff
}
.fancybox-share__button:hover {
	text-decoration: none

}
.fancybox-share__button--fb {
	background: #3b5998
}
.fancybox-share__button--fb:hover {
	background: #344e86
}
.fancybox-share__button--pt {
	background: #bd081d
}
.fancybox-share__button--pt:hover {
	background: #aa0719
}
.fancybox-share__button--tw {
	background: #1da1f2
}
.fancybox-share__button--tw:hover {
	background: #0d95e8
}
.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}
.fancybox-share__button svg path {
	fill: #fff
}
.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	width: 212px;
	z-index: 99995
}
.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}
.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}
.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}
.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}
.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width:7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background:#fff;
border-radius:10px;
box-shadow:inset 0 0 6px rgba(0,0,0,.3)
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background:#2a2a2a;
border-radius:10px
}
.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0,0,0,.1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}
.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}
.fancybox-thumbs__list a:focus:before {
	opacity: .5
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}
@media (max-width:576px) {
.fancybox-thumbs {
	width: 110px
}
.fancybox-show-thumbs .fancybox-inner {
	right: 110px
}
.fancybox-thumbs__list a {
	max-width: calc(100% - 10px)
}
}
@media (min-width:1200px) and (max-width:1500px) {
.brand-layout1 .bg-shape, .project-layout1 .shape-bg {
	display: none
}
.header-top-layout1 .header-middle-area .action-box {
	padding-right: 30px;
	margin-right: 30px
}
.header-top-layout1 .header-middle-area .phone-box {
	display: none !important
}
.header-top-layout1 .header-middle-area .col-xl-6 {
	flex: 0 0 60%;
	max-width: 60%
}
.header-top-layout1 .header-middle-area .col-xl-4 {
	flex: 0 0 39%;
	max-width: 39%
}
.header-layout1 .main-menu>ul>li {
	margin: 0 15px
}
.header-top-layout1 .header-middle-area .action-box .content .text {
	font-size: 18px;
	letter-spacing: 0
}
.header-top-layout1 .header-middle-area .action-box .content span {
	font-size: 12px;
	letter-spacing: 0
}
.header-top-layout1 .header-middle-area form.search-bar {
	margin-left: 0
}
header .main-menu ul li {
	margin: 0 5px
}
.about-wrap-layout2 .shape-bg {
	top: -115px;
	max-width: 270px
}
.ruida-bg .shape-bg {
	max-width: 270px
}
.service-layout2 .shape-bg {
	max-width: 270px
}
.about-wrap-layout2 .action-area .action-box .content .text {
	font-size: 16px
}
.our-service-wrapper .service-box .service-content .title {
	font-size: 18px;
	margin-bottom: 15px;
	letter-spacing: 0
}
.service-layout2 .service-box .service-content {
	padding: 30px 25px;
	padding-bottom: 60px
}
.about-wrap-layout2 .action-area .action-box .content span {
	font-size: 14px;
	margin-bottom: 2px
}
.about-wrap-layout2 .action-area .action-box {
	padding-right: 40px;
	margin-right: 40px
}
.about-wrap-layout2 .about-us-content .about-title {
	font-size: 46px;
	max-width: 90%
}
.blog-layout2 .popular-blog .blog .blog-content {
	padding: 30px
}
.blog-layout2 .popular-blog .blog .blog-content .blog-title {
	font-size: 17px
}
.blog-layout2 .popular-blog .blog .blog-meta {
	margin-bottom: 10px
}
.blog-layout2 .blog .blog-meta span {
	margin-right: 20px
}
.blog-layout2 .latest-blog .blog-content {
	padding: 0 25px;
	padding-bottom: 15px
}
.blog-layout2 .latest-blog .blog-content .blog-title {
	padding-right: 0
}
.footer-layout3 .copyright-area::before {
	max-width: 370px
}
.widget:not(.footer-widget) {
	padding: 30px;
	margin-bottom: 30px;
	padding-top: 25px
}
.widget:not(.footer-widget).widget_categories ul li a {
	font-size: 14px
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-content .blog-title {
	font-size: 14px;
	margin-bottom: 10px
}
.footer-layout3 .footer-wid-wrap .widget-links ul li a {
	line-height: 1.2;
	font-size: 16px
}
}
@media (min-width:992px) and (max-width:1199.98px) {
.pb-150 {
	padding-bottom: 130px
}
.about-wrap-layout2 .action-area .action-btn, .about-wrap-layout2 .shape-bg, .appointment-form-layout1 .shape-bg, .ruida-bg .shape-bg, .brand-layout1 .bg-shape, .contact-form-layout1 .contact-form-slider, .contact-form-layout1::before, .contact-form-layout3 .shape-bg, .faq-layout3 .shape2, .header-layout2 .main-menu ul li ul::before, .project-layout1 .axivis-project .project-content::before, .project-layout1 .shape-bg, .service-layout3 .shape-bg, .team-layout2::after, .work-process-layout2 .shape-bg, .work-process-layout2 .work-process::before, .work-process-layout2::after, .work-process-layout3 .shape-bg {
	display: none
}
header .main-menu>ul>li {
	margin: 0 7px
}
.header-middle-area .action-box {
	padding-right: 20px;
	margin-right: 20px
}
.header-middle-area form.search-bar {
	margin-left: 0
}
.about-wrap-layout2 .about-us-content .about-title {
	font-size: 32px;
	line-height: 42px;
	max-width: 100%
}
.service-layout2 .service-box .service-content {
	padding: 30px 25px;
	padding-bottom: 60px
}
.about-wrap-layout2 .about-us-content {
	padding-right: 0
}
.about-wrap-layout2 .about-us-content p {
	margin-bottom: 20px
}
.about-wrap-layout2 .action-area .action-box {
	padding-right: 30px;
	margin-right: 30px
}
.about-wrap-layout2 .action-area .action-box .content .text {
	font-size: 18px
}
.about-wrap-layout2 .action-area .action-box .content span {
	font-size: 13px
}
.section-title2 .title::before {
	font-size: 104px
}
.blog-layout2 .popular-blog .blog .blog-meta {
	margin-bottom: 12px
}
.footer-layout3 .copyright-area::before {
	max-width: 370px
}
.footer-layout3 .copyright-area .social-links ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px
}
.footer-layout3 .footer-wid-wrap .widget-links {
	padding-left: 0
}
.breadcumb-layout1 .breadcumb-content .blog-t {
	font-size: 30px !important;
}
.breadcumb-layout1 .breadcumb-content .breadcumb-title {
	font-size: 48px
}
.breadcumb-layout1 .breadcumb-content {
	padding-top: 145px;
	padding-bottom: 150px
}
.breadcumb-layout1 .breadcumb-content ul {
	padding: 5px 42px
}
.founder-layout1 .axivis-founder:nth-child(2n+1) .founder-content {
	padding-left: 0;
	padding-right: 30px
}
.founder-layout1 .axivis-founder .founder-content {
	padding-left: 30px
}
.founder-layout1 .axivis-founder .founder-content .name {
	font-size: 34px;
	letter-spacing: 0;
	margin-bottom: 10px
}
.founder-layout1 .axivis-founder {
	margin-bottom: 75px
}
.widget:not(.footer-widget) {
	padding: 20px;
	margin-bottom: 30px;
	padding-top: 15px
}
.widget:not(.footer-widget) .widget_title {
	font-size: 20px;
	letter-spacing: 0;
	padding-bottom: 15px;
	margin-bottom: 20px
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-content .blog-title {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px
}
.widget:not(.footer-widget).widget_social_links ul li a {
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	font-size: 14px
}
.sticky-header-wrap .main-menu ul li {
	margin: 0 5px
}
}
@media (min-width:768px) and (max-width:991.98px) {
.about-wrap-layout2 .shape-bg, .appointment-form-layout1 .shape-bg, .brand-layout1 .bg-shape, .contact-form-layout1 .contact-form-slider, .contact-form-layout1::before, .contact-form-layout2 .shape2, .contact-form-layout3 .shape-bg, .ruida-bg .shape-bg, .faq-layout3 .shape-bg, .featured-layout2::before, .header-layout2 .header-btn, .header-layout2::before, .header-middle-layout3::before, .header-top-wrap.header-top-layout2, .pricing-table-layout2 .pricing-table .price-plan span.shape, .pricing-table-layout4 .shape-bg, .project-layout1 .axivis-project .project-content::before, .project-layout1 .shape-bg, .service-layout2 .shape-bg, .service-layout3 .shape-bg, .team-layout2::after, .team-layout2::before, .testomonial-layout2 .shape-bg, .testomonial-layout3 span.quote-top, .work-process-layout2 .shape-bg, .work-process-layout2 .work-process::before, .work-process-layout2::after, .work-process-layout2::before, .work-process-layout3 .shape-bg {
	display: none
}
.pb-150 {
	padding-bottom: 100px
}
.pb-130 {
	padding-bottom: 80px
}
.pb-120 {
	padding-bottom: 70px
}
.pb-110 {
	padding-bottom: 60px
}
.pb-100 {
	padding-bottom: 50px
}
.pb-90 {
	padding-bottom: 50px
}
.pb-80 {
	padding-bottom: 50px
}
.pb-70 {
	padding-bottom: 40px
}
.pt-155 {
	padding-top: 95px
}
.pt-130 {
	padding-top: 80px
}
.pt-125 {
	padding-top: 75px;
}
.pt-120 {
	padding-top: 70px
}
.pt-100 {
	padding-top: 50px
}
.pt-80 {
	padding-top: 50px
}
.pt-70 {
	padding-top: 40px
}
.background-image {
	background-size: cover
}
.header-top-layout1 .header-top-wrap .container {
	width: 100%;
	max-width: 100%
}
.header-middle-area form.search-bar {
	display: none;
	margin-left: 45px
}
header .container {
	max-width: 100%
}
.about-wrap-layout2 .about-us-content {
	padding-right: 0;
	margin-top: 40px
}
.about-wrap-layout2 .about-us-img img {
	width: 100%
}
.about-wrap-layout2 .about-us-content .about-title {
	font-size: 36px;
	line-height: 52px;
	max-width: 100%
}
.about-wrap-layout2 .action-area .action-box {
	padding-right: 20px;
	margin-right: 20px
}
.about-wrap-layout2 .action-area .action-box .content .text {
	font-size: 14px
}
.about-wrap-layout2 .action-area .action-box .content span {
	font-size: 12px
}
.about-wrap-layout2 .action-area .action-box .icon span i {
	font-size: 34px;
	padding-left: 15px
}
.about-wrap-layout2 .action-area .action-box .content span.shape-icon::before {
	width: 40px;
	height: 40px;
	margin-top: -20px
}
.about-wrap-layout2 .action-area .action-btn {
	margin-top: 30px
}
.sec-separator span {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 42px
}
.about-wrap-layout2 .action-area {
	padding-top: 40px
}
.section-title2 .title {
	font-size: 36px
}
.section-title2 {
	padding-bottom: 45px
}
.section-title2 .title::before {
	font-size: 78px;
	margin-top: -13px
}
.blog-layout2 .latest-blog .blog-content .blog-title {
	font-size: 17px;
	line-height: 20px;
	padding-right: 0;
	margin-bottom: 10px
}
.blog-layout2 .latest-blog .blog-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 0 20px;
	padding-bottom: 0
}
.blog-layout2 .latest-blog .blog-content p {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 20px
}
.blog-layout2 .latest-blog .blog-meta {
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-right: 0
}
.blog-layout2 .popular-blog .blog .blog-content {
	padding: 15px
}
.blog-layout2 .popular-blog .blog .blog-content .blog-title {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
}
.blog-layout2 .popular-blog .blog .blog-meta {
	padding-bottom: 10px;
	margin-bottom: 12px
}
.blog-layout2 .blog .blog-meta span {
	font-size: 13px;
	margin-right: 10px
}
.blog-layout2 .blog .blog-meta span i {
	font-size: 13px;
	margin-right: 7px
}
.footer-layout3 .footer-wid-wrap .widget-links {
	padding-left: 0
}
.footer-layout3 .copyright-area::before {
	max-width: 350px
}
.breadcumb-layout1 .breadcumb-content .blog-t {
	font-size: 40px !important;
}
.breadcumb-layout1 .breadcumb-content .breadcumb-title {
	font-size: 46px
}
.breadcumb-layout1 .breadcumb-content {
	padding-top: 135px;
	padding-bottom: 140px
}
.breadcumb-layout1 .breadcumb-content ul {
	padding: 0 40px
}
.breadcumb-layout1 .breadcumb-content ul li {
	font-size: 14px
}
.contact-map-wrap {
	height: 85vw
}
.founder-layout1 .axivis-founder:nth-child(2n+1) .row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.founder-layout1 .axivis-founder:nth-child(2n+1) .founder-content {
	padding-left: 0;
	padding-right: 0
}
.founder-layout1 .axivis-founder .founder-content {
	padding-left: 0;
	padding-top: 50px;
	text-align: left
}
.founder-layout1 .axivis-founder {
	margin-bottom: 60px
}
.founder-layout1 .axivis-founder:last-child {
	margin-bottom: 30px
}
.founder-layout1 .axivis-founder .founder-content .name {
	font-size: 36px;
	letter-spacing: 0;
	margin-bottom: 5px
}
.about-wrap-layout2 .action-area .action-box .icon span {
	margin-right: 15px
}
.about-wrap-layout5 .about-us-img {
	max-width: 670px;
	margin-bottom: 30px
}
.footer-layout3 .footer-wid-wrap.pt-100 {
	padding-top: 70px;
}
}
@media (max-width:767.98px) {
.about-wrap-layout1 .action-area .action-box::before, .about-wrap-layout1:before, .about-wrap-layout2 .action-area .action-box::before, .about-wrap-layout2 .shape-bg, .about-wrap-layout4 .about-us-img .big-img::after, .about-wrap-layout4 .about-us-img .big-img::before, .about-wrap-layout4 .about-us-img .small-img::after, .about-wrap-layout4 .about-us-img .small-img::before, .about-wrap-layout4 .about-us-img::before, .appointment-form-layout1 .shape-bg, .brand-layout1 .bg-shape, .contact-form-layout1 .contact-form-slider, .contact-form-layout1::before, .contact-form-layout2 .shape-bg, .contact-form-layout3 .shape-bg, .faq-layout3 .shape-bg, .featured-layout2::before, .footer-layout3 .copyright-area::before, .header-layout2 .header-btn, .header-layout2::before, .header-layout3 .header-top-wrap, .header-middle-layout3::before, .header-top-wrap.header-top-layout2, .hero-layout2 .ls-bottom-nav-wrapper, .hero-layout3 .small-title:after, .hero-layout3 .small-title:before, .price-plan-layout1 .price-action-box .shape, .pricing-table-layout2 .pricing-table .price-plan span.shape, .pricing-table-layout4 .shape-bg, .project-layout1 .axivis-project .project-content::before, .project-layout1 .shape-bg, .service-layout2 .shape-bg, .service-layout3 .inner-wrapper::before, .service-layout3 .shape-bg, .ruida-bg .shape-bg, .shape-bg.shape-br, .team-layout2::after, .team-layout2::before, .testomonial-layout2 .shape-bg, .testomonial-layout3 span.quote-top, .testomonial-layout4 .single-testomonial .testomonial-content .quote, .work-process-layout1:before, .work-process-layout2 .shape-bg, .work-process-layout2 .work-process::before, .work-process-layout2::after, .work-process-layout2::before, .work-process-layout3 .shape-bg {
	display: none
}
.pb-150 {
	padding-bottom: 60px
}
.pb-130 {
	padding-bottom: 60px
}
.pb-120 {
	padding-bottom: 50px
}
.pb-110 {
	padding-bottom: 40px
}
.pb-100 {
	padding-bottom: 30px
}
.pb-90 {
	padding-bottom: 40px
}
.pb-80 {
	padding-bottom: 40px
}
.pb-70 {
	padding-bottom: 30px
}
.pt-155 {
	padding-top: 75px
}
.pt-130 {
	padding-top: 60px
}
.pt-125 {
	padding-top: 55px;
}
.pt-120 {
	padding-top: 50px
}
.pt-110 {
	padding-top: 40px
}
.pt-100 {
	padding-top: 30px
}
.pt-80 {
	padding-top: 40px
}
.pt-90 {
	padding-top: 40px
}
.pt-70 {
	padding-top: 30px
}
.background-image {
	background-size: cover
}
.section-title {
	padding: 0 0;
	padding-bottom: 15px
}
.section-title .title {
	font-size: 28px
}
.circle-btn.xl {
	font-size: 46px;
	width: 100px;
	height: 100px;
	line-height: 100px
}
.about-us-sec .experiance-box .content .main-title, .header-top-layout1 {
	display: none
}
header .container {
	max-width: 100%
}
.blog-layout2 .latest-blog .blog-content .blog-title {
	font-size: 18px;
	line-height: 18px;
	padding-right: 0;
	margin-bottom: 10px
}
.blog-layout2 .latest-blog .blog-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 0 20px;
	padding-bottom: 0
}
.blog-layout2 .latest-blog .blog-content p {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 20px
}
.blog-layout2 .latest-blog .blog-meta {
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-right: 0
}
.blog-layout2 .popular-blog .blog .blog-content {
	padding: 15px
}
.blog-layout2 .popular-blog .blog .blog-content .blog-title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px
}
.blog-layout2 .popular-blog .blog .blog-meta {
	padding-bottom: 10px;
	margin-bottom: 12px
}
.blog-layout2 .blog .blog-meta span {
	font-size: 13px;
	margin-right: 10px
}
.blog-layout2 .blog .blog-meta span i {
	font-size: 13px;
	margin-right: 7px
}
.hero-layout2 {
	margin-top: 0;
	padding-top: 0
}
.repair-estimator-layout2 .inner-wrap {
	padding: 20px 15px;
	padding-bottom: 15px;
	margin-top: 0
}
.repair-estimator-wrap.repair-estimator-layout2.pb-150.secondary-bg2 {
	padding-bottom: 60px;
	padding-top: 60px
}
.about-wrap-layout2 .about-us-img {
	position: relative;
	padding: 15px
}
.about-wrap-layout2 .about-us-img img {
	width: 100%
}
.about-wrap-layout2 .about-us-content {
	padding-right: 0;
	margin-top: 30px;
	margin-bottom: 15px
}
.about-wrap-layout2 .about-us-content .about-title {
	font-size: 26px;
	line-height: 36px;
	max-width: 100%;
	width: 100%
}
.about-wrap-layout2 .about-us-content p {
	margin-bottom: 20px
}
.about-wrap-layout2 .about-us-content .video-action {
	margin-right: 0;
	padding-top: 0
}
.about-wrap-layout2 .about-us-content .author-signa {
	padding-top: 20px
}
.about-wrap-layout2 .action-area {
	padding-top: 20px
}
.about-wrap-layout2 .action-area .action-box {
	padding-right: 0;
	margin-right: 0;
	margin-bottom: 20px
}
.about-wrap-layout2 .action-area .action-box .icon span i {
	font-size: 36px;
	padding-left: 15px
}
.about-wrap-layout2 .action-area .action-box .content .text {
	font-size: 18px
}
.about-wrap-layout2 .action-area .action-box .content span {
	font-size: 13px;
	margin-bottom: 2px
}
.shape-icon::before {
	width: 40px;
	height: 40px;
	margin-top: -20px
}
.sec-separator span {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 38px
}
.section-title2 .title {
	font-size: 26px;
	line-height: .8;
	margin-bottom: 16px
}
.section-title2 .title::before {
	font-size: 54px;
	margin-top: -7px
}
.section-title2 {
	padding-bottom: 35px
}
.blog-layout2 .latest-blog {
	position: relative;
	min-height: 400px
}
.mobile-menu-wrapper .mean-menu-area {
	max-width: 230px
}
.footer-layout3 .copyright-area .copyright .text {
	font-size: 13px
}
.footer-layout3 .copyright-area .inner-wrapper {
	padding: 14px 0
}
.footer-layout3 .footer-wid-wrap .widget_title {
	font-size: 18px;
	margin-bottom: 15px
}
.footer-layout3 .footer-wid-wrap .widget-links {
	padding-left: 0
}
.footer-wid-wrap.pt-130.pb-70 {
	padding-bottom: 30px
}
.footer-layout3 .footer-wid-wrap .widget-newsletter .text {
	line-height: 24px;
	margin-bottom: 15px;
	font-size: 14px
}
.footer-layout3 .footer-wid-wrap .widget_about .about-text {
	margin-bottom: 15px;
	font-size: 14px
}
.breadcumb-layout1 .breadcumb-content .breadcumb-title {
	font-size: 28px;
	text-align: center
}
.chanpin-h1{font-size: 22px !important;line-height: 36px !important;}
.jhy-title{font-size: 22px !important;line-height: 36px !important;margin: 0 0 1rem 0;}
.features-title{font-size: 20px !important;line-height: 36px !important;margin: 0 0 1rem 0;}
.chanpin-hr h4{font-size: 18px !important;line-height: 36px !important;margin: 0 0 1rem 0;}
.price-plan-layout1 .price-action-box{margin-top:0px !important;margin-left:0px !important;}
.breadcumb-layout1 .breadcumb-content ul {
	right: 50%;
	padding: 0 10px;
	width: 100%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	text-align: center
}
.breadcumb-layout1 .breadcumb-content ul li {
	font-size: 15px;
	line-height: 30px
}
.breadcumb-layout1 .breadcumb-content {
	padding-top: 85px;
	padding-bottom: 140px
}
.contact-map-wrap {
	height: 85vw
}
.founder-layout1 .axivis-founder:nth-child(2n+1) .row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.founder-layout1 .axivis-founder:nth-child(2n+1) .founder-content {
	padding-left: 0;
	padding-right: 0
}
.founder-layout1 .axivis-founder {
	margin-bottom: 50px
}
.founder-layout1 .axivis-founder:last-child {
	margin-bottom: 10px
}
.founder-layout1 .axivis-founder .founder-content .name {
	font-size: 26px;
	letter-spacing: 0;
	margin-bottom: 5px
}
.founder-layout1 .axivis-founder .social-links ul li {
	margin: 0 2px
}
.founder-layout1 .axivis-founder .social-links {
	margin-bottom: -15.5px
}
.founder-layout1 .axivis-founder .founder-content {
	padding-left: 0;
	padding-top: 40px;
	text-align: left
}
.founder-layout1 .axivis-founder .founder-content .text {
	font-size: 14px;
	margin-bottom: 20px
}
header .header-logo {
	padding: 10px 0;
	margin-left: -20px;
}
.menuToggleBtn {
	font-size: 28px;
	margin-right: 10px
}
.sticky-header-wrap .logo {
	padding: 10px 0;
	max-width: 90px
}
.about-wrap-layout2 .action-area .action-box .icon span i.fa-phone-alt {
	font-size: 28px;
	padding-left: 24px
}
.footer-layout3 .footer-wid-wrap.pt-100 {
	padding-top: 60px;
}
.service-layout3.pb-110 {
	padding-bottom: 30px;
}
}
@media (min-width:576px) and (max-width:767.98px) {
.about-wrap-layout2 .about-us-content .video-action {
	margin-right: 30px;
	padding-top: 25px
}
}
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}
.select2-results {
	display: block
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}
.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}
.select2-results__option[aria-selected] {
	cursor: pointer
}
.select2-container--open .select2-dropdown {
	left: 0
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-search--dropdown {
	display: block;
	padding: 4px
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance:none
}
.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.price-plan-layout1 {
    background-color: #f5f6fa;
}
.cpjhy-cptx li{padding-bottom: 15px;}
.about-hs {
    color: #0d6fb8;
}
.price-plan-layout1 .price-plan-area .features-list ul li:before {
    content: '\f111';
    position: relative;
    left: 0;
    top: -4px;
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    box-shadow: inset 0 0 6px -2px #0d6fb8;
    line-height: 15px;
    margin-right: 15px;
    color: #0d6fb8;
    border-radius: 50%;
}
.price-plan-layout1 .price-action-box {
    background-color: #0d6fb8;
    background-image: url(/templets/default/assets/img/bg-img/pricing-action-box-bg-1.png);
    text-align: center;
    padding: 75px 50px;
    padding-top: 70px;
    margin-top: 145px;
    position: relative;
    margin-left: 35px;
}
.price-plan-layout1 .price-action-box .shape1 {
    background-image: url(/templets/default/assets/img/bg-img/pricing-action-box-line-1.png);
    top: -165px;
    left: 0;
    height: 115px;
    width: 100%;
}
.price-plan-layout1 .price-action-box .shape {
    position: absolute;
}
.shape-bg-100, .service-layout3 .inner-wrapper:before, .service-layout4, .work-process-layout1:before, .work-process-layout1.wrap-layout2:after, .pricing-table-layout4, .testomonial-layout5, .contact-form-layout1 .contact-form-slider:before, .price-plan-layout1 .price-action-box, .price-plan-layout1 .price-action-box .shape1, .project-layout1:before {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.price-plan-layout1 .price-action-box .shape1:before {
    left: 0;
    bottom: 50px;
}
.price-plan-layout1 .price-action-box .shape1:after {
    right: 0;
}
.flaticon-taxi-1:before {
    content: "\f133";
}
.price-plan-layout1 .price-action-box .shape:before, .price-plan-layout1 .price-action-box .shape:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    box-shadow: 0 0 0 3px #0d6fb8;
    border-radius: 50%;
}
.price-plan-layout1 .price-action-box span.shape.shape2 {
    height: 60px;
    top: -54px;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    background-color: #0d6fb8;
}
.price-plan-layout1 .price-action-box .text {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-style: italic;
}
@media (min-width: 991px) {
.flexo-bkbj{
	padding: 20px;
        background-color: rgba(0, 0, 0, .03);
        border-style: solid;
        border-color: #fff;
        border-radius: 10px;
        transition: border 0.3s;
        position: relative;
}
.flexo-bkbj::after {
    content: "";
    position: absolute;
    top: 7%;
    left: 75%;
    width: 130px;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.2;
}
.flexo-bjtp-1::after{background-image: url(/templets/default/assets/img/product/flexo-bjtp-1.webp);}
.flexo-bjtp-2::after{background-image: url(/templets/default/assets/img/product/flexo-bjtp-2.webp);width: 160px;height: 160px;top: 2%;left: 74%;}
.flexo-bjtp-3::after{background-image: url(/templets/default/assets/img/product/flexo-bjtp-3.webp);}
.flexo-bjtp-4::after{background-image: url(/templets/default/assets/img/product/flexo-bjtp-4.webp);}
.flexo-bjtp-5::after{background-image: url(/templets/default/assets/img/product/flexo-bjtp-5.webp);}
.flexo-bjtp-6::after{background-image: url(/templets/default/assets/img/product/flexo-bjtp-6.webp);}
.flexo-bjtp-7::after{background-image: url(/templets/default/assets/img/product/flexo-bjtp-7.webp);}
.flexo-bjtp-8::after{background-image: url(/templets/default/assets/img/product/flexo-bjtp-8.webp);}
.flexo-bjtp-9::after{background-image: url(/templets/default/assets/img/product/flexo-bjtp-9.webp);}
}
.chanpin-advantage-2 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #333132;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.chanpin-advantage-2 .title-2 {
    margin-bottom: 40px;
    padding-right: 50px;
}
.chanpin-advantage-2 ul li {
    font-size: 1rem;
    padding: 5px 15px;
    list-style: none;
}
.chanpin-advantage-2 ul li:before {
    content: "";
    background-color: #0d6fb8;
    display: inline-block;
    margin-right: 20px;
    width: 7px;
    height: 7px;
}
.flexo-peij .title {
    margin-bottom: 30px;
}
.chanpin-hr hr {
    background-color: #0d6fb8;
    width: 90px;
    height: 8px;
    margin: 20px 0;
    opacity: 1;
}
.fuwu-h2{padding-bottom: 10px;}
.fuwu-h4 h4{margin-bottom: 10px;}
.fuwu-h4 h4:before {
    content: '\f111';
    position: relative;
    left: 0;
    top: -4px;
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    box-shadow: inset 0 0 6px -2px #0d6fb8;
    line-height: 15px;
    margin-right: 15px;
    color: #0d6fb8;
    border-radius: 50%;
}
.fuwu-peijian-wb{display: flex;align-items: center;}
.fuwu-peijian-wb p{margin-bottom:0;}
.fuwu-peijian-wb .primary-btn.white-btn {
    color: #fff;
    background-color: #0d6fb8;
}
.contact-form-layout2 {
	position: relative;
}
.contact-form-layout2 .notice {
	background-color: #0d6fb8;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}
.contact-form-layout2 .notice .notice-icon {
	display: inline-block;
	width: 90px;
	height: 90px;
	background-color: #0d6fb8;
	border: 5px solid #ffffff;
	text-align: center;
	line-height: 83px;
	color: #ffffff;
	font-size: 44px;
	position: relative;
	margin-top: -45px;
	margin-bottom: 5px;
	border-radius: 50%;
}
.contact-form-layout2 .notice .notice-icon i {
	animation: cscale 1s infinite alternate;
}
.fa-info-circle:before {
    content: "\f05a";
}
.contact-form-layout2 .notice .notice-text {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 500;
}
.contact-form-layout2 .shape1 {
	top: 200px;
	left: 0;
}
.contact-form-layout2 .shape2 {
	right: 0;
	bottom: 17%;
	animation: downUp 10s alternate infinite;
}
.form-group label {
    font-size: 16px;
    font-weight: 400;
    color: #5b5657;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.form-group .form-control {
    font-size: 16px;
    color: #5b5657;
    padding: 10px 20px;
    border: none;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 0;
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-group textarea {
    min-height: 200px;
}
.gutters-20 .form-group {
    margin-bottom: 20px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.image-list .cover{
	position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
}
.image-list .cover{
	position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
}
.factory-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  box-shadow: hsl(0, 0%, 80%) 0 0 20px;
}

.factory-gallery img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.factory-gallery figure:hover img {
  transform: scale(1.05);
}

.factory-gallery figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.8;
  text-align: center;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(100%);
}

.factory-gallery figure:hover figcaption {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 992px){
	.image-list .cover{
	flex: 0 0 50%;
    max-width: 50%;}
	.about-show h3{font-size: 20px;}
}
@media (min-width: 992px){
.image-list .cover{
	flex: 0 0 50%;
    max-width: 50%;}
}
@media (min-width: 1200px){
	.image-list .cover{
	flex: 0 0 25%;
    max-width: 25%;}
}
