body {
  background: white;
}
.detailkh-content {
  position: relative;
  background: #fff;
  padding-bottom: 40px;
}
.detailkh-content-bg {
  padding-top: 234px;
  background: #fdfbf1;
}
.detailkh-content-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.detailkh-content-breadcrumbs a {
  color: rgba(47, 27, 8, 0.6);
  font-family: "Baloo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
}
.detailkh-content-breadcrumbs p {
  color: var(--color-text, #2f1b08);
  font-family: "Baloo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
}
.detailkh-content-breadcrumbs svg {
  width: 12px;
  height: 12px;
  aspect-ratio: 1/1;
}
.detailkh-content-heading {
  max-width: 826px;
}
.detailkh-content-heading-text {
  color: var(--pri, #fbae17);
  font-family: "Baloo 2";
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.detailkh-content-heading-label {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.detailkh-content-heading-label > p {
  color: var(--color-text, #2f1b08);
  font-family: "Baloo 2";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.detailkh-content-heading-label-line {
  width: 1px;
  height: 28px;
  background: rgba(47, 27, 8, 0.24);
  flex-shrink: 0;
}
.detailkh-content-heading-label-start {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detailkh-content-heading-label-start svg {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
.detailkh-content-heading-desc {
  color: var(--color-text, #2f1b08);
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 20px;
}
.detailkh-content-update {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detailkh-content-update svg {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
.detailkh-content-update p {
  color: #008111;
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.detailkh-content-sale {
  margin-bottom: 40px;
  margin-top: 40px;
  background: #fff0ca;
  backdrop-filter: blur(6px);
  width: 100%;
  min-height: 100px;
  padding: 20px 0;
}
.detailkh-sale {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 826px;
}
.detailkh-sale > svg {
  width: 40px;
  height: 40px;
}
.detailkh-sale-content-title {
  color: var(--RED, #c30419);
  font-family: "Baloo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px; /* 100% */
  margin-bottom: 4px;
}
.detailkh-sale-content-desc {
  color: var(--color-text, #2f1b08);
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.detailkh-sale-content-des strong {
  color: var(--color-text, #2f1b08);
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.detailkh-sale-content-time {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}
.detailkh-sale-content-time > svg {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}
.detailkh-sale-content-time p {
  color: var(--color-text, #2f1b08);
  font-family: "Baloo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.container-section {
  max-width: 826px;
}
.detail-khoahoc-title {
  color: var(--color-text, #2f1b08);
  text-align: center;
  font-family: "Baloo 2";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 114.286% */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 16px;
}
.detail-khoahoc-line {
  flex: 1;
  height: 1px;
  background: rgba(104, 63, 25, 0.2);
}
.detail-khoahoc-infor {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  margin-bottom: 28px;
}
.detail-khoahoc-infor svg {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
}
.detail-khoahoc-infor p {
  color: #2f1b08;
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.detail-khoahoc-item {
  margin-bottom: 40px;
}
.detail-khoahoc-item-title {
  color: #000;
  font-family: "Baloo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.detail-khoahoc-itembox {
  margin-bottom: 12px;
}
.detail-khoahoc-itembox-label {
  min-height: 56px;
  border-radius: 12px;
  border: 1px solid rgba(47, 27, 8, 0.04);
  background: #f8f9f9;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  cursor: pointer;
}
.detail-khoahoc-itembox-label.open {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.detail-khoahoc-itembox-label svg {
  width: 16px;
  height: 16px;
  /* transform: rotate(-90deg); */
  aspect-ratio: 1/1;
}
.detail-khoahoc-itembox-name {
  color: #000;
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  flex: 1;
}
.detail-khoahoc-itembox-infor {
  color: #2f1b08;
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.detail-khoahoc-itembox-content {
  transition: all 0.3s ease;
  max-height: 0;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  border-top: 1px solid rgba(47, 27, 8, 0.04);
  border-right: 1px solid rgba(47, 27, 8, 0.04);
  border-left: 1px solid rgba(47, 27, 8, 0.04);
  background: #fff;
}
.detail-khoahoc-itembox-content.open {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.detail-khoahoc-itembox-content ul {
  list-style-type: decimal;
  padding: 16px 12px;
  padding-left: 46px;
}
.detail-khoahoc-itembox-content ul li {
  color: var(--color-text, #2f1b08);
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  margin-bottom: 6px;
}

/*  */
.detail-target {
  position: relative;
  width: 100%;
  height: 393px;
  padding: 20px 28px;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 24px;
  border-radius: 12px;
  background-image: var(--bg-img-target);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.detail-target-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 0;
  background: #fffde5;
  border: 2px solid #683f19;
  border-radius: 12px;
}
.detail-target-heading svg {
  width: 28px;
  height: 28px;
  aspect-ratio: 1/1;
}
.detail-target-heading p {
  color: var(--color-text, #2f1b08);
  text-align: center;
  font-family: "Baloo 2";
  font-size: 29.333px;
  font-style: normal;
  font-weight: 800;
  line-height: 32.267px; /* 110% */
  text-transform: uppercase;
}
.detail-target-list {
  max-width: 448px;
  min-width: 448px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.detail-target-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 20px;
  background: #FBAE17;
  border: 2px solid #FFF;
  border-radius: 12px;
  height: 56px;
}
.detail-target-item > svg {
  width: 23.937px;
  height: 24px;
  aspect-ratio: 23.94/24.00;
}
.detail-target-item-content {
  color: var(--color-text, #2F1B08);
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.detail-target-item-content strong {
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(104, 63, 25, 0.40);
  font-family: "Baloo 2";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 100% */
  text-transform: uppercase;
  padding: 6px 12px;
  background-image: var(--bg-img-target-item-content);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  min-width: 64px;
}
.detail-target-item-image {
  position: absolute;
  bottom: 8px;
  left: 53px;
  width: 254.822px;
  height: 329px;
}
.detail-target-item-image > img {
  position: relative;
  z-index: 1;
  transform: rotateY(180deg);
  width: 254.822px;
  height: 329px;
  object-fit: cover;
}
.detail-target-item-image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -66px;
  width: 241px;
  height: 79.798px;
  border-radius: 120px;
  opacity: 0.9;
  background-color: #FBAE17;
  mix-blend-mode: plus-darker;
}
/*  */
.detailkh-card-pin {
  position: absolute;
  top: 244px;
  right: 100px;
  width: 413px;
  bottom: 0;
}
.detailkh-card-pin-wapper {
  position: sticky;
  top: 140px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
  padding: 12px;
  height: auto;
}
.card-pin-video {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 16px;
}
.card-pin-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;  
}
.card-pin-video svg {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
.card-pin-sale {
  margin-top: 24px;
  margin-bottom: 28px;
}
.card-pin-sale-title {
  color: #000;
  font-family: "Baloo 2";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.card-pin-sale-subtitle {
  color: #0A8708;
  text-align: center;
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card-nhan {
  cursor: pointer;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #FFF;
  border-radius: 46px;
  border: 1px solid #DE9905;
  background: var(--pri, #FBAE17);
  text-align: center;
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 177.778% */
  margin-bottom: 28px;
}
.card-lo-trinh-title {
   padding: 0 8px;
  color: #000;
font-family: "Baloo 2";
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 177.778% */
margin-bottom: 18px;
}
.card-lo-trinh-list li {
  padding: 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #000;
font-family: "Baloo 2";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.card-lo-trinh-list li svg {
  width: 20px;
height: 20px;
aspect-ratio: 1/1;
}