/* @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 #5a73c9 !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;
  overflow: hidden;
}

.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 .text-wrapper-2 {
  color: #10437C;
}

.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 50px;
  /* padding: 10px 150px; */
  background-color: var(--white);
  max-width: 1440px;
  margin: 0 auto;
}

.all-course .header-logo-png {
  position: relative;
  width: 300px;
  height: 45px;
  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: #F8FAFC;
  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: 260px;
  height: 44px;
  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: 215px;
  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;
}

.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: #F8FAFC;
}

.detail .frame {
  display: flex;
  
  /* width: 1440px; */
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;

  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: #000000A6;
  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: #000000E0;
  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: 500;
  color: #000000E0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}

.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: 20px;
  padding: 24px 100px;
  background-color: #F8FAFC;
  margin: 0 auto;
  max-width: 1440px;
}

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

.detail .frame-15-overview {
  background: #FFF; 
  border-radius: 32px; 
  width: 100%;
}

.detail .rectangle {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: 32px;
  display: block;
}

.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;
  padding: 24px;
}

.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: 16px;
  position: relative;
  flex: 0 0 auto;
}

.detail .text-wrapper-10 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: #000000E0;
  font-size: 15px;
  white-space: nowrap;
  background: #00000005;
  border: 1px solid #D9D9D9;
  border-radius: 9999px;
  padding: 6px 12px;
}

.detail .text-wrapper-11 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: #000000E0;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.5;
}

.detail .text-wrapper-12 {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: #000000A6;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}

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

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

.detail .text-wrapper-13 {
  width: fit-content;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  position: relative;
  font-family: "Manrope", serif;
  color: #000000A6;
  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;
  font-weight: 700;
  color: #000000E0;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
  position: relative;
  font-family: "Manrope", serif;
  letter-spacing: 0;
}

.detail .text-wrapper-14-total {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: #000000A6;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

.detail .text-wrapper-15 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 500;
  color: #00000073;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

.detail .text-wrapper-16 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: var(--foreground-1);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
  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;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: #000000E0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  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;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: #000000E0;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.5;
}

.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;
  font-size: 16px;
  line-height: 1.5;
}
.flexcontainer p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.flexcontainer ol, .flexcontainer ul, .flexcontainer dl {
  margin-left: 12px;
  margin-bottom: 1rem;
}

.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: 500;
  color: #000000A6;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
}

.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;
  border-radius: 50%;
}

.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;
  font-family: "Manrope", serif;
  font-weight: 600;
  color: #000000E0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  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%;
  font-family: "Manrope", serif;
  font-weight: 700;
  color: #000000;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.5;
}

.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: #000000A6;
  font-size: 14px;
  line-height: 1.5;
  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: #153493;
  border-radius: 99px;
}
.tab.active .text-wrapper-18 {
  color: white;
}
/* .tab-content {
  padding: 16px 5px;
  display: none !important;
}
.tab-content.active {
  display: flex !important;
  flex-direction: column;
  width: 100%;
} */
.tab-content {
  padding: 16px 5px;
  display: none !important;
}

.tab-content.active {
  display: block !important; /* hoặc display: initial */
  width: 100%;
}


/** 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: 12px 20px;
  background: #153493;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 8px !important;
}

.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 (max-width: 992px) {
  .container {
      width: 100% !important;
      max-width: fit-content;
      padding: 15px !important;
      /* background: #FFF; */
      /* padding-left: 1rem !important;
      padding-right: 1rem !important; */
  }
}
@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-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;
  }
}

.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(21, 52, 147, 0) 31.51%, rgba(21, 52, 147, 0.78) 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 .header-logo-png {
    width: 176px;
    height: 30px;
  }
  .all-course .header-logo-png-2 {
    width: 176px;
    height: 30px;
  }

  .all-course .frame {
      padding: 30px 24px;
  }
  .mentor-card {
      height: 360px;
  }

  .detail {
    /* margin: 0 auto !important; */
    margin-top: 65px !important;
    overflow: hidden !important;
  }
}



/** body-card sửa */
/* === Border Card Redesign === */
.border-card {
  display: block;
  width: 100%;
  background: #F7F7F7;
  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 #A3A3A30D;

}
.border-card:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.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: #153493;
  border-radius: 999px;
  color: white;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  transition: 0.2s;
}
.enroll-btn:hover {
  background: #0f276e;
}


/* 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 80px;
  background-color: #2a5fff;
  overflow: hidden;
  margin-top: 78px;
  width: 100%;
}
@media (max-width: 1024px) {
  .all-course .frame-mentor {
    padding: 50px 15px !important;
  }
}

.all-course .frame-mentor .mentor-card {
  height: 460px !important;
}
.all-course .frame-mentor .border-card {
  height: 445px !important;
}


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


/** Lịch học */
.scheduleinfo-section {
  font-size: 14px;
  line-height: 2;
  color: #393f4d;
}
.scheduleinfo-section .title {
    margin-top: 5px;
}
.scheduleinfo-section .value {
    margin-left: 40px;
}


.schedule-grid {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 5px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.schedule-grid .schedule-card {
  width: calc(33.333% - 20px);
  background: #ffffff;
  border: 1px dashed #E4E9F3;
  border-radius: 12px;
  padding: 18px 20px;
  transition: all 0.25s ease;
}
.schedule-grid .schedule-card:hover {
  border-color: #b9c7e3;
  background: #fafcff;
  transform: translateY(-3px);
}
.schedule-grid .day-title {
  font-size: 14px;
  font-weight: 600;
  color: #2c2f32;
  margin-bottom: 10px;
}
.schedule-grid .divider {
  border: none;
  border-bottom: 1px solid #E4E9F3;
  margin: 8px 0 14px;
}
.time-row {
  display: grid;
    grid-template-columns: 80px 20px 110px;
    justify-content: start;
    font-size: 14px;
    font-weight: 500;
    margin: 4px 0;
    color: #000000A6;
}
.schedule-grid .time-row .dash {
  text-align: center;
}
.schedule-grid .time-row .start {
  text-align: right;
}
.schedule-grid .time-row .end {
  text-align: left;
}
@media (max-width: 992px) {
  .schedule-grid .schedule-card { width: calc(50% - 20px); }
}
@media (max-width: 576px) {
  .schedule-grid .schedule-card { width: 100%; }
  .schedule-grid .time-row {
      grid-template-columns: 1fr auto 1fr;
  }
}




/* 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);
  }
}



/** Rating **/
.review-show-section {
  max-height: 550px;
  overflow: auto;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.review-show-section::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE and Edge */
.review-show-section {
  -ms-overflow-style: none;
}

.review-show-section .image-2 {
  position: relative;
  width: 40px; 
  height: 40px; 
  border-radius: 50%;
}

.review-show-section .desc {
  font-size: 14px;
  color: #000000A6;
  line-height: 1.5;
  margin-top: 12px;
  text-align: justify;
  text-justify: inter-word; 
}


/* Confirm button */
.swal2-confirm {
  background-color: #153493 !important;
  color: white !important;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.swal2-confirm:hover {
  background-color: #0f276e !important;
}



/** input radio button **/
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  margin: 0 8px 0 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 2px solid #153493;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  transition: border-color 0.2s;
}

input[type="radio"]:not(:checked) {
  border-color: #cbd5e1;
}

input[type="radio"]:focus {
  outline: 2px solid #5a73c9;
  outline-offset: 1px;
}

/* Chấm tròn khi checked */
input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #153493;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: background 0.2s;
}


/*** **/
.discount-wrapper-row {
  display: block;
  margin-bottom: 10px;
}

.discount-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  margin-left: 28px;
}

.discount-left {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 0;
}
.discount-left input[type="text"] {
  flex: 1 1 0%;
  min-width: 0;
  padding: 8px 16px;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: 9999px;
  border: 1px solid #ccc;
  background: #FFFFFFB2 !important;
  color: #000000A6 !important; 
  text-transform: uppercase;
}
.discount-left .apply-button {
  flex: 0 0 auto;
  padding: 12px 18px;
  font-size: 14px !important;
  font-weight: 400 !important;
  border-radius: 16px;
  margin-left: 0;
  white-space: nowrap;
  background: #153493 !important;
  border: none !important;
  color: #FFFFFF !important;
}


/** scroll-hide **/
.scroll-hide {
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
  position: relative;
}
/* Chrome, Safari, Edge */
.scroll-hide::-webkit-scrollbar {
  display: none;
}

.highlight-promo {
  width: 100% !important;
  background: #EEF5FF;
  border-radius: 8px;
  padding: 30px 16px;
  max-width: 550px;
  margin: 16px auto 0 auto;
  box-shadow: 0 2px 12px rgba(21, 52, 147, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.highlight-line {
  color: #122159;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.03em;
}
.highlight-line.secondary {
  color: #E45312;
  font-weight: 500;
  font-size: 16px;
  /* margin-top: 2px; */
}

.detail .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: #FFF;
  border: 1px solid #153493;
  border-radius: 100px;
}
.detail .frame-335:hover {
  background-color: #EEF2FF !important;
}
.detail .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: #EEF2FF !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: #EEF2FF !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 */
  }
}



/** video-thumb **/
.video-thumb {
  position: relative;
  display: inline-block;
  width: 100%; /* hoặc auto, hoặc max-width: 100%; */
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: #111;
  transition: box-shadow 0.25s;
}

.video-thumb img.rectangle {
  width: 100%;
  display: block;
  border-radius: 12px;
  transition: filter 0.3s;
}

/* ----- Nút play ----- */
.video-thumb .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  pointer-events: none;
  transition: filter 0.3s, transform 0.25s;
  filter: drop-shadow(0 2px 10px #0006);
}

/* ----- Hover effect chỉ cho nút play ----- */
.video-thumb:hover .play-btn,
.video-thumb:focus .play-btn {
  transform: translate(-50%, -50%) scale(1.12);
  filter: drop-shadow(0 0 18px #fff9) brightness(1.15);
}

/* ----- Option: ảnh tối nhẹ khi hover ----- */
.video-thumb .img-hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.16);
  opacity: 0;
  transition: opacity 0.22s;
  pointer-events: none;
  border-radius: 12px;
  z-index: 9;
}
.video-thumb:hover .img-hover-overlay {
  opacity: 1 !important;
}

.video-thumb .play-circle svg {
  border-radius: 50%; /* đảm bảo tròn tuyệt đối */
  transition: box-shadow 0.25s;
}

.video-thumb:active .play-btn {
  transform: translate(-50%, -50%) scale(0.97);
  filter: drop-shadow(0 0 6px #fff7) brightness(0.98);
}




.gap-4 {
  gap: 4px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-28 {
  gap: 28px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-36 {
  gap: 36px !important;
}

.gap-40 {
  gap: 40px !important;
}

/* Utility classes */
.mobile-only-break {
  display: none;
}

/* Site Badge - Premium Floating Design */
.site-badge {
  position: fixed;
  bottom: 13px;
  left: 24px;
  /* right: 20px; */
  /* left: 20px; */
  z-index: 9999;
  pointer-events: none;
}

.site-badge-content {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  height: 38px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 10px 18px 10px 14px;
  border-radius: 10px;
  box-shadow:
    rgba(0, 0, 0, 0.17) 0px 0.602187px 1.56569px -1.5px,
    rgba(0, 0, 0, 0.14) 0px 2.28853px 5.95019px -3px,
    rgba(0, 0, 0, 0.02) 0px 10px 26px -4.5px;
  border: 1px solid rgba(0, 0, 0 0.04);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  pointer-events: auto;
  transform-origin: bottom right;
}
.site-badge-content:hover {
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 4px 12px -2px,
    rgba(0, 0, 0, 0.18) 0px 8px 24px -4px;
  transform: translateY(-2px);
}

.site-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.site-badge-icon img {
  height: 20px;
  width: auto;
  display: block;
  object-fit: contain;
}

.site-badge-text {
  display: flex;
  flex-direction: column;
}

.site-badge-title {
  font-weight: 700;
  font-size: 13px;
  color: #000; /* Dark slate */
  line-height: 1.2;
  letter-spacing: -0.01em;
}

/* Entrance Animation */
@keyframes badgeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.site-badge {
  animation: badgeSlideIn 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.5s backwards;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
  .mobile-only-break {
    display: inline;
  }

  .site-badge {
    display: none;
    bottom: 16px;
    right: 16px;
  }

  .site-badge-content {
    padding: 8px 14px 8px 10px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .site-badge-title {
    font-size: 12px;
  }

  .site-badge-icon img {
    height: 24px;
  }

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



/** 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;
}



/** 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;
}



/** Lan thêm **/
.course-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
}

.course-info-label {
  font-size: 16px;
  font-weight: 500;
  color: #000000E0;
  flex: 0 0 100px;
}

.course-info-value {
  flex: 1;
  text-align: right;
  color: #111827;
}

.tuition-row {
  align-items: center;
}

.tuition-value {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.tuition-price {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
}

.tuition-note {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #DCFCE7;
  color: #008236;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 320px;
  text-align: center;
}

@media (max-width: 768px) {
  .course-info-row {
      align-items: flex-start;
      gap: 10px;
      padding: 8px 0;
  }

  .course-info-label {
    flex: 0 0 80px;
  }

  .tuition-value {
      flex-direction: column;
      align-items: flex-end;
      gap: 8px;
  }

  .tuition-price {
      font-size: 20px;
  }

  .tuition-note {
      font-size: 15px;
      padding: 7px 12px;
      max-width: 300px;
  }
}



/** thêm **/
.tuition-box {
  width: 100%;
  border: 1px solid #F68D41;
  border-radius: 8px;
  padding: 18px 20px;
  background: #FFF6ED80;
  box-sizing: border-box;
}

.tuition-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.tuition-left {
  font-size: 16px;
  font-weight: 500;
  color: #BD3D11;
}

.tuition-right {
  font-size: 17px;
  font-weight: 700;
  color: #BD3D11;
}

.tuition-content {
  font-size: 14px;
  color: #000000A6;
  font-style: italic;
  line-height: 1.6;
}
