/* base */
.td-page-title {
  display: none;
}
.td-main-content {
  padding-top: 0px;
}
.content-center {
  /* width: 851px; */
}

.tagdiv-type img {
  margin-bottom: 0px;
}

.promo-banner__media img {
  bottom: 0px;
  position: absolute;
}

.tagdiv-type p {
  margin-bottom: 0px;
}
.td-container {
  width: 100%;
}
section.contact-page {
  background: linear-gradient(0deg, #FFF 0%, #EBF2FF 100%);
  padding-top: 57px;
}
#td-outer-wrap {
  overflow: visible;
}
.td-pb-row {
margin-right: 0; 
margin-left: 0; 
}
.wrap-banner.banner-ads {
  position: sticky;
  top: 82px;
}
@media (min-width: 1100px) {
  .td-container.td-header-row.td-header-main-menu {
    width: 1236px;
  }
  .footer .td-container{
    width: 1236px;
  }
  .container {
    width: 1236px;
  }
}

.content-wrap {
  display: grid;
  grid-template-columns: 6fr 2fr;
  gap: 20px;
}

@media (max-width:979px) {
 
  .promo-banner__media img {
    position: relative;
}
  .td-container, .tdc-row, .tdc-row-composer {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-wrap {
    grid-template-columns: 1fr;
  }

}

/* end base */
/* search */
.search-card {
  /* width: 851px; */
  height: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: transparent;
  font-family: Inter, sans-serif;
}

.search-card__inner {
  background: #fff;
  border-radius: 10px;
  padding: 10px 16px;
  display: grid;
  gap: 16px;
  align-items: center;
  margin-bottom: 28px;
}

.search-card__left {
  display: grid;
  grid-template-rows: auto auto auto auto;
  row-gap: 8px;
}

.search-card__title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.search-card__subtitle {
  color: rgba(0, 0, 0, 0.70);
  font-size: 14px;
  font-weight: 700;
}

.search-card__input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.search-card__input {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.50);
  border-radius: 5px;
  height: 27px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

input.search-input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  color: rgba(0, 0, 0, 0.85);
  font-size: 12px;
  font-weight: 400;
}

.search-input::placeholder {
  color: rgba(0, 0, 0, 0.50);
}

.search-button {
  background: #2563EB;
  color: #fff;
  border: none;
  border-radius: 5px;
  height: 27px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.search-button img {
  width: 24px;
  height: 25px;
}

.search-button:hover {
  filter: brightness(0.95);
}

.search-card__hint {
  margin: 0;
  color: rgba(0, 0, 0, 0.79);
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.search-card__illustration {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /* min-width: 40px; */
}

.search-card__img {
  width: 24px;
  height: 39px;
  transform: rotate(180deg);
  transform-origin: top left;
  opacity: 0.95;
}

@media (max-width: 979px) {
  .search-card__inner {
    grid-template-columns: 1fr;
  }

  .search-card__illustration {
    display: none;
  }

  .search-card__input-row {
    max-width: 100%;
  }
}

/* end search */

/* right */
.filter-card {
  width: 100%;
  /* height: 100%; */
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: transparent;
  font-family: Inter, sans-serif;
  margin-bottom: 28px;
}

.filter-card__inner {
  background: #fff;
  border-radius: 10px;
  /* max-width: 365px;
  min-height: 932px; */
  padding: 18px;
  display: grid;
  grid-auto-rows: max-content;
  row-gap: 16px;
}

.filter-card__title {
  margin: 4px 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.filter-form {
  display: grid;
  row-gap: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  column-gap: 12px;
  align-items: center;
}

.form-label {
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.70);
}

.select {
  position: relative;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.50);
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  /* padding-right: 32px; */
}

.select__input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}

.select__icon {
  position: absolute;
  right: 8px;
  width: 17px;
  height: 20px;
  pointer-events: none;
}

.tip {
  display: grid;
  row-gap: 6px;
  background: #F0FDF4;
  border: 1px solid #058C2F;
  border-radius: 5px;
  padding: 10px 12px;
}

.tip__title {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.tip__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  text-align: justify;
}

.explain {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 12px;
}

.explain__title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.explain__content p {
  margin: 8px 0;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  text-align: justify;
}

.legal {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 12px;
  display: grid;
  row-gap: 8px;
}

.legal__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.legal__content p {
  margin: 6px 0;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.legal__link {
  color: #000;
  text-decoration: underline;
}

.title-page {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 62px;
}


@media (max-width: 979px) {
   .title-page {
      font-size: 24px;
      margin-bottom: 30px;
  }
  .filter-card__inner {
    max-width: 100%;
    padding: 16px;
  }

  .form-row {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }
}

/* end right */

.result-card {
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-family: Inter, sans-serif;
  padding: 13px;
  margin-bottom: 28px;
  background: #fff;
}

.result-card__inner {
  background: #fff;
  border-radius: 10px;
  padding: 18px;
  display: grid;
  grid-template-rows: max-content 1fr max-content;
  row-gap: 0;
}

.result-card__topbar {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  /* height: 40px; */
  /* background: #F1F5F9; */
  /* border: 1px solid #000; */
  /* padding: 8px 10px; */
  margin-bottom: 8px;
}

.topbar__left {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #000;
  font-size: 12px;
}

.topbar__count {
  font-weight: 700;
}

.topbar__text {
  font-weight: 400;
}

.topbar__right {
  text-align: right;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

table th {
  border: 1px solid #000;
  background: #F1F5F9;
}

/* Tỉ lệ cột nhất quán giữa header cố định và bảng */
.column-cap-ma {
  width: 10%;
}

.column-code {
  width: 12%;
}

.column-name {
  width: 33%;
}

.column-sector {
  width: 30%;
}

.column-note {
  width: 15%;
}

table td {
  border: 1px solid #000;
}

.result-table {
  display: grid;
  grid-template-rows: max-content 1fr;
  border-top: 1px solid #000;
}

.result-table__header {
  display: grid;
  grid-template-columns: 110px 1fr 150px 120px;
  align-items: center;
  height: 40px;
  padding: 8px 8px;
  background: #F1F5F9;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.result-table__body {
  position: relative;
  max-height: 297px;
  overflow: auto;
  border-bottom: 1px solid #000;
}

.tr {
  display: grid;
  grid-template-columns: 110px 1fr 150px 120px;
  column-gap: 0;
  align-items: center;
  min-height: 36px;
  border-bottom: 1px solid #000;
}

.tr:last-child {
  border-bottom: none;
}

.td,
.th {
  padding: 8px;
  color: #000;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.td--code {
  font-weight: 700;
}

.th {
  font-size: 14px;
  font-weight: 700;
}

.custom-scroll {
  scrollbar-width: thin;
  scrollbar-color: #756E6E rgba(217, 217, 217, 0.40);
}

.custom-scroll::-webkit-scrollbar {
  width: 11px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: rgba(217, 217, 217, 0.40);
  border-radius: 8px;
  margin: 8px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #756E6E;
  border-radius: 8px;
  min-height: 125px;
}

.custom-scroll::-webkit-scrollbar-button {
  height: 12px;
  background: transparent;
}

.result-card__footnote {
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  color: #000;
  margin-top: 19px;
}

@media (max-width: 979px) {
  .result-card__inner {
    max-width: 100%;
    padding: 12px;
  }

  .result-table__header,
  .tr {
    grid-template-columns: 90px 1fr 120px 100px;
  }

  .th--note,
  .td--note {
    display: none;
  }
}

/* end result */

/* intro */
.promo-banner {
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-family: Inter, sans-serif;
  margin-bottom: 28px;
  background: rgba(92, 255, 247, 0.80);
  border: 1px solid #155EEF;
  padding: 18px;
  position: relative;
}

.promo-banner__inner {
  /* max-width: 851px; */
  /* min-height: 349px; */
  /* background: rgba(92, 255, 247, 0.80); */
  /* border: 1px solid #155EEF; */
  border-radius: 10px;
  /* padding: 18px; */
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 24px;
  align-items: center;
}

.promo-banner__content {
  display: grid;
  grid-auto-rows: max-content;
  row-gap: 14px;
  color: #000;
}

.promo-banner__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: justify;
}

.promo-banner__lead {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #FF0404;
  text-align: justify;
}

.promo-list {
  margin: 0;
  padding-left: 4px;
  display: grid;
  row-gap: 6px;
  font-size: 14px;
  line-height: 26px;
  color: #000;
  text-align: justify;
  margin-bottom: 0 !important;
}

.promo-list li {
  list-style: disc;
}

.text-normal {
  font-weight: 400;
}

/* CTA */
.promo-cta {
  margin-top: 8px;
  height: auto;
  background: #1D4ED8;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  padding: 3px 31px 3px 31px;
  font-size: 16px;
  font-weight: 700;
  /* display: inline-flex; */
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  width: fit-content;
  text-decoration: none !important;
}

.promo-cta__icon {
  width: 49px;
  height: 35px;
  /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
  position: absolute;
  top: 16px;
}

.promo-banner__media {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: relative; */
}

.promo-banner__image {
  width: 366px;
  height: 268px;
  object-fit: cover;
}

@media (max-width: 979px) {
  .promo-banner__inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .promo-banner__media {
    order: 2;
  }

  .promo-banner__image {
    max-width: 100%;
    height: auto;
  }

  .promo-cta {
    width: 100%;
    justify-content: center;
  }

  .promo-banner__title {
    font-size: 16px;
  }

  .promo-banner__lead {
    font-size: 15px;
  }
}

/* end intro */

/* long-content */
.long-content {
  width: 100%;
  height: auto;
  border-radius: 10px;
  font-family: Inter, sans-serif;
}

.long-content__inner {
  /* max-width: 851px; */
  height: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 24px;
  display: grid;
  grid-auto-rows: max-content;
  row-gap: 18px;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 4px 0 8px;
}

.sub-title {
  font-size: 18.7px;
  font-weight: 700;
  color: #000;
  margin: 8px 0 6px;
}

.rich-text {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  text-align: justify;
  display: grid;
  row-gap: 10px;
}

.rich-text .italic {
  font-style: italic;
}

.rich-text p {
  margin: 0;
}

.rich-text ul {
  margin: 0;
  padding-left: 20px;
}

.rich-text li {
  margin: 2px 0;
}

@media (max-width: 979px) {
  .long-content__inner {
    padding: 28px;
    row-gap: 20px;
  }

  .section-title {
    font-size: 20px;
  }

  .sub-title {
    font-size: 17px;
  }

  .rich-text {
    font-size: 15px;
    line-height: 26px;
  }
}

/* end long-content */

/* button dowload */
.download-code-section {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: Inter, sans-serif;
}

.dcs-header-bar {
  width: max-content;
  height: 36px;
  /* position: absolute; */
  left: 0;
  top: 0;
  background: #2563EB;
  border-radius: 5px;
  padding: 22px;
  display: flex;
  align-items: center;
}

.dcs-title {
  /* position: absolute; */
  left: 22px;
  top: 9px;
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  word-wrap: break-word;
}

.dcs-icon {
  width: 30px;
  height: 30px;
  /* position: absolute; */
}

.dcs-icon-right {
  left: 281px;
  top: 2px;
}

.dcs-icon-left {
  left: 253px;
  top: 4px;
}


/* end button dowload */