@media screen and (max-width:427px){
    .slidermajors .slick-dots {
        bottom: -60px !important;
    }
}


@media screen and (min-width: 280px) and (max-width: 399px)  {  
    html,body{
        font-size: 13px !important;
    }
    header .logo img {
        width: 85px;
    }
    h4.mku-title{
        font-size: 1.25rem;
    }
    p.sologan{
        font-size: .95rem;
    }

    .mku-menu-list li.nav-item{
        position: relative;
        display: block;
        height: auto;
    }
    .mku-megamenu {
        position: relative;
    }
    .navbar-light .navbar-toggler-icon {
        filter: invert(1);
    }
   
}
@media screen and (min-width: 400px) and (max-width: 450px) {
    html,body{
        font-size: 15px !important;
    }
    h4.mku-title{
        font-size: 1.25rem !important;
    }
   .item div.img img {
        height: 20rem !important;
    }
     .mku-menu-list li.nav-item{
        position: relative;
        display: block;
        height: auto;
    }
  
}
@media screen and (min-width: 451px) and  (max-width: 576px) {
   .item div.img img {
        height: 10rem !important;
    }
     .mku-menu-list li.nav-item{
        position: relative;
        display: block;
        height: auto;
    }
   .hero img { height: clamp(360px, 60vh, 640px); }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
   .item div.img img {
        height: 10rem !important;
    }
}
@media screen and (min-width: 767px) and  (max-width: 992px) {
    html,body{
        font-size: 14px !important;
    }
   .item div.img img {
        height: 10rem !important;
    }
}
@media screen and (min-width: 993px) and  (max-width: 1024px) {
    html,body{
        font-size: 14px !important;
    }
    h4.mku-title{
        font-size: 1.25rem !important;
    }
    p.sologan{
        font-size: .9rem;
    }
   .item div.img img {
        height: 13rem !important;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
     html,body{
        font-size: 15px !important;
    }
     h4.mku-title{
        font-size: 1.5rem !important;
    }
    p.sologan{
        font-size: 1rem;
    }
   .item div.img img {
        height: 12rem !important;
    }
    #mku-daotao-gioithieu div.img img{
        height: 15rem !important;
    }
}
@media screen and (min-width: 1401px) and (max-width: 1600px) {
     html,body{
        font-size: 16px !important;
    }
     h4.mku-title{
        font-size: 1.5rem !important;
    }
    p.sologan{
        font-size: 1.1rem;
    }
   .item div.img img {
        height: 13rem !important;
    }
    #mku-daotao-gioithieu div.img img{
        height: 16rem !important;
    }
}
@media  (min-width: 1601px) {
     html,body{
        font-size: 17px !important;
    }
     h4.mku-title{
        font-size: 1.5rem !important;
    }
    p.sologan{
        font-size: 1.1rem;
    }
   .item div.img img {
        height: 13rem !important;
    }
    #mku-daotao-gioithieu div.img img{
        height: 16rem !important;
    }
}