@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400;1,500;1,600&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Oswald:wght@200;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400;1,500;1,600&family=Inter:wght@200;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Oswald:wght@200;400;500;600;700&display=swap");
.banner__about__us {
  position: relative;
  min-height: 95vh;
  max-height: 95vh;
  background: url(../../images/banner-about-us.png) no-repeat;
  background-size: cover;
}
.banner__about__us .banner__about__us-content {
  position: absolute;
  left: 5vw;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.banner__about__us .banner__about__us-content .heading {
  margin-bottom: 1rem;
  position: relative;
}
.banner__about__us .banner__about__us-content .heading .msg {
  font-size: 1rem;
  font-weight: 600;
  word-wrap: normal;
  padding: 10px 20px;
  position: absolute;
  border-radius: 10px;
  background-color: #f7941d;
  z-index: 3;
  top: -3rem;
  right: -6rem;
  color: #000;
}
.banner__about__us .banner__about__us-content .heading .msg::after {
  content: "";
  font-family: "icomoon";
  font-size: 20px;
  color: #f7941d;
  position: absolute;
  bottom: -15px;
  right: 40px;
}
.banner__about__us .banner__about__us-content .btn__about__us-white {
  background-color: transparent;
  box-shadow: inset 0 0 0 3rem #ffffff;
  color: #000;
  border: 1px solid transparent;
  border-radius: 10px;
  min-width: 250px;
  font-weight: 600;
}
.banner__about__us .banner__about__us-content .btn__about__us-white:hover {
  box-shadow: inset 0 0 0 0 #ffffff;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.banner__about__us .banner__content {
  position: absolute;
  top: 50px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.banner__about__us .banner__content .banner__heading {
  font-size: 2rem;
  font-weight: bold;
}
.banner__about__us .banner__content .banner__heading span {
  text-transform: uppercase;
}
.banner__about__us .banner__content p {
  font-size: 1rem;
  font-weight: 500;
}
.banner__about__us .banner__img__item {
  position: absolute;
  z-index: 1;
}
.banner__about__us .banner__img__item.left {
  left: 0vw;
  top: -10vh;
}
.banner__about__us .banner__img__item.left img {
  max-height: 89vh;
}
.banner__about__us .banner__img__item.center {
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
.banner__about__us .banner__img__item.center img {
  max-height: 68vh;
}
.banner__about__us .banner__img__item.right {
  right: -1px;
  top: -65px;
}
.banner__about__us .banner__img__item.right img {
  max-height: 99vh;
}
.banner__about__us .banner__img__item._plane {
  bottom: 25%;
  left: 43%;
  z-index: -1;
  transform: translateX(-50%);
}
.banner__about__us .banner__img__item._plane img {
  width: 200px;
}
.banner__about__us .banner__img__item._a {
  bottom: 55%;
  left: 45%;
  z-index: -1;
  transform: translateX(-50%);
}
.banner__about__us .banner__img__item._a img {
  width: 80px;
}
.banner__about__us .banner__img__item._book {
  bottom: 40%;
  right: 37%;
  z-index: -1;
  transform: translateX(50%);
}
.banner__about__us .banner__img__item._book img {
  width: 200px;
}
.banner__about__us .banner__img__item._mark {
  bottom: 5%;
  right: 40%;
  z-index: -1;
  transform: translateX(50%) rotate(10deg);
}
.banner__about__us .banner__img__item._mark img {
  width: 80px;
}

.list__ages {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  background-color: #d9d9d9;
  color: #ffffff;
  border-radius: 10px;
  z-index: 5;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  width: 310px;
}
.list__ages span {
  padding: 0 10px;
  display: inline-block;
}
.list__ages__item {
  padding: 5px 10px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  display: inline-block;
  transition: 0.3s ease;
  margin: 0 0.2rem;
}
.list__ages__item:hover {
  color: #f7941d;
}

.about__oko .about__heading {
  width: 100%;
  text-align: center;
}
.about__oko .about__border {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  position: relative;
}
.about__oko .about__border .about__img {
  position: absolute;
  max-width: 300px;
  transform: translateX(-50%);
  z-index: 1;
}
.about__oko .about__border .about__img.right {
  right: 0;
  transform: translate(50%, -50%);
  top: 50%;
}
.about__oko .about__border .about__img.top {
  top: -10px;
  left: 0;
}
.about__oko .about__border .about__img.bottom {
  bottom: -20px;
  left: 0;
  max-width: 250px;
}
.about__oko .about__container.container__one {
  padding: 3rem 6.5rem 3rem 3rem;
  background: url(/images/story-banner-about-us.png) no-repeat;
  background-size: 100% 100%;
}
.about__oko .about__container.container__one > p:first-child {
  text-align: end;
  font-weight: 600;
  color: #d9d9d9;
  margin-bottom: 2rem;
}
.about__oko .about__container.container__one__heading {
  font-size: 1.8rem;
}
.about__oko .about__container.container__one__content {
  text-align: start;
  font-weight: normal;
  color: #000;
}
.about__oko .about__container.container__one {
  border: none;
}
.about__oko .about__container.about__border {
  height: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 1rem;
}
.about__oko .about__container.about__border .about__icon {
  max-width: 100px;
}
.about__oko .about__container.about__border .about__container__heading {
  margin: 1rem 0 1.5rem 0;
}
.about__oko .about__container.about__border .about__container__content {
  line-height: 30px;
}
.about__oko .about__container.image {
  width: 750px;
}
.about__oko .about__container.image.left {
  transform: translateX(-22%);
}
.about__oko .about__list__country {
  margin: 0;
  padding: 0 2rem;
  background-color: #ffffff;
  display: flex;
  list-style: none;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.about__oko .about__list__country li {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 20px;
}
.about__oko .bg__founder {
  position: absolute;
  inset: auto 0 250px 0;
  z-index: -1;
}
.about__oko .border__founder {
  padding: 4rem 3rem 0 3rem;
  max-width: 95%;
  margin: 0 auto;
}
.about__oko .about__container.founder {
  margin-bottom: 3rem;
  box-shadow: 7px 10px 15px #d9d9d9;
  border-radius: 10px;
  background-color: #ffffff;
}
.about__oko .about__container.founder .about__content {
  padding: 1rem;
}
.about__oko .about__container.founder .about__heading {
  text-align: start;
  font-size: 1.3rem;
}
.about__oko .about__container.founder p {
  font-size: 0.8rem;
  font-weight: 500;
}
.about__oko .background__danger__gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
}
.about__oko .background__danger__gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/images/banner-passion.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.about__oko .bg__left-top-passion,
.about__oko .bg__left-bottom-passion,
.about__oko .bg__right-passion {
  position: absolute;
  z-index: -1;
}
.about__oko .bg__right-passion {
  right: 8vw;
  top: 0;
}
.about__oko .bg__left-bottom-passion {
  bottom: 0;
  left: 10vw;
}
.about__oko .bg__left-top-passion {
  top: 0;
  left: 7vw;
}
.about__oko .about__container .content.light {
  color: #000;
  font-size: 1.4rem;
  line-height: 32px;
  margin-bottom: 0;
}
.about__oko .about__container .about__heading.light {
  color: #000;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 0;
}
.about__oko .about__container span.light {
  display: inline-block;
  width: 100%;
  text-align: end;
  color: #000;
  font-style: italic;
  font-size: 0.9rem;
}

.about__oko.p-6rem {
  padding: 6rem 0;
}

.about__oko.core__values {
  position: relative;
}
.about__oko.core__values .bg__blue {
  width: 47%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 5%;
  background-color: transparent;
}
.about__oko.core__values .bg__blue img {
  object-fit: contain;
}
.about__oko.core__values .bg__orange {
  width: 47%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 5%;
}
.about__oko.core__values .bg__orange img {
  object-fit: contain;
}
.about__oko.core__values .about__container.mb {
  margin-bottom: 8rem;
}
.about__oko.core__values .about__container.mb .about__heading {
  font-size: 2.5rem;
  line-height: 48px;
}
.about__oko.core__values .about__container.mb .about__content {
  font-size: 1rem;
  line-height: 24px;
}
.about__oko.core__values .about__container.column {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 1rem 1.5rem 3rem 1.5rem;
  background-color: #ffffff;
  margin-bottom: 2rem;
  box-shadow: 2px 10px 20px #d9d9d9;
}
.about__oko.core__values .about__container.column .about__icon__image {
  width: 110px;
  margin-bottom: 1rem;
}
.about__oko.core__values .about__container.column .about__heading {
  font-size: 1.5rem;
  line-height: 32px;
}
.about__oko.core__values .about__container.column .about__content {
  font-size: 1rem;
  line-height: 24px;
}
.about__oko.core__values .about__container.column.mt__5 {
  margin-top: 6rem;
}

.oko__promotion {
  background-color: transparent;
}
.oko__promotion__banner {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.about__oko.core__values.py__5 {
  padding: 5rem 0;
}

.mt__5 {
  margin-top: 6rem;
}

.modal__set-w {
  max-width: 80vw;
}
.modal__set-w .founder__modal {
  border-radius: 10px;
}
.modal__set-w .founder__modal .btn-close[aria-label=Close] {
  border: 1px solid #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.modal__set-w .founder__modal .modal-header {
  border-bottom: none;
  background-color: #ffc40a;
  box-shadow: 0 3px 10px #d9d9d9;
  border-radius: 10px 10px 0 0;
}
.modal__set-w .founder__modal .founder__modal__img img {
  object-fit: cover;
  height: 65vh;
  margin: 0 auto;
  display: block;
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 1160px) {
  .about__oko .about__container__heading {
    font-size: 1.5rem;
  }
  .about__oko .about__container.image {
    width: 600px;
  }
  .about__oko .about__container.image.left {
    transform: translateX(-19%);
  }
}
@media (max-width: 912px) {
  .about__oko .about__border .about__img {
    max-width: 200px;
  }
  .about__oko .about__border .about__img.bottom {
    max-width: 200px;
  }
  .about__oko .about__container.container__one {
    padding: 3rem;
  }
  .about__oko .about__container.container__two .about__icon {
    width: 80px;
  }
  .about__oko .about__container.container__two .about__container__content {
    line-height: 24px;
  }
  .about__oko .about__container.image {
    width: 500px;
  }
  .about__oko .about__container.image.left {
    transform: translateX(-14%);
  }

  .about__oko.core__values .bg__orange,
.about__oko.core__values .bg__blue {
    display: none;
  }
  .about__oko.core__values .about__container.mb {
    margin-bottom: 2rem;
  }
  .about__oko.core__values .about__container.column.mt__5 {
    margin-top: 0;
  }

  .about__oko.core__values.py__5 {
    padding: 0;
  }

  .mt__5 {
    margin-top: 0rem;
  }
}
@media (max-width: 768px) {
  .about__oko .about__border .about__img {
    display: none;
  }
  .about__oko .about__container.container__one {
    padding: 1.5rem;
  }
  .about__oko .about__container.image {
    width: 100%;
    margin-top: 2rem;
  }
  .about__oko .about__container.image.left {
    transform: translateX(0);
  }

  .about__oko .about__container .content.light {
    font-size: 1.1rem;
  }
  .about__oko .about__container .about__heading.light {
    font-size: 1.8rem;
  }

  .modal__set-w {
    max-width: none;
  }
}
@media (max-width: 600px) {
  .about__oko .about__container .about__heading.light {
    font-size: 1.5rem;
  }
}
@media (max-width: 550px) {
  .about__oko .about__container__heading {
    font-size: 1rem;
  }
  .about__oko .about__list__country {
    align-items: center;
    padding: 0 1rem;
  }
  .about__oko .about__list__country li {
    width: 30px;
    margin: 0 15px;
  }

  .banner__about__us .banner__about__us-content .heading .msg {
    top: -4rem;
    right: 1rem;
  }

  .modal__set-w .modal-body {
    padding: 2.25rem 1rem 2.5rem;
  }
  .modal__set-w .founder__modal .founder__modal__img img {
    height: 50vh;
  }
}
@media (max-width: 370px) {
  .about__oko .about__container.founder .about__heading {
    font-size: 1rem;
  }
}
.calendar {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.calendar__head {
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.calendar__head .calendar__heading {
  font-size: 1.3rem;
  margin-bottom: 0;
  font-weight: bold;
}
.calendar__head .calendar__heading ~ p {
  font-size: 1rem;
  color: #d9d9d9;
  font-weight: 500;
  margin-bottom: 0;
}
.calendar .list__active__dot {
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  list-style: none;
  padding-left: 10px;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.calendar .list__active__dot li.dot {
  position: relative;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 1rem;
}
.calendar .list__active__dot li.dot::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 4px;
  background-color: #d9d9d9;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.calendar .list__active__dot .dot.secondary {
  color: #d9d9d9;
}
.calendar .list__active__dot .dot.secondary::before {
  background-color: #d9d9d9;
}
.calendar .list__active__dot .dot.primary {
  color: #009ade;
}
.calendar .list__active__dot .dot.primary::before {
  background-color: #009ade;
}
.calendar .list__active__dot .dot.warning {
  color: #f7941d;
}
.calendar .list__active__dot .dot.warning::before {
  background-color: #f7941d;
}
.calendar .list__active__dot .dot.danger {
  color: #ec1d25;
}
.calendar .list__active__dot .dot.danger::before {
  background-color: #ec1d25;
}
.calendar .calendar__slider {
  margin-bottom: 2rem;
  overflow-y: scroll;
  height: 500px;
  padding: 0 4.5rem 0 4.5rem;
  max-width: 99%;
  margin: 0 auto;
  overflow-x: hidden;
}
.calendar .calendar__slider::-webkit-scrollbar {
  width: 7px;
}
.calendar .calendar__slider::-webkit-scrollbar-track {
  background: transparent;
}
.calendar .calendar__slider::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  margin-left: 10px;
}
.calendar .calendar__slider .calendar__day {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.5rem;
  cursor: pointer;
  margin-bottom: 2rem;
}
.calendar .calendar__slider .calendar__day .weekdays,
.calendar .calendar__slider .calendar__day .day {
  display: block;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 15px;
}
.calendar .calendar__slider .calendar__day .day {
  font-weight: 600;
  font-size: 1.1rem;
}
.calendar .calendar__slider .calendar__day.active {
  background-color: #009ade;
  color: #ffffff;
}
.calendar .calendar__slider .slick-arrow {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.calendar .calendar__slider .slick-arrow[aria-label=Previous] {
  left: -60px;
  top: 24px;
}
.calendar .calendar__slider .slick-arrow[aria-label=Previous]::before {
  content: "";
  border: 3px solid #000;
  border-top: none;
  border-right: none;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}
.calendar .calendar__slider .slick-arrow[aria-label=Next] {
  right: -60px;
  top: 24px;
}
.calendar .calendar__slider .slick-arrow[aria-label=Next]::before {
  content: "";
  border: 3px solid #000;
  border-bottom: none;
  border-left: none;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}
.calendar .calendar__select {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.calendar .calendar__select .time__select {
  margin-bottom: 1.5rem;
}
.calendar .calendar__select .time__select > input:last-child[type=checkbox] {
  display: none;
}
.calendar .calendar__select .time__select > label.btn__time__select:first-child {
  display: inline-flex;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  width: 90px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}
.calendar .calendar__select .time__select label.btn__time__select.disable {
  border: 2px solid #d9d9d9;
  color: #d9d9d9;
  cursor: not-allowed;
}
.calendar .calendar__select .time__select label.btn__time__select.primary {
  border: 2px solid #009ade;
  color: #009ade;
}
.calendar .calendar__select .time__select label.btn__time__select.danger {
  border: 2px solid #ec1d25;
  color: #ec1d25;
  text-decoration: line-through;
}
.calendar .calendar__select .time__select label.btn__time__select.warning {
  border: 2px solid #f7941d;
  color: #f7941d;
}
.calendar .calendar__select .time__select:last-child {
  margin-bottom: 0;
}

@media (max-width: 912px) {
  .calendar {
    max-width: 95%;
  }
}
@media (max-width: 500px) {
  .calendar .calendar__slider {
    padding: 0 3rem 0 3rem;
  }
}
#do-test .list__test {
  position: relative;
}
#do-test .list__test ul {
  padding: 0;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 4rem;
  position: relative;
}
#do-test .list__test ul::before, #do-test .list__test ul::after {
  content: "";
  position: absolute;
  width: 135px;
  height: 135px;
  bottom: -3rem;
}
@media (max-width: 767px) {
  #do-test .list__test ul::before, #do-test .list__test ul::after {
    display: none;
  }
}
#do-test .list__test ul::before {
  background: url(/images/arrow-left.png) no-repeat;
  left: -50%;
  background-size: 100%;
}
@media (max-width: 1023px) {
  #do-test .list__test ul::before {
    left: -30%;
  }
}
#do-test .list__test ul::after {
  background: url(/images/arrow-right.png) no-repeat;
  right: -50%;
  background-size: 100%;
}
@media (max-width: 1023px) {
  #do-test .list__test ul::after {
    right: -30%;
  }
}
#do-test .list__test ul li {
  list-style: none;
  display: flex;
  align-items: self-start;
  margin-bottom: 1rem;
}
#do-test .list__test ul li img {
  padding-top: 0.4rem;
  display: inline-block;
}
#do-test .list__test ul li span {
  padding-left: 10px;
  font-size: 1.2rem;
  font-weight: 600;
}
#do-test .list__test .image__book {
  position: absolute;
}
#do-test .list__test .image__book.-left {
  left: 0;
  top: -20%;
}
#do-test .list__test .image__book.-top-right {
  right: 0;
  top: -50%;
}
#do-test .list__test .image__book.-top-center {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  #do-test .list__test .image__book.-left {
    max-width: 230px;
    top: 0;
  }
  #do-test .list__test .image__book.-top-right {
    max-width: 180px;
    top: -35%;
  }
  #do-test .list__test .image__book.-top-center {
    max-width: 160px;
  }
}

.banner__club.schedule__clb {
  position: relative;
}
.banner__club.schedule__clb .banner__inner {
  position: unset;
}
.banner__club.schedule__clb .banner__inner .banner__image {
  position: unset;
}
@media (min-width: 1024px) {
  .banner__club.schedule__clb .banner__inner .banner__image {
    min-height: 35rem;
  }
}
@media (min-width: 1024px) {
  .banner__club.schedule__clb .banner__inner .banner__image .thumb.img__right__full {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
  }
}

.banner {
  position: relative;
}
.banner__courses-page {
  min-height: 500px;
}
.banner__courses-page .container {
  position: relative;
}
.banner__courses-page .banner__inner {
  min-height: 400px;
}
.banner__courses-page .banner__image {
  width: 55%;
  position: absolute;
  z-index: 1;
  left: 45%;
  top: 0px;
}
.banner__courses-page .banner__image .thumb {
  max-width: 950px;
  margin-right: auto;
}
.banner__courses-page .banner__image .thumb.box__shadow__img {
  filter: drop-shadow(60px 38px 35px rgba(0, 0, 0, 0.3));
}
@media only screen and (max-width: 767px) {
  .banner__courses-page {
    overflow: hidden;
  }
  .banner__courses-page .banner__image {
    width: 120%;
    position: relative;
    left: 0px;
  }
  .banner__courses-page .banner__image__left {
    display: none;
  }
  .banner__courses-page .heading__title.heading__title-smoll {
    font-size: 30px;
  }
  .banner__courses-page .banner__inner {
    margin-top: -70px;
    min-height: inherit;
  }
}
.banner .banner__inner .banner__info {
  padding-right: 1rem;
}
.banner .banner__inner .btn__banner-dark {
  color: #fff;
  border-radius: 5px;
  min-width: 250px;
  background-color: transparent;
  box-shadow: inset 0 0 0 3rem #282828;
  border: 1px solid transparent;
}
.banner .banner__inner .btn__banner-dark:hover {
  color: #282828;
  box-shadow: inset 0 0 0 0 #282828;
  border: 1px solid #282828;
}
.banner .banner__image__left {
  pointer-events: none;
  position: absolute;
  left: -100px;
  top: -60px;
}
.banner .banner__image__right {
  position: absolute;
  top: -100px;
  right: 0;
}

.section.courses .courses__lesson__img__top img {
  position: absolute;
  bottom: 0;
  z-index: 1;
  max-width: 280px;
}
.section.courses .course__lesson__content__top {
  background: linear-gradient(90deg, #fec60b, transparent);
  padding: 2.5rem 16rem 2.5rem 10rem;
  transform: translateX(-3rem);
}
.section.courses .course__lesson__content__top .course__lesson__heading {
  display: flex;
  align-items: center;
}
.section.courses .course__lesson__content__top .course__lesson__heading h3 {
  font-size: 6rem;
  font-family: Oswald;
}
.section.courses .course__lesson__content__top .course__lesson__heading span {
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  padding-left: 15px;
  font-family: Raleway;
  line-height: 40px;
}
.section.courses .course__inner-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 3rem;
  border-radius: 100px;
  box-shadow: 0px -5px 5px #dfdfdf;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  z-index: 1;
}
.section.courses .course__inner-list li {
  width: calc(100% / 3);
}
.section.courses .course__inner-list-item {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  color: #9c9c9c;
  border: none;
}
.section.courses .course__inner-list-item:hover {
  border: none;
  color: #007BB2;
}
.section.courses .course__inner-list-item#courseSesson2-tab {
  position: relative;
}
.section.courses .course__inner-list-item#courseSesson2-tab::after, .section.courses .course__inner-list-item#courseSesson2-tab::before {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #9c9c9c;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section.courses .course__inner-list-item#courseSesson2-tab::after {
  left: 0;
}
.section.courses .course__inner-list-item#courseSesson2-tab::before {
  right: 0;
}
.section.courses .course__inner-list-item.active {
  color: #007BB2;
  border: none;
}
.section.courses .courses__item-inner-content {
  background: linear-gradient(90deg, #9ec0de, #095eaa);
  padding: 4rem 5rem 3rem 4rem;
  color: #fff;
  border-radius: 0 0 100px 100px;
  min-height: 500px;
}
.section.courses .courses__item-inner-content .course__lesson-btn-white {
  display: inline-block;
  border: 1px solid #fff;
  color: #007BB2;
  padding: 0.5rem 1rem;
  min-width: 200px;
  font-weight: 600;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: inset 0 0 0 3rem #fff;
  transition: 0.3s;
  text-align: center;
}
.section.courses .courses__item-inner-content .course__lesson-btn-white:hover {
  box-shadow: inset 0 0 0 0 #fff;
  color: #fff;
}
.section.courses .courses__item-inner-content .course__lesson-btn-white.transparent {
  background-color: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 0 #fff;
}
.section.courses .courses__item-inner-content .course__lesson-btn-white.transparent:hover {
  box-shadow: inset 0 0 0 3rem #fff;
  color: #007BB2;
}
.section.courses .courses__item-inner {
  border-radius: 0 0 100px 100px;
  overflow: hidden;
}
.section.courses .courses__item-inner img {
  transition: 0.3s;
}
.section.courses .courses__item-inner:hover > img {
  transform: scale(1.2);
}

.lesson__plan.pb-6rem {
  padding-bottom: 6rem;
}

.payment__table {
  position: relative;
}
.payment__table .bg__payment__table {
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  z-index: -1;
}
.payment__table-item.bg-orange {
  background-color: #fec60b;
}
.payment__table-item.bg-orange .bg-white {
  font-weight: 600;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  width: fit-content;
}
.payment__table-item {
  border: 1px solid #dfdfdf;
  padding: 1.5rem 1rem;
  border-radius: 10px;
  box-shadow: 0 10px 15px #dedede;
  background-color: #fff;
  min-height: 38rem;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  height: 100%;
}
.payment__table-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 20px #c9c9c9;
}
.payment__table-item .bg-orange {
  font-weight: 600;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  width: fit-content;
}
.payment__table-item .payment__table-text.text-gray {
  color: #c1c1c1;
}
.payment__table-item .payment__table-price {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 1.5rem;
}
.payment__table-item .payment__table-price h3 {
  font-family: Raleway;
  font-size: 3rem;
  line-height: 30px;
}
.payment__table-item .payment__table-price span {
  font-size: 1rem;
}
.payment__table-item .payment__table-price p {
  font-weight: 600;
  color: #c1c1c1;
  line-height: 1rem;
  font-size: 1.2rem;
}
.payment__table-item .payment__table-price p span {
  font-size: 0.85rem;
}
.payment__table-item .payment__table-content > *.payment__table-text {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.payment__table-item .payment__table-content > *.payment__table-text span:first-child {
  width: calc(100% - 20px);
}
.payment__table-item .payment__table-btn-orange {
  background-color: #fec60b;
  width: 100%;
  margin-top: auto;
  border-radius: 5px;
  transition: 0.2s;
}
.payment__table-item .payment__table-btn-orange:hover {
  transform: translateY(-5px);
}
.payment__table-item .payment__table-btn-white {
  background-color: #fff;
  width: 100%;
  margin-top: auto;
  border-radius: 5px;
  transition: 0.2s;
}
.payment__table-item .payment__table-btn-white:hover {
  transform: translateY(-5px);
}
@media only screen and (max-width: 1023px) {
  .payment__table-item {
    min-height: inherit;
  }
}
.payment__table-item.sale {
  position: relative;
}
.payment__table-item.sale .sale__number {
  position: absolute;
  top: -20px;
  left: 20px;
  background-color: #ec1c24;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 90px;
  padding: 0.5rem;
  border-radius: 0.5rem;
  z-index: 1;
}
.payment__table-item.sale .sale__number::after {
  content: "";
  position: absolute;
  inset: 86px 0 0 0;
  border-top: 24px solid #ec1c24;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 0px solid #ec1c24;
}
.payment__table-item.sale .sale__number .num {
  font-size: 2rem;
  font-weight: 700;
  display: block;
}
.payment__table-item.sale .sale__number .text {
  font-size: 1rem;
  font-weight: 700;
  display: block;
}
.payment__table-item.sale .payment__table-price .sale__text {
  font-size: 1.3rem;
  font-weight: 600;
  color: #a4a4a4;
  text-decoration: line-through;
}
.payment__table-item.bg-orange .payment__table-text {
  position: relative;
}
.payment__table-item.bg-orange .payment__table-text input[type=radio] {
  display: none;
}
.payment__table-item.bg-orange .payment__table-text input[type=radio] ~ label {
  cursor: pointer;
}
.payment__table-item.bg-orange .payment__table-text .radio__icon__cicle::after {
  content: "";
  position: absolute;
  inset: 2px auto 0 0;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: transparent;
}
.payment__table-item.bg-orange .payment__table-text .radio__icon__cicle::before {
  content: "";
  position: absolute;
  inset: 4.5px 2.5px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 20px;
  display: none;
}
.payment__table-item.bg-orange .payment__table-text input[type=radio]:checked ~ label > .radio__icon__cicle::before {
  display: block;
}
.payment__table-item .payment__table-text {
  position: relative;
}
.payment__table-item .payment__table-text input[type=radio] {
  display: none;
}
.payment__table-item .payment__table-text input[type=radio] ~ label {
  cursor: pointer;
}
.payment__table-item .payment__table-text .radio__icon__cicle::after {
  content: "";
  position: absolute;
  inset: 2px auto 0 0;
  width: 20px;
  height: 20px;
  border: 1px solid #007BB2;
  border-radius: 20px;
  background-color: transparent;
}
.payment__table-item .payment__table-text .radio__icon__cicle::before {
  content: "";
  position: absolute;
  inset: 4.5px 2.5px;
  width: 15px;
  height: 15px;
  background-color: #007BB2;
  border-radius: 20px;
  display: none;
}
.payment__table-item .payment__table-text input[type=radio]:checked ~ label > .radio__icon__cicle::before {
  display: block;
}

.macmillan {
  position: relative;
}
.macmillan__banner {
  position: absolute;
  inset: 0;
  z-index: -1;
  padding: 3rem 0;
  opacity: 0.9;
}
.macmillan__list {
  padding: 0;
  list-style: none;
}
.macmillan__list .macmillan__item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
}
.macmillan__list .macmillan__item span {
  width: calc(100% - 30px);
  display: inline-block;
  font-weight: 700;
}

.student__lens {
  position: relative;
}
.student__lens .banner__top-right, .student__lens .banner__left-bottom {
  position: absolute;
  z-index: -1;
}
.student__lens .banner__left-bottom {
  left: 3rem;
  bottom: 14rem;
}
.student__lens .banner__top-right {
  top: 1rem;
  right: 1rem;
}
.student__lens .card.head {
  box-shadow: none;
}
.student__lens .card.mt-4rem {
  margin-top: 4rem;
}
.student__lens .card.mt-10rem {
  margin-top: 10rem;
}
.student__lens .card {
  padding: 1rem 1.5rem;
  box-shadow: 0 10px 15px #d8d8d8;
  transition: 0.3s;
  border-radius: 10px;
}
.student__lens .card:hover {
  transform: translateY(-8px);
}
.student__lens .card .student__lens__content.card-body, .student__lens .card .student__lens__content.card-footer {
  padding: 0;
  background-color: #fff;
}
.student__lens .card .student__lens__content.card-body .student__lens__content-text, .student__lens .card .student__lens__content.card-footer .student__lens__content-text {
  line-height: 24px;
  color: #707070;
  font-weight: 700;
  font-size: 1.2rem;
  padding-bottom: 2rem;
}
.student__lens .card .student__lens__content.card-footer {
  display: flex;
  align-items: center;
  padding-top: 1rem;
}
.student__lens .card .student__lens__content.card-footer .student__lens__content-name {
  padding-left: 1rem;
  font-size: 1rem;
}
.student__lens .card .student__lens__content.card-footer .student__lens__content-name h5 {
  margin-bottom: 0;
  font-size: 1rem;
}
.student__lens .btn-secondary.btn-block {
  display: block;
}

@media (max-width: 912px) {
  .section.banner .banner__inner .heading__title {
    font-size: 1.8rem;
  }

  .section.courses .course__lesson__content__top {
    padding: 2.5rem 0rem 2.5rem 10rem;
    transform: translateX(-1rem);
  }

  .payment__table-item .payment__table-price h3 {
    font-size: 2rem;
    line-height: 22px;
  }
  .payment__table-item .payment__table-price p {
    font-size: 1rem;
  }

  .section.payment__table {
    padding: 0;
  }

  .lesson__plan.pb-6rem {
    padding-bottom: 0;
  }

  .macmillan {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .student__lens .banner__top-right, .student__lens .banner__left-bottom {
    display: none;
  }
  .student__lens .card.mt-10rem {
    margin-top: 0;
  }
  .student__lens .card.mt-4rem {
    margin-top: 0;
  }

  .lesson__plan.pb-6rem {
    padding-bottom: 0;
  }

  .courses__lesson-bottom {
    padding-top: 0;
  }

  .section.courses .courses__item-inner img {
    display: none;
  }
  .section.courses .course__inner-list {
    padding: 1.2rem 0;
  }
  .section.courses .courses__lesson__img__top img {
    display: none;
  }
  .section.courses .course__lesson__content__top {
    padding: 2.5rem 1rem 2.5rem 1rem;
    transform: translateX(-1rem);
  }

  .section.banner .banner__image__left, .section.banner .banner__image__right {
    display: none;
  }
}
@media (max-width: 576px) {
  .section.banner .banner__inner .heading__title {
    font-size: calc(1.325rem + .9vw);
  }

  .section.courses .course__inner-list-item {
    font-size: 1rem;
    padding: 0.5rem;
  }
  .section.courses .course__inner-list {
    padding: 0;
  }
  .section.courses .courses__item-inner-content {
    padding: 4rem 1rem 5rem 1rem;
  }
  .section.courses .course__lesson__content__top .course__lesson__heading span {
    font-size: 1.5rem;
  }
}
.account__profile .menu__link, .app-main__body .menu__link {
  position: absolute;
  top: 0;
  left: auto;
  padding: 1rem 0;
  border-bottom: 2px solid #e8e8e8;
  width: 100%;
}
.account__profile .menu__link a, .app-main__body .menu__link a {
  color: #b6b6b6;
  display: inline-flex;
  align-items: center;
  font-size: 0.7rem;
}
.account__profile .menu__link a span, .app-main__body .menu__link a span {
  font-size: 1rem;
  color: #c9a521;
}
.account__profile-list, .app-main__body-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 6px #b6b6b6;
}
.account__profile-list .account__profile-icon, .app-main__body-list .account__profile-icon {
  display: none;
}
.account__profile-list .account__profile-item, .app-main__body-list .account__profile-item {
  padding: 10px 2rem;
  transition: 0.3s;
  border: 1px solid transparent;
}
.account__profile-list .account__profile-item:first-child, .app-main__body-list .account__profile-item:first-child {
  border-radius: 10px 10px 0 0;
}
.account__profile-list .account__profile-item:last-child, .app-main__body-list .account__profile-item:last-child {
  border-radius: 0 0 10px 10px;
}
.account__profile-list .account__profile-item:hover, .app-main__body-list .account__profile-item:hover {
  border: 1px solid #c9a521;
  background-color: rgba(255, 196, 10, 0.3);
}
.account__profile-list .account__profile-item:hover a, .app-main__body-list .account__profile-item:hover a {
  color: #c9a521;
}
.account__profile-list .account__profile-item.active, .app-main__body-list .account__profile-item.active {
  border: 1px solid #c9a521;
  background-color: rgba(255, 196, 10, 0.3);
}
.account__profile-list .account__profile-item.active a, .app-main__body-list .account__profile-item.active a {
  color: #c9a521;
}
.account__profile-inner, .app-main__body-inner {
  border-radius: 10px;
  box-shadow: 0 0 6px #b6b6b6;
}
.account__profile-inner .account__profile-heading, .app-main__body-inner .account__profile-heading {
  margin-bottom: 2rem;
}
.account__profile-inner label[for=imageProfile], .app-main__body-inner label[for=imageProfile] {
  cursor: pointer;
}
.account__profile-inner label[for=imageProfile].image, .app-main__body-inner label[for=imageProfile].image {
  box-shadow: 0 0 20px #e8e8e8;
  border: 5px solid #e8e8e8;
  max-width: 200px;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.account__profile-inner label[for=imageProfile].image img, .app-main__body-inner label[for=imageProfile].image img {
  object-fit: cover;
  transform: scale(1.2);
}
.account__profile-inner label.btn__white[for=imageProfile], .app-main__body-inner label.btn__white[for=imageProfile] {
  box-shadow: -1px 0 10px #e8e8e8;
  border-radius: 10px;
  min-width: 200px;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: fit-content;
  border: 1px solid transparent;
}
.account__profile-inner label.btn__white[for=imageProfile]:hover, .app-main__body-inner label.btn__white[for=imageProfile]:hover {
  color: #ffc40a;
  border: 1px solid #c9a521;
}
.account__profile-inner .btn__origin.bg-origin, .app-main__body-inner .btn__origin.bg-origin {
  background-color: transparent;
  border: 1px solid #ffc40a;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 0 0 15px #e8e8e8, inset 0 0 0 3rem #ffc40a;
  transition: 0.3s ease;
  min-width: 170px;
}
.account__profile-inner .btn__origin.bg-origin:hover, .app-main__body-inner .btn__origin.bg-origin:hover {
  box-shadow: 0 0 15px #e8e8e8, inset 0 0 0 0 #ffc40a;
}
.account__profile-form, .app-main__body-form {
  min-height: 40rem;
}
.account__profile-form input.form-control, .account__profile-form select.form-select, .app-main__body-form input.form-control, .app-main__body-form select.form-select {
  border-radius: 10px;
  box-shadow: 1px 1px 4px #e8e8e8;
}
.account__profile-form input.form-control:focus, .account__profile-form select.form-select:focus, .app-main__body-form input.form-control:focus, .app-main__body-form select.form-select:focus {
  box-shadow: 0 0 6px rgba(0, 154, 222, 0.3);
  border: 1px solid rgba(0, 154, 222, 0.5);
}
.account__profile-form input.form-control.input__error, .app-main__body-form input.form-control.input__error {
  border: 1px solid #ec1c24;
}
.account__profile-form input.form-control.input__error:focus, .app-main__body-form input.form-control.input__error:focus {
  box-shadow: 0 0 6px rgba(236, 28, 36, 0.3);
}
.account__profile-form input.form-control.input__error ~ span.input__icon, .app-main__body-form input.form-control.input__error ~ span.input__icon {
  color: #ec1c24;
}
.account__profile-form .form-label, .app-main__body-form .form-label {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0;
}
.account__profile-form .account__profile-group, .app-main__body-form .account__profile-group {
  position: relative;
}
.account__profile-form .account__profile-group .input__icon, .app-main__body-form .account__profile-group .input__icon {
  position: absolute;
  right: 20px;
  top: 45px;
  font-size: 0.85rem;
  transform: translateY(-50%);
}
.account__profile-form .account__profile-group .show__input__error, .app-main__body-form .account__profile-group .show__input__error {
  font-size: 0.8rem;
  color: #ec1c24;
  font-family: Raleway;
}
.account__profile-form .pb__form__bottom, .app-main__body-form .pb__form__bottom {
  padding-bottom: 10rem;
}

.my__course {
  border-top: 2px solid #e8e8e8;
}
.my__course-inner {
  padding: 1.5rem;
  border: 1px solid #b6b6b6;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.my__course-inner:hover {
  border: 1px solid #ffc40a;
}
.my__course-inner .my__course-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.my__course-inner .my__course-image {
  overflow: hidden;
}
.my__course-inner .my__course-image img {
  transition: all 0.3s;
}
.my__course-inner .my__course-image:hover > img {
  transform: scale(1.2);
}
.my__course-inner .my__course-content-list {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
}
.my__course-inner .my__course-content-list li {
  margin-bottom: 0.5rem;
}
.my__course-inner .my__course-content-list li > span.my_course-item {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  background-color: rgba(0, 154, 222, 0.1);
  border: 1px solid #009ade;
  color: #009ade;
  min-width: 45%;
  text-align: center;
  font-weight: 600;
  border-radius: 100px;
  margin: 0 0.5rem 0.5rem 0;
}
.my__course-inner .btn.btn__dark {
  background-color: transparent;
  box-shadow: inset 0 0 0 3rem #282828;
  color: #e8e8e8;
  border-radius: 10px;
  border: 1px solid #000;
  transition: 0.3s;
}
.my__course-inner .btn.btn__dark:hover {
  transform: translateY(-5px);
}
.my__course-inner .btn.btn__white {
  background-color: #fff;
  color: #282828;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  transition: 0.3s;
  box-shadow: 0 0 10px #e8e8e8;
}
.my__course-inner .btn.btn__white:hover {
  transform: translateY(-5px);
}
.my__course-inner .btn.btn__danger {
  background-color: #ec1c24;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #ec1c24;
  transition: 0.3s;
  box-shadow: 0 0 10px #e8e8e8;
}
.my__course-inner .btn.btn__danger:hover {
  transform: translateY(-5px);
}

.banner__main .banner__image .teen__1, .banner__main .banner__image .teen__2, .banner__main .banner__image .teen__3 {
  font-weight: 600;
}
.banner__main .banner__image .msg.teen__3 {
  top: 30%;
}
.banner__main .banner__image .msg.teen__2 {
  right: 0;
  left: 64%;
}
@media (min-width: 767px) {
  .banner__main .banner__image .msg.teen__2 {
    top: 0;
  }
}
.banner__main .banner__image .msg.teen__1 {
  top: 15%;
  left: 0;
  text-align: center;
}
.banner__main .banner__image .image__icon {
  position: absolute;
  z-index: -1;
}
.banner__main .banner__image .image__icon.top__left {
  top: 9%;
  left: 20%;
}
.banner__main .banner__image .image__icon.left__center {
  top: 25%;
  left: 10%;
}
.banner__main .banner__image .image__icon.top__right {
  top: 0;
  right: 0;
}
.banner__main .banner__image .image__icon.bottom__left {
  top: 40%;
  left: 25%;
}
.banner__main .banner__action .buttons .btn.btn__box__shadown {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.oko__mohinhgiaoduc .num.line__pink::after {
  background: url(/images/icon/line_pink.png) no-repeat center top;
}

.oko__target .heading.arrows__pink::before {
  background: url(/images/arrow_left_pink.png) no-repeat;
  background-size: 100% 100%;
}
.oko__target .heading.arrows__pink::after {
  background: url(/images/arrow_right_pink.png) no-repeat;
  background-size: 100% 100%;
}
.oko__target-image {
  position: relative;
}
.oko__target-image-sub {
  position: absolute;
  top: 15px;
  z-index: -1;
  right: 3vw;
}
.oko__target-image-sub .image__book {
  position: absolute;
  bottom: 10%;
  right: 0;
}
.oko__target-image-sub.center {
  top: 50%;
  transform: translateY(-50%);
  right: 13%;
}
.oko__target__line-curve {
  position: absolute;
  bottom: 0;
  transform: translateY(190px);
  width: -moz-fit-content;
  width: fit-content;
  right: 15%;
  z-index: -1;
}

.promotion__inner.bg__teen__register::before {
  background: url(/images/arrow_left_pink.png) no-repeat;
  background-size: 100% 100%;
}
.promotion__inner.bg__teen__register::after {
  background: url(/images/arrow_right_pink.png) no-repeat;
  background-size: 100% 100%;
}
.promotion__inner.bg__teen__register .promotion__form.bg__teen {
  background-color: #fff4ce;
}

.banner__top-adult .adult__1 {
  top: -50px;
  left: 0;
}
@media (max-width: 768px) {
  .banner__top-adult .adult__1 {
    top: 0px;
    left: 0;
  }
}
@media (max-width: 400px) {
  .banner__top-adult .adult__1 {
    top: -16px;
    left: 48%;
    width: 150px;
  }
}
.banner__top-adult .adult__2 {
  min-width: 210px;
  text-align: center;
  left: 0;
}
@media (min-width: 1024px) {
  .banner__top-adult .adult__2 {
    top: -5px;
    left: 186px;
  }
  .banner__top-adult .adult__2::after {
    right: 150px;
  }
}
.banner__top-adult .adult__3 {
  top: 10px;
  right: 34%;
}
@media (max-width: 768px) {
  .banner__top-adult .adult__3 {
    right: 10px;
  }
}
.banner__top-adult .column__left .banner__action .btn__adult-danger {
  box-shadow: inset 0 0 0 3rem #bc161d;
  color: #fff;
}
.banner__top-adult .column__left .banner__action .btn__adult-danger:hover {
  color: #bc161d;
  box-shadow: inset 0 0 0 2px #bc161d;
}
.banner__top-adult .column__left .banner__action .btn__adult-outline-danger {
  box-shadow: inset 0 0 0 0 #bc161d;
}
.banner__top-adult .column__left .banner__action .btn__adult-outline-danger:hover {
  color: #fff;
  box-shadow: inset 0 0 0 3rem #bc161d !important;
}
@media (min-width: 1024px) {
  .banner__top-adult .column__left.align__center {
    transform: translateY(-20%);
  }
}
.banner__top-adult .left {
  left: 0;
  position: absolute;
  width: 50%;
  margin-right: auto;
  top: 0;
}
.banner__top-adult .right {
  right: 0;
  position: absolute;
  width: 50%;
  margin-left: auto;
  top: 0;
}

.oko__mohinhgiaoduc.audult .num::after {
  background: url(/images/line-blue.png) no-repeat center top;
}

.oko__target.adult .heading::before {
  background: url(/images/arrow-right-blue-1.png) no-repeat;
  left: 10%;
  background-size: 100% 100%;
}
.oko__target.adult .heading::after {
  background: url(/images/arrow-right-blue-2.png) no-repeat;
  right: 10%;
  background-size: 100% 100%;
}
.oko__target.adult .oko__target-list-icon {
  margin: 0 auto;
}

.oko__video.adult .oko__video-frame .mask {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.55) 65%, #3898c3);
}

.promotion__inner.bg__adult__register::before {
  background: url(/images/arrow_left_pink.png) no-repeat;
  background-size: 100% 100%;
}
.promotion__inner.bg__adult__register::after {
  background: url(/images/arrow_right_pink.png) no-repeat;
  background-size: 100% 100%;
}
.promotion__inner.bg__adult__register .promotion__form.bg__adult {
  background-color: #fde8e9;
}
.promotion__inner.bg__adult__register .btn-danger.box__shadow {
  box-shadow: inset 0 0 0 3rem #ec1c24;
  background-color: transparent;
}
.promotion__inner.bg__adult__register .btn-danger.box__shadow:hover {
  box-shadow: inset 0 0 0 2px #ec1c24;
  color: #ec1c24;
}

.step__course-inner .nav-pills {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  box-shadow: 0 -5px 10px #ddd;
  background-color: #fff;
  border-radius: 100rem;
}
.step__course-inner .nav-pills .nav-item {
  width: calc(100% / 3);
  position: relative;
  cursor: pointer;
}
.step__course-inner .nav-pills .nav-item .image {
  overflow-y: hidden;
}
.step__course-inner .nav-pills .nav-item:nth-child(2) .image {
  transform: translate(-50%, 10%);
  height: 222px;
}
.step__course-inner .nav-pills .nav-item:nth-child(3) .image {
  transform: translate(-50%, 5%);
  height: 230px;
}
.step__course-inner .nav-pills .nav-item:nth-child(3) .image img {
  transform: scale(1.5) translateY(25px);
}
.step__course-inner .nav-pills .nav-item.border__item {
  border-left: 2px solid rgba(109, 109, 109, 0.7);
  border-right: 2px solid rgba(109, 109, 109, 0.7);
}
.step__course-inner .nav-pills .nav-link-tab {
  color: #6d6d6d;
}
.step__course-inner .nav-pills .nav-link-tab .text {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.step__course-inner .nav-pills .nav-link-tab .image {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 15%);
  z-index: -1;
  min-width: 200px;
  filter: grayscale(1);
}
@media (max-width: 500px) {
  .step__course-inner .nav-pills .nav-link-tab .image {
    min-width: 120px;
  }
}
.step__course-inner .nav-pills .nav-link-tab.kid.active {
  color: #ffc911;
}
.step__course-inner .nav-pills .nav-link-tab.kid.active .image {
  filter: grayscale(0);
}
.step__course-inner .nav-pills .nav-link-tab.teen.active {
  color: #ef3c43;
}
.step__course-inner .nav-pills .nav-link-tab.teen.active .image {
  filter: grayscale(0);
}
.step__course-inner .nav-pills .nav-link-tab.adult.active {
  color: #40b4e6;
}
.step__course-inner .nav-pills .nav-link-tab.adult.active .image {
  filter: grayscale(0);
}
.step__course-inner.tranform__y {
  transform: translateY(130%);
  position: relative;
  z-index: 1;
}
.step__course__content {
  min-height: 90vh;
}
.step__course__content-description {
  position: relative;
  top: 50px;
  left: 0;
}
@media (max-width: 767.9px) {
  .step__course__content-description {
    top: 80px;
    padding-bottom: 3rem;
  }
}
.step__course__content .min__height-25 {
  min-height: 25rem;
  align-items: end;
}
.step__course__content-item {
  text-align: center;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: 0.3s;
}
.step__course__content-item:hover {
  box-shadow: 0 0 10px rgba(109, 109, 109, 0.3);
  transform: translateY(-5px);
}
.step__course__content-item .level {
  font-size: 1.1rem;
  font-weight: 700;
  padding: 1rem;
}
.step__course__content-item .content {
  font-weight: 700;
  font-size: 1.2rem;
  padding: 3.5rem 0.5rem;
}
.step__course__content-item .btn.btn__border {
  width: 100%;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 0.5rem;
}
.step__course__content-item.level__1.kid {
  background-color: rgba(255, 201, 17, 0.1);
}
.step__course__content-item.level__1.kid .level {
  background-color: rgba(255, 201, 17, 0.2);
}
.step__course__content-item.level__1.kid .btn.btn__border {
  border: 2px solid #ffc911;
  color: #ffc911;
}
.step__course__content-item.level__2.kid {
  background-color: rgba(255, 201, 17, 0.2);
}
.step__course__content-item.level__2.kid .level {
  background-color: rgba(255, 201, 17, 0.3);
}
.step__course__content-item.level__2.kid .content {
  padding: 5rem 0.5rem;
}
.step__course__content-item.level__2.kid .btn.btn__border {
  border: 2px solid rgba(118, 92, 5, 0.7);
  color: rgba(118, 92, 5, 0.7);
}
.step__course__content-item.level__3.kid {
  background-color: rgba(255, 201, 17, 0.5);
}
.step__course__content-item.level__3.kid .level {
  background-color: rgba(255, 201, 17, 0.6);
}
.step__course__content-item.level__3.kid .content {
  padding: 6rem 0.5rem;
}
.step__course__content-item.level__3.kid .btn.btn__border {
  border: 2px solid rgba(118, 92, 5, 0.7);
  color: rgba(118, 92, 5, 0.7);
}
.step__course__content-item.level__4.kid {
  background-color: rgba(255, 201, 17, 0.8);
}
.step__course__content-item.level__4.kid .level {
  background-color: rgba(118, 92, 5, 0.4);
  color: #fff;
}
.step__course__content-item.level__4.kid .content {
  padding: 8.5rem 0.5rem;
}
.step__course__content-item.level__4.kid .btn.btn__border {
  border: 2px solid rgba(118, 92, 5, 0.7);
  color: rgba(118, 92, 5, 0.7);
}
.step__course__content-item.level__5.kid {
  background-color: #ffc911;
}
.step__course__content-item.level__5.kid .level {
  background-color: rgba(118, 92, 5, 0.6);
  color: #fff;
}
.step__course__content-item.level__5.kid .content {
  padding: 9.5rem 0.5rem;
}
.step__course__content-item.level__5.kid .btn.btn__border {
  border: 2px solid rgba(118, 92, 5, 0.7);
  color: rgba(118, 92, 5, 0.7);
}
.step__course__content-item.level__6.kid {
  background-color: rgba(118, 92, 5, 0.4);
  color: #fff;
}
.step__course__content-item.level__6.kid .level {
  background-color: rgba(118, 92, 5, 0.7);
  color: #fff;
}
.step__course__content-item.level__6.kid .content {
  padding: 12rem 0.5rem;
}
.step__course__content-item.level__6.kid .btn.btn__border {
  border: 2px solid rgba(118, 92, 5, 0.7);
  color: rgba(118, 92, 5, 0.7);
}
.step__course__content-item.level__1.teen {
  background-color: rgba(238, 128, 38, 0.1);
  color: #ee8026;
}
.step__course__content-item.level__1.teen .level {
  background-color: rgba(238, 128, 38, 0.2);
}
.step__course__content-item.level__1.teen .btn.btn__border {
  border: 2px solid #ee8026;
  color: #ee8026;
}
.step__course__content-item.level__2.teen {
  background-color: rgba(238, 128, 38, 0.2);
}
.step__course__content-item.level__2.teen .level {
  background-color: rgba(238, 128, 38, 0.3);
}
.step__course__content-item.level__2.teen .content {
  padding: 5rem 0.5rem;
  color: #ee8026;
}
.step__course__content-item.level__2.teen .btn.btn__border {
  border: 2px solid rgba(238, 128, 38, 0.7);
  color: rgba(238, 128, 38, 0.7);
}
.step__course__content-item.level__3.teen {
  background-color: rgba(238, 128, 38, 0.5);
  color: #fff;
}
.step__course__content-item.level__3.teen .level {
  background-color: rgba(238, 128, 38, 0.6);
}
.step__course__content-item.level__3.teen .content {
  padding: 6rem 0.5rem;
}
.step__course__content-item.level__3.teen .btn.btn__border {
  border: 2px solid rgba(238, 128, 38, 0.7);
  color: rgba(238, 128, 38, 0.7);
}
.step__course__content-item.level__4.teen {
  background-color: rgba(238, 128, 38, 0.6);
  color: #fff;
}
.step__course__content-item.level__4.teen .level {
  background-color: rgba(238, 128, 38, 0.8);
  color: #fff;
}
.step__course__content-item.level__4.teen .content {
  padding: 8.5rem 0.5rem;
}
.step__course__content-item.level__4.teen .btn.btn__border {
  border: 2px solid rgba(238, 128, 38, 0.7);
  color: rgba(238, 128, 38, 0.7);
}
.step__course__content-item.level__5.teen {
  background-color: rgba(238, 128, 38, 0.8);
  color: #fff;
}
.step__course__content-item.level__5.teen .level {
  background-color: rgba(118, 92, 5, 0.6);
  color: #fff;
}
.step__course__content-item.level__5.teen .content {
  padding: 9.5rem 0.5rem;
}
.step__course__content-item.level__5.teen .btn.btn__border {
  border: 2px solid rgba(238, 128, 38, 0.7);
  color: rgba(238, 128, 38, 0.7);
}
.step__course__content-item.level__6.teen {
  background-color: rgba(238, 128, 38, 0.9);
  color: #fff;
}
.step__course__content-item.level__6.teen .level {
  background-color: rgba(118, 92, 5, 0.8);
  color: #fff;
}
.step__course__content-item.level__6.teen .content {
  padding: 12rem 0.5rem;
}
.step__course__content-item.level__6.teen .btn.btn__border {
  border: 2px solid rgba(238, 128, 38, 0.7);
  color: rgba(238, 128, 38, 0.7);
}
.step__course__content-item.level__1.adult {
  background-color: rgba(64, 180, 230, 0.1);
}
.step__course__content-item.level__1.adult .level {
  background-color: rgba(64, 180, 230, 0.2);
  color: #40b4e6;
}
.step__course__content-item.level__1.adult .content {
  color: #004766;
}
.step__course__content-item.level__1.adult .btn.btn__border {
  border: 2px solid #40b4e6;
  color: #40b4e6;
}
.step__course__content-item.level__2.adult {
  background-color: rgba(64, 180, 230, 0.2);
  color: #fff;
}
.step__course__content-item.level__2.adult .level {
  background-color: rgba(64, 180, 230, 0.3);
}
.step__course__content-item.level__2.adult .content {
  padding: 5rem 0.5rem;
}
.step__course__content-item.level__2.adult .btn.btn__border {
  border: 2px solid rgba(64, 180, 230, 0.7);
  color: rgba(64, 180, 230, 0.7);
}
.step__course__content-item.level__3.adult {
  background-color: rgba(64, 180, 230, 0.5);
  color: #fff;
}
.step__course__content-item.level__3.adult .level {
  background-color: rgba(64, 180, 230, 0.6);
}
.step__course__content-item.level__3.adult .content {
  padding: 6rem 0.5rem;
}
.step__course__content-item.level__3.adult .btn.btn__border {
  border: 2px solid rgba(64, 180, 230, 0.7);
  color: rgba(64, 180, 230, 0.7);
}
.step__course__content-item.level__4.adult {
  background-color: rgba(64, 180, 230, 0.65);
  color: #fff;
}
.step__course__content-item.level__4.adult .level {
  background-color: rgba(0, 71, 102, 0.4);
  color: #fff;
}
.step__course__content-item.level__4.adult .content {
  padding: 8.5rem 0.5rem;
}
.step__course__content-item.level__4.adult .btn.btn__border {
  border: 2px solid rgba(64, 180, 230, 0.7);
  color: rgba(64, 180, 230, 0.7);
}
.step__course__content-item.level__5.adult {
  background-color: rgba(64, 180, 230, 0.9);
  color: #fff;
}
.step__course__content-item.level__5.adult .level {
  background-color: rgba(0, 71, 102, 0.5);
  color: #fff;
}
.step__course__content-item.level__5.adult .content {
  padding: 9.5rem 0.5rem;
}
.step__course__content-item.level__5.adult .btn.btn__border {
  border: 2px solid rgba(64, 180, 230, 0.7);
  color: rgba(64, 180, 230, 0.7);
}
.step__course__content-item.level__6.adult {
  background-color: #40b4e6;
  color: #fff;
}
.step__course__content-item.level__6.adult .level {
  background-color: rgba(0, 71, 102, 0.7);
  color: #fff;
}
.step__course__content-item.level__6.adult .content {
  padding: 12rem 0.5rem;
}
.step__course__content-item.level__6.adult .btn.btn__border {
  border: 2px solid rgba(64, 180, 230, 0.7);
  color: rgba(64, 180, 230, 0.7);
}
.step__course__content-item.bg-transparent {
  background-color: transparent;
}
.step__course__content.kid {
  background: linear-gradient(175deg, #ffc911, rgba(255, 201, 17, 0.3), transparent 80%);
}
@media (max-width: 1023px) {
  .step__course__content.kid {
    background: linear-gradient(175deg, #ffc911, rgba(255, 201, 17, 0.3), transparent 30%);
  }
}
.step__course__content.teen {
  background: linear-gradient(175deg, #ee8026, rgba(238, 128, 38, 0.3), transparent 80%);
}
@media (max-width: 1023px) {
  .step__course__content.teen {
    background: linear-gradient(175deg, #ee8026, rgba(238, 128, 38, 0.3), transparent 30%);
  }
}
.step__course__content.adult {
  background: linear-gradient(175deg, #40b4e6, rgba(64, 180, 230, 0.3), transparent 80%);
}
@media (max-width: 1023px) {
  .step__course__content.adult {
    background: linear-gradient(175deg, #40b4e6, rgba(64, 180, 230, 0.3), transparent 30%);
  }
}

.tooltip__item .tooltip__hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip__item .tooltip__hover:hover .tooltip__hover__text {
  visibility: visible;
  right: calc(100% + 10px);
  opacity: 1;
}
.tooltip__item .tooltip__hover .tooltip__hover__text {
  visibility: hidden;
  width: max-content;
  background-color: black;
  color: #fff;
  padding: 5px 0.5rem;
  border-radius: 6px;
  position: absolute;
  font-size: 0.85rem;
  font-weight: 400;
  z-index: 1;
  transition: 0.3s;
  top: -5px;
  right: 0;
  opacity: 0;
  max-width: 250px;
}
.tooltip__item .tooltip__hover .tooltip__hover__text::before {
  content: "";
  position: absolute;
  border-right: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid black;
  width: 15px;
  height: 10px;
  top: 10px;
  left: 100%;
}

.oko__profifle .menu {
  padding: 1.5rem 0;
}
.oko__profifle .menu__item {
  font-weight: 600;
}
.oko__profifle .menu__item i {
  font-size: 0.8rem;
  padding: 0 0.6rem;
  color: #dbdbdb;
}
.oko__profifle .menu__item.active {
  color: #cca108;
}
.oko__profifle .menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 0.3rem;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.oko__profifle .menu__list-item:first-child .menu__list-link {
  border-radius: 0.3rem 0.3rem 0 0;
}
.oko__profifle .menu__list-item:last-child {
  border-top: 1px solid #dbdbdb;
}
.oko__profifle .menu__list-item:last-child .menu__list-link {
  border-radius: 0 0 0.3rem 0.3rem;
}
.oko__profifle .menu__list-link {
  padding: 0.5rem 1.5rem;
  display: inline-block;
  width: 100%;
  color: #000;
  transition: 0.3s;
  border: 1px solid transparent;
}
.oko__profifle .menu__list-link:hover {
  background-color: rgba(204, 161, 8, 0.1);
  color: #cca108;
  border: 1px solid #cca108;
}
.oko__profifle .menu__list-link.active {
  color: #cca108;
  background-color: rgba(204, 161, 8, 0.1);
  border: 1px solid #cca108;
}
.oko__profifle__detail {
  padding: 3rem 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.oko__profifle__detail .border__right {
  border-right: 1px solid #dbdbdb;
}
.oko__profifle__detail-inner input[type=file] {
  display: none;
}
.oko__profifle__detail-inner .btn.btn__select {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.oko__profifle__detail-inner label[for=selectImage].select__image {
  display: block;
  cursor: pointer;
  margin-bottom: 1rem;
  width: 150px;
  height: 150px;
  border-radius: 100rem;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.oko__profifle__detail-inner label[for=selectImage].select__image img {
  width: 100%;
  object-fit: cover;
}
.oko__profifle__detail-inner .btn.btn__orange {
  background-color: #ffc40a;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}
.oko__profifle__detail-inner .hexagon {
  position: relative;
  margin-bottom: 1.5rem;
}
.oko__profifle__detail-inner .hexagon .text {
  position: absolute;
  font-weight: 700;
  color: #ffc40a;
  font-size: 2em;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.oko__profifle__detail-inner .hexagon ~ .desc {
  font-size: 0.8rem;
}
.oko__profifle__detail .personal__results-head .date {
  font-size: 1.1rem;
  font-weight: 600;
  color: #dbdbdb;
}
.oko__profifle__detail .personal__results-inner .doughnut {
  position: relative;
}
.oko__profifle__detail .personal__results-inner .doughnut .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
}
.oko__profifle__detail .personal__results-inner .content {
  padding-top: 1.5rem;
}
.oko__profifle__detail .personal__results-inner .content .head {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
  font-weight: 600;
}
.oko__profifle__detail .personal__results-inner .content h5 {
  font-size: 2.5rem;
}
.oko__profifle__detail .personal__results-inner .content .desc {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
.oko__profifle__detail-item .title__click__show {
  display: flex;
  justify-content: space-between;
}
.oko__profifle__detail-item .title__click__show .btn.btn__plus {
  border: 1px solid #cca108;
  color: #cca108;
  padding: 0.2rem;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.oko__profifle__detail-item .desc {
  color: rgba(0, 0, 0, 0.6);
}
.oko__profifle__detail-bottom .email__icon {
  color: #cca108;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.oko__profifle__detail-bottom .title {
  font-size: 1.3rem;
}
.oko__profifle__detail-bottom .email__contact {
  font-size: 1rem;
  font-weight: 700;
  color: #cca108;
}

.oko__answer .oko__profifle__detail-item .desc.bg__light {
  background-color: #dbdbdb;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  box-shadow: inset 5px 10px 10px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  height: 835px;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light::-webkit-scrollbar {
  width: 13px;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border: 4px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .head {
  background-color: #fff;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .head p:first-child {
  font-weight: 600;
  color: #000;
  font-size: 0.9rem;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .head .radio {
  width: 100%;
  background-color: #000;
  border-radius: 0.5rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 1rem;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .head .radio .btn {
  color: #fff;
  padding: 0.5rem;
  font-size: 1.2rem;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .head .radio .name {
  display: inline-block;
  width: 100%;
  font-size: 0.85rem;
  font-weight: 600;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .head .radio .time {
  font-size: 0.85rem;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .content {
  padding: 1rem 2rem;
  background-color: #fff;
  border-radius: 0.5rem;
  position: relative;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .content p:first-child {
  font-weight: 600;
  margin-bottom: 2rem;
  color: #000;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .content .form-group > input[type=radio] {
  display: none;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .content .form-group > input[type=radio]:checked ~ label.radio__icon::after {
  display: block;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .content .form-group > input[type=radio]:checked ~ label.radio__icon::before {
  border: 1px solid #007bb2;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .content .form-group label.radio__icon {
  position: relative;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .content .form-group label.radio__icon span {
  color: #000;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .content .form-group label.radio__icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #dbdbdb;
  background-color: transparent;
  z-index: 1;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .content .form-group label.radio__icon::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background-color: #007bb2;
  z-index: 2;
  display: none;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .content .form-group input[type=radio]:not(:checked) ~ label.radio__icon span {
  color: rgba(0, 0, 0, 0.1);
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .content.right {
  border: 4px solid #00d26a;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .content.right::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 10px;
  width: 60px;
  height: 60px;
  background: url(/images/icon/icon-check-right.png) no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .content.wrong {
  border: 4px solid #ff5a79;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .content.wrong::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 10px;
  width: 60px;
  height: 60px;
  background: url(/images/icon/icon-err.png) no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .content.wrong .form-group label.radio__icon.wrong__answer::after {
  background-color: #dbdbdb;
  display: block;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .content.wrong .form-group label.radio__icon.wrong__answer span {
  color: #dbdbdb;
  text-decoration: line-through;
}
.oko__answer .oko__profifle__detail-item .desc.bg__light .content.wrong .form-group > input[type=radio]:checked ~ label.radio__icon::before {
  border: 1px solid #dbdbdb;
}

.book__success {
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  max-width: 400px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
.book__success .head .title {
  font-size: 1.4rem;
}
.book__success .head .icon {
  position: absolute;
  top: -50px;
  right: -10px;
}
.book__success .content .desc {
  text-align: center;
}
.book__success .content .desc p:first-child {
  font-size: 14px;
}
.book__success .content .desc strong {
  font-size: 1.4rem;
}
.book__success .content .btn__book__success {
  border-radius: 12px;
  box-shadow: inset 0 0 0 3rem #33aee5;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}
.book__success .content .btn__book__success:hover {
  box-shadow: inset 0 0 0 1px #dbdbdb;
  color: #33aee5;
}
.book__success .content .btn__book__success.outline {
  box-shadow: inset 0 0 0 1px #dbdbdb;
  color: #33aee5;
}
.book__success .content .btn__book__success.outline:hover {
  color: #fff;
  box-shadow: inset 0 0 0 3rem #33aee5;
}
.book__success .foot > p {
  font-size: 12px;
  text-align: center;
}

.nav .dropdown__menu {
  position: relative;
}
.nav .dropdown__menu .dropdown__menu-link::before {
  content: "";
  position: absolute;
  border-right: 2px solid #282828;
  border-bottom: 2px solid #282828;
  width: 8px;
  height: 8px;
  transform: rotate(316deg);
  right: 10px;
  top: 10px;
  transition: 0.3s;
}
.nav .dropdown__menu .dropdown__menu-link:hover::before {
  transform: rotate(45deg);
}
.nav .dropdown__menu .dropdown__submenu {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: opacity 1s linear, height 4s;
  list-style: none;
  padding: 0;
}
.nav .dropdown__menu .dropdown__submenu-item {
  text-align: center;
}
.nav .dropdown__menu .dropdown__submenu-item a {
  display: inline-block;
  width: 100%;
  padding: 0.5rem 1rem;
  transition: 0.3s;
}
.nav .dropdown__menu .dropdown__submenu-item a:hover {
  color: #282828;
  text-shadow: 0px 0px 1px #282828, 0px 0px 1px #282828;
}
.nav .dropdown__menu .dropdown__submenu-item.active a {
  font-weight: 600;
  color: #282828;
  text-shadow: 0px 0px 1px #282828, 0px 0px 1px #282828;
}
.nav .dropdown__menu .dropdown__submenu.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.header__nav .nav-link::after {
  bottom: 0;
}

.header__menu .header__logo .logo {
  margin: 0px auto 10px;
  padding: 10px 0 0 0;
}

.ce-hero {
  background: linear-gradient(180deg, #009ADE 0%, #FFF 70%);
  padding: 80px 0 40px;
}
.ce-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.ce-hero__title {
  margin: 0 0 26px;
  color: #000;
  font-size: 48px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.6px;
}
.ce-hero__content {
  display: flex;
  align-items: center;
  gap: 30px;
}
.ce-hero__desc {
  max-width: 660px;
  color: #000;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 400;
}
.ce-hero__badge {
  position: relative;
  min-width: 300px;
  text-align: center;
  color: #fff;
  background: #009ADE;
  border-radius: 18px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.28;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.ce-hero__badge::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 16px solid #0d98d8;
}
@media (max-width: 991.98px) {
  .ce-hero {
    padding: 42px 24px 38px;
  }
  .ce-hero__title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .ce-hero__desc {
    font-size: 16px;
    max-width: 100%;
  }
  .ce-hero__badge {
    min-width: 250px;
    font-size: 16px;
    border-radius: 14px;
    padding: 14px 18px;
  }
}
@media (max-width: 767.98px) {
  .ce-hero {
    padding: 32px 16px;
  }
  .ce-hero__title {
    font-size: 30px;
  }
  .ce-hero__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .ce-hero__desc {
    font-size: 16px;
    line-height: 1.5;
  }
  .ce-hero__badge {
    min-width: 0;
    width: 100%;
    font-size: 16px;
    line-height: 1.3;
  }
  .ce-hero__badge::before {
    left: 22px;
    top: -11px;
    transform: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #0d98d8;
    border-top: none;
  }
}

.ce-feature {
  padding: 38px 0 16px;
}
.ce-feature__container {
  max-width: 1300px;
}
.ce-feature__main-title, .ce-feature__group-title {
  margin: 40px;
  color: #000;
  font-size: 48px;
  line-height: 1.18;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.6px;
}
.ce-feature__group-title {
  margin-top: 34px;
  font-size: 46px;
}
.ce-feature__grid {
  display: grid;
  gap: 20px;
  margin-bottom: 18px;
}
.ce-feature__grid--4, .ce-feature__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ce-feature__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ce-feature__more {
  margin-top: 14px;
  border-radius: 12px;
  background: rgba(0, 154, 222, 0.05);
  padding: 42px 16px;
  text-align: center;
}
.ce-feature__more-title {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}
.ce-feature__more-sub {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.ce-feature-card {
  background: rgba(0, 154, 222, 0.05);
  border-radius: 12px;
  min-height: 342px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ce-feature-card__content {
  padding: 30px 25px 10px;
}
.ce-feature-card__title {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}
.ce-feature-card__desc {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 14px;
  line-height: 1.5;
  min-height: 80px;
}
.ce-feature-card__badge {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  padding: 15px 20px;
}
.ce-feature-card__badge.is-blue {
  background: #009ADE;
}
.ce-feature-card__badge.is-yellow {
  background: #f6bd00;
  color: #111827;
}
.ce-feature-card__badge.is-red {
  background: #ef233c;
}
.ce-feature-card__image-wrap {
  margin: 0 auto;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ce-feature-card__image {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.ce-cta {
  background: url("/images/pages/classroom_ecosystem/cta_bg.png") no-repeat center center;
  background-size: cover;
  padding: 80px 0 80px;
}
.ce-cta__container {
  max-width: 1120px;
  text-align: center;
}
.ce-cta__title {
  margin: 0;
  color: #000;
  font-size: 48px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.6px;
}
.ce-cta__actions {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.ce-cta__btn {
  min-width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.28;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
.ce-cta__btn:hover, .ce-cta__btn:focus {
  text-decoration: none;
}
.ce-cta__btn--primary {
  background: #009ADE;
  border-color: #009ADE;
  color: #fff;
}
.ce-cta__btn--primary:hover, .ce-cta__btn--primary:focus {
  background: #0089c6;
  border-color: #0089c6;
  color: #fff;
}
.ce-cta__btn--secondary {
  background: #fff;
  border-color: #009ADE;
  color: #111827;
}
.ce-cta__btn--secondary:hover, .ce-cta__btn--secondary:focus {
  background: #f3f4f6;
  border-color: #009ADE;
  color: #111827;
}

@media (max-width: 991.98px) {
  .ce-feature__main-title, .ce-feature__group-title {
    font-size: 36px;
  }
  .ce-feature__group-title {
    margin-top: 28px;
  }
  .ce-feature__grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ce-feature__more-title {
    font-size: 16px;
  }
  .ce-feature__more-sub {
    font-size: 16px;
  }

  .ce-cta__title {
    font-size: 48px;
  }
  .ce-cta__btn {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .ce-feature {
    padding-top: 24px;
  }
  .ce-feature__main-title, .ce-feature__group-title {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .ce-feature__grid {
    gap: 14px;
  }
  .ce-feature__grid--4, .ce-feature__grid--3, .ce-feature__grid--2 {
    grid-template-columns: 1fr;
  }
  .ce-feature__more {
    padding: 28px 12px;
  }
  .ce-feature__more-title {
    font-size: 23px;
  }
  .ce-feature__more-sub {
    font-size: 16px;
  }

  .ce-feature-card {
    min-height: 0;
  }
  .ce-feature-card__title {
    font-size: 20px;
  }
  .ce-feature-card__desc {
    min-height: 0;
    font-size: 14px;
  }

  .ce-cta {
    padding: 36px 0 48px;
  }
  .ce-cta__title {
    font-size: 34px;
    line-height: 1.2;
  }
  .ce-cta__actions {
    gap: 10px;
  }
  .ce-cta__btn {
    width: 100%;
    max-width: 320px;
    min-width: 0;
    font-size: 15px;
    padding: 10px 14px;
  }
}
.price-list-hero {
  background: linear-gradient(180deg, #FFC709 0%, #fff 80%);
  padding: 80px 0 40px;
}
.price-list-hero__container {
  max-width: 1400px;
  text-align: center;
}
.price-list-hero__title {
  margin: 0;
  color: #000;
  font-size: 48px;
  line-height: 1.16;
}
.price-list-hero__desc {
  margin: 16px auto 0;
  font-size: 16px;
  color: #000;
}

.price-list-section {
  background: #fff;
  padding: 60px 0 40px;
}
.price-list-section__container {
  max-width: 1400px;
}
.price-list-section__grid {
  display: grid;
  gap: 40px;
}
.price-list-section__grid + .price-list-section__grid {
  margin-top: 80px;
}
.price-list-section__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.price-list-section__grid--2 {
  grid-template-columns: 1fr 1fr;
}
.price-list-section__note {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 28px auto 0;
  background: #FFC709;
  color: #111827;
  border-radius: 14px;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}
.price-list-section__note::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -13px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #FFC709;
}

.price-card {
  position: relative;
  background: #fff;
  border: 1px solid #9fd9f9;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(17, 24, 39, 0.08);
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
}
.price-card__star {
  position: absolute;
  top: 10px;
  right: 12px;
  color: #FFC709;
  font-size: 48px;
  line-height: 1;
}
.price-card__name {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.24;
  font-weight: 600;
}
.price-card__desc {
  margin: 6px 0 0;
  color: rgba(0, 0, 0, 0.55);
  font-size: 16px;
  line-height: 1.45;
  min-height: 78px;
}
.price-card__price-wrap {
  margin-top: 12px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.price-card__price {
  color: #000;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.6px;
}
.price-card__currency {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 6px;
}
.price-card__features {
  margin: 25px 0 0;
  padding: 0;
  display: grid;
  gap: 7px;
}
.price-card__feature {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #374151;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}
.price-card__feature.is-bold {
  color: #111827;
  font-weight: 600;
}
.price-card__tick {
  color: #9ca3af;
  line-height: 1.35;
  flex-shrink: 0;
}
.price-card__btn {
  margin-top: 20px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  color: #111827;
  background: #fff;
  font-size: 16px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.price-card__btn:hover, .price-card__btn:focus {
  text-decoration: none;
  border-color: #009ADE;
  background: #009ADE;
  color: #fff;
}

.price-list-cta {
  background: url("/images/pages/classroom_ecosystem/cta_bg.png") no-repeat center center;
  background-size: cover;
  padding: 80px 0 80px;
}
.price-list-cta__container {
  text-align: center;
  background: transparent;
}
.price-list-cta__title {
  margin: 0;
  color: #111827;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.price-list-cta__btn {
  margin: 26px auto 0;
  min-width: 280px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 12px;
  background: #0ea5e9;
  border: 1px solid #0ea5e9;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.price-list-cta__btn:hover, .price-list-cta__btn:focus {
  text-decoration: none;
  background: #0284c7;
  border-color: #0284c7;
  color: #fff;
}

@media (max-width: 991.98px) {
  .price-list-hero {
    padding: 56px 0 64px;
  }
  .price-list-hero__title {
    font-size: 48px;
  }
  .price-list-hero__desc {
    font-size: 16px;
  }

  .price-list-section__grid--3 {
    grid-template-columns: 1fr 1fr;
  }
  .price-list-section__grid--2 {
    grid-template-columns: 1fr;
  }
  .price-list-section__note {
    font-size: 16px;
    padding: 12px 22px;
  }

  .price-card__name {
    font-size: 16px;
  }
  .price-card__desc {
    font-size: 14px;
    min-height: 0;
  }
  .price-card__price {
    font-size: 48px;
  }
  .price-card__feature {
    font-size: 14px;
  }

  .price-list-cta__title {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  .price-list-hero {
    padding: 44px 0 52px;
  }
  .price-list-hero__title {
    font-size: 48px;
    line-height: 1.2;
  }
  .price-list-hero__desc {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.4;
  }

  .price-list-section {
    padding: 26px 0 26px;
  }
  .price-list-section__grid {
    gap: 14px;
  }
  .price-list-section__grid--3, .price-list-section__grid--2 {
    grid-template-columns: 1fr;
  }
  .price-list-section__grid + .price-list-section__grid {
    margin-top: 14px;
  }
  .price-list-section__note {
    margin-top: 16px;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 14px;
  }

  .price-card {
    padding: 14px;
  }
  .price-card__name {
    font-size: 16px;
  }
  .price-card__price {
    font-size: 48px;
  }
  .price-card__currency {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .price-card__btn {
    height: 44px;
    line-height: 40px;
  }

  .price-list-cta {
    padding: 20px 0 42px;
  }
  .price-list-cta__title {
    font-size: 48px;
    line-height: 1.15;
  }
  .price-list-cta__btn {
    width: 100%;
    min-width: 0;
    max-width: 320px;
    font-size: 14px;
  }
}
.header .container {
  max-width: 1400px;
}

.study-fund-hero {
  position: relative;
  min-height: 650px;
  background-image: url("/images/pages/oko_study_fund/hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.study-fund-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.2) 34%, rgba(0, 0, 0, 0.35) 100%);
  pointer-events: none;
}
.study-fund-hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1260px;
  padding-top: 44px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.study-fund-hero__top {
  display: flex;
  justify-content: flex-end;
}
.study-fund-hero__title {
  max-width: 520px;
  color: #fff;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.study-fund-hero__title-highlight, .study-fund-hero__subtitle-highlight {
  display: inline-block;
  background: #FFC709;
  color: #fff;
  border-radius: 24px;
  padding: 4px 14px 7px;
}
.study-fund-hero__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.study-fund-hero__subtitle {
  max-width: 620px;
  color: #fff;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.9px;
}
.study-fund-hero__actions {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}
.study-fund-hero__btn {
  height: 48px;
  border-radius: 16px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
.study-fund-hero__btn:hover, .study-fund-hero__btn:focus {
  text-decoration: none;
}
.study-fund-hero__btn--primary {
  background: #009ADE;
  border-color: #009ADE;
  color: #fff;
}
.study-fund-hero__btn--primary:hover, .study-fund-hero__btn--primary:focus {
  background: #0089c6;
  border-color: #0089c6;
  color: #fff;
}
.study-fund-hero__btn--secondary {
  background: #fff;
  border-color: #fff;
  color: #111827;
}
.study-fund-hero__btn--secondary:hover, .study-fund-hero__btn--secondary:focus {
  background: #f3f4f6;
  border-color: #f3f4f6;
  color: #111827;
}

.study-fund-problem {
  background: linear-gradient(180deg, #FFC709 0%, #FFF 48%, #FFF 100%);
  padding: 44px 0 54px;
  overflow: hidden;
}
.study-fund-problem__container {
  max-width: 1180px;
}
.study-fund-problem__title {
  text-align: center;
  color: #000;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
}
.study-fund-problem__title-highlight {
  display: inline-block;
  background: #FFC709;
  border-radius: 18px;
  padding: 2px 12px 6px;
}
.study-fund-problem__list {
  margin-top: 40px;
  display: grid;
}
.study-fund-problem__item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.study-fund-problem__item--left-top, .study-fund-problem__item--left-bottom {
  justify-content: flex-start;
  margin-left: 10%;
}
.study-fund-problem__item--left-top {
  margin-bottom: -20px;
}
.study-fund-problem__item--right-middle {
  justify-content: flex-end;
  margin-right: 10%;
  margin-bottom: -20px;
}
.study-fund-problem__item--right-middle .study-fund-problem__content {
  text-align: right;
  align-items: flex-end;
}
.study-fund-problem__item--right-middle .study-fund-problem__desc {
  text-align: right;
}
.study-fund-problem__icon {
  width: 230px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}
.study-fund-problem__content {
  max-width: 650px;
  display: flex;
  flex-direction: column;
}
.study-fund-problem__badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  border-radius: 18px;
  background: #FFC709;
  color: #111;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 1.12;
  font-weight: 600;
  text-align: center;
}
.study-fund-problem__desc {
  margin-top: 12px;
  color: #000;
  font-size: 16px;
  line-height: 1.08;
}

.study-fund-intro {
  background: #FFF;
  padding: 48px 0 40px;
}
.study-fund-intro__container {
  max-width: 1180px;
}
.study-fund-intro__title {
  text-align: center;
  color: #000;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 700;
}
.study-fund-intro__title-highlight {
  display: inline-block;
  background: #10a5e6;
  color: #fff;
  border-radius: 20px;
  padding: 3px 14px 7px;
}
.study-fund-intro__visual {
  margin-top: 24px;
  position: relative;
}
.study-fund-intro__bubble {
  position: absolute;
  top: 10px;
  right: 0;
  max-width: 460px;
  background: rgba(0, 154, 222, 0.2);
  color: #000;
  border-radius: 18px;
  padding: 20px 28px;
  font-size: 16px;
  line-height: 1.15;
  text-align: center;
}
.study-fund-intro__bubble::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 28px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 16px solid rgba(0, 154, 222, 0.2);
}
.study-fund-intro__image {
  width: 560px;
  max-width: 100%;
  display: block;
}

.study-fund-steps {
  background: linear-gradient(90deg, #009ADE 0%, #FFF 50%, #FFF 100%);
  padding: 40px 0;
}
.study-fund-steps__container {
  max-width: 1180px;
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 24px;
  align-items: start;
}
.study-fund-steps__left {
  padding-top: 6px;
  position: relative;
}
.study-fund-steps__title {
  color: #000;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 500;
}
.study-fund-steps__title strong {
  font-weight: 700;
}
.study-fund-steps__tag {
  margin-top: 18px;
  display: inline-block;
  background: #009ADE;
  color: #fff;
  border-radius: 12px;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 1;
  transform: rotate(-7deg);
  position: absolute;
  right: 35%;
  top: 70%;
}
.study-fund-steps__right {
  display: grid;
  row-gap: 12px;
}
.study-fund-steps__card {
  position: relative;
  border-radius: 12px;
  background: rgba(0, 154, 222, 0.05);
  padding: 18px 22px 24px;
  min-height: 166px;
  overflow: visible;
}
.study-fund-steps__title-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.study-fund-steps__desc-row {
  margin-top: 8px;
  max-width: 92%;
  padding-left: 24px;
}
.study-fund-steps__dot, .study-fund-steps__diamond, .study-fund-steps__triangle {
  width: 14px;
  height: 14px;
  background: #009ADE;
  margin-top: 0;
  flex-shrink: 0;
}
.study-fund-steps__dot {
  border-radius: 50%;
}
.study-fund-steps__diamond {
  transform: rotate(45deg);
}
.study-fund-steps__triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #009ADE;
  background: transparent;
  margin-top: 2px;
}
.study-fund-steps__card-title {
  color: #000;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 600;
  padding-right: 0;
}
.study-fund-steps__card-desc {
  color: rgba(0, 0, 0, 0.55);
  font-size: 16px;
  line-height: 1.2;
  margin: 0 !important;
  max-width: none;
}
.study-fund-steps__btn {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 12px;
  padding: 8px 18px;
  background: #009ADE;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  transition: all 0.2s ease;
}
.study-fund-steps__btn:hover, .study-fund-steps__btn:focus {
  color: #fff;
  text-decoration: none;
  background: #0089c6;
}
.study-fund-steps__number {
  position: absolute;
  right: 14px;
  bottom: -22px;
  color: #009ADE;
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  pointer-events: none;
}

.study-fund-credit {
  background: linear-gradient(180deg, #009ADE 0%, #FFF 100%);
  padding: 44px 0 36px;
}
.study-fund-credit__container {
  max-width: 1180px;
}
.study-fund-credit__title {
  text-align: center;
  color: #000;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
  margin-top: 40px;
}
.study-fund-credit__actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.study-fund-credit__btn {
  min-height: 52px;
  border-radius: 12px;
  padding: 8px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.study-fund-credit__btn--light {
  background: #fff;
  color: #000;
}
.study-fund-credit__btn--light:hover, .study-fund-credit__btn--light:focus {
  color: #000;
  text-decoration: none;
  background: #f3f4f6;
}
.study-fund-credit__btn--primary {
  background: #009ADE;
  color: #fff;
}
.study-fund-credit__btn--primary:hover, .study-fund-credit__btn--primary:focus {
  color: #fff;
  text-decoration: none;
  background: #0089c6;
}
.study-fund-credit__visual {
  margin-top: 100px;
  position: relative;
  min-height: 700px;
}
.study-fund-credit__image {
  width: 920px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.study-fund-credit__bubble {
  position: absolute;
  background-color: #009ADE;
  color: #fff;
  border-radius: 18px;
  padding: 12px 22px;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
}
.study-fund-credit__bubble::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.study-fund-credit__bubble--top-left {
  top: -60px;
  left: 20px;
  max-width: 430px;
}
.study-fund-credit__bubble--top-left::after {
  bottom: -16px;
  left: 70%;
  transform: translateX(-50%);
  border-width: 16px 13px 0 13px;
  border-color: #009ADE transparent transparent transparent;
}
.study-fund-credit__bubble--top-right {
  top: -60px;
  right: -50px;
  max-width: 430px;
}
.study-fund-credit__bubble--top-right::after {
  bottom: -16px;
  left: 56%;
  transform: translateX(-50%);
  border-width: 16px 13px 0 13px;
  border-color: #009ADE transparent transparent transparent;
}
.study-fund-credit__bubble--middle-right {
  top: 100px;
  right: -90px;
  max-width: 255px;
}
.study-fund-credit__bubble--middle-right::after {
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 13px 16px 13px 0;
  border-color: transparent #009ADE transparent transparent;
}
.study-fund-credit__bubble--bottom-left {
  bottom: 220px;
  left: 30px;
  max-width: 295px;
}
.study-fund-credit__bubble--bottom-left::after {
  right: 26px;
  top: -13px;
  border-width: 0 12px 14px 12px;
  border-color: transparent transparent #009ADE transparent;
}
.study-fund-credit__bubble--bottom-right {
  bottom: 130px;
  right: -50px;
  max-width: 306px;
}
.study-fund-credit__bubble--bottom-right::after {
  left: 26px;
  top: -13px;
  border-width: 0 12px 14px 12px;
  border-color: transparent transparent #009ADE transparent;
}

.study-fund-invest {
  background: #FFF;
  padding: 36px 0 40px;
}
.study-fund-invest__container {
  max-width: 1180px;
}
.study-fund-invest__title {
  text-align: center;
  color: #000;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
}
.study-fund-invest__title-highlight {
  display: inline-block;
  background: #EC1C24;
  color: #fff;
  border-radius: 18px;
  padding: 5px 16px 8px;
}
.study-fund-invest__content {
  background: url("/images/pages/oko_study_fund/red_line.png") no-repeat center bottom/100% auto;
}
.study-fund-invest__visual {
  margin-top: 16px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.study-fund-invest__pig {
  width: 420px;
  max-width: 100%;
  display: block;
}
.study-fund-invest__features {
  margin-top: -6px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.study-fund-invest__item {
  border-radius: 12px;
  overflow: hidden;
}
.study-fund-invest__item-title {
  min-height: 66px;
  border-radius: 12px;
  background: #EC1C24;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.study-fund-invest__item-desc {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  padding: 14px 14px 16px;
  min-height: 100px;
  border-radius: 12px;
  border: 1px solid #EC1C24;
  background: #fff;
}

.study-fund-learning {
  background: #FFF;
  padding: 36px 0 40px;
}
.study-fund-learning__container {
  max-width: 1180px;
}
.study-fund-learning__title {
  text-align: center;
  color: #000;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 700;
  margin-bottom: 60px;
}
.study-fund-learning__top, .study-fund-learning__bottom {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: center;
}
.study-fund-learning__image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}
.study-fund-learning__point {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}
.study-fund-learning__badge {
  min-height: 60px;
  border-radius: 12px;
  background: #009ADE;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}
.study-fund-learning__badge--maintain {
  background: rgba(0, 154, 222, 0.4);
}
.study-fund-learning__badge--academic {
  background: rgba(0, 154, 222, 0.7);
}
.study-fund-learning__desc {
  color: #000;
  font-size: 16px;
  line-height: 1.15;
}
.study-fund-learning__example {
  margin-top: 8px;
  background: #24a7e4;
  color: #fff;
  border-radius: 16px;
  padding: 14px 16px;
}
.study-fund-learning__example-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.study-fund-learning__example-text {
  font-size: 16px;
  line-height: 1.22;
}
.study-fund-learning__support-title {
  color: #000;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
}
.study-fund-learning__support-desc {
  margin-top: 30px;
  color: #000;
  font-size: 16px;
  line-height: 1.25;
}

.study-fund-testimonials {
  background: #FFF;
  padding: 80px 0 40px;
}
.study-fund-testimonials__container {
  max-width: 1180px;
}
.study-fund-testimonials__title {
  color: #000;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
}
.study-fund-testimonials__subtitle {
  margin-top: 14px !important;
  color: rgba(0, 0, 0, 0.55);
  font-size: 16px;
  line-height: 1.25;
}
.study-fund-testimonials__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 85%;
  margin: 60px auto;
}
.study-fund-testimonials__card {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 24px 24px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.study-fund-testimonials__quote {
  color: #000;
  font-size: 16px;
  line-height: 1.35;
}
.study-fund-testimonials__author {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.study-fund-testimonials__icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe8df;
}
.study-fund-testimonials__icon-wrap--blue {
  background: #dfe9ff;
}
.study-fund-testimonials__icon-wrap--green {
  background: #dff2df;
}
.study-fund-testimonials__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.study-fund-testimonials__name {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}
.study-fund-testimonials__role {
  margin-top: 2px !important;
  color: rgba(0, 0, 0, 0.55);
  font-size: 16px;
  line-height: 1.2;
}

.study-fund-cta {
  background: linear-gradient(180deg, #FFF 0%, #dff2ff 66%, #bfe7ff 100%);
  padding: 42px 0 58px;
}
.study-fund-cta__container {
  max-width: 1180px;
  text-align: center;
}
.study-fund-cta__title {
  color: #111;
  font-size: 48px;
  line-height: 1.04;
  font-weight: 700;
}
.study-fund-cta__actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.study-fund-cta__btn {
  min-height: 48px;
  border-radius: 16px;
  padding: 8px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.study-fund-cta__btn:hover, .study-fund-cta__btn:focus {
  text-decoration: none;
}
.study-fund-cta__btn--primary {
  background: #009ADE;
  color: #fff;
}
.study-fund-cta__btn--primary:hover, .study-fund-cta__btn--primary:focus {
  color: #fff;
  text-decoration: none;
  background: #0089c6;
}
.study-fund-cta__btn--light {
  background: #fff;
  color: #000;
  border: 1px solid #ececec;
}
.study-fund-cta__btn--light:hover, .study-fund-cta__btn--light:focus {
  color: #000;
  text-decoration: none;
  background: #f3f4f6;
}

@media (max-width: 1199.98px) {
  .study-fund-hero__title, .study-fund-hero__subtitle {
    font-size: 48px;
  }
  .study-fund-hero__btn {
    font-size: 16px;
    height: 48px;
  }

  .study-fund-problem__title {
    font-size: 48px;
  }
  .study-fund-problem__badge {
    font-size: 16px;
  }
  .study-fund-problem__desc {
    font-size: 16px;
  }

  .study-fund-intro__title {
    font-size: 48px;
  }
  .study-fund-intro__image {
    width: 660px;
  }

  .study-fund-steps__title {
    font-size: 48px;
  }
  .study-fund-steps__tag {
    font-size: 16px;
  }
  .study-fund-steps__card-title {
    font-size: 16px;
  }
  .study-fund-steps__card-desc {
    font-size: 16px;
  }
  .study-fund-steps__btn {
    font-size: 16px;
  }
  .study-fund-steps__number {
    font-size: 48px;
  }

  .study-fund-credit__title {
    font-size: 48px;
  }
  .study-fund-credit__btn {
    font-size: 16px;
  }
  .study-fund-credit__image {
    width: 860px;
  }

  .study-fund-invest__title {
    font-size: 48px;
  }
  .study-fund-invest__item-title {
    font-size: 16px;
  }
  .study-fund-invest__item-desc {
    font-size: 16px;
  }

  .study-fund-learning__title {
    font-size: 48px;
  }
  .study-fund-learning__badge {
    font-size: 16px;
  }
  .study-fund-learning__desc {
    font-size: 16px;
  }
  .study-fund-learning__example-title {
    font-size: 16px;
  }
  .study-fund-learning__example-text {
    font-size: 16px;
  }
  .study-fund-learning__support-title {
    font-size: 26px;
  }
  .study-fund-learning__support-desc {
    font-size: 16px;
  }

  .study-fund-testimonials__title {
    font-size: 48px;
  }
  .study-fund-testimonials__subtitle {
    font-size: 16px;
  }
  .study-fund-testimonials__quote {
    font-size: 16px;
  }
  .study-fund-testimonials__name {
    font-size: 16px;
  }
  .study-fund-testimonials__role {
    font-size: 16px;
  }

  .study-fund-cta__title {
    font-size: 48px;
  }
  .study-fund-cta__btn {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .study-fund-hero__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .study-fund-hero__actions {
    margin-top: 0;
    justify-content: flex-start;
  }
  .study-fund-hero__title, .study-fund-hero__subtitle {
    font-size: 48px;
  }
  .study-fund-hero__btn {
    font-size: 16px;
    height: 48px;
  }

  .study-fund-problem__title {
    font-size: 48px;
  }
  .study-fund-problem__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
  }
  .study-fund-problem__icon {
    order: 1;
  }
  .study-fund-problem__content {
    order: 2;
    align-items: center;
    text-align: center;
  }
  .study-fund-problem__badge {
    font-size: 16px;
  }
  .study-fund-problem__desc {
    font-size: 16px;
    text-align: center;
  }
  .study-fund-problem__item--right-middle {
    padding-right: 0;
  }
  .study-fund-problem__item--right-middle .study-fund-problem__content,
.study-fund-problem__item--right-middle .study-fund-problem__desc {
    text-align: center;
    align-items: center;
  }

  .study-fund-intro {
    padding: 40px 0 34px;
  }
  .study-fund-intro__title {
    font-size: 48px;
  }
  .study-fund-intro__bubble {
    position: static;
    margin-left: auto;
    max-width: 320px;
    font-size: 16px;
  }
  .study-fund-intro__bubble::before {
    display: none;
  }
  .study-fund-intro__image {
    margin-top: 12px;
    width: 460px;
  }

  .study-fund-steps {
    background: #FFF;
    padding: 34px 0;
  }
  .study-fund-steps__container {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .study-fund-steps__left {
    text-align: center;
    padding-top: 0;
    margin-bottom: 50px;
  }
  .study-fund-steps__title {
    font-size: 48px;
  }
  .study-fund-steps__tag {
    font-size: 16px;
  }
  .study-fund-steps__card-title {
    font-size: 16px;
  }
  .study-fund-steps__card-desc {
    font-size: 16px;
    max-width: 100%;
  }
  .study-fund-steps__btn {
    font-size: 16px;
  }
  .study-fund-steps__number {
    font-size: 48px;
    right: 12px;
    bottom: -18px;
  }

  .study-fund-credit {
    padding: 38px 0 28px;
  }
  .study-fund-credit__title {
    font-size: 48px;
  }
  .study-fund-credit__btn {
    font-size: 16px;
  }
  .study-fund-credit__image {
    width: 690px;
  }
  .study-fund-credit__bubble::after {
    display: none;
  }

  .study-fund-invest {
    padding: 34px 0;
  }
  .study-fund-invest__title {
    font-size: 40px;
  }
  .study-fund-invest__content {
    background: none;
  }
  .study-fund-invest__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .study-fund-invest__item-title {
    font-size: 16px;
  }
  .study-fund-invest__item-desc {
    font-size: 16px;
    min-height: 132px;
  }

  .study-fund-learning__title {
    font-size: 48px;
  }
  .study-fund-learning__top, .study-fund-learning__bottom {
    grid-template-columns: 1fr;
  }
  .study-fund-learning__point {
    grid-template-columns: 140px 1fr;
  }
  .study-fund-learning__badge {
    font-size: 16px;
    min-height: 46px;
  }
  .study-fund-learning__desc {
    font-size: 16px;
  }
  .study-fund-learning__example-title {
    font-size: 16px;
  }
  .study-fund-learning__example-text {
    font-size: 16px;
  }
  .study-fund-learning__support-title {
    font-size: 26px;
  }
  .study-fund-learning__support-desc {
    font-size: 16px;
  }

  .study-fund-testimonials {
    padding: 42px 0 30px;
  }
  .study-fund-testimonials__title {
    font-size: 48px;
  }
  .study-fund-testimonials__subtitle {
    font-size: 16px;
  }
  .study-fund-testimonials__list {
    grid-template-columns: 1fr;
  }
  .study-fund-testimonials__card {
    min-height: 0;
  }
  .study-fund-testimonials__quote {
    font-size: 16px;
  }
  .study-fund-testimonials__name {
    font-size: 16px;
  }
  .study-fund-testimonials__role {
    font-size: 16px;
  }

  .study-fund-cta {
    padding: 34px 0 46px;
  }
  .study-fund-cta__title {
    font-size: 48px;
  }
  .study-fund-cta__btn {
    font-size: 16px;
    min-height: 48px;
  }
}
@media (max-width: 767.98px) {
  .study-fund-hero {
    min-height: 520px;
  }
  .study-fund-hero__title, .study-fund-hero__subtitle {
    font-size: 34px;
  }
  .study-fund-hero__btn {
    width: 100%;
    max-width: 320px;
    font-size: 20px;
    height: 44px;
  }

  .study-fund-problem {
    padding: 30px 0 34px;
  }
  .study-fund-problem__title {
    font-size: 48px;
  }
  .study-fund-problem__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
  .study-fund-problem__icon {
    order: 1;
  }
  .study-fund-problem__content {
    order: 2;
    align-items: center;
    text-align: center;
  }
  .study-fund-problem__badge {
    font-size: 16px;
  }
  .study-fund-problem__desc {
    font-size: 16px;
    text-align: center;
  }
  .study-fund-problem__item--right-middle {
    padding-right: 0;
  }
  .study-fund-problem__item--right-middle .study-fund-problem__content,
.study-fund-problem__item--right-middle .study-fund-problem__desc {
    text-align: center;
    align-items: center;
  }

  .study-fund-intro {
    padding: 34px 0 30px;
  }
  .study-fund-intro__title {
    font-size: 48px;
  }
  .study-fund-intro__visual {
    display: flex;
    flex-direction: column;
  }
  .study-fund-intro__bubble {
    max-width: 100%;
    margin-left: 0;
    font-size: 18px;
  }
  .study-fund-intro__image {
    width: 100%;
    max-width: 360px;
  }

  .study-fund-steps {
    padding: 28px 0;
  }
  .study-fund-steps__title {
    font-size: 32px;
    line-height: 1.2;
  }
  .study-fund-steps__tag {
    margin-top: 30px;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 8px;
  }
  .study-fund-steps__right {
    row-gap: 10px;
  }
  .study-fund-steps__card {
    padding: 14px 14px 16px;
    min-height: 136px;
    border-radius: 10px;
  }
  .study-fund-steps__title-row {
    gap: 8px;
  }
  .study-fund-steps__desc-row {
    margin-top: 6px;
    padding-left: 18px;
  }
  .study-fund-steps__dot, .study-fund-steps__diamond {
    width: 10px;
    height: 10px;
  }
  .study-fund-steps__triangle {
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom-width: 10px;
  }
  .study-fund-steps__card-title {
    font-size: 16px;
    padding-right: 0;
  }
  .study-fund-steps__card-desc {
    font-size: 16px;
    line-height: 1.35;
  }
  .study-fund-steps__btn {
    min-height: 40px;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 8px;
  }
  .study-fund-steps__number {
    font-size: 48px;
    right: 10px;
    bottom: -10px;
  }

  .study-fund-credit {
    padding: 32px 0 26px;
  }
  .study-fund-credit__title {
    font-size: 48px;
  }
  .study-fund-credit__btn {
    width: 100%;
    max-width: 320px;
    font-size: 16px;
  }
  .study-fund-credit__visual {
    display: flex;
    flex-direction: column;
    min-height: auto;
    gap: 10px;
    padding: 0 12px;
  }
  .study-fund-credit__bubble {
    position: static;
    max-width: 100%;
    font-size: 16px;
    padding: 12px 16px;
  }
  .study-fund-credit__image {
    width: 100%;
    max-width: 320px;
    order: 2;
  }

  .study-fund-invest {
    padding: 30px 0;
  }
  .study-fund-invest__title {
    font-size: 48px;
  }
  .study-fund-invest__visual {
    min-height: 190px;
    background-size: cover;
  }
  .study-fund-invest__pig {
    width: 250px;
  }
  .study-fund-invest__features {
    grid-template-columns: 1fr;
  }
  .study-fund-invest__item-title {
    min-height: 44px;
    font-size: 16px;
  }
  .study-fund-invest__item-desc {
    font-size: 16px;
    min-height: 0;
  }

  .study-fund-learning {
    padding: 30px 0;
  }
  .study-fund-learning__title {
    font-size: 48px;
  }
  .study-fund-learning__top, .study-fund-learning__bottom {
    margin-top: 14px;
    gap: 12px;
  }
  .study-fund-learning__point {
    grid-template-columns: 120px 1fr;
    gap: 8px;
  }
  .study-fund-learning__badge {
    min-height: 40px;
    font-size: 16px;
    border-radius: 10px;
  }
  .study-fund-learning__desc {
    font-size: 16px;
    line-height: 1.35;
  }
  .study-fund-learning__example {
    border-radius: 12px;
    padding: 10px 12px;
  }
  .study-fund-learning__example-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .study-fund-learning__example-text {
    font-size: 16px;
    line-height: 1.35;
  }
  .study-fund-learning__support-title {
    font-size: 26px;
  }
  .study-fund-learning__support-desc {
    font-size: 16px;
    line-height: 1.35;
  }

  .study-fund-testimonials {
    padding: 34px 0 24px;
  }
  .study-fund-testimonials__title {
    font-size: 48px;
  }
  .study-fund-testimonials__subtitle {
    font-size: 16px;
    margin-top: 10px !important;
  }
  .study-fund-testimonials__list {
    margin-top: 16px;
    gap: 12px;
  }
  .study-fund-testimonials__card {
    padding: 14px 12px;
    border-radius: 12px;
  }
  .study-fund-testimonials__quote {
    font-size: 16px;
    line-height: 1.45;
  }
  .study-fund-testimonials__icon-wrap {
    width: 42px;
    height: 42px;
    border-radius: 8px;
  }
  .study-fund-testimonials__name {
    font-size: 16px;
  }
  .study-fund-testimonials__role {
    font-size: 16px;
  }

  .study-fund-cta {
    padding: 28px 0 36px;
  }
  .study-fund-cta__title {
    font-size: 34px;
    line-height: 1.15;
  }
  .study-fund-cta__actions {
    margin-top: 16px;
    gap: 10px;
  }
  .study-fund-cta__btn {
    width: 100%;
    max-width: 320px;
    min-height: 44px;
    font-size: 20px;
    border-radius: 10px;
  }
}
.stepper .nav-tabs {
  position: relative;
  border-bottom: 0;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .stepper .nav-tabs {
    display: none;
    justify-content: start;
  }
  .stepper .nav-tabs:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    display: block;
    background-color: #f2f4f7;
    z-index: -1;
    left: 11px;
  }
}
.stepper .nav-tabs > li {
  position: relative;
  list-style: none;
  float: left;
  margin-bottom: -1px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .stepper .nav-tabs > li {
    display: flex;
    justify-content: space-between;
    height: 7rem;
  }
}
.stepper .nav-tabs > li:after {
  content: "";
  position: absolute;
  background: #009ade;
  display: block;
  width: 100%;
  height: 5px;
  top: 12px;
  left: -50%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .stepper .nav-tabs > li:after {
    content: unset;
  }
}
.stepper .nav-tabs > li.disabled:after {
  background: #f1f1f1;
}
.stepper .nav-tabs > li > [data-toggle=tab] {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .stepper .nav-tabs > li > [data-toggle=tab] {
    margin: inherit;
    margin-right: auto;
  }
}
.stepper .nav-tabs > li:first-child::after {
  content: unset;
}
.stepper .nav-tabs [data-toggle=tab] {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: none;
  padding: 0;
  background-color: #009ade;
  display: block;
  z-index: 2;
  position: relative;
}
.stepper .nav-tabs [data-toggle=tab]:hover {
  background: #009ade;
  border: none;
}
.stepper .nav-tabs > .active > [data-toggle=tab],
.stepper .nav-tabs > .active > [data-toggle=tab]:hover,
.stepper .nav-tabs > .active > [data-toggle=tab]:focus {
  color: #fff;
  cursor: default;
  border: none;
}
.stepper .tab-pane {
  position: relative;
  padding-top: 50px;
}
.stepper .round-tab {
  border-radius: 28px;
  z-index: 3;
  position: absolute;
  text-align: center;
  background-color: #fff;
  width: 14px;
  height: 14px;
  top: 7px;
  left: 7px;
}
.stepper .finished .round-tab {
  content: url("/images/tick.png");
  background: #009ade;
}
.stepper .completed .round-tab {
  background: #fff;
}
.stepper .completed .round-tab::after {
  content: "";
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: block;
}
.stepper .nav-tabs .active [data-toggle=tab]::before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 100%;
  border: none;
  padding: 0;
  background-color: #5dc8f5;
  animation: alo-circle-anim 1.2s infinite;
  transition: all 0.3s;
  display: block;
  top: -3px;
  left: -3px;
  z-index: 1;
  position: absolute;
}
.stepper .nav-tabs .active [data-toggle=tab]::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: none;
  padding: 0;
  background-color: #009ade;
  display: block;
  z-index: 2;
  position: relative;
}
.stepper .nav-tabs .active [data-toggle=tab] .round-tab {
  background-color: #fff;
}
.stepper .nav-tabs .active [data-toggle=tab] .round-tab:hover {
  background: #fff;
}
.stepper .nav-tabs .active [data-toggle=tab] .round-tab::after {
  display: none;
}
.stepper .nav-tabs .active .des {
  color: #009ade;
}
.stepper .nav-tabs .disabled [data-toggle=tab] {
  background-color: #f2f4f7;
}
.stepper .nav-tabs .des {
  position: relative;
  margin-top: 1rem;
  width: 100%;
  font-size: 1rem;
  color: #282828;
}
@media only screen and (max-width: 767px) {
  .stepper .nav-tabs .des {
    margin-top: 0;
    width: 75%;
    text-align: left;
  }
}
.stepper .nav-tabs .des .title-text {
  font-weight: 700;
  display: block;
}
.stepper .nav-tabs .des .sub-text {
  font-weight: 400;
  display: block;
  white-space: nowrap;
}

.card-test .title-header {
  gap: 1rem;
}
.card-test .no {
  font-size: 6.25rem;
  font-family: "Oswald", sans-serif;
}
.card-test .head {
  font-size: 2.5rem;
  font-weight: 700;
}

.info-box label {
  color: #000;
  font-size: 14px;
  font-family: "Raleway";
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.info-box .form-control,
.info-box .button {
  border-radius: 8px;
}
.info-box .form-control {
  font-weight: 500;
}
.info-box .form-control:focus {
  border: 1px solid #332802;
}
.info-box .warning {
  color: #ec1c24;
  font-weight: 400;
  margin-top: 0.3rem;
}

.detail-box .courses-item {
  max-width: 100%;
  border-top: 1px solid #dbdbdb !important;
  margin: 0;
  border-radius: 8px;
}
.detail-box .courses-item .course-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .detail-box .courses-item .course-detail .card-title {
    margin-top: 0.5rem;
  }
}
.detail-box .courses-item .trash-btn {
  content: url("/images/trash.png");
  width: 24px;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.detail-box label {
  color: #000;
  font-size: 14px;
  font-family: "Raleway";
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.detail-box .form-control,
.detail-box .button {
  border-radius: 8px;
}
.detail-box .form-control {
  font-weight: 500;
}
.detail-box .form-control:focus {
  border: 1px solid #332802;
}
.detail-box .sub-text {
  font-size: 14px;
  font-family: "Raleway";
  font-weight: 400;
}
.detail-box .course-total {
  border-radius: 8px;
  border-top: 1px solid #dbdbdb !important;
  background-color: whitesmoke;
}
.detail-box .line {
  display: flex;
  justify-content: space-between;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.7rem;
}
.detail-box .line .price {
  font-family: "Inter", sans-serif;
}
.detail-box .break-line {
  border-top: 1px solid #707070;
  margin-bottom: 0.7rem;
}

@media only screen and (max-width: 767px) {
  .payment-method .payment-order {
    order: 1;
    margin-top: 1rem;
  }
}
.payment-method .form-group {
  margin-bottom: 1rem;
}
.payment-method .card-method {
  border-radius: 8px;
  padding: 0.7rem 1.2rem;
  border: 1px solid #dbdbdb;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.payment-method .method-input {
  display: none;
}
.payment-method .method-text {
  flex: 1;
}
.payment-method .momo-icon {
  content: url("/images/momo-icon.png");
  width: 46px;
}
.payment-method .vnpay-icon {
  content: url("/images/vnpay-icon.png");
  width: 46px;
}
.payment-method .visa-icon {
  content: url("/images/card-icon.png");
  width: 46px;
}
.payment-method .check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #d0d5dd;
  margin-left: auto;
}
.payment-method .method-input[type=radio]:checked + .card-method {
  border: 1px solid #ffc40a;
  transition: all 0.2s ease;
}
.payment-method .method-input[type=radio]:checked + .card-method > .check {
  border: 1px solid #ffc40a;
  position: relative;
  background-color: #ffc40a;
}
.payment-method .method-input[type=radio]:checked + .card-method > .check::before {
  content: url("/images/check.png");
  width: 10px;
  display: block;
  position: absolute;
  left: 3px;
  top: -2px;
}
.payment-method .des {
  font-size: 14px;
  font-family: "Raleway";
  font-weight: 400;
}
.payment-method .des .title {
  font-weight: 600;
  font-size: 14px;
}

.security-item {
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.security-item .card-item {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Raleway";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .security-item .card-item {
    padding: 10px 0;
  }
}
.security-item .row .col-4:first-child {
  border-right: 1px solid #d0d5dd;
}
.security-item .row .col-4:last-child {
  border-left: 1px solid #d0d5dd;
}

.testing-card {
  background-color: #dbdbdb;
}
.testing-card .testing-header {
  padding: 2rem 1rem;
}
.testing-card .testing-header.-warning {
  background-color: #ffc40a;
}
.testing-card .testing-header .image-head {
  width: 64px;
  height: 64px;
  margin: auto;
}
.testing-card .card-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.testing-card .card-footer {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.testing-card .btn-testing {
  border-radius: 8px;
  background-color: #fff;
  color: #141414;
  box-shadow: inset 0 0 0 2px #dbdbdb !important;
  width: 100%;
}
.testing-card .btn-testing.-danger:hover {
  color: #fff !important;
  background-color: transparent;
  box-shadow: inset 0 0 0 3rem #ec1c24 !important;
}
.testing-card .btn-testing.-warning:hover {
  color: #fff !important;
  background-color: transparent;
  box-shadow: inset 0 0 0 3rem #ffc40a !important;
}
.testing-card .btn-testing.-primary:hover {
  color: #fff !important;
  background-color: transparent;
  box-shadow: inset 0 0 0 3rem #009ade !important;
}

.text-right {
  text-align: right;
}

.about__container.founder .about__image {
  overflow: hidden;
  cursor: pointer;
}
.about__container.founder .about__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transition: all 350ms ease;
}
.about__container.founder:hover {
  box-shadow: 8px 8px 18px 2px #d9d9d9;
}
.about__container.founder:hover img {
  transform: scale(1.1);
}

.banner__about__us .banner__img {
  height: 100vh;
  position: relative;
}
.banner__about__us .banner__img > img {
  height: auto;
  width: 100%;
  position: absolute;
  bottom: 19vh;
}

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