@charset "UTF-8";
#map iframe {
  width: 100%; }
  @media (max-width: 767px) {
    #map iframe {
      height: 100vw !important; } }

#page-contact-template .heading-page h1 {
  font-weight: 500;
  text-transform: uppercase; }

.sidebar-blog {
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #ddd; }
  .sidebar-blog .sidebarblog-title {
    margin-bottom: 15px; }
    .sidebar-blog .sidebarblog-title .title-sidebar {
      font-size: 18px;
      position: relative;
      border-bottom: 1px solid #eee;
      padding-bottom: 10px; }
      .sidebar-blog .sidebarblog-title .title-sidebar span {
        display: none; }

#categories li {
  position: relative; }
  #categories li a {
    font-size: 15px;
    padding: 5px 0;
    display: block; }
  #categories li > ul {
    display: none;
    padding-left: 15px; }
    #categories li > ul li a {
      font-size: 14px; }

.cl-open-sb {
  font-size: 0;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  width: 31px;
  height: 31px;
  top: 0;
  z-index: 999; }
  .cl-open-sb.plus-menu:after {
    content: "+";
    font-size: 20px;
    font-weight: 500; }
  .cl-open-sb.minus-menu:after {
    content: "–";
    font-size: 20px;
    font-weight: 500; }

/* Contact */
/*-------------------------------------------*/
.form-fill {
  display: flex;
  flex-direction: column; }

.contact-form-warp h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: normal; }

.contact-form-warp ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  .contact-form-warp ul li {
    width: 100%;
    margin-bottom: 15px; }
    .contact-form-warp ul li .contact-custom-input {
      border: none;
      border-bottom: 0.5px solid #292D32;
      width: 100%;
      padding: 10px 0;
      outline: none;
      font-size: 14px; }
    .contact-form-warp ul li .contact-custom-input::placeholder {
      font-size: 14px;
      color: #A1A2AB; }

.contact-form-warp .contact-submit button {
  border: 1px solid var(--bg_button);
  outline: none;
  background: var(--bg_button);
  width: 100%;
  font-size: 16px; }

/* Contact left side bar */
/*-------------------------------------------*/
.contact-left-side {
  gap: 20px;
  display: flex;
  flex-direction: column; }
  .contact-left-side .contact-store-images .form-title h6 {
    font-size: 18px;
    font-weight: 500;
    color: #292D32;
    line-height: normal; }
  .contact-left-side .contact-store-images .flickity-page-dots {
    bottom: -10px; }
  .contact-left-side .contact-store-images .flickity-page-dots .dot {
    background: #A1A2AB;
    height: 7px;
    width: 7px; }

/* Contact carousel */
/*-------------------------------------------*/
.contact-carousel {
  margin-bottom: 20px; }

.contact-carousel-cell {
  width: 100%;
  height: 230px;
  counter-increment: contact-carousel-cell; }

.contact-carousel-cell img {
  height: 219px;
  width: 100%;
  object-fit: cover; }

.contact-carousel-cell:before {
  display: block; }

.contact-carousel .flickity-button {
  width: 30px;
  height: 30px; }

/* Contact dropdown */
/*-------------------------------------------*/
.contact-dropdown-container {
  width: 100%;
  position: relative; }

.contact-dropdown-container select {
  font-size: 14px;
  color: #252a2b; }

.contact-custom-dropdown {
  width: 100%;
  padding: 8px 30px 8px 0;
  /* Padding for the select box */
  font-size: 14px;
  font-family: inherit;
  border: none;
  border-bottom: 0.5px solid #292D32;
  /* Only bottom border */
  background-color: #fff;
  appearance: none;
  /* Hide default arrow */
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23666' d='M0 2l5 5 5-5z'/%3E%3C/svg%3E");
  /* Custom arrow icon */
  background-repeat: no-repeat;
  background-position: right 10px center;
  /* Position the arrow */
  background-size: 12px;
  cursor: pointer; }

.contact-custom-dropdown:focus {
  outline: none;
  font-size: 14px;
  /* Remove outline on focus */ }

.contact-custom-dropdown option {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px; }

/*-------------------------------------------*/
.btn {
  padding: 10px 30px;
  color: var(--color_button);
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  user-select: none;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  border: 1px solid; }

.contact-agree-term {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center; }

.contact-info-store {
  padding: 25px;
  border-radius: 8px;
  background-color: #F5F5F7;
  margin-bottom: 20px;
  position: relative; }

.contact-info h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: normal; }

.contact-title-item {
  display: flex;
  /* Enable flexbox */
  align-items: center;
  /* Center items vertically */
  margin-bottom: 15px; }
  .contact-title-item span {
    display: flex;
    /* Make the span a flex container as well */
    align-items: center;
    /* Center content vertically within the span */
    margin-right: 5px;
    /* Optional: Add space between the icon and the text */ }
  .contact-title-item p {
    font-weight: 700;
    font-size: 16px;
    margin: 0; }

.contact-info .contact-info-list {
  margin: 0;
  list-style: none;
  flex: 1; }
  .contact-info .contact-info-list li {
    list-style: none;
    display: flex;
    margin-top: 3px;
    margin-bottom: 5px; }
    .contact-info .contact-info-list li:first-child {
      margin-top: 0; }
    .contact-info .contact-info-list li span p {
      font-weight: 700;
      font-size: 16px;
      display: block; }
    .contact-info .contact-info-list li .contact-label-item {
      font-weight: 700;
      margin-right: 5px;
      font-size: 14px; }
    .contact-info .contact-info-list li p {
      margin-bottom: 5px; }

.contact-info-flex {
  position: relative;
  display: flex;
  align-items: flex-end; }

/* Media Query for Mobile Size */
@media (max-width: 758px) {
  .contact-info-flex {
    flex-direction: column;
    /* Stack items vertically on mobile */
    align-items: flex-start;
    /* Align items to the start */ }
  .contact-get-directions-link {
    margin: 10px auto 0; } }

.contact-get-directions-link {
  display: absolute;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px; }
  .contact-get-directions-link a {
    color: #085C65;
    font-size: 12px;
    margin: 0; }

.contact-submit-title {
  font-size: 18px; }

.contact-submit-text {
  font-size: 16px; }

/* Store System */
/*-------------------------------------------*/
.sectionTitleStore {
  text-align: center;
  margin: 0 0 30px; }

.sectionTitleStore h1 {
  margin: 30px 0;
  color: #00467f;
  font-size: 28px;
  font-weight: bold; }

@media (max-width: 991px) {
  font-size: 22px; }

.address-map {
  background: #f8f8f8;
  padding: 20px;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px; }

.address-map h3 {
  font-size: 14px;
  font-weight: 500; }

.address-map h3 span {
  position: relative;
  padding: 0 15px; }

.address-map h3 span:before {
  position: absolute;
  background: #000;
  height: 65%;
  width: 1px;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

@media (max-width: 767px) {
  .address-map h3 {
    font-size: 13px;
    text-align: center; }
  .address-map h3 span {
    padding: 0 10px; } }

.address-map .address-cont .address-detail {
  overflow: auto;
  max-height: 415px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px; }

.address-map .address-cont .address-detail::-webkit-scrollbar {
  width: 3px;
  height: 5px;
  background-color: #aaa; }

.address-map .address-cont .address-detail::-webkit-scrollbar-thumb {
  background: #000; }

.address-map .address-cont .address-detail ul {
  border-top: 1px solid #f5f5f5;
  margin-bottom: 0; }

.address-map .address-cont .address-detail ul li {
  padding-left: 14px;
  border: 1px solid #f5f5f5;
  border-top: 0;
  background: #fff; }

.address-map .address-cont .address-detail ul li.open {
  display: block !important; }

.address-map .address-cont .address-detail ul li.active {
  background: #f5f5f5; }

.address-map .address-cont .address-detail ul li a {
  color: #444;
  display: block;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  padding: 8px 0;
  box-sizing: border-box;
  position: relative; }

.address-map .address-cont .address-detail ul li a.infoLocation {
  padding: 0 0 8px; }

.address-map .address-cont .address-detail ul li a.infoLocation span {
  display: inline-block;
  text-decoration: underline; }

.address-map .address-cont .address-detail ul li p.storePhone {
  color: #444;
  font-size: 14px; }

.address-map .address-cont .address-detail ul li p.storePhone i {
  font-size: 14px;
  margin-right: 5px; }

.address-map .address-cont .address-detail ul li b {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  padding: 0; }

.address-map .address-cont .address-detail ul li span {
  display: block;
  margin-bottom: 2px; }

.address-map .change-tinh,
.address-map .select-quan {
  display: inline-block;
  min-width: 60px;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent inset;
  padding: 0.6em 0.8em;
  color: #444444;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNjE2MTYxIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMzAgMjQiIHdpZHRoPSIzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy40MSA3Ljg0TDEyIDEyLjQybDQuNTktNC41OEwxOCA5LjI1bC02IDYtNi02eiIvPjxwYXRoIGQ9Ik0wLS43NWgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==") no-repeat right center;
  outline: none;
  width: 100%;
  border: 1px solid #d7d7d7;
  text-indent: 5px;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px; }

.address-map .search-local input {
  float: left;
  width: 100%;
  border: none;
  font-size: 14px;
  padding: 0.6em 0.8em;
  border: 1px solid #d7d7d7;
  color: #444444;
  text-indent: 5px;
  font-size: 13px;
  margin-bottom: 10px;
  outline: none;
  background: white url("//file.hstatic.net / 1000360430/file/search.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 97% 10px;
  border-radius: 4px; }

#map {
  width: 100%;
  margin-bottom: 30px;
  height: 100%; }

#map iframe {
  width: 100%;
  border: none; }

.marker-cvs {
  border: none;
  cursor: pointer;
  height: 30px;
  width: 30px;
  background-image: url("https://file.hstatic.net/1000376681/file/cvs_27b40fd999a841aea684998771c15b08.png");
  background-size: 30px 30px;
  background-color: transparent; }

.marker-station {
  border: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background-image: url("https://file.hstatic.net/1000376681/file/station_36ad16414673477b911f8b11b6ea989c.png");
  background-size: 40px 40px;
  background-color: transparent; }

.mapboxgl-popup-content {
  font-size: 15px;
  padding: 0 !important;
  width: 240px; }

.mapboxgl-popup-close-button {
  display: none; }

.mapboxgl-popup-content h3 {
  background: #F18030;
  color: #fff;
  margin: -15px 0 0;
  display: block;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-weight: 700;
  font-size: 17px; }

.mapboxgl-popup-content h4 {
  margin: 0;
  display: block;
  padding: 10px;
  font-weight: 400; }

.mapboxgl-popup {
  padding-bottom: 50px; }

.address-detail > strong {
  font-size: 17px;
  margin-bottom: 10px;
  display: block; }

.address-detail.open {
  margin-bottom: 23px; }

.gm-style-iw strong {
  color: #444;
  font-weight: 600;
  text-shadow: none; }

.address-map .tab-list li {
  display: inline-block;
  position: relative;
  padding-right: 10px; }

.address-map .tab-list li:last-child {
  padding-left: 10px;
  padding-right: 0; }

.address-map .tab-list li:not(:last-child):after {
  position: absolute;
  background: #000;
  height: 55%;
  width: 1px;
  content: "";
  top: 0;
  bottom: 0;
  right: -2px;
  margin: auto; }

.address-map .tab-list li a {
  display: block;
  font-weight: 600; }

.address-map .tab-list li.active a,
.address-map .tab-list li:hover a {
  color: #f26522; }

.tab-content .tab-pane {
  display: none; }

.tab-content .tab-pane.active {
  display: block; }

.section.section-block-store {
  background: #fff;
  position: relative;
  overflow: hidden; }

@media (min-width: 768px) {
  .section.section-block-store .row-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .section.section-block-store:nth-of-type(2) .row-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media (max-width: 1320px) and (min-width: 992px) {
  .address-map .tab-list li a {
    font-size: 11px; } }

@media (max-width: 767px) {
  .section.section-block-store:nth-of-type(1) .col-intro-app,
  .section.section-block-store:nth-of-type(3) .col-intro-app {
    margin-bottom: 20px; } }

@media (max-width: 480px) {
  .address-map .tab-list {
    text-align: center; }
  .address-map .tab-list li a {
    font-size: 12px; } }

#map iframe {
  width: 100%;
  height: calc(100% - 30px);
  border: none;
  min-height: 300px; }

.no-store {
  padding: 10px;
  text-align: center;
  margin: 0;
  background: #fff; }

.sectionContentStore h1 {
  margin-bottom: 30px; }

.form-error,
.errors {
  border-radius: 3px;
  padding: 6px 12px;
  margin-top: 15px;
  border: 1px solid transparent;
  font-size: 0.9em;
  text-align: left;
  color: #d02e2e;
  background-color: #fff6f6;
  border-color: #d02e2e; }
  .form-error ul,
  .errors ul {
    list-style: disc outside;
    margin: 0 0 0 20px;
    padding: 0;
    display: block; }
    .form-error ul li,
    .errors ul li {
      color: #000;
      margin: 0 !important; }

.wish-list-template .heading-page {
  text-transform: uppercase;
  margin-bottom: 30px; }
  .wish-list-template .heading-page h1 {
    margin: 0;
    display: inline-block;
    position: relative; }
    .wish-list-template .heading-page h1:after {
      background-image: var(--heartpage);
      content: "";
      background-size: 20px;
      width: 20px;
      height: 20px;
      display: block;
      position: absolute;
      top: -3px;
      right: -18px; }

.list-news-latest .item-article {
  margin-bottom: 10px;
  width: 100%;
  flex: 0 0 100%; }
  .list-news-latest .item-article .post-image {
    width: 25%; }
  .list-news-latest .item-article .post-content {
    padding-left: 15px;
    width: 75%; }
    .list-news-latest .item-article .post-content .title-article-side {
      margin-bottom: 5px;
      line-height: 1.2;
      font-size: 15px; }
      .list-news-latest .item-article .post-content .title-article-side a {
        font-size: 14px;
        color: var(--colorshop);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 400; }
    .list-news-latest .item-article .post-content .date {
      font-size: 13px; }
    .list-news-latest .item-article .post-content .price {
      font-size: 13px; }

/* brand page*/
.page-brand-detail {
  color: black; }

.page-brand-detail #brand-list {
  margin-bottom: 25px; }

.page-brand-detail .result-brand-alpha {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  width: 100%; }

.page-brand-detail .result-brand-alpha li {
  flex: 0 0 80px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  list-style: none; }
  @media (max-width: 767px) {
    .page-brand-detail .result-brand-alpha li {
      flex: 0 0 20%;
      font-size: 15px; } }

.page-brand-detail .result-brand-alpha li.selected-active,
.page-brand-detail .result-brand-alpha li:hover {
  color: #e7040f; }

.page-brand-detail .item-brand-group {
  flex-wrap: wrap;
  place-content: center space-between;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0; }
  .page-brand-detail .item-brand-group:last-child {
    border-bottom: none; }

.page-brand-detail .item-brand-group .title-group {
  width: 7%;
  vertical-align: top;
  margin-bottom: 0;
  color: #e7040f;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .page-brand-detail .item-brand-group .title-group {
    width: 10%; } }

.page-brand-detail .item-brand-group ul {
  width: 92%;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative; }

@media (max-width: 767px) {
  .page-brand-detail .item-brand-group ul {
    width: 90%; } }

.page-brand-detail .item-brand-group ul li {
  width: 25%;
  padding: 5px 10px;
  font-weight: 500;
  list-style: none; }

@media (max-width: 767px) {
  .page-brand-detail .item-brand-group ul li {
    width: 50%; } }

.page-brand-detail .item-brand-group ul li a {
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-align: center; }
  .page-brand-detail .item-brand-group ul li a .image img {
    box-shadow: 1px 2px 12px 1px #e9e9e9; }
  .page-brand-detail .item-brand-group ul li a p {
    margin: 10px 0 0; }

.page-brand-detail .result-search-brand {
  display: none;
  padding: 15px 0;
  border-bottom: 1px solid whitesmoke; }

.page-brand-detail .result-search-brand > span {
  display: inline-block;
  position: relative;
  overflow: hidden; }

.page-brand-detail .result-search-brand > span > b {
  margin: 0 5px;
  text-transform: uppercase; }

.page-brand-detail .result-search-brand > span > .remove-filter-brand {
  text-align: center;
  cursor: pointer;
  padding-left: 20px; }

.page-brand-detail .result-search-brand > span > .remove-filter-brand > span {
  position: relative;
  text-decoration: underline; }

.phone-map {
  padding-left: 20px;
  background-image: url("https://file.hstatic.net/200000725895/file/icon-hotline-map_90e5772345ef4a91a21c9318d877b6e9.svg");
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: left center; }

.guideWay {
  padding-left: 20px;
  background-image: url("https://file.hstatic.net/200000725895/file/icon-map-location_2d4ff4f74076432a82945134d5c801d0.svg");
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: left center; }
