.list_contact .row{
                margin-top: 2.5rem;
            }
            .alignc {
                align-items: center;
            }
            .row {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-right: -15px;
                margin-left: -15px;
            }
            @media (min-width: 992px) {
                .col-lg-6 {
                    -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
                    max-width: 50%;
                }
            }
            .over {
                overflow: hidden;
            }
            .over>img {
                cursor: pointer;
                transition: all .6s;
            }
            .w100 {
                width: 100%;
            }
            .list_contact .row .right .name {
                font-size: 1.8rem;
                line-height: 2.5rem;
                color: #000000;
                margin-bottom: 1.25rem;
            }
            .list_contact .row .right ul{
                flex-direction: column;
                margin-top: 2.375rem!important;
            }
            .list_contact .row .right ul li:not(:last-child) {
                margin-bottom: 1.875rem;
            }
            .list_contact .row .right ul li {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                font-size: 1rem;
                color: #898989;
            }
            .list_contact .row .right ul li:hover{
                transform: unset!important;
            }
            .list_contact .row .right ul li div {
                width: 3.75rem;
                height: 3.75rem;
                line-height: 3.625rem;
                border: 0.0625rem solid #DBDBDB;
                text-align: center;
                border-radius: 50%;
            }
            .list_contact .row .right ul li div .iconfont {
                color: #0054a3;
                font-size: 1.825rem;
                display: block;
            }
            .list_contact .row .right ul li p {
                width: calc(100% - 4rem);
                padding-left: 0.75rem;
                font-size: 1.2rem;
                color: #181818;
            }