@media (min-width: 1201px){

}
@media screen and (max-width: 1200px){
	.container{
		width: 100%;
		overflow: hidden;
		padding: 7px;
	}
	.header .top{
		padding: 10px 7px;
	}
	.menu .container >nav >ul >li >a {
	    padding: 8px 15px;
	}
}
@media screen and (max-width: 1024px){
	.logo.pull-left {
	    margin-left: 55px;
	}
	.menu.bg{
		height: 0;
	}
	.link-home ul.ul li{
		width: 50%;
	}
	.logo.pull-left img {
	    width: 65px;
	}
	.item-logo img {
	    width: 370px;
	}
	.item-logo {
	    margin-left: 15px;
	    margin-top: 10px;
	}
	.phone-look.over {
	    display: none;
	}
	.item-home .item{
		height: auto;
	}
	.item-home a.delay.ct{
		position: static;
	}
	.footter .col-xs-12.col-sm-6:nth-child(2) {
	    display: none;
	}
	.footter .col-xs-12.col-sm-5,.footter .col-xs-12.col-sm-7{
		width: 50%;
	}
	.footter .col-xs-12.col-sm-6{
		width: 100%;
	}
}
@media screen and (max-width: 990px){
	.list-new.item-home .item {
	    height: 415px;
	}
}
@media screen and (max-width: 767px){
	.logo.pull-left,.item-logo{
		width: 100%;text-align: center;
		margin: 0;
	}
	.logo.pull-left img {
	    width: 55px;
	    margin-bottom: 10px;
	}
	.item-logo img{
		width: 100%;
		margin-bottom: 10px;
	}
	.title-home h2, .title-home h1 {
	    font-size: 16px;
	    text-transform: uppercase;
	    padding: 10px 0;
	}
	.leng-phone.pull-right{
		margin-top: 10px;
	}
	.link-home ul.ul li{
		width: 100%;
	}
	.new-home .item ul.ul li:nth-child(1) a {
	    border-top: 1px solid #ccc;
	}
	.item-home .item {
	    margin-bottom: 15px;
	    border-bottom: 1px solid #ccc;
	    padding-bottom: 10px;
	}
	.footter .col-xs-12.col-sm-5, .footter .col-xs-12.col-sm-7{
		width: 100%;
	}
	.list-item .img img{
		height: auto;
		min-height: 70px;
	}
	.list-item .list-tem-text p{
		display: none;
	}
	.item-contact .img{
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.item-contact .img img{
		max-width: 100px;
	}
	.item-contact .item a.delay{
		position: static;
	}
	.col-xs-12.col-sm-6.col-s.text-right{
		text-align: left;
	}
	.list-new.item-home .item{
		height: auto;
	}
}