/*=========================================================*/
.formSystem {
    margin-bottom: 30px;
}
.gridF{
    margin: 0 -5px;
}
.gridF:after{
    content: "";
    display: block;
    clear: both;
}
.gridF .col1{
    float:left;
    padding:0 5px;
    width: 16%;
}
.gridF .col2{
    float:left;
    padding:0 5px;
    width: 17%;
}
.gridF .col3{
    float:left;
    padding:0 5px;
    width: 40%;
}
.gridF .col4{
    float:left;
    padding:0 5px;
    width: 10%;
}
.formSystem .title-system {
    text-transform: uppercase;
    padding-top: 10px;
    /*
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
    color: #555555;
    font-size: 12px;
    line-height: 20px;
}
.formSystem .btn-submit-search{
    width: 100%;
    float: right;
    color: #ffffff;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 40px;
    background: #3b393a;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    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: 22px;
}
.formSystem .btn-submit-search span:before{
    top: 0;
    left: 13px;
    font-family: fontawesome;
    content: '\f002';
    font-size: 16px;
    line-height: 24px;
    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: #000000;
}
.formSystem select,
.formSystem input{
    width: 100%;
    height: 40px;
    border: none;
    background: #f5f5f5;
    padding: 0 15px;
    font-size: 11px;
    line-height: 20px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.div_auto_complete .dropdown_select{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}
.div_auto_complete .dropdown_select ul{
    padding: 5px 0;
}
.div_auto_complete .dropdown_select ul li{
    padding: 7px 15px 8px;
    border-bottom: none;
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 22px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}
.div_auto_complete .dropdown_select ul li:hover{
    background-color: #f5f5f5;
}
.div_auto_complete .dropdown_select ul li.b1{
    background-image: url(../images/store/i-car.png);
}
.div_auto_complete .dropdown_select ul li.b2{
    background-image: url(../images/store/i-clock.png);
}
.div_auto_complete .dropdown_select ul li.b3{
    background-image: url(../images/store/i-park.png);
}
.div_auto_complete .dropdown_select ul li span.text{
    padding: 0;
}
.formSystem .formFa{
    position: relative;
}
.formSystem .formFa select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.formSystem .formFa select::-ms-expand {
    display: none;
}
.formSystem .formFa:before{
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: fontawesome;
    content: '\f0d7';
    font-size: 16px;
    line-height: 25px;
    z-index: 10;
    pointer-events: none;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
/*===========================================================================*/
.result_dealer {
    background: #f0f0f0;
    border:solid 1px #e7e7e7;
}
.result_dealer .result_list{
    width:170px;
    float:left;
    padding:10px;
}
.result_list ul li.active a, .result_list ul li:hover a{
    background: #fff;
    color:#00aeef;
}
.result_list ul li a {
    display: block;
    padding: 8px 10px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.result_dealer .result_map{
    height: 550px;
    float: right;
    overflow: hidden;
    width: 900px;
}
.result_dealer .result_map .mapdemo{
    overflow: hidden;
    position: relative;
}
.result_dealer .popupMap {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 490px;
    background: #ffffff;
    width: 100%;
    padding: 25px;
    border: solid 3px #3b393a;
}
.result_dealer .popupMap:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 19px #ffffff;
    border-left: solid 19px transparent;
    border-right: solid 19px transparent;
    top: 99%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.result_dealer .popupMap:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 20px #3b393a;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.result_dealer .popupMap .img{
    float:left;
    max-width: 120px;
    margin-right: 20px;
}
.result_dealer .popupMap .img img{
    margin-bottom: 10px;
}
.result_dealer .popupMap .wrapLink{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.result_dealer .popupMap .link{
    margin-right: 10px;
}
.result_dealer .popupMap .link a {
    display: block;
    font-size: 13px;
    line-height: 22px;
    background: #53382c;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 10px;
}
.result_dealer .popupMap .link a:hover{
    background:#b22830;
}
.result_dealer .popupMap .info{
    overflow: hidden;
}
.result_dealer .popupMap .info .name{
    font-size: 13px;
    line-height: 21px;
    color:#555555;
    margin-bottom: 5px;
}
.result_dealer .popupMap .info .meter{
    font-size: 11px;
    line-height: 19px;
    color: #999999;
    margin-bottom: 5px;
}
.result_dealer .popupMap .info .timeopen{
    font-size: 12px;
    line-height: 20px;
    color:#999999;
    margin-bottom: 15px;
}
.result_dealer .popupMap .info .timeopen span{
    padding-left: 55px;
    position: relative;
}
.result_dealer .popupMap .info .timeopen span:before{
    content: "open";
    font-size: 12px;
    line-height: 20px;
    color:#ffffff;
    text-transform: uppercase;
    text-align: center;
    width:45px;
    height:20px;
    background: #3b393a;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.result_dealer .popupMap .info .address{
    color: #666666;
    font-size: 11px;
    line-height: 21px;
}
.result_dealer .popupMap .info .phone{
    color:#666666;
}
.result_dealer .popupMap .info .phone span{
    padding-left: 20px;
    position: relative;
}
.result_dealer .popupMap .info .phone span:before{
    content: "\f095";
    font-family: fontawesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#b22830;
}
.result_dealer .popupMap .info a {
    display: inline-block;
    background: #3b393a;
    color: #ffffff;
    text-transform: uppercase;
    padding: 4px 10px;
    font-size: 10px;
    line-height: 20px;
}
.result_dealer .popupMap .info a:hover{
    background: #000000;
}
.result_dealer .result_info {
    height: 550px;
    background: #fff;
    width: 268px;
    float: left;
    overflow-x: auto;
}
.result_dealer .result_info .r-count {
    font-size: 11px;
    line-height: 24px;
    padding: 10px 12px;
    border-bottom: 1px solid #dcdcdc;
    background: #f2f2f2;
    font-style: italic;
}
.result_dealer .result_info .item{
    padding: 10px 15px;
    border-bottom: solid 1px #e7e7e7;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.result_dealer .result_info .item:hover{
    background:#f5f5f5;
}
.result_dealer .result_info .info .name{
    font-size: 13px;
    line-height: 21px;
    color:#555555;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.result_dealer .result_info .info:hover .name{
}
.result_dealer .result_info .info .meter{
    font-size: 11px;
    line-height: 19px;
    color: #43b34c;
    font-weight: bold;
    margin-bottom: 5px;
}
.result_dealer .result_info .info .timeopen{
    font-size: 12px;
    line-height: 20px;
    color:#999999;
    margin-bottom: 15px;
}
.result_dealer .result_info .info .timeopen span{
    padding-left: 55px;
    position: relative;
}
.result_dealer .result_info .info .timeopen span:before{
    content: "open";
    font-size: 12px;
    line-height: 20px;
    color:#ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width:45px;
    height:20px;
    background: #43b34c;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.result_dealer .result_info .info .address{
    color: #666666;
    font-size: 11px;
    line-height: 20px;
}
.result_dealer .result_info .info .phone{
    color:#666666;
}
.result_dealer .result_info .info .phone span{
    padding-left: 20px;
    position: relative;
}
.result_dealer .result_info .info .phone span:before{
    content: "\f095";
    font-family: fontawesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#b22830;
}
.result_dealer .result_info .info a {
    display: inline-block;
    background: #555555;
    color: #ffffff;
    text-transform: uppercase;
    padding: 4px 20px;
    margin-right: 10px;
}
.result_dealer .result_info .info a:hover{
    background: #dbb062;
}
.result_dealer .result_info .info .listPa ul li{
    margin-bottom: 5px;
    background-size: 22px;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.result_dealer .result_info .info .listPa ul li.bg1{
    background-image: url(../images/store/i-car.png);
}
.result_dealer .result_info .info .listPa ul li.bg2{
    background-image: url(../images/store/i-clock.png);
}
.result_dealer .result_info .info .listPa ul li.bg3{
    background-image: url(../images/store/i-park.png);
}
/*============================================*/
div#vnt-store-slide{
    margin-bottom: 25px;
}
div#vnt-store-slide img{
    width:100%;
}
div#vnt-store-slide .slick-arrow{
    width:35px;
    height:35px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    border:none;
    position: absolute;
    font-size: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color:#ffffff;
    text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
    z-index: 1;
}
div#vnt-store-slide .slick-prev{
    margin-left: -400px;
    background-image: url(../images/i-prev.png);
}
div#vnt-store-slide .slick-next{
    margin-left: 400px;
    background-image: url(../images/i-next.png);
}
/*========================================*/
.content .tomtat {
    font-size: 11px;
    line-height: 19px;
    max-height: 300px;
    overflow: auto;
    text-align: justify;
    font-family: 'Roboto Slab', serif;
}
.content .tomtat .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #43b34c;
}
.content p.tit {
    float: left;
    width: 85px;
    text-transform: uppercase;
}
.content p.til {
    overflow: hidden;
}
.content p {
    font-size: 11px;
    line-height: 20px;
    padding:0;
}
ul.lit1 li {
    padding-bottom: 10px;
    border-bottom: dotted 1px #bfbfbf;
    margin-bottom: 10px;
}
ul.lit1 li:last-child{
    padding-bottom: 0px;
    border:none;
}
ul.lit1 .timeopen{
    font-size: 12px;
    line-height: 20px;
    color:#999999;
    margin-bottom: 15px;
}
ul.lit1 .timeopen span{
    padding-left: 55px;
    position: relative;
}
ul.lit1 .timeopen span:before{
    content: "open";
    font-size: 12px;
    line-height: 20px;
    color:#ffffff;
    text-transform: uppercase;
    text-align: center;
    width:45px;
    height:20px;
    background: #3b393a;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content p.tit2 {
    float: left;
    width: 75px;
}
ul.lit2 li:nth-child(2n+1) {
    background: #ededed;
}
ul.lit2 li p {
    font-size: 10px;
    line-height: 20px;
}
ul.lit2 li {
    padding: 5px 10px;
}
.content .listPa{
    margin-bottom: 20px;
}
.content .listPa ul li{
    margin-bottom: 5px;
    background-size: 22px;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.content .listPa ul li.bg1{
    background-image: url(../images/store/i-car.png);
}
.content .listPa ul li.bg2{
    background-image: url(../images/store/i-clock.png);
}
.content .listPa ul li.bg3{
    background-image: url(../images/store/i-park.png);
}
/*============================================================*/
/*=======================RESPONSIVE===========================*/
/*============================================================*/
@media all and (max-width: 1200px){
.result_dealer .result_map{
    width:100%;
}
.result_dealer .result_info {
    width: 100%;
}
.result_dealer .result_map .mapdemo>img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}
}

@media all and (max-width: 991px){
#vnt-store{
    padding: 25px 0 40px;
}
.gridF .col1{
    float:left;
    padding:0 5px;
    width: 100%;
    margin-bottom: 10px;
}
.gridF .col2{
    float:left;
    padding:0 5px;
    width:50%;
    margin-bottom: 10px;
}
.gridF .col3{
    float:left;
    padding:0 5px;
    width:50%;
    margin-bottom: 10px;
}
.gridF .col4{
    float:left;
    padding:0 5px;
    width:50%;
    margin-bottom: 10px;
}
.result_dealer .popupMap{
    padding: 15px 20px;
}
.result_dealer .popupMap .img{
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
}
}

@media all and (max-width: 460px){
.gridF .col1{
    float:left;
    padding:0 5px;
    width:100%;
}
.gridF .col2{
    float:left;
    padding:0 5px;
    width:100%;
}
.gridF .col3{
    float:left;
    padding:0 5px;
    width:100%;
}
.gridF .col4{
    float:left;
    padding:0 5px;
    width:100%;
}
}