#list-purchase .item .price-perday {
  text-decoration: none;
}
.avail-list .dropdown-btn {
  border-radius: 2px;
  overflow: hidden;
}
.tooltip-inner {
  text-align: start !important;
}
.tooltip-inner a {
  color: #f50;
}

.hot-icon {
  top: -20px;
  right: -14px;
  line-height: 1;
}

.nav-tabs.v1 .nav-link {
  cursor: pointer;
}

@media (max-width: 768px) {
  .nav-tabs.v1 .nav-link {
    width: 167px;
    font-size: 16px;
  }

  .hot-icon {
    top: -16px;
    right: -14px;
    line-height: 1;
  }

  .nav-tabs.v1 .nav-link {
    border-radius: 16px 16px 0 0;
  }
}

@media (max-width: 991.98px) {
  #list-purchase .list {
    gap: 0px;
    flex-direction: row;
    justify-content: start;
    flex-wrap: nowrap;
    align-items: start !important;
  }

  #list-purchase .list .cell {
    flex: none;
  }

  #list-purchase .listSwiper,
  #list-purchase .listSwiper2 {
    padding-bottom: 48px;
  }

  #list-purchase .swiper-pagination {
    bottom: 0;
    background: #ff55001a;
    width: max-content;
    padding: 6px 16px;
    border-radius: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }

  #list-purchase .swiper-pagination span {
    height: 11px;
    width: 11px;
    background: #ff55001a;
    border: 1px solid #ff550040;
    opacity: 1;
  }

  #list-purchase .swiper-pagination .swiper-pagination-bullet-active {
    height: 12px;
    width: 44px;
    border-radius: 100px;
    background: #ff5500;
  }
}

@media (min-width: 992px) {
  .swiper-view {
    display: none;
  }
}

#nav-sale .lft {
  width: 100%;
}

#nav-sale .lft .item {
  padding: 44px 14px 20px;
  border: 1px solid #bdc3c6;
  border-radius: 8px;
  text-align: center;
  color: #212121;
  border: 1px solid #f50;
  background: linear-gradient(
    0deg,
    rgba(255, 198, 170, 0.42) -5.47%,
    rgba(255, 198, 170, 0) 89.25%
  );
}

#nav-sale .lft .item .top-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 16px 16px;
  color: #fff;
  font-size: 20px;
  padding: 1px 16px;
  background: linear-gradient(43deg, #f50 4.05%, #ffcf1b 107.32%);
}

#nav-sale .lft .item .pro-icon {
  max-width: 72px;
}

#nav-sale .lft .item .content-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#nav-sale .lft .item h4 {
  font-size: 18px;
  text-align: start;
}

#nav-sale .lft .item .split-lines {
  margin: 32px 0;
}

#nav-sale .rgt {
  width: 100%;
  gap: 24px;
}

#nav-sale .rgt .item {
  border-radius: 12px;
  padding: 40px 20px 16px;
  border: 1px solid #bdc3c6;
  text-align: center;
  color: #212121;
}

#nav-sale .rgt .item.active {
  border-color: #bdc3c6;
  border-width: 1px;
  background: #f3fbfe;
  border: 1px solid #f50;
}

#nav-sale .rgt .item .price {
  margin-top: 0;
}

#nav-sale .rgt .item .btn {
  margin-top: 32px;
}

@media (min-width: 992px) {
  #nav-sale .lft {
    width: calc(36% + 1px);
    margin-right: 24px;
  }

  #nav-sale .lft .item {
    padding: 70px 16px 40px;
    background: none;
    border: 1px solid #bdc3c6;
  }

  #nav-sale .lft .item .pro-icon {
    max-width: 149px;
  }

  #nav-sale .lft .item .content-wrap {
    width: auto;
  }

  #nav-sale .lft .item h4 {
    font-weight: 500;
    text-align: center;
  }

  #nav-sale .rgt {
    width: auto;
    flex: 1;
  }

  #nav-sale .rgt .item {
    padding: 28px 40px 28px 30px;
  }

  #nav-sale .rgt .item.active {
    padding: 48px 40px 48px 30px;
    background: linear-gradient(
      0deg,
      rgba(255, 198, 170, 0.42) -5.47%,
      rgba(255, 198, 170, 0) 89.25%
    );
  }

  #nav-sale .rgt .item .btn {
    margin-top: 0px;
  }
}

@media (min-width: 1600px) {
  #nav-sale .lft .item {
    padding: 70px 60px 40px;
  }

  #nav-sale .lft .item h4 {
    font-size: 24px;
  }

  #nav-sale .lft .item .split-lines {
    margin: 40px 0;
  }

  #nav-sale .rgt {
    gap: 32px;
  }

  #nav-sale .rgt .item {
    padding: 24px 60px;
  }

  #nav-sale .rgt .item.active {
    padding: 24px 60px;
  }
}

.compare-platform {
  padding: 64px 0 0;
  overflow: hidden;
}

@media (min-width: 1280px) {
  .compare-platform {
    padding: 100px 0 0;
    overflow: visible;
  }
}

.compare-platform .btn.btn-lg {
  height: 48px;
  padding: 0 10px;
  font-size: 16px;
}

@media (min-width: 1600px) {
  .compare-platform {
    padding: 120px 0 0;
  }

  .compare-platform .btn.btn-lg {
    height: 56px;
    font-size: 18px;
  }
}

.compare-platform .table-cont {
  width: 100%;
  position: relative;
  overflow-x: auto;
}

@media (min-width: 1280px) {
  .compare-platform .table-cont.collapsed {
    overflow-x: auto;
  }
  .compare-platform .table-cont {
    overflow: visible;
  }
}

.compare-platform .table-cont .down-btn {
  display: none;
}

.compare-platform .table-cont.collapsed {
  height: 516px;
  /* overflow: hidden; */
  overflow-y: clip;
}

.compare-platform .table-cont.collapsed::after {
  content: "";
  width: 600px;
  height: 120px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: 10;
}

@media (min-width: 1280px) {
  .compare-platform .table-cont.collapsed {
    height: 772px;
  }

  .compare-platform .table-cont.collapsed::after {
    width: 100%;
    height: 180px;
  }
}

.compare-platform .table-cont.collapsed .down-btn {
  display: block;
  position: sticky;
  left: calc(50% - 12px);
  bottom: 16px;
  z-index: 12;
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.compare-platform .compare-tables {
  width: 600px;
  margin-top: 52px;
  background: #eef3f9;
  border-radius: 24px;
}

.compare-platform .list1 {
  /* position: -webkit-sticky !important;
position: sticky !important;
left: 0; */
  z-index: 5 !important;
}

@media (min-width: 1280px) {
  .compare-platform .table-cont.collapsed .down-btn {
    width: 24px;
    height: 24px;
  }

  .compare-platform .compare-tables {
    width: 1096px;
    border-radius: 32px;
    margin-top: 72px;
  }

  .compare-platform .list1 {
    position: relative !important;
  }
}

@media (min-width: 1600px) {
  .compare-platform .compare-tables {
    width: 1542px;
    border-radius: 48px;
  }
}

@media (min-width: 1690px) {
  .compare-platform .compare-tables {
    width: 1650px;
  }
}

.compare-platform .compare-tables ul {
  width: 172px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul {
    width: 250px;
  }
}

@media (min-width: 1600px) {
  .compare-platform .compare-tables ul {
    width: 322px;
  }
}

@media (min-width: 1690px) {
  .compare-platform .compare-tables ul {
    width: 380px;
  }
}

.compare-platform .compare-tables ul.top-shadow li:first-child::before {
  content: "";
  width: 100%;
  height: 64px;
  background: #eef3f9;
  position: absolute;
  left: 0;
  top: -64px;
  z-index: -1;
}
.compare-platform .compare-tables ul.top-shadow .full::before {
  content: "";
  width: 100%;
  height: 64px;
  background: #eef3f9;
  position: absolute;
  left: 0;
  top: -64px;
  z-index: -1;
}

.compare-platform .compare-tables ul:nth-child(2) {
  width: 240px;
}

.compare-platform .compare-tables ul:nth-child(2) li {
  justify-content: start;
  text-align: start;
}

.compare-platform .compare-tables ul:nth-child(2) li .hot {
  padding: 2px 4px;
  border-radius: 4px;
  border: 1px solid #ff5500;
  background: #ff550014;
  font-size: 12px;
  font-weight: 700;
  color: #ff5500;
  /* margin-left: 8px; */
  /* position: absolute; */
  /* top: 50%;
    transform: translateY(-50%); */
  line-height: 1.1;
}

.compare-platform .compare-tables ul:nth-child(2) li .h-2 .hot {
  top: 53%;
  transform: translateY(0%);
}

.compare-platform .compare-tables ul:nth-child(2) li .h-xl-2 .hot {
  top: 53%;
  transform: translateY(0%);
}

.compare-platform .compare-tables ul:nth-child(2) li p a {
  top: -5px;
  margin-left: 2px;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul:nth-child(2) li p a {
    top: -10px;
  }

  .compare-platform .compare-tables ul:nth-child(2) li .h-xl-2 .hot {
    top: 56%;
  }
}

@media (min-width: 1600px) {
  .compare-platform .compare-tables ul:nth-child(2) li .h-2 .hot {
    top: 32%;
  }

  .compare-platform .compare-tables ul:nth-child(2) li .h-xl-2 .hot {
    top: 32%;
  }
}

.compare-platform .compare-tables .sup-cont ul:first-child {
  width: 172px;
}

.compare-platform .compare-tables ul:nth-child(1) li:nth-child(2) {
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables > ul:nth-child(1) {
    width: 200px;
  }

  .compare-platform .compare-tables > ul:nth-child(1) li:nth-child(2) {
    height: 503px;
    color: #212121;
  }

  .compare-platform .compare-tables > ul:nth-child(1) li:nth-child(3) {
    height: 393px;
    color: #212121;
  }

  .compare-platform .compare-tables ul:nth-child(2) {
    width: 332px;
  }

  .compare-platform .compare-tables .sup-cont ul:first-child {
    width: 250px;
  }
}

@media (min-width: 1600px) {
  .compare-platform .compare-tables > ul:nth-child(1) {
    width: 320px;
  }

  .compare-platform .compare-tables > ul:nth-child(1) li:nth-child(2) {
    height: 720px;
    color: #212121;
  }

  .compare-platform .compare-tables > ul:nth-child(1) li:nth-child(3) {
    height: 560px;
    color: #212121;
  }

  .compare-platform .compare-tables ul:nth-child(2) {
    width: 480px;
  }

  .compare-platform .compare-tables .sup-cont ul:first-child {
    width: 347px;
  }
}

@media (min-width: 1690px) {
  .compare-platform .compare-tables .sup-cont ul:first-child {
    width: 376px;
  }
}

.compare-platform .compare-tables ul:nth-child(1) li:first-child {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  border-radius: 16px 0 0 0;
}

@media (max-width: 1279.98px) {
  .compare-platform .compare-tables ul:nth-child(2) li:first-child {
    border-radius: 16px 0 0 0;
  }

  .compare-platform .compare-tables ul:nth-child(2) li:last-child {
    border-radius: 0 0 0 16px;
  }

  .compare-platform .compare-tables .mb-raidu li:first-child {
    border-radius: 0 16px 0 0;
  }

  .compare-platform .compare-tables .mb-raidu li:last-child {
    border-radius: 0 0 16px 0;
  }
}

@media (min-width: 1600px) {
  .compare-platform .compare-tables ul:nth-child(1) li:first-child {
    font-size: 36px;
    border-radius: 24px 0 0 0;
  }
}

.compare-platform .compare-tables ul:nth-child(1) li:last-child {
  border-radius: 0 0 0 24px;
}

.compare-platform .compare-tables ul:last-child:not(.sup) li {
  border-color: #e6e7eb transparent transparent transparent !important;
}

.compare-platform .compare-tables ul:last-child li:first-child {
  border-color: transparent transparent #e6e7eb !important;
}

.compare-platform .compare-tables ul .mobile-fixed.actived {
  position: fixed;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul .mobile-fixed.actived {
    position: -webkit-sticky;
    position: sticky;
  }
}

.compare-platform .compare-tables ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #515455;
  border: 1px solid;
  line-height: 1.5;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul li {
    padding: 4px 16px;
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .compare-platform .compare-tables ul li {
    font-size: 24px;
    height: 80px;
    padding: 8px 24px;
  }

  .compare-platform .compare-tables ul .mobile-fixed .btn {
    min-width: 200px;
  }
}

.compare-platform .compare-tables ul li:first-child {
  position: sticky;
  height: 149px;
  top: 48px;
  z-index: 3;
  border-color: transparent #e6e7eb #e6e7eb transparent !important;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul li:first-child {
    height: 136px;
  }
}

@media (min-width: 1600px) {
  .compare-platform .compare-tables ul li:first-child {
    height: 204px;
    top: 64px;
  }
}

.compare-platform .compare-tables ul li:nth-of-type(even) {
  background: #fff;
  border-color: transparent #e6e7eb transparent transparent;
}

.compare-platform .compare-tables ul li:nth-of-type(odd) {
  background: #fff;
  border-color: #e6e7eb #e6e7eb #e6e7eb transparent;
}

.compare-platform .compare-tables ul li h6 {
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul li h6 {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .compare-platform .compare-tables ul li h6 {
    font-size: 26px;
  }
}

.compare-platform .compare-tables ul li .vs-icon {
  width: 24px;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul li .vs-icon {
    width: 36px;
  }
}

.compare-platform .compare-tables ul.sup {
  position: absolute;
  right: 180px;
  bottom: 7px;
  z-index: 3;
  /* border: 2px solid #ff5500; */
  border-radius: 16px;
  box-shadow: 0px 4px 24px 0px rgba(63, 28, 10, 0.1);
  background: linear-gradient(273.17deg, #ff5500 0%, #ffcf1b 99.48%);
  padding: 2px;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul.sup {
    bottom: 14px;
    right: 48px;
  }
}

@media (min-width: 1600px) {
  .compare-platform .compare-tables ul.sup {
    bottom: 24px;
  }
}

@media (min-width: 1690px) {
  .compare-platform .compare-tables ul.sup {
    right: 72px;
  }
}

.compare-platform .compare-tables ul.sup li .pop-tips {
  margin-bottom: 18px;
  width: 90px;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul.sup li .pop-tips {
    width: 102px;
    margin-bottom: 6px;
  }
}

@media (min-width: 1600px) {
  .compare-platform .compare-tables ul.sup li .pop-tips {
    width: 162px;
    margin-bottom: 14px;
  }
}

.compare-platform .compare-tables ul.sup li.full {
  position: sticky;
  height: 148px;
  /* border-radius: 24px 24px 0 0; */
  top: 48px;
}

.compare-platform .compare-tables .more-popular {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 48px;
  font-size: 14px;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(273.17deg, #ff5500 0%, #ffcf1b 99.48%);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.compare-platform .compare-tables ul.top-shadow .more-popular {
  border-radius: 0;
}

.compare-platform .compare-tables .more-popular svg {
  width: 24px;
  height: 24px;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul.sup li.full {
    height: 136px;
  }

  .compare-platform .compare-tables .more-popular {
    font-size: 18px;
  }

  .compare-platform .compare-tables .more-popular svg {
    width: 32px;
    height: 32px;
  }
}

@media (min-width: 1600px) {
  .compare-platform .compare-tables ul.sup li.full {
    height: 204px;
    top: 64px;
  }

  .compare-platform .compare-tables .more-popular {
    height: 64px;
    font-size: 24px;
    gap: 12px;
  }

  .compare-platform .compare-tables .more-popular svg {
    width: 40px;
    height: 40px;
  }
}

.compare-platform .compare-tables ul.sup li:last-child {
  border-radius: 0 0 14px 14px;
}

.compare-platform .compare-tables ul.bt {
  width: 172px;
}

@media (min-width: 1280px) {
  .compare-platform .compare-tables ul.bt {
    width: 282px;
  }
}

@media (min-width: 1600px) {
  .compare-platform .compare-tables ul.bt {
    width: 371px;
  }

  .compare-platform .compare-tables ul.sup li:last-child {
    border-radius: 0 0 24px 24px;
  }
}

@media (min-width: 1690px) {
  .compare-platform .compare-tables ul.bt {
    width: 422px;
  }
}

.compare-platform .compare-tables ul.bt li:first-child {
  border-radius: 0 24px 0 0;
}

.compare-platform .compare-tables ul.bt li:last-child {
  border-radius: 0 0 24px 0;
}

.compare-platform .compare-tables .sup-cont {
  border-radius: 24px 24px 0 0;
}

.tips-primary {
  padding: 2px 4px;
  border: 0.5px solid #ff5500;
  border-radius: 4px;
  background-color: #ff550014;
  font-family: Be Vietnam Pro;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #ff5500;
}
.tips-green {
  padding: 2px 4px;
  border: 0.5px solid #30bf78;
  border-radius: 4px;
  background-color: #30bf7814;
  font-family: Be Vietnam Pro;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #30bf78;
}
#list-purchase .swiper-button-prev,
#list-purchase .swiper-button-next {
  width: 32px;
  height: 32px;
}
#list-purchase .swiper-button-prev {
  left: 8px;
}
#list-purchase .swiper-button-next {
  right: 8px;
}
#nav-sale .listSwiper3 {
  width: 100%;
}
#list-purchase .swiper-button-prev:after,
#list-purchase .swiper-button-next:after {
  display: none;
}
#nav-sale .listSwiper3 .item {
  width: 100%;
}
#nav-sale .listSwiper3 .swiper-pagination {
  display: none;
}
@media (max-width: 992px) {
  #list-purchase .for-four {
    padding: 0;
  }
  #list-purchase .for-four .swiper {
    padding: 0 24px 48px;
  }
  #nav-sale .listSwiper3 .item {
    flex: none;
  }
  #nav-sale .listSwiper3 .swiper-pagination {
    display: flex;
  }
}
@media (max-width: 768px) {
  .nav-tabs.v1 .nav-link {
    width: fit-content;
    font-size: 16px;
    min-width: 130px;
  }
}
