.leaderbod-container {
    margin: 30px auto;
}

.leaderbod-content {
    position: relative;
    width: 100%;
}

.check-btn {
    position: relative;
    width: 100%;
    height: 60px;
    font-size: 0;
}

.check-btn span {
    display: inline-block;
    width: 49%;
    height: 100%;
    line-height: 42px;
    text-align: center;
    box-sizing: content-box;
    cursor: pointer;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.check-btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    color: #333;
}

.check-btn a:link,
.check-btn a:active,
.check-btn a:checked,
.check-btn a:visited {
    border: none;
    text-decoration: none;
}

.check-btn .activce {
    font-weight: 600;
    background-color: #e5f2ff;
    border-top: 3px solid #0054A7;
}

.check-btn .activce a {
    color: #0054A7;
}

.bod-content {
    font-size: 0;
}

.bod-item-top {
    position: relative;
    width: 100%;
    font-size: 0;
    margin: 60px 0;
}

.bod-item-left {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 100%;
}

.bod-item-right {
    position: relative;
    top: -20px;
    display: inline-block;
    width: 50%;
    height: 100%;
    padding-left: 20px;
}

.b-r {
    padding-left: 20px;
}

.bod-item-top h4 {
    font-weight: 700 !important;
    font-size: 2.6rem !important;
    color: #333 !important;
    margin-bottom: 15px;
}

.bod-item-top p {
    color: #333;
    font-size: 1.6rem;
}

.bod-item {
    display: inline-block;
    width: 20%;
    font-size: 0;
}

.bod-item h4 {
    position: relative;
    color: #333;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 2.6rem;
    width: 100%;
}

.bod-item h4::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -45px;
    left: 36px;
    width: 4px;
    height: 30px;
    z-index: 999;
    /* background-color: #0054A7; */
}

.bod-item p {
    color: #333;
    font-size: 1.6rem;
    margin-bottom: 30px;
}

@media(max-width:992px) {

    html,
    body {
        font-size: 5px;
    }

    .leaderbod-container {
        padding: 0 15px;
    }

    .leaderbod-content {
        margin: 20px 0;
    }

    .check-btn{
        height: 42px!important;
    }

    .check-btn span{
        border: 1px solid #d6d6d6;
        border-radius: 5px;
        behavior:url(404.png);
  		-ms-behavior:url(404.png);
        line-height: 42px!important;
        width: 49%!important;
    }

    .team{
        border-left: none;
    }


    .bod-item-left img {
        box-shadow: 0 10px 10px #e8e8e8;
    }

    .bod-item-right {
        top: 30px;
    }

    .bod-item-right p {
        top: 10px;
    }

    .bod-item {
        padding: 0 5px;
        overflow: hidden;
        margin-bottom: 20px;
        box-shadow: 0 10px 10px #e8e8e8;
        width: 50%;
    }

    .bod-item p{
        margin-bottom: 10px !important;
        margin-left: 10px;
    }

    .bod-item img {
        width: 44vw!important;
        height: 235px !important;
    }

    .bod-item h4 {
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
}

