.name-product{
    max-width: 220px;
}
.short-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.owl-item {
    background-color: #fff;
    border-radius: 1rem !important;
    padding: 0px !important;
    min-height: 288px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
}
.item-cover{
    border-radius: 1rem 1rem 0 0 !important;
}
.item-cover-youtube{
    border-radius: 1rem 1rem 0 0 !important;
}
.item-pro-main-img{
    position: relative;
}
.item-pro-border:hover{
    border: 2px solid rgb(194, 38, 38);
    border-radius: 1rem !important;
}
.owl-next:hover {
    opacity: 1;
    top: 35% !important;
}
.owl-prev:hover {
    opacity: 1;
    top: 35% !important;
}
.owl-next {
    top: 35% !important;
}
.owl-prev {
    top: 35% !important;
}
.owl-carousel .owl-item .item-cover {
    aspect-ratio: 1 !important;
}
.name-youtube{
    font-size: 0.9rem;
    padding: 0.7rem 0 0.7rem 0;
}
.w-500.d-inline-block{
    font-size: 1.2rem;
    font-weight: 500;
}
@media only screen and (max-width: 420px){
    .text-more2{
        position: absolute;
    }
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapperFacebook {
    position: relative;
    padding-bottom: 70%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoWrapperFacebook iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
