@media (max-width:479px){
    .sologan, .hotline{
        padding: 0 3%;
    }
    .mxh a {
        margin-left: 5px;
    }
    .slick-list{
        height: auto !important;
    }
    .frmContact .frmGr label{
        display: block;
    }
    .frmContact .frmGr input{
        width: 100%;
    }
    .g-recaptcha div iframe{
        width: 100%;
    }
}

@media (max-width:400px){
    .sologan, .hotline{
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
    }
    .sologan{
        top: 7px;
    }
    .hotline{
        top: 27px;
    }

    .list-product li {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
	
	.list-product li .single-product h3 a{
		font-size:13px;
	}
	.list-product li .single-product-content a{
		font-size:12px;
	}
	
	.list-product li .single-product-content p{
		font-size: 12px;
	}

    .list-contact li.support-online{
        text-align: left;
    }

    .list-contact li{
        float: none;
        width: 100%;
        line-height: 30px;
    }
}

@media (max-width:360px){

}

@media (max-width:320px){

}