@media screen and (max-width:767px) {
   .content-sp button.slick-arrow{
   		display: inline-block !important;
   		top: 40%;
   }
   .content-sp button.slick-prev{
   	left: 20px;
   }
   .content-sp button.slick-next{
   	right: 20px;
   }
   .home .content-sp1{
   	padding: 0 10px !important;
   }
}
@media screen and (max-width:640px) {
	.page-lien-he {
	    height: calc(120vh - 42px);
	}
  .top{
  	display: none;
  }
  .sanpham-tieude h3 {
    background: #111633;
    color: white;
    padding: 5px;
    width: 70%;
	}
	
	.tintuc-tieude{
	height:56px;	
	}
	.footer {
	    clear: both;
	    margin-left: 0px;
	    width: 100%;
	    background: #111633;
	}
	.col-smk-10{
		width: 100% !important;
	}
	.noidung-sp h1{
		margin-top: 10px;
	}
	
}
@media screen and (max-width:480px) {
    .page-lien-he {
	    height: calc(135vh - 42px);
	}
}
@media screen and (min-width: 768px){
  
}
@media screen and (min-width: 768px) and (max-width: 991px) {
 
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	
}
@media screen and (min-width: 1200px) {
	.col-xs-12.col-md-offset-6.col-md-6.col-lg-5.col-lg-offset-7 {
	    margin-left: 57%;
	}
}