/*@media (max-width: 991px){
	.right-content{
		width: 100%!important;
	}
}
@media (max-width: 991px){
	.product {
		padding: 10px;
	}
	.hotline{
		position: fixed;
		bottom: 3px;
		right: 3px;
	}
	.hotline p{
		float: left;
	}
	.hotline h3{
		display: none;
	}
	.foot{
		padding-bottom: 65px;
	}
	.header>.row{
		margin:0;
	}
	.menu-sidebar{
		display: block;
		position: fixed!important;
		z-index: 100000;
		top: 25px;
		left: -120px;
		border-top-right-radius: 46px;
	}
	.logo{
    width: 100%;
    text-align: center;
	}
}*/
@media (max-width: 991px){
	.navbar.navbar-default.navbar-fixed-side ul li a {
		font-weight: 700!important;
	}
}