@media all and (min-width: 0) {
  body {
    background: #F6F7FB; }

  .he-thong {
    padding: 0 12px; }
    .he-thong .top {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      padding-top: 16px; }
      .he-thong .top .text {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px; }
        .he-thong .top .text h1 {
          font-size: 16px;
          width: calc(50% - 5px);
          border-radius: 5px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          background-color: #FFF; }
          .he-thong .top .text h1 a {
            text-decoration: none;
            color: #000; }
          .he-thong .top .text h1.active {
            border: 0.5px solid #2264D1;
            box-sizing: border-box;
            background: #EBF2FF; }
            .he-thong .top .text h1.active a {
              color: #2264D1; }
        .he-thong .top .text h2 {
          width: calc(50% - 5px);
          font-size: 16px;
          background-color: #FFF;
          border-radius: 5px;
          text-align: center;
          text-transform: uppercase;
          font-size: 16px;
          line-height: 40px; }
          .he-thong .top .text h2 a {
            text-decoration: none;
            color: #000; }
          .he-thong .top .text h2.active {
            border: 0.5px solid #2264D1;
            box-sizing: border-box;
            background: #EBF2FF; }
            .he-thong .top .text h2.active a {
              color: #2264D1; }
      .he-thong .top .select {
        width: 187px;
        height: 37px;
        background: #EBF2FF;
        border: 0.5px solid #2264D1;
        box-sizing: border-box;
        border-radius: 23px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 14px;
        position: relative; }
        .he-thong .top .select p {
          font-size: 13px;
          line-height: 19px;
          color: #2264D1;
          cursor: pointer; }
          .he-thong .top .select p img {
            margin-top: -10px; }
        .he-thong .top .select ul {
          width: 100%;
          position: absolute;
          top: 37px;
          left: 0px;
          z-index: 4;
          background-color: #FFF;
          list-style: none;
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          padding: 10px 0;
          display: none;
          border-radius: 10px; }
          .he-thong .top .select ul li {
            font-size: 14px;
            padding: 0 14px;
            line-height: 1.8; }
            .he-thong .top .select ul li:hover {
              color: #2264D1; }
            .he-thong .top .select ul li.chon {
              color: #2264D1; }
    .he-thong .tinh-thanh-list {
      background: #FFFFFF;
      border: 1px solid #ECF2FF;
      box-shadow: 0px 8px 15px rgba(245, 249, 255, 0.5);
      border-radius: 10px;
      margin: 8px 0 24px 0;
      padding: 9px 0 0 0;
      margin-bottom: 0;
      position: relative; }
      .he-thong .tinh-thanh-list .tim-kiem {
        width: calc(100% - 18px);
        margin: auto;
        height: 37px;
        background: #F3F3F5;
        box-shadow: 0px 8px 15px rgba(245, 249, 255, 0.5);
        border-radius: 5px;
        position: relative;
        display: block; }
        .he-thong .tinh-thanh-list .tim-kiem input[type="text"] {
          width: 100%;
          height: 100%;
          border: none;
          background: transparent;
          padding: 0 21px;
          outline: none; }
        .he-thong .tinh-thanh-list .tim-kiem input[type="button"] {
          width: 37px;
          height: 37px;
          position: absolute;
          top: 0;
          right: 5px;
          background-image: url(../../view/he-thong/image/search.svg);
          background-repeat: no-repeat;
          background-position: center;
          border: none;
          background-color: transparent; }
        .he-thong .tinh-thanh-list .tim-kiem .load-tim-kiem {
          background-color: #FFF;
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
          width: 100%;
          position: absolute;
          top: 45px;
          left: 0;
          padding: 10px 0;
          display: none; }
          .he-thong .tinh-thanh-list .tim-kiem .load-tim-kiem p {
            font-size: 14px;
            padding: 5px 21px; }
      .he-thong .tinh-thanh-list ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        padding-top: 15px;
        transition: all 0.2s; }
        .he-thong .tinh-thanh-list ul.open {
          height: 0;
          transition: all 0.2s;
          overflow: hidden; }
        .he-thong .tinh-thanh-list ul li {
          width: 50%;
          padding-left: 30px;
          margin-bottom: 15px;
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.875px; }
          .he-thong .tinh-thanh-list ul li h3 {
            font-weight: normal;
            font-size: 14px;
            cursor: pointer; }
            .he-thong .tinh-thanh-list ul li h3 b {
              font-weight: normal; }
            .he-thong .tinh-thanh-list ul li h3 svg {
              display: none;
              transition: all 0.2s linear; }
            .he-thong .tinh-thanh-list ul li h3.active {
              color: #3E4095; }
              .he-thong .tinh-thanh-list ul li h3.active svg {
                transform: rotate(90deg);
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                transition: all 0.2s linear;
                stroke: #3E4095; }
          .he-thong .tinh-thanh-list ul li .list {
            display: none;
            width: 100%; }
            .he-thong .tinh-thanh-list ul li .list p.info {
              border-bottom: 1px solid #D5E3FF;
              padding: 7px 0;
              font-size: 15px;
              line-height: 22px;
              letter-spacing: 0.875px; }
              .he-thong .tinh-thanh-list ul li .list p.info:last-child {
                border-bottom: none; }
              .he-thong .tinh-thanh-list ul li .list p.info a {
                font-weight: bold;
                text-decoration: none;
                color: #0066FF; }
          .he-thong .tinh-thanh-list ul li.tit {
            display: none; }
    .he-thong .tinh-thanh-load {
      display: block; }
      .he-thong .tinh-thanh-load ul {
        list-style: none;
        background: #EBF2FF;
        border: 1px solid #DDEAFF;
        box-shadow: 0px 8px 15px rgba(245, 249, 255, 0.5);
        border-radius: 10px;
        padding: 13px;
        margin-top: 20px; }
        .he-thong .tinh-thanh-load ul h2 {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.875px;
          color: #3E4095; }
        .he-thong .tinh-thanh-load ul li {
          border-bottom: 1px solid #D5E3FF; }
          .he-thong .tinh-thanh-load ul li:last-child {
            border-bottom: none; }
          .he-thong .tinh-thanh-load ul li p.info {
            padding: 7px 0;
            font-size: 14px;
            line-height: 22px;
            letter-spacing: 0.875px; }
            .he-thong .tinh-thanh-load ul li p.info a {
              font-weight: bold;
              text-decoration: none;
              color: #0066FF; }
    .he-thong .kho-list {
      background-color: #FFF;
      padding: 15px 15px 30px 15px; }
      .he-thong .kho-list ul {
        padding: 0 0 0 20px; }
        .he-thong .kho-list ul li h2 {
          font-size: 17px;
          padding-top: 15px; }
        .he-thong .kho-list ul li p {
          font-size: 15px; }
    .he-thong .tien-ich {
      padding-top: 24px; }
      .he-thong .tien-ich h2 {
        font-size: 16px;
        line-height: 18px;
        color: #00A859;
        text-align: center; }
      .he-thong .tien-ich p.intro {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        padding: 10px 0 66px 0; }
      .he-thong .tien-ich ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .he-thong .tien-ich ul li {
          width: calc(50% - 6px);
          background-color: #FFF;
          border-radius: 5px;
          margin-bottom: 35px;
          padding-bottom: 15px; }
          .he-thong .tien-ich ul li img {
            width: 90px;
            height: auto;
            margin: auto;
            display: block;
            margin-top: -20px;
            margin-bottom: 6px; }
          .he-thong .tien-ich ul li p {
            font-size: 12px;
            line-height: 16px;
            text-align: center;
            color: #191370;
            font-weight: bold; } }
@media all and (min-width: 521px) {
  .lich-su {
    width: 520px;
    margin: auto; }

  .he-thong {
    width: 520px;
    margin: auto;
    padding-left: 0;
    padding-right: 0; } }
@media all and (min-width: 1201px) {
  nav {
    display: block; }
    nav h2 {
      cursor: pointer; }
    nav ul {
      display: none; }

  .he-thong {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0; }
    .he-thong .trai {
      width: 630px;
      margin-right: 48px; }
    .he-thong .phai {
      width: 520px; }
    .he-thong .top {
      padding-top: 0;
      margin-bottom: 26px;
      position: sticky;
      top: 0;
      z-index: 1;
      background-color: #F6F7FB; }
      .he-thong .top .text h1 {
        font-size: 18px;
        line-height: 48px;
        height: 45px; }
      .he-thong .top .text h2 {
        font-size: 18px;
        line-height: 48px;
        height: 45px; }
      .he-thong .top .select {
        width: 224px;
        height: 46px;
        border-radius: 23px; }
        .he-thong .top .select p {
          font-size: 15px; }
        .he-thong .top .select ul {
          top: 45px; }
    .he-thong .tinh-thanh-list {
      background: transparent;
      border: none;
      box-shadow: none;
      border-radius: 0;
      padding-top: 0;
      margin-top: 0;
      position: relative; }
      .he-thong .tinh-thanh-list .tim-kiem {
        display: none; }
      .he-thong .tinh-thanh-list ul {
        padding-top: 0; }
        .he-thong .tinh-thanh-list ul li {
          width: 100%;
          font-size: 15px;
          line-height: 18px; }
          .he-thong .tinh-thanh-list ul li h3 {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 15px; }
            .he-thong .tinh-thanh-list ul li h3 svg {
              display: block; }
          .he-thong .tinh-thanh-list ul li.tit {
            display: block;
            font-weight: bold;
            padding: 22px 0 8px 0; }
          .he-thong .tinh-thanh-list ul li.vung {
            background-color: #FFF;
            padding: 12px 18px;
            margin-bottom: 8px;
            border: 1px solid #ECF2FF;
            box-shadow: 0px 8px 15px rgba(245, 249, 255, 0.5);
            border-radius: 10px; }
            .he-thong .tinh-thanh-list ul li.vung:last-child {
              margin-bottom: 0; }
          .he-thong .tinh-thanh-list ul li .list {
            position: relative; }
    .he-thong .tien-ich {
      background: #FFFFFF;
      border-radius: 10px;
      position: sticky;
      top: 0;
      padding: 0 14px; }
      .he-thong .tien-ich h2 {
        color: #191370;
        font-size: 18px;
        line-height: 25px;
        padding-top: 22px; }
      .he-thong .tien-ich p.intro {
        font-size: 15px;
        line-height: 18px;
        padding-top: 12px; }
      .he-thong .tien-ich ul li {
        background: rgba(235, 242, 255, 0.5);
        border-radius: 5px;
        width: calc(50% - 7px); }
        .he-thong .tien-ich ul li img {
          margin-top: -25px;
          margin-bottom: 11px;
          width: 110px; }
        .he-thong .tien-ich ul li p {
          font-size: 15px; } }

/*# sourceMappingURL=he-thong.css.map */
