@charset "utf-8";

:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1;
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: InterVariable, sans-serif;
  }
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  max-height: 100%;
  scroll-behavior: smooth;
}

:root {
  --yellow: #FFB500;
  --green: #00BBB5;
  --lightgreen: #CAFCE3;
  --darkgreen: #009984;
  --white: #fff;
  --purple: #8E51E8;
  --blue: #006EAC;
  --black: #151D29;
  --darkgrey: #515864;
  --fontSize-12: 12px;
  --fontSize-14: 14px;
  --fontSize-15: 15px;
  --fontSize-16: 16px;
  --fontSize-18: 18px;
  --fontSize-20: 20px;
  --fontSize-22: 22px;
  --fontSize-24: 24px;
  --fontSize-26: 26px;
  --fontSize-28: 28px;
  --fontSize-30: 30px;
  --fontSize-32: 32px;
  --fontSize-34: 34px;
  --fontSize-36: 36px;
  --fontSize-38: 38px;
  --fontSize-40: 40px;
  --fontSize-42: 42px;
  --fontSize-48: 48px;
  --fontSize-64: 64px;
  --grey: #515864;
  --grey444: #444;
  --grey666: #666;
  --grey999: #999;
  --greyccc: #ccc;
  --greyeee: #eee;
  --greyddd: #ddd;
  --lh140: 140%;
  --lh160: 160%;
  --lh180: 180%;
  --lh200: 200%;
  --lh220: 220%;
  --vh100: 100vh;
  --border-radius-5: 5px;
  --border-radius-10: 10px;
  --border-radius-15: 15px;
  --border-radius-20: 20px;
  --border-radius-100: 30px;
  --border-radius-100: 100px;
}

@font-face {
  font-family: 'Gilroy';
  src: url(../fonts/gilroy-regular-3.otf);
}

@font-face {
  font-family: 'Gilroy Bold';
  src: url(../fonts/gilroy-bold-4.otf);
}

body {
  color: var(--black);
  font-size: var(--fontSize-18);
}

body,
button,
input,
select,
textarea {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

body,
p,
h1,
ul,
li,
input,
img,
figure,
h3,
h1,
h2,
h4,
h5,
h6,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="button"],
textarea {
  -webkit-appearance: none;
}


address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}


small {
  font-size: 12px;
}

ul,
ol {
  list-style: none;
}

sub {
  bottom: 0
}

a {
  text-decoration: none;
  color: #010114
}

a:hover {
  color: var(--green);
  text-decoration: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: footer-help;
}

legend {
  color: var(--textColor);
}

fieldset,
img {
  border: 0;
  max-width: 100%;
}

a img {
  vertical-align: text-bottom;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: var(--green) !important;
  box-shadow: 0 0 0 .25rem rgb(0, 153, 132, .25) !important;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

button,
input,
select {
  vertical-align: middle;
}

/* 更改输入框的 placeholder 文本颜色 */
input::placeholder,
textarea::placeholder {
  color: var(--grey666) !important
    /* 或者你想要的任何颜色值 */
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.text-grey {
  color: var(--grey);
}

.text666 {
  color: var(--grey666)
}

.text999 {
  color: var(--grey999);
}

.text-green {
  color: var(--green);
}

.text-lightgreen {
  color: var(--lightgreen);
}

.text-darkgreen {
  color: var(--darkgreen);
}

.text-yellow {
  color: var(--yellow);
}

.bg-green {
  background: var(--green);
}

.bg-darkgreen {
  background: var(--darkgreen);
}

.bg-grey {
  background: #fafafa;
}

.text-capital {
  text-transform: uppercase
}

.arial {
  font-family: Arial, Helvetica, sans-serif;
}


.lh140 {
  line-height: 140%;
}

.lh160 {
  line-height: 160%;
}

.lh180 {
  line-height: 180%;
}

.lh200 {
  line-height: 200%;
}

.lh220 {
  line-height: 220%;
}

.vh-100 {
  height: 100vh;
  transition: .3s;
  transform: scale(1.1);
}

.pt-item {
  padding-top: 80px;
}

.pb-item {
  padding-bottom: 80px;
}

.btn-default {
  border: 1px solid #ced4da;
}

.btn-default:hover {
  border: 1px solid var(--blue);
  color: var(--blue);
}

input.form-control {
  height: 48px;
}

/**************滚动条样式**********/

::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, .1);
}

/**************框架公用样式**********/
.photo em {
  display: block;
  overflow: hidden;
}

.photo img {
  transition: 0.5s;
}

.photo:hover img {
  transform: scale(1.1);
}

.iconfont {
  font-size: inherit;
}

.container-fluid {
  max-width: 1396px;
}

.header-tag {
  font-size: 16px;
  padding: 6px 15px;
  width: 100%;
}

.header-tag span,
.header-tag a {
  color: var(--lightgreen);
}

.header-tag a.header-tag-link {
  text-decoration: underline;
}

.header-tag a.header-tag-close {
  right: 15px;
  cursor: pointer;
}

header {
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0px 1px 0 0px rgba(27, 28, 29, 0.08);
  width: 100%;
  top: 35px;
  z-index: 999;
  border-radius: var(--border-radius-100);
  transition: .3s;
  position: fixed;
  font-family: 'Gilroy';
  max-width: 1456px;
}

header.fixednav {
  top: 0;
}

header .header-logo-nav {
  padding: 0 50px;
}

header .header-logo-nav .logo img,
header .header-logo-nav .wap-logo img {
  height: 45px;
}

header .header-logo-nav .wap-logo {
  display: none;
}

header a {
  color: var(--white);
  display: block;
}

header nav {
  font-size: var(--fontSize-18);
  color: var(--white);
}

header nav li a {
  margin: 0 25px;
  padding: 25px 0;
  position: relative;

}

header nav li a:hover,
header nav li.current a {
  font-weight: bold;
  color: var(--white);
}

header nav li a:after {
  content: '';
  height: 3px;
  width: 0;
  background: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  transition: .3s;
}

header nav li a:hover:after,
header nav li.current a:after {
  width: 100%;
}

header section {
  font-size: var(--fontSize-20);
}

header section a:first-child:hover {
  color: var(--yellow);
}

header section a:last-child {
  background: var(--yellow);
  padding: 2px 20px;
  border-radius: var(--border-radius-100);
  border: 1px solid var(--yellow);
  transition: .3s;
}

header section a:last-child:hover {
  border: 1px solid var(--white);
  background: none;
  color: var(--white)
}

/**************手机导航**********/

.sp_nav,
.sjj_nav {
  display: none;
}

.sp_nav {
  width: 32px;
  position: absolute;
  top: 22px;
  right: 15px;
  cursor: pointer;
  color: #fff;
  z-index: 999
}

.sp_nav span {
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  transition: all ease 0.35s
}

.sp_nav span {
  background: #333;
}

.sp_nav_se span {
  width: 24px;
  background: #fff;
}

.sp_nav span:nth-of-type(1) {
  top: 0px
}

.sp_nav span:nth-of-type(2) {
  top: 8px
}

.sp_nav span:nth-of-type(3) {
  top: 16px
}

.sp_nav_se span:nth-of-type(1) {
  top: 20px;
  transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
  width: 0
}

.sp_nav_se span:nth-of-type(3) {
  top: 20px;
  transform: rotate(-45deg)
}

.sjj_nav {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100vh;
  line-height: 40px;
  top: -120vh;
  left: 0;
  right: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
  margin: 0 auto
}

.nav_show {
  top: 0;
  padding: 60px 30px;
  background: #333
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0
}

.sjj_nav a.sjj_nav_link {
  width: 100%;
  display: block;
}

.sjj_nav ul li i {
  position: absolute;
  right: 0px;
  top: 0;
  color: rgba(255, 255, 255, .5);
  transform: rotate(0);
  transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se+i {
  transform: rotate(90deg)
}

.sjj_nav ul li {
  position: relative;
  line-height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.sjj_nav ul li ul {
  display: none
}

.sjj_nav ul li a {
  color: #ccc;
  display: block;
}

.sjj_nav ul li li {
  margin-left: 20px;
}

.sjj_nav ul li li:last-child {
  border-bottom: none;
}

.sjj_nav ul li ul li a {
  color: #999;
  text-align: left;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}

.banner {
  height: 80vh;
  background: linear-gradient(238deg, rgba(197, 230, 249, 0.79) 5.57%, rgb(250, 251, 229) 50%);
  max-height: 630px;
}

.banner h2 {
  font-size: 52px;
  font-family: 'Gilroy Bold';
  color: #434C6B;
  width: 50%;
  line-height: 1.2;
}

.banner .banner-img {
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 0 9999px 9999px 0;
  width: 40%;
  object-fit: cover;
}

.banner b {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
}

.images-list .swiper-slide {
  width: auto;
  border: 5px solid var(--green);
  border-radius: 50px;
  overflow: hidden;
}

.images-list .swiper-slide img {
  height: 180px;
}

.logo-icon1 {
  height: 110px;
}

.app-content li .app-ani {
  position: absolute;
}

.app-content li article,
.app-content li .app-img {
  width: 50%;
}

.app-content li article h3 {
  font-family: 'Gilroy Bold';
  font-size: var(--fontSize-36);
}

.app-content li article figure span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-10);
  background: var(--white);
  box-shadow: 0 0 0 1px rgba(9, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(9, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(9, 13, 18, 0.05);
  font-size: 24px;
}

.app-content li article figure section {
  width: calc(100% - 70px);
}

.app-content li.app-list-two article figure section {
  width: calc(100% - 45px);
}

.app-content li:nth-child(3) {
  flex-direction: row-reverse;
}

.app-content li:nth-child(2) {
  margin: -60px 0;
}

.app-content li.app-list-two figure span {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 0;
  background: var(--lightgreen);
  color: var(--purple);
  font-size: 14px;
  box-shadow: inherit;
}

.app-content li .app-img img {
  max-width: 650px;
}

.app-content li:nth-child(1) .app-img img.app-ani {
  bottom: 30px;
}

.app-content li:nth-child(2) .app-img img.app-ani {
  bottom: 0;
}

.montopia-video .project-name {
  background: url(../images/line_icon1.svg) 60% -70px no-repeat;
}

.montopia-video .tabcon video {
  width: 60%;
  max-width: 600px;
  border-radius: 40px;
  margin-top: 170px;
}

.montopia-video section {
  background: url(../images/video_bg.jpg) center no-repeat;
  background-size: cover;
  border-radius: 40px;
  height: 800px;
}

.montopia-video section .montopia-video-tabbtn {
  padding-top: 125px;
}

.montopia-video section .tabbtn li {
  background: #D9D9D9;
  border: 2px solid #D9D9D9;
  ;
  width: 65px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--grey666);
  cursor: pointer;
}

.montopia-video section .tabbtn li:hover,
.montopia-video section .tabbtn li.current {
  border: 2px solid var(--green);
}

.partners-list li {
  border: 1px solid #eee;
  border-radius: 12px;
  width: 49%;
  padding: 30px;
  min-height: 256px;
  margin: 15px 0;
}

.partners-list li figure img {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.partners-list li figure p {
  font-size: 16px;
}

.element-icon {
  border-radius: var(--border-radius-100);
  border: 1px solid #72F5BF;
  background: #E3FEF1;
  padding: 5px 5px;
  color: var(--darkgreen);
  font-size: 14px;
}

.element-icon span {
  border-radius: var(--border-radius-100);
  border: 1px solid #72F5BF;
  background: var(--white);
  padding: 3px 15px;
}

.min-banner {
  background: linear-gradient(238deg, rgba(197, 230, 249, 0.79) 5.57%, rgb(250, 251, 229) 50%);
  height: 950px;
  background-size: 100%;
  padding-top: 180px;
}

.min-banner h2 {
  font-size: var(--fontSize-48);
  color: #00502B;
  font-family: 'Gilroy Bold';
  line-height: 1.2;
}

.min-banner section img {
  height: 40px;
}

.video-list {
  margin-top: -400px;
}

.video-list b {
  height: 400px;
  width: 100%;
  display: block;
  top: 0;
  background: url(../images/bg2.png) top no-repeat;
  background-size: cover;
}


.video-list video {
  width: 70%;
  margin: 0 auto;
  border-radius: var(--border-radius-15);
  object-fit: cover;
  position: relative;
  z-index: 5;
}

.logo-icon {
  height: 214px;
  position: relative;
  z-index: 5;
}

.tabbtn-list {
  background: #FAFAFA;
  border: 1px solid #E9EAEB;
  font-size: var(--fontSize-36);
  box-shadow: 0 12px 16px -4px rgba(9, 13, 18, 0.08), 0 4px 6px -2px rgba(9, 13, 18, 0.03), 0 2px 2px -1px rgba(9, 13, 18, 0.04);
  border-radius: var(--border-radius-100);
  padding: 10px;
}

.tabbtn-list li {
  padding: 5px 50px;
  color: var(--grey);
  cursor: pointer;
  font-family: 'Gilroy';
  font-weight: bold;
}

.tabbtn-list li.current {
  background: var(--white);
  border-radius: var(--border-radius-100);
  box-shadow: 0 1px 3px 0 rgba(9, 13, 18, 0.10), 0 1px 2px -1px rgba(9, 13, 18, 0.10);
  color: var(--black);
  font-family: 'Gilroy bold';
}

.teacher-tablist .tabcon .tabcon-text {
  padding: 10px 30px;
  border-radius: var(--border-radius-15);
  box-shadow: 0 0 6.8px 0 rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 90px;
  z-index: 555;
}

.teacher-tablist .tabcon .tabcon-text-teacher {
  background: #FAFBE8;
}

.teacher-tablist .tabcon .tabcon-text-parents {
  background: #E8F4FC;
}

.teacher-tablist .tabcon .tabcon-text img {
  height: 60px;
  width: 60px;
}

.teacher-tablist .tabcon ul li span {
  background: var(--lightgreen);
  color: var(--purple);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.teacher-tablist .tabcon ul li:nth-child(2n) {
  flex-direction: row-reverse;
}

.teacher-tablist .tabcon ul li figure,
.teacher-tablist .tabcon ul li .tabcon-img {
  width: 50%;
}

.teacher-tablist .tabcon ul li:nth-child(odd) figure,
.teacher-tablist .tabcon ul li:nth-child(even) .tabcon-img {
  padding-right: 40px;
}

.teacher-tablist .tabcon ul li:nth-child(even) figure,
.teacher-tablist .tabcon ul li:nth-child(odd) .tabcon-img {
  padding-left: 40px;
}

.teacher-tablist .tabcon .tabcon-list-two ul li:nth-child(odd) {
  flex-direction: row-reverse;
}

.teacher-tablist .tabcon .tabcon-list-two ul li:nth-child(even) {
  flex-direction: row;
}

.teacher-tablist .tabcon .tabcon-list-two ul li:nth-child(odd) figure,
.teacher-tablist .tabcon .tabcon-list-two ul li:nth-child(even) .tabcon-img {
  padding-left: 40px;
  padding-right: 0;
}

.teacher-tablist .tabcon .tabcon-list-two ul li:nth-child(even) figure,
.teacher-tablist .tabcon .tabcon-list-two ul li:nth-child(odd) .tabcon-img {
  padding-right: 40px;
  padding-left: 0;
}

.teacher-tablist .tabcon ul li h3 {
  font-size: var(--fontSize-36);
  font-family: 'Gilroy bold';
}

.teacher-tablist .tabcon ul li .tabcon-img {
  position: relative;
}

.teacher-tablist .tabcon ul li .tabcon-img img {
  max-width: 500px;
}

.item-p p {
  margin-bottom: 10px;
  color: var(--grey);
  display: flex;
}

.item-p p i {
  font-size: 20px;
  vertical-align: middle;
}

.teacher-tablist .tabcon-list::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
}

.teacher-tablist .tabcon ul li .tabcon-img .tabcon-ani {
  position: absolute;
  z-index: 99;
}

.teacher-tablist .tabcon ul li:first-child .tabcon-img .tabcon-ani {
  bottom: 0;
  left: 100px;
}

.teacher-tablist .tabcon ul li:nth-child(2) .tabcon-img .tabcon-ani {
  bottom: -50px;
  left: 0;
}

.teacher-tablist .tabcon ul li:nth-child(3) .tabcon-img .tabcon-ani {
  top: 0;
  left: 30px;
}

.teacher-tablist .tabcon ul li:nth-child(4) .tabcon-img .tabcon-ani {
  top: 120px;
}

.teacher-tablist .tabcon .tabcon-list-two ul li:first-child .tabcon-img .tabcon-ani {
  top: 180px;
  bottom: inherit;
  height: 180px;
  border-radius: var(--border-radius-15);
}

.teacher-tablist .tabcon .tabcon-list-two ul li:nth-child(2) .tabcon-img .tabcon-ani {
  top: 0;
  left: 50px;
  bottom: inherit;
}

.teacher-tablist .tabcon .tabcon-list-two ul li:nth-child(3) .tabcon-img .tabcon-ani {
  top: 85px;
  left: -50px;
  bottom: inherit;
}

.teacher-tablist .tabcon .tabcon-list-two ul li:nth-child(4) .tabcon-img .tabcon-ani {
  top: inherit;
  left: 220px;
  bottom: -20px;
}

.teacher-tablist .tabcon .tabcon-list-leader li .tabcon-img img {
  max-width: 100%;
}

.teacher-tablist .tabcon .tabcon-text.active {
  position: fixed;
  margin-top: 200px;
  width: 500px;
  height: 200px;
  background: #000;
  z-index: 555;
}

.click-more {
  background: var(--darkgreen);
  border: 1px solid var(--darkgreen);
  color: #fff;
  padding: 10px 20px;
  border-radius: var(--border-radius-100);
  transition: .3s;
  display: inline-block;
  text-align: center;
}

.click-more:hover {
  background: #fff;
  border: 1px solid #ddd;
  color: var(--black);
}

.click-more i.icon-arrow-right {
  font-size: 14px;
}

.click-more1 {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: var(--border-radius-100);
  transition: .3s;
  display: inline-block;
  color: var(--black);
  text-align: center;
}

.click-more1:hover {
  background: var(--darkgreen);
  border: 1px solid var(--darkgreen);
  color: #fff;
}

.click-more2 i {
  transition: .3s;
  display: inline-block;
  font-size: 14px;
}

.click-more2:hover i {
  margin-left: 20px !important;
}

.click-more3 {
  background: var(--darkgreen);
  border: 1px solid var(--darkgreen);
  color: #fff;
  padding: 10px 20px;
  border-radius: var(--border-radius-100);
  transition: .3s;
  display: inline-block;
  text-align: center;
}

.click-more3:hover {
  background: #fff;
  border: 1px solid #ddd;
  color: var(--black);
}

.click-more4 {
  background: #D9D9D9;
  width: 78px;
  height: 57px;
  font-size: 12px;
  color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  text-align: center;
}

.project-name h2 {
  font-size: 48px;
  font-family: 'Gilroy Bold';
}

.project-name h3 {
  font-family: 'Gilroy';
}

.project-name p {
  font-size: var(--fontSize-20);
}

.people-list .swiper-container {
  padding-bottom: 80px;
}

.people-list .project-name {
  width: 50%;
}

.people-list .swiper-slide {
  position: relative;
}

.people-list .swiper-slide section {
  position: absolute;
  width: calc(100% - 30px);
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 5;
  border-radius: var(--border-radius-10);
  border: 0.792px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(9.5px);
  padding: 15px;
  color: var(--white);
}

.people-list .swiper-slide section p {
  font-size: 14px;
}

.people-list .swiper-button-prev,
.people-list .swiper-button-next,
.news-list .swiper-button-prev,
.news-list .swiper-button-next,
.testimonial-section .swiper-button-prev,
.testimonial-section .swiper-button-next {
  background: var(--white);
  border-radius: 50%;
  border: 1px solid #ccc;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  top: inherit;
}

.people-list .swiper-button-prev,
.news-list .swiper-button-prev,
.testimonial-section .swiper-button-prev {
  left: 0;
}

.people-list .swiper-button-next,
.news-list .swiper-button-next,
.testimonial-section .swiper-button-next {
  left: 80px;
}

.datanum-list li {
  border-radius: var(--border-radius-15);
  border: 1px solid #eee;
  padding: 30px;
  width: 26%;
  box-shadow: 0 1px 3px 0 rgba(9, 13, 18, 0.10), 0 1px 2px -1px rgba(9, 13, 18, 0.10);
  margin: 0 -15px;
  background: var(--white);
}

.datanum-list li section {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.datanum-list li section .datanum-tag1,
.datanum-list li section .datanum-tag2 {
  border-radius: var(--border-radius-100);
  padding: 5px 15px;
}

.datanum-list li section .datanum-tag1 {
  border: 1px solid #F2D5FF;
  background: #FBF5FF;
  color: var(--purple);
}

.datanum-list li section .datanum-tag2 {
  border: 1px solid #9CE9FF;
  background: #EBF9FF;
  color: var(--blue);
}

.datanum-list li section h2 {
  font-size: 48px;
  font-family: 'Gilroy Bold';
}

.datanum-list li article {
  padding-top: 30px;
}

.datanum-list li:first-child {
  margin-top: -100px
}

.faq-list ul {
  width: 60%;
  margin: 0 auto;
}

.faq-list ul li {
  padding: 15px 30px;
  cursor: pointer;
}

.faq-list ul li i {
  font-size: 22px;
  color: #999;
}

.faq-list ul li .list-item-content,
.faq-list ul li .icon-minus-circle,
.faq-list ul li.active .icon-plus-circle {
  display: none;
}

.faq-list ul li .list-item-content {
  padding-left: 30px;
  font-size: var(--fontSize-16);
  padding-top: 5px;
}

.faq-list ul li.active {
  background: #f5f5f5;
  border-radius: var(--border-radius-10);
}

.faq-list ul li.active .icon-minus-circle {
  display: block;
}

.footer-ad {
  background: url(../images/footer_ad_bg.jpg) center no-repeat;
  background-size: cover;
}

.footer-ad b {
  top: 0;
  right: 0;
  left: 0;
}

.footer-ad h3 {
  font-size: 36px;
  line-height: 140%;
  font-family: 'Gilroy';
}

.footer-ad>div {
  position: relative;
  z-index: 5;
}

.footer-ad b {
  top: 0;
}

.footer-ad img {
  width: 120px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: rgba(255, 255, 255, .6);
}

footer .footer-contact {
  width: 30%;
}

footer dl dt {
  margin-bottom: 15px;
}

footer dl dt a {
  color: var(--grey);
}

footer dl dd {
  margin-top: 10px;
}

footer .footer-copyright section a {
  font-size: 24px;
}

footer .footer-copyright section a+a {
  margin-left: 10px;
}

.tag-list {
  color: #3E4753;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  border-radius: var(--border-radius-5);
  border: 1px solid #E9EAEB;
  background: #FAFAFA;
  padding: 2px 5px;
}

.tag-list1 {
  border: 1px solid #F2D5FF;
  background: #FBF5FF;
  color: var(--purple);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  border-radius: var(--border-radius-100);
  padding: 2px 10px;
}

.explained-banner {
  height: 500px;
  background: linear-gradient(180deg, rgba(197, 230, 249, 0.6) 2%, #FAFBE5 50%, #FFF 100%);
}

.explained-banner h2 {
  font-size: 48px;
  font-family: 'Gilroy Bold';
  line-height: 1.2;
}

.tabcon-data .tabbtn {
  margin-top: -50px;
}

.table-layout {
  table-layout: fixed;
}

.table-num span {
  font-size: 16px;
}

.table-num {
  font-size: 48px;
}

.tabcontable1 tbody td p {
  font-size: var(--fontSize-14);
}

.tabcontable1 thead th {
  font-size: var(--fontSize-20);
  border-bottom-color: #dee2e6 !important;
}

.tabcontable1 tbody td,
.tabcontable2 tbody td,
.table-striped tbody td {
  border: 0;
}

.tabcon-data table {
  font-size: var(--fontSize-15);
}

.tabcon-data table td,
.tabcon-data table th {
  padding: 15px;
}

.tabcon-data table td i {
  font-size: 20px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background: #FAFAFA;
  --bs-table-accent-bg: inherit;
}

.contact-banner {
  height: 500px;
  background: linear-gradient(180deg, rgba(197, 230, 249, 0.6) 2%, #FAFBE5 50%, #FFF 100%);
}

.contact-banner section h2 {
  font-size: 48px;
  font-family: 'Gilroy';
  line-height: 1.4;
}

.contact-banner section {
  width: 65%;
}

.contact-banner p {
  width: 40%;
}

.contact-datanum {
  margin-top: -30px;
}

.contact-datanum ul {
  border-radius: var(--border-radius-15);
  padding: 50px 30px;
}

.contact-datanum ul li h2 {
  font-size: 60px;
  font-family: 'Gilroy bold';
}

.story-list ul {
  width: 48%;
}

.story-list ul li {
  margin: 15px 0;
  font-size: var(--fontSize-16);
}

.contact-customer figure,
.contact-customer>img {
  width: 48%;
}

.contact-customer figure>section {
  font-size: 32px;
}

.contact-customer figure .customer-img p {
  font-size: 16px;
}

.advice-list ul {
  width: calc(100% - 500px);
}

.advice-list ul li {
  width: 48%;
  margin-bottom: 50px;
}

.advice-list ul li img {
  border-radius: 50%;
  width: 96px;
  height: 96px;
  border: 1px solid #eee;
}

.advice-list ul li p {
  font-size: 16px;
  line-height: 1.5;
}

.advice-list ul li section a {
  color: #999;
  font-size: 20px;
}

.advice-list ul li section a+a {
  margin-left: 10px
}

.advice-list ul li section a:hover {
  color: var(--green);
}

.contact-message h3 {
  font-family: 'Gilroy'
}

.contact-message li a {
  color: #fff;
}

.contact-message ul,
.contact-message .concat-form {
  width: 45%;
}

.contact-message ul li {
  margin-bottom: 50px;
  width: 45%;
}

.contact-message form input {
  height: 42px;
}

.contact-message ul li i {
  font-size: 24px;
}

.contact-message .concat-form {
  border-radius: var(--border-radius-15);
}

.contact-message form section {
  margin: 10px 0;
}

.contact-message form section label {
  margin-bottom: 10px;
}

.contact-message form section a {
  text-decoration: underline;
}

.contact-message form section textarea {
  height: 110px;
}

.contact-message form section input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 1px solid #fafafa;
  border-radius: 5px;
}

.montessoridata-banner {
  background: linear-gradient(180deg, rgba(197, 230, 249, 0.6) 2%, #FAFBE5 50%, #FFF 100%);
  padding-top: 120px;
}

.montessoridata-banner h2 {
  font-size: 60px;
  font-family: 'Gilroy bold';
  line-height: 1.2;
}

.montessoridata-banner figure {
  width: 70%;
}

.montessoridata-banner figure h5 {
  width: 80%;
}

.montessoridata-banner>div>em {
  overflow: hidden;
  height: 60dvh;
  border-radius: 32px 32px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--Colors-Background-bg-primary, #FFF);
  box-shadow: 0 12px 16px -4px rgba(9, 13, 18, 0.08), 0 4px 6px -2px rgba(9, 13, 18, 0.03), 0 2px 2px -1px rgba(9, 13, 18, 0.04);
}

.montessoridata-banner>div>em img {
  object-fit: cover;
  height: 100%;
}

.element-icon1 {
  border-radius: var(--border-radius-10);
  border: 1px solid #D5D7DA;
  background: var(--white);
  padding: 5px 5px;
  font-size: 14px;
}

.element-icon1 span {
  border-radius: var(--border-radius-5);
  border: 1px solid #D5D7DA;
  background: var(--white);
  padding: 3px 10px;
}

.element-icon1 span b {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background: var(--purple);
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
  position: relative;
}

.element-icon1 span b::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50%;
  background: var(--purple);
  opacity: .2;
  left: -3px;
  top: -3px;
}


.engagement-list .project-name {
  width: 50%;
}

.engagement-list .project-name h2 {
  line-height: 1.2;
}

.engagement-list li {
  width: 25%;
}

.engagement-list li img {
  height: 120px;
  margin-bottom: 15px;
}

.engagement-video-list .swiper-wrapper {
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
}

.engagement-video-list .swiper-slide em {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  cursor: pointer;
  padding-bottom: 65%;
}

.engagement-video-list .swiper-slide em img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.engagement-video-list .swiper-slide em::after {
  content: '';
  background: rgba(0, 0, 0, .08);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
}

.video-play {
  font-size: 40px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 5;
  background: rgba(0, 0, 0, .3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

.engagement-video-list .swiper-slide section p {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.engagement-video-list .swiper-slide section i {
  top: 0;
  right: 0;
  transform: rotate(-45deg);
}

.engagement-video-list .swiper-button-next,
.engagement-video-list .swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
  top: inherit;
  bottom: 0;
  font-size: 16px;
}

.tag1,
.tag2,
.tag3,
.tag4,
.tag5,
.tag6,
.tag7,
.tag8 {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border-radius: var(--border-radius-100);
  padding: 4px 10px;
}

.tag1 {
  border: 1px solid #F2D5FF;
  background: #FBF5FF;
  color: var(--purple);
}

.tag2 {
  border: 1px solid #D4D9EF;
  background: #F8F9FC;
  color: #313F7A;
}

.tag3 {
  border: 1px solid #9CE9FF;
  background: #EBF9FF;
  color: #006EAC;
}

.tag4 {
  border: 1px solid #BED9FF;
  background: #EBF4FF;
  color: #3438DE;
}

.tag5 {
  border: 1px solid #FFD8A2;
  background: #FFF5EC;
  color: #DC0000;
}

.tag6 {
  border: 1px solid #72F5BF;
  background: #E3FEF1;
  color: #007B3D;
}

.tag7 {
  border: 1px solid #FFC9F2;
  background: #FFF0FB;
  color: #E70076;
}

.tag8 {
  border: 1px solid #FFD8A2;
  background: #FFF5EC;
  color: #DC0000;
}

.videoed {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 45%;
  top: 45%;
  z-index: 99999;
  border-radius: 100%;
}

.videos {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999999;
  transform: translate(-50%, -50%);
  width: 40rem;
  height: 25rem;
}

.videos video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.videos-bg {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
}

.vclose {
  position: absolute;
  right: -30px;
  font-size: 30px;
  top: -30px;
  border-radius: 100%;
  cursor: pointer;
  color: #fff;
}

.schools-use .tabbtn,
.schools-use .tabcon {
  width: 48%;
}

.schools-use .tabbtn li {
  padding: 20px 0 20px 30px;
  border-left: 4px solid #F5F5F5;
}

.schools-use .tabbtn li.current {
  border-left: 4px solid var(--darkgreen);
}

.tabcon {
  -webkit-animation: fadeIn 0.2s ease 0.1s 1 both;
}

.flexible-list .project-name {
  width: 35%;
}

.flexible-list .project-name h3 {
  font-size: 36px;
  font-family: 'Gilroy';
}

.flexible-list ul {
  width: 60%;
}

.flexible-list li {
  width: 48%;
  background: #fff;
  border-radius: var(--border-radius-15);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px 0 rgba(9, 13, 18, 0.10), 0 1px 2px -1px rgba(9, 13, 18, 0.10);
  text-align: center;
  overflow: hidden;
}

.flexible-list li section {
  padding: 30px;
}

.flexible-list li section span {
  background: var(--lightgreen);
  color: var(--purple);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.flexible-list li section h2 {
  font-size: 48px;
  font-family: 'Gilroy';
}

.flexible-list li section article p {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.flexible-list li section article p em {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0;
  background: var(--lightgreen);
  color: var(--purple);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexible-list li figure {
  background: #fafafa;
  padding: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.meetmontessori-banner {
  background: linear-gradient(180deg, rgba(197, 230, 249, 0.6) 2%, #FAFBE5 50%, #FFF 100%);
  padding-top: 140px;
  padding-bottom: 50px;
}

.meetmontessori-banner section {
  padding: 100px 20% 150px;
  height: 800px;
  border-radius: var(--fontSize-30);
}

.meetmontessori-banner section h1 {
  font-size: 72px;
  font-family: 'Gilroy Bold';
  line-height: 1.2;
}

.meetmontessori-banner section p {
  width: 50%;
  font-size: 14px;
}

.meetmontessori-banner section p a {
  text-decoration: underline;
}

.meetmontessori-banner section p a:hover {
  color: #fff;
}

.meetmontessori-banner form input {
  width: 315px;
}

.meetmontessori-banner figure {
  width: 70%;
  margin: -300px auto 0;
  padding: 50px;
  position: relative;
  z-index: 5;
}

.meetmontessori-banner figure .data-pdf-img {
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 24px 48px -12px rgba(9, 13, 18, 0.18), 0 4px 4px -2px rgba(9, 13, 18, 0.04);
  width: 100%;
}

.meetmontessori-banner figure::after {
  content: '';
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(8px);
  display: block;
  position: absolute;
  width: 100%;
  height: 640px;
  top: 100px;
  left: 0;
  z-index: -1;
}

.meetmontessori-banner .dm-img1 {
  left: -100px;
}

.meetmontessori-banner .dm-img2 {
  right: 240px;
  bottom: 50px;
}

.news-list .swiper-slide {
  width: 28%;
}

.news-list .swiper-slide a img {
  display: block;
}

.news-list .swiper-slide a em {
  position: relative;
}

.news-list .swiper-slide em b {
  position: absolute;
  border-top: 1px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(12px);
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 10px 15px;
}

.news-list .swiper-slide section em {
  display: inline;
}

.news-list .swiper-slide section p {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-list .swiper-slide section em i {
  font-size: 14px;
  vertical-align: middle;
}

.news-list .click-more2 i {
  transform: rotate(-45deg);
}

.testimonial-section .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
}

.testimonial-section .swiper-slide figure {
  width: 60%;
  padding: 60px 60px 100px;
}

.testimonial-section .swiper-slide figure h3 {
  font-size: 36px;
  font-family: 'Gilroy';
  line-height: 1.2;
}

.testimonial-section .swiper-slide figure h3 span {
  display: block;
  font-family: 'Gilroy Bold';
}

.testimonial-section .swiper-slide em {
  width: 40%;
  position: relative;
}

.testimonial-section .swiper-slide em img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.testimonial-section .swiper-slide section p {
  font-size: 16px;
  margin: 5px 0;
}

.testimonial-section .swiper-slide section p::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--lightgreen);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.testimonial-section .swiper-button-prev,
.testimonial-section .swiper-button-next {
  top: initial;
  bottom: 80px;
  left: 60px;
  z-index: 5;
}

.testimonial-section .swiper-button-next {
  left: 130px;
}

.make-second figure,
.make-second em {
  width: 48%;
}

.make-second figure li {
  margin: 25px 0;
}

.make-second figure li p {
  font-size: 16px;
}

.make-second em img {
  width: 100%;
}

.dropdown-toggle::after {
  width: auto !important;
  position: inherit;
  background: transparent;
}

.dropdown-menu {
  border: none;
  background-color: #00BBB5;
}
.dropdown-item{
  margin: 0;
  padding: 0.5rem 1rem;
  color: #fff;
}
.dropdown-item:hover{
  color: #fff;
  background-color: #00BBB5;
}
.dropdown-item::after{
  display: none;
}

.dropdown.current::after {
  content: '';
  height: 3px;
  width: 100%;
  background: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  transition: .3s;
}

.dropdown-item.current {
  background-color: rgba(0,0,0,0.05);
}

@media screen and (max-width:1680px) {
  .meetmontessori-banner .dm-img2 {
    right: 150px;
  }
}


@media screen and (max-width:1600px) {
  .min-banner {
    height: 900px;
  }

  .video-list {
    margin-top: -350px;
  }

  .banner {
    height: 100vh;
  }

  .video-list b {
    top: -50px;
  }

  .meetmontessori-banner .dm-img2 {
    right: 120px;
  }
}

@media screen and (max-width:1440px) {
  .container-fluid {
    max-width: 1276px;
  }

  header {
    max-width: 1336px;
  }

  .banner h2 {
    font-size: 42px;
  }

  .app-content li .app-img img {
    max-width: 600px;
  }

  header .header-logo-nav {
    padding: 0 40px;
  }

  header nav li a {
    margin: 0 15px;
  }

  .video-play {
    width: 80px;
    height: 80px;
    font-size: 30px;
  }

  .meetmontessori-banner .dm-img2 {
    right: 80px;
  }
}

@media screen and (max-width:1366px) {
  .container-fluid {
    max-width: 1216px;
  }

  header {
    max-width: 1276px;
  }

  .video-list b {
    top: 0;
  }

  .meetmontessori-banner section {
    padding: 80px 20% 150px;
  }

  .meetmontessori-banner .dm-img2 {
    right: 50px;
  }
}

@media screen and (max-width:1280px) {
  .container-fluid {
    max-width: 1156px;
  }

  header {
    max-width: 1216px;
  }

  .meetmontessori-banner figure {
    margin-top: -320px;
  }

  .meetmontessori-banner .dm-img2 {
    right: 0;
  }
}

@media screen and (max-width:1200px) {
  .container-fluid {
    max-width: 1156px;
  }

  header {
    max-width: 1216px;
  }

  header section {
    font-size: 18px;
  }

  header nav {
    font-size: 16px;
  }

  header nav li a {
    margin: 0 10px;
    padding: 20px 0;
  }

  .meetmontessori-banner .dm-img2 {
    right: 0;
  }

  .meetmontessori-banner figure {
    width: 80%;

  }
}

@media screen and (max-width:960px) {
  body {
    line-height: inherit;
    font-size: var(--fontSize-16);
  }

  .sp_nav,
  .sjj_nav,
  header .header-logo-nav .wap-logo {
    display: block
  }

  nav,
  header section,
  header .logo,
  .tabcon-text,
  .teacher-tablist .tabcon-list::after,
  .faq-list,
  .banner .banner-img,
  .line_icon,
  .montopia-video .tabbtn,
  .montopia-video .click-more4,
  .meetmontessori-banner .dm-img1,
  .meetmontessori-banner .dm-img2,
  .meetmontessori-banner figure::after,
  .news-list .project-name .click-more {
    display: none !important;
  }

  .pt-item {
    padding-top: 40px;
  }

  .pb-item {
    padding-bottom: 40px;
  }

  .video-list video,
  .teacher-tablist .tabcon ul li figure,
  .teacher-tablist .tabcon ul li .tabcon-img,
  .datanum-list li,
  .people-list .project-name,
  .click-more,
  .click-more1,
  footer .footer-contact,
  .app-content li article,
  .app-content li .app-img,
  .partners-list li,
  .montopia-video .tabcon video,
  .banner h2,
  .montessoridata-banner figure,
  .montessoridata-banner figure h5,
  .engagement-list .project-name,
  .engagement-list li,
  .schools-use .tabbtn,
  .schools-use .tabcon,
  .flexible-list .project-name,
  .flexible-list li,
  .flexible-list ul,
  .contact-banner section,
  .contact-banner p,
  .story-list ul,
  .contact-customer figure,
  .contact-customer>img,
  .advice-list ul,
  .advice-list ul li,
  .contact-message ul,
  .contact-message form,
  .contact-message ul li,
  .testimonial-section .swiper-slide figure,
  .testimonial-section .swiper-slide em,
  .meetmontessori-banner form input,
  .meetmontessori-banner section p,
  .meetmontessori-banner figure,
  .make-second figure,
  .make-second em {
    width: 100%;
  }

  header {
    background: none !important;
    top: 0;
    box-shadow: none;
    padding: 10px 15px;
    position: relative;
  }

  header .header-logo-nav {
    padding: 0;
  }

  .min-banner,
  .montessoridata-banner {
    padding-top: 100px;
  }

  .contact-datanum ul li h2 {
    font-size: var(--fontSize-48);
  }

  .min-banner h2,
  .datanum-list li section h2,
  .banner h2,
  .table-num,
  .explained-banner h2,
  .montessoridata-banner h2,
  .flexible-list li section h2,
  .contact-banner section h2,
  .meetmontessori-banner section h1 {
    font-size: var(--fontSize-36);
  }

  .project-name h2 {
    font-size: var(--fontSize-30);
    line-height: 1.2;
  }

  .footer-ad h3,
  .teacher-tablist .tabcon ul li h3,
  .app-content li article h3,
  .flexible-list .project-name h3,
  .contact-customer figure>section,
  .testimonial-section .swiper-slide figure h3 {
    font-size: var(--fontSize-24);
  }

  .banner,
  .explained-banner,
  .montessoridata-banner,
  .contact-banner,
  .min-banner {
    margin-top: -65px;
  }

  .explained-banner {
    height: 400px
  }

  .montessoridata-banner>div>em {
    width: 80%;
    height: 50dvh;
  }

  h5,
  .tabcon-data .tabbtn-list {
    font-size: var(--fontSize-18);
  }

  .tabcon-data .tabbtn-list li {
    width: 50%;
    padding: 3px 15px;
    text-align: center;
    white-space: nowrap;
  }

  .video-list {
    margin-top: -400px;
  }

  .element-icon {
    font-size: var(--fontSize-14);
  }


  .teacher-tablist .tabcon ul li figure,
  .teacher-tablist .tabcon ul li .tabcon-img {
    padding: 0 !important;
  }

  .banner {
    height: 70vh;
  }

  .contact-banner {
    height: 600px;
  }

  .banner .click-more,
  .banner .click-more1 {
    width: auto;
  }

  .images-list .swiper-slide img {
    height: 150px;
  }

  .teacher-tablist .tabcon ul li .tabcon-img img,
  .app-content li .app-img img {
    max-width: 100%;
  }

  .logo-icon1,
  .logo-icon,
  .teacher-tablist .tabcon .tabcon-list-two ul li:first-child .tabcon-img .tabcon-ani {
    height: auto;
  }

  .logo-icon {
    width: 90%;
  }

  footer dl dd {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
  }

  footer dl,
  .flexible-list li {
    margin-top: 20px !important;
  }

  footer dl dt {
    margin-bottom: 0;
  }

  .pt-item {
    padding-top: 40px;
  }

  .pb-item {
    padding-bottom: 40px;
  }

  footer .footer-copyright section {
    margin-bottom: 10px;
  }

  footer .footer-copyright section a {
    font-size: var(--fontSize-20);
  }

  .datanum-list li {
    margin-top: 20px !important;
  }

  .people-list .swiper-slide {
    width: 85%;
  }

  .click-more,
  .click-more1 {
    text-align: center;
  }

  .teacher-tablist .tabcon ul li:first-child .tabcon-img .tabcon-ani {
    left: 0;
    width: 200px;
  }

  .teacher-tablist .tabcon .tabcon-list-two ul li:first-child .tabcon-img .tabcon-ani {
    left: 30px;
  }

  .teacher-tablist .tabcon ul li:nth-child(2) .tabcon-img .tabcon-ani {
    width: 90%;
  }

  .teacher-tablist .tabcon ul li:nth-child(3) .tabcon-img .tabcon-ani {
    width: 80%;
    left: 0;
    top: 30px;
  }

  .teacher-tablist .tabcon .tabcon-list-two ul li:nth-child(3) .tabcon-img .tabcon-ani {
    width: 90%;
    left: 0;
  }

  .teacher-tablist .tabcon ul li:nth-child(4) .tabcon-img .tabcon-ani {
    width: 70%;
    left: 30px;
  }

  .teacher-tablist .tabcon .tabcon-list-two ul li:nth-child(4) .tabcon-img .tabcon-ani {
    width: 45%;
    left: 100px;
    bottom: 0;
  }

  .teacher-tablist .tabcon ul li .tabcon-img {
    background: #f5f5f5;
    width: calc(100% + 30px);
    padding: 30px !important;
  }


  .teacher-tablist .tabcon ul li figure {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }

  .item-p p:last-child {
    margin-bottom: 0;
  }

  .sjj_nav ul {
    margin-bottom: 20px;
  }

  .sjj_nav .click-more,
  .sjj_nav .click-more1 {
    padding: 3px 20px;
    margin-top: 10px;
  }

  .app-content li,
  .app-content li:nth-child(3),
  .banner section {
    flex-direction: column;
  }

  .banner section {
    align-items: start;
  }

  .app-content li:nth-child(1) .app-img img.app-ani {
    height: 170px;
    left: 0;
  }

  .partners-list li {
    padding: 60px 20px 20px;
    position: relative;
  }

  .partners-list li h5 {
    font-weight: 400;
    font-size: 16px;
  }

  .partners-list li .partners-logo {
    position: absolute;
    top: 15px;
  }

  .partners-list li {
    margin: 0;
  }

  .partners-list li+li {
    margin-top: 15px;
  }

  .app-content li article figure span {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .app-content li article figure section {
    width: calc(100% - 50px);
  }

  .app-content li.app-list-two article figure section {
    width: calc(100% - 40px);
  }

  .montopia-video section {
    background: var(--green);
    height: auto;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .montopia-video .tabcon video,
  .montopia-video section {
    border-radius: 0;
    margin-top: 0;
  }

  .montopia-video section .montopia-video-tabbtn,
  .tabcon-data .tabcon {
    padding-top: 0;
  }

  .montopia-video::after {
    content: '';
    width: 100%;
    height: 150px;
    background: var(--green);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }

  .app-content li.app-list-two .app-img img.app-ani {
    bottom: 0;
  }

  .people-list .swiper-button-next,
  .news-list .swiper-button-next,
  .testimonial-section .swiper-button-next {
    left: 60px;
  }

  .header-tag {
    padding: 10px 15px;
  }

  .header-tag a.header-tag-close {
    top: 10px;
    right: 10px;
    font-size: 14px;
  }

  .videos {
    width: 92%;
    height: 30dvh;
  }

  .vclose {
    right: 0;
    top: -30px;
    font-size: 20px;
  }

  .contact-datanum ul {
    padding: 30px;
  }

  .engagement-list li,
  .contact-datanum ul li+li {
    margin-top: 30px;
  }

  .advice-list ul li {
    display: flex;
    justify-content: space-between;
  }

  .advice-list ul li img {
    width: 80px;
    height: 80px;
  }

  .advice-list ul li figure {
    width: calc(100% - 100px);
  }

  .contact-message ul li {
    margin-bottom: 30px;
  }

  .contact-message .concat-form {
    width: 100%;
  }

  .contact-message form.row {
    margin: 0;
  }

  .meetmontessori-banner {
    padding-top: 0;
  }

  .meetmontessori-banner section {
    padding: 50px 15px;
  }

  .meetmontessori-banner .container-fluid {
    padding: 0;
  }

  .meetmontessori-banner .container-fluid section {
    border-radius: 0;
    height: 670px;
  }

  .meetmontessori-banner figure {
    padding: 30px 15px;
    margin-top: -220px;
  }

  .news-list .swiper-slide {
    width: 85%;
  }

  .testimonial-section .swiper-slide figure {
    padding: 40px 24px 150px;
    height: 650px;
  }

  .testimonial-section .swiper-slide em {
    height: 45dvh;
  }

  .testimonial-section .swiper-button-prev,
  .testimonial-section .swiper-button-next {
    bottom: 50dvh;
    left: 24px;
  }

  .testimonial-section .swiper-button-next {
    left: 90px;
  }

  .make-second figure li {
    margin: 0 0 25px;
  }

  .news-list .swiper-container {
    padding-bottom: 60px;
  }


  .dropdown-menu{
    border-top: 1px solid rgba(255, 255, 255, .2);
    background-color: transparent!important;
    position: inherit !important;
    padding: 0 !important;
    transform: none !important;
  }
}