﻿.topTitleYoutube h5 {
    font-size: 44px;
    color: #1359bb;
    font-family: Bebas;
    margin: 0;
    margin-bottom: 20px;
}

ul.ListItemYoutube li {
    list-style: none;
}

.widget-youtube-news-home .grid.wide {
    max-width: 1150px;
}

.topTitleNews h5 {
    font-size: 44px;
    color: #1359bb;
    font-family: Bebas;
    margin: 0;
    margin-bottom: 20px;
}

.topTitleNews a {
    font-size: 18px;
    font-family: BeVNI;
    color: #1359bb;
    border-bottom: 1px solid #1359bb;
}

.topTitleNews {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-youtube-home {
    width: 36%;
    float: left;
}

.right-news-home {
    width: 61%;
    float: right;
}

.TopItemYoutube .postImgYoutubeOne a img {
    width: 100%;
    height: 313px;
    overflow: hidden;
    transition: all .3s;
    border-radius: 22px;
}

.TopItemYoutube:hover .postImgYoutubeOne a img {
    transform: scale(1.1);
}

.postImgYoutubeOne {
    position: relative;
    overflow: hidden;
}

    .postImgYoutubeOne a {
        overflow: hidden;
    }

.TopItemYoutube .postImgYoutubeOne a .hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .TopItemYoutube .postImgYoutubeOne a .hover::before {
        content: "";
        position: absolute;
        width: 67px;
        height: 67px;
        background: url(/Design/img/HoangKimBio/Video/decorBtnYoutube.png) no-repeat;
        background-size: cover;
    }

ul.ListItemYoutube {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 10px;
    row-gap: 10px;
}

    ul.ListItemYoutube li .postImgYoutube a img {
        width: 100%;
        height: 110px;
        overflow: hidden;
        transition: all .3s;
        border-radius: 6px;
    }

    ul.ListItemYoutube li:hover .postImgYoutube a img {
        transform: scale(1.1);
    }

    ul.ListItemYoutube li .postImgYoutube a, ul.ListItemYoutube li .postImgYoutube {
        overflow: hidden;
        border-radius: 6px;
    }

.bottomItemYoutube {
    padding-top: 27px;
}

.widget-youtube-news-home {
    padding-top: 54px;
    padding-bottom: 70px;
}

.postImgYoutube {
    position: relative;
}

ul.ListItemYoutube li .postImgYoutube a .hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    ul.ListItemYoutube li .postImgYoutube a .hover::before {
        content: "";
        position: absolute;
        width: 35px;
        height: 35px;
        background: url(/Design/img/HoangKimBio/Video/decorBtn.png) no-repeat;
        background-size: cover;
    }

.ImgNewsOneHome img {
    width: 100%;
    height: 232px;
    overflow: hidden;
    transition: all .3s;
}

.leftNewsBottomHome:hover .ImgNewsOneHome img {
    transform: scale(1.1);
}

.ImgNewsOneHome {
    overflow: hidden;
}

.widgetBottomNewsHome {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 25px;
    row-gap: 25px;
}

.bottomContentNewsHome h3 {
    font-size: 18px;
    color: #363636;
    font-family: BeVNM;
    margin: 0;
    line-height: 1.4;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.widgetOneNewsHome:hover .bottomContentNewsHome h3 {
    color: #005304;
}

.widgetViewDate span {
    font-size: 14px;
    color: #b8b8b8;
    font-family: BeVNR;
}

span.viewNewsHome i {
    padding-right: 3px;
}

span.dateNewsHome i {
    padding-right: 3px;
}

span.dateNewsHome {
    padding-left: 5px;
}

.bottomContentNewsHome {
    padding: 25px 18px;
}

.widgetViewDate {
    padding-top: 8px;
    padding-bottom: 13px;
}

span.desNewsHome {
    display: block;
    padding-top: 12px;
    font-size: 15px;
    color: #363636;
    font-family: BeVNR;
    border-top: 1px solid #d3e7ff;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.widgetOneNewsHome {
    background: rgb(255 255 255 / 65%);
    box-shadow: 0 4px 12px 1px #8b89897d;
    border-radius: 0 0 22px 22px;
}

.RightNewsBottomHome .widgetOneNewsHome {
    border-radius: 22px;
    margin-bottom: 20px;
}

    .RightNewsBottomHome .widgetOneNewsHome:nth-child(1) span.desNewsHome {
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
