﻿section.banner{
    margin-top:0;
}
.row-add{
    padding:15px 0;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    overflow:hidden;
}
.title-contact{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #167AC6;
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #FFD340;
}
p.p-root:first-child{
    margin-top:0;
}
p.p-root{
    color: #167AC6;
    margin-top: 20px;
    border-bottom: 2px solid #FFD340;
    padding-bottom: 5px;
}
textarea.form-control {
    height: auto !important;
}
#captcha{
    width:150px;
}
.form-group label{
    font-weight:normal;
    display:block;
}
.form-contact .form-control {
    height: 35px !important;
    width:100%;
}
.btn-search {
    padding: 5px 12px !important;
}
table caption {
	padding: .5em 0;
}
.contact iframe{
    margin-top:40px;
}
.form-contact .pmt-editor-wrapper textarea{
    height:80px!important;
}
.col-add{
    min-height:207px;
}
@media screen and (max-width: 1024px) {
    section.contact iframe{
        height:480px !important;
    }
}
@media screen and (max-width: 767px) {
    section.contact{
        margin-top:15px;
    }
    p.line {
        padding-left: 0 !important;
    }
    section.contact iframe{
        height:220px !important;
    }
}