.contact_header{
    font-size: 22px;
    color: #383432;
    text-align: center;
    padding-bottom: 60px;
}
.contact_header p{
    margin-bottom: 20px;
}
.con_map_tu{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.contact_map{
    position: relative;
}
.contact_text{
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.contact_text_data{
    width: 440px;
    background: #f4f4f4;
    padding: 44px 44px;
}
.contact_text_data h2{
    font-size: 24px;
    color: #c90915;
    font-weight: bold;
    margin-bottom: 30px;
}
.contact_text_data p{
    font-size: 16px;
    color: #383432;
    margin-bottom: 14px;
}
.contact_boot{
    padding: 60px 0 115px;
}
.contact_boot>ul{
    border: 1px solid #e5e5e5;
    border-bottom: none;
}
.contact_boot>ul>li{
    float: left;
    width: 50%;
    cursor: pointer;
    padding: 35px 38px 28px;
    border-bottom: 1px solid #e5e5e5;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.contact_boot>ul>li:hover{
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, .1);
    background: #ffffff;
}
.contact_boot>ul>li:hover h3{
    color: #c90915;
}
.contact_boot>ul>li:hover p{
    color: #232323;
}
.contact_boot>ul>li:nth-child(odd){
    border-right: 1px solid #e5e5e5;
}
.contact_boot>ul>li h3{
    font-size: 22px;
    color: #232323;
    margin-bottom: 10px;
    transition: all 0.4s;
}
.contact_boot>ul>li p{
    font-size: 16px;
    color: #5f5f5f;
    margin-bottom: 10px;
    transition: all 0.4s;
}

