﻿.badge-bounce {
    /*animation: bouncing .8s cubic-bezier(0.1,0.05,0.05,1) 0s infinite alternate both;*/
    animation: hinew 2s ease infinite;
    /*position: absolute;
    margin-top: -10px !important;*/
}

@keyframes bouncing {
    0% {
        top: -6px
    }

    100% {
        top: -10px
    }
}

.img-noti {
    border-radius: 4px;
    width: 100%;
    height: 270px;
    object-fit: cover;
    border: 1px solid #babebd;
}

.title-noti {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    /*line-height: 23px;*/
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .title-noti a {
        color: #012169 !important;
    }

        .title-noti a:hover {
            color: #007bff !important;
        }

        .time-noti {
            margin: 0.75rem 0 0.5rem 0;
            color: #828282;
            font-size: 12px;
            line-height: 15px;
        }

.n-des-noti, .des-noti {
    font-size: 16px;
    /*line-height: 19px;*/
    text-align: justify;
}

.des-noti {
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.items-noti .img-noti {
    height: 190px !important;
    object-fit: cover;
    border-radius: 10%;
}

.items-noti .title-noti {
    font-size: 18px !important;
    /*line-height: 17px !important;*/
}

.items-noti .des-noti {
}

.list-noti .title-noti {
    text-transform: none !important;
}

.title-list-noti {
    color: #012169;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin: 0 0 0.5rem 0;
}

.noti-new {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #FFFFFF;
    background: #FF3D3D;
    border-radius: 10%;
    padding: 3px;
    display: inline-block;
    /*position: relative;*/
}

.container_noibat, .col-haf-item-2 {
    padding: 0;
}


@media (max-width:992px) {
    .items-noti .item-noti {
        padding: 0;
        margin: 0;
    }

    .col-haf-item {
        padding: 0;
    }

    .container_noibat {
        padding: inherit;
    }
}

@media (max-width:398px) {
    .noti-new {
        /*line-height: 30px !important;*/
        /*border-radius: 20% !important;*/
        /*padding: 2px 6px !important;*/
    }
    
}

@keyframes hinew {
    30% {
        transform: scale(1.2);
    }

    40%, 60% {
        transform: rotate(-20deg) scale(1.2);
    }

    50% {
        transform: rotate(20deg) scale(1.2);
    }

    70% {
        transform: rotate(0deg) scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.content-list-noti {
    width: 100%;
}

.img-post-same-category {
    border: 1px solid #babebd;
    border-radius: 4px;
}

.fznoti{
    font-size: 1.25rem;
}