

    .contact-info{
        margin-bottom: 25px;
    }
    .contact-info h2{
        font-size: 16px;
        line-height: 22px;
        color: #333;
        font-weight: 700;
        margin-bottom: 5px;
    }
    .contact-info .before{
        margin-bottom: 5px;
    }
    .contact-info .before .fl{
        width: 110px;
        position: relative;
        padding-left: 25px;
        font-weight: 700;
    }
    .contact-info .before .fl:before{
        font-family: fontAwesome;
        color: #999;
        position: absolute;
        left: 0;
        top: 0;
        font-weight: normal;
    }
    .contact-info .before .fr{
        width: calc(100% - 110px);
        width: -webkit-calc(100% - 110px);
        width: -o-calc(100% - 110px);
        width: -moz-calc(100% - 110px);
    }

    .box-find{
        margin-bottom: 25px;
        font-size: 13px;
        line-height: 20px;
    }
    .box-find h2{
        font-size: 16px;
        line-height: 22px;
        color: #333;
        font-weight: 700;
        margin-bottom: 5px;
    }
    .box-find p{
        padding: 0;
    }
    .box-find a{
        color: #0065a6;
    }

    .box-book{
        margin-bottom: 25px;
        font-size: 13px;
        line-height: 20px;
    }
    .box-book b{
        font-size: 13px;
        line-height: 22px;
        color: #0000ff;
        font-weight: 700;
        display: block;
        margin-bottom: 5px;
    }
    .box-book p{
        padding: 0;
    }

    .img{
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dotted #ddd;
    }

    .form .row-form{
        margin-bottom: 5px;
    }
    .form .row-form label{
        display: block;
        font-size: 13px;
        line-height: 20px;
    }
    .form .row-form label span{
        color: #f00;
    }
    .form .row-form .form-control{
        height: 40px;
        border: 1px solid #ddd;
        background: #efefef;
        outline: none;
        border-radius: 0;
    }
    .form .row-form textarea.form-control{
        height: 115px;
    }

    .row-form .input-group .form-control{
        height: 45px;
    }
    .row-form .input-group-img{
        width: 1%;
        white-space: nowrap;
        display: table-cell;
        vertical-align: middle;
    }
    .row-form .input-group-img img{
        max-width: none;
    }
    .row-form button{
        margin-top: 20px;
        border: 0;
        outline: none;
        height: 40px;
        background: #0065a6;
        color: #fff;
        font-weight: 600;
        line-height: 40px;
        font-size: 14px;
        text-transform: uppercase;
        width: 100%;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .row-form button:hover{
        opacity: .7;
    }