.directors_list {
    padding: 0;
    margin: 0 0 30px 0
}

.directors_list ul {
    list-style: none;
    display: flex;
    margin-bottom: 0 !important
}

.directors_list .dir_profile ul {
    list-style: none;
    flex-direction: column;
    margin-bottom: 0 !important
}

.directors_list ul li {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 20px 50px 0 rgba(10, 60, 133, .15);
    margin: 20px 6px;
    width: 185px;
    vertical-align: top
}

.directors_list ul li:before {
    color: #fff !important;
    content: none
}

.directors_list ul li .photo {
    height: 169px;
    width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 20px 50px 0 rgba(10, 60, 133, .15)
}

.directors_list ul li .name {
    padding-top: 12px
}

.directors_list ul li .name h4 {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 0 0 5px 5px;
    line-height: 12px
}

.directors_list ul li .name span {
    font-size: 14px;
    color: #000;
    width: 180px;
    padding-left: 5px;
    line-height: 14px;
    display: table
}

.dir_profile {
    display: block;
    box-shadow: 0 20px 50px 0 rgba(10, 60, 133, .15);
    margin: 0 20px 30px 7px;
    padding: 30px;
    position: relative;
    background: #fff
}

.dir_profile .close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    cursor: pointer;
    z-index: 3
}

.dir_profile .popUpImage {
    height: 169px;
    width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 20px 50px 0 rgba(10, 60, 133, .15)
}

.dir_profile .innerPara {
    position: relative
}

.dir_profile .popHead {
    position: absolute;
    top: 44px;
    left: 195px
}

.dir_profile .popHead p {
    font-size: 16px;
    margin-bottom: 0
}

.dir_profile .popHead p .name {
    font-weight: 700
}

.dir_profile .popHead .pos {
    color: #6f6f6f
}

.managementPopUl ul {
    list-style: none;
    margin: 20px 0 0 0 !important
}

.managementPopUl ul li {
    list-style: none;
    padding: 5px 0 5px 30px;
    position: relative;
    width: 100%;
    box-shadow: none;
    background: 0 0;
    height: auto;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px
}

.managementPopUl ul li::before {
    content: "■";
    height: 16px;
    width: 16px;
    background-size: contain;
    color: #e40912 !important;
    line-height: 1 !important;
    left: 5px;
    position: absolute
}

.csr_banner {
    background-image: url(/wp-content/uploads/2020/08/CSR.jpg), linear-gradient(180deg, rgb(216 211 216) 0, rgb(218 216 219) 100%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    height: 200px
}

.csr_con_cont {
    margin-bottom: 30px !important
}

.csr_sec_tit h2 {
    border-top: 1px solid #e40a12;
    position: relative;
    margin: 50px 0
}

.csr_sec_tit h2 span {
    position: absolute;
    background: #0a3c85;
    color: #fff;
    padding: 10px 20px;
    font-size: 22px;
    top: -24px;
    left: 24px;
    font-weight: 600;
    box-shadow: 0 20px 20px 0 rgba(10, 60, 133, .15)
}

.csr_sec_tit h2 span::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: calc(50% - 7px);
    bottom: -5px;
    z-index: 9;
    color: #0a3c85;
    margin-top: -2px;
    border-top: 5px solid #0a3c85;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.csr_conten {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 20px 50px 0 rgba(10, 60, 133, .15);
    margin: 30px 0 !important;
    position: relative
}

.directors_list ul li .name h4 {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding: 0 0 5px 9px;
    line-height: 12px;
    font-family: 'Open Sans', sans-serif;
    text-align: left
}

.directors_list ul li .name span {
    font-size: 14px;
    color: #000;
    width: 180px;
    padding-left: 9px;
    line-height: 14px;
    display: table;
    font-family: 'Open Sans', sans-serif;
    text-align: left
}

.directors_list li a {
    flex-direction: column
}

.aboutus .landing_tab_menu .directors_list li a {
    padding: 0
}

.aboutus .landing_tab_menu .directors_list li a:hover {
    background-image: none
}

.directors_list li a img {
    width: 100%
}

.dir_profile .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    margin: 0;
    padding: 10px 10px;
    opacity: 1;
    background: #0a3c85;
    text-shadow: none;
    border-radius: 0 0 0 10px;
    z-index: 1
}

.dir_profile .close:not(:disabled):not(.disabled):focus,
.dir_profile .close:not(:disabled):not(.disabled):hover {
    background: #c51214
}

.popUpImage img {
    width: 100%;
    height: auto
}

.managementPopUl {
    text-align: justify;
    margin: 10px 0
}

.about-us .directors_list ul li a {
    display: flex;
    color: #fff;
    border: 0;
    padding: 17px 28px;
    line-height: 18px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: 0 0;
    font-family: 'Open Sans';
}