h2{
	font-size:48px;
	font-weight:700;	
}

.intro{
	padding:160px 30px;
}

#aboutus .intro .slogan h2{
	font-size:48px;
	font-weight:300;
}

#aboutus .intro .slogan h2.line2{
	font-weight:700;
	padding-left:60px;
}

.intro p{
	width:70%;
	font-size:20px;
	margin-top:30px;
}


.history{
	color:#fff;
	position:relative;
	margin-bottom:80px;
	
}

.history .bg_container{
	background-image:url('../img/bg_about.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:0 30%;
	width:100%;
	height:650px;
	color:#fff;
	text-align:center;
	padding:120px 0px;
	box-sizing:border-box;
	
}

.history .history_content{
	background-color:rgba(0,0,0,0.8);
	padding:80px;
	position:absolute;
	bottom:-50px;
	right:0px;
	width:915px;
	box-sizing:border-box;
	
}

.history h2{
	font-size:48px;
	font-weight:700;	
}

.history p{
	margin-top:30px;
	
}

.ceo_msg{ 
	padding:40px 0px 80px 0px; 

}

.ceo_msg .msg_container{
	padding:30px;
	padding-bottom:120px;
	border:1px solid #ddd;
	width:1300px;
	margin-left:auto;
	margin-right:auto;
	
}

.ceo_msg .msg_container h2{
	padding:20px 0px 0px 80px;
	background-image:url('../img/bg_about2.png');
	background-size:auto;
	background-repeat:no-repeat;
	background-position:0 30%;
	font-size:48px;
	font-weight:700;
}


.ceo_msg .msg_container p{
	padding:0 80px;
	margin-top:80px;
}

.ceo_msg .signature{
	float:right;
	padding:20px 80px 0px 0px;
	background-image:url('../img/bg_about3.png');
	background-size:auto;
	background-repeat:no-repeat;
	background-position:right;
	font-size:24px;
	font-weight:700;
}


.app_menu .col{
	padding:5px;
	cursor:pointer;
}



.app_menu .item{
	overflow:hidden;
	position:relative;
}

.app_menu .col .bg_container{
	overflow:hidden;
	width:100%;
	height:80px;
	background-repeat:no-repeat;
	background-size: cover;
    background-position: center;
	position:relative;
	transition: all 0.3s;
}

.app_menu .col .bg_container_hover {
	overflow:hidden;
	width:100%;
	height:80px;
	background-repeat:no-repeat;
	background-size: cover;
    background-position: center;
	position:absolute;
	transition: all 0.3s;
	top:0px;	
	z-index:-2;
	
}

.app_menu .col:hover .bg_container{
	transform:scale(1.05);
	transition: all 0.3s;
	opacity:0;
}


.app_menu .col:hover .bg_container_hover{
	transform:scale(1.05);
	transition: all 0.3s;
}

.app_menu .css_table{
   	position:absolute;
	top:0px;
	height:100%;

}

.app_menu .css_td{
	vertical-align:middle;
	width:100%;
	height:100%;
	text-align:center;
}


.app_menu .col h2{
    color:#fff;
	font-size:20px;
	transition: all 0.3s;
	font-weight:700;
}


.app_menu .col:hover h2{
	font-size:24px;
	transition: all 0.3s;
}



.app_content h2{
	margin-bottom:30px;
	
}


.app_content{
	padding:80px;
	
}

.app_content h3{
	font-weight:700;
	margin-bottom:30px;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	
}

.app_content p{
	width:70%;
	margin-left:auto;
	margin-right:auto;
	
}

.tab-content{
	display:none;
	
}

.tab-content.current{
	display:block;
	
}

.app_list{
	margin-top:30px;
	
}


.app_list .col{
	padding-left:10px;
	padding-right:10px;
}



.app_list .css_table{
	border:1px solid #ddd;
	padding:25px;
	height:120px;
	text-align:center;
	box-sizing:border-box;
	margin-bottom:10px;
	margin-top:10px;
}


.app_list .css_td{
	vertical-align:middle;
	
}

.fpga{
	background-image:url('../img/bg_product.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:0 30%;
	width:100%;
	color:#fff;
	text-align:center;
	padding:80px 0px;
	box-sizing:border-box;
	background-attachment:fixed;
	
	
}

.fpga h2, .benefits h2{
	text-align:center;
	color:#7ed48a;
	
}

.fpga p{
	width:70%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	
}

.benefits{
	padding:80px 40px;
	
	
}

.benefits .css_table .css_th{
	background-color:#727272;
	color:#fff;
	font-weight:700;

}


.benefits .css_table{
	margin-top:50px;

}


.benefits .css_table .css_tr .css_td{
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
}

.benefits .css_table .css_tr:nth-child(odd) .css_td{
	background-color:#e4e4e4;
}

.benefits .css_table .css_tr:nth-child(even) .css_td{
	background-color:#f7f7f7;
}


.benefits .css_table .css_th .css_td{
	padding:15px 30px;
}


.benefits .css_table .css_th .css_td:first-child{
	text-align:center;
}

.benefits .css_table .css_tr .css_td{
	padding:15px 20px;
	vertical-align:middle;

}

.benefits .css_table .css_tr .css_td:first-child{
	text-align:center;
	border-left: 0px solid #fff;
	width: 25%;
}


.product_search{
	background: #45484d; 
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); 
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
	padding:80px 0px;
	text-align:center;
}

.product_search h2{
	color:#fff;
	text-align:left;
	margin-bottom:50px;

}

.product_search input{
	color:#000;
	height:45px;
	background-color:#dddddd;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	border:0px;
	margin-bottom:30px;

}

.btn_container{
	text-align:center;
	
}

.btn_container .btn {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
	
}

.btn_container .btn.main {
    background-color: #287CCC;
}



.btn_container .btn.main:hover {
    background-color: #287CCC;
    text-decoration:none;
}


.btn_container .btn.grey {
    background-color: #aaa;
}

.btn_container .btn.grey:hover {
    background-color: #999;
}

.btn_container .btn a {
    color: #fff;
    font-weight: 700;
    padding: 15px 50px;
}


.series .css_table{
	text-align:center;

}


.series .css_td{
	padding:0px 20px;
	border-right:1px solid #aaa;
	flex:1;
}

.series .css_td:last-child{
	border-right:0px solid #aaa;
}

.series .head{
	border-bottom:2px solid #00b875;
	padding:15px 5px;
}


.series .list li{
	border-bottom:1px solid #aaa;
	padding:15px 5px;
	font-size:20px;
}

.series .list li:last-child{
	border-bottom:0px solid #aaa;
}


.series h6{
	font-size:24px;
	font-weight:700;
	color:#000;
	position:relative;
	display:inline-block;
	
}

.series .item{
   text-align:center;
   margin-bottom:5px;
}

.series .item .title{
   text-align:center;
   padding:10px;
   background-color:#e4e4e4;
   cursor:pointer;
    position: relative;   
}


.series .item .title:after{
    position: absolute;
    content: '\25BE';
    right: 30px;
    top: 10px;
	font-size:40px;
  transition:all 0.3s;
}

.series .item.active .title:after{
    position: absolute;
    content: '\25BE';
    right: 30px;
    top: 10px;
	font-size:40px;
  transform: rotate(180deg);
  transition:all 0.3s;
}



.series .item .hidden_container{
    display: block;
    background-color: transparent;
    padding: 0px 10px;
    opacity: 1;
    position: static;
    top: 180px;
    min-width: auto;
    pointer-events: auto;
    max-height: 0px;
    transition: all 0.8s ease;
    overflow: hidden;
}

.series .item.active .hidden_container{
    max-height: 650px;

}

.contact_form{
	background-color:#fff;
	padding:40px 0px;
	
}




.contact_form .input_container{
	width:100%;
	min-height:105px;
	margin-bottom:15px;
}


.contact_form .input_container input{
	color:#000;
	height:45px;
	background-color:#dddddd;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border:0px;
	box-sizing: border-box;
    
}


.contact_form .input_container select{
	width:100%;
	height:50px;
	background-color:#e6e6e6;
	border:0px;
	font-size:18px;
	box-sizing:border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border-radius:20px;

}

.contact_form .input_container .select{
    position: relative;
}


.contact_form .input_container .select:after{
    position: absolute;
    content: '\25BE';
    right: 10px;
    top: 3px;
	font-size:30px;
}


.contact_form .input_container textarea{
	width:100%;
	background-color:#dddddd;;
	border:0px;
	font-size:18px;
	box-sizing:border-box;
	resize: none;

}

.contact_form .input_container select#interested{
	margin-bottom:10px;

}

.contact_form .input_container .label{
	font-size:20px;
	margin-bottom:10px;
	color:#fff;

}

.contact_form .input_container input::-webkit-input-placeholder{
	font-size:18px;
}

.contact_form .input_container input:-ms-input-placeholder{
	font-size:18px;
}

.contact_form .input_container input::placeholder{
	font-size:18px;
}


.contact_form .input_container input:focus{
	outline: none;
}

.contact_form .input_container select:focus{
	outline: none;
}

.contact_form .input_container textarea:focus{
	outline: none;
}

.contact_form .input_container span{
	color:red;
	font-size:12px;
	margin-left:5px;
}


.contact_form .input_container .warning{
	text-align:right;
	display:none;
}

.contact_form .input_container .warning.active{
	display:block;
}

.contact_form .row .col-6:first-child{
	padding-right:50px;
}

.contact_form .row .col-6:last-child{
	padding-left:50px;
}



.contact_form .input_container .method_option{
	display:inline-block;
	margin-right:50px;
}

.contact_form .input_container .method_option input{
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align:middle;
	margin-right:10px;
}
.contact_form .input_container .method_option label{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:0px;
	color:#eee;
}

.contact_form .btn_container{
	    text-align: center;
		margin-top:20px;
}

.contact_info{
	padding: 80px 30px;
	
}

.contact_info .list{
	width:70%;
	margin-left:auto;
	margin-right:auto;
	font-size:20px;
	margin-top:20px;
}

.contact_info .item{
	width:100%;
	margin-bottom:15px;
}

.contact_info .item div{
	display:inline-block;
}

.contact_info .label{
	font-weight:700;
	width:15%;
}

.contact_info .label span{
	float:right;
}


.contact_info .info{
	margin-left:10px;
}

.key_features{
	background-color:#262d4a;
	color:#fff;	
	padding:80px 20px;
	background-image:url('../img/bg_news2.png');
	background-size:auto;
	background-repeat:no-repeat;
	background-position:left bottom;
	
}

.key_features ul{
	width:50%;
	margin-left:auto;
	margin-top:30px;
	
}

.key_features ul li{
	margin-bottom:30px;
    position: relative;	
	padding-left:40px;
}

.key_features ul li:before{
    content: '\22C5';
    font-size: 50px;
    margin-top: -25px;
    position: absolute;
    color: #03db8c;
    left: 15px;
	
}

.featured_devices{
    padding:80px 20px;
	
}

.featured_devices .css_table{
    margin-top:30px;
}

.featured_devices .css_table .css_tr{

}

.featured_devices .css_table .css_tr .css_td{
	border-left:3px solid #fff;
	text-align:center;
  	border-bottom:3px solid #fff;
	padding:15px;
}
	


.featured_devices .css_table .css_tr .css_td:first-child{
    background-color:#262d4a;
	color:#fff;
	border-left:0px solid #fff;
	width:60%;
}

.featured_devices .css_table .css_tr:nth-child(odd) .css_td:last-child{
    background-color:#e4e4e4;
}

.featured_devices .css_table .css_tr:nth-child(even) .css_td:last-child{
    background-color:#f7f7f7;
}

.accelerate{
	background-color:#03081f;
	color:#fff;	
	padding:80px 20px;
	
}


.accelerate h2{
	margin-bottom:50px;
	
}



.accelerate .css_td{
	width:50%;
	vertical-align: middle;

}

.accelerate .css_td:first-child{
	padding-right:30px;

}


.search_result{
	padding:30px;
	
}


.search_result .search_for span{
	font-size:18px;
	
}


.search_result .search_for span{
	font-weight:700;
	
}

.search_result .css_table .css_th{
	background-color:#727272;
	color:#fff;	
	font-size:12px;

}


.search_result .css_table{
	margin-top:30px;

}


.search_result .css_table .css_tr .css_td{
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.search_result .css_table .css_tr:nth-child(odd) .css_td{
	background-color:#e4e4e4;
}

.search_result .css_table .css_tr:nth-child(even) .css_td{
	background-color:#f7f7f7;
}


.search_result .css_table .css_th .css_td{
	padding:15px 20px;
}


.search_result .css_table .css_th .css_td:first-child{

}

.search_result .css_table .css_tr .css_td{
	padding:15px 3px;
	vertical-align:middle;

}

.search_result .css_table .css_tr .css_td:first-child{
	border-left: 0px solid #fff;
	width: 25%;
}


.search_result .css_table .css_td.form_icon{
	text-align:center;
}


.search_result .css_table .css_td input{
	height:30px;
	border:1px solid #ddd;
    width: 98%;
}

.search_result .css_table .css_td.quantity input{
	text-align:right;

}

.search_result a:hover{ text-decoration:none;}
.rfq_btn{
	display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
	border:1px solid #287CCC;
	color:#287CCC;
}


.add_new{
	display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
	border:1px solid #287CCC;
	color:#287CCC;
}

.rfq_btn.added{
	border:1px solid #287CCC;
	color:#fff;
	background-color:#287CCC;
}

.control_menu{
	margin-top:10px;
	
}

.disable{
	display:none;
}

#rfq .contact_form{
	background-color:transparent;
}

#rfq .contact_form .input_container .label{
	color:#333;
}

#rfq .contact_form .row .col-6:last-child{
	padding-left:15px;
}
