/*========setting===========*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
}
a:focus {
	outline: none;
}
textarea:focus,button:focus,
input:focus {
	outline: none;
	box-shadow: none;
}

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}

.slick-slide:focus{
	outline: none;
	box-shadow: none;
}

.nicescroll-cursors {
	widows: 3px !important;
	background-color: rgb(81, 98, 119) !important;
	border: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.btn-nav {
	display: none;
}
.text-center {text-align: center}
/*========header===========*/
.header {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	z-index: 20;
	min-height: 100px;
	/*padding-top: 34px;*/
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.header .logo img {
	display: block;
	max-width: 100%;
	width: 350px; /*250*/
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
/*.header.fixed {
	background: rgba(39, 47, 57, 0.95);
	min-height: 60px;
	/*padding-top: 15px;*/
	/*-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,.5);
	box-shadow: 0px 1px 5px rgba(0,0,0,.5);
}*/
/*.header.fixed .logo img {
	width: 150px;
}*/
.header-right {
	text-align: right;
}
nav.menu {
	float: right;
}
nav.menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

nav.menu ul li {
	display: inline-block;
	height: 32px;
	line-height: 32px;
}

nav.menu ul li a {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 0 25px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	text-align: center;
}
nav.menu ul li.active a,
nav.menu ul li:hover a{
	background: #b7112a;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}

.search, .lang {
	display: inline-block;
	float: right;
	margin-left: 15px;
}

.search form {
	position: relative;
}
.search form input[type="text"] {
	border: none;
	background: transparent;
	height: 32px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #eee;
	border-color: rgba(255,255,255,.4);
	display: block;
	padding: 0 30px 0 15px;
	width: 160px;
	color: #fff;
	font-size: 12px;
	-webkit-transition: width .2s ease-in-out;
	-moz-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}
.search form input[type="text"]:focus {
	width: 200px;
}

.search button {
	position: absolute;
	height: 32px;
	width: 40px;
	top: 0; right: 0;
	border: none;
	background: transparent;
	color: #fff;
}

.lang {
	position: relative;
	color: #fff;
	text-align: left;
	cursor: pointer;
}

.lang .lang-label {
	display: block;
	height: 32px;
	line-height: 32px;
	background: #5e0405;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    min-width: 70px;
    padding-right: 5px;
    font-size: 12px;
}

.lang .lang-label img {
	margin-left: 10px;
}

.lang .lang-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	list-style: none;
	margin: 0; padding: 13px 0 0;
	width: 150px;
}

@media (min-width: 1200px) {
	.lang .lang-dropdown {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-o-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}

	.lang.hover .lang-dropdown,
	.lang:hover .lang-dropdown,
	.lang:focus .lang-dropdown{
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.lang .lang-dropdown li {
	background: #5e0405;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	text-align: left;
}

.lang .lang-dropdown li a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 20px 10px 20px 20px;
	display: block;
}

.lang .lang-dropdown li img {
	margin-right: 10px;
}

.header-right, .lang {
	margin-top: 60px;
}

.header.fixed .header-right, .header.fixed .lang {
	margin-top: 20px;
}

/*========main===========*/
.main {clear: both;}

.section {
	clear: both;
	overflow: hidden;
}

.section .heading {
	text-align: center;
}

.section .heading h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 30px;
	color: #b7112a;
	padding-top: 45px;
	padding-bottom: 15px;
}

.section-main {
	position: relative;
	z-index: 10;
}

/*company*/
.company {
	background: #272f39;
	background: -moz-linear-gradient(45deg,  #272f39 0%, #9c0303 100%);
	background: -webkit-linear-gradient(45deg,  #272f39 0%,#9c0303 100%);
	background: linear-gradient(45deg,  #272f39 0%,#9c0303 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272f39', endColorstr='#9c0303',GradientType=1 );
	/*min-height: 100vh;*/
	position: relative;
	overflow: hidden;
	padding-top: 100px;
}

.bg1, .bg2 {
	position: absolute;
}
.bg1 {
	top: 0; left: 0;
	height: 100%; width: 100%;
	background: url(../img/bg-company.png) no-repeat top center;
	background-size: 100%;
}

.bg2 {
	height: 100%; width: 100%;
	background: #272f39 url(../img/bg1.jpg) no-repeat bottom 305px left;
	top: 275px;
	-webkit-transform:skewY(10deg);
	-moz-transform:skewY(10deg);
	-ms-transform:skewY(10deg);
	transform:skewY(10deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.top-company {
	color: #fff;
	font-size: 24px;
	margin-top: 100px;
}

.top-company .img {
	background: url(../img/shadow.png) no-repeat bottom 30px center;
	background-size: 100%;
}

.top-company h3,
.top-company h2 {
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 600;
}
.top-company h3 {
	font-size: 30px;
	margin: 30px 0 0;
}
.top-company h2 {
	font-size: 60px;
	-webkit-transform: translateX(-2px);
	-moz-transform: translateX(-2px);
	transform: translateX(-2px);
	margin: 5px 0;
}

.top-company h5 {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	
}
.top-company h5 span {
	border-bottom: 2px solid #9c0e24;
	padding-bottom: 10px;
	display: inline-block;
}
.top-company p {
	font-size: 15px;
    font-weight: 300;
	color: #FBFBFB;
}

.top-company p span img {
	/*margin: 0 0 0 5px;*/
}


.bottom-company {
	color: #a7abaf;
	padding-top: 30px;
}

.bottom-company h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 40px;
	margin: 0 0 20px;
	line-height: 1;
}

.bottom-company h4 {
	font-size: 20px;
	color: #fff;	
	font-weight: 600;
	margin-top: 0;
	padding-left: 50px;
}

.bottom-company p {
	font-size: 14px;
	text-align: justify;
	color: #ABB2B9;
}

.company-timeline {
	list-style: none;
	padding: 0 0 30px; 
	margin: 0 0 0 -13px;
	overflow: hidden;
	max-height: 375px;
	position: relative;
}
.wrap-company-timeline {
	position: relative;
}
.wrap-company-timeline:after {
	content: "";
	display: block;
	height: 50px;
	width: 105%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: -moz-linear-gradient(top,  rgba(39,47,57,0) 0%, rgba(39,47,57,0.02) 1%, rgba(39,47,57,1) 62%, rgba(39,47,57,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(39,47,57,0) 0%,rgba(39,47,57,0.02) 1%,rgba(39,47,57,1) 62%,rgba(39,47,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(39,47,57,0) 0%,rgba(39,47,57,0.02) 1%,rgba(39,47,57,1) 62%,rgba(39,47,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00272f39', endColorstr='#272f39',GradientType=0 ); /* IE6-9 */
}

.company-timeline {
	/*margin-bottom: 20px;*/
}

.company-timeline li {
	position: relative;
	padding-bottom: 20px;
	padding-left: 40px;
	margin-left: 20px;
	border-left: 1px solid #516277;
}

.company-timeline li:last-child {
	padding-bottom: 10px;
}

.company-timeline li:before {
	content: "";
	display: block;
	height: 20px; width: 20px;
	border: 1px solid #516277;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #262d37;
	position: absolute;
	top: 0;
	left: -10px;
}

.company-timeline li span {
	font-weight: 600;
	color: #516277;
	font-size: 16px;
	line-height: 1;
}
.company-timeline li p {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
}
.company-timeline li.active,
.company-timeline li:hover,
.company-timeline li.active span,
.company-timeline li:hover span {
	color: #fff;
}
.company-timeline li.active:before ,
.company-timeline li:hover:before {
	background: #516277;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
/*products*/
.products {
	background: #f6f6f6;
}
.products .section .heading h3 {
	padding-bottom: 20px;
}
.products .section-main {
	margin-top: 70px;
}

.products .section-main .row {
	margin-left: -37px;
	margin-right: -37px;
}

.products .section-main .col-md-4 {
	padding-left: 37px;
	padding-right: 37px;
}

.box {
	width: 100%;
	min-height: 150px;
	background: #fff;
	position: relative;
	margin-bottom: 130px;
}

.box .span1,
.box .span2 {
	display: block;
	background: pink;

	position: absolute;
	top: 0; left: 0;
	right: 0; bottom: 0;
	background: #fff;
	z-index: 5;
}

.box .span2 {
	background: #fff;
	z-index: 10;
	top: -50px;
	bottom: 0;
	left: 0;
	right: 120px;
}


.box:after {
	content: "";
	display: block;
	height: 50px;
	left: 0; right: 120px;
	background: #fff;
	top: -50px;
	position: absolute;
	z-index: 2;
}

.box:before {
	content: "";
	display: block;
	height: 50px;
	width: 74px;
	background: #fff;
	position: absolute;
	top: -31px;
	right: 85px;
	z-index: 3;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}

.box:hover,
.box.hover {
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,.1);
	box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}


.box:hover:before,
.box.hover:before {
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,.1);
	box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}
.box:hover:after,
.box.hover:after {
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.08);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,.08);
	box-shadow: 0px 0px 15px rgba(0,0,0,.08);
}

.box .box-inner {
	position: relative;
	z-index: 15;
}

.box .box-inner header {
	position: absolute;
	top: -50px;
	width: 100%;
	padding: 10px 0 10px 20px;
}
.box .box-inner header img {
	float: right;
	position: absolute;
	right: 0;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nsk .box-inner header img,
.fag .box-inner header img {
	height: 18px;
}

.box .box-inner header h5 {
	margin: 5px 0 0;
	font-size: 18px;
	line-height: 1;
}
.box .box-inner header span {
	font-size: 12px;
	text-transform: uppercase;
	color: #b7112a;
}

.box  .box-inner-main {
	padding: 15px 15px 15px 20px;
}
.box  .box-inner-main p {
	margin: 0 0 10px;
	font-size: 12px;
	min-height: 120px;
}

.box  .box-inner-main ul {
	list-style: none;
	color: #b7112a;
	padding: 0; margin: 0 0  15px;
}
.box  .box-inner-main ul li:before {
	content: '\f105';
	font-family: "fontello";
	display: inline-block;
	margin-right: 5px;
	float: left;
}
.box  .box-inner-main ul li a {
	font-size: 12px;
	color: #b7112a;
}

.box  .box-inner-main a.btn {
	display: block;
	width: 130px; height: 30px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #b7112a;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
	cursor: pointer;
	color: #b7112a;
	font-weight: 600;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.box  .box-inner-main a.btn:hover {
	color: #fff;
	background: #b7112a;
}

.box .img-product {
	position: absolute;
	bottom: -36px;
	right: -40px;
	z-index: 16;
}
.fag .img-product {
	bottom: -40px;
}
.nis .img-product {
	bottom: -55px;
}
.ksm .img-product {
	/*bottom: -60px;*/
}
.iko .img-product {
	/*bottom: -60px;*/
}

.ksm .box-inner-main p{
	/*padding-top: 10px;*/
}

/*show popup*/ 
.hidden-over {
	overflow: hidden;
	-webkit-transition: all 3s ease-in-out;
	-moz-transition: all 3s ease-in-out;
	transition: all 3s ease-in-out;
}
.close-popup {
	position: absolute;
	top: 0; right: -35px;
	color: #f1f1f1;
	cursor: pointer;
	font-size: 20px;
}
.company-popup {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	position: fixed;
	opacity: 0;
	visibility: hidden;
}

.company-popup-content .slider-for {
	/*max-width: 800px;*/
	width: 95%;
	margin: 20px auto;
}
.pdf .company-popup-content .slider-for{
	/*margin: 20px auto  !important;*/
	max-width: 600px;
}

.pdf .company-popup-content .slider-for .slick-slide .img {
	position: relative;
	max-width: 350px;
}

.pdf .company-popup-content .slider-for .slick-slide img {
	max-width: 350px;
}

.company-popup-content .slider-for .slick-slide img {
	/*max-width: 350px;*/
	width: 100%;
	margin: auto;
	border: 1px solid #eee;
}
.company-popup-content .slider-for .slick-slide h3 {
	margin: 15px 0 0;
}
.company-popup-content .slider-nav .slick-list {
	padding: 0 !important;
}
.company-popup-content .slider-nav {
	/*margin-bottom: 20px;*/
	max-width: 700px;
	margin: 0 auto 20px;
}

.company-popup-content .slider-nav .slick-slide .img {
	/*border: 1px solid #eee;
	margin: 0 15px;*/
}

.company-popup-content .slider-nav .slick-slide img {
	max-width: 100px;
	width: 100%;
	height: 100px;
	margin: auto;
	cursor: pointer;
	border: 1px solid #eee;
}
.company-popup-content .slider-nav .slick-slide.slick-current img {
	border: 1px solid #0c1c24;
}

.company-popup-content .slider-for button.slick-arrow {
	position: absolute;
	top: 50%;
	border: none; 
	background: none;
	z-index: 9999;
}

.company-popup-content .slider-for button.slick-next {
	right: -25px;
}
.company-popup-content .slider-for button.slick-prev  {
	left: -25px;
}

.hidden-over .company-popup.showing  {
	/*top: 0;
	left: 0;
	width: 100%;
	height: 100%;*/
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	visibility: visible;
	opacity: 1;
}
/*.hidden-over .company-popup.showing {*/
	/*display: block;*/
/*}*/
.hidden-over .company-popup-container {
	text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*.hidden-over .company-popup-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}*/
.hidden-over .company-popup-content {
	position: absolute;
    /*display: inline-block;
    vertical-align: middle;*/
    margin: 0 auto;
    /*text-align: left;*/
    z-index: 1045;
    background: #fff;
    width: 100%;
    max-width: 960px;
    top: 50%; left: 50%;
    /*opacity: 0;
    filter: alpha(opacity=0);*/
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);
}

.hidden-over .gray {
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/*bearing*/
.bearing {
	background: #0c1c24;
	color: #a7abaf;
	position: relative;
}

.bearing:before {
	content: "";
	display: block;
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0; left: 0;
	background: #a31027;
}

.bearing h3 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.bearing h3 a {
	color: #fff;
	text-decoration: none;
}
.bearing p {
	margin: 0;
	font-size: 11px;
	min-height: 60px;
}
.bearing-inner {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
.bearing-inner:before {
	content: "";
	display: block;
	background: url(../img/icon1.png) no-repeat;
	position: absolute;
	top: 50%;
}
.bearing-left {
	background: #a31027;
	text-align: right;
	padding-right: 130px;
}
.bearing-left:before {
	right: 48px; margin-top: -22px;
	height: 44px; width: 50px;
}
.bearing-right{
	background: #0c1c24;
	padding-left: 130px;
}
.bearing-right:before {
	background-position: -64px 0;
	left: 48px; margin-top: -25px;
	height: 50px; width: 50px;
}

/*customer*/
.customer {
	padding-bottom: 70px;
}
.slider-customer .slick-slide {
	/*height: 140px;*/
	/*display: -webkit-flex;
	display: -moz-flex;
	display: flex;*/
}

.slider-customer .slick-slide  span {
	display: block;
	height: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	margin: 20px 0;
}

.slider-customer .slick-slide img{
	max-height: 100%;
	max-width: 100%;
	margin: auto;
}
/*map*/
.section-map {
	height: 470px;
	overflow: hidden;
}
.map {
	width: 100%; height: 500px;
}

/*contact*/
.contact {
	background: #fff url(../img/bg-contact.png) no-repeat right center;
	background-size: cover;
	padding-bottom: 100px;
}
.contact-address header h3 {
	text-transform: capitalize;
	font-size: 40px;
	color: #b7112a;
}

.contact-block-group {
	padding-left: 60px;
}

.contact-block-group > div {
	position: relative;
}
.contact-block-group > div:last-child {
	border: none;
}
.contact-block-group > div:before {
	content: "";
	position: absolute;
	height: 30px; width: 30px;
	top: 30px; left: -60px;
	background: url(../img/icon1.png) no-repeat;
}
.contact-block-group > div:nth-child(1):before {
	background-position: -50px -62px;
}
.contact-block-group > div:nth-child(2):before {
	background-position: -98px -62px;
	height: 32px;
}
.contact-block-group > div:nth-child(3):before {
	background-position: 0 -62px;
}
.contact-block-group > div:nth-child(4):before {
	background-position: -145px -62px;
}
.contact-block {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	color: #333;
	padding: 20px 0;
}
.contact-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.contact-block ul li {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.contact-block ul li:last-child {
	border: none;
}
.contact-block span {
	color: #d61215;
	font-family: 'Roboto Slab', serif;
	text-transform: capitalize;
	font-weight: 700;
}
.contact-block p {
	margin: 5px 0 0;
	font-size: 14px;
}

.contact-block strong {
	font-style: 15px;
	font-weight: 600;
}

.contact-form {
	position: relative;
	margin-top: 160px;
	margin-left: 30px;
}

.contact-form-inner {
	background: #1f1f1f;
	padding: 35px;	
	z-index: 2;
	position: relative;
}
.contact-form::before,
.contact-form::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	opacity: .18;
}
.contact-form::before {
	height: 170px;
	width: 170px;
	top: -15px;
	right: -15px;
	border: 85px solid;
	border-color: #d61215 #d61215 transparent transparent;
}

.contact-form::after {
	width: 400px;
	height: 400px;
	bottom: -15px;
	left: -15px;
	border: 200px solid;
	border-color: transparent transparent #d61215 #d61215;
}
.heading-form {
	margin-bottom: 30px;
}
.heading-form h3 {
	margin: 0;
	color: #c81316;
	font-size: 30px;
	text-align: center;
	line-height: 1;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
}

.heading-form p {
	font-size: 13px;
	color: #999;
}
.main-form .row {
	margin-left: -20px;
	margin-right: -20px;
}
.main-form .col-xs-6,
.main-form .col-xs-12 {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 0 30px;
}
.main-form .input-field {
	position: relative;
}
.main-form label {
	text-transform: uppercase;
	color: #999;
	font-size: 12px;
	position: absolute;
	left: 20px;
	top: 16px;
	z-index: 1;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.main-form label.error {
	top: inherit !important;
	left: inherit; right: 20px;
    font-size: 11px !important;
    bottom: -18px !important;
    color: #c81316 !important;
    text-transform: none !important;
}
.main-form input[type="text"],
.main-form textarea {
	width: 100%;
	display: block;
	background: transparent;
	border: none;
	border-bottom: 1px solid #999;
	padding: 5px 0;
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 13px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.main-form textarea {
	resize: none;
}

.main-form input[type="text"] {
	height: 40px;
}
.main-form button[type="submit"] {
	display: inline-block;
	min-width: 150px;
	padding-left: 10px; padding-right: 10px;
	height: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #c81316;
	color: #c81316;
	text-align: center;
	background: transparent;
	margin: 50px 10px 0;
	font-family: 'Roboto Slab', serif;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.main-form #againForm {
	margin: 50px 10px 0;
	display: inline-block;
	height: 30px; min-width: 150px;
	background: none;
	border: none;
	display: none;
	color: #fff;
}

.send .main-form #againForm  {
	display: inline-block;
	color: #c81316;
}

.main-form button[type="submit"]:hover {
	background: #c81316;
	color: #fff;
}

.main-form textarea.has-value,
.main-form input[type="text"].has-value,
.main-form textarea:focus,
.main-form input[type="text"]:focus {
	border-color: #eee;
	-webkit-box-shadow: 0 1px 0 0 #eee;
	-moz-box-shadow: 0 1px 0 0 #eee;
	box-shadow: 0 1px 0 0 #eee;
}

.main-form textarea.error ,
.main-form input[type="text"].error {
	border-color: #c81316;
	-webkit-box-shadow: 0 1px 0 0 #c81316;
	-moz-box-shadow: 0 1px 0 0 #c81316;
	box-shadow: 0 1px 0 0 #c81316;
}

.main-form textarea.has-value ~ label,
.main-form input[type="text"].has-value ~ label,
.main-form textarea:focus ~ label,
.main-form input[type="text"]:focus ~ label {
	top: -10px;
	font-size: 10px;
}

/*pdf*/
.company-popup-content .slider-for .slick-slide .img{
	max-width: 750px;	
	position: relative;
	margin: auto;
}
.wrap-pdf {
	position: absolute;
	bottom: 0;
	right: 0;
}

.wrap-pdf a.showpdf {
	position: relative;
}

.wrap-list-pdf {
	position: absolute;
	width: 170px;
	bottom: 42px;
	right: 50%;
	margin-right: -85px;
	background: #fff;
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,.2);
	color: #000;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	display: none;
}

.wrap-list-pdf::before {
	content: "";
	display: block;
	border: 10px solid;
	border-color: transparent;
    border-top-color: #fff;
    position: absolute;
   	right: 50%;
    bottom: -20px;
    margin-right: -10px;
    z-index: 2;
    height: 0;
    width: 0;
}

.wrap-list-pdf::after {
	content: "";
	display: block;
	border: 10px solid;
	border-color: transparent;
    border-top-color: #ccc;
    position: absolute;
   	right: 50%;
    bottom: -21px;
    margin-right: -10px;
    z-index: 1;
    height: 0;
    width: 0;
}


.wrap-list-pdf ul {
	list-style: none;
	padding: 0;
	margin: 0;
	max-height: 200px;
	overflow: hidden;
	/*overflow-y: scroll;*/
}

.wrap-list-pdf .mCSB_inside > .mCSB_container {
	margin-right: 0;
}

.wrap-list-pdf ul li {
	border-bottom: 1px solid #eee;
}

.wrap-list-pdf ul li:last-child {
	border: none;
}

.wrap-list-pdf ul li a {
	display: block;
	padding: 7px 0;
	font-size: 12px;
	text-decoration: none;
	font-weight: 700;
	color: #212121;
}

.wrap-list-pdf ul li a:hover {
	color: #b7112a;
}

/*show list*/
.showPdf .wrap-list-pdf  {
	display: block;
}

/*responsive*/
@media (max-width: 1199px) {
	nav.menu ul li a {
		padding: 0 25px;
	}
	.top-company h5 {
		font-size: 17px;
	}

	.img-product img {
	    width: 85%;
	    float: right;
	}

	.nis .img-product {
		bottom: -40px;
	}

	.ksm .img-product {
		bottom: -20px;
		right: -30px;
	}

	.ksm .img-product img {
		width: 160px;
	}

	.iko .img-product img {
		height: 150px;
		width: initial !important;;
	}

	.box .box-inner-main p {
		min-height: 125px;
	}
	.lang .lang-dropdown {
		display: none;
	}
	.lang:hover .lang-dropdown,
	.lang:focus .lang-dropdown {
		display: block;
	} 
}

@media (min-width: 992px) and (max-width: 1199px) {
	.products .section-main .row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.products .section-main .col-md-4 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.img-product img {
	    width: 85%;
	    float: right;
	}

	.nis .img-product {
		bottom: -40px;
	}

	.ksm .img-product {
		bottom: -20px;
		right: -30px;
	}

	.ksm .img-product img {
		width: 160px;
	}

	.iko .img-product img {
		height: 150px;
		width: initial;
	}

	.top-company h2 {
		font-size: 50px;
	}
}

@media (max-width: 1024px) {
	.hidden-over .company-popup-content {
		max-width: 90%;
	}
}

@media (max-width: 991px) {
	.header-wrap {
		position: relative;
	}
	.header .logo img {
		width: 210px;
	}
	.lang .lang-label span {display: none;}
	nav.menu {
		/*padding-right: 130px;*/
	}
	nav.menu ul li a {
		/*padding: 0 15px;*/
	}
	.header-right .search {
		position: absolute;
		right: 0;
	}
	.header-right .search input[type="text"] {
		width: 100px;
		/*padding-left: 0;*/
		z-index: 999;
	}

	.products .section-main .row {
		margin-left: -30px;
		margin-right: -30px;
	}
	.products .section-main .col-md-4 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.top-company h2 {
	    font-size: 45px;
	}
	.top-company h3 {
		font-size: 20px;
	}
	.top-company h5 {
		font-size: 14px;
	}
	.top-company p {
		font-size: 14px;
	}

	.bearing:before {
		height: 192px;
		width: 100%;
	}

	.bearing-left {
		text-align: left;
		padding-left: 130px;
		padding-right: 0;
		min-height: 192px;
	}

	.bearing-left:before {
		right: initial;
		left: 30px;
	}
	.bearing-right:before {
		left: 30px;
	}

	.contact-form {
		margin: 50px 0 0;
	}
	.contact {
		background-position: top right;
	}

	.top-company .img img {
		max-width: 455px;
		margin: 50px auto 20px;
	}

	.wrap-company-timeline {
		max-width: 400px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}

	.header-right, .lang {
		margin-top: 36px;
	}
	nav.menu ul li a {
		padding: 0 15px;
	}

	.top-company {
		margin-top: 35px;
	}

	.bg2 {top: 220px;}
}

@media (min-width: 751px) and (max-width: 991px) {
	.focus nav.menu {display: none;}
}

@media (max-width: 767px) {
	.top-company h3 {font-size: 15px;}
	.top-company h2 {font-size: 30px; line-height: 1.5;}
	.wrap-company-timeline {
		max-width: 380px;
		margin: 30px auto 0;
	}
	.section-map {
	    height: 320px;
	}
	.map {
	    height: 350px;
	}

	.close-popup {
	    position: absolute;
	    top: -35px;
	    right: 0;
	}

	.hidden-over .company-popup-content {
		top: 100px;
		-webkit-transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	}

	.contact-address header h3 {
		font-size: 30px;
	}

	.bearing-left {
		min-height: initial;
	}
	
	.bg2 {
		top: 175px;
	}

	.company-timeline {
        max-height: initial;
    }

	.company-timeline li:last-child {
		/*padding-bottom: 0;*/
	}

	.section .heading h3 {
		padding-top: 30px;
	}

	.customer {
		padding-bottom: 20px;
	}
}

@media (min-width: 601px) and (max-width: 767px) {
	.products .section-main .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.products .section-main .col-md-4 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.box .img-product {
		width: 137px;
		bottom: -10px;
	}
	.box .img-product img {
		display: block;
		max-width: 100%;
	}
}

@media (min-width: 751px) {
	.header-right {
		display: block !important;
	}
}

@media (max-width: 750px) {
	.btn-nav {
		/*border: 1px solid #fff;*/
		height: 30px;
		width: 30px;
		position: absolute;
		top: 18px; left: 10px;
		z-index: 999;
		display: block;
		color: #fff;
		font-size: 25px;
		cursor: pointer;
	}
	.header {
		min-height: 60px;
		/*padding-top: 15px;*/
	}
	.header .logo {
		text-align: center;
	}
	.header .logo img {
		width: 150px;
		margin: auto
	}
	.header.toggleHeader {
		background: rgba(39, 47, 57, 0.95);
		/*min-height: 60px;*/
		/*padding-top: 15px;*/
		-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.5);
		-moz-box-shadow: 0px 1px 5px rgba(0,0,0,.5);
		box-shadow: 0px 1px 5px rgba(0,0,0,.5);
	}
	.header-right {
		float: none !important;
		width: 100%;
		clear: both;
		padding: 10px 0 0;
		z-index: 999;
		cursor: pointer;
		display: none;
	}
	nav.menu {
		float: none;
		display: block;
		padding-right: 0;
		text-align: center;
	}
	nav.menu ul {
		display: block;
	}
	nav.menu ul li {
		display: block;
		margin: 10px 0;
	}
	.header-right .search {
		position: relative;
		float: none;
		text-align: left;
		width: 100%;
		margin-left: 0;
	}
	.header-right .search input[type="text"] {
		width: 100% !important;
	}
	.company {padding-top: 80px;}
	.top-company {margin-top: 0;}

	.top-company .img img {
		/*max-width: 90%;*/
		/*margin: 30px auto;*/
	}

	.box .img-product {
		right: -15px;
	}

	.ksm  .img-product {
		right: -10px;
	}
	
	.bottom-company h3 {font-size: 30px;}
	
	.lang {
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 20px;
	}

	.header-left {
		width: 100%;
		/*background: pink;*/
		text-align: center;
		margin-top: 2px;
	}

	.heading-form h3 {
		/*text-align: left;*/
		font-size: 25px;
	}
	.lang .lang-label span {
		display: none;
	}
	
}

@media (max-width: 600px) {
	.wrap-list-pdf {
		right: 0;
		margin-right: 0;
	}

	.wrap-list-pdf::before {
		right: 5px;
		margin-right: 0;
	}
	.wrap-list-pdf::after {
		right: 5px;
		margin-right: 0;
	}

	.products .section-main .col-md-4 {
		width: 100%;
	}

	.bearing p {
		display: none;
	}
	.contact-block-group .col-xs-6 {
		width: 100%;
	}

	.bearing-left,
	.bearing-right {
		padding-left: 100px;
	}

	.bearing-left:before,
	.bearing-right:before {
		left: 16px;
	}

	.top-company p span img {
		display: inline-block;
		/*width: 40px;*/
	}

	.nis .img-product {
		bottom: -50px;
	}

	.top-company .img img {
		max-width: 90%; 
	}

	.iko {margin-bottom: 80px;}

	.products .section-main {margin-top: 50px;}

	.main-form .col-xs-6, .main-form .col-xs-12 {
		margin-bottom: 30px;
	}
	
}
@media (max-width: 400px) {
	.top-company h5 {
		font-size: 12px;
	}
	.main-form button[type="submit"] {
		margin-top: 20px;
	}
}
@media (max-width: 359px) {
	/*.top-company p span{
		display: block;
		margin-top: 10px;
	}*/
	.box .img-product {
		bottom: -30px !important;
	}
	.box .img-product img {
		width: 80%;
		float: right;
	}

	.ksm .img-product {
		bottom: -20px !important;
	}

	.ksm .img-product img {
		width: 145px;
	}

	.contact-form-inner {
		padding: 20px 15px 0;
	}
	.heading-form h3 {font-size: 25px;}
	.main-form button[type="submit"] {
		margin-top: 20px;
	}
	.main-form .row {
	    margin-left: -15px;
	    margin-right: -15px;
	}
	.main-form .col-xs-6, .main-form .col-xs-12 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.main-form label.error {
		right: 15px !important;
	}

	.top-company h5 {
		font-size: 12px;
	}

		.top-company p {
		font-size: 12px;
	}

	.top-company p span {
		display: block;
		margin-top: 10px;
	}

	.top-company p span img {
		display: inline-block;
		width: 40px;
		margin: 0 5px 0 0;
	}
}

/*custom slider popup*/
#mpz .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0) !important;
	-moz-transform: translate3d(0, 0, 0) !important;
	-ms-transform: translate3d(0, 0, 0) !important;
	-o-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	margin: auto !important;
}

.owl-carousel  .owl-item img {
    display: block;
    max-width: 100%;
    margin: auto;
}


.sync2 {
	padding: 0 30px;
	margin: 0 0 10px;
}

.sync2 .owl-item .item {
	padding: 0 5px;
	cursor: pointer;
}

.sync1 .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	margin-top: -18px;
}

.sync1 .owl-controls .owl-buttons .owl-next {
	right: 5px;
}
.sync1 .owl-controls .owl-buttons .owl-prev {
	left: 5px;
}

.owl-theme .owl-controls .owl-buttons div {
	padding: 10px;
	opacity: 1;
}

.line {
	background: #fff;
	margin: 0 10px;
	height: 1px;
	width: 10px;
	display: inline-block;
}

/*load*/
#loading{
	position: relative;
	margin: 0 5px 0 0;
	display: none;
}

.loading #loading{
	display: inline-block;
}

.main-form button.loading {
	background: #c81316;
    color: #fff
}

.main-form button.loading .fa-check {
	color: #2ecc71;
}

