.page .container{
	padding: 80px 20px 150px 20px;
	
}

.page_submenu{
	margin-top:0px;
	margin-bottom:30px;
	text-align:center;
	width:100%;
	border-bottom:1px solid #ddd;
	padding-bottom:30px;
}

.page_submenu ul li{
	display: inline-block;
    height: 36px;
	padding: 0px 25px;
    background: #fff;
    line-height: 36px;
    font-size: 14px;
    color: #333333;
    margin-right: 0px;
    border-radius: 0px;
    cursor: pointer;
	text-align:center;
	border:1px solid #ddd;
}

.page_submenu ul li a{
	color:#333;
}

.page_submenu ul li.active a{
	color:#fff;
}

.page_submenu ul li.active{
    background: #b30000;
    color: #fff;
	border:1px solid transparent;	

}

.page .header{
	margin-top:0px;
	margin-bottom:30px;
}

.page .header h1{
	font-weight:700;
    font-size: 30px;
    color: #333333;
	
}

.page p{
	width:100%;
	font-size:14px;
	line-height: 30px;
}

.aboutus{
	
}

#aboutusSlider{
	margin-top: 0px;
}

#aboutusSlider .item{
	margin: 0px 5px;
}



.home #aboutusSlider{
	margin-top: 0px;
}


#aboutusSlider .img_container{
	height:200px;
	padding: 0px 0px;
	box-sizing:border-box;
	background-size:cover;
	position:relative;
}

#aboutusSlider .img_container .caption{
	background-color: rgba(0,0,0,0.5);
	color:#fff;
	padding:8px;
	position:absolute;
	bottom:0px;
	width:100%;
	box-sizing:border-box;
}

 .image_slider{
	position:relative;
	margin-top: 30px;	 
 }

.aboutus .image_slider .slider_navigation .prev{
	background-image:url('../img/prevPro4.png');
    width: 54px;
    height: 54px;
    display: inline-block;
    cursor: pointer;
	margin-left:15px;	
    margin-right: 15px;
    position: absolute;
    z-index: 2;
    top: 60px;
    left: -68px;
}

.aboutus .image_slider .slider_navigation .next{
	background-image: url('../img/nextPro4.png');
    width: 54px;
    background-repeat: no-repeat;
    height: 54px;
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    position: absolute;
    z-index: 2;
    top: 60px;
    right: -68px;
}

@media (max-width:991px){
	.page_submenu ul li{
		padding: 0px 20px;
		float:left;
		width: 27%;
	}
	.page_submenu{
		float:left;
		}
}

@media (max-width:767px){
.aboutus .image_slider .slider_navigation .next{
	display:none;
	
}	
.aboutus .image_slider .slider_navigation .prev{
	display:none;
	
}	
	.page_submenu ul li{
		padding: 0px 5px;
		width: 46%;
	}
	
}

.aboutus .image_slider .slider_navigation .prev.disabled{
	opacity:0!important;
	cursor:default;	
}

.aboutus .image_slider .slider_navigation .next.disabled{
	opacity:0!important;
	cursor:default;	
}



.production_site .gallery{
	margin-top:30px;
}


.production_site .img_container{
	width:100%;
	height:250px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50%;
}



.production_site .col-xs-12{
	padding: 0 5px;
	
}

.production_site .gallery_item{
	border:1px solid #ddd;
	border-radius:5px;
	padding:5px;
	margin-bottom:10px;
	
}

.production_site .gallery_item>div.intro{
	border:0px solid #ddd;
	border-radius:10px;
	padding:10px;
	text-align:left;
	padding:20px;
	
}


.production_site .img_container{
	position:relative;
}

.production_site .img_container .caption{
	background-color: rgba(0,0,0,0.5);
	color:#fff;
	padding:8px;
	position:absolute;
	bottom:0px;
	width:100%;
	box-sizing:border-box;
}


.production_site .img_container .caption{
	background-color: rgba(0,0,0,0.5);
	color:#fff;
	padding:8px;
	position:absolute;
	bottom:0px;
	width:100%;
	box-sizing:border-box;
}


.page.news .news_container{
	margin-top:30px;
}


.page.news .news_container .item{
	margin:15px 5px;
	padding-bottom:30px;
	border-bottom:1px dashed #ddd;
}


.page.news .date{
	font-size:12px;
	line-height: 20px;
	color:#888;
}

.page.news.news_details .date{
	font-size:12px;
	line-height: 20px;
	text-align:center;
}


.page.news.news_details h1{
	margin-bottom:10px;
}

.page.news.news_details{
	text-align:center;
}

.page.news.news_details p{
	text-align:left;
}

.page.news.news_details img{
	text-align:center;
}


.page.news .news_container img{
	max-width: 20%;
    vertical-align: top;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}

.page.news .news_container .news_content{
	display: inline-block;
    width: 70%;
	padding-left:5px;
}


.page.news .news_container h2{
	font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
    color: #333;
}

.page.news .news_container p{
	font-size: 14px;
    display: inline-block;
    width: 100%;
	line-height: 20px;
}


.page.news .news_container .more {
	border:1px solid #333;
	display:inline-block;
	padding:3px 10px;
	margin-top:15px;
	float:right;
}

.page.news .news_container .more a{
	color:#333;
}

@media (max-width:991px){
	.page.news .news_container img{
		max-width:30%;
	}
	.page.news .news_container .news_content{
		width: 44%;
		padding-left: 1%;
	}
	
}

@media (max-width:650px){
	.page.news .news_container img{
		max-width:40%;
	}
	.page.news .news_container .news_content{
		display: inline-block;
		width: 54%;
		padding-left: 1%;
	}
	.page.news .news_container .more {
	float:left;
}
}
@media (max-width:450px){
	.page.news .news_container img{
		max-width:100%;
		    border-right: 0px;
	}
	.page.news .news_container .news_content{
		width:100%;
	}
}







.breadcrumb{
	background-color: #b30000;
	color:#fff;
	padding:5px;
}

.breadcrumb a{
	color:#fff;
}

.product_list{
	background: rgb(240,234,234);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(240,234,234,0.9976365546218487) 100%);
	padding-top:161px;
	
}


.product_list .product_container{
	padding: 0px 20px 80px 20px;
	
}


.product_category.product_list .left{
	max-height:none;
	
}

.product_category.product_list .filter_container .submenu .list{
	max-height:none;
	
}

.product_list .left{
	max-height:700px;
	
}

.product_list .submenu{
	background:#fff;
	border:1px solid #888;
}

.product_list .list{
	padding:10px 0px;

}

.product_list .submenu_header{
	cursor:pointer;
	font-size:14px;
	background-color:#888;
	color:#fff;
	font-weight:700;
	padding:5px;

}




.product_list .list_item .parent{
	border-bottom:1px dashed #ddd;
	padding: 5px 10px;
	font-weight:700;
	font-size:12px;
	letter-spacing:1px;
	position:relative;
	
}


.product_list .list_item .parent>div{
	display: inline-block;
    width: 80%;

	
}
.product_list .list_item .parent:before{
    content: "\25B8";
    color: #bf0a03;
    margin-right: 5px;
    font-size: 18px;
    vertical-align: top;
    line-height: 18px;	
}

.product_list .list_item .parent a{
	color:#333;
	
}


.product_list .list_item .parent span{
	position:absolute;
	right:5px;
	top:15%;
	cursor:pointer;
	font-size:16px;

}

.product_list .list_item .child{
	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;
	font-size:12px;
}

.product_list .list_item .child li{
	padding: 5px 0px;
	
}

.product_list .list_item .child li a{
	color:#666;
	
}

.product_list .list_item .child li a.active{
	color:rgb(18, 37, 108);
	
}

.product_list .list_item .child li:before{
	content:"\25B8";
	color:#666;
	margin-right:5px;
	vertical-align:top;
}


.product_list .list_item ul li>div{
	display: inline-block;
    width: 80%;

}

.product_list .list_item.active .child{
	max-height: 500px;
    transition: all 1.6s ease;
}


.product_list .search_bar{
	background:#ddd;
	padding:30px;
}

.product_list .search_bar .search_container {
    width: 80%;
    border: none;
    display: inline-block;
    text-indent: 4px;
    color: #888888;
    height: 28px;
    background: transparent;

}

.product_list .search_bar .search_container input{
    width: 80%;
    padding: 3px 10px;
    display: inline-block;
    vertical-align: top;
}

.product_list .search_bar .search_container button{
    background-color: #3b3b3b;
    border: 0px;
    color: #fff;
    padding: 6px 10px;
    display: inline-block;
    vertical-align: top;
	
}

@media (max-width:767px){
	.product_list .right{
		margin-top:20px;
		
	}

	.product_list .search_bar .search_container{
		width:100%;
	}

	.product_list .search_bar .search_container input{
		width: auto;
	}
	
	.product_list .search_bar .search_container button{
		margin-left:4px;	
	}
}

.product_list .category_list{
  margin-top:20px;
 

}

.product_list .cat_container .item>a {
	font-weight:700;
}

.product_list .cat_container .sub_item li {
	padding-left:30px;
	margin-bottom:8px;
}

.product_list .cat_container .sub_item a {
	color:#5a0a0a;
	font-size:14px;
}

.product_list .cat_container{
    margin-bottom:30px;
}

.product_list .cat_container .item a:before {
    content: "\25B8";
    color: #bf0a03;
    margin-right: 5px;
    font-size: 18px;
    vertical-align: top;
}



.product_list .cat_container .sub_item a:before {
    content: "\25B8";
    color: #666;
    margin-right: 5px;
}


.product_list .category_list h2{
   font-size:20px;
   font-weight:700;
    margin-bottom:30px;
}

.product_list .search_filter{
    background: #ddd;
	padding-bottom:60px;
	position:relative;
}


.product_list .search_filter.no_record{
	padding-bottom:0px;
}

.noRecord_content{
	text-align:center;
	margin-top:150px;
	
}

.product_list .result{
    margin-top:10px;
    margin-bottom:10px;
	font-size:20px;
	font-weight:700;
}

.product_list.no_result .search_bar{
   text-align:center;
}


.product_list .filter_container .submenu .list{
	max-height:424px;
	overflow-y:scroll;

}

.product_list .filter_container .submenu .list::-webkit-scrollbar-track
{
	background-color: transparent;
}

.product_list .filter_container .submenu .list::-webkit-scrollbar
{
	width: 8px;
	background-color: #fff;
}

.product_list .filter_container .submenu .list::-webkit-scrollbar-thumb
{
	background-color: rgba(0,0,0,0.2);
}



.product_list .filter_box{
    padding:20px 10px;
	height:210px;
	overflow:hidden;
}


.product_list .filter_box.hide{
	overflow:initial;
	height: auto;
}

.product_list .filter_box h3{
    font-weight:700;
	text-align:center;
	font-size:14px;
	margin-bottom:5px;
}

.product_list .filter{
    display:inline-block;
	margin-left:10px;
	margin-right:10px;
	vertical-align:top;
	margin-bottom:30px;
}

.product_list .filter select{
    padding:5px 10px;
}

.product_list .filter select::-webkit-scrollbar-track
{
	background-color: transparent;
}

.product_list .filter select::-webkit-scrollbar
{
	width: 8px;
	background-color: #fff;
}

.product_list .filter select::-webkit-scrollbar-thumb
{
	background-color: rgba(0,0,0,0.2);
}

.product_list .filter .clear_filter a{
    font-size:12px;
	text-decoration:underline;
}


.product_list .more_filter{
    text-align:center;
	margin-top:0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
	z-index:9;
}

.product_list .more_filter>div{
    display:inline-block;
	margin-left:auto;
	margin-right:auto;
	background-color:#ddd;
	border:0px solid #888;
	padding:5px;
	cursor:pointer;
	float:right;
}

.product_list .apply{
	position: absolute;
    width: 100%;

}

.product_list .apply .apply_filter{
	text-align:center;
    margin-top: -20px;

}

.product_list .apply_filter input{
	display: inline-block;
    margin-left: auto;
    margin-right: auto;
    background-color: #ccc;
    border: 1px solid #888;
    padding: 8px 15px;
    cursor: pointer;
	background-color:#b30000; 
	color:#fff; 
	border:0; 
	font-size:16px;
	cursor:pointer;
}

.product_list .more_filter .arrow{
     display:inline-block;
}

.product_list .more_filter .arrow.turn{
    transform: rotate(180deg);
}

#css_table .css_td:last-of-type{
	padding:5px;
}



.product_table {
   	margin-top:50px;
	
}

.product_table table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;


}

.product_table table td, .product_table table th {
  border: 1px solid #cbcbcb;
  text-align: center;
  padding: 12px 5px;
  min-width:80px;

}

.product_table tr:nth-child(even) th {
  background-color: #dddddd;
}


.product_table tr:nth-child(even) {
  background-color: #fff;
}

.product_table th .filter_icon{
	display:inline-block;
	padding:2px;
	border:1px solid #333;
	cursor:pointer;
	margin-left:5px;
	
}

.product_table th .filter_icon img{
    vertical-align: middle;
}

.product_table{
	border:1px solid #ddd;
	overflow-y:auto;
}
	
.product_table .sort_arrow.ascending{
	border-right:1px solid #ddd;
}

	
.product_table .sort_arrow{
	padding-left:10px;
	padding-right:10px;
	color:#888;	
	font-size:10px;
}

	

.product_table th span{
	display:inline-block;
	
}


.product_table .rfq_btn a{
	background-color: transparent;
    border: 1px solid #888;
	color:#333;
	padding:5px 10px;
	
}


.product_table .rfq_btn.added a{
	background-color: #ccc;
	
}


.product_table td img{
	max-width:120px; 
	vertical-align:top;
	
}

#filterModal .modal-content{
	width:210px;
	
}

.company_info{
	width:70%;
	margin-left:auto;
	margin-right:auto;
	
}

.company_info p{
	font-size:16px;
	text-align:center;
	
}

.company_info li{
	margin-bottom:15px;
	
}

.company_info .label{
	width:29%;
	display:inline-block;
	vertical-align: top;
	font-weight:700;
}

.company_info .content{
	width:70%;
	display:inline-block;
}

.btn_container{
	margin-top:20px;
}

.contactus .header hr{
	text-align:left;
	
}

.contact_form{
	margin-top:30px;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	
}

@media (max-width:767px){
	.company_info .label{
		width:100%;
		margin-top:20px;
	}

	.company_info .content{
		width:100%;
	}
	

	.contact_form{

		width:90%;
		margin-left:auto;
		margin-right:auto;
		
	}
	.company_info{
		width:80%;
		
	}
}

.contact_form input{
	width:100%;
	height:30px;
	padding:8px;
	margin-top:30px;
}

.contact_form textarea{
	width:100%;
	height:112px;
	padding:8px;
	margin-top:30px;
}

.required_field{
	color:#cb0000;
	font-size:14px;
	
}

.contact_form button{
	height:50px;
	margin-bottom:30px;
}


.rfq .delete_btn{
	text-align:center;
	
	
}


.rfq .delete_btn a{
	background-color: transparent;
    border: 1px solid #888;
    color: #333;
    padding: 2px 10px;
	
	
}


.rfq .control_menu {
	margin-top:10px;
	
}

.rfq a.add_new {
	padding: 3px 10px;
    display: block;
    width: 96px;
    height: 32px;
    background: #161616;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 32px;
	
}

.rfq .btn_container{
	text-align:center;
	
}

.cert_container .gallery_item .img_container{
	width:100%;
	height:300px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:50%;
}

.cert_container .gallery_item{
	margin-top:30px;
}

.cert_container h3{
	font-weight:700;
	font-size:18px;
	text-align:center;
	margin-top:10px;
	height:30px;
}

.ndsubmenu ul.tabs{
	text-align:center;
	
}


.ndsubmenu ul.tabs li{
	display:inline-block;
	cursor:pointer;
	margin-left:10px;
	margin-right:10px;
	padding:8px 25px;
	background-color:#ededed;
	border-radius:20px;
	margin-bottom:15px;
	
}
.ndsubmenu ul.tabs li:hover{
	background-color:#333;
	color:#fff;
	transition:all 0.5s;
}

.tab-content{
	display: none;
	padding-top: 40px;
	text-align:center;
}

.tab-content.current{
	display: inherit;
}

.tab-content.app{
	text-align:left;
}

.tab-content ul{
	list-style-type: square;
}

.tab-content ul li{
	margin-top:10px;
	margin-bottom:10px;
}

.tab-content p{
	text-align:left;
	margin-bottom:40px;
	width:80%;
}

.tab-content h3{
	width: 80%;
    text-align: left;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.tab-content h4{
	text-align:left;
	margin-bottom:10px;
    margin-left: auto;
    margin-right: auto;
	width: 80%;
}

.tab-content .sub_section{
	background-color:#f0f0f0;
	padding:30px 80px;
	box-sizing:border-box;
	margin-bottom:20px;
	width:80%;
    margin-left: auto;
    margin-right: auto;
}

.tab-content .sub_section p{
	width:100%;
}

.tab-content.app #css_table{
    display:table;
	width: 80%;
	margin-left: auto;
    margin-right: auto;
}


.tab-content.app .sub_section #css_table{
	width:100%;
}

.tab-content.app .css_th {
    display: table-header-group;
}

.tab-content.app .css_tc {
    display: table-caption;
}

.tab-content.app .css_tr {
    display: table-row;
}

.tab-content.app .css_td {
    display: table-cell;
}
  
.tab-content.app #css_table .css_th{
	background: #dadada;
	color: #333;
	padding: 0px 5px;
	text-align:center;

}
  
.tab-content.app #css_table .css_th .css_td{
    border-left: 0;
    border-top: 1px solid #9e9e9e;
}
  
.tab-content.app #css_table .css_tr{
	background: #ececec;	
}
  
.tab-content.app #css_table .css_td{
	padding: 5px 4px;
	border-bottom: 1px solid #333;
	vertical-align: middle;
    border: 1px solid #9e9e9e;
    border-top: 0;
    border-left: 0;
}
  
.tab-content.app #css_table .css_td:first-child{
    border-left: 1px solid #9e9e9e;
}



.tab-content.app #css_table .css_th .css_td:first-child{
    border-left: 1px solid #9e9e9e;
}


.tab-content.app #css_table .css_tc .css_td:first-child{
	border-left:0px;
	border-right:0px;
	
}

.tab-content.app #css_table .css_tr .css_td{
	padding-bottom:10px;
	padding-top:10px;

}

@media (max-width:767px){
	.tab-content .sub_section{
		padding:20px 30px;
		
	}
	
	
	.tab-content.app #css_table .css_td{
		display:table-cell;
		width:auto!important;
		border-bottom: 1px solid #9e9e9e;

		
	}
	
	.tab-content.app #css_table .css_tr{
		border-bottom: 1px solid #9e9e9e;
		display: table-row;
		padding:10px;

		
	}
	
	.tab-content.app #css_table .css_td img{
		width:auto;
		max-width:250px;
		
	}
}

@media (max-width:768px){
	
	.applications .ndsubmenu ul.tabs li{
		padding: 8px 3%;
		float: left;
		min-width: 40%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.tab-content.current{
		display: inline-block;
		width: 100%;
	}
}


.package_container .gallery_item .img_container{
	width:100%;
	height:200px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:50%;
	margin-left:auto;
	margin-right:auto;
}

.package_container .gallery_item{
	margin-top:30px;

}

.package_container h3{
	font-size:16px;
	text-align:center;
	margin-top:10px;
	height:30px;
}

.back_btn{
	border: 1px solid #333;
    display: inline-block;
    padding: 3px 10px;
    margin-top: 15px;
    float: right;
	
	
}

.back_btn a{
	color: #333;
	
	
}