.ng-select-container {
  border: none !important;
  border-radius: 1rem;
}
.ng-select-container .ng-placeholder,
.ng-select-container .ng-value {
  color: #7b7fd7 !important;
  text-align: center;
}
.ng-select-container .ng-arrow-wrapper .ng-arrow {
  border-color: #7B7FD7 transparent transparent;
}
.ng-select-container .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .highlighted {
  max-width: 100% !important;
}
.ng-select-container .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .highlighted .ng-dropdown-panel-items {
  max-width: 100px !important;
}

ng-dropdown-panel {
  max-width: 100% !important;
}
ng-dropdown-panel .ng-dropdown-panel-items {
  width: 100% !important;
}

.header-layout .container-landing {
  position: relative;
}
.header-layout .container-landing .wrap-content-header {
  position: relative;
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
}
.header-layout .container-landing .wrap-content-header .box-content {
  padding: 48px 2rem 80px;
}
.header-layout .container-landing .wrap-content-header .box-content .title-content {
  margin-top: 1rem;
  color: #fff;
  font-size: clamp(50px, calc(-0.875rem + 8.333vw), 100px) !important;
  font-style: normal;
  font-weight: 700;
}
.header-layout .container-landing .wrap-content-header .box-content .title-content img {
  width: 100%;
}
.header-layout .container-landing .wrap-content-header .text-content-header {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
.header-layout .container-landing .wrap-content-header .text-content-header .left-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.header-layout .container-landing .wrap-content-header .text-content-header .left-content .sub-title {
  margin-bottom: 3.5rem;
  font-size: clamp(16px, calc(-0.875rem + 3.333vw), 22px) !important;
  color: #fff;
  max-width: 650px;
}
.header-layout .container-landing .wrap-content-header .text-content-header .left-content .content {
  font-size: 24px;
  color: #fff;
  margin-bottom: 2.5rem;
}
.header-layout .container-landing .wrap-content-header .text-content-header .left-content .wrapper-but {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.header-layout .container-landing .wrap-content-header .text-content-header .left-content .wrapper-but .left-button {
  max-width: 450px;
  white-space: nowrap;
  width: 100%;
  height: 65px;
  color: #fff;
  border-radius: 50px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  background-color: #ffb800;
  border: 0;
  cursor: pointer;
}
.header-layout .container-landing .wrap-content-header .text-content-header .left-content .wrapper-but .left-button:hover {
  transform: scale(1.03);
}
.header-layout .container-landing .wrap-content-header .text-content-header .left-content .wrapper-but .left-button-2 {
  border: 0 !important;
  width: 100%;
  color: #000533;
  border-radius: 50px;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  height: 56px;
  max-width: 350px;
  cursor: pointer;
}
.header-layout .container-landing .wrap-content-header .text-content-header .left-content .wrapper-but .left-button-2:hover {
  transform: scale(1.03);
}
.header-layout .container-landing .wrap-content-header .text-content-header .right-content {
  text-align: right;
  flex: 0.8;
}
.header-layout .container-landing .wrap-content-header .text-content-header .right-content img {
  max-width: 100%;
}
.header-layout .container-landing button {
  cursor: pointer;
}

.main-body {
  margin-top: 0;
}
.main-body .fixed-banner .banner-pc {
  background-image: url(/assets/lit-education/image/bannerPC-lock.png);
  background-size: 200px;
  display: none;
  bottom: 8%;
  left: 1rem;
  z-index: 99;
  width: 200px;
  height: 200px;
}
.main-body .fixed-banner .banner-pc:hover {
  background-image: url(/assets/lit-education/image/bannerPC-unlock.png);
}
.main-body .fixed-banner .banner-mb {
  display: none;
  position: fixed;
  bottom: 8%;
  left: 1rem;
  z-index: 99;
}
.main-body .content-section {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
.main-body .section-0 {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}
.main-body .section-0 .thumail {
  max-width: 380px;
  border-radius: 20px;
  border: 2px solid #F4F4F4;
  margin-bottom: 1rem;
}
.main-body .section-0 img {
  width: 100%;
  border: 2px solid #F4F4F4;
  margin-bottom: 1rem;
}
.main-body .section-upd {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 20px 0;
}
.main-body .section-upd .text-title {
  font-weight: 700;
  font-size: clamp(18px, calc(-0.875rem + 4.333vw), 48px) !important;
  line-height: 125%;
  margin-bottom: 50px;
}
.main-body .section-upd .feature-box {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 2rem;
}
.main-body .section-upd .box-reverse {
  flex-direction: row-reverse;
}
.main-body .section-upd .left-box {
  flex: 1;
  text-align: center;
  color: #56588a;
  min-width: 300px;
}
.main-body .section-upd .left-box h3 {
  font-size: 24px;
  font-weight: 700;
}
.main-body .section-upd .left-box p {
  max-width: 350px;
  margin: 0 auto;
}
.main-body .section-upd .right-box {
  flex: 1.5;
  width: 100%;
}
.main-body .section-upd .right-box .iframe-box {
  width: 100%;
  aspect-ratio: 1.7/1;
  border: 0;
  border-radius: 5px;
}
.main-body .content-arrow {
  text-align: center;
  padding: 1rem;
}
.main-body .content-arrow .button-arrow {
  display: inline-block;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to right, #fb3, #f60);
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.main-body .content-arrow .button-arrow .button {
  color: #ffe9b0;
}
.main-body .content-arrow .button-arrow .white-color {
  color: #fff;
}
.main-body .content-arrow .button-arrow:hover {
  opacity: 0.9;
}
.main-body .content-arrow .arrow {
  margin-top: 2rem;
}
.main-body .section-2 {
  background: rgba(225, 234, 255, 0.3019607843);
  margin-bottom: 50px;
  padding: 50px 1rem;
}
.main-body .section-2 .wraper-sec {
  gap: 2rem;
  max-width: 1360px;
  margin: 0 auto;
  padding: 1rem;
  align-items: start;
  display: grid;
  grid-template-areas: "a a b" "c c b";
}
.main-body .section-2 .wraper-sec .left-sec {
  grid-area: a;
}
.main-body .section-2 .wraper-sec .left-sec .level-you {
  margin-bottom: 2rem;
}
.main-body .section-2 .wraper-sec .left-sec .level-you .title {
  color: #2b4182;
  font-size: clamp(20px, -0.875rem + 4.333vw, 32px);
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.main-body .section-2 .wraper-sec .left-sec .level-you a {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #56588a;
  text-decoration: none;
  cursor: pointer;
}
.main-body .section-2 .wraper-sec .left-sec .level-you a .currentLevel {
  background-color: #eeecff;
  border: 1px solid #fff;
  padding: 3px 0.75rem;
  border-radius: 50px;
}
.main-body .section-2 .wraper-sec .left-sec .w-point {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-around;
  gap: 24px;
}
.main-body .section-2 .wraper-sec .left-sec .w-point .connect {
  top: 25px;
  z-index: -1;
  position: absolute;
  width: 100%;
}
.main-body .section-2 .wraper-sec .left-sec .w-point .box-point {
  text-align: center;
  width: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.main-body .section-2 .wraper-sec .left-sec .w-point .box-point img {
  cursor: pointer;
}
.main-body .section-2 .wraper-sec .left-sec .w-point .box-point .target,
.main-body .section-2 .wraper-sec .left-sec .w-point .box-point .space {
  font-size: 16px;
  font-weight: 700;
  color: #2b4182;
  min-height: 45px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0.5rem 0;
}
.main-body .section-2 .wraper-sec .left-sec .w-point .box-point .level,
.main-body .section-2 .wraper-sec .left-sec .w-point .box-point .target {
  filter: brightness(0) saturate(100%) invert(19%) sepia(57%) saturate(7459%) hue-rotate(357deg) brightness(98%) contrast(126%);
}
.main-body .section-2 .wraper-sec .left-sec .point-mobile {
  display: none;
}
.main-body .section-2 .wraper-sec .center-sec {
  grid-area: c;
}
.main-body .section-2 .wraper-sec .center-sec .roadmap {
  border-radius: 20px;
  background: rgba(255, 252, 220, 0.7019607843);
  color: #56588a;
  padding: 1rem 2rem;
}
.main-body .section-2 .wraper-sec .center-sec .roadmap .h-roadmap {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.main-body .section-2 .wraper-sec .center-sec .roadmap .grid-roadmap {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem 2.5rem;
  color: #56588a;
  flex-wrap: wrap;
  margin-right: 2rem;
}
.main-body .section-2 .wraper-sec .center-sec .roadmap .grid-roadmap .f-roadmap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 300px;
  gap: 0.75rem;
}
.main-body .section-2 .wraper-sec .center-sec .roadmap .grid-roadmap .f-roadmap .b-roadmap {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 16px;
}
.main-body .section-2 .wraper-sec .center-sec .roadmap .grid-roadmap .f-roadmap .b-roadmap span {
  max-width: 175px;
}
.main-body .section-2 .wraper-sec .center-sec .roadmap .grid-roadmap .f-roadmap .r-roadmap {
  color: #2b4182;
  font-weight: 700;
}
.main-body .section-2 .wraper-sec .right-sec {
  grid-area: b;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf {
  max-width: 450px;
  width: 450px;
  padding: 1rem 1.5rem 2.5rem;
  box-sizing: border-box;
  border-radius: 25px;
  background: linear-gradient(164deg, #000533, #013beb 101.76%), #d9d9d9;
  color: #fff;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .payment {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 1rem;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .couser {
  border-radius: 25px;
  background: #1200ad;
  padding: 0.75rem 1.25rem;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 16px;
  color: #e8eeff;
  margin: 1rem 0;
  gap: 1rem;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .offers {
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .offers .text-title {
  font-size: 21px;
  font-weight: 700;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .offers .offers-pt {
  min-width: 80px;
  text-align: center;
  border-radius: 25px;
  background: #fc6109;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .offers .offers-pt span {
  font-size: 1rem;
  position: relative;
  top: 2px;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .offersPlus {
  margin: 1.25rem 0;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  background: #fc6109;
  font-size: 14px;
  border-radius: 25px;
  font-weight: 700;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .offersPlus input {
  border: none;
  background: none;
  text-align: center;
  outline: none;
  color: #fff;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .offersPlus input::placeholder {
  color: rgba(255, 255, 255, 0.5019607843);
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .wraper-total {
  margin: 1rem 0 2rem;
  border-radius: 30px;
  background: #e2e7ff;
  font-size: 20px;
  font-weight: 700;
  color: #2b4182;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .wraper-total .total {
  display: flex;
  gap: 1rem;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .wraper-total .totalPrice {
  color: #fc6109;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .paymentMethod {
  margin: 1rem 0;
  display: flex;
  gap: 1rem;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .paymentMethod .text-title,
.main-body .section-2 .wraper-sec .right-sec .billing-inf .paymentMethod .method {
  flex: 1;
  font-weight: 700;
  font-size: 18px;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .paymentMethod .text-title {
  max-width: 142px;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .paymentMethod .method {
  text-align: center;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .paymentMethod .method .v-1 {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 6px 0.25rem;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .paymentMethod .method .v-1 span {
  font-size: 9px;
  text-align: center;
  margin-top: 2px;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .paymentMethod .method .v-1 img {
  width: 100%;
  max-width: 45px;
  height: 45px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ffb800;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5019607843);
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .paymentMethod .method .selectMethod {
  border-radius: 9px;
  background: #fc6109;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .input-path {
  margin: 1rem 0 0.5rem;
  position: relative;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .input-path input {
  font-weight: 700;
  width: -webkit-fill-available;
  border-radius: 50px;
  background: #1200ad;
  padding: 1rem;
  color: #fff;
  outline: none;
  border: 1px solid #fff;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .input-path input::placeholder {
  color: #c9d7ff;
  font-weight: 400;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .input-path .select-vocher {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #fff;
  outline: 0;
  border: 0;
  border-radius: 0 30px 30px 0;
  padding: 0 15px;
  color: #141466;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .button {
  text-align: center;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .button button {
  cursor: pointer;
  margin-top: 1rem;
  border-radius: 25px;
  background: #fc6109;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2509803922);
  border: 0;
  color: #fff;
  font-size: 20px;
  padding: 12px 30px;
}
.main-body .section-2 .wraper-sec .right-sec .billing-inf .disabled {
  pointer-events: none;
}
.main-body .section-2 .wrapper-couser {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.main-body .section-2 .body-sec-3 {
  margin-top: 3rem;
  filter: drop-shadow(-4px -2px 23.3px rgba(199, 202, 255, 0.3));
  background: #fff;
  border-radius: 2rem;
}
.main-body .section-2 .body-sec-3 .box-couser {
  color: #2b4182;
  padding: 2rem 3rem;
}
.main-body .section-2 .body-sec-3 .box-couser .header-name {
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: clamp(24px, calc(-0.875rem + 6.333vw), 32px) !important;
}
.main-body .section-2 .body-sec-3 .box-couser .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.main-body .section-2 .body-sec-3 .box-couser .header .left,
.main-body .section-2 .body-sec-3 .box-couser .header .right {
  flex: 1;
  min-width: 350px;
}
.main-body .section-2 .body-sec-3 .box-couser .header .left .content-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.main-body .section-2 .body-sec-3 .box-couser .header .left .content-flex .content {
  display: flex;
  gap: 1rem;
}
.main-body .section-2 .body-sec-3 .box-couser .header .left .content-flex .content .font-big {
  font-size: 24px;
  color: #2b4182;
}
.main-body .section-2 .body-sec-3 .box-couser .header .left .content-flex img,
.main-body .section-2 .body-sec-3 .box-couser .header .right img {
  width: 45px;
  max-height: 50px;
}
.main-body .section-2 .body-sec-3 .box-couser .header .right .grid-content {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.main-body .section-2 .body-sec-3 .box-couser .header .right .grid-content .content {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.main-body .section-2 .body-sec-3 .box-couser .header .right .grid-content .unlimited {
  font-size: 24px;
  font-weight: 700;
}
.main-body .section-2 .body-sec-3 .box-couser .header .right .content-right {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  align-items: center;
}
.main-body .section-2 .body-sec-3 .box-couser .header .right .content-right .text-mini {
  font-size: 14px;
}
.main-body .section-2 .body-sec-3 .box-couser .center-content {
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
}
.main-body .section-2 .body-sec-3 .box-couser .bot-content .wrap-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1rem 2rem;
  margin-bottom: 1.5rem;
}
.main-body .section-2 .body-sec-3 .box-couser .bot-content .wrap-content .content {
  display: flex;
  gap: 1rem;
}
.main-body .section-2 .body-sec-3 .box-couser .bot-content .wrap-content .content .text-content {
  font-size: 13px;
}
.main-body .section-2 .body-sec-3 .box-couser .right-content,
.main-body .section-2 .body-sec-3 .box-couser .right-content-mobile {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  flex: 3;
  padding: 1rem;
  text-align: center;
  border-radius: 60px;
  background: linear-gradient(251deg, #ff8219 14.8%, #ffd942 76.73%);
  min-width: 200px;
}
.main-body .section-2 .body-sec-3 .box-couser .color-1 {
  background: linear-gradient(251deg, #6fc024 14.8%, #72c327 17.89%, #8fdc40 55.67%, #9ae64a 76.73%);
}
.main-body .section-2 .body-sec-3 .box-couser .color-2 {
  background: linear-gradient(251deg, #379aeb 14.8%, #40d4f5 74.87%, #40d6f5 76.73%);
}
.main-body .section-2 .body-sec-3 .box-couser .color-3 {
  background: linear-gradient(72deg, #ff8052 23.69%, #cf0495 87.19%), linear-gradient(251deg, #379aeb 14.8%, #40d4f5 74.87%, #40d6f5 76.73%);
}
.main-body .section-2 .body-sec-3 .box-couser .right-content-mobile {
  display: none;
}
.main-body .section-2 .body-sec-3 .box-couser .left-content {
  flex: 7;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #674ffa;
  padding: 1rem;
  text-align: center;
  border-radius: 40px;
}
.main-body .section-2 .content-section .content-sec-1 {
  border-radius: 30px;
  position: relative;
}
@media (max-width: 1600px) {
  .main-body .section-2 .content-section .content-sec-1 .right-image {
    display: none !important;
  }
}
.main-body .section-2 .content-section .content-sec-1 .body-sec-1 .wrap-title {
  padding: 2rem 0;
}
.main-body .section-2 .content-section .content-sec-1 .body-sec-1 .wrap-title .frame-video {
  margin: 0 auto;
  height: 70vh;
  max-height: 700px;
  max-width: 1400px;
  width: 100%;
  border-radius: 2rem;
  margin-top: 30px;
}
.main-body .section-2 .content-section .content-sec-1 .body-sec-1 .wrap-title .frame-video .frame-area {
  width: 100%;
  height: 97%;
  border-radius: 1.5rem;
}
.main-body .section-2 .content-section .content-sec-1 .body-sec-1 .wrap-title .button {
  margin: 2rem 1rem 1rem;
  display: block !important;
  text-align: center;
  cursor: pointer;
}
.main-body .section-2 .content-section .content-sec-1 .body-sec-1 .wrap-title .button span {
  padding: 0.5rem 3rem;
  background: #ffb800;
  border: 0;
  font-weight: 700;
  border-radius: 50px;
  color: #fff;
}
.main-body .section-2 .content-section .content-sec-1 .body-sec-1 .wrap-title .text-title {
  text-align: center;
  font-size: clamp(21px, calc(-0.875rem + 4.333vw), 40px) !important;
  font-weight: 700;
}
.main-body .section-2 .content-section .content-sec-1 .body-sec-1 .wrap-title .sub-text {
  text-align: center;
  font-size: clamp(18px, calc(-0.875rem + 3.333vw), 28px) !important;
  font-weight: 700;
}
.main-body .section-2 .content-section .content-sec-1 .body-sec-1 .body-content .note {
  font-size: 18px;
  margin: 1rem 0 0.75rem;
}
.main-body .section-2 .content-section .content-sec-1 .body-sec-1 .body-content .text-content {
  line-height: 1.5rem;
}
.main-body .section-2 .content-section .content-sec-1 .body-sec-1 .body-content a {
  color: #56588a;
}
.main-body .section-2 .content-section .content-sec-1 .body-sec-1 .body-content .detail {
  margin: 2rem 0;
}
.main-body .section-2 .content-section .content-sec-1 .body-sec-1 .body-content .detail .link {
  font-weight: 400 !important;
}
.main-body .section-2 .content-section .content-sec-1 .body-sec-1 .body-content .detail .link a {
  color: #551a8b;
}
.main-body .section-2 .content-section .content-sec-1 .body-sec-1 .body-content .button-not-view {
  display: none;
}
.main-body .section-upd-1 {
  max-width: 1300px;
  margin: 0 auto 50px;
  text-align: center;
  padding: 40px 20px 0;
}
.main-body .section-upd-1 .text-title {
  text-align: center;
  font-size: clamp(21px, calc(-0.875rem + 4.333vw), 40px) !important;
  font-weight: 700;
}
.main-body .section-upd-1 .sub-title {
  font-size: clamp(21px, calc(-0.875rem + 4.333vw), 40px) !important;
  color: #ffb800;
  font-weight: 700;
  margin-bottom: 1rem;
}
.main-body .section-upd-1 .container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
  text-align: center;
}
.main-body .section-upd-1 .box-nav-up {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.main-body .section-upd-1 .profile {
  flex-grow: 1;
  background: #eef1f5;
  padding: 25px 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 50px;
}
.main-body .section-upd-1 .profile img {
  width: 380px;
  height: 380px;
  border-radius: 30px;
  object-fit: cover;
  margin: 0 20px;
}
.main-body .section-upd-1 .profile .profile-info {
  flex: 1;
  text-align: start;
  color: #2b4182;
  min-height: 250px;
  padding: 10px;
}
.main-body .section-upd-1 .profile .profile-info .header-info {
  font-size: 28px;
  color: #000533;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.main-body .section-upd-1 .profile .profile-info .info-overall {
  font-weight: 700;
  font-size: 18px;
}
.main-body .section-upd-1 .profile .profile-info .info-sub {
  margin-top: 1rem;
}
.main-body .section-upd-1 .profile .profile-info .info-sub li {
  margin-top: 0.25rem;
}
.main-body .section-upd-1 .gallery {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
}
.main-body .section-upd-1 .gallery .active {
  width: 100%;
  border: 3px solid #FFBE40;
  border-radius: 15px;
}
.main-body .section-upd-1 .gallery .gallery-img img {
  width: 100%;
  max-width: 120px;
  border: 3px solid #fff;
}
.main-body .section-upd-1 .nav-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.main-body .section-upd-1 .nav-btn img {
  width: 60px;
  height: 60px;
}
.main-body .section-upd-1 .nav-btn-left {
  transform: rotate(180deg);
}
.main-body .section-upd-2 .slide-vertical {
  background: linear-gradient(164deg, #000533 35.11%, #013beb 101.76%);
  color: #fff;
}
.main-body .section-upd-2 .feedback-section {
  display: flex;
  gap: 30px;
  padding: 40px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.main-body .section-upd-2 .feedback-title .title {
  font-size: clamp(24px, calc(-0.875rem + 4.333vw), 42px) !important;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.main-body .section-upd-2 .feedback-title span {
  color: gold;
}
.main-body .section-upd-2 .container-form-2 {
  width: 100%;
  background: #fff;
  border-radius: 20px;
}
.main-body .section-upd-2 .container-form-2 .question-form {
  padding: 20px;
}
.main-body .section-upd-2 .container-form-2 .question-form .form-group {
  margin-bottom: 15px;
  text-align: center;
}
.main-body .section-upd-2 .container-form-2 .question-form .form-group input,
.main-body .section-upd-2 .container-form-2 .question-form .form-group textarea {
  border: none;
  border-bottom: 1px solid #D9DBFF;
  outline: none;
  padding: 8px 0;
  width: 100%;
  border-radius: 0;
}
.main-body .section-upd-2 .container-form-2 .question-form .form-group input::placeholder,
.main-body .section-upd-2 .container-form-2 .question-form .form-group textarea::placeholder {
  color: #c7caff;
}
.main-body .section-upd-2 .container-form-2 .question-form .form-group input:focus,
.main-body .section-upd-2 .container-form-2 .question-form .form-group textarea:focus {
  box-shadow: none !important;
}
.main-body .section-upd-2 .container-form-2 .question-form .form-group textarea {
  min-height: 80px;
  resize: vertical;
}
.main-body .section-upd-2 .container-form-2 .question-form .form-group .error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}
.main-body .section-upd-2 .container-form-2 .question-form .btn-submit {
  background-color: orange;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  max-width: 300px;
  width: 100%;
  font-weight: 700;
}
.main-body .section-upd-2 .container-form-2 .question-form .btn-submit:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.main-body .section-upd-2 .container-form-2 .question-form .message {
  margin-top: 10px;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
}
.main-body .section-upd-2 .container-form-2 .question-form .message.success {
  background-color: #d4edda;
  color: #155724;
}
.main-body .section-upd-2 .container-form-2 .question-form .message.error {
  background-color: #f8d7da;
  color: #721c24;
}
.main-body .section-upd-2 .feedback-container {
  width: 100%;
  height: 555px;
  overflow-y: hidden;
  border-radius: 16px;
  padding: 12px;
  position: relative;
}
.main-body .section-upd-2 .feedback-container .feedback-item {
  color: #000;
  margin: 12px 0;
  background: #f9f9f9;
  padding: 20px 40px;
  border-radius: 12px;
  transition: all 1s ease;
  opacity: 0.4;
  transform: scale(0.95);
}
.main-body .section-upd-2 .feedback-container .feedback-item p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
  color: #56588a;
}
.main-body .section-upd-2 .feedback-container .feedback-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.main-body .section-upd-2 .feedback-container .feedback-item .feedback-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-body .section-upd-2 .feedback-container .feedback-item .feedback-content .review-star {
  font-size: 12px;
  font-weight: 700;
  color: #56588a;
}
.main-body .section-upd-2 .feedback-container .feedback-item .feedback-content .review-star img {
  max-width: 140px;
}
.main-body .section-upd-2 .feedback-container .feedback-item.active {
  opacity: 1;
  transform: scale(1);
}
.main-body .section-upd-2 .user {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.main-body .section-upd-2 .user p {
  margin: 0 !important;
  font-size: 12px;
}
.main-body .section-upd-2 .user .avt {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.main-body .section-upd-2 .user img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.main-body .section-upd-2 .under-bold {
  font-weight: 700;
  text-decoration: underline;
  color: #56588a;
  cursor: pointer;
}
.main-body .section-upd-2 .under-bold a {
  color: #56588a;
  cursor: pointer;
}
.main-body .section-upd-2 .text-yow {
  color: #ffb800;
  font-weight: 700;
}
.main-body .section-upd-2 .container-ques .title-upd-2 {
  font-size: clamp(18px, -0.875rem + 4.333vw, 40px) !important;
  font-weight: 700;
  text-align: center;
  padding-top: 50px;
}
.main-body .section-upd-2 .container-ques .main-ques {
  margin: 0 auto;
  color: #56588a;
  background-color: rgba(225, 234, 255, 0.3019607843);
}
.main-body .section-upd-2 .container-ques .main-ques::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.main-body .section-upd-2 .container-ques .main-ques::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}
.main-body .section-upd-2 .container-ques .main-ques::-webkit-scrollbar-thumb {
  background: #c4d7f0;
  border-radius: 10px;
}
.main-body .section-upd-2 .container-ques .main-ques::-webkit-scrollbar-thumb:hover {
  background: #f9d423;
}
.main-body .section-upd-2 .container-ques .main-ques .wrap-content {
  padding: 40px 1rem 1rem;
  max-width: 1280px;
  max-height: 600px;
  overflow: auto;
  margin: 10px auto;
}
.main-body .section-upd-2 .container-ques .main-ques .wrap-content .box-content {
  background-color: #fff;
  box-shadow: -1px -3px 31px 7px rgba(225, 234, 255, 0.5019607843);
  margin-bottom: 2rem;
  border-radius: 15px;
  display: flex;
  padding: 0.5rem 1.5rem;
  gap: 0.75rem;
}
.main-body .section-upd-2 .container-ques .main-ques .wrap-content .left-content {
  color: #e3eaff;
  font-family: UTM Avo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
}
.main-body .section-upd-2 .container-ques .main-ques .wrap-content .right-content {
  width: 100%;
  padding: 15px 0;
}
.main-body .section-upd-2 .container-ques .main-ques .wrap-content .right-content .title {
  font-size: 19px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
.main-body .section-upd-2 .container-ques .main-ques .wrap-content .right-content .title .icon {
  min-width: 30px;
  margin-left: 2rem;
}
.main-body .section-upd-2 .container-ques .main-ques .wrap-content .right-content .content {
  margin-top: 1rem;
}
.main-body .section-upd-2 .container-ques .main-ques .wrap-content .right-content .text-content {
  font-size: 16px;
  margin-bottom: 0.75rem;
}
.main-body .section-upd-2 .container-ques .main-ques .wrap-content .right-content .text-content-ui {
  font-size: 16px;
  margin-bottom: 0.25rem;
}
.main-body .section-upd-2 .container-ques .text-link {
  font-size: 24px;
  text-align: center;
  margin: 100px 0 150px;
}
.main-body .section-upd-2 .container-ques .text-link a {
  color: #56588a;
  font-weight: 700;
}
.main-body .section-upd-2 .container-ques .section-8 .img-content img {
  max-width: 100%;
  width: 100%;
}
.main-body .section-upd-2 .container-ques .slogan {
  max-width: 1024px;
  text-align: center;
  font-size: clamp(16px, -0.875rem + 6.333vw, 28px) !important;
  color: #56588a;
  margin: 3rem auto;
}
.main-body .section-3 .content-section .title {
  color: #2b4182;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: clamp(24px, -0.875rem + 6.333vw, 64px) !important;
}
.main-body .section-3 .content-section .conten-sec-3 {
  margin-bottom: 50px;
}
.main-body .section-3 .content-section .conten-sec-3 .grid-content {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.main-body .section-3 .content-section .conten-sec-3 .grid-content .course img {
  width: 100% !important;
}
.main-body .section-3 .content-section .conten-sec-3 .grid-content .course .name {
  font-size: 1.25rem;
  padding: 0.5rem;
  color: #2b4182 !important;
  font-family: Sans-serif;
}
.main-body .section-3 .content-section .conten-sec-3 .grid-content .course .view-detail {
  display: flex;
  justify-content: space-between;
}
.main-body .section-3 .content-section .conten-sec-3 .grid-content .course .view-detail .detail {
  padding: 5px 15px;
  font-size: 0.8rem;
  font-weight: 400;
  background: linear-gradient(224deg, #ff8219, #ffd942);
  border-radius: 30px;
  color: #fff;
  margin-right: 2rem;
}
.main-body .section-3 .content-section .conten-sec-3 .grid-content .course .view-detail .view {
  font-size: 16px;
  background-image: linear-gradient(224deg, #6fc024, #9ae64a);
  border-radius: 30px;
  color: #fff;
  padding: 5px 15px;
  text-decoration: none;
  cursor: pointer;
}
.main-body .section-3 .content-section .conten-sec-3 .grid-content .course .view-detail .view:hover {
  background-color: transparent;
  background-image: linear-gradient(180deg, #9ae64a, #6fc024);
}
.main-body .section-8 {
  margin-top: 2rem;
}
.main-body .section-8 .img-content img {
  max-width: 100%;
  width: 100%;
}
.main-body .section-8 .slogan {
  max-width: 1240px;
  text-align: center;
  font-size: clamp(1rem, -0.875rem + 4.333vw, 32px) !important;
  color: #56588a;
  margin: 3rem auto;
  cursor: pointer;
}
.main-body .section-8 .slogan:hover b {
  text-decoration: underline;
}
.blue {
  color: #00fff0;
}

.text-yellow {
  color: #ffb800;
}

.color-dark-blue {
  color: #000533;
}

.color-light-blue {
  color: #56588a;
}

.text-bold {
  font-weight: 700;
}

.text-red {
  color: #ffbbc7;
  font-size: 14px;
  text-align: center;
}

.text-danger {
  font-size: 14px;
  color: #ff9253;
  padding: 0 0.5rem;
}

@media (max-width: 1400px) {
  .main-body .fixed-banner .banner-pc {
    background-size: 120px !important;
    bottom: 4% !important;
    left: 0.5rem;
    width: 120px !important;
    height: 120px !important;
  }
}
@media (max-width: 1124px) {
  .main-header .container-landing .wrap-content-header .box-content {
    padding: 2rem 1rem 4rem;
  }
  .main-body {
    margin-top: 50px;
  }
  .main-body .section-2 .wraper-sec {
    grid-template-areas: "a a a" "c c b";
    flex-direction: column !important;
  }
  .main-body .section-2 .wraper-sec .left-sec {
    width: 100%;
  }
  .main-body .section-2 .wraper-sec .center-sec .roadmap .f-roadmap {
    min-width: 250px !important;
  }
  .main-body .section-2 .body-sec-3 .box-couser {
    padding: 2rem;
  }
  .header-section {
    padding: 20px 2rem 40px !important;
  }
  .header-section .header-content .left-content .input-key {
    justify-content: center;
    margin-bottom: 1rem !important;
  }
  .header-section .header-content .left-content .content {
    text-align: center;
  }
  .main-header .container-landing .wrap-content .box-content {
    padding: 2rem 1rem 4rem;
  }
  .section-1 .wrap-title {
    padding: 1.5rem 2rem 1rem !important;
  }
  .section-1 .body-content {
    padding: 0 2rem 2rem !important;
  }
  .section-upd-1 .nav-btn img {
    width: 40px !important;
    height: 40px !important;
  }
  .section-upd-1 .profile {
    flex-direction: column;
    text-align: center;
  }
  .section-2 {
    background: rgba(225, 234, 255, 0.3019607843);
    margin-bottom: 50px;
    padding: 100px 1rem;
  }
}
@media (max-width: 876px) {
  .main-header .container-landing .ladi-section-background {
    border-radius: 0 0 20px 20px;
  }
  .main-header .container-landing .wrap-content-header .box-content {
    padding: 1rem 1rem 100px !important;
  }
  .main-header .container-landing .wrap-content-header .box-content .title-content {
    text-align: center;
    text-transform: uppercase;
    line-height: 65px;
    margin-bottom: 1.4rem;
  }
  .main-header .container-landing .wrap-content-header .box-content .text-content-header {
    flex-direction: column !important;
  }
  .main-header .container-landing .wrap-content-header .box-content .text-content-header .left-content .wrapper-but {
    position: absolute;
    bottom: -22px;
    flex-direction: column-reverse;
    width: 100%;
    text-align: center;
    left: 0;
    align-items: center;
    gap: 0.75rem !important;
  }
  .main-header .container-landing .wrap-content-header .box-content .text-content-header .left-content .wrapper-but .left-button,
  .main-header .container-landing .wrap-content-header .box-content .text-content-header .left-content .wrapper-but .left-button-2 {
    max-width: 350px;
    height: 50px !important;
  }
  .main-header .container-landing .wrap-content-header .box-content .text-content-header .left-content .sub-title {
    text-align: center;
    margin: 0;
  }
  .main-header .container-landing .wrap-content-header .box-content .text-content-header .right-content {
    padding: 0 1rem;
  }
  .main-body .fixed-banner .banner-pc {
    display: none;
  }
  .main-body .fixed-banner .banner-mb {
    display: block;
    position: fixed;
    bottom: 2%;
    left: 0.5rem;
  }
  .main-body .fixed-banner .banner-mb img {
    width: 200px;
  }
  .main-body .content-section {
    padding: 0 10px !important;
  }
  .main-body .section-2 .wraper-sec {
    grid-template-areas: "a a a" "c c c" "b b b" !important;
  }
  .main-body .section-2 .wraper-sec .left-sec .level-you .point-pc {
    display: none;
  }
  .main-body .section-2 .wraper-sec .left-sec .level-you .point-mobile {
    display: block !important;
    width: 100%;
    box-shadow: none;
    border: 0 !important;
    background: #fff;
    border-radius: 50px;
    box-sizing: border-box;
  }
  .main-body .section-2 .wraper-sec .left-sec .level-you .point-mobile select {
    appearance: none;
    outline: 0;
    cursor: pointer;
    border: 0;
    color: #7b7fd7;
    background: #fff;
    font-weight: 700;
    width: 100%;
  }
  .main-body .section-2 .wraper-sec .left-sec .level-you .point-mobile option {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .main-body .section-2 .wraper-sec .left-sec .level-you .point-mobile select::-ms-expand {
    display: none;
  }
  .main-body .section-2 .wraper-sec .left-sec .level-you .point-mobile .select {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    line-height: 3;
    overflow: hidden;
    border-radius: 0.25em;
    width: 100%;
  }
  .main-body .section-2 .wraper-sec .right-sec {
    margin: 0 auto;
  }
  .main-body .section-2 .wraper-sec .right-sec .billing-inf {
    width: 100% !important;
  }
  .main-body .section-2 .body-sec-3 .box-couser {
    padding: 1rem;
  }
  .main-body .section-2 .body-sec-3 .box-couser .header .left .content-flex,
  .main-body .section-2 .body-sec-3 .box-couser .header .left .grid-content {
    display: flex;
    flex-direction: column;
  }
  .main-body .section-2 .body-sec-3 .box-couser .header .right .content-flex,
  .main-body .section-2 .body-sec-3 .box-couser .header .right .grid-content {
    display: flex;
    flex-direction: column;
  }
  .main-body .section-2 .body-sec-3 .box-couser .center-content .right-content {
    display: none;
  }
  .main-body .section-2 .body-sec-3 .box-couser .right-content-mobile {
    display: block !important;
  }
  .main-body .section-upd {
    padding: 0 20px;
  }
  .main-body .section-upd .feature-box {
    flex-direction: column-reverse;
  }
  .main-body .section-upd-2 .slide-vertical .feedback-section {
    padding: 10px !important;
    flex-direction: column;
  }
  .main-body .section-upd-2 .slide-vertical .feedback-section .feedback-title {
    margin-top: 1rem;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .main-body .section-upd-2 .container-ques .main-ques .wrap-content .box-content {
    padding: 0.5rem !important;
  }
  .main-body .section-upd-2 .container-ques .main-ques .wrap-content .box-content .right-content .title {
    font-size: 15px !important;
  }
  .main-body .section-upd-2 .container-ques .main-ques .wrap-content .box-content .right-content .title .icon {
    margin-left: 1rem !important;
  }
  .main-body .section-upd-2 .container-ques .main-ques .wrap-content .box-content .right-content .content .text-content,
  .main-body .section-upd-2 .container-ques .main-ques .wrap-content .box-content .right-content .content .text-content-ui {
    font-size: 14px !important;
  }
  .main-body .section-upd-2 .container-ques .text-link {
    font-size: 16px !important;
    margin: 50px 0 70px !important;
    padding: 1rem;
  }
}
@media (max-width: 650px) {
  .main-body .section-upd {
    padding: 0 10px;
  }
  .main-body .section-upd .feature-box {
    gap: 20px;
  }
  .main-body .section-upd .feature-box .left-box h3 {
    font-size: 21px !important;
  }
  .main-body .section-upd .feature-box .left-box p {
    font-size: 14px !important;
  }
  .main-body .section-upd-1 {
    padding: 0 10px !important;
  }
  .main-body .section-upd-1 .box-nav-up {
    gap: 0.5rem;
  }
  .main-body .section-upd-1 .box-nav-up .nav-btn {
    display: none !important;
  }
  .main-body .section-upd-1 .box-nav-up .profile {
    padding: 0 !important;
    gap: 20px;
    flex-direction: column;
    text-align: center;
  }
  .main-body .section-upd-1 .box-nav-up .profile img {
    width: 100% !important;
    height: auto !important;
    padding: 1rem !important;
  }
  .main-body .section-upd-1 .box-nav-up .profile .profile-info .header-info {
    font-size: 22px !important;
  }
  .main-body .section-upd-1 .box-nav-up .profile .profile-info .info-overall {
    font-size: 1rem !important;
  }
  .main-body .section-upd-1 .box-nav-up .profile .profile-info .info-sub {
    font-size: 14px !important;
  }
  .main-body .section-upd-1 .gallery .gallery-img .active {
    border-radius: 10px !important;
  }
  .main-body .section-2 {
    padding: 0 !important;
  }
  .main-body .section-2 .wraper-sec {
    padding: 0 !important;
    gap: 0;
  }
  .main-body .section-2 .wraper-sec .left-sec {
    padding-top: 30px;
    box-sizing: border-box;
    border-radius: 1rem 1rem 0 0;
    background-color: #000c8c;
  }
  .main-body .section-2 .wraper-sec .left-sec .level-you {
    padding: 1rem;
  }
  .main-body .section-2 .wraper-sec .left-sec .level-you .title {
    color: #fff !important;
  }
  .main-body .section-2 .wraper-sec .center-sec {
    background-color: #000c8c;
    border-radius: 0 0 1rem 1rem;
    padding: 1rem;
  }
  .main-body .section-2 .wraper-sec .center-sec .roadmap {
    background-color: #fffcdc !important;
    padding: 1rem;
  }
  .main-body .section-2 .wraper-sec .right-sec {
    margin-top: 20px;
  }
  .main-body .section-2 .body-sec-1 .wrap-title .button {
    margin: 1.5rem 1rem 0rem !important;
  }
}
@media (max-width: 480px) {
  .main-body .section-upd-2 .form-container .getfly-input {
    width: 93% !important;
  }
  .main-body .section-upd-2 .form-container .getfly-textarea {
    width: 96% !important;
  }
}
@media (max-width: 450px) {
  .section-1 .header-section {
    padding: 20px 1rem 40px !important;
  }
  .section-1 .content-sec-1 .body-sec-1 .wrap-title {
    padding: 1rem 0.5rem !important;
  }
  .section-1 .content-sec-1 .body-sec-1 .body-content {
    padding: 1rem 1rem 2rem !important;
  }
  .section-2 .wraper-sec {
    padding: 0 !important;
  }
  .section-2 .wraper-sec .right-sec .billing-inf {
    padding: 1rem 0.75rem 2.5rem !important;
  }
}

/*# sourceMappingURL=route.css.map */
