@media (max-width: 575.98px) { /* XS */
    
    .card-at .card-body{ height:auto;}
    .card-at .card-header a{font-size: 12px;}
    .crdNot a.pubTit, .crdNotUH .pubTit{font-size: 12px;}
    .card-owl .card-bodya{ height:auto;}
}

@media (min-width: 576px) and (max-width: 767.98px) { /* SM */
    .card-at .card-body{ height:auto;}
    .card-at .card-header a{font-size: 12px;}
    .crdNot a.pubTit, .crdNotUH .pubTit{font-size: 12px;}
    .card-owl .card-bodya{ height:280px;}
}

@media (min-width: 768px) and (max-width: 991.98px) { /* MD */
    header nav .container{padding: 0;}
    header nav .nav-link{
        font-size: 9px;
        padding-right: .4rem !important;
        padding-left: .4rem !important;
    }
    #demo-2 input[type=search]:focus {
            width: 68px;
            padding-left: 32px;
            color: #000;
            background-color: #fff;
            cursor: auto;
    }
    .card-at .card-body{ height:365px;}
    .crdNot a.pubTit, .crdNotUH .pubTit{font-size: 12px;}
    .card-owl .card-bodya{ height:280px;}
    .crdOwlPub .lnkTit{font-size: 12px;}
    
    .pubTit01 p{
        display: none;
    }
    .HmBanUlt{
        display:block;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) { /* LG */
    header nav .nav-link{
        font-weight: bold;
        font-size: 12px;
        text-transform:uppercase;
    }
    .card-at .card-body{ height:315px;}
    .crdNot a.pubTit, .crdNotUH .pubTit{font-size: 12px;}
    .card-owl .card-bodya{ height:250px;}
    .crdOwlPub .lnkTit{font-size: 12px;}
}

@media (min-width: 1200px) and (max-width: 1399.98px) { /* XL */
    .card-at .card-body{ height:390px;}
    .card-owl .card-bodya{ height:285px;}
    .crdNot a.pubTit, .crdNotUH .pubTit{
        font-size: 13px;
    }
}