﻿@charset "UTF-8";
/* @import url(https://fonts.googleapis.com/css?family=Roboto:300);
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
	src: local('Material Icons'),  local('MaterialIcons-Regular'),  url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),  url(https://example.com/MaterialIcons-Regular.woff) format('woff'),  url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
} */
/* Layout */
body#ts_industrial {

	background: #fff;
}
#ts_industrial h1 {
	font-size: 21pt;
}
#ts_industrial .navbar-default {
	background: #fff;
}
#ts_industrial .navbar {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	border-bottom: #ddd 1px solid;
}
#ts_industrial .navbar-right {
	margin-top: 0px;
	margin-bottom: 0px;
}
#ts_industrial .navbar-right.nav-search{
	margin-top: 5px;
	margin-bottom: 5px;
}
#ts_industrial .navbar-brand {
	padding: 7px 15px;
}
#ts_industrial .navbar-brand img {
	height: 36px;
}

#ts_industrial .navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}
#ts_industrial .navbar-nav > li.navbar-gateway > a {
	color:#fff;
	font-size: 9pt;
	margin:10px 0;
	padding: 5px 10px;
	border-radius:4px;
	background: #666666;
}
#ts_industrial .navbar-nav > li.navbar-gateway > a img {

}
#ts_industrial .container-fluid.navbar-mainmenu{
	background:#eee;
}
#ts_industrial .dropdown-menu {
	background: #666;
	border-top: 2px solid #900014;
	border-radius: 0;
	box-shadow: none;
}
#ts_industrial .container.content {
	background: #fff;
}
#ts_industrial .container.content .row {
}
#ts_industrial .navbar-form {
	margin: 7px 15px 7px 0;
	padding: 0;
}
#ts_industrial .btn.btn_search {
	background: none;
	border: none;
}
#ts_industrial .navbar-collapse {
	padding: 0;
}
.footer {
	background: #eee;
}
.footer .breadcrumb {
	background: none;
	border-radius: 0;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer h2 {
	font-size: 12pt;
	color: #333;
	font-weight: normal;
}
.footer .sitemap ul li {
	margin: 3px 0;
}
.footer .sitemap ul li a {
	color: #666;
	font-size: 10pt;
	line-height: 1em;
	text-decoration: none;
}
.footer .sitemap ul li a:hover {
	color: #333;
}
.sitemap {
	margin-bottom: 30px;
}
.footer .sitemap ul li a {
	font-size: 9pt;
	line-height: 2em;
}
.copy {
	background: #666;
	color: #fff;
	font-size: 10pt;
	padding: 15px 0;
}
.copy p {
	clear: both;
	margin: 0;
}
.footer .footer_legal {
	margin: 0 0 15px 0;
	list-style: none;
}
.footer_legal li a {
	color: #ccc;
	float: left;
	margin-right: 15px;
	display: inline-block;
	margin: 0 15px 5px 0;
}
.language {
	margin-top: 5px;
	text-align: right;
	line-height: 24px;
	vertical-align: middle;
}
a .language{
	color:#fff;
}
.language img {
	vertical-align: middle;
}
.language_nationflag {
	height: 24px;
}
.language_nation {
	height: 24px;
	padding: 0 10px;
	display: inline-block;
}
.language_lang {
	opacity: .7;
	height: 24px;
	padding: 0;
	display: inline-block
}
#ts_industrial .navbar-default.legal_notice {
	font-size: 10pt;
	color: #fff;
	background-color: rgba(0,0,0,0.70);
	padding: 5px 0;
}
a.legal_notice_close {
	opacity: .5
}
a.legal_notice_close:hover {
	opacity: 1
}
.legal_notice_close img {
	width: 30px;
}
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 120px;
    padding:3px 0 9px 0;
    background-color:rgba(255,255,255,0.70);
    color: white;
    cursor: pointer;
	width:48px;
	height:48px;
	line-height:36px;
	vertical-align:middle;
	border:1px solid #666;
	border-radius:50%;
	text-align:center;
	opacity:.5;
	z-index:3000;
}
#gotop img{
	max-height:48px;
}
#gotop:hover{
	opacity:1;
	background-color:rgba(255,255,255,0.8);
}



/* Search */


/* button */
.btn-more {
	border-radius:0;
  color: #fff;
  background-color: #BDC0BA;
  border-color: #BDC0BA;
}
.btn-more:hover,
.btn-oore:focus,
.btn-more.focus,
.btn-more:active,
.btn-more.active,
.open > .dropdown-toggle.btn-more {
  color: #fff;
  background-color: #91989F;
  border-color: #91989F;
}

/* Home */
.imagebanner {
	max-width: 1920px;
	height: 540px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.imagebanner-caption {
	font-size: 36pt;
	margin-top: 360px;
}
#ts_industrial #carousel-hero .carousel {
	margin-bottom: 30px;
}
/*--
#ts_industrial .carousel-inner > .item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
}
--*/
#ts_industrial #carousel-hero .carousel-caption {
	top: 30%;
	bottom: auto;
	left: auto;
	right: auto;
	text-align: left;
	padding-left: 45px;
}
#ts_industrial #carousel-hero .carousel-caption h1 {
	font-weight: normal;
}
/*--
#ts_industrial .carousel-indicators .active{
	background:rgba(150,0,20,1.00);
	height:10px;
	width:10px;
	border-radius:5px;
}
#ts_industrial .carousel-indicators li{
	background:rgba(0,0,0,0.30);
	border:none;
}
--*/
.HomeSection.row {
	padding-top: 30px;
	padding-bottom: 30px;
}
.HomeSection h1 {
	margin-top: 0;
	margin-bottom: 15px;
}
.HomeSection h2 {
	margin: 0; /* 20160920 for DE by red */
	font-size: 12pt;
	line-height: 1.2em;
}
.HomeSection a {
	text-decoration: none;
}
.HomeSection .HomeSection-more a,
.HomeSection.technology .HomeSection-more a,
.HomeSection.preww.HomeSection-more a{
	display:inline-block;
}
.HomeSection-more img{
	margin-left:5px;
	vertical-align:middle;
}

.HomeSection.applications a {
	height: 150px;
	color: #333;
	text-align: center;
	display: block;
	padding: 30px 0;
	border: 1px solid #ccc;
	background:#eee;
}
.HomeSection.applications a:hover {
	background:#fff;
}
.HomeSection.applications h2 {
}
.HomeSection.applications img {
	opacity: .7;
	margin: 0 auto;
	max-height: 48px;
}
.HomeSection.solutions {
	background-image: url(../../images/industrial/home_solutions_bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.HomeSection.solutions h1 {
}
.HomeSection.solutions h2 {
	color: #333;
	text-align: center;
}
.HomeSection.solutions img{
	margin:0 auto;
}

.HomeSection.technology a h2{
	color:#333;
}
.HomeSection.technology a p{
	max-height: 60px;
	overflow: hidden;
	color:#666;
}
.HomeSection.press {
	font-size: 12pt;
}
.HomeSection.press .press-list {
	margin-left: 15px;
}
.HomeSection-press-date{
	color:#666;
	padding-left: 0;
}
.HomeSection-press-title{
	margin-bottom:15px;
	padding-left: 30px !important;
}
.HomeSection-press-title a{
	color:#333;
}

/* Legal */
#ts_industrial .legal_list {
	min-height: 270px;
}

@media (min-width: 992px) and (max-width: 1199px) {
.HomeSection.applications div {
	display: block;
	margin-bottom: 15px;
}
.HomeSection.applications div div {
	margin-bottom: 0;
}
}

@media (min-width: 768px) and (max-width: 991px) {
#ts_industrial .carousel-inner > .item {
	height: 450px;
}
.HomeSection.applications div {
	display: block;
	margin-bottom: 15px;
}
.HomeSection.applications div div {
	margin-bottom: 0;
}
.HomeSection.solutions {
	background-image: none;
}
.HomeSection.technology a {
	display: block;
	margin-bottom: 15px;
}
.HomeSection.technology h2 {
	margin-top:0;
}
}

@media (max-width: 767px) {
	#ts_industrial .carousel-inner > .item {
	height: 450px;
}
.HomeSection.applications div {
	display: block;
	margin-bottom: 15px;
}
.HomeSection.applications div div {
	margin-bottom: 0;
}
.HomeSection.solutions {
	background-image: none;
}
.HomeSection.technology a {
	display: block;
	margin-bottom: 15px;
}
.HomeSection.technology h2 {
	margin-top: 0;
}
}
 @media (max-width: 767px) {

#ts_industrial .navbar-nav{
	margin:7.5px 0;
}
#ts_industrial .container > .navbar-header, #ts_industrial .container-fluid > .navbar-header, #ts_industrial .container > .navbar-collapse, #ts_industrial .container-fluid > .navbar-collapse{
	margin-left:-15px;
	margin-right:-15px;
}
#ts_industrial .navbar-nav > li.navbar-gateway{

}
#ts_industrial .navbar-nav > li.navbar-gateway > a{
	margin:10px 15px;
}
#ts_industrial .navbar-form .form-group{
	float:left;
}
#ts_industrial .navbar-nav > li > a{
	background:#eee;
}
#ts_industrial .navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border:none;
}
#ts_industrial .navbar-form{
	padding:7px 15px;
}
#ts_industrial .form-control{
	min-width:300px;
}
.imagebanner{
	height:360px;
}
.imagebanner-caption {
	font-size: 24pt;
	margin-top: 240px;
}
#ts_industrial .carousel-inner > .item {
 height:360px;
}
#ts_industrial .navbar-default.legal_notice {

}
.HomeSection.applications a {
 text-align:left;
 height:auto;
 border:none;
 margin-bottom:15px;
 padding:0;
}
.HomeSection.solutions {
	background-image: none;
}
.HomeSection.technology a {
 display:block;
 margin-bottom:15px;
}
.language{
	margin:15px 0;
	text-align:left;
}
}



/* Material-Icons  */
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}
/* Table */
.table_article {
	border-bottom: solid #ddd 1px;
}
.table_article th {
	color: #fff;
	font-weight: normal;
	background: #444;
}
/* Pages */
.page_image_header {
	text-align: center;
	height: 200px;
	background-position: center;
	background-size: cover
}
.page_image_header .RWD-Structure { height: 100%; }
.page_image_header .Content {
	color: #fff;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.page_article_sec {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px; /* 20161021 by red */
	line-height: 1.6;
}
.page_article_share{
	margin:60px 0 60px 0;
}
.page_article_sec_floatright {
	float: right;
}
.page_contentlink_recommend {
	background-color: #f6f7f8;
	/* background-image: url(../../images/industrial/page_recommend_bg.png);
	background-size: cover;
	background-position: center; */
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
#ts_industrial .page_contentlink_recommend h2 {
	margin: 0 0 30px 0;
}
#ts_industrial .page_contentlink_recommend h3 {
	font-size: 12pt;
	line-height: 1.2em;
}
.page_contentlink_appication {
	color: #fff;
	text-align: center;
	border-top: 1px solid #eee;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #888;
}
.page_contentlink_appication a {
	color: #fff;
	display: block;
	padding: 15px 0;
}
.page_contentlink_appication a:hover {
	opacity: .5;
	transition: opacity .5s;
	-webkit-transition: opacity .5s; /* Chrome & safari */
	-moz-transition: opacity .5s; /* firefox */
}
#ts_industrial .page_contentlink_appication h2 {
	margin: 0 0 30px 0;
}
#ts_industrial .page_contentlink_appication h3 {
	font-size: 12pt;
	line-height: 1.2em;
}
.page_contentlink_appication img {
	/* opacity: .7; */
	margin: 0 auto;
	max-height: 60px;
}
.page_contentlink_technology {
	text-align: center;
	border-top: 1px solid #eee;
	padding-top: 60px;
	padding-bottom: 60px;
}
.page_contentlink_technology a {
	color: #333;
	display: block;
	padding: 15px 0;
	min-height: 210px;
}
#ts_industrial .page_contentlink_technology h2 {
	margin: 0 0 30px 0;
}
#ts_industrial .page_contentlink_technology h3 {
	font-size: 12pt;
	line-height: 1.2em;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#ts_industrial .page_contentlink_technology .col-md-2.col-sm-4.col-xs-12 {
		height: 190px;
		overflow: hidden;
	}
}

/* 20160919 */
.row.HomeSection.applications [class^=col-] {
	margin-bottom: 15px;
}

/* 20161101 */
.contact-conatiner {
	margin: 30px 0;
	padding: 30px 60px;
	text-align: center;
	background-color: #f8f8f8;
}
.contact-conatiner .title, .contact-conatiner .content {
	color: #333;
}
.contact-conatiner .title {
	margin-bottom: 10px;
	font-size: 24px;
}
.contact-conatiner .content {
	margin-bottom: 20px;
	font-size: 16px;
}
.contact-button {
	display: block;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	background: #48aaff;
	background: -moz-linear-gradient(top,  #48aaff 0%, #007be7 100%);
	background: -webkit-linear-gradient(top,  #48aaff 0%,#007be7 100%);
	background: linear-gradient(to bottom,  #48aaff 0%,#007be7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48aaff', endColorstr='#007be7',GradientType=0 );
}
.contact-button:hover {
	color: #fff;
	text-decoration: none;
	background: #007be7;
	background: -moz-linear-gradient(top,  #007be7 0%, #48aaff 100%);
	background: -webkit-linear-gradient(top,  #007be7 0%,#48aaff 100%);
	background: linear-gradient(to bottom,  #007be7 0%,#48aaff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007be7', endColorstr='#48aaff',GradientType=0 );
}

/* 20170302 */
.lineup.embedded {
	background-color: transparent;
}
.rpContent {
	margin: 30px 0 0;
	font-size: 16px;
}

/* 20160926 */
@media screen and (max-width: 767px) {
	.HomeSection.applications h2 {
		padding-top: 20px;
	}
}

/* 20161003 */
@media screen and (min-width: 768px) {
	#ts_industrial .navbar {
		height: 70px;
		font-size: 16px;
	}

	#ts_industrial .navbar-brand {
		padding: 15px;
	}

	#ts_industrial .navbar-nav > li.dropdown > a {
		padding: 0 15px;
		color: #333;
		line-height: 70px;
	}

	#ts_industrial .navbar-default .navbar-nav > li.dropdown > a:hover,
	.navbar-default .navbar-nav > li.dropdown > a:focus {
		color: #fff;
		background-color: #960014;
	}

	#ts_industrial .dropdown-menu > li {
		margin-bottom: 10px;
	}

	#ts_industrial .dropdown-menu > li > a {
		color: #fff;
	}

	#ts_industrial .navbar-default .navbar-nav > li.open > .dropdown-menu > li > a:hover {
		color: #900014;
	}

	#ts_industrial .navbar-form {
		margin: 0 15px 0 0;
		padding: 0;
		line-height: 70px;
	}

	#ts_industrial .navbar-nav > li.navbar-gateway > a {
		margin: 20px 0;
	}

	#ts_industrial .navbar-default .navbar-nav > li.open > a,
	#ts_industrial .navbar-default .navbar-nav > li.open > a:hover,
	#ts_industrial .navbar-default .navbar-nav > li.open > a:focus {
		color: #fff;
		background-color: #960014;
	}

}

@media screen and (max-width: 767px) {
	#ts_industrial .navbar-nav > li > a {
		color: #333;
		text-transform: uppercase;
	}
	#ts_industrial .navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
	#ts_industrial .navbar-nav > li.navbar-gateway > a {
		text-align: center;
	}
}



/* Tech-Table-Container */
.tech-table-container table.tech-table { width: 100%;}
.tech-table-container table.tech-table td { padding: 8px 0; text-align: center; }
.tech-table-container table.tech-table tr { border-bottom: solid 1px #EEE;}

.tech-table-container table.tech-table tr:nth-child(1) { background-color: #999; color: #FFF; }
.tech-table-container table.tech-table th { vertical-align: middle; text-align: center; height: 50px; border-top: solid 2px #EEE; }
.tech-table-container table.tech-table td.sub-th { text-align: left; vertical-align: top; font-weight: 600; background-color: rgba(220, 220, 220, 0.2) }



@media screen and (min-width: 1250px) {
	.tech-table-container table.tech-table td { padding: 8px 10px; }
	.tech-table-container table.tech-table td.sub-th { padding-left: 25px; width: 20%;}
}

/* Tech-Table-Container END */

#Content_PL_Recommend {
	background-color: whitesmoke;
	padding: 50px 0;
}

#Content_PL_Recommend h2 {
	text-align: center;
	padding: 0 0 35px 0;
}

#Recommend_Slide {
	position: relative;
}
#Recommend_Slide .PD_IMG { text-align: center; height: 120px;}
#Recommend_Slide .PD_IMG img {
	max-width: 100%;
	height: 100%;
}

#Recommend_Slide .item a {
	display: block;
}

#Recommend_Slide .item p {
	text-align: center;
	padding: 0 10px;
	line-height: 1.35;
	word-break: break-word;
	width: 100%;
}

@media screen and (max-width:600px) {
	
}

#Recommend_Slide>div {
	width: 100%;
	padding: 0 0;
}

@media screen and (min-width:1100px) {
	#Recommend_Slide>div {
		padding: 0 10%;
	}
}

#Recommend_Slide .owl-buttons {
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;

}


#Recommend_Slide .owl-prev,
#Recommend_Slide .owl-next {
	position: absolute;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div {
	font-size: 3em;
	background-color: transparent;
	color: #999;
}

#Recommend_Slide .owl-buttons .owl-prev {
	left: -10px;
}

#Recommend_Slide .owl-buttons .owl-next {
	right: -10px;
}

@media screen and (min-width:1100px) {
	#Recommend_Slide .owl-buttons .owl-prev {
		left: 5%;
	}

	#Recommend_Slide .owl-buttons .owl-next {
		right: 5%;
	}
}


.btm_Descp p { padding: 50px 0 0 0; color: #999; text-align: center;}

.page_contentlink_technology img {
	max-width: 100%;
}

.page_article_sec {
	overflow: hidden;
}


/* Content_PL_Recommend */


/* Content_PL_Other */
#Content_PL_Other .flexContent { justify-content: center; }
#Content_PL_Other .item { width: 50%; }
#Content_PL_Other .item img { max-width: 100%;}
#Content_PL_Other .item a { display: block; padding: 0 10px;}
#Content_PL_Other .item p { padding: 5px 0; }

	@media screen and (min-width:768px) {
		#Content_PL_Other .item { width:200px }
		
	}