/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 1, 2021, 4:48:20 AM
    Author     : Zeus
*/


#slides{
    display: none;
}

#left-arrow, #right-arrow, #wrap{
    display: inline-block;
}
#wrap {
    vertical-align: middle;
}
#left-arrow, #right-arrow{
   position: relative;
   z-index:10;   
}
#wrap{  
    
}

.img-wrap{
    display: inline-block;  
    text-align: center;  
    margin-left: 5px;
    margin-right: 5px;
    
}

#slide {
    display: block;  
}
#slide a{   
    color: black;
    text-decoration: none;   
}

#slide img{
    display: block;    
}


/* ===================================== */

#block-nhanvien{ 
    margin-top: 10px;
    height: auto;    
}

#title-nhan-vien{  
    height: auto; 
    padding-top: 20px; 
    padding-left: 0px;
    padding-right: 0px;  
}

#nhan-vien{  
    height: auto; 
    margin-top: 20px;   
}