.h1 {
  font-size: 40px;
}

.h2 {
  font-size: 36px;
}

@media (max-width: 991.98px) {

  .h1,
  .h2 {
    font-size: 28px;
  }
}
.top-banner {
  padding: 132px 0 40px;
  background: linear-gradient(0deg, rgba(17, 177, 255, 0.1) 0%, rgba(4, 98, 240, 0.1) 106.79%);
}

.top-banner .title-text {
  max-width: 984px;
}

@media (max-width: 991.98px) {
  .top-banner {
    padding: 104px 0 32px;
  }
}

.new-popular {
  padding: 64px 0 96px;
}

.new-popular .item-box {
  gap: 24px 0;
}

.new-popular .item {
  top: 0;
  transition: top .3s ease-in-out;
}

.new-popular .item:hover {
  top: -8px;
}

.new-popular .item img {
  border-radius: 16px;
}

.new-popular .item .c-text {
  bottom: 0;
  width: 100%;
  padding: 0 36px 24px 36px;
  color: #fff;
}

.new-popular .item .c-text h3 {
  font-size: 22px;
}

@media (max-width: 1279.98px) and (min-width: 992px) {
  .new-popular .item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .new-popular .item .c-text {
    padding: 0 18px 18px 18px;
  }

  .new-popular .item .c-text h3 {
    font-size: 18px;
  }

  .new-popular .item .c-text p {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .new-popular {
    padding: 48px 0 64px;
  }

  .new-popular .item-box {
    gap: 20px;
  }

  .new-popular .item .c-text h3 {
    font-size: 18px;
  }

  .new-popular .item .c-text p {
    font-size: 12px;
  }
}

.table-list {
  padding: 96px 0;
  background: linear-gradient(180deg, rgba(17, 177, 255, 0.07) 0%, rgba(17, 177, 255, 0.021) 100%);
}

.table-list ::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.table-list ::-webkit-scrollbar-track {
  width: thin;
  background: #0000001A;
  border-radius: 10px;
}

.table-list ::-webkit-scrollbar-thumb {
  background: #0462F0;
  border-radius: 10px;
  border: 0px solid #f1f1f1;
}

.table-list ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.table-list .list-box {
  gap: 36px;
  padding-top: 48px;
}

.table-list .list-box .nav .tab {
  min-width: 284px;
  padding: 24px;
  border-radius: 8px;
  background: #0462F00A;
  color: #2d2d2d;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-list .list-box .nav .tab.active,
.table-list .list-box .nav .tab:hover {
  background: #0462F01A;
  color: #0462F0;
}

.table-list .list-box .tab-content {
  max-height: 926px;
  overflow: hidden;
  overflow-y: visible;
  direction: rtl;
  padding-left: 36px;
}

.table-list .list-box .tab-content .tab-pane {
  direction: ltr;
}

.table-list .list-box .list-text {
  min-width: 979px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #a9b0b3;
  text-decoration: none;
}

.table-list .list-box .list-text:not(:last-child) {
  margin-bottom: 24px;
}

.table-list .list-box .list-text .title {
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.table-list .list-box .list-text .title.hot::after {
  content: '';
  position: absolute;
  width: 17px;
  height: 16px;
  background: url("https://4ddig.tenorshare.com/images/v2/fire.svg") no-repeat center center;
  background-size: 100% 100%;
  transform: translate(30%, -10%);
}

.table-list .list-box .list-text .text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1599.98px) {
  .table-list .list-box .list-text {
    min-width: auto;
  }
}

@media (max-width: 991.98px) {
  .table-list {
    padding: 48px 0;
  }

  .table-list .list-box {
    gap: 32px;
    padding-top: 32px;
  }

  .table-list .list-box .nav {
    width: 100%;
    overflow: hidden;
    overflow-x: visible;
  }

  .table-list .list-box .nav .tab {
    min-width: max-content;
    padding: 16px 8px;
  }

  .table-list .list-box .tab-content {
    padding-left: 12px;
    padding-right: 24px;
  }

  .table-list .list-box .list-text .text {
    -webkit-line-clamp: 3;
  }
}

.rec-soft {
  padding: 96px 0;
}

.rec-soft .cell-box {
  gap: 24px 0;
}

.rec-soft .cell-item {
  width: calc(33.4% - 16px);
  border: 1px solid #0000001A;
  border-radius: 12px;
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.rec-soft .cell-item .blue-tip {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 12px 0 12px;
  padding: 4px 12px;
  background: linear-gradient(90deg, #0462F0 0%, #11B1FF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.rec-soft .cell-item:hover {
  border-color: #0462F0;
}

.rec-soft .cell-item h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.rec-soft .cell-item p {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
  margin-top: auto;
}

.rec-soft .cell-item a:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .rec-soft {
    padding: 64px 0;
  }

  .rec-soft .cell-item {
    width: 100%;
  }

  .rec-soft .cell-item p {
    -webkit-line-clamp: 3;
  }
}

.loss-scenarios {
  padding: 0 0 96px;
}

.loss-scenarios .Func-int a.func {
  padding: 12px 24px;
  background: #0462F00D;
  border: 1px solid #0462F033;
  border-radius: 4px;
}

.loss-scenarios .Func-int a.func::after {
  content: '>>';
  max-width: 0;
  font-size: 16px;
  padding-left: 4px;
  opacity: 0;
  transition-property: max-width, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  display: inline-block;
}

.loss-scenarios .Func-int a.func:hover::after {
  max-width: 20px;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .loss-scenarios {
    padding: 0 0 64px;
  }
}

.bottom-banner {
  padding: 0 0 96px;
}

.bottom-banner .item {
  padding: 60px 90px;
  border-radius: 60px;
  gap: 112px;
  background: linear-gradient(90deg, rgba(4, 98, 240, 0.3) 0%, rgba(17, 177, 255, 0.3) 100%);
}

.bottom-banner .item .title-text p {
  font-size: 18px;
}

@media (max-width: 1279.98px) {
  .bottom-banner .item {
    padding: 48px 64px;
    gap: 48px;
  }
}

@media (max-width: 991.98px) {
  .bottom-banner {
    padding: 0 0 64px;
  }

  .bottom-banner .item {
    padding: 56px 12px;
    border-radius: 24px;
    background: linear-gradient(360deg, rgba(4, 98, 240, 0.3) -4.73%, rgba(17, 177, 255, 0.3) 104.26%);
  }

  .bottom-banner .item .title-text p {
    font-size: 16px;
  }
}