.box50 {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.myfooter ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.myfooter ul a {
    text-decoration: none;
    color: whitesmoke;
}

.block-ellipsis {
    width: 153px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* line-height: 10px; */
    -webkit-line-clamp: 2;
    /* height: 75px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
}

/* .block-ellipsis-4 {
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 10 px;
    -webkit-line-clamp: 2;
    height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
} */

.product_title {
    border-bottom: 3px solid var(--bs-success);
    padding-top: 12px;
    padding-bottom: 12px;
}

.text_content {
    text-align: justify;
}


#img-show {
    transition: transform 0.3s ease;
    /* Thêm hiệu ứng chuyển đổi */
}

#img-show:hover {
    transform: scale(1.2);
    /* Tăng kích thước hình ảnh khi hover */
}

/* Zalo icon */
.zalo-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 1000;
}

.zalo-icon img {
    width: 60px;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.zalo-icon img:hover {
    transform: scale(1.1);
}

.zalo-icon span {
    font-size: 18px;
    color: hsl(204, 78%, 42%);
    font-weight: bold;
    margin-left: 3px;
    transition: color 0.3s ease;
}

.zalo-icon:hover span {
    color:hsl(204, 77%, 36%);
}





/* <div class="product_title border-bottom border-3 border-success  py-2">
<strong class="bg-success text-white rounded-top rounded-2 p-3">SẢN PHẨM HOT</strong>
</div> */