#page-store {
  /*---------------------------------------------------------------------------------*/
  /* 15. STORE SYSTEM */
  /*---------------------------------------------------------------------------------*/ }
  #page-store .storeslist .body {
    width: 100%; }
    #page-store .storeslist .body .table-stores--head {
      text-align: center;
      font-size: 15px;
      display: flex;
      align-items: center;
      justify-content: space-between;
			
      padding: 10px 15px;
      font-weight: bold; }
      #page-store .storeslist .body .table-stores--head .head-location {
        width: 50%;text-align:left; }
      #page-store .storeslist .body .table-stores--head .head-brand {
        width: 50%; padding:0 15px;text-align:left;}
      #page-store .storeslist .body .table-stores--head .head-phonenumber {
        width: 15%; }
      #page-store .storeslist .body .table-stores--head .head-address {
        width: 50%; }
    #page-store .storeslist .body .table-stores--body ul.body-line {
      padding: 0;
margin:0;}
#page-store .storeslist .body .table-stores--body ~ .table-stores--head {
    padding: 25px 15px 15px 15px;
    font-weight: bold;
    border-top: 1px solid #e7e7e7;
    margin: 45px 0 0 0;
}
#page-store .storeslist .body .table-stores--body ol {list-style: none;}
    #page-store .storeslist .body .table-stores--body li {
      display: block;
      background: #fcfdfe;
      border-radius: 4px;
      margin-bottom: 10px;
      position: relative;
      padding: 10px 0;
      
    }
      #page-store .storeslist .body .table-stores--body li > div {
        display: inline-flex;
        align-items: center;
        padding:0 15px;}
      #page-store .storeslist .body .table-stores--body li .body-location {
        width: 30%; }
      #page-store .storeslist .body .table-stores--body li .body-brand {
        width: 15%; }
      #page-store .storeslist .body .table-stores--body li .body-phonenumber {
        width: 15%; }
      #page-store .storeslist .body .table-stores--body li .body-address {
				width: 50%;
				justify-content: start;
				flex-wrap: wrap;
}
  #page-store .storeslist .header-page {
    //min-height: 400px;
    //height: 50vh;
    border-radius: 0 0 0 30%;
    background: #f2dbdc;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px 0; }
    @media (max-width: 767px) {
      #page-store .storeslist .header-page {
        min-height: auto;
        height: auto;
        border-radius: 0;
        padding: 0 0 30px 0; } }
    #page-store .storeslist .header-page h1 {
      margin-bottom: 26px;
      text-align: center;
      text-transform: uppercase;
      font-size: 40px;
      line-height: 1.2; }
      @media (max-width: 767px) {
        #page-store .storeslist .header-page h1 {
          font-size: 16px;
          margin: 0 0 20px 0; } }
    #page-store .storeslist .header-page .filter {
      width: 90%;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 767px) {
        #page-store .storeslist .header-page .filter {
          width: 100%;
          flex-wrap: wrap;
          justify-content: center; } }
      #page-store .storeslist .header-page .filter > div {
        position: relative; }
        #page-store .storeslist .header-page .filter > div::before {
          content: '';
          position: absolute;
          display: block;
          width: 16px;
          height: 16px;
          bottom: 0;
          top: 0;
          left: 7px;
          margin: auto;
          background-size: contain;
          background-repeat: no-repeat; }
      #page-store .storeslist .header-page .filter > div:not(:last-child) {
        flex-basis: 40%; }
        #page-store .storeslist .header-page .filter > div:not(:last-child) > :first-child {
          outline: none;
          border: 0;
          padding: 10px 10px 10px 30px;
          width: 100%;
          appearance: none; }
        @media (max-width: 767px) {
          #page-store .storeslist .header-page .filter > div:not(:last-child) {
            flex-basis: 100%;
            margin: 0 0 10px 0; } }
      #page-store .storeslist .header-page .filter .filter__btn {
        background: #ff8000; }
        #page-store .storeslist .header-page .filter .filter__btn button {
          border: 0;
          outline: none;
          color: #fff;
          padding: 10px 40px;
          background: transparent;
          position: relative;
          z-index: 1; }
  #page-store .storeslist select {
    cursor: pointer; }
  @media (max-width: 767px) {
    #page-store .storeslist .body__menu-stores {
      overflow: auto; }
      #page-store .storeslist .body__menu-stores .table-stores {
      } }
  #page-store .storeslist .header-page h1 {
    margin: 30px 0; }
  #page-store .stores {
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px; }
  #page-store .center-store {
    width: 60%; }
  #page-store .center-store .owl-item {
    overflow: hidden; }
  #page-store .gallery-store {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
  #page-store .slide-store button {
    display: none; }
  #page-store .btn-custom-left {
    margin-right: 15px;
    font-size: 50px; }
  #page-store [class*="btn-custom-"] button {
    border: none;
    background: transparent; }
  #page-store .btn-custom-right {
    margin-left: 15px;
    font-size: 50px; }
  #page-store select.change-tinh, #page-store select.change-brand {
    display: inline-block;
    min-width: 60px;
    max-width: 100%;
    height: auto;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 0 0 0 transparent inset;
    padding: .6em .8em;
    color: rgba(0, 0, 0, 0.5);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNjE2MTYxIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMzAgMjQiIHdpZHRoPSIzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy40MSA3Ljg0TDEyIDEyLjQybDQuNTktNC41OEwxOCA5LjI1bC02IDYtNi02eiIvPjxwYXRoIGQ9Ik0wLS43NWgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==") no-repeat right center; }
  #page-store .address-map h3 {
    font-size: 16px;
    font-weight: 400; }
  #page-store .address-map .address-cont {
    margin-bottom: 30px; }
  #page-store .address-map .address-cont .address-detail {
    overflow: auto;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px; }
  #page-store .address-map .address-cont .address-detail::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    background-color: #aaa; }
  #page-store .address-map .address-cont .address-detail::-webkit-scrollbar-thumb {
    background: #222; }
  #page-store .address-map .address-cont .address-detail ul li {
    padding-left: 14px;
    border: 1px solid #f5f5f5;
    border-top: 0;
    background: #fff; }
  #page-store .address-map .address-cont .address-detail ul li.active {
    background: #dfdfdf; }
  #page-store .address-map .address-cont .address-detail ul li a {
    color: #444;
    display: block;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    padding: 8px 0;
    box-sizing: border-box; }
  #page-store .address-map .address-cont .address-detail ul li a:before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #222;
    margin-right: 10px;
    border-radius: 50%; }
  #page-store .address-map .address-cont .address-detail ul li p.storePhone {
    color: #444;
    font-size: 14px; }
  #page-store .address-map .address-cont .address-detail ul li p.storePhone i {
    font-size: 14px;
    margin-right: 5px; }
  #page-store .address-map .change-tinh, #page-store .address-map .change-brand {
    width: 100%;
    border: 1px solid #d7d7d7;
    color: #333;
    text-indent: 5px;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 20px; }
  #page-store #address-link {
    border-top: 1px solid #f5f5f5;
    margin-bottom: 0px;
    padding: 0;
    list-style-type: none;
    margin: 0; }
  #page-store #map-store {
    height: 500px;
    margin-bottom: 30px; }
  #page-store #map-store iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  #page-store .detail-address > strong {
    font-size: 17px;
    margin-bottom: 10px;
    display: block; }
  #page-store .detail-address.open {
    margin-bottom: 23px; }
  #page-store .gm-style-iw strong {
    color: #444;
    font-weight: 600;
    text-shadow: none; }
  #page-store .slide-store img {
    width: auto !important;
    margin: 0 auto; }
  #page-store h1 {
    font-size: 24px; }

.filter_city{
	margin-right:15px
}
#page-store .storeslist .header-page h1{
	    font-family: "Karla" !important;
}
@media (max-width:767px){
	#page-store .storeslist .body .table-stores--body li{
		display:flex;
		flex-wrap:wrap;
	}
	#page-store .storeslist .body .table-stores--body li > div{
		width:100% !important
	}
	.container{
		width:100%
	}
	#page-store .storeslist .header-page .filter {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
}
	#page-store .storeslist .header-page .filter > div:not(:last-child) {
    margin: 4px;
}
}


#page-store .storeslist .body .table-stores--body li > div {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
}










