.formSystem{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #7f7f7f;
}
.gridF{
    margin: 0 -5px;
}
.gridF:after{
    content: "";
    display: block;
    clear: both;
}
.gridF .col1{
    float:left;
    padding:0 5px;
    width:15%;
}
.gridF .col2{
    float:left;
    padding:0 5px;
    width:40%;
}
.formSystem .title-system {
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.formSystem .btn-submit-search {
    width: 140px;
    float: right;
    color: #ffffff;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 36px;
    background: #ea4725;
    border:none;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.formSystem .btn-submit-search span{
    position: relative;
    padding-left: 20px;
}
.formSystem .btn-submit-search span:before{
    top: 0;
    left: 13px;
    font-family: fontawesome;
    content: '\f002';
    font-size: 18px;
    line-height: 34px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.formSystem .btn-submit-search:hover {
    background: #333333;
}
.formSystem select, .formSystem input {
    width: 100%;
    height: 36px;
    border: solid 1px #c9c9c9;
    padding: 0 15px;
}
.input-group-span{
    display: table-cell;
    white-space: nowrap;
    width:1%;
    vertical-align: middle;
}
/*==========================RESULT============================*/
.result_dealer .result_map{
    height: 660px;
    margin-bottom: 25px;
}
.result_dealer .result_map img {
    display: block;
    margin: 0 auto;
}
.result_info .show-result{
    overflow: auto;
    max-height: 630px;
}
.result_dealer .result_info .r-count {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e0e0e0;
    font-weight: bold;
}
.result_info .result{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;
}
.result_info .item:last-child .result{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.result_info .result .img{
    width:95px;
    height:95px;
    background: #ececec;
    position: relative;
    float:left;
    margin-right: 10px;
}
.result_info .result .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 60%;
    max-height: 60%;
    width:100%;
}
.result_info .result .caption{
    overflow: hidden;
}
.result_info .result .name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #ea4725;
}
.result_info .result .caption ul li {
    color: #666666;
    padding-left: 35px;
    position: relative;
}
.result_info .result .caption ul li:before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.result_info .result .caption ul li:after{
    content: ":";
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*====================list market=====================*/
.the-content{
    font-size: 16px;
    line-height: 24px;
    color:#666666;
    margin-bottom: 30px;
}
.marj{
    margin-bottom: 30px;
}
.marj .img{
    padding-top: 65%;
    position: relative;
    border:solid 1px #e2e2e2;
}
.marj .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 80%;
    max-height: 80%;
}
/*============================================================*/
/*=======================RESPONSIVE===========================*/
/*============================================================*/

@media all and (max-width: 991px){
.gridF .col1{
    width:100%;
}
.gridF .col2{
    width:100%;
}
.formSystem .title-system{
    margin-bottom: 10px;
}
.formSystem select,
.formSystem input{
    margin-bottom: 10px;
}
.input-group {
    display: block;
}
.input-group-span{
    display: block;
    width:140px;
    margin: 0 auto;
}
.result_dealer .result_map {
    height: initial;
}
.result_info .show-result {
    overflow: initial;
    max-height: initial;
}
}

@media all and (max-width: 460px){
.row .col-xs-6{
    width:100%;
}
}