h3 a{
    font-size: 15px;
}
.flex-social{
    display: flex;
    grid-gap: 10px;
}
.flex-social i{
    font-size: 1.5rem;
}
.flex-social i:hover{
    transform: scale(0.9);
    transition: 0.3s;
}
.call24h{
    display: flex;
    align-items: center;
    grid-gap: 10px;

}

.hotro_top ul li a{
    text-transform: uppercase;
}

.item_tc p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nhom .error{
    color: white;
}
.sticky {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    position: fixed !important;
    /* transition: all 1s !important; */
  }
h3{
    font-size: 1.5rem;
}
a{
    color: black;
}
.main-content nav{
    margin-top: 70px !important;
}
.breadcrumb li a{
    text-transform: uppercase;
}
.breadcrumb li{
    text-transform: uppercase;
}
.breadcrumb li:last-child{
    color:rgb(244, 71, 71);
}
.gallery-item {
    width: 200px;
    padding: 5px;
  }
.mauhinh img{
    width: 100%;
    display: block;
    object-fit: cover;
    position: relative;
}
.mauhinh{
    border: 1px solid rgb(219, 215, 215);
    position: relative;
}
.mauhinh .content{
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    color: white;
    background-color: #cb1d3390;
    z-index: 990;
    font-weight: bold;
    font-size: 20px;
}
.post-content{
    padding: 20px !important;
}
.name_title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 45px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #cb1d33;
    border-color: #cb1d33;
}
.page-link {
    color: #cb1d33;
}
.page-link:hover{
    color: black !important;
}
@media (max-width: 720px){
    .call24h{
        display: none;
    }
}
