/* xong */
@media screen and (max-width: 319px) {
    #intro h1{
        text-align: center;
    }
    .item-project .readmore{
        padding: 10px;
    }
    #logo img{
        padding: 5px 0px;
    }
    .mfp-container{
        height: auto ! Important;
        position: fixed;
        top: 0px;
    }
    body.body-scroll-lock--active .mfp-wrap{
        height: auto !Important;
        overflow: initial;
    }
    .section-title-bold-center span{
        padding: 3px 7px !Important;
        font-size: 14px !Important;
    }
    .intro .slogan{
        font-size: 15px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    #intro h1{
        text-align: center;
    }
    .item-project .readmore{
        padding: 10px;
    }
    #logo img{
        padding: 5px 0px;
    }
    .mfp-container{
        height: auto ! Important;
        position: fixed;
        top: 0px;
    }
    body.body-scroll-lock--active .mfp-wrap{
        height: auto !Important;
        overflow: initial;
    }
    .section-title-bold-center span{
        padding: 3px 7px !Important;
        font-size: 14px !Important;
    }
    .intro .slogan{
        font-size: 15px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    #intro h1{
        text-align: center;
    }
    .item-project .readmore{
        padding: 10px;
    }
    #logo img{
        padding: 5px 0px;
    }
    .mfp-container{
        height: auto ! Important;
        position: fixed;
        top: 0px;
    }
    body.body-scroll-lock--active .mfp-wrap{
        height: auto !Important;
        overflow: initial;
    }
    .section-title-bold-center span{
        padding: 3px 7px !Important;
        font-size: 14px !Important;
    }
    .intro .slogan{
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (min-width: 993px) and (max-width: 1199px) {

}