﻿.WTopLibraryVideoHome h4 {
    display: inline-block;
    text-align: center;
    font-family: 'KodchasanB';
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: var(--2, linear-gradient(180deg, #0C7844 0%, #53C858 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

    .WTopLibraryVideoHome h4:before {
        content: "";
        position: absolute;
        background: url(/Design/GeciAcademy/ThuVienAnh/Decor2.png) no-repeat;
        background-size: cover;
        left: -148px;
        top: -74px;
        width: 89px;
        height: 123px;
    }

.WTopLibraryVideoHome span {
    display: block;
    width: 797px;
    color: #908981;
    text-align: center;
    font-family: 'QuicksandM';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: auto;
    margin-top: 21px;
}

.WTopLibraryVideoHome {
    text-align: center;
    padding-top: 63.72px;
    position: relative;
}

.WidgetLibraryVideoHome {
    background: #FFFBE8;
    padding-bottom: 230px;
    position: relative;
}

.WDecorUserLeft {
    position: absolute;
    bottom: 74px;
    left: 0;
    z-index: 1;
}

.WDecorUserRight {
    position: absolute;
    bottom: 55px;
    right: 0;
    z-index: 1;
}

.WTopLibraryVideoHome:before {
    content: "";
    position: absolute;
    background: url(/Design/GeciAcademy/ThuVienAnh/Decor1.png) no-repeat;
    background-size: cover;
    top: 0;
    left: calc(50% - 231px);
    width: 466px;
    height: 18px;
}

.WTopLibraryVideoHome:after {
    content: "";
    position: absolute;
    background: url(/Design/GeciAcademy/ThuVienAnh/Decor3.png) no-repeat;
    background-size: cover;
    top: -15px;
    right: 140px;
    width: 33px;
    height: 33px;
}

.WBottomLibraryVideoHome {
    margin-top: 46px;
    display: flex;
    position: relative;
}

    .WBottomLibraryVideoHome:before {
        content: "";
        position: absolute;
        background: url(/Design/GeciAcademy/ThuVienAnh/DecorStar1.png);
        background-size: cover;
        left: calc(50% - 57px);
        bottom: -72px;
        width: 33px;
        height: 33px;
    }

    .WBottomLibraryVideoHome:after {
        content: "";
        position: absolute;
        background: url(/Design/GeciAcademy/ThuVienAnh/DecorStar2.png);
        background-size: cover;
        right: calc(50% - 308px);
        bottom: -110px;
        width: 52px;
        height: 52px;
    }

.TopImgSideTwo {
    display: flex;
    justify-content: space-between;
}

.WImgSideThree {
    padding-left: 13px;
    width: 340px;
}

.WImgRightTwo {
    padding-left: 13px;
}

.WImgSideOneL {
    width: 157px;
    height: 192px;
    border-radius: 20px;
    overflow: hidden;
}

.BottomImgSideOne {
    margin-top: 10px;
    width: 328px;
    height: 197px;
    border-radius: 20px;
    overflow: hidden;
}

.WImgRightBottom {
    margin-top: 12px;
    width: 100%;
    height: 151px;
    border-radius: 20px;
    overflow: hidden;
}

.WImgLeftOne {
    width: 500px;
    height: 399px;
    border-radius: 20px;
    overflow: hidden;
}

    .WImgLeftOne img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        transition: all .3s;
    }

.WImgSideOneL img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all .3s;
}

.WImgSideOneR {
    width: 157px;
    height: 192px;
    border-radius: 20px;
    overflow: hidden;
}

    .WImgSideOneR img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        overflow: hidden;
        transition: all .3s;
    }

.BottomImgSideOne img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s;
}

.WImgRightTop {
    width: 100%;
    height: 236px;
    border-radius: 20px;
    overflow: hidden;
}

    .WImgRightTop img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        overflow: hidden;
        transition: all .3s;
    }

.WImgRightBottom img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s;
}

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

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

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

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

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

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

.WidgetLibraryVideoHome:after {
    content: "";
    position: absolute;
    background: url(/Design/GeciAcademy/ThuVienAnh/gorden_images.png) no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
}
/* Mobile & tablet */
@media (max-width: 1023px) {
    .WTopLibraryVideoHome h4 {
        font-size: 33px;
    }

    .WTopLibraryVideoHome span {
        width: 100%;
    }

    .WDecorUserLeft img {
        width: 59%;
    }

    .WDecorUserRight img {
        width: 59%;
    }
}
/* Mobile */
@media (max-width: 739px) {
    .WTopLibraryVideoHome h4 {
        font-size: 20px;
    }

    .WTopLibraryVideoHome:after {
        content: "";
        position: absolute;
        background: url(/Design/GeciAcademy/ThuVienAnh/Decor3.png) no-repeat;
        background-size: cover;
        top: 24px;
        right: 0;
        width: 33px;
        height: 33px;
    }

    .WTopLibraryVideoHome h4:before {
        content: "";
        position: absolute;
        background: url(/Design/GeciAcademy/ThuVienAnh/Decor2.png) no-repeat;
        background-size: cover;
        left: -33px;
        top: -49px;
        width: 48px;
        height: 67px;
    }

    .WTopLibraryVideoHome:before {
        content: "";
        position: absolute;
        background: url(/Design/GeciAcademy/ThuVienAnh/Decor1.png) no-repeat;
        background-size: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 13px;
    }

    .widgetShareParentHome {
        padding-top: 80px;
        background: #FFFBE8;
        padding-bottom: 20px;
    }

    .WTopShareParentHome {
        margin-bottom: 20px;
    }

    .WBottomLibraryVideoHome {
        margin-top: 25px;
        display: block;
    }

    .WImgLeftOne {
        width: 100%;
        height: 235px;
    }

    .WImgSideThree {
        padding-left: 0;
        width: 100%;
        padding-top: 10px;
    }

    .WImgSideOneL {
        width: 100%;
        height: 192px;
        margin-right: 10px;
    }

    .WImgSideOneR {
        width: 100%;
        height: 192px;
    }

    .BottomImgSideOne {
        margin-top: 10px;
        width: 100%;
        height: 197px;
        margin-bottom: 10px;
    }

    .WImgRightTwo {
        padding-left: 13px;
        display: none;
    }

    .WidgetLibraryVideoHome:after {
        content: "";
        position: absolute;
        background: url(/Design/GeciAcademy/ThuVienAnh/gorden_images.png) no-repeat;
        background-size: cover;
    }

    .WDecorUserLeft {
        position: absolute;
        bottom: 90px;
        left: -14px;
        text-align: center;
    }

        .WDecorUserLeft img {
            width: 59%;
        }

    .WDecorUserRight {
        position: absolute;
        bottom: 94px;
        right: -20px;
        z-index: 1;
        text-align: center;
    }

        .WDecorUserRight img {
            width: 59%;
        }
}
