@charset "utf-8";
body {
	font-family: "gothambook", "Source Han Sans CN", "noto sans", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "Microsoft Yahei UI", SimHei, "\5B8B\4F53", simsun, sans-serif;
	color: #333333;
	background-color: #ffffff;
	font-weight: 300;
}
body,div,p,span,form,iframe,table,td,th,input,textarea,button,label,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
ol, ul{ 
	list-style: none outside none;
}
a{
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
a:hover,a:focus{
	text-decoration: none;
	color: #0d56c9;
}
.container{
	width: 1200px;
}
/*-----------------------------------------------------------*/
.products-list{
	margin-top: 30px;
	margin-bottom: 30px;
}
.products-list .title{
	color: #000000;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 30px;
}
.products-list .title h1{
	font-size: 40px;
	margin-bottom: 20px;
}
.products-list .title p{
	font-size: 18px;
}
.products-list-main{
	border-bottom: 1px solid #e1e1e1;
}
.products-list-sidebar{
	width: 280px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 10px;
	border-right: 1px solid #e1e1e1;
}
.products-list-content{
	width: calc(100% - 280px);
	float: left;
	border-left: 1px solid #e1e1e1;
	margin-left: -1px;
	padding: 20px;
}
.products-list-content table thead td{
	background-color: #0d56c9;
	color: #ffffff;
}
.products-list-content table img{
	width: 30px;
}
.products-list-content table td{
	font-size: 12px;
}
.products-list-content .products-first-item{
	margin-bottom: 60px;
}
.products-list-sidebar h2{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	position: relative;
	margin-bottom: 40px;
}
.products-list-sidebar h2 button{
	position: absolute;
	right: 0;
	top: 5px;
	background: none;
	border: none;
	outline: none;
	color: #0d56c9;
	font-size: 14px;
	font-weight: normal;
}
.products-list-sidebar .sidebar-dropdown{
	margin-bottom: 30px;
}
.products-list-sidebar .sidebar-dropdown h5{
	position: relative;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}
.products-list-sidebar .sidebar-dropdown h5 span{
	position: absolute;
	font-size: 8px;
	right: 0;
	top: 0;
}
.products-list-sidebar .sidebar-dropdown ul{
	padding-left: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.products-list-sidebar .sidebar-dropdown ul li{
	line-height: 30px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.products-list-sidebar .sidebar-dropdown ul li img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.products-list-sidebar .sidebar-dropdown ul li a{
	color: #333333;
	width: 210px;
	line-height: 18px;
}
.products-list-sidebar .sidebar-checkbox h5{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}
.products-list-sidebar .sidebar-checkbox .select-box{
	position: relative;
	margin-bottom: 30px;
}
.products-list-sidebar .sidebar-checkbox .select-box p{
	border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border: 1px solid #ececec;
    padding-left: 15px;
    padding-right: 30px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
    line-height: 52px;
}
.products-list-sidebar .sidebar-checkbox .select-box p span{
	position: absolute;
	right: 15px;
	top: 1px;
	color: #0d56c9;
}
.products-list-sidebar .sidebar-checkbox .select-box .select-float{
	position: absolute;
	left: 0;
	top: 52px;
	border: 1px solid #aaa;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	padding: 15px 10px 10px 10px;
	background-color: #ffffff;
	white-space: nowrap;
	display: none;
	z-index: 9;
}
.products-list-sidebar .sidebar-checkbox .select-box .select-float div{
	margin-top: 5px;
	margin-bottom: 5px;
}
.products-list-sidebar .sidebar-checkbox .select-box .select-float div:after{
	content: '';
	display: table;
	clear: both;
}
.products-list-sidebar .sidebar-checkbox .select-box .select-float input{
	width: 14px;
	height: 14px;
}
.products-list-sidebar .sidebar-checkbox .select-box .select-float span{
	font-weight: normal;
	margin-left: 5px;
	white-space: nowrap;
}
.products-list-sidebar .sidebar-checkbox .select-box .select-float button{
	position: absolute;
	right: 10px;
	top: 5px;
	background: none;
	border: none;
	outline: none;
}
.products-list-content table td{
	vertical-align: middle !important;
}
.products-list-content table thead{
	background-color: rgba(13,86,201,0.1);
}.request-quote{
	margin-top: 40px;
}
.request-quote h1{
	font-family: "gothamblack";
	font-size: 48px;
	color: #000000;
	margin-bottom: 10px;
}
.request-quote .form-control:focus {
	border-color: #0d56c9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51, 122, 183, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51, 122, 183, .6);
}
.request-quote button{
	background: #0d56c9;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    border: none;
    outline: none;
    padding: 15px;
}
.products-show-banner{
	width: 100%;
	background-image: linear-gradient(to bottom right, #bfd4e7, #a3b8cd);
	padding-top: 50px;
	padding-bottom: 50px;
}
.products-show-banner .pull-left{
	margin-top: 30px;
}
.products-show-banner h5{
	font-weight: bold;
	color: #0d56c9;
	font-size: 18px;
	margin-bottom: 30px;
}
.products-show-banner h2{
	color: #000000;
	font-size: 48px;
	font-family: "gothamblack";
	margin-bottom: 30px;
}
.products-show-banner h3{
	font-size: 30px;
	font-weight: 1000;
	margin-bottom: 10px;
}
.products-show-banner table td{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 30px;
	color: #000000;
}
.products-show-banner button{
	background: #0d56c9;
    color: #fff;
    font-weight: bold;
    margin-top: 50px;
    border: none;
    outline: none;
    padding: 15px;
}
.products-show-banner button span{
	margin-left: 20px;
}
.products-show-specifications{
	margin-top: 60px;
}
.products-show-specifications h1{
	font-size: 48px;
	font-family: "gothamblack";
	color: #000000;
}
.products-show-specifications h2{
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 30px;
}
.parameter{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.parameter .item{
	width: 48%;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-top: 16px;
	padding-bottom: 16px;
}
.parameter .item h5{
	color: #0d56c9;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}
.parameter .item p{
	font-size: 14px;
	color: #000000;
}
.products-show-features{
	margin-top: 60px;
}
.products-show-features h1{
	font-size: 48px;
	font-family: "gothamblack";
	color: #000000;
	margin-bottom: 15px;
}
.products-show-features p{
	line-height: 28px;
	margin-bottom: 26px;
}
.products-show-parameter{
	margin-top: 60px;
}
.products-show-parameter h1{
	font-size: 48px;
	font-family: "gothamblack";
	color: #000000;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.parameter-table table thead td{
	background-color: #0d56c9;
	color: #ffffff;
}
.parameter-table table img{
	width: 30px;
}
.parameter-table table td{
	font-size: 12px;
}
.parameter-table table tbody tr{
	cursor: pointer;
}
.parameter-table .table-link{
	color: black;
}
.parameter-table tr:hover>td span{
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.parameter-table span{
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #0d56c9;
	color: #ffffff;
	border-radius: 6px;
	padding: 2px 6px;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.products-show-brand{
	margin-top: 60px;
}
.products-show-brand h1{
	font-size: 48px;
	font-family: "gothamblack";
	color: #000000;
	margin-bottom: 20px;
}
.products-show-brand-table .item{
	width: 10%;
	float: left;
}
.products-show-brand-table:after{
	content: '';
	display: table;
	clear: both;
}
.products-show-brand-table h5{
	margin-bottom: 10px;
}
.products-show-brand-table h5 img{
	width: 100px;
}
.products-show-brand-table h5 span{
	display: block;
	text-align: left;
	font-family: "gothamblack";
	margin-top: 5px;
}
.products-show-brand-table ul li{
	line-height: 24px;
}
.products-show-downloads{
	margin-top: 60px;
}
.products-show-downloads h1{
	font-size: 48px;
	font-family: "gothamblack";
	color: #000000;
	margin-bottom: 40px;
}
.products-show-downloads select{
	width: 100%;
	border: 1px solid #ececec;
    padding: 15px 15px 15px 15px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    background: transparent url(../images/caret-down.png) right center no-repeat !important; 
    background-origin: content-box !important; 
    cursor: pointer;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}
.products-show-downloads hr{
	margin-top: 40px;
	margin-bottom: 60px;
}
.download-item{
	border: 1px solid #e1e1e1;
	padding: 40px 70px 30px 70px;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.download-item:hover{
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.download-item i{
	color: #0d56c9;
	font-size: 26px;
	position: absolute;
	left: 25px;
	top: 40px;
}
.download-item h5{
	font-size: 14px;
	color: #0d56c9;
	font-weight: bold;
}
.download-item p{
	color: #000000;
	font-size: 14px;
	margin-top: 10px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 15px;
}
.download-item .download-link{
	display: inline-block;
	background: #0d56c9;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
    float: left;
}
.download-item span{
	float: left;
	margin-left: 30px;
	margin-top: 5px;
}
.products-first{
	margin-top: 30px;
}
.products-first-item{
	margin-bottom: 30px;
	position: relative;
	z-index: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.products-first-item:hover{
	z-index: 9;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.products-first-item:hover:before{
	opacity: 1;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.products-first-item:hover>.link{
	opacity: 1;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.products-first-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% + 80px);
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
	z-index: 0;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
	opacity: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.products-first-item img{
	position: relative;
	z-index: 1;
}
.products-first-item h5{
	color: #000000;
	font-size: 14px;
	text-align: center;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
	height: 30px;
}
.products-first-item ul{
	text-align: center;
	font-size: 0;
	position: relative;
	z-index: 1;
}
.products-first-item ul li{
	display: inline-block;
	color: #666666;
	text-transform: capitalize;
	background-color: #aaaaaa;
	padding: 3px 5px;
	font-size: 10px;
	margin-left: 2px;
	margin-right: 2px;
	color: #ffffff;
	margin-bottom: 4px;
}
.products-first-item .link{
	opacity: 0;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.products-first-item .link a{
	display: inline-block;
	padding: 5px 20px;
	margin-left: 2px;
	margin-right: 2px;
}
.products-first-item .link a:nth-of-type(1){
	background-color: #ffffff;
	border: 2px solid #0d56c9;
	color: #0d56c9;
    cursor: pointer
}
.products-first-item .link a:nth-of-type(2){
	background-color: #0d56c9;
	border: 2px solid #0d56c9;
	color: #ffffff;
}
.products-info{
	background-color: #f7f7f7;
	padding-top: 80px;
	padding-bottom: 80px;
}
.products-info h1{
	font-family: "gothamblack";
	font-size: 40px;
	color: #0d56c9;
	text-align: center;
	margin-bottom: 40px;
	text-transform: capitalize;
}
.products-info .item{
	width: 100%;
    box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.products-info .item:hover{
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;

}
.products-second{
	margin-top: 30px;
}
.products-second-introduce{
	margin-top: 30px;
	margin-bottom: 25px;
}
.products-second-introduce h5{
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
.products-second-introduce p{
	color: #666666;
	line-height: 22px;
	margin-bottom: 5px;
}
.products-class-section1{
	padding-top: 40px;
	padding-bottom: 40px;
}
.products-class-section1 h1{
	font-family: "gothamblack";
    font-size: 48px;
    color: #000000;
    margin-bottom: 20px;
}
.products-class-section1 h2{
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.products-class-section1 h5{
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.products-class-section1 p{
	line-height: 24px;
}
.products-class-section2{
	padding-top: 0px;
	padding-bottom: 40px;
}
.products-class-section2 h5{
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 20px;
	margin-top: 20px;
}
.products-class-section2 p{
	line-height: 24px;
}
.products-class-section2 ul{
	margin-top: 10px;
	margin-bottom: 10px;
}
.products-class-section2 ul li{
	line-height: 24px;
}
.products-class-section3{
	padding-top: 40px;
	padding-bottom: 40px;
}
.products-class-section3 .section-nav{
	position: relative;
}
.products-class-section3 .section-nav:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #cdcdcd;
	z-index: -1;
}
.products-class-section3 .section-nav li{
	display: inline-block;
	cursor: pointer;
	text-transform: capitalize;
	margin-right: 40px;
	line-height: 36px;
}
.products-class-section3 .section-nav li i{
	margin-right: 5px;
}
.products-class-section3 .section-nav .active{
	color: #0d56c9 !important;
	font-weight: bold;
	border-bottom: 2px solid #0d56c9;
}
.section-tab section{
	display: none;
	padding-top: 10px;
}
.section-tab section:first-child{
	display: block;
}
.section-tab section h5{
	font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 30px;
}
.section-tab section p{
	line-height: 24px;
	margin-bottom: 10px;
}
.section-tab section strong{
	text-transform: capitalize;
}
.products-class-section4{
	padding-bottom: 40px;
}
.products-class-section4 h2{
	font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.products-class-section4 .item{
	box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}
.products-class-section4 .item .text{
	padding: 30px 20px;
	min-height: 162px;
	color: black;
}
.products-class-section4 .item .text h5{
	font-weight: bold;
	text-transform: capitalize;
	font-size: 16px;
	margin-bottom: 10px;
}
.products-class-section4 .item .text p{
	line-height: 24px;
	margin-bottom: 10px;
}
.products-class-section4 .item .text a{
	color: #0d56c9;
}

/*------------2023417-------------*/
.services-title{
	display: block;
	margin-bottom: 40px;
}
.services-title h1{
	font-family: "gothamblack";
	font-size: 40px;
	color: #0d56c9;
	text-align: center;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.services-title h2{
	font-size: 18px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
}
.services-industry-doing{
	padding-top: 30px;
	padding-bottom: 30px;
}
.services-industry-doing .doing-owl-item{
	position: relative;
}
.services-industry-doing .doing-owl-item .industry-text {
    position: absolute;
    left: 30px;
    top: 100px;
    color: #ffffff;
    font-size: 16px;
    z-index: 2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    padding-right: 30px;
}

.services-industry-doing .doing-owl-item h5 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: bold;
}

.services-industry-doing .doing-owl-item p {
    line-height: 20px;
}
.services-industry-doing .doing-owl-item:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 1;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.services-industry-doing .doing-owl-item:hover:after{
	opacity: 0.6;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.services-industry-doing-owl{
	position: relative;
}
.services-industry-doing-owl .services-industry-doing-owl-left{
	position: absolute;
	left: -60px;
	top: 50%;
	background: none;
	border: none;
	outline: none;
	color: #000000;
	margin-top: -18px;
}
.services-industry-doing-owl .services-industry-doing-owl-right{
	position: absolute;
	right: -60px;
	top: 50%;
	background: none;
	border: none;
	outline: none;
	color: #000000;
	margin-top: -18px;
}
.services-industry-doing-owl-left i, .services-industry-doing-owl-right i{
	font-size: 36px;
	font-weight: bold;
}
.services-industry-doing .learn{
	margin-top: 50px;
}
.services-industry-doing .learn h4{
	font-size: 30px;
	font-family: "gothamblack";
	color: #000000;
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: capitalize;
}
.services-industry-doing .learn h5{
	font-size: 18px;
	color: #0d56c9;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.services-industry-doing .learn p{
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	max-height: 96px;
	overflow: hidden;
}
.services-industry-doing .learn button{
	background: #0d56c9;
    color: #fff;
    font-weight: bold;
    margin-top: 40px;
    border: none;
    outline: none;
    padding: 15px;
}
.services-industry-insights{
	padding-top: 30px;
	padding-bottom: 30px;
}
.services-industry-insights-owl{
	position: relative;
}
.services-industry-insights-owl-left{
	position: absolute;
	left: -60px;
	top: 50%;
	background: none;
	border: none;
	outline: none;
	color: #000000;
	margin-top: -18px;
}
.services-industry-insights-owl-right{
	position: absolute;
	right: -60px;
	top: 50%;
	background: none;
	border: none;
	outline: none;
	color: #000000;
	margin-top: -18px;
}
.services-industry-insights-owl-left i, .services-industry-insights-owl-right i{
	font-size: 36px;
	font-weight: bold;
}
.services-industry-insights-owl .owl-box{
	position: relative;
}
.services-industry-insights-owl .owl-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
  display: none;
}
.services-industry-insights-owl .owl-box .text{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
  display: none;
}
.services-industry-insights-owl .owl-box .text h5{
	display: inline-block;
	color: #ffffff;
	background-color: #0d56c9;
	padding: 5px 10px;
	font-size: 12px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.services-industry-insights-owl .owl-box .text p{
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
	max-height: 56px;
	overflow: hidden;
}
.services-industry-insights-owl .owl-box .text a{
	display: inline-block;
    background-color: #ffffff;
    border-radius: 0;
    color: #0d56c9;
    padding: 5px 10px;
    font-family: "gothamblack";
}
.services-industry-insights .learn{
	margin-top: 50px;
}
.services-industry-insights .learn h4{
	font-size: 30px;
	font-family: "gothamblack";
	color: #000000;
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: capitalize;
}
.services-industry-insights .learn h5{
	font-size: 18px;
	color: #0d56c9;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.services-industry-insights .learn p{
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	max-height: 96px;
	overflow: hidden;
}
.services-industry-insights .learn button{
	background: #0d56c9;
    color: #fff;
    font-weight: bold;
    margin-top: 40px;
    border: none;
    outline: none;
    padding: 15px;
}
.services-title-left h1{
	text-align: left !important;
}
.services-title-left h2{
	text-align: left !important;
	line-height: 26px;
	margin-bottom: 10px;
}
.services-title-left p{
	line-height: 24px;
	margin-bottom: 10px;
}
.services-industry-special-four{
	margin-top: 50px;
}
.services-industry-special{
	padding-top: 60px;
	padding-bottom: 30px;
}
.services-industry-special-four .item{
	margin-bottom: 20px;
}
.services-industry-special-four .item:after{
	content: '';
	display: table;
	clear: both;
}
.services-industry-special-four .item i{
	display: block;
	width: 100px;
	float: left;
	font-size: 40px;
	color: #0d56c9;
	text-align: center;
}
.services-industry-special-four .item .text{
	width: calc(100% - 100px);
	float: right;
}
.services-industry-special-four .item .text h5{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
}
.services-industry-special-four .item .text p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
}
.services-industry-weeyh{
	padding-top: 30px;
	padding-bottom: 60px;
}
.services-industry-weeyh p{
	line-height: 24px;
	margin-bottom: 10px;
}
.services-industry-trial{
	padding-top: 10px;
	padding-bottom: 30px;
}
.services-industry-trial h2{
	font-family: "gothamblack";
    font-size: 40px;
    color: #0d56c9;
    text-align: center;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.services-industry-trial h3{
	font-size: 18px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
}
.services-industry-trial h5{
	text-transform: capitalize;
	font-size: 14px;
    color: #ffffff;
    background-color: #0d56c9;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.services-industry-trial ul{
	margin-top: 20px;
	margin-bottom: 20px;
	border-right: 1px solid #0d56c9;
}
.services-industry-trial ul li{
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
}
.services-industry-trial .col-md-6:last-child ul{
	border-right: none;
}
.services-industry-trial .col-md-3:last-child ul{
	border-right: none;
}
.services-industry-midbar{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
 .index-mid:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}
.index-mid video{
	object-fit: cover;
}
.services-industry-midbar img{
	width: 100%;
}
.services-industry-midbar .container{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  z-index: 12;
}
.services-industry-midbar h5{
	font-family: "gothamblack";
	color: #ffffff;
	text-transform: capitalize;
	font-size: 32px;
	margin-bottom: 30px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  	line-height: 40px;
}
.services-industry-midbar p{
	color: #ffffff;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 28px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.services-industry-midbar button{
	background: #0d56c9;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    border: none;
    outline: none;
    padding: 15px;
    margin-top: 0px;
    text-transform: capitalize;
}
.services-industry-around{
	padding-top: 40px;
	padding-bottom: 40px;
}
.services-industry-around h4{
	font-size: 40px;
    font-family: "gothamblack";
    color: #0d56c9;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.services-industry-around h5{
	font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
    margin-top: 20px;
}
.services-industry-around p{
	font-size: 14px;
	line-height: 26px;
}
.services-industry-around .link{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.services-industry-around .link a{
	background: #0d56c9;
    color: #fff;
    font-weight: bold;
    margin-top: 50px;
    border: none;
    outline: none;
    padding: 10px 15px 10px 15px;
	cursor: pointer;
}
.services-industry-around .link a:first-child{
	background: #0d56c9;
    color: #ffffff;
}
.services-industry-around .link a:last-child{
	background: #ffffff;
    color: #0d56c9;
    border: 2px solid #0d56c9;
}
.page-header{
	padding-bottom: 0px;
	margin: 0px;
	border-bottom: none;
	margin-bottom: 3px;
}
.page-header-top:after{
	content: '';
	display: table;
	clear: both;
}
.page-header-top ul{
	float: left;
	margin-right: 50px;
}
.page-header-top li{
	display: inline-block;
	margin-right: 30px;
}
.page-header-top li a{
	color: #212529;
	font-size: 12px;
	line-height: 42px;
}
.page-header-language{
	cursor: pointer;
	float: right;
	position: relative;
}
.page-header-language button{
	background: none;
	border: none;
	outline: none;
}
.page-header-language ul{
	display: none;
	position: absolute;
	right: 0;
	top: 40px;
	background-color: #ffffff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	z-index: 12;
	width: 140px;
	margin-right: 0px;
}
.page-header-language ul li{
	display: block;
	margin-right: 0;
	float: none;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 32px;
	border-bottom: 1px solid #f5f5f5;
}
.page-header-language ul li a{
	display: block;
	line-height: 32px;
}
.page-header-language ul li a:hover{
	color: #0d56c9;
}
.page-header-language p{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	color: #000000;
	font-size: 12px;
	line-height: 42px;
}
.page-header-language i{
	display: inline-block;
	color: #000000;
	line-height: 42px;
}
.page-header-language i:last-child{
	font-size: 12px;
}
.page-header-top-request{
	float: right;
	line-height: 42px;
	font-weight: bold;
    color: #ffffff;
    background-color: #0d56c9;
    height: 42px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 20px;
}
.page-header-top-request:hover{
	color: #ffffff;
}
.page-header-main{
	margin-top: 10px;
}
.page-header-main:after{
	content: '';
	display: table;
	clear: both;
}
.page-header-main a img{
	width: 115px;
	float: left;
	margin-right: 20px;
  margin-top: 5px;
}
.page-header-main .nav-list{
	float: right;
	height: 60px;
}
.page-header-main .nav-list li{
	display: inline-block;
}
.page-header-main .nav-list li .nav-list-link{
	display: block;
	padding-left: 20px;
	line-height: 60px;
	padding-right: 20px;
	font-weight: bold;
	color: #000000;
	border-bottom: 3px solid #ffffff;
}
.page-header-main .nav-list li .nav-list-link:hover{
	border-bottom: 3px solid #0d56c9;
}
.nav-list-box{
	position: absolute;
	left: 0;
	background-color: #fafafa;
	width: 100%;
	z-index: 13;
	padding-top: 40px;
	padding-bottom: 80px;
	border-top: 1px solid #e1e1e1;
	display: none;
}
.nav-list-box h2{
	font-size: 32px;
	line-height: 32px;
	color: #000000;
}
.nav-list-box a{
	color: #000000;
}
.nav-list-box h2 i{
	font-size: 24px;
	color: #000000;
	line-height: 32px;
	margin-left: 10px;
}
.nav-list-box h5{
	margin-top: 20px;
	line-height: 30px;
	margin-bottom: 8px;
}
.nav-list-box h5 a{
	color: #0d56c9;
	font-weight: bold;
	font-size: 16px;
}
.nav-list-box dl dd{
	line-height: 15px;
	margin-bottom: 10px;
}
.nav-list-box dl dd a{
	color: #666666;
	font-size: 12px;
	text-transform: capitalize;
}
.nav-list-box dl dd a:hover{
	color: #000000;
	font-weight: bold;
}
.page-header-main .search-box{
	float: right;
	position: relative;
}
.page-header-main .search-float{
	background-color: #ffffff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	position: absolute;
	right: 0;
	width: 340px;
	top: 63px;
	padding: 20px;
	display: none;
  z-index: 10;
}
.page-header-main .search-float:after{
	content: '';
	display: table;
	clear: both;
}
.page-header-main .search-float input{
	float: left;
	width: 260px;
	height: 40px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #0d56c9;
}
.page-header-main .search-float button{
	float: left;
	width: 40px;
	background: none;
	outline: none;
	border: none;
	background-color: #0d56c9;
	color: #ffffff;
	font-weight: bold;
	height: 40px;
}
.page-header-main .search-box .search-box-open{
	height: 60px;
	border: none;
	outline: none;
	background: none;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}
.about-options{
	margin-top: 40px;
	margin-bottom: 40px;
}
.about-options ul{
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 5px;
}
.about-options ul li{
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	margin-right: 40px;
	text-transform: capitalize;
}
.about-options ul li a{
	color: #000000;
}
.about-options .active a{
	color: #0d56c9 !important;
}
.about-section1-box{
	padding-top: 30px;
	padding-bottom: 60px;
	border-bottom: 1px solid #cdcdcd;
}
.about-section1 h2{
	font-size: 35px;
	font-family: "gothamblack";
	color: #000000;
}
.about-section1 h2 span{
	color: #0d56c9;
}
.about-section1 p{
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}
.about-section1 strong p{
	margin-bottom: 10px;
}
.about-section2{
	padding-top: 60px;
	padding-bottom: 60px;
}
.about-section2 p{
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}
.about-section2 strong p{
	margin-top: 8px;
	margin-bottom: 8px;
}
.about-section2 h5{
	font-size: 28px;
	font-family: "gothamblack";
	color: #000000;
	line-height: 30px;
	font-style: oblique;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.about-section2 h5 span{
	color: #0d56c9;
}
.about-midbar{
	background: url(../images/midbar.jpg) center center no-repeat;
	background-size: 100% 100%;
	height: 500px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.about-midbar h2{
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	line-height: 36px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	margin-bottom: 230px;
}
.about-section3{
	padding-top: 60px;
	padding-bottom: 30px;
}
.about-section3 h4{
	font-size: 28px;
    font-family: "gothamblack";
    color: #000000;
    line-height: 30px;
    text-transform: capitalize;
    position: relative;
    padding-left: 20px;
}
.about-section3 h4:before{
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 15px;
	background-color: #0d56c9;
}
.about-section3 h5{
	font-weight: bold;
	font-size: 18px;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.about-section3 p{
	line-height: 24px;
	padding-left: 20px;
}
.about-section3 .row{
	border-bottom: 1px solid #cdcdcd;
	padding-top: 30px;
	padding-bottom: 30px;
}
.about-section3 .row:last-child{
	border-bottom: none;
}
.about-section4{
	padding-top: 30px;
	padding-bottom: 30px;
}
.about-section4 .title{
	font-size: 32px;
    font-family: "gothamblack";
    color: #000000;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 60px;
}
.about-section5{
	padding-top: 30px;
	padding-bottom: 30px;
}
.about-section5 .title{
	font-size: 32px;
    font-family: "gothamblack";
    color: #000000;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 60px;
}
.about-section5 img{
	margin-bottom: 30px;
}
.about-partner-owl{
	position: relative;
}
.about-partner-owl-left{
	position: absolute;
	left: -60px;
	top: 50%;
	background: none;
	border: none;
	outline: none;
	color: #000000;
	margin-top: -18px;
}
.about-partner-owl-right{
	position: absolute;
	right: -60px;
	top: 50%;
	background: none;
	border: none;
	outline: none;
	color: #000000;
	margin-top: -18px;
}
.about-partner-owl-left i, .about-partner-owl-right i{
	font-size: 36px;
	font-weight: bold;
}
.about-partner-owl .owl-box{
	position: relative;
}
.about-partner-owl .owl-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
  display: none;
}
.about-section6{
	padding-top: 30px;
	padding-bottom: 30px;
}
.about-section6 h2{
	font-family: "gothamblack";
    color: #212529;
    text-transform: capitalize;
    font-size: 48px;
}
.about-section6 p{
	line-height: 24px;
	color: #212529;
	margin-top: 10px;
	margin-bottom: 40px;
}
.about-section6 a{
	background: #0d56c9;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    border: none;
    outline: none;
    padding: 15px;
}
.about-section6 img{
	margin-top: 40px;
}
.oem-section1-box{
	padding-top: 30px;
	padding-bottom: 60px;
}
.oem-section1 h2{
	font-size: 36px;
	font-family: "gothamblack";
	color: #000000;
}
.oem-section1 h2 span{
	color: #0d56c9;
}
.oem-section1 p{
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}
.oem-section4{
	padding-bottom: 30px;
	padding-top: 10px;
}
.oem-section4 p{
	font-size: 14px;
	color: #000000;
	line-height: 24px;
	margin-bottom: 10px;
}
.oem-section4 h5{
	font-size: 28px;
	font-family: "gothamblack";
	color: #000000;
	line-height: 30px;
	font-style: oblique;
	margin-top: 10px;
	margin-bottom: 10px;
}
.oem-section4 h5 span{
	color: #0d56c9;
}
.oem-section2{
	padding-top: 30px;
	padding-bottom: 30px;
}
.oem-section2 h2{
	font-size: 32px;
    font-family: "gothamblack";
    color: #0d56c9;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 20px;
}
.oem-section2 h3{
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 30px;
}
.oem-section-item{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.oem-section-item .item{
	flex：1;
	width: 20%;
	margin-bottom: 20px;
}
.oem-section-item h5{
	font-size: 32px;
	font-family: "gothamblack";
    color: #000000;
}
.oem-section-item p{
	text-transform: capitalize;
	font-size: 12px;
}
.oem-section3{
	padding-top: 30px;
	padding-bottom: 30px;
}
.oem-section3 h2{
	font-size: 32px;
    font-family: "gothamblack";
    color: #0d56c9;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px;
}
.oem-section3 h3{
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.oem-section3 .item{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.oem-section3 .item:hover>.text{
	top: 45%;
	left: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.oem-section3 .item:hover>.text p{
	opacity: 1;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.oem-section3 .item .text{
	position: absolute;
	width: 100%;
	top: 85%;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.oem-section3 .item .text-small{
	top: 75%;
}
.oem-section3 .item .text h5{
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	text-transform: capitalize;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	margin-bottom: 10px;
}
 .oem-section3 .item .text-small h5{
	font-size: 16px;
}
.oem-section3 .item .text p{
	text-align: center;
	text-transform: capitalize;
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	opacity: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.laboratory-section1{
	padding-bottom: 30px;
}
.laboratory-section1-img{
	position: relative;
	margin-bottom: 20px;
}
.laboratory-section1-img:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.laboratory-section1-img h5{
	position: absolute;
	left: 25px;
	bottom: 20px;
	font-size: 24px;
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  z-index: 12;
}
.laboratory-section1 p{
	line-height: 24px;
}
.laboratory-section2{
	padding-top: 30px;
	padding-bottom: 30px;
}
.laboratory-section2 h2{
	font-size: 32px;
    font-family: "gothamblack";
    color: #0d56c9;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px;
}
.laboratory-section2 h3{
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 30px;
}
.laboratory-section2 img{
	margin-bottom: 20px;
}
.laboratory-section2 .item{
	position: relative;
	overflow: hidden;
}
.laboratory-section2 .item:hover>.text{
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.laboratory-section2 .item .text{
	overflow: hidden;
	position: absolute;
	width: 80%;
	top: 98%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.laboratory-section2 .item .text h5{
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	text-transform: capitalize;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	margin-bottom: 10px;
}
.laboratory-section2 .item .text p{
	text-align: center;
	text-transform: capitalize;
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.footer{
	background-color: #000000;
	margin-top: 60px;
	color: #a1a1a1;
}
.footer-content{
	padding-top: 60px;
	padding-bottom: 40px;
}
.footer-content:after{
	content: '';
	display: table;
	clear: both;
}
.footer-logo{
	width: 350px;
	float: left;
}
.footer-logo img{
	max-width:150px;
	margin-bottom: 10px;
}
.footer-contact{
	margin-top: 30px;
}
.footer-contact ul li{
	line-height: 16px;
	margin-bottom: 14px;
	user-select: none;
}
.footer-contact ul li span{
	float: inline-start;
}
.footer-contact ul li p{
	display: inline-block;
    width: 70%;
}
.footer-link{
	width: calc(100% - 350px);
	float: right;
}
.footer-link h5{
	font-weight: bold;
	margin-bottom: 20px;
}
.footer-link h5 a{
	color: #f1f1f1;
}
.footer-link ul li{
	line-height: 22px;
	margin-bottom: 14px;
}
.footer-link ul li a{
	color: #a1a1a1;
}
.footer-bottom{
	border-top: 1px solid #e1e1e1;
	padding-top: 30px;
	padding-bottom: 30px;
}
.header-phone{
	display: none;
	padding: 40px 20px 40px 20px;
	background-color: #ffffff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.header-phone-top:after{
	content: '';
	display: table;
	clear: both;
}
.header-phone-top img{
	width: 25%;
	float: left;
}
.header-phone-search-btn i,.header-phone-menu-btn i{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.header-phone-search-btn{
	background: none;
	border: none;
	outline: none;
	float: right;
	margin-right: 30px;
}
.header-phone-menu-btn{
	background: none;
	border: none;
	outline: none;
	float: right;
}
.header-phone-search{
	margin-top: 20px;
	display: none;
}
.header-phone-search:after{
	content: '';
	display: table;
	clear: both;
}
.header-phone-search input{
	float: left;
	width: calc(100% - 40px);
	height: 40px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #0d56c9;
}
.header-phone-search button{
	float: left;
	width: 40px;
	background: none;
	outline: none;
	border: none;
	background-color: #0d56c9;
	color: #ffffff;
	font-weight: bold;
	height: 40px;
}
.header-phone-menu{
	margin-top: 20px;
	display: none;
}
.header-phone-menu ul li{
	display: block;
	width: 100%;
}
.header-phone-menu ul li a{
	display: block;
	line-height: 32px;
	color: #000000;
	position: relative;
}
.header-phone-menu ul li a i{
	position: absolute;
	right: 0;
	top: 0;
}
.header-phone-menu hr{
	margin-top: 10px;
	margin-bottom: 10px;
}
.header-phone-request{
	display: block;
	width: 100%;
	line-height: 42px;
	font-weight: bold;
    color: #ffffff;
    background-color: #0d56c9;
    height: 42px;
    text-align: center;
    margin-top: 20px;
    
}
.banner{
	position: relative;
}
.banner img{
	width: 100%;
    height: auto;
	object-fit: contain;
}
.banner-content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  z-index: 10;
}
.banner-content h1{
	font-size: 32px;
    color: #ffffff;
    font-family: "gothamblack";
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-left: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    position: relative;
}
.banner-content h1:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 100%;
	background-color: #0d56c9;
}
.banner-content h2{
	font-size: 20px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 20px;
    line-height: 28px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}


/*-----------------------------------------------------*/
.services-remanufacturing-1{
	padding-top: 60px;
	padding-bottom: 30px;
}
.services-remanufacturing-1 h2{
	font-family: "gothamblack";
    font-size: 40px;
    color: #0d56c9;
    text-align: center;
    margin-bottom: 40px;
    text-transform: capitalize;
}
.services-remanufacturing-1 p{
	line-height: 24px;
	margin-bottom: 15px;
}
.services-remanufacturing-2{
	padding-top: 30px;
	padding-bottom: 30px;
}
.services-remanufacturing-2 p{
	line-height: 24px;
	margin-bottom: 15px;
}
.services-remanufacturing-2 h5{
	font-weight: bold;
	margin-bottom: 20px;
}
.services-quality-control-1{
	padding-top: 60px;
	padding-bottom: 30px;
}
.services-quality-control-1 h4{
	font-size: 28px;
	margin-bottom: 20px;
	font-family: "gothamblack";
    color: #0d56c9;
    text-transform: capitalize;
}
.services-quality-control-1 h4 span{
	font-size: 150%;
}
.services-quality-control-1 p{
	line-height: 24px;
	margin-bottom: 15px;
}
.services-quality-control-2{
	padding-top: 30px;
	padding-bottom: 30px;
}
.services-quality-control-2 h5{
	font-family: "gothamblack";
    font-size: 22px;
    color: #0d56c9;
    text-align: center;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.services-quality-control-2 p{
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	text-transform: capitalize;
}
.services-maintenance-policy-1{
	padding-top: 60px;
	padding-bottom: 30px;
}
.services-maintenance-policy-1 h2{
	font-family: "gothamblack";
    font-size: 40px;
    color: #0d56c9;
    text-align: left;
    margin-bottom: 40px;
    text-transform: capitalize;
}
.services-maintenance-policy-1 h5{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.services-maintenance-policy-1 p{
	line-height: 32px;
}
.services-maintenance-policy-2{
	padding-top: 30px;
	padding-bottom: 30px;
}
.services-maintenance-policy-2 .item{
	margin-bottom: 30px;
}
.services-maintenance-policy-2 .item h5{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
.services-maintenance-policy-2 .item h5:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #0d56c9;
}
.services-maintenance-policy-2 .itemn p{
	line-height: 24px;
}
.services-cooperate-1{
	padding-top: 60px;
	padding-bottom: 30px;
}
.services-cooperate-title{
	margin-bottom: 20px;
}
.services-cooperate-title:after{
	content: '';
	display: table;
	clear: both;
}
.services-cooperate-title h2{
	font-family: "gothamblack";
    font-size: 40px;
    color: #0d56c9;
    text-align: left;
    float: left;
    border-right: 2px solid #0d56c9;
    padding-right: 10px;
}
.services-cooperate-title h3{
	font-family: "gothamblack";
    font-size: 24px;
    color: #000000;
    text-align: left;
    text-transform: capitalize;
    float: left;
    margin-left: 10px;
    padding-top: 3px;
}
.services-cooperate-1 p{
	line-height: 24px;
	margin-bottom: 15px;
}
.services-cooperate-1 h5{
	margin-top: 20px;
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.services-cooperate-2{
	padding-top: 30px;
	padding-bottom: 30px;
}
.services-cooperate-2 p{
	line-height: 24px;
	margin-bottom: 15px;
}
.knowledge-select{
	padding-top: 60px;
	padding-bottom: 30px;
}
.knowledge-select hr{
	border-top: 1px solid #e1e1e1;
	margin-bottom: 0;
}
.knowledge-select-flex{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
}
.knowledge-select select{
	border: 1px solid;
	width: 100%;
    border-color: #ececec;
    padding: 15px 25px 15px 15px;
    text-transform: none;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15) !important;
    outline: none;
    -webkit-appearance:none;
	-moz-appearance:none;
	appearance:none; 
}
.knowledge-select .item{
	display: block;
	position: relative;
	width: 25%;
}
.knowledge-select .item:before{
	content: url(../images/caret-down.png);
	position: absolute;
	top: 17px;
	right: 15px;
}
.knowledge-select-result{
	padding-top: 0px;
	padding-bottom: 60px;
}
.knowledge-select-result h3{
	font-size: 14px;
	text-align: center;
	color: #000000;
	margin-bottom: 30px;
}
.knowledge-select-result span{
	color: #0d56c9;
	font-weight: bold;
}
.knowledge-select-result .list{
	margin-bottom: 30px;
}
.knowledge-select-result .list .item{
	padding: 20px;
	height: 84px;
	border: 1px solid transparent;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.knowledge-select-result .list .item:hover{
	border: 1px solid #e1e1e1;
	box-shadow: 0 5px 10px rgba(0,0,0,0.15) !important;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.knowledge-select-result .list .item:after{
	content: '';
	display: table;
	clear: both;
}
.knowledge-select-result .list .item .result-icon{
	float: left;
	color: #0d56c9;
	font-size: 30px;
	width: 30px;
}
.knowledge-select-result .list .item .pdf-title{
	float: left;
	margin-left: 25px;
	width: calc(100% - 240px);
}
.knowledge-select-result .list .item .pdf-title h5{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 3px;
}
.knowledge-select-result .list .item .pdf-title p{
	font-size: 14px;
	height: 20px;
	overflow: hidden;
	color: #0d56c9;
}
.knowledge-select-result .list .item .time{
	float: right;
	line-height: 44px;
	width: 90px;
	text-align: right;
	color: #000000;
}
.knowledge-select-result .list .item .download{
	float: right;
	margin-left: 30px;
	margin-top: 3px;
	width: 30px;
}
.knowledge-select-result .list .item .download i{
	color: #0d56c9;
	font-size: 24px;
}
.page-list{
	text-align: center;
}
.page-list li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.page-list li a{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.page-list .active a{
	color: #0d56c9;
}
.knowledge-banner{
	position: relative;
}
.knowledge-banner img{
	width: 100%;
}
.knowledge-banner .content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.knowledge-banner .content h1{
	font-size: 32px;
	color: #ffffff;
	font-family: "gothamblack";
	text-align: center;
	text-transform: capitalize;
	margin-bottom: 10px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.knowledge-banner .content h2{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.search-form:after{
	content: '';
	display: table;
	clear: both;
}
.search-form input{
	float: left;
	width: calc(100% - 220px);
	height: 50px;
	outline: none;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
}
.search-form button{
	float: left;
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	border: none;
	outline: none;
	color: #0d56c9;
	border-left: 1px solid #e1e1e1;
	font-weight: bold;
}
.search-form .search-form-select{
	position: relative;
	width: 170px;
	height: 50px;
	float: left;
}
.search-form .search-form-select:before{
	content: url(../images/caret-down.png);
	position: absolute;
	top: 17px;
	right: 15px;
}
.search-form .search-form-select select{
	border: none;
	border-left: 1px solid #e1e1e1;
	width: 100%;
    padding: 15px 25px 15px 15px;
    height: 50px;
    text-transform: none;
    outline: none;
    -webkit-appearance:none;
	-moz-appearance:none;
	appearance:none; 
}
.knowledge-keywords{
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: start;
}
.knowledge-keywords li:first-child{
	width: 120px !important;
	background-color: transparent !important;
	padding-left: 0px;
	padding-right: 0px;
}
.knowledge-keywords li{
	color: #ffffff;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	/* width: calc((100% - 150px) / 3); */
	background-color: #0d56c9;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	text-overflow: ellipsis; 
  	margin-right: 10px;
}
.knowledge-keywords li a{
	color: #ffffff;
    cursor: pointer;
}
.services-spare-parts-1{
	padding-top: 60px;
	padding-bottom: 30px;
}
.services-spare-parts-1 h1{
	font-family: "gothamblack";
    font-size: 30px;
    color: #0d56c9;
    text-align: left;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.services-spare-parts-1 h2{
	font-size: 18px;
    color: #000000;
    font-weight: bold;
    text-transform: capitalize;
    text-align: left;
    line-height: 26px;
    margin-bottom: 30px;
}
.services-spare-parts-1 p{
	line-height: 24px;
	margin-bottom: 15px;
}
.services-spare-parts-1 h5{
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.services-spare-parts-1 h5 span{
	font-weight: bold;
}
.services-spare-parts-1 h4{
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}
.knowledge-show{
	padding-top: 60px;
	padding-bottom: 30px;
}
.knowledge-show .back-link{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #000000;
}
.knowledge-show .back-link i{
	margin-right: 10px;
}
.knowledge-show h1{
	font-family: "gothamblack";
    font-size: 30px;
    color: #0d56c9;
    text-align: left;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.knowledge-show h2{
	font-size: 18px;
    color: #000000;
    font-weight: bold;
    text-transform: capitalize;
    text-align: left;
    line-height: 26px;
    margin-bottom: 30px;
}
.knowledge-show img{
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.knowledge-show h5{
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 15px;
}
.knowledge-show p{
	line-height: 24px;
	margin-bottom: 15px;
}
.contact-content h2{
	font-family: "gothamblack";
    font-size: 18px;
    color: #0d56c9;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-align: center;
}
.contact-content h1{
	position: relative;
	font-size: 48px;
	color: #000000;
	text-align: center;
	margin-bottom: 30px;
}
.contact-content h1:after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	right: 50%;
	margin: 0 auto;
	width: 18px;
	height: 8px;
	background-color: #0d56c9;
}
.contact-item .text{
	margin-bottom: 70px;
	color: #000000;
	line-height: 28px;
}
.contact-item img{
	float:left;
	height: 30px;
	margin-right: 15px;
}
.contact-item .text h2{
	margin-bottom: 25px;
	line-height: 30px;
	font-size: 26px;
	text-transform: capitalize;
	font-family: "gothamblack";
}
.contact-item .text h3{
	margin-bottom: 12px;
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
}
.contact-item .text p{
	line-height: 20px;
	margin-bottom: 8px;
	font-size: 16px;
}
.contact-locations{
	padding-top: 40px;
	padding-bottom: 30px;
}
.contact-locations-item{
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.contact-locations-item img{
	height: 20px;
    float: left;
    margin-top: 11px;
    margin-right: 7px;
}
.contact-locations-item iframe{
	border-bottom: 5px solid #0d56c9;
}
.contact-locations-item .text{
	background-color: #ffffff;
}
.contact-locations-item .text h5{
	font-family: "gothamblack";
    font-size: 28px;
    color: #000000;
    text-transform: uppercase;
    padding: 40px 40px 25px 40px;
}
.contact-locations-item .text ul{
	padding: 0px 40px 15px 40px;
}
.contact-locations-item .text ul li{
	font-size: 16px;
	line-height: 42px;
    color: #333333;
	user-select: none;
}
.contact-locations-item .text ul li span{
	font-weight: bold;
    display: inline-block;
    width: 190px;
    color: #000000;
    float: inline-start;
}
.contact-locations-item .text ul li p{
    display: inline-block;
    user-select: text;
}
.contact-locations-item .text .contact-address{
    margin-top: 5px;
    line-height: 16px;
    font-size: 14px;
    width: 41%;
}
.services-all{
	padding-top: 60px;
	padding-bottom: 0px;
}
.services-all .item{
	margin-bottom: 40px;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.services-all .item:hover{
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.services-all .item .text{
	border: 1px solid #e1e1e1;
	padding: 30px 24px 80px 24px;
}
.services-all .item .text h5{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
}
.services-all .item .text p{
	line-height: 24px;
	color: #000000;
}
.products-class-owl-main{
	position: relative;
}
.products-class-owl-main .products-class-owl-left{
	position: absolute;
	left: -60px;
	top: 50%;
	background: none;
	border: none;
	outline: none;
	color: #000000;
	margin-top: -36px;
}
.products-class-owl-main .products-class-owl-right{
	position: absolute;
	right: -60px;
	top: 50%;
	background: none;
	border: none;
	outline: none;
	color: #000000;
	margin-top: -36px;
}
.products-class-owl-right i, .products-class-owl-left i{
	font-size: 36px;
	font-weight: bold;
}
.products-class-owl-main .hover-item{
	margin-bottom: 60px;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.products-class-owl-main .hover-item:hover{
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.products-class-owl-main .hover-item .text{
	border: 1px solid #e1e1e1;
	padding: 30px 24px;
}
.products-class-owl-main .hover-item .text h5{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
}
.products-class-owl-main .hover-item .text p{
	line-height: 24px;
	color: #000000;
}


.about-other-section1{
	padding-top: 60px;
	padding-bottom: 30px;
}
.about-other-section1 h1{
	font-family: "gothamblack";
    font-size: 40px;
    color: #0d56c9;
    margin-bottom: 40px;
    text-transform: capitalize;
}
.about-other-section1 p{
	line-height: 24px;
}
.about-other-section2{
	padding-top: 30px;
	padding-bottom: 30px;
}
.about-other-section3{
	padding-top: 10px;
	padding-bottom: 30px;
}
.about-other-section3 h5{
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.about-other-section3 p{
	margin-top: 10px;
}
 
 
.banner-home{
	height: 100vh;
	position: relative;
}
.banner-home:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 0;
}
.banner-home video{
	height: 100vh;
	object-fit: cover;
  width: 100%;
}
.home-header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 12;
}
.home-header .page-header-top li a {
    color: #ffffff;
}
.home-header .page-header-language i {
    color: #ffffff;
}
.home-header .page-header-language p {
    color: #ffffff;
}
.home-header .page-header-main .nav-list li .nav-list-link {
    color: #ffffff;
    border-bottom: 3px solid transparent;
}
.home-header .page-header-main .search-box .search-box-open {
    color: #ffffff;
}
.home-header .page-header-language ul li a {
    color: #212529;
}
.home-tips{
	padding-top: 60px;
	padding-bottom: 30px;
}
.home-tips p{
	font-size: 22px;
	line-height: 30px;
	color: #000000;
	font-family: "gothamblack";
	text-align: center;
	text-transform: capitalize;
}
.home-title{
	font-size: 36px;
	color: #000000;
	font-family: "gothamblack";
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.home-products{
	padding-top: 30px;
	padding-bottom: 30px;
}
.home-factory{
	padding-top: 30px;
	padding-bottom: 30px;
}
.home-four{
	padding-top: 30px;
	padding-bottom: 30px;
}
.home-four .item{
	float: left;
	width: 50%;
}
.home-four .item .text{
	padding: 40px;
}
.home-four .item .text h4{
	color: #000000;
	font-family: "gothamblack";
	text-transform: capitalize;
	font-size: 24px;
	margin-bottom: 15px;
}
.home-four .item .text p{
	line-height: 24px;
}
.home-four .item .text a{
	display: inline-block;
	background: #0d56c9;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    border: none;
    outline: none;
    padding: 15px;
    margin-top: 20px;
    text-transform: capitalize;
    float: right;
}
.home-four .item .text:after{
	content: '';
	display: table;
	clear: both;
}
.home-support{
	padding-top: 30px;
	padding-bottom: 30px;
}
.home-visit{
	padding-top: 30px;
}
.home-visit .container{
	position: relative;
}
.home-visit p{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	font-size: 20px;
	text-align: center;
	font-family: "gothamblack";
	width: 100%;
}
 .about-owl{
	position: relative;
}
.about-owl-left{
	position: absolute;
	left: -60px;
	top: 50%;
	background: none;
	border: none;
	outline: none;
	color: #000000;
	margin-top: -18px;
}
.about-owl-right{
	position: absolute;
	right: -60px;
	top: 50%;
	background: none;
	border: none;
	outline: none;
	color: #000000;
	margin-top: -18px;
}
.about-owl-left i, .about-owl-right i{
	font-size: 36px;
	font-weight: bold;
}
.about-owl .owl-box{
	position: relative;
}
.about-owl .owl-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}
.about-owl .owl-box p{
	position: absolute;
	left: 25px;
	bottom: 20px;
	color: #ffffff;
	padding-right: 25px;
	text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
	z-index: 2;
}
.index-banner-content h1, .index-banner-content h2, .index-banner-content h3{
 	text-align: center;
 	padding-left: 0px;
 }
.index-banner-content h1:before{
	display: none;
}
.index-banner-content h1{
	font-size: 48px;
}
.index-banner-content h2{
	font-size: 26px;
	text-transform: capitalize;
	line-height: 36px;
	font-weight: 600;
}
.index-banner-content h3{
	font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
    padding-left: 20px;
    line-height: 28px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
 .home-support-text{
	background-color: #0d56c9;
    border-top: 10px solid #0d56c9;
    padding: 20px;
}
.home-support-text h4{
	font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
}
.home-support-text h5{
	font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.home-support-text p{
	font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}
 .down-arrow{
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%, 0%);
	z-index: 12;
}
.down-arrow i{
	font-size: 36px;
	color: #ffffff;
}
.home-factory-imgbox{
	overflow: hidden;
	position: relative;
}
.home-factory-imgbox:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 1;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.home-factory-imgbox:hover:after{
	opacity: 0.6;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.home-factory-imgbox img{
	transform: scale(1);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.home-factory-imgbox:hover img{
	transform: scale(1.1);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.home-factory-imgbox p{
	position: absolute;
    left: 30px;
    bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    z-index: 2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    padding-right: 30px;
}
.home-mid-owl{
	position: relative;
}
.home-mid-owl-nav{
	position: absolute;
	left: 0;
	bottom: 60px;
	z-index: 5;
	width: 100%;
}
.home-mid-owl-nav ul{
	text-align: right;
}
.home-mid-owl-nav ul li{
	display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    text-align: center;
    line-height: 30px;
    color: #0d56c9;
    cursor: pointer;
    margin-left: 5px;
}
.home-mid-owl-nav .active{
	background-color: #0d56c9;
    color: #ffffff;
}
.home-mid-owl-text{
	position: absolute;
    top: 20%;
    width: 100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    z-index: 2;
}
.home-mid-owl-text h4{
	font-size: 40px;
    color: #ffffff;
    font-family: "gothamblack";
}
.home-mid-owl-text h5{
	font-size: 25px;
    color: #ffffff;
    margin-top: 10px;
}
.home-mid-owl-text p{
	padding-right: 350px;
    color: #ffffff;
    font-size: 16px;
    line-height: 34px;
    margin-top: 5%;
}
.home-mid-owl-text a{
	background: #0d56c9;
    color: #fff;
    font-weight: bold;
    border: none;
    outline: none;
    padding: 15px;
    margin-top: 20px;
    text-transform: capitalize;
	display: inline-block;
}

.products-item{
	position: relative;
}
.products-item:hover:after{
	opacity: 1;
	transition: all 300ms;
}
.products-item:hover> .text{
	opacity: 1;
	transition: all 300ms;
	transform: translate(-50%,-50%);
}
.products-item:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	opacity: 0;
	transition: all 300ms;
}
.products-item .text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-10%);
	text-align: center;
	z-index: 2;
	opacity: 0;
	transition: all 300ms;
}
.products-item .text h5{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 30px;
}
.products-item .text .more-link{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 3px 15px;
}
.products-item .text .more-link:hover{
	background-color: #ffffff;
	color: #333333;
}
.services-friction-materia-1 {
    padding-top: 60px;
    padding-bottom: 30px;
}
.services-friction-materia-1 h1 {
    font-family: "gothamblack";
	font-size: 40px;
	color: #0d56c9;
	text-align: left;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.services-friction-materia-1 h2 {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    text-transform: capitalize;
    text-align: left;
    line-height: 26px;
    margin-bottom: 30px;
}
.services-friction-materia-1 h5{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
.services-friction-materia-1 h5:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #0d56c9;
}
.services-friction-materia-1 p {
    line-height: 24px;
    margin-bottom: 15px;
}
.services-friction-materia-2 h1 {
    font-family: "gothamblack";
    font-size: 40px;
    color: #0d56c9;
    text-align: left;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.services-friction-materia-2 p {
    line-height: 24px;
    margin-bottom: 15px;
}
.services-friction-materia-2 .item {
    margin-bottom: 30px;
}
.services-friction-materia-2 .item h5{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
    text-transform: capitalize;
}
.services-friction-materia-2 .item h5:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #0d56c9;
}
.services-friction-materia-2 .itemn p {
    line-height: 24px;
}
.knowledge-show h4{
    padding-bottom: 20px;
}
.products-show-value{
    white-space: nowrap;
}
.nav-list-cate{
    height: 240px;
}
.nav-list-cate img{
	float: left;
	width: 30px;
	margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 250px;
}

.new-products-item {
    position: relative;
    border: 1px solid rgba(13,86,201,1);
    margin-bottom: 20px;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    transform: translate3d(0px,0px,0px);
    transition: all 300ms ease;
    padding-bottom: 50px;
}
.new-products-item:hover{
	box-shadow:0 15px 30px rgba(0,0,0,0.15);
	transform:translate3d(0px,-2px,0px);
	transition:all 300ms ease;
}
.new-products-item .text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(13,86,201,1);
	color: #ffffff;
	padding: 6px 15px;
	text-align: left;
	height: 70px;
	text-transform: capitalize;
}
.new-products-item p{
	font-size: 12px;
	line-height: 15px;
	font-family: 'Source Han Sans CN';
	height: 30px;
	overflow: hidden;
}
.new-products-item h5{
	font-size: 15px;
	line-height: 16px;
	font-family: 'Source Han Sans CN';
	padding-top: 7px;
	font-weight: bold;
}
.services-more-info{
	display: inline-block;
	background: #0d56c9;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    border: none;
    outline: none;
    padding: 15px;
    text-transform: capitalize;
    float: right;
}
.industry-more-info {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    display: inline-block;
    background: #0d56c9;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 40px;
    border: none;
    outline: none;
    padding: 15px;
    text-transform: capitalize;
    float: left;
}
.products-section1-box{
	padding-top: 30px;
	padding-bottom: 60px;
	border-top: 1px solid #cdcdcd;
}
.products-section1 h2{
	font-size: 35px;
	font-family: "gothamblack";
	color: #000000;
	margin-bottom: 15px;
}
.products-section1 h2 span{
	color: #0d56c9;
}
.products-section1 p{
	font-size: 14px;
	color: #000000;
	line-height: 24px;
	margin-bottom: 10px;
}
.products-section1 .title{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 12;
	width: 80%;
}
.products-section1 .title h4{
	color: #ffffff;
	text-transform: capitalize;
	font-size: 20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	line-height: 40px;
	text-align: center;
}
 
.bottom-contact{
	margin-top: 40px;
}
.bottom-contact-quotation{
	float: left;
	width: 47%;
	margin-left: auto;
	border: 2px solid #808080;
	padding-top: 40px;
	transition:all 300ms ease;
	border-radius: 6px;
	text-align: center;
	background-color: #f1f1f1;
}
.bottom-contact-quotation:hover{
	background-color: #808080;
	color: #ffffff;
	transition:all 300ms ease;
}
.bottom-contact-quotation:hover>a{
	background-color: #0d56c9;
	color: #ffffff;
	transition:all 300ms ease;
}
.bottom-contact-quotation a{
	margin-left: auto;
	margin-right: auto;
	background-color: #808080;
	border: none;
	outline: none;
	border-radius: 6px;
	color: #ffffff;
	padding: 20px 60px;
	margin-top: 5px;
	transition:all 300ms ease;
	margin-bottom: 45px;
	display: inline-block;
	cursor: pointer;
}
.bottom-contact-quotation p{
	text-align: center;
	line-height: 30px;
	font-size: 16px;
}
.quotation-left{
	margin-right: 6%;
}
.quotation-center{
	margin-right: 5%;
}
.bottom-contact .quotation-right{
	position: relative;
}
.bottom-contact .email-float{
	background-color: #ffffff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	position: absolute;
	right: 0;
	width: 100%;
	padding: 15px;
	display: none;
	z-index: 10;
}
.bottom-contact .email-float:after{
	content: '';
	display: table;
	clear: both;
}
.bottom-contact .email-float p{
	width: 100%;
	outline: none;
	color: #0d56c9;
	font-size: larger;
}
.footer-logo strong{
	color: #f1f1f1;
	user-select: text;
}

.drop-product-list{
	margin-top: 20px;
}
.drop-left{
	display: block;
	float: left;
	width: 20%;
	overflow-y: auto;
	height: 400px;
	border-right: 2px solid #d1d1d1;
	padding-right: 20px;
}
.drop-right{
	display: block;
	float: right;
	width: 80%;
	overflow-y: auto;
	max-height: 400px;
	padding-left: 20px;
	padding-right: 20px;
}
.drop-list-cate {
    display: block;
    line-height: 28px;
    font-size: 14px !important;
}
.drop-list-cate:hover{
	border-bottom: 2px solid #0d56c9;
}
.drop-left .active{
	border-bottom: 2px solid #0d56c9;
}
.drop-list-product {
    position: absolute;
    top: 70px;
    left: 33%;
    display: none;
    width: 50%;
}
.drop-product-content{
	display: block;
	float: left;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}
.drop-product-content:hover {
    border-radius: 8px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
}
.drop-product-content a{
	width: 25%;
}
.drop-product-content a img{
	height: auto;
	width: 60px;
	display: block;
}
.drop-product-content a h4{
	display: block;
	position: absolute;
	bottom: 3px;
	left: 0;
	text-align: left;
	height: 24px;
	line-height: 12px;
	font-size: 12px;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.products-list-feature{
	margin-bottom: 30px;
}
.products-list-feature h3{
	color: #000000;
	font-family: 'gothamblack';
	font-size: 22px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.products-list-feature p{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
}
.products-list-cate{
	margin-bottom: 30px;
}
.products-list-cate h3{
	color: #000000;
	font-family: 'gothamblack';
	font-size: 22px;
	margin-bottom: 12px;
	text-transform: capitalize;
	text-align: center;
}
.products-type-item{
	position: relative;
	z-index: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.products-type-item:hover{
	z-index: 9;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.products-type-item:hover:before{
	opacity: 1;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.products-type-item:hover>.link{
	opacity: 1;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.products-type-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100%);
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
	z-index: 0;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
	opacity: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.products-type-item img{
	position: relative;
	z-index: 1;
}
.products-type-item h5{
	color: #000000;
	font-size: 14px;
	text-align: center;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
	height: 80px;
}

.privacy-policy .text{
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	padding: 50px;
	margin: 30px 0px 30px 0px;
}
.privacy-policy .text h1{
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 10px;
	text-transform: capitalize;
	color:#0d56c9;
}
.privacy-policy .text h2{
	font-weight: bold;
	font-size: 20px;
	line-height: 50px;
	text-transform: capitalize;
}
.privacy-policy .text p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.bearing-item{
	background-color: #f5f5f5;
	margin: 10px 0px;
	padding: 20px;
	position: relative;
	box-shadow: 0 0px 0px rgba(0,0,0,0);
	transform: translate3d(0px,0px,0px);
	transition: all 300ms ease;
	border-radius: 8px;
}
.bearing-item:hover{
	box-shadow: 0 10px 20px rgb(135 135 135 / 0.1);
	transform:translate3d(0px,-2px,0px);
	transition:all 300ms ease;
}
.bearing-item h5{
	font-size: 20px;
	height: 50px;
	line-height: 1.5;
	color: black;
	font-weight: 800;
}
.bearing-item img{
	background-color: #f5f5f5;
}
.bearing-item p{
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
	color: rgb(153 153 153);
}
.bearing-item p:hover{
	color: #0d56c9;
}
.search-results h4{
    margin-bottom: 10px;
    line-height: 25px;
}

.fixed-image {
    width: 170px;
}

.fixed-video {
    width: 170px;
    border-radius: 7px;
    background-color: white;
    padding: 4px;
}

.whatsapp-lower-left{
	position: fixed;
	left: 40px;
	bottom: 0;
	z-index: 2000000000;
	width: 178px;
	font-size: 0;
}

.video-close{
	position: fixed;
	left: 220px;
	bottom: 220px;
	z-index: 2000000000;
	border: none;
	outline: none;
	background: none;
}