﻿#DNLDContainer {
    color: #070707;
    padding: 0;
}

#DNLDHeading {
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    letter-spacing: 0.0025em;
    text-transform: uppercase;
    color: #0065C0;
    margin: 8px 0 24px 0;
}

/*.DNLD_tenphongban {
    text-transform: uppercase;
}*/

.lanhDaoImg {
    width: 282px;
    height: 282px;
}

.lanhDaoImg img {
    width: 100%;
    height: auto;
}

.doingulanhdao_child{
    display: none;
}

.DNLD_names {
    padding: 10px 0;
    border-bottom: solid #d3d3d3 1px;
    /*   margin: 3em 0;*/
    text-transform: uppercase;
    font-size: 30px !important;
    line-height: 36px;
}

/*.DNLD_tenphongban {
    font-weight: 600;
    color: #7e8284;
    font-size: 20px;
    cursor: pointer;
    transition: all .3s;
}*/

.DNLD_tenphongban.active {
    color: #0065c0;
}

/*.DNLD_tenphongban:hover {
    color: #0065c0;
}*/

.DNLD_names .slick-slide {
  /*  margin-right: 4em;*/    
  margin-right: 8.1em;
}

.DNLD_danhsachlanhdao_child {
    width: 50%;
    margin-bottom: 4em;
    justify-content: center;
}
.DNLD_danhsachlanhdao_child {
    width: 50%;
    padding-bottom: 4em;
    border-bottom: solid #e9e9e9 1px;
}
.DNLD_danhsachlanhdao_phongban {
    display: flex;
    flex-wrap: wrap;
}
.lanhdao_imageContainer {
    width: 200px;
    height: 200px;
}
.lanhdao_container {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    height: 100%;
    align-items: center;
    align-content: center;
    justify-content: start;
}
.DNLD_danhsachlanhdao_child.one {
    width: 100%;
    display: flex;
    justify-content: center;
}

.lanhdao_image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    border: solid transparent 3px;
    transition: all .3s;
    cursor: pointer;
}

.lanhdao_image:hover {
    border-color: #0065C0;
    transform: scale(1.08);
}

.lanhdao_danhsach_chucvu {
    max-width: 80%;
}
.lanhdao_tenlanhdao {
    font-size: 20px;
    font-weight: 600;
}
.lanhdao_tenchucvu {
    font-size: 18px;
}




/*.DNLD_names .slick-slide {
    width: fit-content !important;
    padding: 0 2em;
}
.DNLD_names .slick-slide *{
    width: fit-content;
}*/

