
.intro {
  position: relative;
  /*height: 810px;*/
  /* background: #1D4CAE; */
  background: #f7f7f7;
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 40px;
}
.intro-container {
    padding: 0 10px;
}
.intro__img {
  height: 100%;
}
.intro__img img {
  height: 100%;
}
.intro__overlay {
  /*position: absolute;
  background: linear-gradient(277.43deg, #7DFFD3 0.52%, #29CCD6 20.82%, #150099 99.87%);
  opacity: 0.5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;*/
}
.intro__content {
  text-align: center;
  margin: 0 auto;
  color: #28262c;
}
.intro__heading {
  margin: 0 auto;
  /* max-width: 410px; */
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  /* font-family: "Crimson Pro", "Montserrat", sans-serif; */
  font-family: "Manrope", sans-serif;
  margin-bottom: 24px;
}
.intro__text {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.8;
  /*max-width: 534px;*/
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: justify;
}
.intro__btn-wrap {
  display: flex;
  /*gap: 0 20px !important;*/
  margin-top: 30px;
  justify-content: center;
}
.intro__btn-wrap button {
    margin-right: 10px;
}
.intro__btn {
  padding: 11px 36px;
  outline: none;
  border: none;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  border-radius: 8px;
}
intro__btn:hover {
    cursor: pointer;
}
.intro__btn.btn1 {
    border: 1px solid #19726c; /* #245eb1; */
    color: #19726c; /* #245eb1; */
    background-color: #ffffff;
}
.intro__btn.btn2 {
    background-color: #19726c; /* #245eb1; */
    color: #ffffff;
    border: 1px solid #19726c; /* #245eb1; */
}


.banner {
  padding-top: 94px;
  padding-bottom: 94px;
}
.banner-container {
  display: flex;
  align-items: center;
  gap: 50px !important;
}
.banner__heading-wrap {
  display: flex;
  align-items: center;
  gap: 30px !important;
  position: relative;
  margin-bottom: 65px;
}
.banner__heading-wrap h2:first-child {
  color: #19726c; /* #150099; */
}
.banner__heading-wrap h2 {
  max-width: 235px;
  font-weight: 400;
  color: #545454;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
}
.banner__heading-wrap h2:hover {
    cursor: pointer;
}

.banner .line2 {
  position: absolute;
  top: 42px;
  height: 1px;
  width: 100%;
  max-width: 736px;
  background: #e5e5e5;
  transition: all 0.2s ease-in;
}
.banner .abs-line {
  position: absolute;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  left: 0;
  transition: all 0.2s ease-in;
  background: linear-gradient(90deg, #7DFFD3 0%, #150099 186.42%);
}
.banner__text {
  max-width: 739px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
.banner__btn {
  border: none;
  outline: none;
  margin-top: 69px;
  font-size: 14px;
  background: linear-gradient(277.43deg, #7DFFD3 0.52%, #29CCD6 20.82%, #150099 99.87%);
  border-radius: 8px;
  padding: 10px 80px;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .banner-container {
    padding: 0 40px;
  }
}

.course {
  padding-top: 87px;
  background-color: #EEFEFF;
  padding-bottom: 190px;
}
.course__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 32px;
  background: rgba(41, 204, 214, 0.25);
}
.course__item-time {
  align-items: center;
  display: flex;
}
.course .primary-color {
  color: #19726c; /* #150099; */
  margin-right: 4px;
}
.course .sc-color {
  color: #F27A54;
}
.course__item-time__text {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
.course .section__heading {
  margin-bottom: 77px;
}
.course__list {
  position: relative;
}
.course__item {
  filter: drop-shadow(0px 0px 13px rgba(0, 0, 0, 0.2));
  position: relative;
}
.course__item-category {
  position: absolute;
  font-size: 11px;
  padding: 10px 29px;
  color: #ffff;
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(277.43deg, #7DFFD3 0.52%, #29CCD6 20.82%, #150099 99.87%);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  line-height: 1.1818181818;
  top: 22px;
  left: 0;
}
.course__item-info {
  padding: 10px 32px;
  background-color: #fff;
}
.course__item-type {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #F27A54;
  text-transform: uppercase;
  margin-top: 10px;
}
.course__item-img img {
  width: 100%;
}
.course__item-name {
  font-size: 24px;
  line-height: 28px;
  /* font-family: "Crimson Pro", "Montserrat", sans-serif; */
  font-family: "Manrope", sans-serif;
  color: #19726c; /* #150099; */
  margin-top: 8px;
  margin-bottom: 15px;
}
.course__item-coach {
  display: flex;
  align-items: center;
  gap: 19px !important;
  margin-bottom: 15px;
}
.course__item-coach p, .course__item-desc {
  color: #19726c; /* #150099; */
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.course__item-desc {
  margin-bottom: 10px;
  color: #545454;
}
.course__item-rating {
  display: flex;
  margin-top: 10px;
  margin-bottom: 15px;
  gap: 18px !important;
}
.course__item-rating-number {
  display: flex;
  gap: 9px !important;
  align-items: center;
}
.course__item-rating__star {
  display: flex;
  gap: 10px !important;
  align-items: center;
}
.course__item-price {
  font-weight: 600;
  font-size: 21px;
  line-height: 22px;
  color: #F27A54;
  text-transform: uppercase;
}
.course__item-countdown {
  display: flex;
  gap: 5px !important;
}
.course_item-countdown p {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
.course__item-btn {
  margin-top: 22px;
  background: linear-gradient(277.43deg, #7DFFD3 0.52%, #29CCD6 20.82%, #150099 99.87%);
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 0;
  border: none;
  outline: none;
  display: block;
  text-align: center;
}
.course__item-btn:hover {
  color: #fff;
}
.course .slick-track {
  display: flex;
  gap: 28px !important;
  padding: 20px 0;
}
.course .slick-dots {
  display: flex;
  position: absolute;
  list-style: none;
  bottom: -100px;
  left: 50%;
  gap: 10px !important;
}
.course .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100rem;
  outline: none;
  border: none;
  background: rgba(41, 204, 214, 0.25);
  transition: 0.4s ease-in-out;
}
.course .slick-active button {
  background-color: #19726c; /* #150099; */
  width: 10px;
  height: 10px;
}
.course .slick-slide {
  flex: 25%;
}
.course .sale {
  background-color: #F27A54;
  font-size: 12px;
  line-height: 1.8333333333;
  display: flex;
  align-items: center;
  padding: 5px;
  color: #fff;
}
.course__item-old-price {
  font-size: 16px;
  color: #747D88;
  text-decoration: line-through;
}
.course .mb-22 {
  margin-bottom: 22px;
}
.course .d-flex {
  gap: 12px;
}


@media screen and (min-width: 780px) and (max-width: 1023px) {
  .course__item-coach {
    margin-bottom: 10px;
  }
  .course__item-coach p {
    font-size: 12px;
  }
  .course__item .mb-22 {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1700px) {
  .course .slick-slider {
    padding: 0 40px;
  }
  .course .slick-track {
    gap: 14px !important;
  }
  .course__item .sale {
    padding: 1px;
  }
  .course__item-info {
    padding: 10px 18px;
  }
  .course__item-header {
    font-size: 8px;
    padding: 10px 25px;
  }
  .course__item-rating {
    font-size: 12px;
    gap: 6px !important;
    margin-bottom: 14px;
  }
  .course__item-countdown {
    font-size: 12px;
  }
  .course__item-time__text {
    font-size: 9px;
  }
  .course__item-price {
    font-size: 16px;
  }
  .course__item-old-price {
    font-size: 11px;
  }
  .course__item-coach {
    margin-bottom: 10px;
  }
  .course__item-coach p {
    font-size: 12px;
  }
  .course__item .mb-22 {
    margin-bottom: 12px;
  }
  .course .sale {
    font-size: 10px;
  }
}
.mentor {
  padding-top: 53px;
  padding-bottom: 113px;
  /* .slick-slide{
      flex: 50%;
  } */
}
.mentor-container {
  display: flex;
  align-items: center;
  gap: 124px !important;
}
.mentor__heading {
  font-weight: 400;
  text-align: left;
}
.mentor__desc {
  font-size: 19px;
  line-height: 200%;
  letter-spacing: 0.05em;
  margin-top: 87px;
  color: #545454;
  max-width: 630px;
}
.mentor__btn {
  background: linear-gradient(277.43deg, #7DFFD3 0.52%, #29CCD6 20.82%, #150099 99.87%);
  border-radius: 8px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 78px;
  margin-top: 56px;
  outline: none;
  border: none;
  font-weight: 700;
  font-size: 14px;
}
.mentor__card-list {
  position: relative;
  flex: 50%;
}
.mentor__card-item {
  text-align: center;
  background: #EEFEFF;
  box-shadow: -8px 30px 7px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 28px;
  max-width: 330px;
}
.mentor__card-item__img {
  background: linear-gradient(277.43deg, #7DFFD3 0.52%, #29CCD6 20.82%, #150099 99.87%);
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.25));
  border-radius: 100px;
  display: inline-block;
  padding: 2px;
  margin-bottom: 34px;
  margin: 0;
}
.mentor__card-item__level {
  font-weight: 700;
  font-size: 12px;
  margin-top: 32px;
  color: #19726c; /* #150099; */
  text-transform: uppercase;
}
.mentor__card-item__name {
  font-size: 24px;
  margin-top: 4px;
  /* font-family: "Crimson Pro", "Montserrat", sans-serif; */
  font-family: "Manrope", sans-serif;
  line-height: 1.17;
  color: #545454;
}
.mentor__card-item__info {
  margin-top: 32px;
  font-size: 14px;
  line-height: 2;
  color: #545454;
  max-width: 274px;
  font-weight: 400;
}
.mentor__card-item__more {
  margin-top: 20px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #19726c; /* #150099; */
}
.mentor .slick-slider {
  max-width: 50%;
}
.mentor .slick-track {
  display: flex;
  gap: 0 15px !important;
  padding: 0 30px 70px;
  margin-left: -37px;
}
.mentor .slick-dots {
  position: absolute;
  bottom: -100px;
  display: flex !important;
  gap: 0 10px !important;
}


@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .mentor .slick-track {
    margin-left: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .mentor__desc {
    max-width: 550px;
    font-size: 14px;
  }
  .mentor__card-item__name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1700px) {
  .mentor-container {
    padding: 0 40px;
  }
  .mentor__desc {
    font-size: 16px;
  }
  .mentor .slick-dots {
    left: 42%;
    bottom: -23px;
  }
  .mentor__card-item {
    padding: 26px 12px;
  }
  .mentor__card-item__info {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1730px) {
  .mentor .slick-track {
    margin-left: 40px;
  }
}
.platform {
  text-align: center;
  background: #0e324c; /*#EEFEFF;*/
  padding-top: 60px;
  padding-bottom: 30px;
  color: #ffffff !important;
}
.platform-container .section__heading {
    /* font-family: 'Crimson Pro'; */
    font-family: "Manrope", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}
.platform__desc {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 18px;
  width: 95%;
  text-align: justify;
}

.platform__desc_boss {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 18px;
}
.platform__desc_boss .text {
    padding: 8px;
}
.platform__desc_boss p {
    text-align: justify;
    padding-top: 30px;
}

.platform__tbl td {
    text-align: center;
    font-weight: 500;
    font-size: 11px;
}
.platform__tbl img {
    text-align: center;
}
.platform__tbl .platform__tbl_head {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.platform__list {
  margin-top: 40px;
  display: flex;
  gap: 0 132px !important;
}
.platform__item {
  text-align: center;
}
.platform__item img {
  margin: 0 auto;
}
.platform__item-heading {
  margin-top: 13px;
  margin-bottom: 18px;
  color: #19726c; /* #150099; */
  font-size: 24px;
  line-height: 0.8571428571;
  /* font-family: "Crimson Pro", "Montserrat", sans-serif; */
  font-family: "Manrope", sans-serif;
}
.platform__item-text {
  color: #545454;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5714285714;
}

@media screen and (max-width: 1024px) {
  .platform__item-heading {
    font-size: 24px;
  }
}


/*# partner */
.partner {
    margin-top: 30px;
    margin-bottom: 10px;
}
.partner-container {
    border: 1px solid gray;
    margin-left: 50px;
    margin-right: 50px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.partner-container h1 {
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: #0a4066;
    /* font-family: "Crimson Pro"; */
    font-family: "Manrope", sans-serif;
    margin-left: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #922e4e;
    display: inline-block;
}
.partner__list {
  margin-top: 0px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.partner__list .card {
    border: 1px solid #e5e5e5 !important;
    margin-left: 10px;
    margin-right: 10px;
}
.partner__list img {
    width: 120px;
    height: auto;
    
}

@media screen and (max-width: 767px) {
    /*.partner {
      margin-top: 40px;
      margin-bottom: 50px;
    }*/
    .partner-container {
        margin-left: 5px;
        margin-right: 5px;
    }
    .partner-container h1 {
        font-size: 18px;
    }
    .partner__list {
        margin-bottom: 20px;
    }
    .partner__list img {
        width: 100px;
    }
}

/** thêm */
.main-bottom {
    height: 50px;
}


.cta {
  padding-top: 87px;
  padding-bottom: 113px;
  background: linear-gradient(277.43deg, #7DFFD3 0.52%, #29CCD6 20.82%, #150099 99.87%);
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.1);
}
.cta-container {
  text-align: center;
}
.cta__heading {
  font-size: 44px;
  line-height: 1.2727272727;
  color: #fff;
  /* font-family: "Crimson Pro", "Montserrat", sans-serif; */
  font-family: "Manrope", sans-serif;
}
.cta__text {
  font-size: 19px;
  opacity: 0.8;
  line-height: 1.5789473684;
  margin: 18px 0 9px 0;
}
.cta__btn {
  border-radius: 8px;
  color: #19726c; /* #150099; */
  font-size: 12px;
  line-height: 1.25;
  padding: 13px 58px;
  position: relative;
  margin-top: 21px;
}
.cta__btn span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20%;
}
.cta__text {
  max-width: 1062.4px;
  margin: 0 auto;
  color: #fff;
  opacity: 0.8;
}


/*
 * thêm
 */
.topic__content {
  text-align: center;
  margin: 0 auto;
  color: #28262c;
  min-height: 250px;
}
.topic__heading {
  margin: 0 auto;
  /* max-width: 410px; */
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  /* font-family: "Crimson Pro", "Montserrat", sans-serif; */
  font-family: "Manrope", sans-serif;
  margin-bottom: 30px;
  max-width: 650px;
}
.topic__text {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 30px;
    padding-bottom: 20px;
    text-align: justify;
}
.topic__text .new-line {
    padding-bottom: 15px;
}
.topic__text .bold-title {
  font-size: 15px;
  font-weight: 500;
  color: #19726c;
}
.topic__text .bold {
  font-weight: 500;
}
.topic__text .tab-spacing {
    padding-right: 10px;
}
.topic__text .tab-spacing-second {
    padding-right: 25px;
}

@media screen and (max-width: 767px) {
    .topic__heading {
      font-size: 22px;
      margin-bottom: 24px;
      width: 100% !important;
    }
    .topic__text {
        margin: 0 10px;
    }
}


/*
 * center text, img
 */
.intro__text-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.intro__text-centered-div {
    width: 100%;
    margin: 10px;
    padding: 5px;
}

.intro__img-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.intro__img-centered-div {
    width: 90%;
    margin: 10px;
    padding: 2px;
    box-shadow: rgba(57, 76, 107, 0.5) 0px 2px 6px;
}
.intro__img-centered-div img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .intro__img-centered-div {
        width: 100%;
    }
}


.intro__table {
    
}
.intro__table tr {
    padding: 10px;
}
.intro__table td {
    padding: 10px;
}
.intro__table .icon__table-img {
    width: 70px;
}
.intro__table .icon__table-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
    color: #19726c;
}
.intro__table .icon__table-content {
    font-weight: normal;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 auto;
    text-align: justify;
}
@media screen and (max-width: 767px) {
    .intro__table tr {
        padding: 0;
    }
    .intro__table td {
        
    }
    .intro__table .icon__table-img {
        width: 70px;
    }
    .intro__table .icon__table-title {
        font-size: 16px;
    }
    .intro__table .icon__table-content {
        font-weight: normal;
        font-size: 14px;
        line-height: 1.8;
        margin: 0 auto;
        text-align: justify;
    }
}



.styled-list {
  list-style-type: disc;
  margin: 0;
  margin-top: 5px;
  padding-left: 50px;
}

.styled-list li {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: justify;
}

