@charset "utf-8";
/* CSS Document */
#hotlinepage{display: block;
    margin: 0px;
    padding: 0px;
    border: 0px;
    overflow: hidden;
    position: fixed;
    z-index: 16000001;
    bottom: 0px;
	padding:5px 15px; color:#FFF;
    left: 10px; font-size:18px; font-weight:bold;
    background-color:#B3190D;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;}
	#hotlinepage a{color:#FFF; font-size:19px;}
body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	/*background: #F5F5F5;*/
	background: url(../images/bg.jpg);
	background-attachment:fixed;
	}
ul{
	padding:0;
	margin:0;
	}
.fan_page {float:left; width:240px; display: none;}
ul li{

	list-style:none;

	}
a:hover{

	text-decoration:none;

	}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/***************************BTT***************************/

/*Main stylesheet for Backtop jQuery Plugin */

.fixed {

    margin-top:0;

    position:fixed;

    top:0;

    width: 100%;

    z-index: 99999;

	margin:0!important;

}
.th2 ul li form {float:left; }
input.form-input {border:none; float:left;height:34px; width:170px; padding:0 7px}
input.form-submit {border:none; float:left;height:34px; width:50px; background:url(../images/search.jpg) center no-repeat #fff;}

.fixed1{

	margin-top:0;

    position:fixed;

    top:0;

    z-index: 99999;

	margin:0!important;

	background:#fff;

	width:100%;

	left:0;

	text-align:center;

	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2)!important;

	-o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2)!important;

	-ms-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2)!important;

	-moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2)!important;

	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2)!important;

	} 

#backTop{

    width:35px;

    height:35px;

    padding:10px;

    border-radius:4px;

    cursor:pointer;

    z-index:999999999;

	display:none;

	box-sizing:content-box;

	-webkit-box-sizing:content-box;

	 padding:20px;

	 background:#1A1C1E;

	 color:#fff;

}

#backTop.red{

     padding:20px;

	 background:#1A1C1E;

	 color:#fff;

	 height:20px;

	 width:20px;

	 text-align:center;

	 border-radius:50%;

	 -o-border-radius:50%;

	 -ms-border-radius:50%;

	 -moz-border-radius:50%;

	 -webkit-border-radius:50%;

}

#backTop i{

	height:20px;

	width:20px;

	}
img{
	max-width: 100%;
}
/***************************END BTT***************************/

.top_headerw{

	background:#00913f;

	}
#header .banner{
	max-width: 1100px;
	margin: auto;    
}

.top_header,.nav_h,.wrapper{

	width:100%;
	max-width: 1100px;
	margin:0 auto;
	background: #fff;

	}
.nav_h{
	background: #00923f;
}	
.top_header{
	background: none;
}

.th1{

	float:left;

	}

.th1 ul li{

	float:left;

	padding:0 5px;

	color:#fff;

	line-height:35px;

	}

.th1 ul li img{

	display:inline-block;

	margin-right:10px;

	}

.th1 ul li a{

	color:#fff;

	}

.th2{

	float:right;
	height:33px;

	}

.th2 ul li{

	float:left;

	border-left:1px solid #FFF;

	}

.th2 ul li a{

	display:block;

	height:35px;

	line-height:35px;

	width:42px;

	text-align:center;

	}

.th2 ul li a img {margin-top:8px;}

.logo{

	float:left;

	width:275px;
	display: none;

	}

#nav{

	/*float:right;*/

	/*width:710px;
*/
	/*font-family: 'Open Sans', sans-serif;*/

	}

#nav ul li{

	float:left;
	
	position:relative;

	}
#nav ul li .sub_menu {position:absolute; display:none; width:250px;z-index:9999; text-transform:none; background:#fff!important }
#nav ul li ul li {float:left; width:100%; position:relative}
#nav ul li ul li a {display: block;
    text-transform: capitalize;
    color: #555;
   line-height:30px;
    height: 30px;
    padding: 0 12px;
    border-bottom: 2px solid #fff;
    transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;}
#nav ul li ul li a:before{
	content: '\f105';
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 6px;
    color: #555;
}
#nav ul li:hover>.sub_menu {display:block;}
.sub_menu ul li ul {display:none; position:absolute; width:215px; top:0; left:200px; z-index:99999999;background:#FFF}
.sub_menu ul li:hover>ul {display:block}
#nav ul li a{

	display:block;

	font-size:13px;

	text-transform:uppercase;

	color:#fff;
	font-weight: bold;
	line-height:44px;
	height:44px;
	padding:0 20px;

	/*border-bottom:2px solid #fff;*/

	transition:all 500ms;

	-o-transition:all 500ms;

	-ms-transition:all 500ms;

	-moz-transition:all 500ms;

	-webkit-transition:all 500ms;

	}

#nav ul li a:hover{

	/*color:#1c85c8;*/
	background: #2C6AA1;
	/*border-bottom:2px solid #1c85c8;*/

	}
#nav ul ul li a:hover{
	background: none;
}
.sidebar{

	float:left;

	width:24%;

	}
.tlt_sidebar{

	background:url(../images/bg_cate.jpg) no-repeat;

	margin:0;

	font-size:14px;

	text-transform:uppercase;

	font-family: 'Open Sans', sans-serif;

	height:39px;

	line-height:39px;

	color:#fff;

	padding-left:50px;

	}

.top_sd ul{

	border:1px solid #e2e2e2;

	}
.top_sd > ul > li{
	position:relative;
	}
.top_sd ul li{

	padding:0 1%;

	}

.top_sd ul li a{

	display:block;

	/*background:url(../images/icon_cate.png) no-repeat left center;*/

	border-bottom:1px dashed #e4e4e4;

	padding:10px 0;

	padding-left:20px;

	    color: #333;
    font-size: 14px;
    font-weight: bold;

	}

.top_sd > ul > li:hover > a{

	color:#1c85c8;

	/*background:url(../images/icon_cate1.png) no-repeat left center;*/

	}
.top_sd > ul > li > ul > li:hover > a{
	color:#1c85c8;

	/*background:url(../images/icon_cate1.png) no-repeat left center;*/
	}
.top_sd > ul > li > .fly_sidebar ul > li:hover > a{
	color:#1c85c8;

	/*background:url(../images/icon_cate1.png) no-repeat left center;*/
	}
.top_sd > ul > li > ul{
	padding-left:20px; border:none
	}
.top_sd > ul > li > ul > li{
	padding:0 1%;
	}
.top_sd > ul > li > ul > li > a{
	display:block;
	border-bottom:1px dashed #e4e4e4;
	padding:10px 0;
	padding-left:20px;
	color:#6a6969;
	}
.top_sd > ul > li .fly_sidebar{
	position:absolute;
	top:0;
	left:100%;
	display:none;
	width:100%;
	z-index:99;
	background:#fff;
	}
.top_sd > ul > li:hover .fly_sidebar{
	display:block;
	}
#carousel_sidebar{

	padding:8px;

	border:1px solid #e2e2e2;

	}

#carousel_sidebar .carousel-inner .item img{

	display:block;

	width:100%;

	height:174px;

	}

#carousel_sidebar .carousel-inner .item .carousel-caption{

	position:static;

	padding:0;

	}

#carousel_sidebar .carousel-inner .item .carousel-caption h3{

	margin:0;

	color:#1c85c8;

	font-size:12px;

	text-transform:uppercase;

	padding:15px 0;

	}

#carousel_sidebar .indi_sd{

	position:static;

	width:100%;

	margin-left:0;

	}

#carousel_sidebar .indi_sd li{

	background:#d9d9d9;

	}

#carousel_sidebar .indi_sd .active{

	background:#1c85c8;

	}

.mid_sd{

	margin:15px 0;

	}
.mid_sd .tlt_sidebar,
.tlt_sidebar{

	background:#00923f;

	}

.bot_sd .tlt_sidebar{

	/*background:url(../images/bg_cate2.jpg) no-repeat;*/

	}

.ct_botsd{

	padding:8px;

	border:1px solid #e2e2e2;

	}

.ct_botsd img{

	width:100%;

	display:block;

	height:auto;
	padding-bottom:10px;

	}

.ct_botsd .tlt_botsd{

	font-size:12px;

	}

.ct_botsd .tlt_botsd a{

	font-size:12px;

	text-transform:uppercase;

	font-weight:bold;

	color:#1c85c8;

	line-height:18px;

	transition:all 500ms;

	}

.ct_botsd .txt_botsd{

	color:#5a5a5a;

	line-height:20px;

	}

.ct_botsd ul{

	border-top:1px solid #e5e5e5;

	}

.ct_botsd ul li a{

	display:block;

	border-bottom:1px dashed #bfbfbf;

	padding:10px 0;

	color:#5a5a5a;

	background:url(../images/icon_nav.png) left center no-repeat;

	padding-left:12px;

	}

.qc_sd a img{

	display:block;

	width:100%;

	height:auto;

	margin-bottom:10px;

	}

.main{

	float:right;

	width:74%;

	}

.wrapper{

	padding:10px 0 145px;
	position: relative;

	}

.tlt_main{

	border:1px solid #ededed;

	background:#00923f;

	padding:0 8px;

	}

.tlt_main1{

	margin:0;

	background:url(../images/star.png) no-repeat left center;

	padding-left:25px;

	font-size:14px;

	color:#fff;

	text-transform:uppercase;

	font-family: 'Open Sans', sans-serif;

	float:left;

	line-height:38px;

	}

.btn_control{

	float:right;

	}

.btn_control .carousel-control{

	position:static;
	opacity: 1;

	}

.btn_control .carousel-control span{

	position:static;

	margin:0;

	}

.box_prosp ul li{

	float:left;

	width:32%;

	margin:10px 0;

	margin-right:2%;

	}

.box_prosp ul li.prosp_lc{

	margin-right:0;

	}

.box_prosp ul li .boxprosp{

	padding:5px;

	border:1px solid #ececec;

	}

.box_prosp ul li .boxprosp .img_prosp{

	display:block;

	height:177px;

	overflow:hidden;
	text-align:center

	}
.box_prosp ul li .boxprosp .img_prosp a{text-align:center}
.box_prosp ul li .boxprosp .img_prosp img{



	height:100%;

	transition:all 500ms;

	-o-transition:all 500ms;

	-ms-transition:all 500ms;

	-moz-transition:all 500ms;

	-webkit-transition:all 500ms;

	}

.box_prosp ul li .boxprosp .img_prosp:hover img{

	opacity:0.6;

	transform:scale(1.1);

	-o-transform:scale(1.1);

	-ms-transform:scale(1.1);

	-moz-transform:scale(1.1);

	-webkit-transform:scale(1.1);

	}

.box_prosp ul li .boxprosp .txt_prosp h3{

	font-size:12px;

	}

.box_prosp ul li .boxprosp .txt_prosp h3 a{

	font-size:12px;

	color:#000;

	text-transform:uppercase;

	font-weight:bold;
	line-height:20px;
	height:40px;
	display:block;
	overflow:hidden;
	transition:all 500ms;

	-o-transition:all 500ms;

	-ms-transition:all 500ms;

	-moz-transition:all 500ms;

	-webkit-transition:all 500ms;

	}

.box_prosp ul li .boxprosp .txt_prosp:hover h3 a{

	color:#1c85c8;

	}

.box_prosp ul li .boxprosp .txt_prosp p{

	margin-bottom:5px;
	white-space:nowrap;
	overflow:hidden;

	}
	.box_prosp ul li .boxprosp .txt_prosp p:first-child{
		display: none;
	}
.box_prosp ul li .boxprosp .txt_prosp p.summarize {margin-bottom:5px;white-space:normal;overflow:auto}
.box_prosp ul li .btn_prosp{

	height:40px;

	line-height:40px;

	text-align:center;

	color:#fff;

	background:#1c85c8;

	display:block;
	display: none;

	}

.mid_main .tlt_main1{

	background:none;

	}

.mr_mmain{

	float:right;

	line-height:38px;

	color:#fff;

	}

.box_prosp .btn_dt{

	background:#1c85c8;

	display:inline-block;

	padding:5px 20px;

	color:#fff;

	margin-top:5px;

	transition:all 500ms;

	-o-transition:all 500ms;

	-ms-transition:all 500ms;

	-moz-transition:all 500ms;

	-webkit-transition:all 500ms;
	display: none;

	}

.box_prosp .btn_dt:hover{

	background:#333333;

	}

#footer{

	background: #00923f;
    padding: 160px 0 15px;

	}

.footer_w{

	width:100%;
	max-width: 1100px;
	margin:0 auto;

	}

.addcpn{

	color:#fff;
	padding: 0 20px;
	width: 22%;
    float: left;
    text-align: left;

}
.addcpn:first-child{
	width: 33%;
}
.addcpn .box-iframe{
	max-height: 200px;
	overflow: hidden;
}

.addcpn h3{

	font-size:14px;

	text-transform:uppercase;

	font-weight:bold;
	padding: 0 0 10px;
	margin-top:0;
	border-bottom: 1px solid #fff;

	}
.addcpn a {
	color: #fff;
}

.map_phuan{

	float:right;

	width:327px; height:187px;

	}

.list_social{

	margin: 20px 0 10px;

	}

.list_social li{

	display: inline-block;

	margin-right:10px;

	}

.list_social li a{

	display:block;

	height:30px;

	line-height:30px;

	width:30px;

	background:#4f77ba;

	text-align:center;

	border-radius:5px;

	-o-border-radius:5px;

	-ms-border-radius:5px;

	-moz-border-radius:5px;

	-webkit-border-radius:5px;

	}

.list_social li a i {line-height: 30px;    font-size: 18px;}	
.box-list{font-size:16px;}
.box-list  ul li{
	margin: 0 0 10px;
}
.box-list  ul li a:before{
	content: '\f105';
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 6px;
    color: #fff;

}
.list_social li a:before{
	display: none;
}


.pagi ul{

	float:right;

	}

.box_topnew {

	border-bottom:1px dotted #cccccc;

	padding-bottom:10px;

	}

.box_product ul li{

	height:231px;

	}

.box_product ul li h3{

	font-size:12px;

	}

.box_product ul li h3 a{

	color:#6a6969;

	}

.box_news{

	padding:10px;

	border:1px solid #ededed;

	}

.img_topnew{

	display:block;

	width:55%;
/*
	height:301px;*/

	float:left;
	text-align: center;

	}

.img_topnew img{

	/*display:block;

	height:100%;

	width:100%;*/

	}

.txt_topnew{

	float:right;

	width:43%;

	}

.txt_topnew h2{

	margin-top:0;

	line-height:18px;

	margin-bottom:10px;

	}

.txt_topnew h2 a{	

	font-size:14px;

	text-transform:uppercase;

	}

.btn_mr{

	display:inline-block;

	color:#fff;

	background:#1c85c8;

	padding:5px 10px;

	color:#fff;

	}

.btn_mr img{

	display:inline-block;

	margin-left:10px;

	}

.list_news ul li{

	padding:10px 0;

	overflow:hidden;

	border-bottom:1px dotted #cccccc;

	}

.list_news ul li .img_news{

	display:block;

	overflow:hidden;

	width:23%;

	height:149px;

	float:left;

	position:relative;
	text-align: center;

	}

.list_news ul li .img_news span{

	position:absolute;

	top:0;

	left:0;

	display:block;

	height:100%;

	width:100%;

	background:rgba(0,0,0,0.5) url(../images/icon_search.png) no-repeat center center;

	opacity:0;

	transition:all 500ms;

	-o-transition:all 500ms;

	-ms-transition:all 500ms;

	-moz-transition:all 500ms;

	-webkit-transition:all 500ms;

	}

.list_news ul li .img_news:hover span{

	opacity:1;

	}

.list_news ul li .img_news img{
/*
	display:block;

	height:100%;

	width:100%;*/

	}

.list_news ul li .txt_news{

	float:right;

	width: 77%;
    padding-left: 10px;

	}

.list_news ul li .txt_news .tlt_news{

	margin-top:0;

	}

.list_news ul li .txt_news .tlt_news a{

	font-size:12px;

	color:#6a6969;

	text-transform:uppercase;

	}

.list_news ul li .txt_news p{

	color:#6a6969;

	line-height:18px;

	height:72px;

	overflow:hidden;

	}

.tlt_main2{

	padding-left:0;

	background-image:none;

	}

.box_sev{

	border:1px solid #ededed;

	margin-top:10px;

	padding:15px;

	}

.top_sev h2{

	color:#1c85c8;

	font-size:18px;

	text-transform:uppercase;

	margin-top:0;

	}

.mid_sev p{

	line-height:20px;

	color:#6a6969;

	}

.box_sev1{

	margin-top:15px;

	}

.box_sev1 .tlt_main1{

	float:left;

	}

.box_sev1 .btn_sev{

	float:right;

	display:block;

	line-height:38px;

	}

.list_newslq{

	padding:15px;	

	border:1px solid #ededed;

	margin-top:10px;

	}

.list_newslq ul li{

	padding:10px 0;

	}

.list_newslq ul li a{

	display:block;

	background:url(../images/icon_nav.png) no-repeat left center;

	padding-left:15px;

	color:#6a6969;

	transition:all 500ms;

	-o-transition:all 500ms;

	-ms-transition:all 500ms;

	-moz-transition:all 500ms;

	-webkit-transition:all 500ms;

	}

.list_newslq ul li a:hover{

	color:#1c85c8;

	text-indent:5px;

	}

.bread{

	/*background:#eeeeee;*/

	}

.bread_w{

	margin: 0 auto;
    width: 100%;
    max-width: 1100px;

	padding:15px 0;

	overflow:hidden;

	}

.bread_w ul{

	display:

	}

.bread_w ul li{

	float:left;

	color:#6a6969;

	}

.bread_w ul li a{

	display:block;

	background:url(../images/icon_bread.png) right center no-repeat;

	padding-right:20px;

	margin-right:15px;

	color:#6a6969;

	}

.boxct_1{

	float:left;

	width:43%;
	padding: 0 0 0 10px;

	}

.boxct_1 h2{

	font-size:14px;

	color:#6a6969;

	text-transform:uppercase;

	}

.boxct_1 label{

	display:block;

	padding:5px 0;

	color:#6a6969;

	}

.boxct_1 input,.boxct_1 textarea{

	width:100%;

	}

.boxct_1 .btn_frmed input{

	background:#1c85c8;

	color:#fff;

	border:none;

	text-transform:uppercase;

	font-size:12px;

	display:inline-block;

	margin-right:10px;

	width:auto;

	padding:10px 15px;

	transition:all 500ms;

	-o-transition:all 500ms;

	-ms-transition:all 500ms;

	-moz-transition:all 500ms;

	-webkit-transition:all 500ms;

	}

.boxct_1 .btn_frmed input:hover{

	background:#6a6969;

	}

.boxct_2{

	float:left;

	margin-left:30px;

	width:51%;

	}

.top_boxct2 h2{

	font-weight:bold;

	color:#6a6969;

	font-size:15px;

	text-transform:uppercase;

	}

.top_boxct2 p{

	color:#6a6969;

	}

.w_dtpr{

	padding:10px;

	border:1px solid #ededed;

	}

.slider_dtpr{

	width:55%;

	float:left;

	}

.slider_dtpr #slider{

	margin-bottom:5px;

	}

.slider_dtpr #carousel1 li{

	margin-right:10px;

	}

.slider_dtpr #carousel1 .flex-direction-nav li .flex-prev{

	background:url(../images/icon_prev.png) no-repeat;

	text-indent:-9999px;

	}

.slider_dtpr #carousel1 .flex-direction-nav li .flex-next{

	background:url(../images/icon_next.png) no-repeat;

	text-indent:-9999px;

	text-align:inherit;

	}

.slider_dtpr #carousel1{

	margin-bottom:0;

	}

.box_txtdt{

	float:right;

	width:43%;

	}

.box_txtdt h2{

	color:#1c85c8;

	font-size:18px;

	text-transform:uppercase;

	margin-top:0;

	} 

.box_txtdt .price{

	color:#ea0c0c;

	}
.box_txtdt .price span{

	font-size:16px;

	font-weight:bold;

	display:inline-block;

	margin-left:5px;

	margin-bottom:20px;

	}

.mid_dtpr{

	margin-top:25px;

	}

.tlt_mdtpr{

	border-bottom:1px solid #f5f4f4;

	}

.tlt_mdtpr h2{

	float:left;

	margin:0;

	background:#f5f4f4;

	font-size:12px;

	color:#1c85c8;

	padding:15px;

	text-transform:uppercase;

	}

.txt_dtpr{

	padding:15px 0;

	}

.w2_dtpr{
	margin-top:10px;
	}
#header {margin-top:-17px;}

.pagi {float:left; width:100%;}
#carousel_id .item img{
	height:414px;
	width:100%;
	}
.slideid{
	margin: 0 auto;
    width: 100%;
    max-width: 1100px;

	}	
#producrview{ color:#696969;font-family:onpensand; font-size:14px}
#producrview .imgview{width:450px; float:left}
#producrview .imgview img{ }
#producrview .imgview{}
#producrview .detail{width:48%; float:right}
#producrview .detail .item{width:100%; float:left; padding-top:10px;font-family:onpensand; color:#696969; font-size:14px}
#producrview .detail .item h1{font-size:18px; }

#nav .icon,
#nav .icon-sub{
	display: none;
	right: 0;
	top: 0;
	text-align: center;
	line-height: 44px;
	width: 54px;
	color: #fff;
	position: absolute;
	font-size: 20px;
	z-index: 99;
}

#nav .icon i,
#nav .icon-sub i{
	line-height: 44px;
	position: relative;
	height: 44px;
}

#nav .icon i:before,
#nav .icon i:after,
#nav .icon-sub i:before,
#nav .icon-sub i:after{
	position: absolute;
	content: "";
	width: 17px;
	height: 3px;
	background: #fff;
	top: 17px;
	right: 0;
}
#nav .icon i:after,
#nav .icon-sub i:after{
	height: 17px;
    width: 3px;
    top: 11px;
    right: 7px;
   /* display: none;*/
}

#nav .icon-sub i:before,
#nav .icon-sub i:after{
	background: #18a4dd;
}
.main-bt{
	padding: 0 20px;
    position:relative;
    width: 100%;
    max-width: 1100px;
    left: 0;
    margin: -119px auto;
}

.main-bt .main-outer{
	    overflow: hidden;
    padding: 40px 10px 0 10px;
	background: #fff;
    box-shadow: 1px -1px 1px 1px #ccc;
    -moz-box-shadow: 1px -1px 1px 1px #ccc;
    -o-box-shadow: 1px -1px 1px 1px #ccc;
    -webkit-box-shadow: 1px -1px 1px 1px #ccc;
    -ms-box-shadow: 1px -1px 1px 1px #ccc;
    border-radius: 15px;
    -o-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -webkit-border-radius: 15px;	
}

.main-bt .main-left{
	width: 48%;
	float: left;
}
.main-left .img-left{
	float: left;
	width: 25%;
	height: 74px;
	overflow: hidden;
}

.main-left .box_prosp ul li{
	width: 48%;
}
.main-right{
	float: right;
	width: 48%;
}
.main-right .box_prosp ul li{
	width: 31%;
}
.main-left .text-content{
	float: left;
	width: 68%;
	height: 34px;
    overflow: hidden;
    color: #000;
    margin: 15px 0 0 10px;
}
.main-left .text-content a{
	color: #000;
	display: block;
}
.main-left .box-slide{
	overflow: hidden;    
	margin: 0 0 10px;
}
.main-bt h4.title{
	text-align: center;
    margin: -44px 0 15px;
}

.main-right .img-pn{
	height: 74px;
    overflow: hidden;
    text-align: center;
    line-height: 74px;
    margin: 0 0 10px;
}
.main-bt h4.title span{
	padding: 10px;
    display: inline-block;
    border-radius: 8px;
    background: #18a4dd;
    color: #fff;
    text-transform: uppercase;
    min-width: 130px;
}
.main-bt  .btn_control .carousel-control{
	color: #1c85c8;
}
.main-bt  .btn_control {
    float: right;
    margin: -50px 0 0;
}
.menutop .from-search{
	display: none;
}
.menutop {
	overflow: hidden;
}

@media(max-width: 1023px) {
	.top_headerw{
		display: none;
	}	
	.menutop .from-search{
		display: block;
		width: 80%;
		background:#fff;
		margin: 5px 10px;
	}
	.menutop .from-search input.form-input{
		height: 32px;
		width:75%;
		outline: 0;
	}
	.menutop .from-search input.form-submit{
		float: right;
		height: 32px;
	}

	.footer_w,.main,header,
	.bread{
		width: auto;
		float: none;
	}
	header,.wrapper,
	.footer_w,.bread_w{
		padding-left: 10px;
		padding-right: 10px;
	}
	#carousel_id .item img{
		height: auto;
		max-height: 236px;
	}
	.sidebar,#nav{
		display: none;
	}
	.logo{
		display: block;
		width: auto;
		float: none;
	}

	.toggle {
	    margin: 0 0 0 15px;
	    cursor: pointer;
	    transition: color 300ms ease-in-out 0s, 
	    background-color 300ms ease-in-out 0s, 
	    background-position 300ms ease-in-out 0s;
	    text-align: left;
	    float: left;
	}

	.toggle:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 24px;
    color: #fff;
    margin: 10px 0;
    line-height: 44px;
	}
	#nav ul li,
	#nav ul li ul li{
		display: block;
		float: none;
		border-top: 1px solid #fff;
	}
	#nav ul li ul li{
		border-top: 1px solid #18a4dd;
	}
	#nav ul li ul li a{
		height: 44px;
		line-height: 44px;
		padding-left: 35px;
	}
	#nav ul li .sub_menu,
	#nav .sub_menu ul li ul{
		position: static;
		width: 100%;
		display: none;
	}

	#nav .icon,#nav .icon-sub{
		display: block;
	}
	#nav .icon-sub.active i:after,
	#nav .icon.active i:after{
		display: none;
	}


	#nav ul ul.sub_menu_level1 li a{
		padding-left: 55px;
		background: #18a4dd;
    	color: #fff;
	}

    
}

@media(max-width: 959px) {
	.addcpn{
		width: 50% !important;
		padding-bottom: 15px;
	}
	.addcpn:nth-child(3){
		clear: both;
	}
	.main-left .text-content{
		font-size: 10px;
	    margin: 0 0 0 10px;
	    height: auto;
	}
	
}


@media(max-width: 768px) {
	.boxct_1,.boxct_2{
		width: auto;
		float: none;
		padding: 0 10px;
		margin: 0 0 10px;
	}
	#hotlinepage{}
	#hotlinepage a{color:#FFF; font-size:15px;}

}

@media(max-width: 732px) {

		.main-bt{
		display: none;
	}

	.wrapper{
		padding-bottom: 10px;
	}

	#footer{
		padding-top: 15px;
	}
}

@media(max-width: 599px) {

	.box_prosp ul li {
	    width: 48%;
	    margin: 10px 0;
	    margin-right: 2% !important;
	}

	.carousel-inner .box_prosp ul li{
		width: 32%;
		margin-right: 1.333% !important;
	}

	.carousel-inner .box_prosp ul li .boxprosp .img_prosp {
	    display: block;
	    height: 95px;
	    overflow: hidden;
	    text-align: center;
	}
	.th1 li:first-child,.from-face{
		display: none;
	}

}

@media(max-width: 479px) {
	.addcpn{
		width: 100% !important;
		padding: 0;
	}

	.txt_topnew,.img_topnew,
	.list_news ul li .img_news,.list_news ul li .txt_news,
	.box_txtdt,.slider_dtpr{
	    width: auto;
	    float: none;
	    margin: 0 0 10px;
	}

	.box_prosp ul li .boxprosp .img_prosp{
		height: 150px;
	}
	.box-iframe iframe, .box-iframe ._2p3a{
		width: 100%;
	}
}

@media(max-width: 359px) {


}

