body {
    background-color: #e0e0e0;
}

.home_banner {
    padding: 0 72px;
}

    .home_banner > div {
        margin: 0;
    }

    .home_banner img {
        width: 100%;
        aspect-ratio: 32/13;
    }

/* prev / next links ImgPanel1 */
.ImgPanel1 {
    position: relative;
    overflow: hidden;
}

    .ImgPanel1 > .cycle-prev, .ImgPanel1 > .cycle-next {
        position: absolute;
        top: calc(50% - 16px);
        width: 32px;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 800;
        height: 32px;
        cursor: pointer;
    }

        .ImgPanel1 > .cycle-prev:hover, .ImgPanel1 > .cycle-next:hover {
            background-color: #000000;
            outline: 1px solid #000000;
        }

    .ImgPanel1 > .cycle-prev {
        left: 8px;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImJpIGJpLWFycm93LWxlZnQtY2lyY2xlIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEgOGE3IDcgMCAxIDAgMTQgMEE3IDcgMCAwIDAgMSA4em0xNSAwQTggOCAwIDEgMSAwIDhhOCA4IDAgMCAxIDE2IDB6bS00LjUtLjVhLjUuNSAwIDAgMSAwIDFINS43MDdsMi4xNDcgMi4xNDZhLjUuNSAwIDAgMS0uNzA4LjcwOGwtMy0zYS41LjUgMCAwIDEgMC0uNzA4bDMtM2EuNS41IDAgMSAxIC43MDguNzA4TDUuNzA3IDcuNUgxMS41eiIvPgo8L3N2Zz4=) 50% 50% no-repeat;
        border-radius: 50%;
        background-color: #00000070;
        outline: 1px solid #00000070;
    }

    .ImgPanel1 > .cycle-next {
        right: 8px;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImJpIGJpLWFycm93LXJpZ2h0LWNpcmNsZSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xIDhhNyA3IDAgMSAwIDE0IDBBNyA3IDAgMCAwIDEgOHptMTUgMEE4IDggMCAxIDEgMCA4YTggOCAwIDAgMSAxNiAwek00LjUgNy41YS41LjUgMCAwIDAgMCAxaDUuNzkzbC0yLjE0NyAyLjE0NmEuNS41IDAgMCAwIC43MDguNzA4bDMtM2EuNS41IDAgMCAwIDAtLjcwOGwtMy0zYS41LjUgMCAxIDAtLjcwOC43MDhMMTAuMjkzIDcuNUg0LjV6Ii8+Cjwvc3ZnPg==) 50% 50% no-repeat;
        border-radius: 50%;
        background-color: #00000070;
        outline: 1px solid #00000070;
    }

    .ImgPanel1:hover > .cycle-prev, .ImgPanel1:hover > .cycle-next {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .ImgPanel1 > div.img {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

        .ImgPanel1 > div.img > div.NoiDung {
            position: absolute;
            padding: 8px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            max-width: 100%;
        }

div.home_tieudetuvan {
    padding: 0 64px;
}

    div.home_tieudetuvan .aTruoc > *:hover, div.home_tieudetuvan .aSau > *:hover {
        border: 1px solid #000000;
        border-radius: 50%;
    }

    div.home_tieudetuvan .aTruocMobile > *:hover, div.home_tieudetuvan .aSauMobile > *:hover {
        border: 1px solid #000000;
        border-radius: 50%;
    }

div.home_tuvan {
    padding: 0 64px;
}

div.TuVan {
    padding: 8px;
    flex: 0 0 25%;
    max-width: 25%;
}

    div.TuVan > div {
        padding: 8px;
        background: #ffffff;
        border: 1px solid #c0c0c0;
        min-height: 100%;
        transition: 1s;
    }

        div.TuVan > div:hover {
            transform: scale(1.05);
            transition: all ease-in-out 1s;
        }

        div.TuVan > div > div.img {
            overflow: hidden;
        }

            div.TuVan > div > div.img > a img {
                width: 100%;
                aspect-ratio: 4/3;
                object-fit: contain;
                transition: 1s;
            }

                div.TuVan > div > div.img > a img:hover {
                    transform: scale(1.2);
                    transition: all ease-in-out 1s;
                }

        div.TuVan > div > div.Ten {
            font-weight: bold;
            height: 48px;
            overflow: hidden;
        }

            div.TuVan > div > div.Ten a {
                color: #000000;
            }

        div.TuVan > div > div.NoiDung {
            font-weight: normal;
            max-height: 90px;
            overflow: hidden;
        }

div.home_tieudethanhvien {
    padding: 0 64px;
}

    div.home_tieudethanhvien .aTruoc > *:hover, div.home_tieudethanhvien .aSau > *:hover {
        border: 1px solid #000000;
        border-radius: 50%;
    }

    div.home_tieudethanhvien .aTruocMobile > *:hover, div.home_tieudethanhvien .aSauMobile > *:hover {
        border: 1px solid #000000;
        border-radius: 50%;
    }

div.home_thanhvien {
    padding: 0 64px;
}

div.ThanhVien {
    padding: 8px;
    flex: 0 0 25%;
    max-width: 25%;
}

    div.ThanhVien > div {
        padding: 8px;
        background: #ffffff;
        border: 1px solid #c0c0c0;
        min-height: 100%;
        transition: 1s;
    }

        div.ThanhVien > div:hover {
            transform: scale(1.05);
            transition: all ease-in-out 1s;
        }

        div.ThanhVien > div > div.img {
            overflow: hidden;
        }

            div.ThanhVien > div > div.img > a img {
                width: 100%;
                aspect-ratio: 4/3;
                object-fit: contain;
                transition: 1s;
            }

                div.ThanhVien > div > div.img > a img:hover {
                    transform: scale(1.2);
                    transition: all ease-in-out 1s;
                }

        div.ThanhVien > div > div.Ten {
            font-weight: bold;
            height: 48px;
            overflow: hidden;
        }

            div.ThanhVien > div > div.Ten a {
                color: #000000;
            }

        div.ThanhVien > div > div.NoiDung {
            font-weight: normal;
            max-height: 90px;
            overflow: hidden;
        }

div.home_tieudegioithieu {
    padding: 0 64px;
}

div.home_gioithieu {
    padding: 0 64px;
}

/*div.GioiThieu {
    padding: 8px;
    flex: 0 0 25%;
    max-width: 25%;
}

    div.GioiThieu > div {
        padding: 8px;
        background: #ffffff;
        border: 1px solid #c0c0c0;
        min-height: 100%;
    }

        div.GioiThieu > div > div.img {
            overflow: hidden;
        }

            div.GioiThieu > div > div.img > a img {
                width: 100%;
                aspect-ratio: 4/3;
                object-fit: contain;
                transition: 1s;
            }

                div.GioiThieu > div > div.img > a img:hover {
                    transform: scale(1.2);
                    transition: all ease-in-out 1s;
                }

        div.GioiThieu > div > div.Ten {
            font-weight: bold;
            height: 48px;
            overflow: hidden;
        }

            div.GioiThieu > div > div.Ten a {
                color: #000000;
            }

        div.GioiThieu > div > div.NoiDung {
            font-weight: normal;
            max-height: 90px;
            overflow: hidden;
        }*/

#divGioiThieu > div.div_1 {
    position: relative;
    overflow: hidden;
    padding: 8px;
    flex: 0 0 50%;
    max-width: 50%;
}

    #divGioiThieu > div.div_1:hover > span.prev {
        display: inline;
    }

    #divGioiThieu > div.div_1 > span.prev {
        display: none;
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translate(0, -50%);
        cursor: pointer;
        user-select: none;
        border-radius: 50%;
        background-color: #00000080;
        outline: 1px solid #00000080;
    }

        #divGioiThieu > div.div_1 > span.prev:hover {
            background-color: #000000;
            outline: 1px solid #000000;
        }

    #divGioiThieu > div.div_1:hover > span.next {
        display: inline;
    }

    #divGioiThieu > div.div_1 > span.next {
        display: none;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translate(0, -50%);
        cursor: pointer;
        user-select: none;
        border-radius: 50%;
        background-color: #00000080;
        outline: 1px solid #00000080;
    }

        #divGioiThieu > div.div_1 > span.next:hover {
            background-color: #000000;
            outline: 1px solid #000000;
        }

    #divGioiThieu > div.div_1 > div.NoiDung {
        padding: 8px;
        background-color: #ffffff;
        width: 100%;
        min-height: 100%;
    }

        #divGioiThieu > div.div_1 > div.NoiDung img {
            width: 100%;
        }

#divGioiThieu > div.div_2 {
    padding: 8px;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    overflow: hidden;
}

    #divGioiThieu > div.div_2 > div.NoiDung {
        overflow: hidden;
        padding: 8px;
        background-color: #ffffff;
        position: absolute;
        left: 8px;
        right: 8px;
        top: 8px;
        bottom: 8px;
    }

        #divGioiThieu > div.div_2 > div.NoiDung + div {
            position: absolute;
            left: 8px;
            right: 8px;
            height: 8px;
            bottom: 8px;
            background-color: #ffffff;
        }

        #divGioiThieu > div.div_2 > div.NoiDung > div > a {
            display: inline-block;
            color: #000000;
        }

            #divGioiThieu > div.div_2 > div.NoiDung > div > a:hover {
                color: #00000080;
                text-decoration: none;
            }

            #divGioiThieu > div.div_2 > div.NoiDung > div > a > h2 {
                font-size: 1.1rem;
                font-weight: bold;
            }

div.home_tieudedoitac {
    padding: 0 64px;
}

    div.home_tieudedoitac .aTruoc > *:hover, div.home_tieudedoitac .aSau > *:hover {
        border: 1px solid #000000;
        border-radius: 50%;
    }

    div.home_tieudedoitac .aTruocMobile > *:hover, div.home_tieudedoitac .aSauMobile > *:hover {
        border: 1px solid #000000;
        border-radius: 50%;
    }

div.home_doitac {
    padding: 0 64px;
}

div.DoiTac {
    padding: 8px;
    flex: 0 0 25%;
    max-width: 25%;
}

    div.DoiTac > div {
        padding: 8px;
        background: #ffffff;
        border: 1px solid #c0c0c0;
        min-height: 100%;
        transition: 1s;
    }

        div.DoiTac > div:hover {
            transform: scale(1.05);
            transition: all ease-in-out 1s;
        }

        div.DoiTac > div > div.img {
            overflow: hidden;
        }

            div.DoiTac > div > div.img > a img {
                width: 100%;
                aspect-ratio: 4/3;
                object-fit: contain;
                transition: 1s;
            }

                div.DoiTac > div > div.img > a img:hover {
                    transform: scale(1.2);
                    transition: all ease-in-out 1s;
                }

        div.DoiTac > div > div.Ten {
            font-weight: bold;
            height: 48px;
            overflow: hidden;
        }

            div.DoiTac > div > div.Ten a {
                color: #000000;
            }

        div.DoiTac > div > div.NoiDung {
            font-weight: normal;
            max-height: 90px;
            overflow: hidden;
        }

div.home_tieudetintuc {
    padding: 0 64px;
}

div.home_tintuc {
    padding: 0 64px;
}

/*div.TinTuc {
    padding: 8px;
    flex: 0 0 25%;
    max-width: 25%;
}

    div.TinTuc > div {
        padding: 8px;
        background: #ffffff;
        border: 1px solid #c0c0c0;
        min-height: 100%;
    }

        div.TinTuc > div > div.img {
            overflow: hidden;
        }

            div.TinTuc > div > div.img > a img {
                width: 100%;
                aspect-ratio: 4/3;
                object-fit: contain;
                transition: 1s;
            }

                div.TinTuc > div > div.img > a img:hover {
                    transform: scale(1.2);
                    transition: all ease-in-out 1s;
                }

        div.TinTuc > div > div.Ten {
            font-weight: bold;
            height: 48px;
            overflow: hidden;
        }

            div.TinTuc > div > div.Ten a {
                color: #000000;
            }

        div.TinTuc > div > div.NoiDung {
            font-weight: normal;
            max-height: 90px;
            overflow: hidden;
        }*/

#divTinTuc > div.div_1 {
    padding: 8px;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

    #divTinTuc > div.div_1:hover > span.prev {
        display: inline;
    }

    #divTinTuc > div.div_1 > span.prev {
        display: none;
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translate(0, -50%);
        cursor: pointer;
        user-select: none;
        border-radius: 50%;
        background-color: #00000080;
        outline: 1px solid #00000080;
    }

        #divTinTuc > div.div_1 > span.prev:hover {
            background-color: #000000;
            outline: 1px solid #000000;
        }

    #divTinTuc > div.div_1:hover > span.next {
        display: inline;
    }

    #divTinTuc > div.div_1 > span.next {
        display: none;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translate(0, -50%);
        cursor: pointer;
        user-select: none;
        border-radius: 50%;
        background-color: #00000080;
        outline: 1px solid #00000080;
    }

        #divTinTuc > div.div_1 > span.next:hover {
            background-color: #000000;
            outline: 1px solid #000000;
        }

    #divTinTuc > div.div_1 > div.NoiDung_1 {
        padding: 8px;
        background-color: #ffffff;
        width: 100%;
        min-height: 100%;
    }

        #divTinTuc > div.div_1 > div.NoiDung_1 img {
            width: 100%;
            aspect-ratio: 4/3;
            object-fit: contain;
        }

        #divTinTuc > div.div_1 > div.NoiDung_1 .Ten a {
            display: inline-block;
            padding: 8px 0 0 0;
            color: #000000;
        }

            #divTinTuc > div.div_1 > div.NoiDung_1 .Ten a h2 {
                font-size: 1.1rem;
                font-weight: bold;
            }

            #divTinTuc > div.div_1 > div.NoiDung_1 .Ten a:hover {
                font-weight: bold;
                color: #00000080;
                text-decoration: none;
            }

        #divTinTuc > div.div_1 > div.NoiDung_1 .Ngay {
            font-style: italic;
            color: #808080;
        }

#divTinTuc > div.div_2 {
    display: flex;
    flex-direction: column;
    padding: 8px;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

    #divTinTuc > div.div_2:hover > span.prev {
        display: inline;
    }

    #divTinTuc > div.div_2 > span.prev {
        display: none;
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translate(0, -50%);
        cursor: pointer;
        user-select: none;
        border-radius: 50%;
        background-color: #00000080;
        outline: 1px solid #00000080;
    }

        #divTinTuc > div.div_2 > span.prev:hover {
            background-color: #000000;
            outline: 1px solid #000000;
        }

    #divTinTuc > div.div_2:hover > span.next {
        display: inline;
    }

    #divTinTuc > div.div_2 > span.next {
        display: none;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translate(0, -50%);
        cursor: pointer;
        user-select: none;
        border-radius: 50%;
        background-color: #00000080;
        outline: 1px solid #00000080;
    }

        #divTinTuc > div.div_2 > span.next:hover {
            background-color: #000000;
            outline: 1px solid #000000;
        }

    #divTinTuc > div.div_2 > div {
        display: flex;
        flex-direction: column;
        flex: 1 0;
        max-height: 100%;
    }

        #divTinTuc > div.div_2 > div > div.NoiDung_2 {
            flex: 0 0 33.333333%;
            position: relative;
            overflow: hidden;
            padding: 8px;
            background-color: #ffffff;
        }

            #divTinTuc > div.div_2 > div > div.NoiDung_2 > div.TinChiTiet {
                position: absolute;
                top: 8px;
                bottom: 8px;
                left: 8px;
                right: 8px;
                display: flex;
                flex-direction: row;
                overflow: hidden;
            }

        #divTinTuc > div.div_2 > div div.NoiDung_2 > div.TinChiTiet > div.TinChiTiet_1 {
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }

        #divTinTuc > div.div_2 > div > div.NoiDung_2 > div.TinChiTiet > div.TinChiTiet_1 img {
            width: 100%;
            aspect-ratio: 4/3;
            object-fit: contain;
        }

        #divTinTuc > div.div_2 > div > div.NoiDung_2 > div.TinChiTiet > div.TinChiTiet_2 {
            min-width: 8px;
            max-width: 8px;
        }

        #divTinTuc > div.div_2 > div > div.NoiDung_2 > div.TinChiTiet > div.TinChiTiet_3 {
            flex: 1 0;
            max-width: 100%;
        }

        #divTinTuc > div.div_2 > div div.NoiDung_2 > div.TinChiTiet > div.TinChiTiet_3 .Ten {
            display: inline-block;
            padding: 0 0 4px 0;
            color: #000000;
        }

        #divTinTuc > div.div_2 > div > div.NoiDung_2 > div.TinChiTiet > div.TinChiTiet_3 .Ten:hover {
            color: #00000080;
            text-decoration: none;
        }

        #divTinTuc > div.div_2 > div > div.NoiDung_2 > div.TinChiTiet > div.TinChiTiet_3 .Ten h2 {
            font-size: 1.1rem;
            font-weight: bold;
        }

        #divTinTuc > div.div_2 > div div.NoiDung_2 > div.TinChiTiet > div.TinChiTiet_3 .Ngay {
            font-style: italic;
            color: #808080;
        }

@media (max-width: 768px) {
    .home_banner {
        padding: 0 16px;
    }

    div.home_tieudetuvan {
        padding: 0 8px;
    }

    div.home_tuvan {
        padding: 0 8px;
    }

    div.TuVan {
        padding: 8px;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div.home_tieudethanhvien {
        padding: 0 8px;
    }

    div.home_thanhvien {
        padding: 0 8px;
    }

    div.ThanhVien {
        padding: 8px;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div.home_tieudegioithieu {
        padding: 0 8px;
    }

    div.home_gioithieu {
        padding: 0 8px;
    }

    div.GioiThieu {
        padding: 8px;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div.home_tieudedoitac {
        padding: 0 8px;
    }

    div.home_doitac {
        padding: 0 8px;
    }

    div.DoiTac {
        padding: 8px;
        flex: 0 0 50%;
        max-width: 50%;
    }

    div.home_tieudetintuc {
        padding: 0 8px;
    }

    div.home_tintuc {
        padding: 0 8px;
    }

    div.TinTuc {
        padding: 8px;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
