#home {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  height:100%;
  max-height:693px;
  background: linear-gradient(289deg, #86c7e0 0%, #fff 60%, #fff 80%, #e7e7c2 100%);
}

#home::before {
  position: absolute;
  content: "";
  height: calc(100% - 65px);
  width: 170%;
  left: 0;
  top: 65px;
  background-image: url(../img/home.png);
  background-size: cover;
  background-position: top right;
  opacity: .25;
}
#home .slogan {
  width:1200px;
  max-width:100%;
  margin:0;
  padding:1rem 1.5rem;
  z-index:2;
  margin-top:-10rem;
  animation-delay:.4s;
  font-weight:350;
}

#home .slogan p {
  font-size:25px;
  margin-bottom:0;
  line-height:1.5;
  letter-spacing: .05em;;
}

#home .slogan a, #point1 .row .col-md-6:first-child a, #point2 .row .col-md-6:last-child a, #point3 .row .col-md-6:first-child a, #point4 .row .col-md-6:last-child a, #point5 .row .col-md-6:first-child a, #classes .content .content_desc a {
  z-index:2;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  padding: .5rem;
  background: linear-gradient(-45deg,  #007bac,#2c99c4, #6ec2e4, #99d5ec);
  border-radius: 40px;
  margin-top: 2rem;
  padding-bottom:.5rem;
  display: block;
  width:150px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
  /*animation-delay:.3s;*/
}
#home .slogan a {
  width:140px;
}
#classes .content .content_desc h1 {
  color: #005476;
  font-size:21px;
  font-weight:400;
}
#classes .content .content_desc p {
  font-size: 16px;
  font-weight: 350;
}
#classes .content .content_desc a {
  margin:.5rem auto;
  width:110px;
  font-size: 18px;
}
#point1 .row .col-md-6:first-child a, #point2 .row .col-md-6:last-child a, #point3 .row .col-md-6:first-child a, #point4 .row .col-md-6:last-child a, #point5 .row .col-md-6:first-child a {
  display:inline-block;
}
#point1 .row .col-md-6:first-child a:last-child {
  margin-left:1rem;
}
#home .slogan a img, #point1 .row .col-md-6:first-child a img, #point2 .row .col-md-6:last-child a img, #point3 .row .col-md-6:first-child a img, #point4 .row .col-md-6:last-child a img, #point5 .row .col-md-6:first-child a img {
  width:30px;
  margin-right:.5rem;
  margin-top:-5px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(1011%) hue-rotate(241deg) brightness(113%) contrast(100%);
  animation: MoveLeftRightSmall 3s linear infinite;
}

#home .slogan span {
  font-size:20px;
  text-shadow:0px 0px #333;
  padding:.25rem;
  line-height:1.5;
}

#home .slogan p span {
  font-size:30px;
  color:#005476;
}

#home .slogan p:nth-child(2) {
  margin-bottom:1.25rem;
  margin-top:1rem;
}

#home img.student {
  z-index: 1;
  width: 400px;
  position: absolute;
  bottom: 0;
  right:-25px;
  /*filter: drop-shadow(2px 4px 6px #fff);
  --mask: linear-gradient(to bottom, rgba(0,0,0, 1) 0, rgba(0,0,0, 1) 60%, rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0 ) 100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);*/
  animation-delay:.2s;
}

#home img.bg_edu {
  width: 80%;
  opacity:.1;
  max-width:380px;
  position: absolute;
  right:8%;
  top:8rem;
  animation-delay:.7s;
  /*--mask: linear-gradient(to bottom, rgba(0,0,0, .2) 0, rgba(0,0,0, .2) 40%, rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0 ) 100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);*/
  animation: ScaleOutIn 45s linear infinite;
}

#home div.message {
  color: #fff;
  position: absolute;
  background-color: #006f9c;
  background: linear-gradient(to top, #005476, #006f9c);
  z-index: 103;
  top: 64px;
  width:1340px;
  max-width:100%;
  padding:.4rem .5rem;
  font-family: 'fzkai', 'Yuanti', 'Roboto-Thin', Roboto, sans-serif;
  letter-spacing: .08em;
  font-size: 16px;
  text-align: center;
}

#home .carousel {
  z-index:104;
  display: flex;
  margin-top:2rem;
}

#about .carousel-inner .carousel-item {
  font-family: 'fzkai', 'Yuanti', 'Roboto-Thin', Roboto, sans-serif;
  letter-spacing: .08em;
  margin:0 auto;
  animation-delay:.2s;
  display:none;
  font-size: 20px;
  padding:.5rem 0;
  line-height: 1.75;
}

#about .carousel-inner .carousel-item span {
  font-family:Roboto-Thin;
  font-size:18px;
  font-weight:600;
  letter-spacing: .08em;
}

#about .carousel-inner .carousel-item i {
  color:#006f9c;
  margin-right:.35rem;
}

#about .carousel-inner .active {
  display:block;
}

#benefit {
  color: #fff;
  width: 100%;
  background-color: #006f9c;
  background: linear-gradient(350deg, #008dc5, #6db7d4);
  z-index: 1;
  font-family: 'fzkai', 'Yuanti', 'Roboto-Thin', Roboto, sans-serif;
  letter-spacing: .08em;
  font-size: 16px;
  overflow: hidden;
}

#benefit::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../img/bg2.png);
  background-size: cover;
  background-position: center;
  opacity:.15;
}

#benefit .row, #testimonial .row, #event .row {
    width:1400px;
    max-width:100%;
    margin:0 auto;
}

#testimonial::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../img/feedback2.jpg);
  background-size: cover;
  background-position: center;
  opacity:.2;
  --mask: linear-gradient(to bottom, rgba(0,0,0, 0) 0, rgba(0,0,0, 1) 40%, rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0 ) 100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

#benefit .row .col-md-3 {
  width:50% !important;
  padding:.6rem;
  line-height:1.35;
  border-right:1px solid #2f80a5;
  border-bottom:1px solid #2f80a5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:13px;
  font-weight:400;
}

#benefit .row .col-md-3 span {
  font-family:Roboto-Thin;
  font-size:13px;
  font-weight:600;
  letter-spacing: .08em;
  display:contents;
}

#benefit .row .col-md-3 img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7481%) hue-rotate(35deg) brightness(109%) contrast(107%);
  width:30px;
  height:30px;
  margin-right:.75rem;
  vertical-align: middle;
}

#benefit .row .col-md-3:nth-child(2), #benefit .row .col-md-3:last-child {
  border-right:none;
}

#testimonial_title {
  padding:0 1rem;
  margin-bottom:2rem;
}

#testimonial {
  background-color:#fff;
  display:flex;
  padding-bottom:2rem;
  overflow: visible;
  overflow-x: clip;
}

#testimonial ::-webkit-scrollbar {
  height:0px;
}

#testimonial .row {
  padding:0;
  overflow: visible;
}

#testimonial .item {
  margin:1rem;
  background-size:contain;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:2rem;
  font-size:24px;
  letter-spacing: .05em;
  text-align: center;
  flex-direction: column;
  line-height:1.6;
  cursor:pointer;
  position: relative;
}

#testimonial .owl-carousel .owl-stage-outer {
  overflow: visible;
}

#testimonial .owl-carousel .owl-stage .owl-item {
  opacity:0;
  transition:.2s all ease-in-out;
}

#testimonial .owl-carousel .owl-stage .active {
  opacity:1;
}

#testimonial .item:hover {
  transform: translateY(-3px) !important;
}

#testimonial .item a {
  font-size: 24px;
  color: #006f9c;
  text-underline-offset: 3px;
  margin-top: 1.5rem;
  margin-left:-.5rem;
  letter-spacing: .05em;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

#testimonial .item img.frame {
  position: absolute;
  height:auto;
  width:90%;
  max-width:400px;
  filter: brightness(0) saturate(100%) invert(30%) sepia(76%) saturate(2441%) hue-rotate(176deg) brightness(102%) contrast(101%);
}

#testimonial .item a:hover {
  color: #005476;
}

#testimonial .row .item {
  padding:0 3rem;
  min-height:300px;
}

#testimonial .navigation {
  position: absolute;
  bottom: 4rem;
  width: 100%;
  text-align: center;
}

#testimonial .navigation button {
  border-radius: 50%;
  transition:.2s all ease-in-out;
  border: 1px;
  margin-right: 1rem;
  width: 42px;
  height: 42px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  background: linear-gradient(45deg,#008dc5, #6db7d4);
}

#testimonial .navigation button:last-child {
  background: linear-gradient(-45deg,#008dc5, #6db7d4);
}

#testimonial .navigation button img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(225deg) brightness(106%) contrast(102%) drop-shadow(0px 0px #fff);
  width:20px;
  margin-left:-.25rem;
}

#testimonial .navigation button:hover {
  background: linear-gradient(0deg,#008dc5, #008dc5);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

#testimonial .navigation button:last-child img {
  margin-left:0;
  margin-right:-.15rem;
}

.owl-carousel .owl-nav {
  text-align: center;
  top:calc(50% - 25px);
  position: absolute;
  width:100%;
  left:0;
  height:0px;
}

.owl-carousel .owl-nav button {
  width:42px;
  height:42px;
  background: linear-gradient(-45deg, #008dc5, #6db7d4) !important;
  transition:.2s all ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev {
  float:left;
  border-top-right-radius:50%;
  border-bottom-right-radius:50%;
  margin-left:-.25rem;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.owl-carousel .owl-nav button.owl-next {
  float:right;
  border-top-left-radius:50%;
  border-bottom-left-radius:50%;
  margin-right:-.25rem;
  background: linear-gradient(45deg, #008dc5, #6db7d4) !important;
}

.owl-carousel .owl-nav button.owl-next img, .owl-carousel .owl-nav button.owl-prev img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(225deg) brightness(106%) contrast(102%) drop-shadow(0px 0px #fff);
  width: 20px;
}

.owl-carousel .owl-nav button:hover {
  background: linear-gradient(45deg, #008dc5, #008dc5) !important;
}

#event {
  background-color:#fff;
  overflow: visible;
  overflow-x: clip;
}

#point2::before {
  position: absolute;
  content: "";
  height: 110%;
  width: 110%;
  left: 0;
  top: 0;
  z-index:-1;
  background: linear-gradient(to right, #fff, #f3f3f3, #fff);
  transform:rotate(-2deg);
}

#point4::before {
  position: absolute;
  content: "";
  height: 110%;
  width: 110%;
  left: 0;
  top: 0;
  z-index:-1;
  background: linear-gradient(to right, #fff, #f3f3f3, #fff);
  transform:rotate(2deg);
}

#event .owl-carousel {
  margin-top:1rem;
}

#event .row {
  padding:3rem 0;
}

#event .row .owl-stage-outer {
  overflow: visible;
}

#event .row .owl-stage-outer .owl-item {
  opacity:0;
  transition:all .2s ease-in-out;
}

#event .row .owl-stage-outer .active {
  opacity:1 !important;
}

#event .row .item .row {
  padding:0;
}

#event .row .item {
  padding:0 .25rem;
  position: relative;
}
#event .row .item .col-md-6:first-child { 
  padding:1rem 0;
}

#event .row .item .col-md-6:last-child {
  padding:0;
  letter-spacing: .05em;
  line-height:1.75;
  order: 0;
}

#event .row .item .col-md-6:last-child h1 {
  font-size: 20px;
  animation-delay: .5s;
  margin-bottom: 1rem;
  padding-bottom:.75rem;
  text-shadow: 0 0 black;
  border-bottom:1px solid #ddd;
  color:#005476
}

#event .row .item .col-md-6:last-child p {
  font-size:20px;
  line-height:1.5;
  text-shadow:0px 0px #333;
  animation-delay:.8s;
}

#event .row .item .col-md-6:last-child a, #classes .row a {
  color:#005476;
  text-underline-offset: 2px;
  animation-delay:1s;
  font-size:18px;
}

#classes .row a {
  font-size:22px;
  text-decoration-thickness: 1px;
  width:auto;
}

#event .row .item .col-md-6:last-child a:hover, #classes .row a:hover {
  color:#006f9c;
}

#point1 {
  background:linear-gradient(to right, transparent, #f3f3f3, transparent);
  z-index:2;
  margin-bottom:3rem;
}

#point1 .row .col-md-6:first-child, #point2 .row .col-md-6:last-child, #point3 .row .col-md-6:first-child, #point4 .row .col-md-6:last-child, #point5 .row .col-md-6:first-child {
  text-align: left;
  padding:1.5rem 1rem;
  order:2;
}
#point1 .row .col-md-6:first-child .button, #point2 .row .col-md-6:last-child .button, #point3 .row .col-md-6:first-child .button, #point4 .row .col-md-6:last-child .button, #point5 .row .col-md-6:first-child .button, #point3 .row .col-md-6:first-child .button, #point5 .row .col-md-6:first-child .button {
  width:100%;
  text-align: center;
}

#point1 .row .col-md-6:first-child .button a, #point2 .row .col-md-6:last-child .button a, #point3 .row .col-md-6:first-child .button a, #point4 .row .col-md-6:last-child .button a, #point5 .row .col-md-6:first-child .button a, #classes .content .content_desc a {
  margin-top:1rem;
  background:#008dc5;
}

#classes .content .content_desc a:hover{
  color:#fff;
}

#point1 .row .col-md-6:first-child .button a:last-child {
  background:none;
  border:1px solid #008dc5;
  color:#008dc5;
}

#point1 .row .col-md-6:first-child .button a:last-child:hover {
  background-color:#008dc5;
  color:#fff;
}

#point1 .row .col-md-6:first-child h1, #point2 .row .col-md-6:last-child h1, #point3 .row .col-md-6:first-child h1, #point4 .row .col-md-6:last-child h1, #point5 .row .col-md-6:first-child h1 {
  color: #005476;
  border-bottom: 1px solid #ddd;
  padding-bottom: .5rem;
  font-weight: 350;
  line-height:1.5;
}

#point1 .row .col-md-6:first-child p, #point2 .row .col-md-6:last-child p, #point3 .row .col-md-6:first-child p, #point4 .row .col-md-6:last-child p, #point5 .row .col-md-6:first-child p {
  font-size:20px;
  text-shadow: 0px 0px #000;;
}

#point1 .row .col-md-6:last-child, #point2 .row .col-md-6:first-child, #point3 .row .col-md-6:last-child, #point4 .row .col-md-6:first-child, #point5 .row .col-md-6:last-child {
  padding:0;
  order: 1;
  margin-bottom:.5rem;
  position: relative;
  order:1;
}

#point1 .row .col-md-6:last-child img:first-child, #point2 .row .col-md-6:first-child img:first-child, #point3 .row .col-md-6:last-child img:first-child, #point4 .row .col-md-6:first-child img:first-child, #point5 .row .col-md-6:last-child img:first-child {
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  position: absolute;
  right:-10%;
  opacity:.2;
  height:auto;
  width:120%;
  max-width:500px;
  top:-3rem;
  transform:rotate(-10deg);
  z-index:-1;
}

#point2 .row .col-md-6:first-child img:first-child, #point4 .row .col-md-6:first-child img:first-child {
  max-width:430px;
}

#event .row .item .col-md-6:last-child img:last-child, #point1 .row .col-md-6:last-child img:last-child, #point2 .row .col-md-6:first-child img:last-child, #point3 .row .col-md-6:last-child img:last-child, #point4 .row .col-md-6:first-child img:last-child, #point5 .row .col-md-6:last-child img:last-child {
  border-radius:0;
  padding: .25rem;
  background-color:rgba(255,255,255,.5);
}

#event .row .item .col-md-6:last-child img:last-child {
  background:none;
}

#point1 .row .col-md-6:last-child img:last-child, #point2 .row .col-md-6:first-child img:last-child, #point3 .row .col-md-6:last-child img:last-child, #point4 .row .col-md-6:first-child img:last-child, #point5 .row .col-md-6:last-child img:last-child {
  border-radius:50%;
  max-width:360px;
}

#event .row .item img, #point1 .row img, #point2 .row img, #point3 .row img, #point4 .row img, #point5 .row img {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
  transition:.2s all ease-in-out;
  width:450px;
  max-width:100%;
}

#event .row .item a:hover img {
  transform:translateY(-3px);
}

#event .owl-carousel .owl-nav {
  top:calc(135px);
}

#point1, #point2, #point3, #point4, #point5 {
  overflow: visible;
  overflow-x: clip;
}

#point1 .row, #point2 .row, #point3 .row, #point4 .row, #point5 .row {
  text-align: center;
  width:1400px;
  max-width:100%;
  margin:0 auto;
}

form {
  max-width:500px;
  margin:0;
  margin-bottom:1rem;
}

#about {
  padding:0 .75rem;
  overflow: hidden;
}

#about .row {
  width:1200px;
  max-width:100%;
  position: relative;
  margin:0 auto;
}

#about .row .intro_title {
  height:56px;
  margin:1rem 0;
  color:#fff;
  display: flex;
  align-items: center;
}

#about .row .intro_title h1 {
  z-index: 2;
  position: relative;
  font-size: 18px;
  margin-left:-.75rem;
  margin-top:-.25rem;
  letter-spacing: .03em;
  animation-delay:.3s;
  font-weight:400;
}

#about .row .intro_title img {
  position: absolute;
  opacity:.88;
  left: -.5rem;
  width: 90%;
  max-width:500px;
}

#about .row .intro_content {
  font-size:20px;
}

#about .row img.shape {
  position:absolute;
  height:400px;
  width:auto;
  opacity: .1;
  z-index: -1;
  left: -7.25rem;
  top: -6rem;
}


#about .row img.shape2 {
  position:absolute;
  height:400px;
  width:auto;
  opacity: .1;
  z-index: -1;
  right: -7.25rem;
}

#about .row .intro {
  padding:1rem;
  height:540px;
  background-color:#ebebeb;
  background:linear-gradient(to bottom, #f3f3f3, #fff);
  /*border-top-left-radius:20px;
  border-bottom-left-radius:20px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  position: relative;
  text-shadow:0px 0px #000;*/
}
/*
#about .row .intro::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../img/tree.png);
  background-size: cover;
  background-position: center;
  opacity:.02;
}*/

#about .row .intro img.bg {
  position: absolute;
  content: "";
  height: 44%;
  width: auto;
  right: .5rem;
  bottom: -1rem;
}

#contact {
  overflow: hidden;
  background: linear-gradient(289deg, #86c7e0 0%, #fff 60%, #fff 80%, #e7e7c2 100%);
  padding:4rem 1rem;
}

#contact .row {
  width:1400px;
  max-width:100%;
  margin:0 auto;
  display: flex;
  justify-content: center;
}

#contact .row p {
  text-align: center;
  font-size:25px;
  letter-spacing: .05em;
  padding: .25rem;
  font-weight:400;
}

#contact .row a {
  z-index:2;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  padding: .5rem;
  background: linear-gradient(-45deg,  #007bac,#2c99c4, #6ec2e4, #99d5ec);
  border-radius: 40px;
  padding-bottom:.5rem;
  display: block;
  width:170px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
  animation-delay:.3s;
}

#contact .row a img {
  width:30px;
  margin-right:.5rem;
  margin-top:-5px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(1011%) hue-rotate(241deg) brightness(113%) contrast(100%);
  animation: MoveLeftRightSmall 3s linear infinite;
}

.form-floating > .form-control, .form-floating > .form-select {
  border-radius:30px;
  padding:.5rem 2rem;
  font-family:sans-serif
}

.form-floating > label {
  padding-left: 1rem;
  font-family:sans-serif
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(1.25rem);
}

#event .owl-carousel .owl-item img {
  display:inline-block;
}

#classes .row {
  width:1400px;
  max-width:100%;
  margin:1rem auto;
  padding:0;
  justify-content: center;
}

#classes .row .col-md-4 {
  padding:1rem;
}

#classes .row .col-md-4 div.content {
  border: 1px solid #ddd;
  border-radius: 40px;
  overflow: hidden;
  max-width: 340px;
  margin: 0 auto;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

#classes .row .col-md-4 div.content .content_desc {
  padding:1rem;
  text-align: left;
  background: linear-gradient(289deg, #dcf5ff 0%, #fff 50%, #fff 70%, #ffffdd 100%);
}

#classes .row .col-md-4 img {
  width:100%;
}
@media only screen and (min-width: 500px) { 
  #home::before {
    width: 130%;
  }
  #home .slogan {
    width:1200px;
    max-width:70%;
  }

  /*#home img.bg_edu {
    width: 60%;
    max-width:400px;
    opacity:.5;
    top:8rem;
  }*/
}
@media only screen and (min-width: 768px) {
  #home::before {
    height:100%;
    width: 110%;
    top: 0;
    opacity: .9;
  }
  #home .slogan {
    padding: 1rem 2rem;
    margin-left:0;
    margin-top: -240px;
    max-width:60%;
  }
  #point1 {
    margin-bottom:1rem;
  }
  #testimonial {
    padding-bottom:5rem;
  }
  #testimonial #testi-carousel {
    margin-top:3rem;
  }
  #classes .row .col-md-4 {
    padding:1.5rem 1rem;
  }
  #classes .row {
    padding:5rem 1rem;
  }
  #point2, #point4 {
    margin-top:5rem;
  }
  #point3, #point5 {
    margin-top:7rem;
  }
  #home {
    height:600px;
    overflow:hidden;
  }
  #home img.bg_edu {
    max-width:400px;
    opacity:.2;
    top:3rem;
  }

  #about .carousel-inner .carousel-item {
    text-align:left;
    font-size:24px;
    height:250px;
    padding:.5rem .25rem;
  }
  #about .carousel-inner .carousel-item span {
    font-size:22px;
  }
  #home div.message {
    top:2px;
    font-size:18px;
    max-width:94%;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  #about .row .intro_title {
    height:70px;
    margin-bottom:2rem;
  }
  #about .row .intro_title h1 {
    font-size:24px;
    padding-bottom:.25rem;
    font-weight:300;
  }
  #about .row .intro_title img {
    left:-.75rem;
  }
  footer .row .col-md-4:nth-child(2) {
    position: relative;
    justify-content: center;
    top: auto;
  }
  #home .slogan span {
    font-size:22px;
  }
  #home img.student {
    width:440px;
  }
  #benefit::before {
    opacity:.2;
  }
  #benefit .row .col-md-3 {
    width:25% !important;
    border-bottom:none;
    padding:.75rem;
    justify-content: flex-start;
    font-size:14px;
  }
  #benefit .row .col-md-3 span {
    font-size:14px;
  }
  #benefit .row .col-md-3 img {
    width:34px;
    height:34px;
  }
  #benefit .row .col-md-3:nth-child(2) {
    border-right: 1px solid #2f80a5;
  }
  #testimonial .row .item {
    padding:1rem 3.5rem;
  }
  .owl-carousel .owl-nav button {
    border-radius:50%;
    background-color:rgba(0, 84, 118, .85) !important;
  }
  #point1 .row .col-md-6:first-child, #point2 .row .col-md-6:last-child, #point3 .row .col-md-6:first-child, #point4 .row .col-md-6:last-child, #point5 .row .col-md-6:first-child {
    padding:2rem;
    padding-top:3rem;
  }
  #point1 .row .col-md-6:last-child, #point2 .row .col-md-6:first-child, #point3 .row .col-md-6:last-child, #point4 .row .col-md-6:first-child, #point5 .row .col-md-6:last-child {
    order:2;
  }
  #event .row .item {
    padding:0 1rem;
  }
  #event .owl-carousel {
    margin-top:2rem;
  }

  #event .row .item .col-md-6:first-child {
    text-align:right;
    padding:1rem;
    padding-left:0;
    padding-right:2rem;
    order:1;
  }

  #event .row .item .col-md-6:last-child h1 {
    font-size:28px;
    margin-bottom:2rem;
    border:none;
    padding-bottom:0;
  }

  #event .row .item .col-md-6:last-child {
    padding:2rem 1rem;
    order:2;
    margin-bottom:0;
  }
  
  #point1 .row .col-md-6:last-child img:first-child, #point2 .row .col-md-6:first-child img:first-child, #point3 .row .col-md-6:last-child img:first-child, #point4 .row .col-md-6:first-child img:first-child, #point5 .row .col-md-6:last-child img:first-child {
    opacity:1;
    right: -3px;
  }

  #event .owl-carousel .owl-nav {
    top:calc(50% - 25px);
  }
  #about {
    padding-bottom:3rem;
  }
  #about .row .intro {
    border-left:2px solid #005476;
    border-image-slice:1;
    border-image-source:linear-gradient(to bottom, #86c7e0, transparent);
    padding:2rem;
  }
  #about .row .intro img.bg {
    height: 124%;
    right: .5rem;
  } 
  #about .row .intro::before {
    opacity:.03;
  }
  #about .row .intro_content {
    font-size:24px;
  }

  #home .slogan a, #point1 .row .col-md-6:first-child a, #point2 .row .col-md-6:last-child a, #point3 .row .col-md-6:first-child a, #point4 .row .col-md-6:last-child a, #point5 .row .col-md-6:first-child a, #classes .content .content_desc a {
    width:180px;
  }
  #home .slogan a {
    width:140px;
    margin-top:1.5rem;
  }
  #classes .content .content_desc a {
    width:110px;
  }
  #contact .row p {
    font-size:30px;
    font-weight:300;
  }
  #point1 .row .col-md-6:first-child .button, #point2 .row .col-md-6:last-child .button, #point3 .row .col-md-6:first-child .button, #point4 .row .col-md-6:last-child .button, #point5 .row .col-md-6:first-child .button {
    text-align: left;
  }
  #point1 .row .col-md-6:first-child h1, #point2 .row .col-md-6:last-child h1, #point3 .row .col-md-6:first-child h1, #point4 .row .col-md-6:last-child h1, #point5 .row .col-md-6:first-child h1 {
    border-bottom: none;
    font-weight: 300;
    font-size: 31px;
  }
}
/*
@media only screen and (min-width: 1000px) {
  #home img.bg_edu {
    opacity:1;
  }
}*/
@media only screen and (min-width: 1024px) {
  #home::before {
    height:100%;
    opacity: 1;
  }
  #home .slogan p {
    font-size:28px;
  }
  #home {
    height:700px;
  }
  #home img.bg {
    height:auto;
    width:100%;
  }
  #home img.student {
    width:600px;
  }
  #home img.bg_edu {
    max-width:400px;
    top:2rem;
    right:12%;
    --mask: linear-gradient(to bottom, rgba(0,0,0, 1) 0, rgba(0,0,0, 1) 40%, rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0 ) 100% 50% / 100% 100% repeat-x;
  }

  #event .row .item .col-md-6:last-child {
    padding:2rem 1rem;
  }
  #point1 .row .col-md-6:last-child img:first-child, #point2 .row .col-md-6:first-child img:first-child, #point3 .row .col-md-6:last-child img:first-child, #point4 .row .col-md-6:first-child img:first-child, #point5 .row .col-md-6:last-child img:first-child {
    top: -2rem;
  }
  
  #point1 .row .col-md-6:last-child img:first-child, #point3 .row .col-md-6:last-child img:first-child, #point5 .row .col-md-6:last-child img:first-child {
    right:8%;
  }

  #point2 .row .col-md-6:first-child img:first-child, #point4 .row .col-md-6:first-child img:first-child {
    top: -2.5rem;
  }
  #point1 .row .col-md-6:first-child h1, #point2 .row .col-md-6:last-child h1, #point3 .row .col-md-6:first-child h1, #point4 .row .col-md-6:last-child h1, #point5 .row .col-md-6:first-child h1 {
    font-size: 34px;
    line-height:1.25;
  }
}
@media only screen and (min-width: 1200px) {
  #home .slogan p {
    font-size:30px;
  }
  #home::before {
    width:100%;
  }
  #point1 .row .col-md-6:last-child img:first-child, #point2 .row .col-md-6:first-child img:first-child, #point3 .row .col-md-6:last-child img:first-child, #point4 .row .col-md-6:first-child img:first-child, #point5 .row .col-md-6:last-child img:first-child {
    right:17%;
  }
}
@media only screen and (min-width: 1400px) {

  #home .slogan {
    max-width:100%;
    padding-left: 4rem;
  }
  #home .slogan p, #home .slogan p span {
    font-size:34px;
  }
  #home img.student {
    right:16%;
    width:600px;
  }
  #home img.bg_edu {
    right:26%;
  }
  #testimonial_title {
    margin-bottom:4rem;
  }
  #point1 .row .col-md-6:first-child, #point2 .row .col-md-6:last-child, #point3 .row .col-md-6:first-child, #point4 .row .col-md-6:last-child, #point5 .row .col-md-6:first-child {
    padding-left:6rem;
  }
  #benefit .row .col-md-3 {
    padding:1rem;
    font-size:16px;
  }
  #benefit .row .col-md-3 span {
    font-size:15px;
  }
  #benefit .row .col-md-3 img {
    width:38px;
    height:38px;
  }
  #point1 .row .col-md-6:first-child h1, #point2 .row .col-md-6:last-child h1, #point3 .row .col-md-6:first-child h1, #point4 .row .col-md-6:last-child h1, #point5 .row .col-md-6:first-child h1 {
    font-size: 36px;
  }
}