.list-collections-gioithieu {
  padding: 64px 0; }
  .list-collections-gioithieu .wrap {
    max-width: 785px;
    text-align: center;
    margin: 0 auto; }
  .list-collections-gioithieu h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #005DB9; }
  @media (max-width: 991.98px) {
    .list-collections-gioithieu {
      padding: 32px 0; }
      .list-collections-gioithieu h2 {
        font-size: 24px; } }

.list-collections-tabs-wrap {
  padding: 64px 0; }
  @media (max-width: 991.98px) {
    .list-collections-tabs-wrap {
      padding: 32px 0; } }

.list-collections-tabs-banner {
  position: relative; }
  .list-collections-tabs-banner .tabs-banner {
    height: 390px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
  .list-collections-tabs-banner .tabs-banner-wrap {
    max-width: 480px;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    right: 40px;
    top: 40px;
    bottom: 40px;
    z-index: 99;
    padding: 30px;
    border-radius: 8px; }
    .list-collections-tabs-banner .tabs-banner-wrap .icon {
      height: 80px;
      margin-bottom: 24px; }
      .list-collections-tabs-banner .tabs-banner-wrap .icon img {
        height: 80px; }
    .list-collections-tabs-banner .tabs-banner-wrap .title {
      font-size: 32px;
      margin-bottom: 8px;
      color: #005DB9;
      font-weight: 700; }
  .list-collections-tabs-banner.left .tabs-banner-wrap {
    right: auto;
    left: 40px; }
  @media (max-width: 991.98px) {
    .list-collections-tabs-banner .tabs-banner {
      background-repeat: no-repeat;
      background-position: center; }
    .list-collections-tabs-banner .tabs-banner-wrap {
      right: 0;
      top: 0;
      bottom: 0;
      left: 0; }
      .list-collections-tabs-banner .tabs-banner-wrap .icon {
        margin-bottom: 12px; }
    .list-collections-tabs-banner.left .tabs-banner-wrap {
      right: 0;
      left: 0; } }

.list-collections-tabs-head {
  border-bottom: 2px solid #B9DBFE;
  background: #F1F5F9;
  padding-top: 16px; }
  .list-collections-tabs-head ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .list-collections-tabs-head ul li {
      flex: 1 1 auto;
      cursor: pointer; }
      .list-collections-tabs-head ul li span {
        display: block;
        padding: 12px;
        text-align: center;
        color: #64748B;
        font-weight: 700; }
      .list-collections-tabs-head ul li.active {
        background: #fff;
        border: 2px solid #B9DBFE;
        border-bottom: 0;
        margin-bottom: -2px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
        .list-collections-tabs-head ul li.active span {
          color: #005DB9; }
      .list-collections-tabs-head ul li:hover span {
        color: #005DB9; }
  @media (max-width: 1199.98px) {
    .list-collections-tabs-head ul {
      overflow: hidden;
      overflow-x: auto;
      justify-content: space-between;
      white-space: nowrap;
      display: block; }
      .list-collections-tabs-head ul li {
        display: inline-block;
        min-width: 120px; } }

.list-collections-tabs-content {
  padding-top: 16px; }
  .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel.d-flex-owl:not(.owl-loaded) {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    flex-wrap: nowrap; }
    .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel.d-flex-owl:not(.owl-loaded) .proloop-item {
      -webkit-flex: 0 0 calc(25% - 12px);
      flex: 0 0 calc(25% - 12px); }
  .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center; }
    .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-dots .owl-dot {
      margin: 0px;
      outline: 0; }
    .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-dots .owl-dot span {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      width: 12px;
      height: 12px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(2, 6, 23, 0.4); }
    .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-dots .owl-dot.active span {
      background: #020617; }
  .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-nav .owl-prev,
  .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 50%;
    color: #0C83EB;
    background: #fff;
    border: 1px solid #0C83EB;
    outline: none;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; }
    .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-nav .owl-prev span,
    .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-nav .owl-next span {
      font-size: 0; }
      .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-nav .owl-prev span:before,
      .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-nav .owl-next span:before {
        content: "";
        font-family: 'FontAwesome';
        font-size: 22px; }
    .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-nav .owl-prev:hover,
    .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-nav .owl-next:hover {
      background: #0C83EB;
      color: #fff; }
  .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-nav .owl-prev {
    left: -18px; }
    .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-nav .owl-prev span:before {
      content: "\f104"; }
  .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-nav .owl-next {
    right: -18px; }
    .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-nav .owl-next span:before {
      content: "\f105"; }
  .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-nav .owl-prev.disabled,
  .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.5; }
    .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-nav .owl-prev.disabled:hover,
    .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-nav .owl-next.disabled:hover {
      background: #fff;
      color: #858380;
      cursor: no-drop; }
  @media (max-width: 991.98px) {
    .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-nav .owl-prev {
      left: 0; }
    .list-collections-tabs-content .list-collections-tabs-slider.owl-carousel .owl-nav .owl-next {
      right: 0; } }

.list-collections-tieuchuan {
  padding: 64px 0; }
  .list-collections-tieuchuan .heading {
    text-align: center;
    max-width: 776px;
    margin: 0 auto 32px; }
    .list-collections-tieuchuan .heading h2 {
      color: #005DB9;
      font-size: 32px;
      margin-bottom: 16px; }
    .list-collections-tieuchuan .heading .subtitle {
      font-size: 20px;
      margin-bottom: 8px;
      font-weight: 700; }
  .list-collections-tieuchuan .content-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    .list-collections-tieuchuan .content-lists .item {
      flex: 0 0 calc(25% - 12px);
      max-width: calc(25% - 12px);
      background: #F8FAFC;
      border-radius: 8px;
      padding: 20px; }
      .list-collections-tieuchuan .content-lists .item .item-title {
        color: #005DB9;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 6px; }
  @media (max-width: 991.98px) {
    .list-collections-tieuchuan {
      padding: 32px 0; }
      .list-collections-tieuchuan .heading {
        margin: 0 auto 16px; }
        .list-collections-tieuchuan .heading h2 {
          font-size: 24px;
          margin-bottom: 16px; }
        .list-collections-tieuchuan .heading .subtitle {
          font-size: 16px; }
      .list-collections-tieuchuan .content-lists .item {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px); } }
  @media (max-width: 767.98px) {
    .list-collections-tieuchuan .content-lists .item {
      flex: 0 0 100%;
      max-width: 100%; } }

.list-collections-nanglucsanxuat {
  padding: 64px 0; }
  .list-collections-nanglucsanxuat h2 {
    text-align: center;
    color: #005DB9;
    font-size: 32px;
    margin-bottom: 32px; }
  .list-collections-nanglucsanxuat .content-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    .list-collections-nanglucsanxuat .content-lists .item {
      flex: 0 0 calc(50% - 8px);
      max-width: calc(50% - 8px);
      background: #F8FAFC;
      padding: 32px;
      border-radius: 12px; }
    .list-collections-nanglucsanxuat .content-lists .item-head {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 16px; }
      .list-collections-nanglucsanxuat .content-lists .item-head .icon {
        flex: 0 0 80px;
        max-width: 80px;
        margin-right: 16px; }
      .list-collections-nanglucsanxuat .content-lists .item-head .title {
        flex: 0 0 calc(100% - 96px);
        max-width: calc(100% - 96px); }
      .list-collections-nanglucsanxuat .content-lists .item-head span {
        display: block; }
        .list-collections-nanglucsanxuat .content-lists .item-head span:nth-child(1) {
          color: #005DB9;
          font-weight: 700;
          font-size: 24px;
          margin-bottom: 4px; }
    .list-collections-nanglucsanxuat .content-lists .item-img {
      margin-bottom: 8px; }
    .list-collections-nanglucsanxuat .content-lists .item-des {
      line-height: 22px; }
      .list-collections-nanglucsanxuat .content-lists .item-des ul {
        list-style: inherit;
        padding-left: 20px;
        margin-top: 4px;
        margin-bottom: 8px; }
  @media (max-width: 991.98px) {
    .list-collections-nanglucsanxuat {
      padding: 32px 0; }
      .list-collections-nanglucsanxuat h2 {
        font-size: 24px;
        margin-bottom: 16px; }
      .list-collections-nanglucsanxuat .content-lists .item {
        padding: 20px;
        flex: 0 0 100%;
        max-width: 100%; } }
