/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.c-footer .c-nav-footer .col{
		max-width: 25% !important;
		flex-basis: 25% !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}
@media (max-width:850px){
	.c-footer .c-nav-footer .col{
		max-width: 50% !important;
		flex-basis: 50% !important;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}
@media (max-width : 550px){
    .c-footer .box-image, .c-footer-thanh-toan{
        display: none;
    }
    .c-footer .c-row-gioi-thieu .col {
        padding: 0;
    }
    .c-footer .c-row-gioi-thieu .col .box-text {
        padding-top: 0;
    }
	.c-footer .c-nav-footer .col{
		max-width: 100% !important;
		flex-basis: 100% !important;
	}
    
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
