    .employee{
        padding:0;
    }
.UIAddressbook_Default{
        text-align:center;
        background: url('https://datafiles.nghean.gov.vn/nan-ubnd/1/cocautochuc2024/trongdong638590482129746984.png') no-repeat center center;
        padding: 10px;
}
.department_header{
     color: #fb0404;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Merriweather', sans-serif;
    font-size: 15px;
    font-weight: bolder;
    outline: none;
    padding: 10px;
         width:100%;
         display:block;
    /*    
	color: rgb(255, 0, 0);
	font-weight: 600;
	font-size: 20px; 
     */
}
.content-wrap{
	margin-top:20px;
}
  .row ul.employee {
        list-style-type: none;
        padding: 0;
        margin: 0; /* Add margin reset for consistent layout */
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */ /* Ensure vertical alignment is centered */
        box-sizing: border-box;
        /* flex-wrap: wrap; */
        gap: 10px;
        flex: 1;
        width: 100%;
    }
.row ul{
        list-style-type: none;
        padding: 0;
        margin: 0; /* Add margin reset for consistent layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        box-sizing: border-box;
        gap: 10px;
        flex: 1;
        width: 100%;
        align-items: flex-start; /*09/01/2026*/
    }
    .detail_info{
        display:none;
        z-index: 10;
        /* position: fixed; */
    }
    li.Content{
        position:relative;
        /* width:25%!important; */
        /* height:300px; */
        padding:10px;
        font-size: 10.5pt !important;
        font-family: Arial !important;
        line-height: 20pt !important;
        flex: 1;
        /* z-index: 10; */
    }
    li .Content:hover .detail_info{
        background: #ffffff none repeat-x scroll left top;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
        display: block!important;
        position: absolute;
        text-align: left;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        z-index: 1000;
        width: 300px;
        padding:10px;
        z-index: 100;
        max-height: 450px;
        overflow-y: auto;
        border-radius: 10px;
        
    }
li .Content .detail_info *{
    font-family: Merriweather;
    font-weight: 500;
}
li .Content .detail_info strong{
    font-weight: bold;
}
    .main_info{
       text-align:center;
       font-family: Merriweather;
       padding: 0 10px;
    }
    .main_info img{
     margin-bottom:10px;
}
    .detail_info .header{
        border-bottom:1px solid gray;
        padding-bottom:5px;
        display:none;  /* 09/01/2026 */    
    }
    .detail_info .content{
        padding-top:5px;
    }
/* 09/01/2026 */	
	.detail_info{
        display:none;
    }
    .detail_info .content strong {
		display: none;
}


@media only screen and (max-width: 768px) {
        .row ul {
        flex-wrap:wrap;
        }
        .UIAddressbook_Default{
        padding:0!important;
        }
        li.Content{
        width: 100vw!important;
        }
        li .Content:hover .detail_info{   
         width: 100vw!important;
         height:200px;
          overflow:scroll;
    }
}