@media (max-width: 900px) {
  .page-hd .hd-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-hd .hd-section {
    border-radius: 8px;
    border: 1px solid #f3f5f8;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
  }
  .page-hd .hd-feature__thumb {
    height: 180px;
  }
}

.page-hd {
  font-family: "Roboto", sans-serif;
  background: #f3f5f8;
  color: #1f2937;
  overflow-x: hidden;
}

.page-hd .hd-hero {
  color: #fff;
  padding: 28px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 31, 22, 0.75)), to(rgba(55, 38, 27, 0.5))), url("../../img/bg-hd.png") center center/cover no-repeat;
  background: linear-gradient(90deg, rgba(43, 31, 22, 0.75), rgba(55, 38, 27, 0.5)), url("../../img/bg-hd.png") center center/cover no-repeat;
  height: 190px;
}

.page-hd .hd-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 12px;
}

.page-hd .hd-breadcrumb a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.page-hd .hd-breadcrumb span {
  color: #ffcc80;
}

.page-hd .hd-hero h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 900;
}

.page-hd .hd-hero__line {
  margin-top: 12px;
  width: 92px;
  height: 4px;
  border-radius: 999px;
  background: #f59e0b;
}

.page-hd .hd-main {
  padding: 26px 0 44px;
}

.page-hd .hd-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 357px 1fr;
      grid-template-columns: 357px 1fr;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.page-hd .hd-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 94px;
}

.page-hd .hd-card {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(234, 122, 23, 0.07);
          box-shadow: 0 2px 10px 0 rgba(234, 122, 23, 0.07);
  overflow: hidden;
  margin-bottom: 18px;
  padding-bottom: 2px;
}

.page-hd .hd-card__head {
  background: #ea7a17;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 12px 16px 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  letter-spacing: 0.5px;
}

.page-hd .hd-card__head .icon {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-hd .hd-card__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-hd .hd-card__nav a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.6;
  padding: 11px 16px 11px 32px;
  border-bottom: 1px solid #f3f5f8;
  background: transparent;
  -webkit-transition: background 0.18s, color 0.18s;
  transition: background 0.18s, color 0.18s;
}

.page-hd .hd-card__nav a::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ea7a17;
}

.page-hd .hd-card__nav a:last-child {
  border-bottom: none;
}

.page-hd .hd-card__nav a.is-active {
  color: #ea7a17;
  font-weight: 700;
  background: #fff8f1;
}

.page-hd .hd-card__nav a.is-active::before {
  background: #ea7a17;
  background: #fff3e7;
  color: #ea7a17;
}

.page-hd .hd-download-box {
  background: #fff3e7;
  border: 1px solid #f7d8bb;
  border-radius: 8px;
  padding: 12px;
}

.page-hd .hd-download-box h4 {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.4;
  color: #ea7a17;
  font-weight: 700;
}

.page-hd .hd-download-box p {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.45;
  color: #8b5e34;
}

.page-hd .hd-download-box a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  text-decoration: none;
  background: #ea7a17;
  color: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
}

.page-hd .hd-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.page-hd .hd-section {
  background: transparent;
}

.page-hd .hd-section__title {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #2e3543;
}

.page-hd .hd-section__title span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ef7f1a;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-hd .hd-feature {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 573px 1fr;
      grid-template-columns: 573px 1fr;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.page-hd .hd-feature__thumb {
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  display: block;
  border: 1px solid #edd7bd;
}

.page-hd .hd-feature__thumb--software {
  background: linear-gradient(140deg, rgba(239, 121, 26, 0.86), rgba(203, 102, 18, 0.7)), url("../../img/Bg_silde.png") center/cover no-repeat;
}

.page-hd .hd-feature__thumb--video {
  background: linear-gradient(140deg, rgba(45, 45, 45, 0.55), rgba(15, 23, 42, 0.6)), url("../../img/bg-vanban.png") center/cover no-repeat;
}

.page-hd .hd-feature__overlay-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 88%;
  max-width: 300px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.page-hd .hd-feature__play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.8);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.page-hd .hd-feature__play svg {
  color: #fff;
  width: 30px;
  height: 30px;
  margin-left: 3px;
}

.page-hd .hd-feature__content h4 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
  color: #e46d11;
}

.page-hd .hd-feature__content p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.65;
  color: #3f4a5b;
}

.page-hd .hd-btn-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid #f0cfab;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #cc670f;
  text-decoration: none;
}

.page-hd .hd-btn-outline .icon {
  width: 12px;
  height: 12px;
}

.page-hd .hd-steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
      grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-hd .hd-step-card {
  background: #fff4e7;
  border-radius: 12px;
  padding: 25px 25px;
  min-height: 124px;
  position: relative;
}

.page-hd .hd-step-card::after {
  border-right: 8px solid transparent;
  content: "";
  position: absolute;
  left: 85%;
  bottom: 53px;
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
  width: 0;
  height: 0px;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 19px solid #fff4e7;
  z-index: 1;
}

.page-hd .hd-step-card.white {
  background: #fff;
}

.page-hd .hd-step-card.white::after {
  border-right: 8px solid transparent;
  content: "";
  position: absolute;
  left: 85%;
  bottom: 53px;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 19px solid #ffffff;
  z-index: 1;
}

.page-hd .hd-step-card__num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #f4cfaa;
  color: #e07416;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.page-hd .hd-step-card h5 {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #c86a11;
}

.page-hd .hd-step-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #4b5563;
}

.page-hd .hd-doc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.page-hd .hd-doc-item {
  background: #fff;
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 9px 12px;
}

.page-hd .hd-doc-item__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.page-hd .hd-doc-item__icon {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-hd .hd-doc-item__icon img {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-hd .hd-doc-item__icon--orange {
  background: #ffefe2;
}

.page-hd .hd-doc-item__icon--blue {
  background: #eaf1ff;
}

.page-hd .hd-doc-item__icon--green {
  background: #e9f7ef;
}

.page-hd .hd-doc-item__text h5 {
  margin: 0 0 2px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  color: #374151;
}

.page-hd .hd-doc-item__text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #9ca3af;
}

.page-hd .hd-doc-item__download {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #f3cda7;
  color: #d97519;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-hd .hd-doc-item__download .icon {
  width: 14px;
  height: 14px;
}

@media (max-width: 1199.98px) {
  .page-hd .hd-feature {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .page-hd .hd-feature__thumb {
    height: 210px;
  }
}

@media (max-width: 991.98px) {
  .page-hd .hd-main {
    padding-top: 22px;
  }
  .page-hd .hd-hero h2 {
    font-size: 30px;
  }
  .page-hd .hd-layout {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .page-hd .hd-sidebar {
    position: static;
    padding: 0 10px;
  }
  .page-hd .hd-steps {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .page-hd .hd-hero {
    padding: 22px 0;
  }
  .page-hd .hd-hero h2 {
    font-size: 24px;
  }
  .page-hd .hd-section__title {
    font-size: 20px;
  }
  .page-hd .hd-feature__thumb {
    height: 172px;
  }
}

@media (max-width: 575.98px) {
  .page-hd .hd-main {
    padding-bottom: 34px;
  }
  .page-hd .hd-layout {
    gap: 16px;
  }
  .page-hd .hd-section {
    padding: 0;
  }
  .page-hd .hd-section__title {
    font-size: 18px;
  }
  .page-hd .hd-steps {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .page-hd .hd-doc-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-hd .hd-doc-item__left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/*# sourceMappingURL=hd.css.map */