.leaderTeam-container {
    margin: 30px auto;
}

.leaderTeam-content {
    position: relative;
    width: 100%;
}

.check-btn {
    position: relative;
    width: 100%;
    height: 60px;
    font-size: 0;
}

.check-btn span {
    display: inline-block;
    width: 50%;
    height: 100%;
    line-height: 60px;
    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;
}

.team-item {
    position: relative;
    padding: 32px 0px 20px 0px;
    border-bottom: 1px dashed #d6d6d6;
}

.team-item-left {
    float: left;
    height: 100%;
}

.team-item-left img {
    padding: 6px;
    height: 100%;
    border: 1px solid #d6d6d6;
}

.team-item-right {
    margin-left: 250px;
}

.team-item-right h4 {
    font-size: 2.6rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 24px;
}

.team-item-right h4 span {
    font-size: 1.6rem;
    font-weight: 500;
    margin-left: 15px;
}

.team-item-right p {
    font-size: 1.4rem;
    color: #666666;
    line-height: 28px;
    margin: 15px 0;
    text-indent: 3rem;
}

.team-item-right p:last-child {
    margin-bottom: 0;
}

@media(max-width:992px) {

    html,
    body {
        font-size: 8px;
    }

    .leaderTeam-container {
        padding: 0 15px;
    }

    .leaderTeam-content {
        margin: 20px 0;
    }

    .team-item-right {
        margin: 0;
        
    }

    .team-item-left {
        margin: 15px 15px 15px 0;
        text-align: center;
        float: none;
    }
    .team-item-right h4{
        text-align:center;
    }
   
    .team-item-left img{
        /*width: 45vw!important;
        height: 32vh!important;*/
    }

    .team-item-right h4 span{
        display: block;
        margin-top: 15px;
    }

    .team-item-right p:nth-child(4){
        margin-top: 20px!important;
    }

    .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;
    }

}

@media(min-width:1200px) { 
	.team-item-left {
		width: 55%;
		text-align: right;
	}

    .team-item-right > h4{
        margin-top: 100px;
       margin-left: 45%;
    }

    .team-item-right p{
       display: none;
    }
	
	.team-item {
       height: 310px;
    }

     .team-item-right > h4 > span {
       display: block;
       margin-top: 20px;
       margin-left: 0px;
    }
}

@media(max-width:1200px) { 
    .team-item-right p{
       display: none;
    }

    .team-item {
    	padding: 20px 0px 10px 0px;
    }
}
