/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .MainBanner{
        background-size: cover;
        background-position: center;
        height: 500px;
        background-repeat: no-repeat;
    }
    .HerderSection h2{
        font-size: 18px;
    }
    .MainListProductCategory{
        display: block;
    }
    .BlogListProductCategory{
        min-width: 100%;
        margin: 0;
        min-height: 325px;
        max-height: 325px;
        margin-bottom: 20px;
    }
    .ImageListProductCategory{
        height: 270px;
    }
    .ImageListProductCategory img{
        width: 165px;
    }
    .MainContentAbout{
        display: block;
    }
    .ImageAbout img{
        width: 100%;
    }
    .MainAboutContent{
        margin-left: 0;
    }
    .MainContentCatalog{
        display: block;
    }
    .ImageCatalog img{
        width: 100%;
    }
    .ContentAbility {
        margin-bottom: 45px;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}