/* #region common */
#TroThanhDoiTac {
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
}

#TroThanhDoiTac * {
  box-sizing: border-box;
}

#TroThanhDoiTac a {
  text-decoration: none;
}

#TroThanhDoiTac img {
  max-width: 100%;
}

#TroThanhDoiTac .ttp-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

#TroThanhDoiTac .ttp-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #181d27;
  letter-spacing: -0.2px;
  text-align: center;
  margin: 0 0 12px;
}

#TroThanhDoiTac .ttp-title-left {
  text-align: left;
}

#TroThanhDoiTac .ttp-sub {
  font-size: 20px;
  line-height: 28px;
  color: #414651;
  text-align: center;
  margin: 0 auto;
}

#TroThanhDoiTac .ttp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(68.25deg, #1B49F5 0%, #5993FF 131.14%);
  color: #fff;
  font-family: "Inter SemiBold", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  height: 52px;
  padding: 0 20px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#TroThanhDoiTac .ttp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(27, 73, 245, 0.3);
}

#TroThanhDoiTac .ttp-btn .arrow {
  transition: transform 0.2s ease;
}

#TroThanhDoiTac .ttp-btn:hover .arrow {
  transform: translateX(4px);
}

#TroThanhDoiTac .ttp-mt96 {
  margin-top: 96px;
}

/* #endregion */

/* #region hero */
#TroThanhDoiTac .ttp-hero {
  background: linear-gradient(0deg, #E9F5FF 36.61%, #FFF 119.62%);
  padding: 140px 0 80px;
  overflow-x: hidden;
}

#TroThanhDoiTac .ttp-hero-inner {
  display: flex;
  gap: 48px;
  align-items: center;
}

#TroThanhDoiTac .ttp-hero-content {
  flex: 1;
  min-width: 0;
}

#TroThanhDoiTac .ttp-hero-logo {
  width: 203px;
  height: auto;
  margin-bottom: 8px;
}

#TroThanhDoiTac .ttp-hero-title {
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  color: #181d27;
  margin: 0 0 12px;
  letter-spacing: 0;
}

#TroThanhDoiTac .ttp-hero-title .grad {
  background: linear-gradient(28.93deg, #1B49F5 0%, #5993FF 131.14%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#TroThanhDoiTac .ttp-hero-sub {
  font-family: "Inter SemiBold", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #181d27;
  margin: 0 0 12px;
}

#TroThanhDoiTac .ttp-hero-desc {
  font-size: 20px;
  line-height: 28px;
  color: #252b37;
  margin: 0 0 40px;
}

#TroThanhDoiTac .ttp-hero-graphic {
  flex: none;
  width: 670px;
  max-width: 48%;
  position: relative;
}

#TroThanhDoiTac .ttp-hero-graphic>img {
  width: 100%;
  display: block;
}

#TroThanhDoiTac .ttp-hero-graphic .ttp-media-img {
  border-radius: 24px;
  max-height: 420px;
  object-fit: contain;
}

#TroThanhDoiTac .ttp-pop {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 12px 16px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 20px 40px rgba(108, 154, 255, 0.15);
  color: #252b37;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

#TroThanhDoiTac .ttp-pop img {
  width: 40px;
  height: 40px;
  flex: none;
}

#TroThanhDoiTac .ttp-pop span {
  display: flex;
  flex-direction: column;
}

#TroThanhDoiTac .ttp-pop strong {
  font-size: 16px;
  font-weight: 700;
}

#TroThanhDoiTac .ttp-pop-cukcuk {
  top: 20%;
  left: 2%;
}

#TroThanhDoiTac .ttp-pop-sme {
  top: 2%;
  left: 22%;
}

#TroThanhDoiTac .ttp-pop-eshop {
  bottom: 20%;
  left: 4%;
}

#TroThanhDoiTac .ttp-pop-esign {
  bottom: 6%;
  left: 30%;
}

#TroThanhDoiTac .ttp-pop-meinvoice {
  bottom: 12%;
  right: 6%;
}

#TroThanhDoiTac .ttp-pop-amis {
  top: 32%;
  right: 2%;
}

/* #endregion */

/* #region solutions */
#TroThanhDoiTac .ttp-solutions {
  padding: 96px 0;
  background: #fff;
  overflow-x: hidden;
}

#TroThanhDoiTac .ttp-solutions-graphic {
  position: relative;
  width: 100%;
  max-width: 1160px;
  height: 480px;
  margin: 40px auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#TroThanhDoiTac .ttp-solutions-img {
  width: 100%;
  height: auto;
  display: block;
}

#TroThanhDoiTac .ttp-solutions-graphic::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(closest-side, rgba(116, 135, 255, 0.18), transparent 70%);
  border-radius: 50%;
}

#TroThanhDoiTac .ttp-sols-desc {
  font-size: 20px;
  line-height: 28px;
  color: #414651;
  text-align: center;
  max-width: 946px;
  margin: 0 auto;
}

/* #endregion */

/* #region intro */
#TroThanhDoiTac .ttp-intro {
  padding: 96px 0;
  background: #fff;
  overflow-x: hidden;
}

#TroThanhDoiTac .ttp-intro-row {
  display: flex;
  gap: 64px;
  align-items: center;
  margin-top: 40px;
}

#TroThanhDoiTac .ttp-media-box {
  position: relative;
  flex: none;
  width: 608px;
  max-width: 48%;
  height: 405px;
  border-radius: 24px;
  background: linear-gradient(90deg, #fff, #fff);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#TroThanhDoiTac .ttp-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#TroThanhDoiTac .ttp-media-box .ttp-media-img {
  object-fit: contain;
  padding: 20px;
}

#TroThanhDoiTac .ttp-media-ic {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 25px 31px rgba(108, 154, 255, 0.1);
}

#TroThanhDoiTac .ttp-media-ic img {
  width: 50px;
  height: 50px;
}

#TroThanhDoiTac .ttp-intro-info {
  flex: 1;
  min-width: 0;
}

#TroThanhDoiTac .ttp-intro-lead {
  font-family: "Inter SemiBold", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #181d27;
  margin: 0 0 16px;
}

#TroThanhDoiTac .ttp-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#TroThanhDoiTac .ttp-checklist li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

#TroThanhDoiTac .ttp-checklist li img {
  width: 24px;
  height: 24px;
  flex: none;
}

#TroThanhDoiTac .ttp-checklist li span {
  font-size: 16px;
  line-height: 24px;
  color: #535862;
  letter-spacing: -0.2px;
}

#TroThanhDoiTac .ttp-checklist-sm {
  gap: 16px;
}

#TroThanhDoiTac .ttp-intro-note {
  font-size: 20px;
  line-height: 28px;
  color: #414651;
  text-align: center;
  margin: 40px auto 0;
  max-width: 1280px;
}

/* #endregion */

/* #region partner */
#TroThanhDoiTac .ttp-partner {
  padding: 96px 0;
  background: #fff;
  overflow-x: hidden;
}

#TroThanhDoiTac .ttp-partner-row {
  display: flex;
  gap: 64px;
  align-items: center;
}

#TroThanhDoiTac .ttp-partner-info {
  flex: 1;
  min-width: 0;
}

#TroThanhDoiTac .ttp-partner-info p {
  font-size: 20px;
  line-height: 28px;
  color: #414651;
  margin: 0 0 12px;
}

#TroThanhDoiTac .ttp-partner-logo {
  width: 92px;
  height: auto;
  margin-bottom: 8px;
}

#TroThanhDoiTac .ttp-partner-info .ttp-title {
  margin-bottom: 12px;
}

#TroThanhDoiTac .ttp-cards4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

#TroThanhDoiTac .ttp-card {
  background: linear-gradient(180deg, #f5f8ff, #fbfcff);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#TroThanhDoiTac .ttp-card-ic {
  width: 60px;
  height: 60px;
  flex: none;
  object-fit: contain;
}

#TroThanhDoiTac .ttp-card p {
  font-size: 16px;
  line-height: 24px;
  color: #535862;
  margin: 0;
  letter-spacing: -0.2px;
}

/* #endregion */

/* #region policy */
#TroThanhDoiTac .ttp-policy {
  padding: 64px 0;
  background: #fff;
  overflow-x: hidden;
}

#TroThanhDoiTac .ttp-policy-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 64px;
  border-radius: 24px;
  overflow: hidden;
  background: url(/sites/amis/images/pages/tro-thanh-doi-tac/pop-bg.png) center / cover no-repeat;
}

#TroThanhDoiTac .ttp-policy-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 24px;
  background: rgba(226, 242, 255, 0.2);
}

#TroThanhDoiTac .ttp-policy-head,
#TroThanhDoiTac .ttp-policy-text {
  position: relative;
  z-index: 2;
  width: 100%;
}

#TroThanhDoiTac .ttp-policy-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

#TroThanhDoiTac .ttp-policy .ttp-title {
  color: #252b37;
  margin: 0;
}

#TroThanhDoiTac .ttp-policy-sub,
#TroThanhDoiTac .ttp-policy-text {
  font-size: 20px;
  line-height: 28px;
  color: #252b37;
  text-align: center;
  margin: 0 auto;
  max-width: 1110px;
}

#TroThanhDoiTac .ttp-policy strong {
  font-weight: 700;
}

#TroThanhDoiTac .ttp-policy-coin {
  position: absolute;
  z-index: 1;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

#TroThanhDoiTac .ttp-policy-coin img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

#TroThanhDoiTac .ttp-policy-coin-1 {
  top: -7px;
  right: 21.06%;
  width: 122.467px;
  height: 122.553px;
}

#TroThanhDoiTac .ttp-policy-coin-1 img {
  transform: rotate(44.65deg);
  width: 81.667px;
  height: 91.591px;
}

#TroThanhDoiTac .ttp-policy-coin-2 {
  bottom: -142.65px;
  right: -13.123%;
  width: 360.974px;
  height: 356.655px;
}

#TroThanhDoiTac .ttp-policy-coin-2 img {
  transform: rotate(-51deg);
  width: 240.504px;
  height: 269.73px;
  opacity: 0.4;
}

#TroThanhDoiTac .ttp-policy-coin-3 {
  top: -106.01px;
  left: -6.5625%;
  width: 280.549px;
  height: 275.705px;
}

#TroThanhDoiTac .ttp-policy-coin-3 img {
  transform: rotate(53.64deg);
  width: 187.531px;
  height: 210.32px;
  opacity: 0.5;
  filter: blur(7.2px);
}

#TroThanhDoiTac .ttp-policy-coin-4 {
  top: 25.45px;
  left: 24.84%;
  width: 78.583px;
  height: 79.381px;
}

#TroThanhDoiTac .ttp-policy-coin-4 img {
  transform: rotate(-39.96deg);
  width: 52.854px;
  height: 59.277px;
}

/* #endregion */

/* #region reasons */
#TroThanhDoiTac .ttp-reasons {
  padding: 96px 0;
  background: #fff;
  overflow-x: hidden;
}

#TroThanhDoiTac .ttp-reason-banner {
  height: 200px;
  border-radius: 24px;
  overflow: hidden;
  margin: 40px 0 32px;
}

#TroThanhDoiTac .ttp-reason-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#TroThanhDoiTac .ttp-reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: start;
}

#TroThanhDoiTac .ttp-reason-card {
  background: linear-gradient(174deg, #e7f1ff 3%, #fff 154%);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#TroThanhDoiTac .ttp-reason-num {
  font-size: 40px;
  font-weight: 700;
  color: #2662ff;
  line-height: 52px;
}

#TroThanhDoiTac .ttp-reason-card h3 {
  font-family: "Inter SemiBold", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #181d27;
  margin: 0;
}

/* #endregion */

/* #region features */
#TroThanhDoiTac .ttp-features {
  padding: 96px 0;
  background: #f8faff;
  overflow-x: hidden;
  position: relative;
}

#TroThanhDoiTac .ttp-features-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

#TroThanhDoiTac .ttp-features-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#TroThanhDoiTac .ttp-features-bg+.ttp-container {
  position: relative;
  z-index: 2;
}

#TroThanhDoiTac .ttp-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px;
}

#TroThanhDoiTac .ttp-feature {
  background: #fff;
  border: 1px solid #bcd4ff;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: center;
}

#TroThanhDoiTac .ttp-feature-ic {
  width: 50px;
  height: 50px;
  border-radius: 9.375px;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

#TroThanhDoiTac .ttp-feature-ic img {
  width: 31px;
  height: 31px;
}

#TroThanhDoiTac .ttp-feature p {
  font-family: "Inter SemiBold", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #181d27;
  margin: 0;
}

/* #endregion */

/* #region cta */
#TroThanhDoiTac .ttp-cta {
  padding: 96px 0;
  background: #fff;
  overflow-x: hidden;
}

#TroThanhDoiTac .ttp-cta-wrap {
  position: relative;
}

#TroThanhDoiTac .ttp-cta-card {
  position: relative;
  border-radius: 16px;
  padding: 48px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 850px 478px at calc(100% + 118px) -53px, rgba(255, 235, 222, 1) 40.865%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(90deg, #dceaff 0%, #dceaff 100%);
}

#TroThanhDoiTac .ttp-cta-photo {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 63.208%;
  width: 200px;
  height: 196px;
  margin: 0;
  pointer-events: none;
}

#TroThanhDoiTac .ttp-cta-photo img {
  display: block;
  width: 200px;
  height: 196px;
  object-position: bottom;
}

#TroThanhDoiTac .ttp-cta-watermark {
  position: absolute;
  top: -186px;
  right: 158px;
  width: 492.231px;
  height: 492.231px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

#TroThanhDoiTac .ttp-cta-watermark img {
  display: block;
  width: 397.536px;
  height: 397.536px;
  object-fit: cover;
  opacity: 0.05;
  transform: rotate(16.11deg);
}

#TroThanhDoiTac .ttp-cta-main {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

#TroThanhDoiTac .ttp-cta-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

#TroThanhDoiTac .ttp-cta-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #181d27;
  margin: 0;
}

#TroThanhDoiTac .ttp-cta-sub {
  font-family: "Inter SemiBold", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #181d27;
  margin: 0;
}

#TroThanhDoiTac .ttp-cta-btn {
  flex: none;
  gap: 4px;
  padding: 0 24px;
}

#TroThanhDoiTac .ttp-cta-btn-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 20px;
  height: 20px;
}

#TroThanhDoiTac .ttp-cta-btn-ic img {
  display: block;
  width: 20px;
  height: 20px;
}

/* #endregion */

/* #region search */
#TroThanhDoiTac .ttp-search {
  padding: 96px 20px;
  background: linear-gradient(56.24deg, #00107D 13%, #0033FF 102%);
  color: #fff;
  overflow-x: hidden;
  position: relative;
}

#TroThanhDoiTac .ttp-search-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

#TroThanhDoiTac .ttp-search-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#TroThanhDoiTac .ttp-search-bg+.ttp-container {
  position: relative;
  z-index: 2;
}

#TroThanhDoiTac .ttp-search-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0 0 12px;
}

#TroThanhDoiTac .ttp-search-sub {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  margin: 0 0 40px;
}

#TroThanhDoiTac .ttp-search-form {
  max-width: 1124px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  gap: 16px;
  align-items: center;
}

#TroThanhDoiTac .ttp-search-form input {
  flex: 1;
  min-width: 0;
  height: 52px;
  border: 1px solid #d5d7da;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 16px;
  color: #181d27;
  outline: none;
}

#TroThanhDoiTac .ttp-search-form input::placeholder {
  color: #a4a7ae;
}

#TroThanhDoiTac .ttp-search-form input:focus {
  border-color: #1B49F5;
}

#TroThanhDoiTac .ttp-search-form>span {
  font-size: 16px;
  color: #535862;
  flex: none;
}

#TroThanhDoiTac .ttp-btn-solid {
  flex: none;
}

#TroThanhDoiTac .ttp-result {
  max-width: 1124px;
  margin: 24px auto 0;
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  color: #181d27;
}

#TroThanhDoiTac .ttp-result-title {
  font-family: "Inter SemiBold", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #181d27;
  margin: 0 0 20px;
}

#TroThanhDoiTac .ttp-result-row {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

#TroThanhDoiTac .ttp-result-label {
  flex: none;
  min-width: 160px;
  font-size: 16px;
  line-height: 24px;
  color: #535862;
}

#TroThanhDoiTac .ttp-result-value {
  font-size: 16px;
  line-height: 24px;
  color: #181d27;
  word-break: break-word;
}

#TroThanhDoiTac .ttp-result-table {
  margin-top: 24px;
  border: 1px solid #d5d7da;
  border-radius: 12px;
  overflow: hidden;
}

#TroThanhDoiTac .ttp-result-table table {
  width: 100%;
  border-collapse: collapse;
}

#TroThanhDoiTac .ttp-result-table th {
  background: #f5f8ff;
  font-family: "Inter SemiBold", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #181d27;
  text-align: left;
  padding: 12px 16px;
}

#TroThanhDoiTac .ttp-result-table td {
  font-size: 16px;
  line-height: 24px;
  color: #535862;
  padding: 12px 16px;
  border-top: 1px solid #e9eaeb;
  word-break: break-word;
}

#TroThanhDoiTac .ttp-result-empty {
  text-align: center;
}

#TroThanhDoiTac .ttp-result-empty img {
  width: 120px;
  height: auto;
  margin-bottom: 16px;
}

#TroThanhDoiTac .ttp-result-empty-title {
  font-family: "Inter SemiBold", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #181d27;
  margin: 0 0 8px;
}

#TroThanhDoiTac .ttp-result-empty-desc {
  font-size: 16px;
  line-height: 24px;
  color: #535862;
  margin: 0 0 24px;
}

/* #endregion */

/* #region responsive */
@media screen and (max-width: 1199px) {
  #TroThanhDoiTac .ttp-hero-title {
    font-size: 44px;
    line-height: 52px;
  }

  #TroThanhDoiTac .ttp-cards4 {
    grid-template-columns: repeat(2, 1fr);
  }

  #TroThanhDoiTac .ttp-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 979px) {
  #TroThanhDoiTac .ttp-hero {
    padding: 120px 0 64px;
  }

  #TroThanhDoiTac .ttp-hero-inner {
    flex-direction: column;
    gap: 40px;
  }

  #TroThanhDoiTac .ttp-hero-graphic {
    max-width: 100%;
    width: 100%;
  }

  #TroThanhDoiTac .ttp-hero-title {
    font-size: 36px;
    line-height: 44px;
  }

  #TroThanhDoiTac .ttp-title {
    font-size: 28px;
    line-height: 36px;
  }

  #TroThanhDoiTac .ttp-sub,
  #TroThanhDoiTac .ttp-sols-desc,
  #TroThanhDoiTac .ttp-intro-note,
  #TroThanhDoiTac .ttp-partner-info p,
  #TroThanhDoiTac .ttp-policy-sub,
  #TroThanhDoiTac .ttp-policy-text {
    font-size: 18px;
    line-height: 26px;
  }

  #TroThanhDoiTac .ttp-solutions-graphic {
    height: auto;
    min-height: 280px;
  }

  #TroThanhDoiTac .ttp-intro-row,
  #TroThanhDoiTac .ttp-partner-row {
    flex-direction: column;
    gap: 32px;
  }

  #TroThanhDoiTac .ttp-media-box {
    max-width: 100%;
    width: 100%;
  }

  #TroThanhDoiTac .ttp-reasons-grid {
    grid-template-columns: 1fr;
  }

  #TroThanhDoiTac .ttp-policy-card {
    padding: 40px 24px;
  }

  #TroThanhDoiTac .ttp-search-form {
    flex-direction: column;
    align-items: stretch;
  }

  #TroThanhDoiTac .ttp-cta-card {
    padding: 32px;
  }

  #TroThanhDoiTac .ttp-cta-main {
    flex-direction: column;
    align-items: flex-start;
  }

  #TroThanhDoiTac .ttp-cta-watermark {
    right: 0;
  }

  #TroThanhDoiTac .ttp-cta-photo {
    display: none;
  }

  #TroThanhDoiTac .ttp-search-form>span {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #TroThanhDoiTac .ttp-hero {
    padding: 100px 0 48px;
  }

  #TroThanhDoiTac .ttp-hero-title {
    font-size: 28px;
    line-height: 36px;
  }

  #TroThanhDoiTac .ttp-hero-sub,
  #TroThanhDoiTac .ttp-hero-desc {
    font-size: 16px;
    line-height: 24px;
  }

  #TroThanhDoiTac .ttp-hero-logo {
    width: 150px;
  }

  #TroThanhDoiTac .ttp-title {
    font-size: 24px;
    line-height: 32px;
  }

  #TroThanhDoiTac .ttp-sub,
  #TroThanhDoiTac .ttp-sols-desc,
  #TroThanhDoiTac .ttp-intro-note,
  #TroThanhDoiTac .ttp-partner-info p,
  #TroThanhDoiTac .ttp-policy-sub,
  #TroThanhDoiTac .ttp-policy-text {
    font-size: 16px;
    line-height: 24px;
  }

  #TroThanhDoiTac .ttp-pop {
    padding: 8px 10px;
    font-size: 12px;
    gap: 6px;
  }

  #TroThanhDoiTac .ttp-pop img {
    width: 28px;
    height: 28px;
  }

  #TroThanhDoiTac .ttp-pop strong {
    font-size: 13px;
  }

  #TroThanhDoiTac .ttp-solutions-graphic {
    min-height: 260px;
  }

  #TroThanhDoiTac .ttp-cards4 {
    grid-template-columns: 1fr;
  }

  #TroThanhDoiTac .ttp-features-grid {
    grid-template-columns: 1fr;
  }

  #TroThanhDoiTac .ttp-feature p {
    font-size: 16px;
    line-height: 24px;
  }

  #TroThanhDoiTac .ttp-reason-banner {
    height: 140px;
  }

  #TroThanhDoiTac .ttp-reason-num {
    font-size: 32px;
    line-height: 40px;
  }

  #TroThanhDoiTac .ttp-policy-card {
    padding: 32px 20px;
  }

  #TroThanhDoiTac .ttp-policy-coin-3 {
    display: none;
  }

  #TroThanhDoiTac .ttp-search {
    padding: 64px 20px;
  }

  #TroThanhDoiTac .ttp-cta {
    padding: 64px 0;
  }

  #TroThanhDoiTac .ttp-cta-card {
    padding: 24px;
  }

  #TroThanhDoiTac .ttp-cta-title {
    font-size: 24px;
    line-height: 32px;
  }

  #TroThanhDoiTac .ttp-cta-sub {
    font-size: 16px;
    line-height: 24px;
  }

  #TroThanhDoiTac .ttp-search-form {
    padding: 20px;
  }

  #TroThanhDoiTac .ttp-result {
    padding: 20px;
  }

  #TroThanhDoiTac .ttp-result-row {
    flex-direction: column;
    gap: 2px;
  }

  #TroThanhDoiTac .ttp-result-label {
    min-width: 0;
  }
}

/* #endregion */