.contact{
    
}
#contact-map{
    min-height: 400px;
    background-color: #e5e3df;
    margin-top: 30px;
}
.contact #content-page {
    padding-top: 0;
}
.contact .ct-content-box {
    background-color: #113b5c;
    padding-top: 50px;
    color: #fff;
}
.contact .ct-item-box {
    
}
.contact .ct-item-icon {
    width: 36px;
    margin-right: 35px;
    position: relative;
    border-right: 2px dashed #fff;
    min-height: 200px;
    height: 100%;
}
.contact .ct-item-icon img{
    position: absolute;
    top: 0;
    left: 0;
}
.contact .ct-item-tx{
    padding-right: 15px;
    width: calc(100% - 72px);
    padding-bottom: 30px;
}
.contact .ct-item-tx h3{
    margin: 5px 0 20px 0;
}
.contact .ct-item-tx h4{
    line-height: 30px;
    font-size: 16px;
}
.contact .ct-item-box.ct-mail h4{
    max-width: 350px;
    width: 100%;
    display: block;
}
.contact .ct-item-box.ct-mail h4 span{
    float: left;
}
.contact .ct-item-box.ct-mail .ct-item-icon{
    min-height: 250px;
}
.contact .ct-form-box{
    padding: 30px 0;
}
.contact .ct-form-box h3{
    color: #113b5c;
    margin-bottom: 40px;
    margin-top: 0;
}
.contact .ct-form-box h4{
    color: #6d6e71;
}
.contact .ct-form-box h4 span{
    color: #ed1c24;
    margin-right: 10px;
    font-size: 14px;
}
.contact .ct-form-box input,
.contact .ct-form-box textarea{
    width: 100%;
    border: 1px solid #d7d7d7;
    outline: none;
    height: 40px;
    padding: 0 10px;
    background-color: #fff;
    margin-bottom: 10px;
}
.contact .ct-form-box textarea{
    min-height: 100px;
    max-width: 100%;
    padding: 10px;
}
.contact .ct-form-box button{
    height: 50px;
    padding: 0 50px;
    line-height: 50px;
    border-radius: 5px;
    border: 1px solid #6fa031;
    background-color: #97cb55;
    color: #fff;
    font-size: 20px;
    text-align: center;
    float: right;
    margin-top: 10px;
}
.contact .ct-form-box button:hover{
    border: 1px solid #557c23;
    background-color: #6fa031;
}