#blog-care {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21.84px; }
  #blog-care h1, #blog-care h2, #blog-care h3, #blog-care h4, #blog-care h5, #blog-care h6 {
    font-family: "Open Sans", sans-serif; }
  #blog-care .full-banner img {
    width: 100%; }
  #blog-care .content-blog {
    padding: 45px 0; }
    #blog-care .content-blog .list-blog {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 60px; }
      @media (max-width: 991px) {
        #blog-care .content-blog .list-blog {
          grid-template-columns: 1fr;
          gap: 30px; } }
      #blog-care .content-blog .list-blog .item-article .box-media a img {
        width: 100%; }
      #blog-care .content-blog .list-blog .item-article .box-info h2 {
        margin: 20px 0;
        font-size: 17px;
        font-weight: 700;
        line-height: 23.15px; }
        @media (max-width: 991px) {
          #blog-care .content-blog .list-blog .item-article .box-info h2 {
            margin: 15px 0; } }
        #blog-care .content-blog .list-blog .item-article .box-info h2 a {
          text-decoration: none;
          color: #000000; }
      #blog-care .content-blog .list-blog .item-article .box-info p {
        font-size: 17px;
        font-weight: 400;
        line-height: 23.15px;
        margin: 0; }
      #blog-care .content-blog .list-blog .item-article .box-info a.view-more {
        margin: 10px 0 0 0;
        text-decoration: underline;
        color: #000000;
        display: block; }
        @media (min-width: 992px) {
          #blog-care .content-blog .list-blog .item-article .box-info a.view-more {
            display: none; } }
    #blog-care .content-blog .pageinate-page-blog {
      margin: 45px 0 0 0; }
      #blog-care .content-blog .pageinate-page-blog .nav_pagi {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%; }
      #blog-care .content-blog .pageinate-page-blog .pagination {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex; }
        #blog-care .content-blog .pageinate-page-blog .pagination .page-item {
          margin: 0 5px; }
          #blog-care .content-blog .pageinate-page-blog .pagination .page-item a {
            display: block;
            padding: 8px 12px;
            border-radius: 4px;
            text-decoration: none;
            color: #000000;
            border: 1px solid #ddd;
            transition: background-color 0.3s, color 0.3s;
            display: flex;
            align-items: center;
            font-size: 14px; }
            #blog-care .content-blog .pageinate-page-blog .pagination .page-item a:hover {
              background-color: #000000;
              color: #fff; }
          #blog-care .content-blog .pageinate-page-blog .pagination .page-item.disabled a {
            pointer-events: none;
            color: #ccc;
            border-color: #eee; }
          #blog-care .content-blog .pageinate-page-blog .pagination .page-item.active a {
            background-color: #000000;
            color: #fff;
            border-color: #000000; }

#page-stores {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21.84px; }
  #page-stores h1, #page-stores h2, #page-stores h3, #page-stores h4, #page-stores h5, #page-stores h6 {
    font-family: "Open Sans", sans-serif; }
  #page-stores .full-banner img {
    width: 100%; }
  #page-stores .content-store {
    padding: 32px 0 64px; }
  #page-stores .wrap-content {
    display: flex;
    gap: 30px;
    margin: 48px 0 0; }
    @media (max-width: 991px) {
      #page-stores .wrap-content {
        flex-direction: column; } }
    #page-stores .wrap-content .left-content {
      width: 40%; }
      @media (max-width: 991px) {
        #page-stores .wrap-content .left-content {
          width: 100%; } }
    #page-stores .wrap-content .right-content {
      width: 60%; }
      @media (max-width: 991px) {
        #page-stores .wrap-content .right-content {
          width: 100%; } }
  #page-stores .head-store {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin: 0; }
  #page-stores .text-store {
    font-size: 17px;
    font-weight: 400;
    line-height: 23.15px;
    text-align: left;
    margin: 0 0 15px 0; }
  #page-stores .wrap-select {
    display: flex;
    gap: 15px; }
    @media (max-width: 991px) {
      #page-stores .wrap-select {
        flex-direction: column; } }
    #page-stores .wrap-select .item-select {
      position: relative;
      width: 50%; }
      @media (max-width: 991px) {
        #page-stores .wrap-select .item-select {
          width: 100%; } }
      #page-stores .wrap-select .item-select select {
        width: 100%;
        padding: 8px 36px 8px 12px;
        cursor: pointer;
        outline: none;
        box-shadow: none;
        border-radius: 0;
        -webkit-appearance: none;
        appearance: none;
        background: url(https://file.hstatic.net/200000887901/file/chevron-down.svg) no-repeat;
        background-position-y: 11px;
        background-position-x: calc(100% - 12px); }
      #page-stores .wrap-select .item-select span {
        /*
        position: absolute;
        left: 15px;
        top: 10px;
        */
        font-size: 14px;
        line-height: 20px;
        display: block;
        margin-bottom: 8px;
        font-weight: 400;
        color: #4F4D4F; }
  #page-stores .action-find {
    margin: 16px 0; }
    #page-stores .action-find button {
      width: 100%;
      font-size: 17px;
      font-weight: 700;
      line-height: 23.15px;
      background: #000000;
      color: #ffffff;
      border: none;
      padding: 15px 0;
      box-shadow: none; }
  #page-stores .text-result {
    font-size: 17px;
    font-weight: 400;
    line-height: 23.15px;
    margin: 15px 0 0 0;
    border-bottom: 1px solid #000000;
    padding: 0 0 30px 0; }
  #page-stores .list-result .item-stores {
    display: flex;
    gap: 15px;
    padding: 16px;
    cursor: pointer;
    border: 1px solid #E7E7E7; }
    #page-stores .list-result .item-stores.selected {
      border-color: #110E11; }
    #page-stores .list-result .item-stores ~ .item-stores {
      margin-top: 8px; }
    #page-stores .list-result .item-stores .address-stores strong {
      font-size: 20px;
      line-height: 30px;
      text-transform: uppercase;
      font-weight: 500; }
    #page-stores .list-result .item-stores .address-stores p {
      margin: 0;
      font-size: 14px;
      line-height: 20px; }
      #page-stores .list-result .item-stores .address-stores p.time_open {
        padding-left: 13px;
        position: relative; }
        #page-stores .list-result .item-stores .address-stores p.time_open:before {
          content: "";
          position: absolute;
          left: 0;
          top: 6px;
          width: 8px;
          height: 8px;
          background: #4DDB97;
          border-radius: 50%; }
        #page-stores .list-result .item-stores .address-stores p.time_open span {
          display: inline-block;
          width: 77px; }
      #page-stores .list-result .item-stores .address-stores p:last-child {
        margin-top: 12px; }
    #page-stores .list-result .item-stores .find-stores {
      display: none;
      margin-left: auto;
      cursor: pointer; }
  @media (max-width: 767px) {
    #page-stores .list-result .item-stores .address-stores strong {
      font-size: 14px;
      line-height: 20px; } }
