/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	header .mobile_nav{
		display: block;
	}
	.header_logo:before{
		display: none;
	}
	header .header_logo{
		padding-right: 0;
	}
	.mobile_logo img{
		width: 220px;
	}
	header .header_nav{
		display: none;
	}
	.header_nav:after{
		display: none;
	}
	.header_nav .menu{
		display: none;
	}
	.header_nav .hotline{
		display: none;
	}
	/* Home slider */
	.home_slider .content{
		width: 100%;
	}
	/* End Home slider */
	.foot_top .hotline .group{
		flex-direction: column;
		gap: 6px;
	}
	.foot_top .hotline .group .item{
		padding: 0;
	}
	.foot_top .commit .text{
		font-size: 12px;
	}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	/*.header_nav .hotline{
		display: none;
	}*/
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}