@charset "UTF-8";
.bgColor {
  background-color: var(--bg-color); }

.pd-y {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 992px) {
    .pd-y {
      padding-top: 40px;
      padding-bottom: 40px; } }

.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }
  .flex-wrapper .flex-left,
  .flex-wrapper .flex-right {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px); }
    @media (max-width: 992px) {
      .flex-wrapper .flex-left,
      .flex-wrapper .flex-right {
        flex: 0 0 100%;
        max-width: 100%; } }

.ldp-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--color-primary); }
  @media (max-width: 992px) {
    .ldp-title {
      font-size: 20px;
      margin-bottom: 15px; } }

.ldp-bannertext-1 .flex-wrapper {
  align-items: center; }
  @media (max-width: 992px) {
    .ldp-bannertext-1 .flex-wrapper {
      flex-direction: column-reverse;
      gap: 15px; } }

.ldp-bannertext-1 .ldp-title {
  color: #000; }

.ldp-bannertext-1 .list-contents .item-content {
  display: flex;
  align-items: start;
  gap: 12px;
  margin-bottom: 25px; }
  @media (max-width: 992px) {
    .ldp-bannertext-1 .list-contents .item-content {
      gap: 8px;
      margin-bottom: 15px; } }
  .ldp-bannertext-1 .list-contents .item-content .content-icon {
    flex: 0 0 50px;
    max-width: 50px; }
  .ldp-bannertext-1 .list-contents .item-content .content-detail .content__title {
    color: var(--color-primary);
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px; }
    @media (max-width: 992px) {
      .ldp-bannertext-1 .list-contents .item-content .content-detail .content__title {
        font-size: 15px; } }

.listtab-content {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  max-height: 420px;
  /*@media (max-width: 992px) {
    .custom-table {overflow-x: auto;}
    .custom-table table{
      width: max-content!important;
      max-width: 768px;
    }
    .custom-table th,
    .custom-table td {
      white-space: nowrap;
    }
  }*/ }
  @media (max-width: 992px) {
    .listtab-content {
      flex-direction: column;
      width: 100%; } }
  .listtab-content .listtab__nav {
    flex: 0 0 150px;
    max-height: 350px;
    overflow: hidden; }
    .listtab-content .listtab__nav .swiper, .listtab-content .listtab__nav .swiper-wrapper {
      height: 100% !important; }
    @media (max-width: 992px) {
      .listtab-content .listtab__nav {
        flex: 0 0 100%;
        margin-top: 0px;
        display: flex; } }
    .listtab-content .listtab__nav .listtab-tableSwiper {
      padding-top: 30px; }
      @media (max-width: 992px) {
        .listtab-content .listtab__nav .listtab-tableSwiper {
          padding-top: 0; } }
    .listtab-content .listtab__nav .listtab-tableSwiper:not(.swiper-initialized) .swiper-slide {
      height: 65px; }
      @media (max-width: 992px) {
        .listtab-content .listtab__nav .listtab-tableSwiper:not(.swiper-initialized) .swiper-slide {
          height: auto; } }
    .listtab-content .listtab__nav .swiper-button-next {
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.05) !important; }
      @media (min-width: 992px) {
        .listtab-content .listtab__nav .swiper-button-next {
          bottom: 10px;
          top: auto;
          left: 50%;
          transform: translateX(-50%) rotate(90deg); } }
    .listtab-content .listtab__nav .swiper-button-prev {
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.05) !important; }
      @media (min-width: 992px) {
        .listtab-content .listtab__nav .swiper-button-prev {
          top: 30px;
          bottom: auto;
          left: 50%;
          transform: translateX(-50%) rotate(90deg) !important; } }
    .listtab-content .listtab__nav .nav-item {
      margin-bottom: 0px;
      height: 100%; }
      @media (max-width: 992px) {
        .listtab-content .listtab__nav .nav-item {
          margin-bottom: 0px; } }
    .listtab-content .listtab__nav .nav-link {
      display: flex;
      padding: 10px 25px;
      border-radius: 0 14px 14px 0;
      background: rgba(9, 31, 87, 0.05);
      font-weight: bold;
      height: 100%;
      color: #000;
      align-items: center;
      transition: .3s all; }
      @media (max-width: 992px) {
        .listtab-content .listtab__nav .nav-link {
          border-radius: 0;
          padding: 10px 5px;
          font-size: 13px;
          text-align: center;
          justify-content: center; } }
      .listtab-content .listtab__nav .nav-link.active {
        color: white;
        background: #091f57; }
  .listtab-content .listtab__content {
    flex: 0 0 calc(100% - 150px); }
  .listtab-content .nav-content {
    display: none;
    position: relative; }
    .listtab-content .nav-content:before {
      content: '';
      position: absolute;
      left: -90px;
      bottom: -40px;
      width: 150px;
      height: 170px;
      background-image: var(--bg-image);
      background-repeat: no-repeat;
      background-size: 100%;
      z-index: 2; }
      @media (max-width: 992px) {
        .listtab-content .nav-content:before {
          display: none !important;
          left: 50%;
          transform: translateX(-50%);
          bottom: auto;
          top: 100%; } }
    .listtab-content .nav-content.active {
      display: block; }
  .listtab-content .table-wrapper {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.08), 0 16px 24px rgba(0, 0, 0, 0.05); }
  .listtab-content .custom-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    color: #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.08), 0 16px 24px rgba(0, 0, 0, 0.05); }
  .listtab-content .custom-table thead th {
    background: #f8f8f8;
    text-align: left;
    padding: 12px;
    font-weight: bold;
    color: #091f57;
    border-bottom: 2px solid #ddd;
    position: sticky;
    /* giữ cố định khi scroll */
    top: 0;
    /* dính lên trên */
    z-index: 2; }
    @media (max-width: 992px) {
      .listtab-content .custom-table thead th {
        font-size: 14px;
        padding: 5px 12px; } }
  .listtab-content .custom-table thead td {
    padding: 12px;
    font-weight: bold;
    background: #fdf8e2; }
    .listtab-content .custom-table thead td * {
      background: unset !important; }
  .listtab-content .custom-table tbody td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee; }
    @media (max-width: 992px) {
      .listtab-content .custom-table tbody td {
        font-size: 14px;
        padding: 5px 12px; } }
  .listtab-content .custom-table tbody tr:last-child td {
    border-bottom: none; }
  .listtab-content .custom-table thead,
  .listtab-content .custom-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .listtab-content .custom-table tbody {
    display: block;
    max-height: 300px;
    /* chỉnh chiều cao tùy ý */
    overflow-y: auto; }
  .listtab-content .custom-table tbody::-webkit-scrollbar {
    width: 5px;
    /* độ rộng thanh scroll */ }
  .listtab-content .custom-table tbody::-webkit-scrollbar-track {
    background: #c1c1c1;
    /* màu nền track */
    border-radius: 0px; }
  .listtab-content .custom-table tbody::-webkit-scrollbar-thumb {
    background: #091f57;
    /* màu thanh kéo */
    border-radius: 0px; }
  .listtab-content .custom-table tbody::-webkit-scrollbar-track-piece {
    background: rgba(193, 193, 193, 0.5);
    /* màu thanh kéo */
    border-radius: 0px; }

.ldp-blog .listtab__content .nav-content {
  display: none; }
  .ldp-blog .listtab__content .nav-content.active {
    display: block; }

.ldp-blog .listtab__nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 45px; }
  @media (max-width: 992px) {
    .ldp-blog .listtab__nav {
      margin-bottom: 30px;
      gap: 20px; } }
  .ldp-blog .listtab__nav .nav-item .nav-link {
    display: flex;
    align-items: end;
    gap: 10px;
    color: #000;
    font-weight: bold;
    transition: .3s all; }
    .ldp-blog .listtab__nav .nav-item .nav-link.active {
      color: #091f57; }

.ldp-blog .swiper:not(.swiper-initialized) .swiper-wrapper {
  flex-wrap: nowrap;
  gap: 30px; }
  .ldp-blog .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    flex: 0 0 33.330%; }
    @media (max-width: 992px) {
      .ldp-blog .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 100%; } }

.ldp-blog .card-article__image a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  padding-top: 60%; }
  .ldp-blog .card-article__image a img, .ldp-blog .card-article__image a iframe, .ldp-blog .card-article__image a video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: .3s ease-in-out all; }

.ldp-blog .card-article__desc {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

.ldp-blog .card-article__title a {
  color: #091f57; }

.ldp-blog .time {
  color: #091f57; }
