@media (min-width: 992px) {
	#top_nav .nav{
		margin-left: 20px;
	}
	#top_nav .nav>li{
		padding-left: 20px;
		padding-right: 20px;
	}
	#top_nav .nav>li>a{
		position: relative;
		padding:15px 0px;
		transition: 0.3s;
	}
	#top_nav .nav>li>a:after{
		content:'';
		width: 100%;
		height: 3px;
		background: #00923F;
		top:100%;
		left:0px;
		position:absolute;
		transform: rotateY(90deg);
		transition: 0.3s;
	}
	#top_nav .nav>li>a:hover{
		background: none;
		color: #00923F;
	}
	#top_nav .nav>li>a:hover:after{
		transform: rotateY(0deg);
	}
     .media_service{
     	margin-bottom: 30px;
     }
     
}
@media (min-width: 992px) and (max-width: 1199px){
    #top_nav .navbar-nav{
    	float: right
    }
    #top_nav .nav>li{
		padding-left: 12px;
		padding-right: 12px;
	}
	.about_body{
		padding-top:10px;
	}
	.about_body h4{
		margin:5px 0px;
	}
	.nav_pro_t h4{
		font-size: 16px;
	}
	.pdf{
		padding:30px 0px;
	}
	.pdf a{
		width: 50%;
	}
}

@media (max-width:991px){
	.navbar-brand > img{
		width: 60%;
	}
	.navbar-header .navbar-toggle{
		padding: 20px 10px 0px 0px;
	}
	.sy_news_l{
		margin-bottom: 20px;
	}
	#newslunbo .carousel-control.left{
		background: none;
		width: 25px;
		left:0;
		transform: translateX(0);
	}
	#newslunbo .carousel-control.right{
		background: none;
		width: 25px;
		right:0;
		transform: translateX(0);
	}
	#newslunbo .carousel-control .news_next{
		background: url(../images/new-nex.png) no-repeat,rgba(0,0,0,.4);
	}
	#newslunbo .carousel-control .news_prev{
	background: url(../images/new-pre.png) no-repeat,rgba(0,0,0,.4);
    }
    #sy_pro_move .carousel-control .pager-prev{
	top:50%;
	transform: translateY(-50%) translateX(0);
	}
	#sy_pro_move .carousel-control .pager-next{
		top:50%;
		transform: translateY(-50%) translateX(0);
	}
	.media_advan .media_body{
		text-align: left!important;
	}
    .copy{
    	text-align: center;
    }
    .ny_main{
    	padding: 20px 0px;
    }
    .breadcrumb{
    	padding:10px 0px 15px 0px;
    }
    .sy_tel{
    	text-align: center;
    }
    .sy_tel_c{
    	text-align: center;
    }
    .sy_tel_c img{
    	float: none!important;
    	margin:0 auto;
    }
    .sy_tel_c .tel_body{
    	float: none!important;
    }
    .ny_download .pdf{
    	margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    #top_nav .link{
		float: none!important;
	}
}
@media (max-width: 767px){
	.top_search button{
		float: right;
		line-height: 28px;
	}
	.media_service .media_body span{
		position: static
	}
	.sy_service_c,.sy_pro_c,.sy_advan_c,.sy_about{
		padding-top: 30px;
	}
	.sy_service_c{
		padding-bottom: 40px;
	}
	.sy_advan_c .media_advan{
		margin-bottom:30px;
	}
	.sy_news{
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.ny_contact p{
    	font-size: 16px;
    }
    .ny_pro .media_pro{
    	margin-bottom: 20px;
    }
}
@media (max-width: 375px){
	.sy_title h3{
		font-size: 24px;
	}
	.media_service .media_body h6{
		margin-top: 10px;
	}
    .sy_tel h1{
    	font-size: 34px;
    }

}