a,
a:hover {
	transition: all 0.3s;
}


.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

/* ima move */
.carousel-item img {
	overflow:hidden;
	transform: scale(1.2);
	transition: 6s;
}
.carousel-item.active img {
	transform:scale(1);
	transition-delay:0s;
	animation-name:main-bg-active;
	animation-duration:7s;
	animation-timing-function:linear;
	animation-delay:0s;
	animation-fill-mode:forwards;
}
@keyframes main-bg-active{
	0%{transform:scale(1.2);}
	100%{transform:scale(1);}
}



.nav-tabs {
    border-bottom: 0 solid transparent;
    margin-top:40px;
    margin-bottom: 40px;
}
.nav-tabs .nav-link {
    border-bottom: 2px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 0 5px 0;
	font-size:28px;
	font-weight: 500;
	color:#d1d1d1;
	margin-right: 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    color: #495057;
    background-color: #fff;
    border-color: transparent transparent #000000;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000;
    background-color: #fff;
    border-color: transparent transparent #000000;
}

.block-alink a {
	color:#333;
	margin-bottom:7px;
	text-align:right;
}
.block-alink a:hover {
	color:#000000;
	text-decoration: underline;
}
.line-h160 h4 {
	margin-bottom:15px;
	font-size:16px;
}
.line-h160 p {
	margin-bottom:7px;
}



.sub-container {
	width:100%;
	max-width: 1430px;
	margin: 0 auto;
}
.sub-container-bg {
	width:100%;
	padding: 10rem 0;
	background-image: url('/html/_img/aboutus-bg.png');
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
	min-height:450px;
}
.mr-section-120 {
	margin-top: 120px;
}
.section-title-wrap h1 {
	font-size:60px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}
.section-title-wrap h4 {
	font-size:20px;
	font-weight: 400;
}
.section-title-wrap span {
	font-weight: 700;
}
.position-rt {
	position: relative;
	display: block;
	overflow: hidden;
}
.position-rt > img {
	transform: scale(1);
	transition: all ease 1s;
}
.position-rt:hover > img {
	transform: scale(1.2);
	transition: all ease 1s;
}
.position-rt > span {
	position:absolute;
	bottom:30px;
	left:30px;
	color:#ffffff;
	font-size:20px;
	font-weight: 400;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.position-rt > span > img {
	margin-left: 10px;
}
.more-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width:116px;
	height: 116px;
	border-radius: 50%;
	border:1px solid #ffffff;
	color:#fff;
}
.more-btn:hover {
	color:#fff;
	background-color:rgba(255,255,255,0.25);
}

.location-list h5 {
	margin-top:20px;
	font-size:18px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}
.location-list p {
	margin-top:5px;
	font-size:18px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
}



.sub_menu_container {
	border-bottom: 1px solid #ddd;
}
.sub_menu_container > div {
	width:100%;
	max-width:1400px;
	margin: 0 auto;
}
.sub-title-area {
	text-align: center;
	font-size:40px;
	font-weight: 700;
	padding:30px 0 20px;
}

.intro-wrap h1 {
	font-size:42px;
	font-weight:300;
}
.intro-wrap > div {
	font-size:18px;
	font-weight:300;
	margin-top: 25px;
	line-height:200%;
	margin-bottom: 70px;
}



.product-bg {
	width:100%;
	padding: 3.5rem 0;
	background-position: top center;
	background-repeat: no-repeat;
}
.product-bg p {
	width:100%;
	font-size:18px;
	font-weight:400;
	line-height:200%;
	text-align: center;
}
.product-bg p > span {
	font-weight:700;
}
.product-bg-01 {
	background-image: url('/html/_img/automotive.png');
}
.product-bg-02 {
	background-image: url('/html/_img/petrochemical.png');
}
.product-bg-03 {
	background-image: url('/html/_img/electricmotor.png');
}
.product-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width:280px;
	height: 78px;
	background-color: #001a45;
	color:#ffffff;
	font-size:18px;
	font-weight:300;
	border-radius:39px;
}
.product-btn:hover {
	background-color: #000000;
	color:#ffffff;
}


.product-info-area {
	font-size:15px;
	font-weight:400;
	color:#000000;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 3%;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 0;
    border-bottom: 0;
    border-radius:4px;
    opacity: .5;
    transition: opacity .6s ease;
}

@media (min-width: 1200px) {
	.line-h160 {
		padding-left: 30px;
	}
	.carousel-caption {
	    position: absolute;
	    right: 15%;
		top: 43%;
	    left: 15%;
	    z-index: 10;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    color: #fff;
	    text-align: center;
	}
	.carousel-caption p {
		font-size:22px;
		font-weight:300;
		margin-bottom: 20px;
	}
	.carousel-caption p span {
		font-weight:700;
	}
	.carousel-caption h1 {
		font-size:80px;
		font-family: 'Titillium Web', sans-serif;
		font-weight: 900;
	}
	.dt-img {
		display: block;
	}
	.mo-img {
		display: none;
	}
}
@media (max-width: 1199.5px) {
	.carousel-wrap {
		padding-top: 67px;
	}
	.carousel-caption {
	    position: absolute;
	    right: 5%;
		top: 20%;
	    left: 5%;
	    z-index: 10;
	    padding-bottom: 10px;
	    color: #fff;
	    text-align: center;
	}
	.carousel-caption p {
		font-size:12px;
		font-weight:300;
		margin-bottom: 20px;
	}
	.carousel-caption p span {
		font-weight:700;
	}
	.carousel-caption h1 {
		font-size:24px;
		font-family: 'Titillium Web', sans-serif;
		font-weight: 900;
	}
	
	.nav-tabs .nav-link {
		font-size:18px;
	}
	.nav-tabs .nav-item:last-child {
		min-width:120px;
	}
	.sub-title-area {
		text-align: center;
		font-size:32px;
		font-weight: 700;
		padding:30px 0 20px;
	}
	.intro-wrap h1 {
		font-size:32px;
		font-weight:300;
	}
	.intro-wrap > div {
		font-size:15px;
		font-weight:300;
		margin-top: 25px;
		line-height:200%;
		margin-bottom: 70px;
	}
	.position-rt {
		margin-bottom:20px;
	}
	.more-btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width:116px;
		height: 116px;
		border-radius: 50%;
		margin-top: 35px;
		font-size:15px;
		border:1px solid #ffffff;
		color:#fff;
	}
	.mr-section-120 {
		margin-top: 80px;
	}
	.section-title-wrap h1 {
		font-size:42px;
		font-family: 'Titillium Web', sans-serif;
		font-weight: 700;
	}
	.section-title-wrap h4 {
		font-size:16px;
		font-weight: 400;
	}
	.fsr3_8-md {
		padding:20px;
	}
	.section-title-wrap h4 {
		line-height:160%;
	}
	.product-bg p {
		width:100%;
		font-size:15px;
		font-weight:400;
		line-height:200%;
		text-align: center;
	}
	.amr-4 {
		margin-right:10px;
	}
	.dt-img {
		display: none;
	}
	.mo-img {
		display: block;
	}
	.product-bg {
		background-size: 100%;
	}
}

.side-fixed {
	position: fixed;
	right:0;
	bottom:30%;
	padding: 20px;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	z-index: 99999;
	background-color: #ffffff;
}
.side-fixed div {
	text-align: center;
	margin-bottom: 10px;
}
.side-fixed div img {
	margin-right: 5px;
}
.side-fixed p span {
	font-weight: 700;
}
