body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 35px;
  line-height: 20px;
  font-weight: 700;
  text-transform: none;
}

h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 5px;
  line-height: 25px;
}

a {
  position: fixed;
}

.button {
  position: static;
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button.outline-btn {
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #f0382c;
  background-color: transparent;
  color: #f0382c;
}

.button.language-exchg {
  position: static;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 0px;
}

.button.read-more {
  margin-top: 20px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.button.read-more:hover {
  box-shadow: inset 0 50px 0 0 #b4b2b3;
}

.button.more {
  margin-top: 20px;
}

.button.blk {
  margin-top: 30px;
  border-color: #333;
  color: #333;
}

.button.blk.left {
  width: 15%;
  margin-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
}

.button.sitmap {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #333;
}

.button.sitmap.w--current {
  width: 100%;
  float: none;
}

.block-slider {
  height: 650px;
  text-align: center;
}

.arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  margin-right: 29px;
  margin-left: 29px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 20px;
}

.slider {
  position: relative;
}

.slider.one {
  background-image: url('../images/slider-img-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.slider.two {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/slider-img-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/slider-img-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.slider.three {
  background-image: url('../images/slider-img-3.4_1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.slider.four {
  background-image: url('../images/slider-img-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.slider.five {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/slider-img-5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/slider-img-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.slider-tagline {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-top: 250px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
}

.thousand-block {
  display: block;
  width: 95%;
  max-width: 1100px;
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: center;
}

.thousand-block.achievement {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 11;
  height: auto;
  margin-top: 35px;
  margin-bottom: 35px;
}

.thousand-block.med {
  position: absolute;
  left: 0px;
  top: 145px;
  right: 0px;
  z-index: 99999;
  display: inline-block;
  max-width: 500px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.thousand-block.med.parents {
  top: 77px;
  width: 94%;
  text-align: left;
}

.thousand-block.top {
  padding-top: 50px;
  padding-bottom: 50px;
}

.thousand-block.tab {
  padding-bottom: 50px;
}

.small {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
}

.small.title {
  margin-bottom: 10px;
}

.small.chinese {
  font-size: 13px;
  line-height: 13px;
  font-style: normal;
}

.home-logo {
  width: 50px;
}

.achievement-slider {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 430px;
}

.white {
  position: static;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.white.phone {
  color: #333;
  text-transform: none;
}

.achievement-arrow {
  position: absolute;
  left: 69px;
  top: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  font-size: 20px;
}

.achievement-slide {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  padding-top: 130px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .2)), url('../images/bg-achievement-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .2)), url('../images/bg-achievement-2.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.achievement-slide.two {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .2)), url('../images/bg-achievement-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .2)), url('../images/bg-achievement-1.jpg');
}

.section {
  position: static;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: inset 0 17px 33px -11px hsla(0, 0%, 70%, .5);
}

.clear {
  clear: both;
}

._20 {
  /*width: 33.3%;*/
  width: 50%;
  padding: 10px 0px;
  float: left;
}

._20.portfolio {
  width: 50%;
  height: 300px;
  float: right;
}

._20.portfolio.left {
  float: left;
}

.programme-block {
  position: relative;
  width: 100%;
  height: 180px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .41)), url('../images/programe-mathl-jpg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .41)), url('../images/programe-mathl-jpg.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.programme-block.chinese {
  position: relative;
  height: 300px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .41)), url('../images/INTERIOR DESIGN 2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .41)), url('../images/INTERIOR DESIGN 2.jpg');
  background-size: auto, 650px;
}

.programme-block.remedial {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .41)), url('../images/programe-remedial-jpg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .41)), url('../images/programe-remedial-jpg.jpg');
}

.programme-block.holiday {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .41)), url('../images/programe-holiday-jpg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .41)), url('../images/programe-holiday-jpg.jpg');
}

.programme-block.english {
  height: 300px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .41)), url('../images/SPACE PLANNING.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .41)), url('../images/SPACE PLANNING.jpg');
  background-size: auto, 650px;
}

.programme-block.art {
  height: 300px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .41)), url('../images/CARPENTRY WORK.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .41)), url('../images/CARPENTRY WORK.jpg');
  background-size: auto, 650px;
}

.programme-block.science {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .41)), url('../images/programe-science.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .41)), url('../images/programe-science.jpg');
}

.programme-block.music {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .41)), url('../images/programe-music.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .41)), url('../images/programe-music.jpg');
}

.programme-block.residential {
  height: 300px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/RESIDENTIAL PROJECTS - 2_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/RESIDENTIAL PROJECTS - 2_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.programme-block.commercial {
  height: 300px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/COMMERCIAL PROJECTS -3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/COMMERCIAL PROJECTS -3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.programme-block.carpentry {
  height: 300px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .41)), url('../images/slider-img-3.4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .41)), url('../images/slider-img-3.4.jpg');
}

.programme-text {
  width: 100%;
  height: 104%;
  padding: 100px 20px 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
}

.programme-text.black {
  width: auto;
  height: 300px;
  padding-top: 70px;
  float: none;
  color: #333;
  text-align: center;
}

.big-logo {
  height: 50px;
  margin-bottom: 5px;
}

.programme-info {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  padding: 150px 10px 30px;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.programme-info:hover {
  opacity: 1;
}

.more-info {
  padding: 10px;
  border: 2px solid #fff;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
}

.testimonials-slide {
  padding-top: 86px;
}

.testimonials-slider {
  height: 350px;
  background-color: transparent;
  background-image: url('../images/bg-testimonial.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.parents-img {
  width: 150px;
  height: 150px;
  float: left;
  border-radius: 150px;
}

.parents-img._1 {
  float: left;
  background-image: url('../images/177874605.jpg');
  background-position: 50% 15%;
  background-size: cover;
  background-repeat: no-repeat;
}

.parents-img._2 {
  width: 139px;
  height: 63px;
  float: none;
  background-image: url('../images/178877002.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.parents-text {
  width: 100%;
  margin-top: 26px;
  padding: 10px 15px;
  float: left;
  background-image: url('../images/close-brac.png'), url('../images/open-brac.png');
  background-position: 100% 100%, 0px 0px;
  background-size: 15px, 15px;
  background-repeat: no-repeat, no-repeat;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.parents-name {
  float: right;
  font-size: 12px;
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #333;
}

.fb-link {
  position: static;
  margin-left: 10px;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  color: transparent;
}

.bg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.navlink {
  padding: 10px 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #c9c9c9;
  font-size: 14px;
}

.navlink:hover {
  border-bottom: 0px none #b4b2b3;
  background-color: #f79228;
  color: #fff;
}

.navlink.w--current {
  padding-right: 18px;
  padding-left: 18px;
  background-color: #f79228;
  color: #fff;
}

.navlink.sticky {
  color: #000;
  text-shadow: none;
}

.navlink.sticky:hover {
  background-color: #f0382c;
  color: #fff;
}

.navlink.sticky.w--current {
  color: #fff;
  text-shadow: none;
}

.navmenu {
  margin-top: 5px;
  clear: right;
}

.lang-block {
  margin-top: 10px;
  float: right;
  clear: right;
}

.navcon {
  width: 95%;
  max-width: 1100px;
}

.black {
  position: relative;
  margin-top: 15px;
}

.black.w--current {
  margin-top: 15px;
}

.white-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto;
  height: 60px;
}

.black-logo {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 60px;
}

.copyright {
  position: static;
  right: 0px;
  bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #b4b2b3;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

.btt {
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: hsla(0, 0%, 100%, .49);
  color: #000;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.top-img {
  height: 500px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/top-about.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/top-about.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.top-img.contact-us {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.top-img.slide {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding-top: 35px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07));
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
}

.top-img.chinese {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/SPACE PLANNING.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/SPACE PLANNING.jpg');
  background-position: 0px 0px, 50% 0px;
}

.top-img.english {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/top-about.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/top-about.jpg');
}

.top-img.math {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/top-strength.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/top-strength.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.top-img.remedial {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/programe-remedial-jpg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/programe-remedial-jpg.jpg');
}

.top-img.holiday {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/programe-holiday-jpg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/programe-holiday-jpg.jpg');
  background-position: 0% 0%, 50% 0px;
}

.top-img.art {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/programe-art-jpg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/programe-art-jpg.jpg');
}

.top-img.testi {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/top-testimonials.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/top-testimonials.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.top-img.science {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/programe-science.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/programe-science.jpg');
}

.top-img.music {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/programe-music.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/programe-music.jpg');
}

.top-img.career {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .07)), url('../images/career.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .07)), url('../images/career.jpg');
  background-position: 0% 0%, 50% 24%;
}

.top-img.strength {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/top-strength.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/top-strength.jpg');
  background-size: auto, cover;
}

.top-img.project.residential {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/RESIDENTIAL PROJECTS - 2_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/RESIDENTIAL PROJECTS - 2_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.top-img.contact {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/top-contact.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/top-contact.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.top-img.commercial {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/COMMERCIAL PROJECTS -3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .07)), url('../images/COMMERCIAL PROJECTS -3.jpg');
  background-size: auto, cover;
}

.big-text {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 15px;
  text-transform: uppercase;
}

.big-text.chinese {
  font-size: 35px;
  line-height: 35px;
}

.map {
  height: 500px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 20px;
}

.form {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.address-block {
  padding: 30px;
  border-top-left-radius: 0px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #f56e1c;
  color: #fff;
}

.style-address {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
  border-top-style: solid;
  border-top-width: 1px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
}

.teacher-block {
  margin-bottom: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.teacher-img {
  width: 200px;
  height: 200px;
  float: left;
  border-radius: 100px;
}

.teacher-img._1 {
  float: left;
  background-image: url('../images/director-lidongmei-profile-picture.jpg');
  background-repeat: no-repeat;
}

.teacher-img._2 {
  background-image: url('../images/principal-lili-profilepic-1.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.teacher-img._3 {
  background-image: url('../images/v-principal-liyao.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.teacher-img._4 {
  background-image: url('../images/manager-zhangqiqian.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.teacher-img.sub {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  float: none;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.teacher-img.sub.kangchunfang {
  background-image: url('../images/teacher-kangchunfang.jpg');
}

.teacher-img.sub.mahongyan {
  background-image: url('../images/teacher-mahongyan.jpg');
}

.teacher-img.sub.mengzhihua {
  background-image: url('../images/teacher-mengzhihua.jpg');
}

.teacher-img.sub.guyanjun {
  background-image: url('../images/gyj.jpg');
  background-size: cover;
}

.teacher-img.sub.qiuhongping {
  background-image: url('../images/hqp.jpg');
}

.teacher-content {
  width: 80%;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
  text-align: left;
}

.social {
  position: static;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.img {
  display: block;
  width: 100%;
}

.about-img {
  height: 350px;
  color: #fff;
}

.slide-1 {
  background-image: url('../images/about-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/about-img-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sticky {
  position: relative;
  z-index: 1000;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.programme-big {
  width: 100%;
  height: 350px;
  background-color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.programme-big._1 {
  background-image: url('../images/programe-holiday-jpg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.programme-big._2 {
  background-image: url('../images/programe-remedial-jpg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.programme-big._3 {
  background-image: url('../images/programe-art-jpg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.programme-big._4 {
  width: 100%;
  background-image: url('../images/INTERIOR DESIGN 2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.programme-big._4.commercial {
  height: 380px;
  background-image: url('../images/COMMERCIAL PROJECTS.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.programme-big._5 {
  background-image: url('../images/SPACE PLANNING.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.programme-big._5.residential {
  height: 380px;
  background-image: url('../images/RESIDENTIAL PROJECTS - 2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.programme-big._6 {
  background-image: url('../images/CARPENTRY WORK.jpg');
  background-position: 50% 67%;
  background-size: cover;
  background-repeat: no-repeat;
}

.programme-big._7 {
  background-image: url('../images/programe-science.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.programme-big._8 {
  background-image: url('../images/programe-music.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.programme-textblock {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .49);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.programme-textblock:hover {
  background-color: rgba(0, 0, 0, .2);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.text-block {
  width: 100%;
  height: 100%;
  padding-top: 130px;
  padding-bottom: 130px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-transform: none;
}

.text-block:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.big-header {
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.next-course {
  position: static;
  display: block;
  width: 50%;
  height: 150px;
  float: left;
  color: #fff;
  text-decoration: none;
}

.next-course.english {
  height: 300px;
  background-image: url('../images/top-strength.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff7f7;
  text-decoration: none;
}

.next-course.english.interior {
  background-image: url('../images/INTERIOR DESIGN 2.jpg');
}

.next-course.math {
  height: 300px;
  background-image: url('../images/top-strength.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.next-course.remedial {
  height: 300px;
  background-image: url('../images/INTERIOR DESIGN 2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.next-course.chinese {
  height: 300px;
  background-image: url('../images/SPACE PLANNING.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.next-course.art {
  background-image: url('../images/programe-art-jpg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.next-course.holiday {
  background-image: url('../images/programe-holiday-jpg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.next-course.science {
  height: 300px;
  background-image: url('../images/SPACE PLANNING.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.next-course.music {
  background-image: url('../images/programe-music.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.next-text {
  height: 100%;
  padding-top: 110px;
  padding-bottom: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  text-align: center;
}

.next-text.chinese {
  font-size: 12px;
}

._30 {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  float: left;
  border-radius: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: left;
}

._30:hover {
  background-color: rgba(240, 56, 44, .09);
}

._30._100 {
  width: 100%;
}

.table {
  display: block;
  overflow: auto;
  margin-top: 20px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  text-align: center;
}

.ul {
  padding-left: 20px;
}

.remarks {
  text-align: left;
}

.li {
  margin-bottom: 5px;
}

.white-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 25%;
  padding-bottom: 25px;
  background-color: #fff;
  text-align: center;
}

.tablink {
  position: static;
  display: block;
  width: auto;
  padding: 8px 30px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #b4b2b3;
  text-decoration: none;
  text-transform: uppercase;
}

.tablink:hover {
  background-color: #b4b2b3;
  color: #fff;
}

.tablink:active {
  background-color: #b4b2b3;
  color: #fff;
}

.tablink:focus {
  background-color: #b4b2b3;
  color: #fff;
}

.tablink.w--current {
  background-color: #f79228;
  color: #fff;
}

.tabmenu {
  display: block;
  width: 20%;
  float: left;
  text-align: left;
}

.gallery-block {
  width: 20%;
  height: 130px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px 10px;
  float: left;
}

.lightbox {
  position: static;
  height: auto;
}

.gallery-img {
  position: relative;
  width: 100%;
  height: 180px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gallery-img:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .57);
}

.class-programme {
  position: static;
  width: 100%;
  padding: 15px 10px;
  background-color: #f0382c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  text-decoration: none;
}

.class-programme:hover {
  background-color: #b01e13;
}

.content-block {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ededed;
  font-size: 13px;
  text-align: center;
}

._50 {
  width: 50%;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  text-align: center;
}

._50.pic {
  padding: 20px;
}

.achievement {
  position: static;
  height: 100%;
}

.left {
  width: 30%;
  height: auto;
  float: left;
}

.text {
  margin-bottom: 25px;
  text-align: left;
}

.right {
  width: 70%;
  padding-left: 10px;
  float: left;
}

.testi-block {
  width: 25%;
  float: left;
}

.testi-img {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  float: none;
  border: 1px solid #f0382c;
  border-radius: 100px;
  background-image: url('../images/example-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.testi-img:hover {
  opacity: 0.7;
}

.testi-img.parent-1 {
  background-image: url('../images/177874605.jpg');
}

.testi-img.parent-2 {
  background-image: url('../images/178877002.jpg');
}

.testi-text {
  display: inline-block;
  width: 80%;
  border-radius: 10px;
  background-color: #f0f0f0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testi-text:hover {
  background-color: #e3e3e3;
}

.content {
  padding: 10px;
}

.parents-textname {
  padding: 5px 10px;
  background-color: #f56e1c;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.link {
  position: static;
  display: inline;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.margin {
  margin-bottom: 30px;
}

.qr {
  margin-bottom: 10px;
}

.chinese {
  line-height: 35px;
}

.slidenav {
  position: absolute;
  z-index: 1000;
}

.teacher {
  display: inline-block;
  width: 20%;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

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

.line {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #b5b5b5;
  background-color: transparent;
}

.apply-button {
  position: static;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid #f0382c;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #f0382c;
  text-decoration: none;
  text-transform: capitalize;
}

.apply-button:hover {
  background-color: #f0382c;
  color: #fff;
}

.gallery-master {
  width: 80%;
  float: right;
}

.art {
  width: auto;
  height: auto;
}

.artcamp {
  width: 33%;
  height: auto;
  float: left;
}

.end-text {
  position: static;
  display: inline-block;
  color: #333;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.slider-header-1 {
  font-size: 38px;
}

.slider-header-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.grey-bg {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #e9e9e9;
}

.view-more {
  padding-top: 20px;
  border: 2px solid #fff;
}

.header-3 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
}

.logo-blk {
  padding-top: 15px;
}

.sitemap {
  padding-bottom: 10px;
}

.tabs-content {
  width: 80%;
  float: right;
}

.request-quotation {
  position: fixed;
  top: 110px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: inline-block;
  overflow: visible;
  width: 90px;
  height: 50px;
  margin-right: 0px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(270deg, red, red);
  background-image: linear-gradient(180deg, red, red);
  -webkit-perspective: 251px;
  perspective: 251px;
  direction: rtl;
  font-size: 18px;
  text-align: left;
}

.quotation-button {
  position: fixed;
  top: 130px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  width: 7%;
  height: 40px;
  padding-left: 5px;
  background-color: #ff0014;
  text-align: left;
  text-decoration: none;
}

.sales {
  position: static;
  display: inline-block;
  width: auto;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px 10px 0px;
  float: right;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, #f79228, #f79228);
  background-image: linear-gradient(180deg, #f79228, #f79228);
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.sales.email {
  width: auto;
  margin-right: 5px;
  margin-bottom: 5px;
  background-image: -webkit-linear-gradient(270deg, #686868, #686868);
  background-image: linear-gradient(180deg, #686868, #686868);
}

.sales.email:hover {
  background-image: -webkit-linear-gradient(270deg, #f79228, #f79228);
  background-image: linear-gradient(180deg, #f79228, #f79228);
}

.request-a-quotation {
  top: 180px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: block;
  width: 30px;
  height: 160px;
  padding-top: 8px;
  padding-right: 7px;
  padding-left: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: red;
  background-image: url('../images/request-a-quotation.png'), url('../images/request-a-quotation.png');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, cover;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.request-a-quotation.w--current {
  top: 180px;
  width: 30px;
  height: 160px;
  background-image: url('../images/request-a-quotation.png');
  background-position: 50% 50%;
  background-size: auto;
}

.fb {
  width: 30px;
  height: 30px;
  background-image: url('../images/FB.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

html.w-mod-js *[data-ix="hide"] {
  display: block;
  opacity: 0;
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  display: block;
  opacity: 0;
}

html.w-mod-js *[data-ix="teacher-effect"] {
  opacity: 0;
  -webkit-transform: translate(0px, -200px) scale(0.01, 0.01);
  -ms-transform: translate(0px, -200px) scale(0.01, 0.01);
  transform: translate(0px, -200px) scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="programme-effect"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="lightbox-pop-up"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="hide-program"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  h1 {
    font-size: 35px;
    line-height: 35px;
  }
  h2 {
    font-size: 20px;
  }
  .block-slider {
    position: relative;
    height: 500px;
  }
  .slider-tagline {
    margin-top: 200px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .thousand-block.top {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .achievement-slider {
    height: 350px;
  }
  ._20 {
    display: inline-block;
    width: 33%;
    padding-top: 0px;
    float: none;
  }
  .programme-block {
    height: 180px;
  }
  .programme-block.chinese {
    height: 300px;
  }
  .programme-block.math {
    display: inline-block;
  }
  .programme-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .programme-info {
    padding-top: 120px;
    padding-bottom: 0px;
    text-align: center;
  }
  .navbar {
    position: static;
    background-color: #fff;
  }
  .navlink {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
    color: #333;
  }
  .navlink.w--current {
    display: block;
  }
  .navmenu {
    position: static;
    z-index: 9999;
    width: 100%;
    margin-top: 5px;
    padding-left: 0px;
    float: left;
    clear: right;
    background-color: #fff;
    text-align: right;
  }
  .black {
    width: 80%;
    text-align: center;
  }
  .black.w--current {
    width: 500px;
    height: 80px;
    padding-left: 40px;
  }
  .menubtn {
    width: 20%;
    margin-top: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    clear: right;
    color: #333;
  }
  .menubtn.w--open {
    background-color: #fff;
    color: #f0382c;
  }
  .top-img {
    height: 400px;
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .top-img.slide {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .map {
    height: 400px;
  }
  .teacher-content {
    width: 70%;
  }
  .about-img {
    height: 300px;
  }
  .programme-big {
    width: 50%;
    height: 250px;
    float: left;
  }
  .text-block {
    padding: 60px 10px;
  }
  .tabmenu {
    width: 30%;
  }
  .gallery-block {
    width: 25%;
    height: 130px;
  }
  .testi-block {
    width: 33%;
  }
  .teacher {
    width: 33.3%;
  }
  .all {
    width: 50%;
    margin-bottom: 20px;
  }
  .slider-header-1 {
    font-size: 38px;
  }
  .slider-header-2 {
    font-size: 19px;
  }
  .sales {
    margin-right: 40px;
    margin-left: 7px;
    padding-left: 10px;
  }
  .sales.email {
    margin-right: 8px;
    float: right;
  }
  .menu {
    float: left;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .button.blk.left {
    width: 30%;
    float: none;
  }
  .block-slider {
    height: 350px;
  }
  .slider.one {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .29), rgba(0, 0, 0, .21)), url('../images/slider-img-1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .29), rgba(0, 0, 0, .21)), url('../images/slider-img-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .slider-tagline {
    margin-top: 100px;
    padding-right: 35px;
    padding-left: 35px;
    text-align: center;
  }
  .white.phone {
    color: #333;
  }
  ._20 {
    display: block;
    width: 33%;
    float: left;
  }
  .programme-block {
    height: 185px;
  }
  .programme-block.chinese {
    height: 280px;
  }
  .programme-block.english {
    height: 280px;
  }
  .programme-block.art {
    height: 280px;
  }
  .programme-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .programme-text.black {
    padding-left: 20px;
    float: none;
  }
  .programme-info {
    padding-top: 120px;
    padding-bottom: 5px;
  }
  .navbar {
    position: relative;
  }
  .navmenu {
    width: 100%;
    margin-top: 0px;
    background-color: #fff;
    text-align: center;
  }
  .lang-block {
    margin-top: 20px;
  }
  .black {
    width: 80%;
    padding-left: 0px;
  }
  .black.w--current {
    width: 297px;
    height: 80px;
    padding-left: 30px;
  }
  .white-logo {
    display: inline-block;
    width: 124%;
    height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 32px;
  }
  .menubtn {
    width: 100px;
    margin-top: 31px;
    padding-right: 9px;
    padding-left: 9px;
    color: #333;
    font-size: 20px;
  }
  .menubtn.w--open {
    background-color: transparent;
    color: #f0382c;
  }
  .top-img {
    height: 350px;
    padding-top: 80px;
  }
  .top-img.slide {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .map {
    height: 350px;
  }
  .address-block {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: transparent;
    color: #333;
  }
  .style-address {
    margin-top: 5px;
  }
  .teacher-img._1 {
    display: inline-block;
    float: none;
  }
  .teacher-img._2 {
    display: inline-block;
    float: none;
  }
  .teacher-img._3 {
    display: inline-block;
    float: none;
  }
  .teacher-img._4 {
    display: inline-block;
    float: none;
  }
  .teacher-content {
    width: 100%;
    text-align: center;
  }
  .about-img {
    height: 250px;
  }
  .programme-big {
    width: 50%;
  }
  .text-block {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .next-text {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  ._30 {
    width: 50%;
    text-align: center;
  }
  .tabmenu {
    font-size: 13px;
  }
  .gallery-block {
    width: 33%;
  }
  ._50 {
    width: 100%;
  }
  .left {
    width: 100%;
    text-align: center;
  }
  .right {
    width: 100%;
    padding-top: 10px;
    padding-left: 0px;
    text-align: center;
  }
  .testi-block {
    width: 50%;
    margin-bottom: 0px;
  }
  .teacher {
    width: 33%;
  }
  .all {
    width: 50%;
    margin-top: 0px;
    margin-bottom: -10px;
  }
  .slider-header-1 {
    font-size: 30px;
  }
  .slider-header-2 {
    font-size: 15px;
  }
  .sales {
    margin-bottom: 10px;
  }
  .request-a-quotation {
    width: 35px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 20px;
    line-height: 25px;
  }
  h3 {
    line-height: 30px;
  }
  p {
    font-size: 13px;
    line-height: 20px;
  }
  .button {
    padding: 5px 15px;
    font-size: 10px;
  }
  .button.sitmap {
    border-style: none;
    font-size: 12px;
    font-weight: 400;
  }
  .button.sitmap.w--current {
    border-style: none;
  }
  .block-slider {
    height: 300px;
  }
  .arrow {
    margin-right: 9px;
    margin-left: 9px;
    font-size: 15px;
  }
  .slider-tagline {
    margin-top: 70px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .thousand-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .thousand-block.med {
    width: 90%;
    font-size: 10px;
  }
  .thousand-block.top {
    margin-top: 9px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .achievement-slider {
    height: 350px;
  }
  .achievement-slide {
    padding-top: 115px;
  }
  ._20 {
    display: block;
    width: 100%;
    float: left;
  }
  ._20.portfolio {
    width: 100%;
    float: left;
  }
  ._20.portfolio.left {
    float: none;
    text-align: center;
  }
  .programme-block.english {
    background-position: 0% 0%, 74% 50%;
  }
  .programme-block.art {
    background-position: 0% 0%, 100% 50%;
  }
  .programme-block.commercial {
    float: none;
    clear: none;
  }
  .programme-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .programme-text.black {
    position: static;
    width: 100%;
    float: left;
    clear: right;
    text-align: center;
  }
  .programme-info {
    padding: 120px 5px 0px;
  }
  .testimonials-slider {
    height: 500px;
  }
  .parents-img._1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .parents-img._2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .parents-text {
    width: 100%;
    margin-top: 20px;
    font-size: 13px;
  }
  .parents-name {
    clear: both;
  }
  .navbar {
    background-color: #fff;
  }
  .navlink {
    text-align: center;
  }
  .navlink:hover {
    background-color: #b4b2b3;
  }
  .navmenu {
    text-align: center;
  }
  .black {
    width: 70%;
    margin-top: 12px;
  }
  .black.w--current {
    width: auto;
    height: 50px;
    margin-top: 10px;
    padding-left: 0px;
  }
  .white-logo {
    height: 56px;
    padding-left: 2px;
  }
  .black-logo {
    width: auto;
    height: 50px;
    padding-left: 0px;
  }
  .menubtn {
    width: 28%;
    margin-top: 5px;
    padding-top: 15px;
    padding-right: 8px;
    padding-left: 8px;
    float: right;
    clear: right;
    color: #333;
    font-size: 15px;
    text-align: left;
  }
  .copyright {
    padding-right: 7px;
    padding-left: 7px;
    line-height: 16px;
  }
  .btt {
    right: 0px;
    bottom: 0px;
  }
  .top-img {
    padding-top: 50px;
    font-size: 16px;
    line-height: 20px;
  }
  .top-img.slide {
    font-size: 15px;
    line-height: 30px;
  }
  .top-img.strength {
    height: 380px;
  }
  .big-text {
    font-size: 22px;
    line-height: 28px;
  }
  .form {
    padding-right: 0px;
  }
  .style-address {
    margin-top: 5px;
  }
  .teacher-img.sub {
    width: 140px;
    height: 140px;
  }
  .about-img {
    height: 230px;
    padding-top: 0px;
  }
  .programme-big {
    width: 100%;
  }
  .text-block {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .next-course {
    width: 100%;
  }
  .next-text {
    padding: 77px 11px 40px;
  }
  ._30 {
    width: 100%;
    text-align: center;
  }
  .tablink {
    width: auto;
    text-align: center;
  }
  .tabmenu {
    width: 100%;
  }
  .gallery-block {
    width: 50%;
  }
  .testi-block {
    width: 100%;
  }
  .teacher {
    width: 50%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .all {
    display: block;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: center;
  }
  .slider-header-1 {
    font-size: 20px;
  }
  .slider-header-2 {
    font-size: 12px;
    line-height: 15px;
  }
  .header-3 {
    font-size: 25px;
  }
  .tabs-content {
    float: right;
    text-align: center;
  }
  .sales {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 5px 0px 0px 5px;
    padding-bottom: 3px;
  }
  .sales.email {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-left: 0px;
    float: left;
  }
  .menu {
    display: inline-block;
    float: left;
  }
  .request-a-quotation {
    position: fixed;
    top: 220px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    display: inline-block;
    width: 25px;
    height: 130px;
    background-image: url('../images/request-a-quotation.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .request-a-quotation.w--current {
    top: 220px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
}

