@import url(../css/lib/magnific-popup.css);
@import url(../css/lib/lightgallery.min.css);
@import url(../css/lib/fonts/lg.svg);
.main-home .section-banner .content .heading {
  font-weight: bold;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.echinese-about.page-teacher2 {
  padding: 114px 0;
  background: #f5f5f5;
  margin-bottom: unset;
}

.main-home.main-about .blog-slider-wrapper {
  background: #f5f5f5;
}
.main-home.main-about .banner-gold-wrapper {
  margin-bottom: unset;
  padding-bottom: unset;
  background-repeat: no-repeat;
  padding: 100px 0px;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .main-home.main-about .banner-gold-wrapper {
    padding: 60px 0;
  }
}
.main-home.main-about .banner-gold {
  background: unset;
}
.main-home.main-about .about-group.center {
  flex-direction: row;
}

.p-content-title {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.p-btn {
  width: fit-content;
}
.p-btn-pri {
  min-width: 220px;
  min-height: 60px;
  border-radius: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: white;
  background: #f23276;
  transition: 0.3s ease-in-out;
  box-shadow: 0 8px 15px rgba(242, 50, 118, 0.3);
}
@media screen and (min-width: 1200px) {
  .p-btn-pri:hover {
    background: #f89e1b;
  }
}

.pd-100 {
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .pd-100 {
    padding: 24px 0;
  }
}

.benefit-flex {
  margin: 0 -1.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .benefit-flex {
    flex-direction: column;
  }
}
.benefit-left {
  width: 50%;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1200px) {
  .benefit-left {
    width: 100%;
  }
}
.benefit-right {
  width: 50%;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1200px) {
  .benefit-right {
    width: 100%;
  }
}
.benefit-img {
  position: relative;
  padding-top: 60.8843537415%;
  border-radius: 10px;
  overflow: hidden;
}
.benefit-img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.benefit-content {
  width: 83.3333333333%;
}
@media screen and (max-width: 1200px) {
  .benefit-content {
    width: 100%;
  }
}
.benefit-title {
  font-size: 40px;
  font-weight: 700;
  color: #20272f;
  margin-bottom: 27px;
}
@media screen and (max-width: 1200px) {
  .benefit-title {
    font-size: 24px;
    text-align: center;
  }
}
.benefit-pos {
  position: absolute;
  width: 55px;
  height: 55px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.benefit-list {
  width: 66.6666666667%;
}
@media screen and (max-width: 1200px) {
  .benefit-list {
    width: 100%;
    text-align: center;
  }
}
.benefit-item {
  font-size: 16px;
  padding-left: 32px;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
.benefit-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sec-problem {
  margin-bottom: 100px;
}

.problem-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .problem-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.problem-flex {
  margin: 0 -12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .problem-flex {
    flex-direction: column;
  }
}
.problem-left {
  width: 50%;
  padding: 0 12px;
}
@media screen and (max-width: 1200px) {
  .problem-left {
    width: 100%;
  }
}
.problem-right {
  width: 50%;
  padding: 0 12px;
}
@media screen and (max-width: 1200px) {
  .problem-right {
    width: 100%;
    margin-top: 24px;
  }
}
.problem-img {
  position: relative;
  padding-top: 51.3605442177%;
  border-radius: 10px;
  overflow: hidden;
}
.problem-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.problem-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 -8px;
  margin-bottom: 20px;
}
.problem-icon {
  display: inline-block;
  padding: 0 8px;
}
.problem-icon img {
  width: 24px;
  height: 24px;
}
.problem-text {
  font-size: 16px;
  color: #707070;
}

.sec-differ {
  background: #f5f5f5;
}

.differ-top {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .differ-top {
    width: 100%;
  }
}
.differ-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .differ-title {
    font-size: 24px;
  }
}
.differ-des {
  font-size: 16px;
  text-align: center;
}
.differ-wrap {
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  .differ-wrap {
    margin-top: 24px;
  }
}
.differ-img {
  position: relative;
  padding-top: 100%;
}
.differ-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.differ-content {
  margin-top: 17px;
}
.differ-text {
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 17px;
}
.differ-link {
  font-size: 16px;
  color: #f23276;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.differ-link > img {
  display: block;
}

.tabPanel {
  display: none;
}

.tabPanel.open {
  display: block;
  animation: fadeInUp 0.4s ease-in-out;
}

.route-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.route-title {
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .route-title {
    font-size: 24px;
    font-weight: 700;
  }
}
.route-des {
  font-size: 16px;
  width: 50%;
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .route-des {
    width: 100%;
  }
}
.route-wrap {
  margin-top: 40px;
}
.route-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -15px;
}
@media screen and (max-width: 1200px) {
  .route-list {
    max-width: 100%;
    overflow-x: auto;
  }
}
.route-list::-webkit-scrollbar {
  height: 5px;
}
.route-list::-webkit-scrollbar-thumb {
  background: #f23276;
}
.route-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.route-item {
  width: 20%;
  padding: 0 15px;
  height: 116px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .route-item {
    min-width: 200px;
    height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .route-item:hover::after {
    background: #f23276;
  }
  .route-item:hover .route-text {
    color: #fff;
  }
}
.route-item::after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #e6e6e6;
  transition: 0.3s ease-in-out;
  clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0% 100%, 8% 50%, 0% 0%);
}
.route-item.active::after {
  background: #f23276;
}
.route-item.active .route-text {
  color: #fff;
}
.route-text {
  color: #999999;
  font-size: 16px;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .route-text {
    font-size: 14px;
  }
}
.route-panel {
  margin-top: 40px;
}
.route-content-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px;
}
.route-content-item {
  width: 25%;
  padding: 0 17px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .route-content-item {
    width: 50%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 500px) {
  .route-content-item {
    width: 100%;
  }
}
.route-content-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.route-content-icon {
  width: 16px;
  height: 16px;
  margin-right: 16px;
}
.route-content-text {
  font-size: 16px;
  color: #707070;
}
.route-options {
  margin-top: 70px;
}
.route-options-inner {
  padding: 0 46px;
}
@media screen and (max-width: 1200px) {
  .route-options-inner {
    padding: unset;
  }
}
.route-options-img {
  position: relative;
  padding: 0 40px;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.route-options-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.route-options-content {
  margin-top: 25px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.route-options-title {
  font-size: 21px;
  color: #4d4d4d;
}
.route-options-des {
  color: #4d4d4d;
  font-size: 16px;
  margin-top: 10px;
}
.route-link {
  margin: 0 auto;
  margin-top: 50px;
}

.main-teacher .calender .box-join .flex-gr {
  gap: 24px;
}

.main-teacher .calender .box-join .form-group {
  width: 100%;
  margin-bottom: 10px;
}

.main-teacher .calender .box-join .form-group input {
  height: 40px;
}

.main-teacher .calender .box-join .line {
  width: 100%;
  margin-bottom: 10px;
}

.main-teacher .calender .select2-selection__rendered {
  line-height: 40px !important;
}

.main-teacher .calender .select2-container--default .select2-selection--single {
  height: 40px;
}

.main-teacher .calender .form-group-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 25px;
}

.main-teacher .calender .box-join {
  padding: 15px;
  margin: unset;
}

.main-teacher .calender .box-join .form-submit {
  width: 200px;
  height: 40px;
  font-size: 16px;
  color: #fff;
}

.main-teacher .calender .box-join .heading {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 400;
}

.main-teacher .calender .box-join-wrapper .dots {
  bottom: 80px;
  transform: translateY(50%);
}

.calender {
  position: relative;
}
.calender-decor2 {
  position: absolute;
  top: 40%;
  left: 96%;
  transform: translate(-50%, -50%);
}
.calender-banner {
  position: relative;
  padding-top: 46.231884058%;
  margin-bottom: 24px;
}
.calender-banner > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.calender-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -12px;
}
@media screen and (max-width: 1000px) {
  .calender-flex {
    flex-direction: column;
  }
}
.calender-left {
  padding: 0 12px;
  width: 41.6666666667%;
}
@media screen and (max-width: 1000px) {
  .calender-left {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.calender-img {
  position: relative;
  padding-top: 145.4732510288%;
  height: 100%;
}
.calender-img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.calender-decor {
  position: absolute;
  top: 80px;
  left: -55px;
  z-index: -1;
  transform: translateY(-50%);
}
.calender-right {
  padding: 0 12px;
  width: 58.3333333333%;
}
@media screen and (max-width: 1000px) {
  .calender-right {
    width: 100%;
  }
}
@media screen and (max-width: 678px) {
  .calender .book {
    display: none;
  }
}

.fw-7 {
  font-weight: 700;
}

.bank {
  padding: 78px 0;
  background: #fff2f6;
  position: relative;
}
.bank-decor {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -30%);
}
.bank-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #20272f;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .bank-title {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.bank-content {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .bank-content {
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
  }
}
.bank-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
@media screen and (max-width: 500px) {
  .bank-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.bank-item {
  padding: 0 15px;
}
.bank-text {
  font-size: 24px;
  color: #20272f;
}
@media screen and (max-width: 768px) {
  .bank-text {
    font-size: 16px;
  }
}
.bank-info {
  color: #20272f;
  font-weight: 700;
  font-size: 24px;
  text-align: end;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .bank-info {
    font-size: 16px;
  }
}
.bank-bot {
  padding-top: 30px;
  border-top: 1px solid #707070;
}
.bank-note {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bank-note {
    width: 100%;
  }
}
.bank-note-text {
  color: #ff3e3e;
  font-size: 24px;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bank-note-text {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.bank-note-txt {
  font-size: 24px;
  color: #20272f;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .bank-note-txt {
    font-size: 16px;
  }
}

.sec-feedback {
  padding: 60px 0;
  background: #eff3ff;
}

.feedback-video {
  position: absolute;
  display: block;
  inset: 0;
}
.feedback-title {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .feedback-title {
    font-size: 24px;
    text-align: center;
  }
}
.feedback-wrap {
  margin-top: 24px;
}
.feedback-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -12px;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .feedback-list {
    margin: 0 -8px;
  }
}
.feedback-col {
  width: 33.3333333333%;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .feedback-col {
    padding: 0 8px;
  }
}
.feedback-col img {
  display: block;
  width: 100%;
}
.feedback-img {
  margin-bottom: 24px;
  position: relative;
}
.feedback-link {
  margin: 0 auto;
  margin-top: auto;
  margin-bottom: 24px;
}
.feedback-link .p-btn-pri {
  min-width: 220px;
  height: 50px;
}
@media screen and (max-width: 1200px) {
  .feedback-link .p-btn-pri {
    min-height: 30px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.main-teacher.main-home.main-about .about-group.center {
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .main-teacher.main-home.main-about .about-group.center {
    margin-top: 24px;
  }
}

.video-box {
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .video-box {
    margin-top: 24px;
  }
}
.video-box-img {
  display: block;
  position: relative;
  padding-top: 48.75%;
  border-radius: 12px;
  overflow: hidden;
}
.video-box-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-home.main-about .box-join {
  margin-top: unset;
}

.box-banner {
  margin-top: 72px;
  position: relative;
  overflow: hidden;
}
.box-banner-decor {
  position: absolute;
  top: 60%;
  right: 0;
  transform: translate(0, -50%) rotate(180deg);
  z-index: -1;
}
.box-banner-decor2 {
  position: absolute;
  top: 60%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .box-banner {
    margin-top: 24px;
  }
}
.box-banner::before {
  content: "";
  border-radius: 12px;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 85%;
  background-image: url(../images/banner-box2.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
.box-banner-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -15px;
}
.box-banner-left {
  padding: 0 15px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .box-banner-left {
    width: 75%;
  }
}
@media screen and (max-width: 500px) {
  .box-banner-left {
    width: 100%;
    text-align: center;
  }
}
.box-banner-right {
  width: 40%;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .box-banner-right {
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  .box-banner-right {
    display: none;
  }
}
.box-banner-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  height: 100%;
  margin-left: 80px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .box-banner-list {
    margin-left: unset;
    padding: 50px 15px;
  }
}
.box-banner-title {
  font-size: 24px;
  color: #fff;
  display: block;
  margin-bottom: 36px;
}
.box-banner-img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  height: 100%;
  justify-content: end;
}
.box-banner-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.box-banner-icon {
  margin-right: 8px;
  display: inline-block;
}
.box-banner-text {
  font-size: 16px;
  color: #fff;
}

#menu-main-menu .submenu {
  min-width: max-content;
  transition: 0.3s ease-in-out;
}

#menu-main-menu .submenu .menu-item a {
  padding: 8px;
}

.main-home .courses-wrapper .course-card .title {
  height: auto;
  padding: 0;
  padding-bottom: 12px;
}

.main-home .courses-wrapper .swiper-slide {
  gap: unset;
  padding-bottom: 0;
}

.main-home .courses-wrapper .course-card {
  height: auto;
  display: flex;
  flex-direction: column;
  width: calc(25% - 30px) !important;
  margin-right: 30px;
  margin-left: unset;
  margin-bottom: 30px;
  margin-top: unset;
}
@media screen and (max-width: 1200px) {
  .main-home .courses-wrapper .course-card {
    width: calc(33.3333333333% - 12px) !important;
    margin-right: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 850px) {
  .main-home .courses-wrapper .course-card {
    width: calc(50% - 12px) !important;
  }
}
@media screen and (max-width: 500px) {
  .main-home .courses-wrapper .course-card {
    width: 100% !important;
    margin-right: unset;
  }
}

@media screen and (max-width: 1200px) {
  .main-home .courses-wrapper .swiper {
    padding-bottom: 0;
  }
}

.main-home .courses-wrapper .course-card .content {
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.main-home .courses-wrapper .course-card .info {
  margin-top: auto;
  padding: 0;
  padding-top: 10px;
  border-top: 0.1rem solid rgba(112, 112, 112, 0.2);
}
.main-home .courses-wrapper .course-card .info::before {
  display: none;
}

@media screen and (max-width: 576px) {
  .main-home .courses-wrapper .swiper-slide {
    align-items: unset;
  }
}

.main-home .courses-wrapper .course-card .sub-heading {
  padding-left: unset;
}

.main-home .courses-wrapper .course-card .info .price {
  text-align: end;
}

.main-home .book-slider-wrapper .swiper-slide {
  height: auto;
}
.main-home .book-slider-wrapper .swiper-slide .book-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main-home .book-card .content .info {
  flex-direction: column;
}
.main-home .book-card .content .info .price {
  margin-bottom: 12px;
}

.main-home .courses-slide-wrapper .swiper-slide {
  height: auto;
}

.main-home .courses-slide-swiper .course-card {
  flex-direction: column;
  display: flex;
}

.main-home .courses-slide-swiper .course-card:hover {
  bottom: unset;
}

.main-home .courses-slide-swiper .course-card .content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main-home .courses-slide-swiper .course-card .info {
  margin-top: auto;
}
.main-home .courses-slide-swiper .course-card .info .price {
  text-align: end;
}

.main-home .blog-slider-wrapper .swiper-slide {
  height: auto;
}

.main-home .blog-slider-wrapper .blog-card {
  margin-bottom: unset;
}

.main-home .blog-slider-wrapper .blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main-home .blog-slider-wrapper .blog-card:hover {
  box-shadow: 0px 7px 15px 1px rgba(242, 50, 118, 0.2);
  bottom: unset;
}

.main-home .blog-slider-wrapper .blog-card .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main-home .blog-slider-wrapper .swiper-wrapper {
  padding-bottom: 40px;
}

.main-home .blog-slider-wrapper .blog-card .info {
  height: 100%;
  align-items: end;
}

.main-home .blog-slider-wrapper .blog-card .info::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .main-home .learning-path .learning-wrapper {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .main-home .teachers .teacher-ig {
    width: auto;
  }
}

@media screen and (max-width: 500px) {
  .main-home .courses-slide-swiper .course-card .img-course {
    object-fit: contain;
  }
}

.main-home .swiper-thumb .swiper-thumb-sm .swiper-slide {
  height: auto;
}

.main-home .swiper-thumb .swiper-thumb-sm .teacher-single {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}

.main-home .swiper-thumb .swiper-thumb-sm .position {
  margin-top: auto;
}

@media screen and (max-width: 700px) {
  .main-home .students-feedback {
    flex-direction: column;
    height: 100%;
  }
}

@media screen and (max-width: 700px) {
  .main-home .students-feedback .students-slider-wrapper {
    position: unset !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 700px) {
  .main-home .students-feedback .content {
    position: unset;
    height: 100%;
    transform: unset;
  }
}

@media screen and (max-width: 700px) {
  .main-home .students-feedback .students-slider-wrapper .student-card .img-student img {
    object-fit: contain;
  }
}

@media screen and (max-width: 700px) {
  .main-home .students-feedback .right-side {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .swipper-desc-student {
    width: 100% !important;
  }
}

.main-home .courses-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .footer-menu-wrapper {
    margin: 0 -1.5rem;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .footer-menu-wrapper .col-m {
    padding: 0 1.5rem;
    width: 100%;
  }
}

.bottom-bar .policy {
  margin: 0 -10px;
  justify-content: center;
  text-align: center;
}

.bottom-bar .policy li {
  padding-right: 0 !important;
  padding: 0 10px !important;
}

.footer .bottom-bar .links {
  width: 100%;
}

@media screen and (max-width: 576px) {
  .footer .bottom-bar .links {
    align-items: center;
  }
}

@media screen and (max-width: 576px) {
  #menu-main-menu {
    top: 112px;
  }
}

.main-chinese-kid .blog-slider-wrapper .swiper-slide {
  height: auto;
}

.main-chinese-kid .blog-slider-wrapper .blog-card {
  margin-bottom: unset;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main-chinese-kid .blog-slider-wrapper .blog-card .content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main-chinese-kid .blog-slider-wrapper .blog-card .info {
  margin-top: auto;
}

.main-chinese-kid .blog-slider-wrapper .sub-heading {
  width: 100%;
}

.main-chinese-kid .blog-slider-wrapper .blog-card .title {
  font-size: 17px;
}

.main-chinese-kid .blog-slider-wrapper .blog-card .more {
  display: block;
  margin-bottom: 14px;
}

.main-chinese-kid .blog-slider-wrapper .container .swiper {
  padding-bottom: 40px;
}

.blog .blog-list .blog-card .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-list .blog-card .sub-heading {
  padding-left: unset !important;
  display: flex;
  justify-content: center;
}

.main-home .blog-slider-wrapper .blog-card .description {
  height: 100% !important;
  word-break: break-word;
}

.main-home .blog-slider-wrapper .blog-card .more {
  margin-top: 12px;
}

.blog .blog-list .blog-card .info .item:first-child {
  margin-right: unset;
  margin-bottom: 12px;
}

.blog .blog-list .blog-card .info {
  flex-direction: column;
  margin-top: auto;
}

.m-box-thumbnail {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.m-box-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.book-card .m-box-a-img {
  display: block;
  width: 100%;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
}
.popup.open {
  visibility: visible;
}
.popup.open .popup-overlay {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup-close {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup-main {
  opacity: 1;
  visibility: visible;
}
.popup-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.popup-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  transition: 0.6s ease-in-out;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: white;
  color: #000;
  z-index: 1201;
  opacity: 0;
  visibility: hidden;
  border-radius: 10rem;
}
.popup-close img {
  width: 16px;
}
.popup-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 1200px;
  max-width: 95%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup-control {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .popup-control {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
}
.popup-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 1200px) {
  .popup-wrap {
    padding: 12px;
  }
}
.popup-title {
  color: #f23276;
  font-size: 36px;
  margin-bottom: 2.4rem;
}
.popup-des {
  font-size: 24px;
  color: #000;
}
.popup-des .text-color {
  color: #f23276;
}
.popup-content {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .popup-content {
    margin-top: 24px;
  }
}
.popup-flex {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.popup-col {
  padding: 0 15px;
  width: 33.3333333333%;
}
@media screen and (max-width: 1200px) {
  .popup-col {
    width: 50%;
  }
  .popup-col:nth-child(2) {
    order: 2;
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 550px) {
  .popup-col {
    width: 100%;
  }
}
.popup-img img {
  object-fit: cover;
  max-width: 100%;
}
.popup-group {
  text-align: start;
}
.popup-name {
  display: flex;
  flex-direction: column;
}
.popup-name-inner {
  font-size: 32px;
  color: #f89e1b;
  font-weight: 500;
  text-align: center;
}
.popup-name-link {
  color: #f23276;
  font-size: 24px;
  text-align: center;
  word-break: break-all;
}
.popup-list {
  margin-top: 1.2rem;
  list-style: decimal;
  padding-left: 1.2rem;
}
.popup-list li:not(:last-child) {
  margin-bottom: 10px;
}
.popup-img {
  width: 16rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 24px;
}

.no-scroll {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}/*# sourceMappingURL=backdoor.css.map */