.button{
    background: #A91C27;
    color: #fff;
}
.row-contact{
    min-height:120px ;
    background: url("../images/background/bj13.png") no-repeat scroll top / cover;
}
.row-contact .container-fluid .row{
    min-height:120px ;
}
.row-contact .container-fluid .row div{
    height: 68px;
    font-size: 24px;
    color: #231916;
    line-height: 68px;
    font-weight: 400;
}

.row-contact .container-fluid .row div span{
    color: #A91C27;
}
.row-contact .container-fluid .row div:first-child{
    border-right: 2px solid rgba(230,0,18,1);
    text-align: left;
    vertical-align: center;
}

.highlight-section p{
    text-align: center;
    margin-top: 40px;
    font-size: 32px;
    color: #231916;
    font-weight: 500;
}
.map-box{
    position: relative;
}
.map-box .info-box{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 50px;
    z-index: 999;
    width: 100%;
}
.map-box .info-box>.info-row{
    height: 600px;
}
.info-content{
    background: #FFFFFF;
    border-radius: 12px;
    padding: 30px 20px;
}
.info-content .location-row{
    background: url("../images/icons/locate.png") no-repeat;
    padding-left: 50px;
    line-height: 34px;
    font-size: 24px;
    color: #231916;
    font-weight: 500;
}
.info-content .search-row{
    padding: 20px 0;
}
.info-content .search-row .form-control{
    height: 44px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
    overflow: hidden;
    font-size: 16px;
    color: #4C4C4C;
    line-height: 24px;
    font-weight: 400;
}
.info-content .search-row .button{
    width: 86px;
    height: 44px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0 2px 2px 0;
}
.info-content>.divide-row{
    height: 39px;
    background-image: linear-gradient(180deg, #EDEDED 0%, #FFFFFF 29%);
}
.info-content>.info-row{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(227,227,227,1)
}
.info-content>.info-row>.name-wrap{
    float: left;
    width: 100%;
    margin: 0;
}
.info-content>.info-row>.name-wrap>.icon-box{
    display: inline-block;
    width: 5%;
    height: 24px;
    padding-top: 3px;
}
.info-content>.info-row>.name-wrap>.icon-box>.icon{
    display: inline-block;
    width: 1px;
    height: 20px;
    border: 6px solid rgba(169,28,39,1);
    box-sizing: border-box;
}
.info-content>.info-row>.name-wrap>.name{
    display: inline-block;
    width: 70%;
    line-height: 24px;
    font-size: 18px;
    color: #231916;
    font-weight: 600;
    padding-right: 30px;
}
.info-content>.info-row>.name-wrap>.dist{
    display: inline-block;
    width: 20%;
    padding-left: 18px;
    line-height: 24px;
    font-size: 14px;
    color: #5A5A5A;
    font-weight: 400;
    background: url("../images/icons/arrow.png") no-repeat left center;
}
.info-content>.info-row>.info-wrap{
    display: inline-block;
    width: 100%;
    padding-top: 16px;
    padding-left: 20px;
    font-size: 14px;
    color: #5A5A5A;
    font-weight: 400;
}
.info-content>.info-row>.nav-wrap{
    padding-top: 10px;
    padding-left: 8px;
    text-align: right;
}
.info-content>.info-row>.nav-wrap>.btn-group>.btn{
    font-size: 16px;
    color: #1959A4;
    font-weight: 500;
}
.info-content>.info-row>.nav-wrap>.btn-group>.btn::before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 20px;
    padding-top: 4px;
    margin-right: 10px;
}
.info-content>.info-row>.nav-wrap>.btn-group>.btn:first-child::before{
    background: url("../images/icons/arrow1.png") no-repeat 0 4px;
}
.info-content>.info-row>.nav-wrap>.btn-group>.btn:nth-child(2)::before{
    background: url("../images/icons/info.png") no-repeat 0 4px;
}
.info-content>.info-row>.nav-wrap>.btn-group>.btn:nth-child(3)::before{
    background: url("../images/icons/car.png") no-repeat 0 4px;
}
.btn-row button{
    width: 284px;
    border-radius: 4px;
    font-size: 22px;
    font-weight: 600;
}