@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans:400,500,700,600");
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}


:root {
  --surface-1: #F8FAFC; 
  --surface-2: rgba(234, 239, 251, 1);
  --surface-3: rgba(224, 231, 246, 1);
  --surface-4: rgba(207, 217, 236, 1);
  --foreground-1: rgba(9, 11, 17, 1);
  --foreground-2: rgba(59, 65, 69, 1);
  --foreground-3: rgba(108, 117, 122, 1);
  --foreground-4: rgba(160, 168, 171, 1);
  --white: rgba(255, 255, 255, 1);
  --black: rgba(0, 0, 0, 1);

  /* Blue tông - chuyển sang sắc độ xanh ngọc tương thích với #153493 (không dùng xanh dương nguyên bản) */
  --foundation-blueblue-50:  #EEF2FF;
  --foundation-blueblue-100: #E0E7FF;
  --foundation-blueblue-200: #C7D2FE;
  --foundation-blueblue-300: #A5B4FC;
  --foundation-blueblue-400: #7C8CF7;
  --foundation-blueblue-500: #153493; /* MAIN */
  --foundation-blueblue-600: #122C7D;
  --foundation-blueblue-700: #0E2466;
  --foundation-blueblue-800: #0A1B4F;
  --foundation-blueblue-900: #061238;

  --sd-1: 0px 4px 8px 0px rgba(21, 52, 147, 0.10);
  --sd-2: 0px 4px 8px 0px rgba(21, 52, 147, 0.12);
}

html,
body {
  margin: 0px;
  height: 100%;
  width: 100%;
  background-color: var(--surface-1);
  font-family: "Manrope", serif;
  /* zoom: 95%; */
}

.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.hover-card:hover {
  scale: 1.03;
  transition: all 0.3s ease-in-out;
}

button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  color: inherit;
  /* color: #2B60FF !important; */
}

.header-container {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 100;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.all-course {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.all-course .frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 50px 150px;
  background-color: #F8FAFC; /* #2a5fff; */
  overflow: hidden;
  margin-top: 78px;
}

.all-course .ellipse {
  position: absolute;
  width: 496px;
  height: 496px;
  top: -182px;
  left: 1161px;
  border-radius: 248px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.menu-btn {
  display: none;
}

.all-course .div {
  position: absolute;
  width: 496px;
  height: 496px;
  top: 111px;
  left: -217px;
  border-radius: 248px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.all-course .div-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.all-course .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 49.5px;
  white-space: nowrap;
}

.all-course .frame-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.all-course .frame-3 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 63px;
  box-shadow: var(--sd-2);
}

.all-course .img {
  position: relative;
  width: 20px;
  height: 20px;
}

.all-course .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-2);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.all-course .frame-4 {
  /* display: inline-flex; */
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.all-course .frame-5 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.all-course .frame-6 {
  position: relative;
  width: 16px;
  height: 16px;
}

.all-course .frame-645 {
  position: relative;
  width: 16px;
  height: 16px;
}

.all-course .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: #000000E0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.all-course .frame-7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 10px;
  position: relative;
  flex: 0 0 auto;
  background-color: #F0F6FF; /*var(--foundation-blueblue-400);*/
  border-radius: 53px;
}

.all-course .frame-8 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 14px 150px;
  background-color: var(--white);
  max-width: 1440px;
  margin: 0 auto;
}

.all-course .header-logo-png {
  position: relative;
  width: 230px;
  height: 38px;
  background-image: url('../img/header-logo.png');
  background-size: cover;
  background-position: 50% 50%;
}

.all-course .frame-9 {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.all-course .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foundation-blueblue-500);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.all-course .line {
  position: relative;
  height: 16px;
  width: 1px;
  object-fit: cover;
}

.all-course .frame-10 {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.all-course .frame-11 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 32px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--foundation-blueblue-500);
  border-radius: 100px;
}

.all-course .text-wrapper-5 {
  color: var(--white);
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.all-course .frame-12 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 32px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 16px;
}

.all-course .frame-13 {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-end;
  width: 100%;
}

.all-course .text-wrapper-6 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 17.6px;
  white-space: nowrap;
}

.all-course .frame-14 {
  display: flex;
  flex-direction: column;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-color: var(--foreground-1);
  border-radius: 100px;
}

.all-course .text-wrapper-7 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--white);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 17.6px;
  white-space: nowrap;
}

.all-course .frame-15 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  align-items: flex-start;
  gap: 36px;
  padding: 80px 50px;
  background-color: #ffffff;
}

.all-course .frame-16 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.all-course .frame-17 {
  display: flex;
  flex-direction: column;
  width: 348px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.all-course .header-logo-png-2 {
  position: relative;
  width: 230px;
  height: 38px;
  background-image: url('../img/footer-logo.png');
  background-size: cover;
  background-position: 50% 50%;
}

.all-course .p {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-2);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.all-course .frame-18 {
  display: inline-flex;
  align-items: flex-start;
  gap: 35px;
  position: relative;
  flex: 0 0 auto;
}

.all-course .frame-19 {
  display: flex;
  flex-direction: column;
  width: 225px;
  /* width: 265px; */
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.all-course .text-wrapper-8 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.all-course .frame-20 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.all-course .text-wrapper-9 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-2);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.all-course .text-wrapper-10 {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-2);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.all-course .text-wrapper-11 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-2);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.all-course .frame-21 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.all-course .text-wrapper-12 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-2);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.all-course .line-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.all-course .frame-22 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.all-course .frame-222 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.all-course .frame-23 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.all-course .frame-24 {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-end;
  width: 100%;
}

.all-course .frame-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* padding-left: 150px;
  padding-right: 150px; */
  padding-left: 60px;
  padding-right: 60px;
  align-items: flex-start;
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 150px;
}

.all-course .frame-25 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.all-course .frame-26 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.all-course .frame-261 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.all-course .text-wrapper-13 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 39.6px;
}

.all-course .frame-27 {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.all-course .frame-28 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--foundation-blueblue-500);
  border-radius: 99px;
}

.all-course .text-wrapper-14 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--white);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 17.6px;
  white-space: nowrap;
}

.all-course .frame-29 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--white);
  border-radius: 99px;
}

.all-course .text-wrapper-15 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-2);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

.all-course .frame-30 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.all-course .text-wrapper-16 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 17.6px;
  text-decoration: underline;
  white-space: nowrap;
}

.all-course .frame-31 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.all-course .ellipse-wrapper {
  display: flex;
  width: 44px;
  height: 28px;
  align-items: center;
  gap: 10px;
  padding: 4px;
  position: relative;
  background-color: var(--surface-4);
  border-radius: 32px;
}

.all-course .ellipse-2 {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: var(--sd-1);
}

.all-course .text-wrapper-17 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-2);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 17.6px;
  white-space: nowrap;
}

.all-course .frame-32 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.all-course .frame-33 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.all-course .frame-34 {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  /* align-self: stretch; */
  width: 100%;
  flex: 0 0 auto;
}

.all-course .frame-35 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--sd-1);
}

.all-course .rectangle {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.all-course .frame-36 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.all-course .frame-37 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--surface-1);
}

.all-course .text-wrapper-18 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: #3a4144;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 21px;
  white-space: nowrap;
}

.all-course .frame-38 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.all-course .text-wrapper-19 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 24.2px;
}

.all-course .text-wrapper-20 {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-3);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.all-course .ellipse-3 {
  position: relative;
  width: 43px;
  height: 43px;
}

.all-course .frame-39 {
  display: flex;
  flex-direction: column;
  width: 103px;
  align-items: flex-start;
  position: relative;
}

.all-course .text-wrapper-21 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-3);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.all-course .text-wrapper-22 {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", serif;
  font-weight: 600;
  color: var(--foreground-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.all-course .frame-40 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.all-course .frame-41 {
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  flex: 0 0 auto;
}

.all-course .text-wrapper-23 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.all-course .text-wrapper-24 {
  font-weight: 400;
  color: var(--foreground-3);
  font-size: 13px;
  line-height: 19.5px;
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  letter-spacing: 0;
  white-space: nowrap;
}

.all-course .frame-42 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.all-course .frame-43 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.all-course .text-wrapper-25 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-3);
  font-size: 13px;
  letter-spacing: 0;
  line-height: 19.5px;
  white-space: nowrap;
}

.all-course .text-wrapper-26 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}

.all-course .text-wrapper-27 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-1);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.all-course .text-wrapper-28 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-1);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.all-course .frame-44 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid;
  border-color: #ff9412;
  box-shadow: 0px 4px 8px #0000000f;
}

.all-course .frame-45 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 10px;
  position: absolute;
  top: 110px;
  left: 10px;
  background-color: #ff9412;
  border-radius: 200px;
  box-shadow: var(--sd-1);
}

.detail .frame-456 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 10px;
  background-color: #ff9412;
  border-radius: 200px;
  box-shadow: var(--sd-1);
}

.detail .text-wrapper-2946 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 600;
  color: var(--white);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 13.2px;
  white-space: nowrap;
}

.all-course .text-wrapper-29 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 600;
  color: var(--white);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 13.2px;
  white-space: nowrap;
}

.all-course .frame-46 {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.all-course .text-wrapper-30 {
  font-weight: 500;
  color: var(--foreground-4);
  font-size: 14px;
  line-height: 21px;
  text-decoration: line-through;
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  letter-spacing: 0;
  white-space: nowrap;
}

.all-course .text-wrapper-31 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: #ff5e24;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}

.all-course .frame-47 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 8px #0000000f;
}

.all-course .frame-48 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.all-course .text-wrapper-32 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: #ff1010;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.all-course .line-3 {
  position: absolute;
  height: 21px;
  top: 1209px;
  left: 1328px;
  width: 1px;
  object-fit: cover;
}

.footer {
  background-color: #ffffff;
}

.footer .text-wrapper-12 {
  white-space: normal !important;
}

.course-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.course-button {
  background-color: #ffffff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  border: none;
}
.course-button:hover {
  background-color: #F0F6FF;
}


.detail {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

.detail .frame {
  display: flex;
  width: 1440px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 150px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: var(--sd-1);
}

.detail .header-logo-png {
  position: relative;
  width: 230px;
  height: 38px;
  background-image: url('../img/header-logo.png');
  background-size: cover;
  background-position: 50% 50%;
}

.detail .div {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.detail .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-2);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.detail .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foundation-blueblue-500);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.detail .line {
  position: relative;
  width: 1px;
  height: 16px;
  object-fit: cover;
}

.detail .frame-2 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.detail .group {
  position: relative;
  width: 29px;
  height: 28px;
}

.detail .overlap-group {
  position: relative;
  height: 28px;
}

.avatar-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.avatar-container .image123 {
  /* width: 32px;
  height: 32px; */
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  border: none;
}

.detail .img {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 4px;
  left: 0;
}

.detail .div-wrapper {
  display: flex;
  flex-direction: column;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 0;
  left: 13px;
  background-color: #e30000;
  border-radius: 100px;
}

.detail .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -0.5px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 15px;
  white-space: nowrap;
}

.detail .frame-3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.detail .image {
  position: relative;
  width: 32px;
  height: 32px;
}

.detail .frame-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.detail .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.detail .frame-5 {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: flex-start;
  gap: 56px;
  padding: 80px 150px;
  position: absolute;
  top: 3681px;
  left: 0;
  background-color: #ffffff;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: var(--surface-2);
}

.detail .frame-6 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.detail .frame-7 {
  display: flex;
  flex-direction: column;
  width: 348px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.detail .header-logo-png-2 {
  background-image: url('../img/footer-logo.png');
  position: relative;
  width: 230px;
  height: 38px;
  background-size: cover;
  background-position: 50% 50%;
}

.detail .p {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-2);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.detail .frame-8 {
  display: inline-flex;
  align-items: flex-start;
  gap: 35px;
  position: relative;
  flex: 0 0 auto;
}

.detail .frame-9 {
  display: flex;
  flex-direction: column;
  width: 195px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.detail .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.detail .frame-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.detail .text-wrapper-6 {
  align-self: stretch;
  font-weight: 400;
  color: var(--foreground-2);
  position: relative;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.detail .text-wrapper-7 {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-2);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.detail .text-wrapper-8 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-2);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.detail .frame-11 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.detail .text-wrapper-9 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-2);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.detail .line-2 {
  align-self: stretch;
  width: 100%;
  height: 1px;
  margin-top: -6504px;
  margin-right: -3720px;
  position: relative;
  object-fit: cover;
}

.detail .frame-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.detail .frame-13 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.detail .facebook {
  margin-top: -7026px;
  margin-right: -2450px;
  position: relative;
  width: 20px;
  height: 20px;
}

.detail .twitter {
  margin-top: -7026px;
  margin-right: -2486px;
  position: relative;
  width: 20px;
  height: 20px;
}

.detail .instagram {
  margin-top: -7026px;
  margin-right: -2522px;
  position: relative;
  width: 20px;
  height: 20px;
}

.detail .frame-14 {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 80px;
  padding: 60px 150px 80px;
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 1440px;
}

.detail .frame-15 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  width: 100%;
}

.detail .rectangle {
  height: auto;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.detail .frame-16 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.detail .frame-17 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.detail .frame-18 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  position: relative;
  flex: 0 0 auto;
}

.detail .text-wrapper-10 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: #3a4144;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 21px;
  white-space: nowrap;
}

.detail .text-wrapper-11 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 40px;
  letter-spacing: 0;
  line-height: 44px;
}

.detail .text-wrapper-12 {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-3);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.detail .frame-19 {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.detail .img-2 {
  position: relative;
  width: 20px;
  height: 20px;
}

.detail .text-wrapper-13 {
  width: fit-content;
  margin-top: -1px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  white-space: nowrap;
  position: relative;
  font-family: "Manrope", serif;
  color: var(--foreground-1);
  letter-spacing: 0;
}

.detail .line-3 {
  width: 1px;
  height: 12px;
  position: relative;
  object-fit: cover;
}

.detail .frame-20 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

.detail .frame-21 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.detail .frame-22 {
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  flex: 0 0 auto;
}

.detail .text-wrapper-14 {
  width: fit-content;
  margin-top: -1px;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 18px;
  line-height: 27px;
  white-space: nowrap;
  position: relative;
  font-family: "Manrope", serif;
  letter-spacing: 0;
}

.detail .text-wrapper-15 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-3);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.detail .text-wrapper-16 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 19.8px;
  white-space: nowrap;
}

.detail .frame-23 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.detail .frame-24 {
  /* display: inline-flex;
  align-items: center;
  gap: 2px; */
  padding: 12px 16px;
  position: relative;
  flex: 1;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px dashed;
  border-color: var(--surface-4);
}

.detail .text-wrapper-17 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.detail .text-wrapper-18 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-3);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.detail .line-4 {
  align-self: stretch;
  width: 100%;
  height: 1px;
  position: relative;
  object-fit: cover;
}

.detail .frame-25 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.detail .text-wrapper-19 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: #000000;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 48px;
}

.detail .frame-26 {
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.detail .frame-27 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--foundation-blueblue-500);
  border-radius: 99px;
}

.detail .text-wrapper-20 {
  width: fit-content;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  position: relative;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.detail .frame-28 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 99px;
}

.detail .flexcontainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.detail .text {
  align-self: stretch;
  font-weight: 400;
  color: var(--gray-700);
  font-size: 16px;
  line-height: 24px;
  position: relative;
  font-family: "Manrope", serif;
  letter-spacing: 0;
}

.detail .span {
  font-family: "Manrope", serif;
  font-weight: 400;
  color: #494745;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.detail .frame-29 {
  display: flex;
  flex-direction: column;
  width: 400px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  position: sticky;
  top: 100px;
}

.detail .frame-30 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: var(--sd-2);
}

.detail .frame-31 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.detail .frame-32 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.detail .text-wrapper-21 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-2);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.detail .text-wrapper-22 {
  color: var(--foreground-1);
  font-size: 28px;
  line-height: 39.2px;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.detail .frame-33 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  padding: 12px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--foundation-blueblue-500);
  border-radius: 100px;
}

.detail .frame-34 {
  display: flex;
  flex-direction: column;
  width: 352px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.detail .text-wrapper-23 {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--gray-500);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.detail .frame-35 {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.detail .image-2 {
  position: relative;
  width: 76px;
  height: 76px;
}

.detail .frame-36 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.detail .text-wrapper-24 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--gray-900);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.detail .frame-37 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--foundation-blueblue-50);
  border-radius: 99px;
}

.detail .frame-wrapper1 {
  background-color: var(--surface-1);
}

.detail .frame-wrapper {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: flex-start;
  gap: 32px;
  padding: 80px 150px;
  margin: 0 auto;
}

.detail .frame-38 {
  display: flex;
  height: 40px;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.detail .text-wrapper-25 {
  position: relative;
  width: 100%;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 36px;
  letter-spacing: 0;
  line-height: 39.6px;
}

.detail .frame-39 {
  position: relative;
  flex: 0 0 auto;
  margin-top: -4px;
  margin-bottom: -8px;
  margin-right: -8px;
  margin-left: -96px;
}

.detail .frame-40 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.detail .frame-41 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.detail .frame-42 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.detail .frame-43 {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.detail .frame-44 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--sd-1);
}

.detail .rectangle-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 148px;
}

.detail .frame-45 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.detail .frame-46 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--surface-1);
}

.detail .frame-47 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.detail .text-wrapper-26 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 24.2px;
}

.detail .frame-48,
.all-course .frame-48 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.detail .ellipse {
  position: relative;
  width: 43px;
  height: 43px;
}

.detail .frame-49 {
  display: flex;
  flex-direction: column;
  width: 103px;
  align-items: flex-start;
  position: relative;
}

.detail .text-wrapper-27 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-3);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.detail .text-wrapper-28 {
  align-self: stretch;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  font-family: "Manrope", serif;
  color: var(--foreground-1);
  letter-spacing: 0;
}

.detail .frame-50 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.detail .text-wrapper-29 {
  width: fit-content;
  font-weight: 400;
  color: var(--foreground-3);
  font-size: 13px;
  line-height: 19.5px;
  white-space: nowrap;
  position: relative;
  font-family: "Manrope", serif;
  letter-spacing: 0;
}

.detail .frame-51 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.detail .frame-52 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.detail .text-wrapper-30 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-3);
  font-size: 13px;
  letter-spacing: 0;
  line-height: 19.5px;
  white-space: nowrap;
}

.detail .text-wrapper-31 {
  color: var(--foreground-1);
  font-size: 20px;
  line-height: 30px;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.detail .frame-53 {
  position: relative;
  width: 16px;
  height: 16px;
}

.detail .text-wrapper-32 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-1);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.detail .text-wrapper-33 {
  font-size: 14px;
  line-height: 21px;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-1);
  letter-spacing: 0;
  white-space: nowrap;
}

.detail .frame-54 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid;
  border-color: #ff9412;
  box-shadow: 0px 4px 8px #0000000f;
}

.detail .rectangle-3 {
  height: 148px;
  object-fit: cover;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.detail .frame-55 {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.detail .text-wrapper-34 {
  width: fit-content;
  font-weight: 500;
  color: var(--foreground-4);
  font-size: 14px;
  line-height: 21px;
  text-decoration: line-through;
  white-space: nowrap;
  position: relative;
  font-family: "Manrope", serif;
  letter-spacing: 0;
}

.detail .text-wrapper-35 {
  color: #ef7700;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.detail .frame-56 {
  display: inline-flex;
  gap: 4px;
  padding: 6px 10px;
  position: absolute;
  top: 110px;
  left: 10px;
  background-color: #ff9412;
  border-radius: 200px;
  box-shadow: var(--sd-1);
  align-items: center;
  justify-content: center;
}

.detail .text-wrapper-36 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 13.2px;
  white-space: nowrap;
}

.detail .frame-57 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 8px #0000000f;
}

.detail .frame-58 {
  display: flex;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.detail .text-wrapper-37 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: #ff1010;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.detail .ellipse-234,
.all-course .ellipse-234 {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: var(--foreground-1);
  border-radius: 5px;
}

.detail .ellipse-34,
.all-course .ellipse-34 {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: var(--surface-4);
  border-radius: 5px;
}

.detail .frame-59 {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: flex-start;
  gap: 56px;
  padding: 80px 150px;
  position: absolute;
  top: 2117px;
  left: 0;
  background-color: #ffffff;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: var(--surface-2);
}

.detail .header-logo-png-3 {
  background-image: url('../img/header-logo.png');
  position: relative;
  width: 230px;
  height: 38px;
  background-size: cover;
  background-position: 50% 50%;
}

.tab {
  cursor: pointer;
}

.tab.active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--foundation-blueblue-500);
  border-radius: 99px;
}
.tab.active .text-wrapper-18 {
  color: white;
}
.tab-content {
  display: none !important;
}
.tab-content.active {
  display: flex !important;
  flex-direction: column;
  width: 100%;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 24px;
}

.close-btn {
  cursor: pointer;
}

/* Show popup when active */
.popup-overlay.active {
  display: flex;
}
/* Style for button */
.open-popup-btn {
  padding: 10px 20px;
  background: #153493;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.popup-content .frame {
  display: flex;
  flex-direction: column;
  width: 600px;
  align-items: flex-start;
  gap: 16px;
  padding: 32px;
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
}

.popup-content .frame .div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 7px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup-content .frame .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 33px;
  white-space: nowrap;
}

.popup-content .frame .vector {
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: -1px;
}

.popup-content .frame .line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.popup-content .frame .div-2 {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup-content .frame .rectangle {
  position: relative;
  width: 122px;
  height: 75px;
  object-fit: cover;
}

.popup-content .frame .frame-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.popup-content .frame .div-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup-content .frame .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24.2px;
}

.popup-content .frame .p {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-3);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.popup-content .frame .div-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--surface-1);
}

.popup-content .frame .div-444 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup-content .frame .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}

.popup-content .frame .div-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup-content .frame .div-6 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup-content .frame .div-7 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

.popup-content .frame .img {
  position: relative;
  width: 20px;
  height: 20px;
}

.popup-content .frame .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-2);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.popup-content .frame .div-8 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.popup-content .frame .text-wrapper-5 {
  margin-top: -1px;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 18px;
  line-height: 27px;
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  letter-spacing: 0;
  white-space: nowrap;
}

.popup-content .frame .text-wrapper-6 {
  font-weight: 400;
  color: var(--foreground-2);
  font-size: 16px;
  line-height: 24px;
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  letter-spacing: 0;
  white-space: nowrap;
}

.popup-content .frame .div-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup-content .frame .div-9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup-content .frame .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 600;
  color: var(--foreground-1);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.popup-content .frame .div-10 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: var(--surface-2);
}

.popup-content .frame .div-wrapper-2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  padding: 12px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--foundation-blueblue-500);
  border-radius: 100px;
}

.popup-content .frame .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--white);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.popup1 {
  display: none;
}

.popup2 {
  display: none;
}

/* Menu overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
/* Sidebar menu */
.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease;
  padding: 24px;
  padding-top: 14px;
  z-index: 1000;
}
.menu a {
  display: block;
  padding: 6px;
  text-decoration: none;
  color: black;
}
.menu a:hover {
  /* background: #f0f0f0; */
}
/* Show menu */
.menu.active {
  top: 0;
}
.menu-overlay.active {
  display: block;
}

.popup2 .frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  padding: 32px;
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  max-height: 100vh;
}

.popup2 .popup2-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.popup2 .frame .div {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.popup2 .frame .img {
  position: relative;
  width: 58px;
  height: 58px;
}

.popup2 .frame .div-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.popup2 .frame .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.popup2 .frame .p {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-3);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.popup2 .frame .div-3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid;
  border-color: var(--surface-2);
}

.popup2 .frame .div-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.popup2 .frame .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}

.popup2 .frame .div-5 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.popup2 .frame .div-6 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.popup2 .frame .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-3);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.popup2 .frame .div-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.popup2 .frame .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-1);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.popup2 .frame .div-wrapper-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #fcf6f4;
}

.popup2 .frame .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: #ff5a0e;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.popup2 .frame .div-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup2 .frame .div-8 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

.popup2 .frame .img-2 {
  position: relative;
  width: 20px;
  height: 20px;
}

.popup2 .frame .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: #ff5a0e;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.popup2 .frame .div-9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--white);
  border-radius: 16px;
  border: 1px solid;
  border-color: var(--surface-2);
}

.popup2 .frame .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-2);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.popup2 .frame .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 600;
  color: var(--foreground-1);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: pre-wrap;
}

.popup2 .frame .div-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--foundation-blueblue-50);
  border-radius: 16px;
}

.popup2 .frame .n-i-dung-chuy-n-kho {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-1);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.popup2 .frame .span {
  font-family: "Manrope", serif;
  font-weight: 400;
  color: #080a10;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.popup2 .frame .text-wrapper-9 {
  font-weight: 500;
}

.popup2 .frame .v-d-ng-c-l-AKRFUJ {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-1);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.popup2 .frame .div-11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup2 .frame .div-12 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup2 .frame .div-13 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: var(--surface-2);
}

.popup2 .frame .text-wrapper-10 {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  color: var(--foreground-1);
  letter-spacing: 0;
  white-space: nowrap;
}

.popup2 .frame .div-14 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup2 .frame .text-wrapper-11 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 400;
  font-style: italic;
  color: var(--foreground-2);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.popup2 .frame .text-wrapper-12 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 600;
  color: var(--foundation-blueblue-500);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.popup2 .frame .div-wrapper-3 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  padding: 12px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--foundation-blueblue-500);
  border-radius: 100px;
}

.popup2 .frame .text-wrapper-13 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--white);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

@media screen and (max-width: 1280px) {
  .all-course .frame {
    padding: 60px 24px;
  }
  .all-course .text-wrapper {
    white-space: wrap;
    font-size: 34px;
  }
  .all-course .frame-8 {
    padding: 14px 24px;
  }

  .all-course .frame-10 {
    display: none;
  }
  .all-course .frame-search {
    display: none !important;
  }

  .all-course .frame-4 {
    flex-direction: column;
    align-items: start;
  }

  .all-course .frame-5 {
    flex-wrap: wrap;
    gap: 6px;
  }

  .all-course .frame-wrapper {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .all-course .text-wrapper-13 {
    font-size: 24px;
  }

  .all-course .cards-2 {
    flex-direction: column;
  }

  .all-course .frame-222 {
    flex-direction: column;
    gap: 16px;
  }

  .all-course .frame-26 {
    gap: 16px;
  }

  .all-course .frame-27 {
    overflow-x: scroll;
    width: 100%;
  }

  .all-course .frame-24 {
    flex-wrap: wrap;
  }

  .all-course .frame-15 {
    padding: 60px 24px;
    gap: 24px;
  }

  .footer .frame-16 {
    flex-direction: column;
    gap: 24px;
  }

  .all-course .frame-18 {
    flex-direction: column;
  }

  .detail .frame-14 {
    flex-direction: column;
    padding: 24px;
    gap: 24px;
  }

  .detail .frame-15,
  .detail .frame-25 {
    gap: 16px;
  }

  .detail .frame-28 {
    padding: 8px 16px;
  }

  .detail .frame-19 {
    overflow: auto;
  }

  .detail .text-wrapper-19 {
    font-size: 24px;
  }

  .detail .frame-26 {
    overflow-x: scroll;
  }

  .detail .frame-999 {
    flex-wrap: wrap;
    gap: 16px;
  }

  .detail .frame-wrapper {
    padding: 24px 24px;
    width: unset;
  }

  .detail .frame-43 {
    /* flex-direction: column; */
  }

  .detail .text-wrapper-25 {
    font-size: 24px;
  }

  .detail .frame-29 {
    width: 100%;
  }

  .detail .frame-34 {
    width: 100%;
  }

  .detail .text-wrapper-11,
  .all-course .text-wrapper-19 {
    font-size: 20px !important;
  }

  .all-course .search {
    /* display: none; */
  }

  .menu-btn {
    display: block;
  }

  .popup-content .frame {
    width: 100%;
    gap: 8px;
  }

  .popup-content .frame .div-2 {
    flex-direction: column;
    flex: 1;
  }

  .popup-content .frame .div-6 {
    flex-wrap: wrap;
  }

  .popup2 .frame {
    /* margin-top: 350px; */
  }

  .popup2 .frame .div-14 {
    flex-wrap: wrap;
    gap: 10px;
  }

  .popup2 .frame .text-wrapper-6 {
    white-space: pre-wrap;
  }

  .popup2 .frame {
    padding: 16px;
  }

  .detail .text-wrapper-26 {
    font-size: 20px;
  }

  .popup-content .frame {
    padding: 16px;
  }

  .popup-content .frame .rectangle {
    width: 66%;
    height: auto;
  }

  .popup-content .frame .div-4 {
    padding: 8px;
    gap: 8px;
  }

  .popup-content .frame .div-5,
  .popup-content .frame .div-9 {
    gap: 8px;
  }

  .popup-content .frame .text-wrapper-3,
  .popup-content .frame .text-wrapper-7 {
    font-size: 16px;
  }

  .popup-content .frame .img {
    width: 14px;
    height: 14px;
  }

  .popup-content .frame .text-wrapper-4 {
    font-size: 16px;
  }

  .popup-content .frame .text-wrapper-5,
  .popup-content .frame .text-wrapper-6 {
    font-size: 14px;
  }

  .popup-content .frame .text-wrapper,
  .popup-content .frame .text-wrapper-2 {
    font-size: 18px;
  }

  .popup2 .frame .div-10 {
    padding: 12px;
  }

  .popup-content .frame .img11 {
    width: 40px;
    height: 40px;
  }

  .popup2 .frame .text-wrapper-11,
  .popup2 .frame .p,
  .popup2 .frame .n-i-dung-chuy-n-kho,
  .popup2 .frame .span,
  .popup2 .frame .text-wrapper-9 {
    font-size: 14px;
  }

  .popup2 .frame .text-wrapper {
    font-size: 16px;
    line-height: 24px;
  }

  .popup2 .frame .text-wrapper-2,
  .popup2 .frame .text-wrapper-12,
  .popup2 .frame .text-wrapper-8 {
    font-size: 14px;
  }

  .popup2 .frame .div-3,
  .popup2 .frame .div-9 {
    padding: 16px;
  }

  .popup2 .frame .div-11 {
    gap: 8px;
  }

  .popup2 .frame .text-wrapper-10 {
    font-size: 18px;
  }

  .popup2 .frame .img-2 {
    width: 16px;
    height: 16px;
  }

  .popup2 .frame .div-8 {
    gap: 12px;
  }
}

.border-card {
  border: 1px solid transparent;
}
.border-card:hover {
  /* border: 1px solid #ff9412 */
}

/* Custom Pagination */
.swiper-pagination {
  position: relative; /* Adjust position if needed */
  margin-top: 30px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ddd;
  opacity: 1;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #153493; /* Active dot color */
  transform: scale(1.2); /* Make active dot slightly bigger */
}

.popup2-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100vh;
}


/**
 * Lan thêm 
 */
.all-course .frame-search {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
  width: 480px;
  padding: 10px 24px;
  background-color: #fff;
  border-radius: 63px;
  border: 1px solid #D9D9D9;
}
.all-course .frame-search:hover {
  border: 1px solid #00000073;
}


/** mentor-card */
.mentor-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 24px;
  text-decoration: none;
  height: 420px;
  /* background: #000; */
  transition: transform .3s ease;
}

.mentor-card:hover {
  transform: translateY(-4px);
}

/* --- IMAGE --- */
.mentor-card .rectangle {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  display: block;
}

/* --- GRADIENT OVERLAY --- */
.mentor-card .frame-36 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(180deg, rgba(0, 106, 254, 0) 31.51%, rgba(0, 106, 254, 0.6) 93.98%);
  padding: 24px;
  
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;       /* <— Căn giữa ngang toàn bộ nội dung */
  text-align: center;
}

/* --- TITLE (course name) --- */
.mentor-card .title {
  font-size: 28px;
  font-weight: 700;
  color: white;
  line-height: 1.2;
  margin-bottom: 8px;
}

/* --- AUTHOR (mentor name) --- */
.mentor-card .author {
  font-size: 16px;
  color: #dfe6f1;
  font-weight: 400;
}

@media (max-width: 768px) {
  .all-course .frame {
      padding: 30px 24px;
  }
  .mentor-card {
      height: 360px;
  }

  .all-course .header-logo-png {
    width: 150px;
    height: 25px;
  }
  .all-course .header-logo-png-2 {
    width: 150px;
    height: 25px;
  }
  .all-course .frame-19 {
    width: 100%;
  }
}



/** body-card sửa */
/* === Border Card Redesign === */
.border-card {
  display: block;
  width: 100%;
  background: #f1fcfa;
  border-radius: 24px;
  overflow: hidden;
  /* box-shadow: 0 4px 14px rgba(0,0,0,0.06); */
  transition: all 0.25s ease;
  /* border: 1px solid #f1f1f1; */
  box-shadow: 0px 4px 16px 0px #A3A3A312;
}
.border-card:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 14px rgba(0,0,0,0.07);
}

.border-card .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  /* gap: 14px; */
  gap: 10px;
}

.border-card .line-2 {
  margin: 5px 0px;
}

/* Category badge */
.badge-softskill {
  display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    background: #F5F7FA;
    color: #3a4144;
    font-size: 13px;
    font-weight: 500;
    border-radius: 999px;
    border: 1px solid #D9D9D9;
    width: max-content;
    line-height: 1;
}

/* Title */
.card-title {
  font-size: 16px;
  font-weight: 700;
  color: #1F1F1F;
  line-height: 1.3;
  margin-bottom: 0 !important;
}

/* Description */
.card-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #000000A6;
  min-height: 44px;
}

/* Mentor box */
.mentor-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mentor-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.mentor-label {
  font-size: 13px;
  color: #A0A8AB;
}
.mentor-name {
  font-size: 15px;
  color: #090B11;
  font-weight: 600;
}

/* Rating */
.rating-row {
  display: flex;
  align-items: center;
  gap: 4px;
  /* margin-top: -6px; */
  margin-top: 10px;
}
.ratingIcon { width: 16px; }
.rating-score {
  font-weight: 700;
  color: #000000E0;
}
.rating-slash,
.rating-count {
  font-size: 14px;
  color: #000000A6;
  padding-right: 5px;
}
.rating-count {
  color: #00000073;
}

/* Study type */
.study-type {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000000A6;
  font-size: 14px;
  margin-top: -4px;
}
.study-type .study-label {
  font-weight: 700;
}
.study-type.regdate {
  color: #FF2056 !important;
}
.study-icon { width: 16px; margin-left: 2px; }

/* Price box */
.price-box {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 30px;
}
.old-price {
  text-decoration: line-through;
  font-size: 13px;
  color: #000000A6;
}
.new-price {
  font-size: 20px;
  font-weight: 700;
  color: #000000E0;
}
.discount-badge {
  background: #FFF7E6;
  color: #FA8C16;
  padding: 6px 4px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #FFD591;
}
.new-price.free {
  color: #016630 !important;
}
.discount-badge.free {
  background: #F6FFED !important;
  color: #52C41A !important;
  border: 1px solid #B7EB8F !important;
}

/* Enroll button */
.enroll-btn {
  margin-top: 8px;
  width: 100%;
  padding: 12px 0;
  background: #2B60FF;
  border-radius: 999px;
  color: white;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  transition: 0.2s;
}
.enroll-btn:hover {
  background: #1e4be3;
}


/* Card Thumbnail Wrapper */
.card-thumb {
  position: relative;
  width: 100%;
  height: 178px;
  border-radius: 24px;
  overflow: hidden;
}

/* Banner image */
.card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

/* ===== TITLE (CENTER) ===== */
.card-thumb .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 80%;
  text-align: center;
  color: #ffffff;

  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;

  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
  z-index: 5;
}

/* ===== MENTOR SECTION (LEFT BOTTOM) ===== */
.mentor-box {
  position: absolute;
  bottom: 18px;
  left: 20px;

  display: flex;
  align-items: center;
  gap: 10px;

  z-index: 10;
}

.mentor-avatar {
  width: 27px !important;
  height: 27px !important;
  border-radius: 50%;
}

.author {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.mentor-label {
  font-size: 10px;
  color: #eaeaea;
  opacity: 0.8;
}

.mentor-name {
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
}

/* ===== LEVEL SECTION (RIGHT BOTTOM) ===== */
.level-box {
  position: absolute;
  bottom: 22px;
  right: 20px;

  display: flex;
  align-items: center;
  gap: 3px;

  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  z-index: 10;
}

.level-box img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(100%);
}

/* ===== CLEANER OVERLAY (optional, nếu bạn muốn hiệu ứng mờ nền khi có text) ===== */
.card-thumb::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 194px;
  background: linear-gradient(
      to top,
      rgba(0,0,0,0.45),
      rgba(0,0,0,0)
  );
  border-radius: 24px; /* 0 0 24px 24px; */
  z-index: 1;
}




/** frame-mentor */
.all-course .frame-mentor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 50px 0px;
  padding-top: 120px;
  /* background-color: #2a5fff; */
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .all-course .frame-mentor {
    padding: 50px 0px !important;
    padding-top: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .all-course .frame-mentor {
    padding: 10px 0px !important;
    padding-top: 50px !important;
  }
}

.all-course .frame-mentor .mentor-card {
  height: 430px !important;
}


/** search **/
.search .frame-7:hover {
  background-color: var(--foundation-blueblue-400);
}
.search .frame-7:hover .text-wrapper-3 {
  color: #FFF !important;
}




/* Waiting animation */

.overlay-waiting {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner-waiting {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
      transform: rotate(360deg);
  }
}


.all-course .frame-335 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f1fcfa;
  border: 1px solid #153493;
  border-radius: 100px;
}
.all-course .frame-335:hover {
  background-color: #E9F4F2 !important;
}
.all-course .text-wrapper-335 {
  width: fit-content;
  font-weight: 500;
  color: #153493;
  white-space: nowrap;
  position: relative;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.tab-content ul,
.tab-content ol {
    list-style: initial !important;
    padding-left: 2em;
}



/** menu sub **/
.user-info:hover {
  cursor: pointer;
}
.user-submenu .frame-12 {
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 16px;
    padding: 10px 0px;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: left;
}
.user-submenu .frame-12:hover {
  background: #e8f1f0 !important;
  padding: 10px 20px;
}
.user-submenu .frame-12:hover .text-wrapper-2 {
  color: #153493 !important;
}

.user-submenu .frame-11 .text-wrapper-2 {
  color: #fff !important;
}
.user-submenu .frame-11:hover {
  background: #e8f1f0 !important;
  padding: 10px 20px;
}
.user-submenu .frame-11:hover .text-wrapper-2 {
  color: #153493 !important;
}


.user-dropdown-menu {
  position: absolute;
  top: 110%;
  left: -10px;
  width: 250px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e9eef1;
  padding: 4px 0;
  box-shadow: none;
  z-index: 50;
  overflow: hidden;
  display: none;
}
.menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 5px 15px 30px;
  font-size: 15px;
  color: #395360;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background 0.14s, color 0.14s;
  font-weight: 500;
}
.menu-item:hover, .menu-item:focus {
  background: #EEF2FF;
  color: #153493;
}
.menu-item i {
  width: 20px;
  height: 20px;
  color: #8fa2e3;
  transition: color 0.15s;
}
.menu-item:hover i,
.menu-item:focus i {
  color: #153493;
}
.menu-item:not(:last-child) {
  border-bottom: 1px solid #e9eef1;
}
@media (max-width: 900px) {
  .user-dropdown-menu {
      display: none !important; /* Chỉ hiện trên desktop, ẩn trên mobile/tablet */
  }
}



/** course-selection **/
.course-selection {
  flex: 1;
  padding: 40px 16px 24px;
}
.course-selection .course-selection__title {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  /* height: 77px; */
  margin-bottom: 20px;
}
.course-selection .course-selection__subtitle {
  font-size: 14px;
  line-height: 1.5em;
  color: #000000B2;
  font-weight: 500;
}
@media (max-width: 767px) {
  .course-selection {
    padding: 30px 10px;
  }
  .course-selection .course-selection__title {
    font-size: 35px !important;
    margin-bottom: 15px !important;
  }
}

/** swiper mentor detail **/
.col.mentor-carousel {
  padding: 10px 5px;
  padding-bottom: 40px;
  margin-left: 110px;
  margin-right: 30px;
}
@media (max-width: 1280px) {
  .col.mentor-carousel {
    padding: 10px 5px;
    padding-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .col.mentor-carousel {
    padding: 10px 5px;
    padding-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }
}


/** field-box **/
.field-box {
  position: absolute; 
  top: 16px; 
  left: 16px; 
  z-index: 99;
}
.field-box .field-item {
  color: #000000E0; 
  font-size: 11px; 
  font-weight: 500; 
  border: 1px solid #D9D9D9; 
  border-radius: 16px; 
  padding: 4px 8px; 
  background: #FFF;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}



/** course-card-list **/
.course-card-list .course-card-img {
  min-width: 300px; 
  max-width: 320px;
  height: auto;
}
.course-card-list .border-card .card-body {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.course-card-list .card-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #000000A6;
  min-height: 18px;
}
.course-card-list .rating-row {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
}
.course-card-list .study-type {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000000A6;
  font-size: 14px;
  margin-top: 2px;
}
@media (max-width: 991px) {
  .course-card-list .border-card {
    flex-direction: column !important;
    min-width: 0;
  }
  .course-card-list .course-card-img {
    max-width: 100% !important;
    min-width: 0 !important;
    max-height: 200px !important;
  }

  .course-card-list .border-card .card-body {
    padding: 20px;
    gap: 10px;
  }
  .course-card-list .card-desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #000000A6;
    min-height: 44px;
  }
  .course-card-list .rating-row {
    gap: 4px;
    margin-top: 10px;
  }
  .course-card-list .study-type {
    gap: 6px;
    margin-top: -4px;
  }
}




/** popup-overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 24px;
}
.popup-content {
  max-height: 100vh;
  overflow: auto;
}

.close-btn {
  cursor: pointer;
}

/* Show popup when active */
.popup-overlay.active {
  display: block;
}
/* Style for button */
.open-popup-btn {
  padding: 10px 20px;
  background: #153493;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.popup-content .frame {
  display: flex;
  flex-direction: column;
  width: 600px;
  align-items: flex-start;
  gap: 16px;
  padding: 32px;
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  /* overflow: hidden; */
  overflow: scroll !important;
}

.popup-content .frame .div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 7px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup-content .frame .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 33px;
  white-space: nowrap;
}

.popup-content .frame .vector {
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: -1px;
}

.popup-content .frame .line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.popup-content .frame .div-2 {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup-content .frame .rectangle {
  position: relative;
  width: 122px;
  height: 75px;
  border-radius: 16px;
  object-fit: cover;
}

.popup-content .frame .frame-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 5px 0px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.popup-content .frame .div-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup-content .frame .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
}

.popup-content .frame .p {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-3);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
}

.popup-content .frame .div-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--surface-1);
}

.popup-content .frame .div-444 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup-content .frame .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}

.popup-content .frame .div-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup-content .frame .div-6 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup-content .frame .div-7 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

.popup-content .frame .img {
  position: relative;
  width: 20px;
  height: 20px;
}

.popup-content .frame .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-2);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.popup-content .frame .div-8 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.popup-content .frame .text-wrapper-5 {
  margin-top: -1px;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 18px;
  line-height: 27px;
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  letter-spacing: 0;
  white-space: nowrap;
}

.popup-content .frame .text-wrapper-6 {
  font-weight: 400;
  color: var(--foreground-2);
  font-size: 16px;
  line-height: 24px;
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  letter-spacing: 0;
  white-space: nowrap;
}

.popup-content .frame .div-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup-content .frame .div-9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup-content .frame .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 600;
  color: var(--foreground-1);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.popup-content .frame .div-10 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: var(--surface-2);
}

.popup-content .frame .div-wrapper-2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  padding: 12px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--foundation-blueblue-500);
  border-radius: 100px;
}

.popup-content .frame .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--white);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

/* .popup1 {
  display: none;
}

.popup2 {
  display: none;
} */

/* Menu overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
/* Sidebar menu */
.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease;
  padding: 24px;
  padding-top: 14px;
  z-index: 1000;
}
.menu a {
  display: block;
  padding: 6px;
  text-decoration: none;
  color: black;
}
.menu a:hover {
  background: #f0f0f0;
}
/* Show menu */
.menu.active {
  top: 0;
}
.menu-overlay.active {
  display: block;
}

.popup2 .frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  padding: 24px 16px;
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  max-height: 100vh;
  font-size: 16px;
}

.popup2 .popup2-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.popup2 .frame .div {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.popup2 .frame .img {
  position: relative;
  width: 58px;
  height: 58px;
}

.popup2 .frame .div-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.popup2 .frame .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.popup2 .frame .p {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-3);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.popup2 .frame .div-3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid;
  border-color: var(--surface-2);
}

.popup2 .frame .div-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.popup2 .frame .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}

.popup2 .frame .div-5 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.popup2 .frame .div-6 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.popup2 .frame .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-3);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

.popup2 .frame .div-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.popup2 .frame .text-wrapper-4 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

.popup2 .frame .div-wrapper-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #fcf6f4;
}

.popup2 .frame .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: #ff5a0e;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.popup2 .frame .div-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup2 .frame .div-8 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

.popup2 .frame .img-2 {
  position: relative;
  width: 20px;
  height: 20px;
}

.popup2 .frame .text-wrapper-6 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: #ff5a0e;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}

.popup2 .frame .div-9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--white);
  border-radius: 16px;
  border: 1px solid;
  border-color: var(--surface-2);
}

.popup2 .frame .text-wrapper-7 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--foreground-2);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

.popup2 .frame .text-wrapper-8 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 600;
  color: var(--foreground-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: pre-wrap;
}

.popup2 .frame .div-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--foundation-blueblue-50);
  border-radius: 16px;
}

.popup2 .frame .bank-transfer {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}

.popup2 .frame .span {
  font-family: "Manrope", serif;
  font-weight: 400;
  color: #080a10;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}

.popup2 .frame .text-wrapper-9 {
  font-weight: 500;
}

.popup2 .frame .bank-transfer-detail {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 400;
  color: var(--foreground-1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}

.popup2 .frame .div-11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup2 .frame .div-12 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup2 .frame .div-13 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: var(--surface-2);
}

.popup2 .frame .text-wrapper-10 {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  color: var(--foreground-1);
  letter-spacing: 0;
  white-space: nowrap;
}

.popup2 .frame .div-14 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.popup2 .frame .text-wrapper-11 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 400;
  font-style: italic;
  color: var(--foreground-2);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}

.popup2 .frame .text-wrapper-12 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 600;
  color: var(--foundation-blueblue-500);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

.popup2 .frame .div-wrapper-3 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  padding: 12px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--foundation-blueblue-500);
  border-radius: 100px;
}

.popup2 .frame .text-wrapper-13 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: var(--white);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}


@media screen and (max-width: 1280px) {
  .popup-content .frame {
    width: 100%;
    gap: 8px;
  }

  .popup-content .frame .div-2 {
    flex-direction: column;
    flex: 1;
  }

  .popup-content .frame .div-6 {
    flex-wrap: wrap;
  }

  .popup2 .frame {
    /* margin-top: 350px; */
  }

  .popup2 .frame .div-wrapper {
    width: auto !important;
  }

  .popup2 .frame .div-14 {
    flex-wrap: wrap;
    gap: 10px;
  }

  .popup2 .frame .text-wrapper-6 {
    white-space: pre-wrap;
  }

  .popup2 .frame {
    padding: 16px;
  }

  .detail .text-wrapper-26 {
    font-size: 20px;
  }

  .popup-content .frame {
    padding: 16px;
  }

  .popup-content .frame .rectangle {
    width: 66%;
    height: auto;
  }

  .popup-content .frame .div-4 {
    padding: 8px;
    gap: 8px;
  }

  .popup-content .frame .div-5,
  .popup-content .frame .div-9 {
    gap: 8px;
  }

  .popup-content .frame .text-wrapper-3,
  .popup-content .frame .text-wrapper-7 {
    font-size: 14px;
  }

  .popup-content .frame .img {
    width: 14px;
    height: 14px;
  }

  .popup-content .frame .text-wrapper-4 {
    font-size: 14px;
  }

  .popup-content .frame .text-wrapper-5,
  .popup-content .frame .text-wrapper-6 {
    font-size: 14px;
  }

  .popup-content .frame .text-wrapper,
  .popup-content .frame .text-wrapper-2 {
    font-size: 18px;
  }

  .popup2 .frame .div-10 {
    padding: 12px;
  }

  .popup-content .frame .img11 {
    width: 40px;
    height: 40px;
  }

  .popup2 .frame .text-wrapper-4,
  .popup2 .frame .text-wrapper-11,
  .popup2 .frame .p,
  .popup2 .frame .bank-transfer,
  .popup2 .frame .span,
  .popup2 .frame .text-wrapper-9 {
    font-size: 14px;
  }

  .popup2 .frame .text-wrapper {
    font-size: 16px;
    line-height: 24px;
  }

  .popup2 .frame .text-wrapper-2,
  .popup2 .frame .text-wrapper-12,
  .popup2 .frame .text-wrapper-8 {
    font-size: 14px;
  }

  .popup2 .frame .div-3,
  .popup2 .frame .div-9 {
    padding: 16px;
  }

  .popup2 .frame .div-11 {
    gap: 8px;
  }

  .popup2 .frame .text-wrapper-10 {
    font-size: 18px;
  }

  .popup2 .frame .img-2 {
    width: 16px;
    height: 16px;
  }

  .popup2 .frame .div-8 {
    gap: 12px;
  }
}

.popup2 {
  display: block;
}



/** phone-popup-container **/
.phone-popup-container {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 32px 24px 24px 24px;
}

.phone-popup-title {
  font-size: 24px;
  font-weight: 600;
  color: #000000E0;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.5;
}

.phone-popup-desc {
  color: #525252;
  font-size: 14px;
  text-align: left;
  margin-bottom: 18px;
  line-height: 1.5;
}

.phone-popup-input-group {
  position: relative;
  margin-bottom: 24px;
}

.phone-popup-input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.phone-popup-input {
  width: 100%;
  padding: 11px 16px 11px 44px;
  border: 1.5px solid #e0e0e0;
  border-radius: 16px;
  font-size: 16px;
  background: #fafcff;
  transition: border 0.2s;
  outline: none;
  color: #202020;
}

.phone-popup-input:focus {
  border-color: #153493;
  background: #fff;
  /* box-shadow: 0 0 0 2px #e4f5f1; */
  box-shadow: 0 0 0 2px #EAF0FF;
}

.phone-popup-btn {
  width: 100%;
  background: #153493;
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 16px;
  font-size: 16px;
  padding: 13px 0;
  cursor: pointer;
  transition: background 0.15s;
  /* box-shadow: 0 1px 4px rgba(23,114,109,0.09); */
  box-shadow: 0 1px 4px rgba(21, 52, 147, 0.16);
  letter-spacing: 0.1px;
}
.phone-popup-btn:hover {
  /* background: #116258; */
  background: #102B7A;
}

@media (max-width: 480px) {
  .phone-popup-container { padding: 18px 6vw 18px 6vw; }
}


.swal2-popup.swal2-phone-popup {
  max-width: 600px !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .swal2-popup.swal2-phone-popup {
    max-width: 95vw !important;
  }
}


/** form-error-msg **/
.form-error-msg {
  color: #ff3737;
  font-size: 14px;
  margin: 10px 0 0 0;
  min-height: 22px;
  text-align: left;
  opacity: 1;
  transition: opacity 0.4s;
}
.form-error-msg.hide {
  opacity: 0;
}


/* Căn giữa hoặc bo góc theo form */
.g-recaptcha {
  padding: 10px 0px;
  width: 100% !important;
}



/** swal2-popup */
.swal2-popup .custom-input,
.swal2-popup .custom-textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    transition: all 0.2s ease;
    box-shadow: none;
}

.swal2-popup .custom-input:focus,
.swal2-popup .custom-textarea:focus {
    border-color: #153493;
    box-shadow: 0 0 0 2px rgba(21, 52, 147, 0.1);
}
.swal2-popup .custom-textarea {
    min-height: 80px;
    resize: vertical;
}
.swal2-popup label {
    font-weight: 500;
    color: #374151;
}


