.list_about{
    margin: 0 -15px;
}
.list_about .item{
    position: relative;
    min-height: 400px;
    margin-bottom: 30px;
}
.list_about .item .i-desc{
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.list_about .item .w-desc{
    border-top: 5px solid #2e3192;
    padding-top: 30px;
}
.list_about .item .w-desc .i-title{
    font-size: 25px;
    line-height: 35px;
    max-height: 105px;
    overflow: hidden;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.list_about .item .w-desc .i-content{
    font-size: 15px;
    line-height: 25px;
    color: #555555;
    max-height: 200px;
    overflow: hidden;
}
.list_about .item .i-img{
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 15px;
    width: -webkit-calc(75% - 30px);
    width: -moz-calc(75% - 30px);
    width: calc(75% - 30px);
}
.list_about .item .i-img a{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.list_about .item .i-img a:hover{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.list_about .item .i-img a img{
    display: none;
    width: 100%;
}
.style_about{
    padding: 50px 20px 100px 20px;
    background: url(../images/bg-about.png) no-repeat 0 100% / 100% auto #f6f6f6;
    margin-bottom: 30px;
}
.style_about .about_logo{
    width: 160px;
    margin: 0 auto 20px;
}
.style_about .about_text{
    text-align: center;
}
.style_about .about_text .about_text_large{
    font-size: 19px;
    line-height: 30px;
}
.item_text_about{
    margin-bottom: 30px;
}
.item_text_about .w_text{
    padding-top: 30px;
}
.item_text_about .i-title{
    font-size: 30px;
    line-height: 40px;
    color: #2e3192;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.list_person{
    margin: 0 -15px;
}
.list_person:after{
    display: block;
    content: '';
    clear: both;
}
.list_person .w_item{
    width: 33.333333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
}
.list_person .w_item:nth-child(3n+1){
    clear: left;
}
.list_person .item{
    max-width: 370px;
    margin: 0 auto;
}
.list_person .item .i-img{
    overflow: hidden;
    margin-bottom: 10px;
}
.list_person .item .i-img a{
    display: block;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}
.list_person .item .i-img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.list_person .item .i-desc{
    text-align: center;
}
.list_person .item .i-name{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.list_person .item .i-position{
    color: #2e3192;
    font-size: 15px;
    line-height: 20px;
}
.item_person{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.item_person:after{
    position: absolute;
    content: '';
    top: 130px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f6f6f6;
}
.item_person .wrapper{
    position: relative;
    z-index: 1;
}
.item_person .i-img{
    max-width: 380px;
    margin-bottom: 15px;
    overflow: hidden;
}
.item_person .i-img a{
    display: block;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}
.item_person .i-img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.item_person .i-desc{
    padding-top: 20px;
}
.item_person .i-name{
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
.item_person .i-position{
    color: #2e3192;
    margin-bottom: 5px;
}
.item_person .w-desc{
    height: 130px;
}
.link_detail{
    margin: 10px 0;
}
.link_detail a{
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 50px 10px 15px;
    color: #ffffff;
    background: #2e3192;
    position: relative;
}
.link_detail a:after{
    position: absolute;
    top: 10px;
    right: 15px;
    font-family: FontAwesome;
    content: '\f054';
    font-size: 13px;
    line-height: 20px;
}
.link_detail a:hover{
    background: #333333;
    color: #ffffff;
}
.share_social{
    text-transform: uppercase;
    color: #333333;
}
.share_social a{
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px;
    color: #666666;
}
.share_social a:hover{
    color:#2e3192;
}
.css_popup_presion .fancybox-close{
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: none;
    background: #2e3192;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.css_popup_presion .fancybox-close:hover{
    background: #333333;
    color: #ffffff;
}
.css_popup_presion .fancybox-close:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    content: '\f00d';
    font-size: 25px;
    line-height: 25px;
}
@media screen and (max-width: 1024px){
    .list_about .item .i-desc{
        width: 33.333333%;
    }
    .list_about .item .i-img {
        width: -webkit-calc(66.666667% - 30px);
        width: -moz-calc(66.666667% - 30px);
        width: calc(66.666667% - 30px);
    }
}
@media screen and (max-width: 991px){
    .list_about .item{
        height: auto;
    }
    .list_about .item .i-desc{
        width: 100%;
    }
    .list_about .item .i-img {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    .list_about .item .i-img a{
        height: auto;
    }
    .list_about .item .i-img a img{
        display: block;
    }
    .list_about .item .w-desc .i-title {
        font-size: 22px;
        line-height: 30px;
        max-height: 90px;
    }
    .list_person .w_item{
        width: 50%;
    }
    .list_person .w_item:nth-child(n){
        clear: none;
    }
    .list_person .w_item:nth-child(2n+1){
        clear: left;
    }
    .item_person .w-desc{
        height: auto;
    }
}
@media screen and (max-width: 639px){
    .list_person .w_item{
        width: 100%;
    }
}