.list-collections-gioithieu {
  padding: 64px 0;
  background: #F0F7FF; }
  .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; } }

.search-hoatchat {
  padding-top: 64px; }
  .search-hoatchat .wrap {
    max-width: 778px;
    margin: 0 auto;
    border-radius: 16px;
    background: #005db9;
    padding: 32px; }
    .search-hoatchat .wrap .title {
      color: #fff;
      font-size: 32px;
      text-align: center; }
    .search-hoatchat .wrap .wrap-search {
      position: relative; }
      .search-hoatchat .wrap .wrap-search form {
        position: relative; }
      .search-hoatchat .wrap .wrap-search input[type="text"] {
        width: 100%;
        padding: 13px 48px 12px 13px;
        border-radius: 30px;
        border: 0; }
      .search-hoatchat .wrap .wrap-search #search-hoatchat-btn {
        position: absolute;
        top: 13px;
        right: 13px;
        width: 24px;
        height: 24px;
        padding: 0; }
        .search-hoatchat .wrap .wrap-search #search-hoatchat-btn svg {
          width: 24px;
          height: 24px; }
      .search-hoatchat .wrap .wrap-search #ajaxSearchHoatChat {
        position: absolute;
        top: calc(100% + 8px);
        z-index: 9999;
        left: 0;
        width: 100%;
        border-radius: 16px;
        box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
        border: 1px solid #e2e8f0;
        padding: 8px; }
        .search-hoatchat .wrap .wrap-search #ajaxSearchHoatChat .resultsMore {
          background: #f0f7ff;
          border-radius: 8px;
          border: 0;
          text-align: left;
          float: none; }
          .search-hoatchat .wrap .wrap-search #ajaxSearchHoatChat .resultsMore a {
            text-align: left;
            padding: 8px; }
        .search-hoatchat .wrap .wrap-search #ajaxSearchHoatChat .resultscontent {
          max-height: 172px;
          overflow-y: auto;
          border: 0;
          float: none; }
          .search-hoatchat .wrap .wrap-search #ajaxSearchHoatChat .resultscontent .item-ult {
            padding: 8px;
            margin-bottom: 4px;
            border: 0;
            float: none; }
            .search-hoatchat .wrap .wrap-search #ajaxSearchHoatChat .resultscontent .item-ult a {
              display: block;
              color: #475569; }
  @media (max-width: 991.98px) {
    .search-hoatchat {
      padding-top: 32px; }
      .search-hoatchat .wrap {
        padding: 24px 16px; }
        .search-hoatchat .wrap .title {
          font-size: 24px; } }

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

.list-collections-tabs-wrap2 {
  padding-top: 0; }

.list-collections-tabs-banner {
  position: relative;
  padding: 74px 0 74px 40px;
  background-size: cover;
  background-repeat: no-repeat; }
  .list-collections-tabs-banner .tabs-banner-wrap {
    max-width: 480px;
    background: rgba(255, 255, 255, 0.85);
    padding: 72px 32px;
    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 .tabs-banner-wrap .content {
      font-size: 14px; }
  @media (max-width: 991.98px) {
    .list-collections-tabs-banner {
      padding: 32px; }
      .list-collections-tabs-banner .tabs-banner-wrap {
        padding: 32px; }
        .list-collections-tabs-banner .tabs-banner-wrap .title {
          font-size: 24px; } }
  @media (max-width: 767.98px) {
    .list-collections-tabs-banner {
      padding: 16px; }
      .list-collections-tabs-banner .tabs-banner-wrap {
        padding: 16px; } }

.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: 32px; }
  .list-collections-tabs-content .item-hoatchat {
    margin-bottom: 16px; }
    .list-collections-tabs-content .item-hoatchat a {
      display: flex;
      padding-left: 10px;
      border-left: 2px solid #cbd5e1;
      font-size: 18px;
      font-weight: 700;
      align-items: center; }
      .list-collections-tabs-content .item-hoatchat a svg {
        display: none;
        margin-left: 12px; }
      .list-collections-tabs-content .item-hoatchat a:hover {
        color: #d50058; }
        .list-collections-tabs-content .item-hoatchat a:hover svg {
          display: block; }
          .list-collections-tabs-content .item-hoatchat a:hover svg path {
            stroke: #d50058; }
  .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; } }
  @media (max-width: 767.98px) {
    .list-collections-tabs-content {
      padding: 16px; }
      .list-collections-tabs-content .item-hoatchat {
        margin-bottom: 16px;
        border-bottom: 1px solid #cbd5e1;
        padding: 0 0 4px 0; }
        .list-collections-tabs-content .item-hoatchat a {
          padding: 0;
          border: 0; }
          .list-collections-tabs-content .item-hoatchat a svg {
            display: block; } }

.hoatchat-detail .hoatchat-detail-wrap {
  max-width: 970px;
  margin: 0 auto;
  padding: 64px 40px; }

.hoatchat-detail .description-hoatchat h1 {
  color: #005db9;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px; }

.hoatchat-detail .description-hoatchat .excerpt-hoatchat {
  background: #FFF0F8;
  border: 1px solid #FFF0F8;
  padding: 32px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 32px; }
  .hoatchat-detail .description-hoatchat .excerpt-hoatchat:before {
    content: '';
    background-image: url(https://file.hstatic.net/200000935013/file/left.png);
    background-size: contains;
    background-repeat: no-repeat;
    width: 32px;
    height: 28px;
    top: 6px;
    left: 30px;
    position: absolute; }
  .hoatchat-detail .description-hoatchat .excerpt-hoatchat:after {
    content: '';
    background-image: url(https://file.hstatic.net/200000935013/file/right.png);
    background-size: contains;
    background-repeat: no-repeat;
    position: absolute;
    width: 32px;
    height: 28px;
    bottom: 6px;
    right: 30px; }

.article-hoatchat {
  position: relative; }

.article-hoatchat-wrap {
  min-height: 200px; }

.table-of-content {
  background: #fff;
  border-radius: 12px;
  width: 100%;
  border: 1px solid #B9DBFE; }

.toc-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  font-size: 16px;
  color: #005DB9;
  background: #F0F7FF;
  border-radius: 12px 12px 0 0;
  padding: 16px; }

.toc-title svg {
  width: 22px;
  height: 22px;
  color: #005db9; }

.toc-list {
  list-style: none;
  margin: 0;
  padding: 16px; }

.toc-list li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.2s; }

.toc-list li.active > a {
  font-weight: 700; }

.toc-list li a {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: background 0.2s, color 0.2s; }

.hoatchat-nguonthamkhao {
  background: #F0F7FF;
  border-left: 4px solid #0C83EB;
  border-radius: 12px;
  padding: 12px 20px; }
  .hoatchat-nguonthamkhao .title-nguonthamkhao {
    font-size: 16px;
    color: #005DB9;
    margin-bottom: 6px;
    font-weight: 700; }

@media (min-width: 992px) {
  .article-hoatchat-wrap {
    position: sticky;
    top: 100px; } }

@media (max-width: 991px) {
  .table-of-content {
    max-width: 100%; } }

.article-hoatchat-product-related {
  background: #F0F7FF;
  padding: 40px 0;
  margin-bottom: 32px; }
  .article-hoatchat-product-related h2 {
    font-size: 32px;
    font-weight: 700;
    color: #005DB9;
    margin-bottom: 24px; }
  .article-hoatchat-product-related .product-related-list .product-loop-new {
    background: #fff;
    margin: 0; }
    .article-hoatchat-product-related .product-related-list .product-loop-new .proloop-item {
      padding: 0; }
  .article-hoatchat-product-related .product-related-list.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #0C83EB; }
    .article-hoatchat-product-related .product-related-list.owl-carousel .owl-nav button svg {
      width: 24px;
      height: 24px; }
      .article-hoatchat-product-related .product-related-list.owl-carousel .owl-nav button svg path {
        stroke: #0C83EB; }
    .article-hoatchat-product-related .product-related-list.owl-carousel .owl-nav button.owl-prev {
      left: 0; }
    .article-hoatchat-product-related .product-related-list.owl-carousel .owl-nav button.owl-next {
      right: 0;
      background: #005DB9; }
      .article-hoatchat-product-related .product-related-list.owl-carousel .owl-nav button.owl-next svg path {
        stroke: #fff; }
  .article-hoatchat-product-related .product-related-list.owl-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center; }
    .article-hoatchat-product-related .product-related-list.owl-carousel .owl-dots button {
      background: rgba(2, 6, 23, 0.4);
      width: 12px;
      height: 12px;
      border-radius: 50%; }
      .article-hoatchat-product-related .product-related-list.owl-carousel .owl-dots button.active {
        background: #020617; }

.viewmore-hoatchat-wrapper {
  margin-top: 30px; }

.viewmore-hoatchat {
  padding: 13px 40px;
  border-radius: 30px;
  font-weight: 700;
  color: #fff;
  background: #D50058;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #D50058; }
