#homeabout {
    font-size: 2rem;
}

#homeabout #div_top{
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    padding: 1em 2em 0.5em 2rem;
    display: flex;
    font-size: 1.3rem;
}

#homeabout #div_top > div{
    display: flex;
}
#homeabout #div_top div[thuoc]{
    padding: 0.5em 0rem;
/*    font-size: 1.5rem;*/
    display: none;
}
#homeabout #div_top > div > div:not(:last-child){
    padding-right: 1rem;
}
#homeabout #div_top #group_tags{
    justify-content: right;
    justify-items: center;
    color: lightgray;
    flex: 1;
    display: flex;
}
#homeabout #div_top #group_tags > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
}
#homeabout #div_top #group_tags > div:hover{
    cursor: pointer;
    color: #000;
}
#homeabout #div_top #group_tags > div.hover{
    cursor: pointer;
    color: #000;
}
#homeabout #div_bottom {
    display: flex;
    padding: 2rem;
    margin-top: 1rem;
}
#homeabout #div_bottom .timkiem{
    display: flex;
    background-color: transparent;
    border-radius: 0.5rem;
    border-width: 0.15rem;
    line-height: auto;
    padding: 5px 0;
    height: unset;
    padding: 1rem;
    flex: 1;
}
#homeabout #div_bottom .timkiem input{
    font-size: 1.5rem;
    flex: 1;
    margin-left: 1rem;
}
#homeabout #div_bottom .timkiem > span{
    flex: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    font-size: 1.5rem;
}
#homeabout #div_bottom #dvButton{
    display: flex;
}
#homeabout #div_bottom #dvButton div{
    margin-left: 1rem;
    display: flex;
    padding: 0 1.5rem;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    text-align: center;
    color: gray;
    font-size: 1.5rem;
}

#homeabout #div_bottom #dvButton div:hover{
    color: #000;
    cursor: pointer;
}

#homeabout #gridBaiViet{
    overflow-y: scroll;
    height: 80vh;
    padding: 0 2rem;
}

#homeabout #gridBaiViet > div.gridItem{
    display: flex;
    padding: 1.5rem;
/*    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

#homeabout #gridBaiViet div.hiddencontent{
    display: none;
    padding: 0 3.8rem;
    height: 46vh;
    overflow-y: scroll;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background-color: rgba(0, 0, 0, 0.05);
    text-align: justify;
}

#homeabout #gridBaiViet div.hiddencontent > .dvtool{
    padding-top: 1rem;
    text-align: right;
    color: gray;
    font-size: 1.5rem;
}
#homeabout #gridBaiViet div.hiddencontent > .dvtool > span:not(:last-child){
    margin-right: 1.5rem;
}
#homeabout #gridBaiViet div.hiddencontent > .dvtool > span:hover{
    color: #000;    
}

#homeabout #gridBaiViet div.left{
    margin-right: 1rem;
}

#homeabout #gridBaiViet div.left img{
    width: 9rem;
    border-bottom-right-radius: 1.5rem;
    opacity: 0.5;
}

#homeabout #gridBaiViet div.right{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#homeabout #gridBaiViet div.right > div:first-child{
/*    font-size: 1.8rem;*/
}

#homeabout #gridBaiViet div.right > div:last-child{
    font-size: 1.2rem;
    color: gray;
    font-style: normal;
}

#homeabout #gridBaiViet > div:hover{
    cursor: pointer;
}

#homeabout #gridBaiViet > div:hover div.left img {
    opacity: 1;
}

#homeabout #gridBaiViet > div:hover div.right > div:first-child{
    color: #ff6a00;
}

#homeabout #gridBaiViet > div:hover div.right > div:last-child{
    color: #000;
}

#homeabout #gridBaiViet > div.hover div.left img {
    opacity: 1;
}

#homeabout #gridBaiViet > div.hover div.right > div:first-child{
    color: #ff6a00;
}

#homeabout #gridBaiViet > div.hover div.right > div:last-child{
    color: #000;
}