.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: 'Noto Sans HK', sans-serif;
  color: #535050;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
}

label {
  display: block;
  margin-bottom: 0px;
}

.footer-dropdown {
  display: block;
}

.footer-dropdown-arrow {
  width: 13px;
  height: 13px;
  margin-left: 10px;
  background-image: url('../images/s-footer-dropdown-arrow.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.footer-dropdown-list {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  margin-top: 10px;
  border-radius: 5px;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.footer-dropdown-list.w--open {
  overflow: hidden;
  background-color: #bc7ee0;
  color: #fff;
}

.footer-drop-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #9ad81f;
  border-radius: 10px;
  background-color: #ecfcfd;
  font-weight: 500;
}

.footer-drop-toggle.w--open {
  z-index: 1;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding-right: 2vw;
  padding-left: 2vw;
}

.container.nav-nenu-container {
  padding-right: 2vw;
  padding-left: 2vw;
}

.container.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-logo-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo-col-eph {
  width: 45%;
  padding-right: 10px;
  padding-left: 10px;
}

.footer-logo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-r-b {
  width: 40%;
  text-align: right;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo-col-phl {
  width: 55%;
  padding-right: 10px;
  padding-left: 10px;
}

.footer-dropdown-list-wrap {
  overflow: auto;
  max-height: 205px;
  padding-bottom: 10px;
}

.footer-copyright {
  color: #000;
}

.footer-link-gp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-l-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-footer {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #000;
  font-size: 16px;
  line-height: 120%;
}

.footer-dropdown-b {
  width: 250px;
  margin-left: 30px;
}

.footer-dropdown-link {
  padding: 8px 15px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: hsla(0, 0%, 100%, 0.7);
  white-space: normal;
}

.footer-dropdown-link:hover {
  color: #fff;
}

.footer-dropdown-link.w--current {
  color: #fff;
  font-weight: 500;
}

.footer-link-item {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 2px solid #fff;
}

.footer-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: #535050;
}

.section-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.common-slider {
  position: relative;
  height: auto;
  background-color: transparent;
}

.link-100 {
  display: block;
  width: 100%;
  color: #535050;
  text-decoration: none;
}

.home-slide-img-b {
  padding: 20%;
  border-radius: 50%;
  background-color: #fff;
}

.home-slide-text-b {
  margin-top: -20px;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #ffd8df;
  color: #535050;
  font-size: 1.3vw;
  line-height: 120%;
  text-align: center;
}

.hide {
  display: none;
}

.home-slide-img {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pink-patter-bg {
  background-image: url('../images/bg-pattern-pink.jpg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.home-slide-arrow-l {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 99;
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background-color: #fff;
  background-image: url('../images/pink-arrow-l_1pink-arrow-l.png');
  background-position: 40% 50%;
  background-size: auto 24px;
  background-repeat: no-repeat;
  box-shadow: 0 4px 0 0 #ee5b9c;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.home-slide-arrow-l:hover {
  background-color: #ffcde4;
  background-image: url('../images/white-arrow-l_1white-arrow-l.png');
}

.home-slide-arrow-r {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background-color: #fff;
  background-image: url('../images/pink-arrow-r_1pink-arrow-r.png');
  background-position: 60% 50%;
  background-size: auto 24px;
  background-repeat: no-repeat;
  box-shadow: 0 4px 0 0 #ee5b9c;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.home-slide-arrow-r:hover {
  background-color: #ffcde4;
  background-image: url('../images/white-arrow-r_1white-arrow-r.png');
}

.bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -9;
  height: 100vh;
  background-image: url('../images/bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.border-none {
  border: 1px none #000;
}

.home-platform-logo-col {
  width: 25%;
  margin-top: 20px;
  padding-right: 2%;
  padding-left: 2%;
}

.home-platform-logo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-platform-logo-link-b {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.home-platform-logo-link-b:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.home-news-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-content-l {
  width: 60%;
  padding-right: 20px;
  padding-left: 20px;
}

.home-content-r {
  width: 40%;
  padding-right: 20px;
  padding-left: 20px;
}

.header {
  z-index: 9;
  background-color: #ffc1ca;
}

.nav-nenu {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-top {
  background-image: url('../images/header-bg-full.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-top-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top-col-l {
  position: relative;
  z-index: 1;
  width: 60%;
}

.header-top-col-r {
  width: 40%;
  text-align: right;
}

.header-char-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 100%;
  max-width: 60px;
  margin-top: 5px;
  margin-left: 32%;
}

.header-char-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 100%;
  max-width: 60px;
  margin-left: 59%;
}

.logo-b {
  display: block;
  width: 100%;
  max-width: 400px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.logo-b:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.login-button {
  position: relative;
  z-index: 2;
  padding: 10px 40px 10px 65px;
  border-style: solid;
  border-width: 2px;
  border-color: #fa8262;
  border-radius: 50px;
  background-color: #ecfcfd;
  box-shadow: 0 3px 0 0 #b0211a;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #4f3507;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
}

.login-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.login-button-img-b {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 21px;
  margin-left: 30px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.home-news-col {
  width: 100%;
  margin-top: 20px;
}

.red-button {
  padding: 5px 15px;
  border-radius: 8px;
  background-image: url('../images/bg-pattern-light-red.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 3px 0 0 #d03333;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  text-decoration: none;
}

.red-button:hover {
  background-image: url('../images/bg-pattern-red.jpg');
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.home-news-title-line {
  height: 6px;
  margin-top: -6px;
  margin-left: 40px;
  border-radius: 50px;
}

.home-news-title {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
}

.image {
  height: 30px;
}

.text-block {
  display: inline-block;
  padding-left: 10px;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-b-20 {
  margin-top: 20px;
}

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

.yellow {
  background-color: #f4c111;
}

.purple {
  background-color: #bc7ee0;
}

.home-slider-dot {
  padding-right: 8%;
  text-align: right;
}

.menu-col {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.menu-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -9;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.menu-img {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  height: 60px;
  margin-left: 15px;
  opacity: 0.2;
}

.orange {
  background-color: #fb962a;
}

.pink {
  background-color: #ef5d86;
}

.bule {
  background-color: #57b1e3;
}

.green {
  background-color: #55b661;
}

.smaller {
  font-size: 80%;
}

.menu-img-teacher {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  height: 60px;
  margin-right: 15px;
  opacity: 0.2;
}

.menu-text {
  position: relative;
  z-index: 9;
  font-size: 16px;
  line-height: 120%;
}

.menu-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.menu-dropdown-arrow {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 22px;
  margin-right: 8%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.menu-dropdown-list {
  position: absolute;
  left: 0%;
  top: 100%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  margin-right: 12px;
  margin-left: -12px;
}

.menu-dropdown-link {
  padding: 15px 20px;
  border-top: 1px solid #bc7ee0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 16px;
  white-space: normal;
}

.menu-dropdown-link:hover {
  color: #f4c111;
}

.menu-dropdown-link.first {
  border-top-style: none;
}

.home-slider-b {
  padding: 20px;
  border-radius: 20px;
  background-color: #f79bb1;
}

.home-banner-arrow-l {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 46px;
  height: 46px;
  margin-bottom: -10px;
  margin-left: -5px;
  border-radius: 50px;
  background-color: #f79bb1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.home-banner-arrow-l:hover {
  background-color: #f06161;
}

.home-banner-arrow-img-l {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  height: 27px;
  margin-left: -3px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-banner-arrow-r {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 46px;
  height: 46px;
  margin-right: -5px;
  margin-bottom: -10px;
  border-radius: 50px;
  background-color: #f79bb1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.home-banner-arrow-r:hover {
  background-color: #f06161;
}

.home-banner-arrow-img-r {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  height: 27px;
  margin-left: 3px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-button {
  display: none;
}

.home-content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}

.popup-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup-login-b {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  background-color: #57b1e3;
}

.popup-login-content {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #f9dfba;
}

.popup-login-title {
  position: relative;
  width: 45%;
  margin-right: 20px;
  margin-bottom: -1px;
  margin-left: auto;
  padding: 15px 70px 15px 60px;
  background-image: url('../images/popup-login-title.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
}

.teacher-login-icon {
  position: absolute;
  z-index: 9;
  width: 100%;
  max-width: 120px;
  margin-top: -15px;
  margin-left: -15px;
}

.popup-login-btn-bg {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 200px;
  height: 55px;
  margin-bottom: -1px;
  background-image: url('../images/popup-login-btn-bg.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.popup-login-btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  width: 100%;
  max-width: 116px;
  margin-right: 20px;
  margin-bottom: 2px;
  padding: 18px 10px 25px;
  background-color: transparent;
  background-image: url('../images/teacher-login-btn.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #974141;
  text-align: center;
  text-decoration: none;
}

.popup-login-btn:hover {
  background-image: url('../images/teacher-login-btn-hover.png');
  color: #fff;
}

.form-text-field {
  width: 71%;
  margin-right: 1%;
  margin-bottom: 0px;
  margin-left: 1%;
  border-style: solid;
  border-width: 2px;
  border-color: #57b1e3;
  border-radius: 12px;
  box-shadow: inset 1px 1px 5px 0 rgba(166, 159, 133, 0.6);
}

.form-b {
  margin-bottom: 0px;
  color: #662b18;
}

.form-label {
  width: 27%;
  margin-top: -1px;
  padding-right: 1%;
  padding-left: 1%;
  font-size: 30px;
  line-height: 120%;
  font-weight: 400;
  text-align: right;
}

.form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-text-col {
  margin-top: 30px;
}

.form-text-row {
  margin-top: -30px;
}

.form-field-row {
  margin-right: -1%;
  margin-left: -1%;
}

.teacher-login-form {
  padding-top: 80px;
  padding-bottom: 80px;
}

.form-label-hide {
  display: none;
}

.login-remeber {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-remeber-b {
  padding-top: 20px;
}

.form-checkbox {
  width: 33px;
  height: 33px;
  margin-top: 0px;
  margin-left: 0px;
  border-style: none;
  border-radius: 0px;
  background-image: url('../images/checkbox_1checkbox.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.form-checkbox.w--redirected-checked {
  width: 33px;
  height: 33px;
  margin-top: 0px;
  margin-left: 0px;
  background-color: transparent;
  background-image: url('../images/checkbox-checked_1checkbox-checked.png');
}

.form-checkbox-field {
  margin-right: 5px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.login-button-img {
  display: block;
}

.login-button-img-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.content-b {
  margin-top: 30px;
}

.light-red-text {
  color: #f06161;
}

.teacher-resources-slide-nav {
  position: relative;
}

.teacher-resources-slide-arrow-l {
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 99;
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background-color: #f06161;
  background-image: url('../images/white-arrow-l_1white-arrow-l.png');
  background-position: 40% 50%;
  background-size: auto 24px;
  background-repeat: no-repeat;
  box-shadow: 0 4px 0 0 #d83535;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.teacher-resources-slide-arrow-l:hover {
  background-color: #ffa6a6;
  background-image: url('../images/white-arrow-l_1white-arrow-l.png');
}

.slide-radius {
  overflow: hidden;
  border-radius: 30px;
}

.teacher-resources {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 230px;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #ffe2b8;
  box-shadow: 4px 4px 5px 0 rgba(38, 69, 171, 0.2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #774e4e;
  text-decoration: none;
}

.teacher-resources:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.teacher-resources-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.teacher-resources-col {
  width: 50%;
  margin-top: 50px;
  padding-right: 15px;
  padding-left: 15px;
}

.teacher-resources-img-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin-top: -5%;
  margin-bottom: -5%;
  padding: 20px 20px 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background-color: #fff;
  text-align: center;
}

.teacher-resources-img {
  display: block;
  width: 100%;
  max-width: 125px;
}

.teacher-resources-icon-text-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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;
}

.teacher-resources-dropdown {
  width: 100%;
  max-width: 250px;
}

.teacher-resources-book-dropdown-btn {
  display: block;
  padding: 10px 60px;
  border-style: solid;
  border-width: 2px;
  border-color: #df7e94;
  border-radius: 15px;
  background-image: url('../images/bg-pattern-light-pink.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 20px;
  text-align: center;
}

.teacher-resources-book-dropdown-btn:hover {
  background-image: url('../images/bg-pattern-orange.jpg');
}

.teacher-resources-book-dropdown-btn.w--open {
  background-image: url('../images/bg-pattern-orange.jpg');
}

.teacher-resources-book-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  margin-right: -30px;
  margin-left: -30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.teacher-resources-book-col {
  width: 20%;
  margin-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.teacher-resources-book-text {
  margin-top: 10px;
}

.back-to-btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 40px 15px 60px;
  border-radius: 15px;
  background-image: url('../images/bg-pattern-light-pink.jpg');
  background-position: 0px 0px;
  background-size: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #a24242;
  text-decoration: none;
}

.back-to-btn:hover {
  background-image: url('../images/bg-pattern-orange.jpg');
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.back-arrow {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 20px;
  margin-left: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.dropdown-arrow {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 25px;
  margin-right: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.teacher-resources-book-dropdown-list {
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f9d1c2;
}

.teacher-resources-book-dropdown-lnk {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #dfb77e;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 20px;
  text-align: center;
}

.teacher-resources-book-dropdown-lnk:hover {
  background-color: #f4c111;
}

.no-border {
  border: 1px none #000;
}

.education-resources-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.teacher-resources-icon-col {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
}

.teacher-resources-icon-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100px;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.teacher-resources-icon-text {
  margin-top: 10px;
  font-size: 2vw;
  line-height: 120%;
}

.teacher-resources-slide-mask {
  overflow: hidden;
  margin-right: 60px;
  margin-left: 60px;
}

.teacher-resources-b {
  margin-top: -20px;
  padding-right: 60px;
  padding-left: 60px;
}

.teacher-resources-slide-arrow-lr {
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background-color: #f06161;
  background-image: url('../images/white-arrow-r_1white-arrow-r.png');
  background-position: 60% 50%;
  background-size: auto 24px;
  background-repeat: no-repeat;
  box-shadow: 0 4px 0 0 #d83535;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.teacher-resources-slide-arrow-lr:hover {
  background-color: #ffa6a6;
}

.teacher-resources-dropdown-img {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 25px;
  margin-left: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.teacher-resources-dropdown-btn {
  width: 100%;
  padding: 10px 20px 10px 30px;
  border-radius: 50px;
  background-image: url('../images/bg-pattern-pink.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat;
  box-shadow: 0 3px 0 0 #d13460;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 26px;
  text-align: center;
}

.teacher-resources-dropdown-btn:hover {
  background-image: url('../images/bg-pattern-red.jpg');
}

.teacher-resources-dropdown-btn.w--open {
  background-image: url('../images/bg-pattern-red.jpg');
}

.teacher-resources-dropdown-list {
  margin-top: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 15px;
  background-color: transparent;
  background-image: url('../images/bg-pattern-light-pink.jpg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: 0 2px 5px 0 rgba(4, 0, 0, 0.22);
}

.teacher-resources-dropdown-link {
  display: block;
  padding: 10px 20px 10px 32%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 10% 50%;
  background-size: 37px 37px;
  background-repeat: no-repeat;
  color: #222;
  font-size: 18px;
  text-decoration: none;
}

.teacher-resources-dropdown-link._01 {
  background-image: url('../images/teacher-resources-all_1teacher-resources-all.png');
}

.teacher-resources-dropdown-link._02 {
  background-image: url('../images/teacher-resources-fitness-and-health_1teacher-resources-fitness-and-health.png');
}

.teacher-resources-dropdown-link._03 {
  background-image: url('../images/teacher-resources-language_1teacher-resources-language.png');
}

.teacher-resources-dropdown-link._04 {
  background-image: url('../images/teacher-resources-math_1teacher-resources-math.png');
}

.teacher-resources-dropdown-link._05 {
  background-image: url('../images/teacher-resources-nature_1teacher-resources-nature.png');
}

.teacher-resources-dropdown-link._06 {
  background-image: url('../images/teacher-resources-individual-and-groups_1teacher-resources-individual-and-groups.png');
}

.teacher-resources-dropdown-link._07 {
  background-image: url('../images/teacher-resources-art_1teacher-resources-art.png');
}

.teacher-resources-dropdown-link._08 {
  background-image: url('../images/teacher-resources-other_1teacher-resources-other.png');
}

.teacher-resources-book-dropdown {
  width: 100%;
  max-width: 280px;
  margin-left: 30px;
}

.teacher-resources-dropdown-arrow {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  margin-top: -15px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  margin-left: -30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-col-70 {
  width: 70%;
  padding-right: 30px;
  padding-left: 30px;
}

.education-resources-download-b {
  width: 100%;
  margin-top: 30px;
}

.education-resources-download-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.education-resources-download-col {
  position: relative;
  width: 25%;
  margin-top: 15px;
  padding-right: 15px;
  padding-bottom: 52px;
  padding-left: 15px;
}

.education-resources-download-img-b {
  position: relative;
  margin-top: 15px;
  padding: 40px;
  border-style: solid;
  border-width: 3px;
  border-color: #d3a4ac;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(88, 57, 26, 0.25);
}

.education-resources-download-img {
  display: block;
  width: 100%;
  max-width: 130px;
  margin-right: auto;
  margin-left: auto;
}

.red-text {
  color: red;
}

.education-resources-download-content-b {
  margin-top: 10px;
  font-size: 18px;
}

.download-button {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 37px;
  height: 37px;
  padding: 5px 12px;
  border-radius: 8px;
  background-image: url('../images/bg-pattern-red.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 3px 0 0 #901010;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}

.download-button:hover {
  background-image: url('../images/bg-pattern-light-red.jpg');
}

.education-resources-download-text {
  display: inline-block;
  padding-right: 15px;
}

.education-resources-download-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.education-resources-details-cat {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  padding: 30px 40px;
  border-radius: 20px;
  background-image: url('../images/bg-pattern-light-pink.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.img-pink-border {
  border-style: solid;
  border-width: 4px;
  border-color: #e5a9a3;
  border-radius: 5px;
}

.tagline {
  font-size: 34px;
  line-height: 120%;
}

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

.cat-dropdown-row {
  margin-top: 20px;
  margin-right: -40px;
  margin-left: -40px;
}

.cat-dropdown-btn-red {
  width: 100%;
  padding: 10px 28% 10px 15%;
}

.cat-dropdown-btn-red.w--open {
  background-color: #fd6867;
  color: #fff;
}

.cat-dropdown {
  display: block;
}

.cat-dropdown-arrow-b {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 25px;
  margin-right: 60px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.cat-dropdown-arrow {
  display: block;
}

.cat-dropdown-arrow-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.cat-dropdown-list {
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

.cat-dropdown-link {
  padding-right: 20%;
  padding-left: 20%;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-size: 20px;
  line-height: 120%;
}

.cat-dropdown-link.yellow-link-text.w--current {
  background-color: #ffe2a4;
  color: #774e4e;
}

.he-orange {
  width: 100%;
  height: 3px;
  background-color: #e5a9a3;
}

.content-col-30 {
  width: 30%;
  padding-right: 30px;
  padding-left: 30px;
}

.full-height-cat {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: auto;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('../images/bg-pattern-grey-pink.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.cat-dropdown-btn-bule {
  width: 100%;
  padding: 10px 28% 10px 15%;
}

.cat-dropdown-btn-bule.w--open {
  background-color: #1489c9;
  color: #fff;
}

.red-link-text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #a02f2f;
}

.red-link-text:hover {
  background-color: #ffa298;
}

.bule-link-text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #1489c9;
}

.bule-link-text:hover {
  background-color: #c9d7eb;
}

.bule-frame-b {
  padding: 30px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #cddbef;
  border-radius: 15px;
  background-image: url('../images/bg-pattern-grey-bule.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.resources-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.resources-details-l {
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}

.resources-details-r {
  width: 75%;
  padding-right: 10px;
  padding-left: 10px;
}

.sub-title {
  font-size: 30px;
  line-height: 120%;
}

.bule-text {
  color: #1489c9;
}

.img-bule-border {
  border-style: solid;
  border-width: 4px;
  border-color: #8bb4d4;
  border-radius: 5px;
}

.teaching-resources-btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 30px 10px 50px;
  border-radius: 20px;
  background-image: url('../images/bg-pattern-bule.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 3px 0 0 #306dc0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
}

.teaching-resources-btn:hover {
  background-image: url('../images/bg-pattern-light-bule.jpg');
  box-shadow: 0 3px 0 0 #3692c5;
  color: #0e5780;
}

.teaching-resources-btn-img-b {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 25px;
  margin-left: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.teaching-resources-btn-img {
  display: block;
}

.teaching-resources-btn-img-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.teaching-resources-btn-col {
  width: 33.33%;
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.teaching-resources-btn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -20px;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-col {
  width: 25%;
}

.tab-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.teaching-resources-tab-link {
  display: block;
  width: 100%;
  padding: 12px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #cddbef;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: url('../images/bg-pattern-bule.jpg');
  background-position: 0px 0px;
  background-size: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
}

.teaching-resources-tab-link:hover {
  background-image: url('../images/bg-pattern-grey-bule.jpg');
  color: #1489c9;
}

.teaching-resources-tab-link:focus {
  background-image: url('../images/bg-pattern-grey-bule.jpg');
  color: #1489c9;
}

.bule-tab-content-b {
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #cddbef;
  border-radius: 0px 0px 15px 15px;
  background-image: url('../images/bg-pattern-grey-bule.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.resources-content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.resources-content-list-l {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-left: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.teaching-resources-content-list-r {
  width: 40%;
  text-align: right;
}

.resources-content-list-star {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 20px;
  margin-top: 5px;
}

.teaching-resources-content-list-btn {
  position: relative;
  margin-top: 5px;
  padding: 3px 25px 3px 50px;
  border-radius: 20px;
  background-image: url('../images/bg-pattern-bule.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 3px 0 0 #306dc0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
}

.teaching-resources-content-list-btn:hover {
  background-image: url('../images/bg-pattern-light-bule.jpg');
  box-shadow: 0 3px 0 0 #3692c5;
  color: #0e5780;
}

.teaching-resources-content-list-btn-img-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.teaching-resources-content-list-btn-img {
  display: block;
}

.teaching-resources-content-list-btn-img-b {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 35px;
  margin-left: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.resources-content-list-row {
  margin-top: -20px;
}

.resources-content-list-text {
  width: 100%;
}

.menu-color-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -8;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.red {
  background-color: #d42222;
}

.menu-col-arrow {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 60px;
  height: 32px;
  margin-bottom: -30px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.deep-green {
  background-color: #149d5b;
}

.deep-orange {
  background-color: #fd7d00;
}

.deep-bule {
  background-color: #1489c9;
}

.deep-purple {
  background-color: #9032c7;
}

.deep-yellow {
  background-color: #ddad06;
}

.logout-button {
  position: relative;
  z-index: 2;
  padding: 5px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #fa8262;
  border-radius: 50px;
  background-color: #ecfcfd;
  box-shadow: 0 3px 0 0 #b0211a;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #4f3507;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
}

.logout-button:hover {
  background-color: #ef6866;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.logined-icon {
  width: 15px;
  margin-right: 15px;
}

.logined-name {
  position: relative;
  display: inline-block;
  min-width: 220px;
  padding: 5px 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: inset 1px 1px 6px 0 hsla(0, 0%, 47.5%, 0.5);
  color: #876c30;
  font-size: 16px;
  text-align: left;
}

.display-inline {
  display: inline-block;
}

.full-100 {
  width: 100%;
}

.position-relative {
  position: relative;
}

.teaching-resources-tab-link-active {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  padding: 12px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #cddbef;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: url('../images/bg-pattern-grey-bule.jpg');
  background-position: 0px 0px;
  background-size: auto;
  color: #1489c9;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
}

.menu-dropdown-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.full-height-cat-b {
  width: 30%;
  min-height: 100vh;
  margin-top: -40px;
  margin-bottom: -40px;
  padding-right: 30px;
  padding-left: 30px;
}

.popup-content {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.close-button {
  width: 35px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.close-button-01 {
  width: 100%;
  height: 8px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transform: translate(0px, 4px) rotate(45deg);
  -ms-transform: translate(0px, 4px) rotate(45deg);
  transform: translate(0px, 4px) rotate(45deg);
}

.close-button-02 {
  width: 100%;
  height: 8px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transform: translate(0px, -4px) rotate(-45deg);
  -ms-transform: translate(0px, -4px) rotate(-45deg);
  transform: translate(0px, -4px) rotate(-45deg);
}

.logout-button-col {
  width: 100%;
  margin-top: 10px;
}

.logined-name-b {
  width: 100%;
}

.teacher-resources-btn {
  position: relative;
  width: 100%;
  max-width: 250px;
  padding: 10px 20px 10px 30px;
  border-radius: 50px;
  background-image: url('../images/bg-pattern-pink.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat;
  box-shadow: 0 3px 0 0 #d13460;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.teacher-resources-btn:hover {
  background-image: url('../images/bg-pattern-red.jpg');
}

.teacher-resources-btn.w--open {
  background-image: url('../images/bg-pattern-orange.jpg');
}

.teacher-resources-btn-mobile {
  display: none;
  text-align: right;
}

.teacher-resources-btn-desktop {
  text-align: right;
}

.popup-teacher-resources-b {
  position: relative;
  overflow: auto;
  max-height: 80vh;
  padding: 20px;
  border-radius: 20px;
  background-image: url('../images/bg-pattern-light-pink.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.popup-close-button {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: -1px;
  padding: 15px 20px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-image: url('../images/bg-pattern-red.jpg');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
}

.login-close-button {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 35px;
  margin-right: 30px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.login-close-button:hover {
  -webkit-transform: scale(0.8) translate(0px, -50%);
  -ms-transform: scale(0.8) translate(0px, -50%);
  transform: scale(0.8) translate(0px, -50%);
}

.mobile-cat-btn-b {
  display: none;
  margin-bottom: 20px;
}

.mobile-cat-btn-bule {
  position: relative;
  display: block;
  padding: 15px 60px 15px 40px;
  border-radius: 30px;
  background-image: url('../images/bg-pattern-bule.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 3px 0 0 #306dc0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.mobile-cat-btn-bule:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.mobile-button-arrow {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 20px;
  margin-right: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.cat-close-button {
  display: none;
}

.all {
  position: relative;
  overflow: hidden;
}

.mobile-button-b {
  display: none;
  width: 100%;
  padding: 20px 5%;
}

.education-resources-mobile-cat-btn {
  position: relative;
  display: block;
  padding: 15px 60px 15px 40px;
  border-radius: 30px;
  background-image: url('../images/bg-pattern-pink.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 3px 0 0 #f05199;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.mobile-login-b {
  display: none;
}

.mobile-cat {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  height: 100vh;
  background-image: url('../images/bg.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.download-button-img {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 17px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.back-to-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  width: 65px;
  height: 65px;
  margin-right: 3%;
  margin-bottom: 20px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 4px 0 0 #ff7b9b;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.back-to-top:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.back-to-top-arrow-img {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  display: block;
  width: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-black {
  color: #000;
  text-decoration: none;
}

.grey-link-text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #535050;
  text-decoration: none;
}

.grey-link-text:hover {
  color: #ff7b9b;
}

.new {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-top: -15px;
  margin-left: -3px;
  padding: 5px 15px;
  border-radius: 5px;
  background-image: url('../images/bg-pattern-red.jpg');
  background-position: 0px 0px;
  background-size: auto;
  color: #fff;
  font-size: 19px;
}

.max-width-900 {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.footer-b {
  width: 100%;
  height: 100%;
  background-color: #ff7b9b;
}

.education-resources-download-btn-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-right: 15px;
  padding-left: 15px;
}

.purple-bg {
  background-color: #702999;
}

.green-bg {
  background-color: #299945;
}

.green-frame-b {
  padding: 30px 40px;
  border: 1px solid #9bdb95;
  border-radius: 15px;
  background-image: url('../images/bg-pattern-grey-green.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.green-text {
  color: #056135;
}

.macau-tab-link {
  display: block;
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #d3ebc9;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: url('../images/bg-pattern-green.jpg');
  background-position: 0px 0px;
  background-size: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
}

.macau-tab-link:hover {
  background-image: url('../images/bg-pattern-grey-green.jpg');
  color: #056135;
}

.macau-tab-link:focus {
  background-image: url('../images/bg-pattern-grey-green.jpg');
  color: #149d5b;
}

.macau-btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 30px 10px 50px;
  border-radius: 20px;
  background-image: url('../images/bg-pattern-green.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 3px 0 0 #056135;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
}

.macau-btn:hover {
  background-image: url('../images/bg-pattern-light-greeen.jpg');
  box-shadow: 0 3px 0 0 #36c544;
  color: #149d5b;
}

.green-link-text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #149d5b;
}

.green-link-text:hover {
  background-color: #d7f5de;
}

.cat-dropdown-btn-green {
  width: 100%;
  padding: 10px 28% 10px 15%;
  color: #535050;
  text-decoration: none;
}

.cat-dropdown-btn-green.w--open {
  background-color: #149d5b;
  color: #fff;
}

.macau-tab-link-active {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #d3ebc9;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: url('../images/bg-pattern-grey-green.jpg');
  background-position: 0px 0px;
  background-size: auto;
  color: #149d5b;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
}

.green-tab-content-b {
  padding: 40px;
  border: 1px solid #d3ebc9;
  border-radius: 0px 0px 15px 15px;
  background-image: url('../images/bg-pattern-grey-green.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.macau-content-list-btn {
  position: relative;
  margin-top: 5px;
  padding: 3px 25px 3px 50px;
  border-radius: 20px;
  background-image: url('../images/bg-pattern-green.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 3px 0 0 #056135;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
}

.macau-content-list-btn:hover {
  background-image: url('../images/bg-pattern-light-greeen.jpg');
  box-shadow: 0 3px 0 0 #36c544;
  color: #29800e;
}

.img-green-border {
  border: 2px solid #149d5b;
  border-radius: 5px;
}

.mobile-cat-btn-green {
  position: relative;
  display: block;
  padding: 15px 60px 15px 40px;
  border-radius: 30px;
  background-image: url('../images/bg-pattern-green.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 3px 0 0 #056135;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.mobile-cat-btn-green:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.yellow-link-text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #774e4e;
}

.yellow-link-text:hover {
  background-color: #ffe2a4;
}

.mobile-cat-btn-yellow {
  position: relative;
  display: block;
  padding: 15px 60px 15px 40px;
  border-radius: 30px;
  background-image: url('../images/bg-pattern-yellow.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 3px 0 0 #c08930;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #774e4e;
  font-size: 24px;
  text-decoration: none;
}

.mobile-cat-btn-yellow:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.yellow-frame-b {
  padding: 30px 40px;
  border: 1px solid #f8ce3e;
  border-radius: 15px;
  background-image: url('../images/bg-pattern-light-yellow.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.yellow-frame-b.teacher-voices {
  padding-top: 80px;
}

.yellow-text {
  color: #774e4e;
}

.cat-dropdown-btn-yellow {
  width: 100%;
  padding: 10px 28% 10px 15%;
  color: #535050;
  text-decoration: none;
}

.cat-dropdown-btn-yellow.w--current {
  background-color: #f4c111;
  color: #774e4e;
}

.cat-dropdown-btn-yellow.w--open {
  background-color: #f4c111;
  color: #774e4e;
}

.yellow-link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #774e4e;
}

.yellow-link:hover {
  color: #ddad06;
}

.cat-btn-yellow {
  display: block;
  width: 100%;
  padding: 10px 28% 10px 15%;
  color: #535050;
  text-decoration: none;
}

.cat-btn-yellow.w--current {
  background-color: #f4c111;
  color: #774e4e;
}

.cat-btn-yellow.w--open {
  background-color: #f4c111;
  color: #fff;
}

.yellow-tab-content-b {
  padding: 40px;
  border: 1px solid #f8ce3e;
  border-radius: 0px 0px 15px 15px;
  background-image: url('../images/bg-pattern-grey-yellow.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.education-development-tab-link {
  display: block;
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #f8ce3e;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: url('../images/bg-pattern-yellow.jpg');
  background-position: 0px 0px;
  background-size: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
}

.education-development-tab-link:hover {
  background-image: url('../images/bg-pattern-grey-yellow.jpg');
  color: #774e4e;
}

.education-development-tab-link:focus {
  background-image: url('../images/bg-pattern-grey-yellow.jpg');
  color: #774e4e;
}

.education-development-tab-link-active {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #f8ce3e;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: url('../images/bg-pattern-grey-yellow.jpg');
  background-position: 0px 0px;
  background-size: auto;
  color: #774e4e;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
}

.char-03 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  max-width: 82px;
  margin-top: -20px;
  margin-left: 20px;
}

.education-development-title-b {
  padding-right: 80px;
  padding-left: 80px;
}

.education-development-about-title {
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  background-image: url('../images/yellow-dot_1yellow-dot.png');
  background-position: 0% 100%;
  background-size: 22px;
  background-repeat: repeat-x;
  text-align: center;
}

.education-development-text-b {
  margin-top: 40px;
}

.education-development-about-content-b {
  margin-top: 40px;
}

.education-development-personal-training-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.education-development-school-col {
  width: 25%;
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.education-development-school-link-img {
  width: 100%;
  max-width: 170px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 6px 5px 0 rgba(88, 57, 26, 0.25);
}

.education-development-school-link-b {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #535050;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.education-development-school-link-b:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.education-development-personal-training-tnc-b {
  margin-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

.education-development-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.education-development-table-row.title-row {
  border-bottom: 2px solid #f8ce3e;
}

.education-development-table-col-25 {
  width: 25%;
  padding: 10px;
  text-align: center;
}

.education-development-table-col-50 {
  width: 50%;
  padding: 10px;
}

.orange-btn {
  padding: 5px 30px;
  border-radius: 20px;
  background-image: url('../images/bg-pattern-orange-02.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 3px 0 0 #c07f30;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  text-decoration: none;
}

.orange-btn:hover {
  background-image: url('../images/bg-pattern-light-orange.jpg');
  box-shadow: 0 3px 0 0 #fdc150;
  color: #774e4e;
}

.pink-bg {
  background-color: #fcd9d5;
}

.education-development-table-b {
  margin-top: -10px;
}

.education-development-highlights-details-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.education-development-b {
  margin-top: 30px;
}

.education-development-teaching-sharing-communication-dropdown {
  width: 100%;
  max-width: 350px;
}

.education-development-teaching-sharing-communication-dropdown-btn {
  display: block;
  padding: 10px 60px;
  border: 2px solid #caa669;
  border-radius: 15px;
  background-image: url('../images/bg-pattern-light-yellow.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 20px;
  text-align: center;
}

.education-development-teaching-sharing-communication-dropdown-btn:hover {
  background-image: url('../images/bg-pattern-grey-yellow.jpg');
}

.education-development-teaching-sharing-communication-dropdown-btn.w--open {
  background-image: url('../images/bg-pattern-grey-yellow.jpg');
}

.education-development-teaching-sharing-communication-dropdown-list {
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f9f3c2;
}

.education-development-list {
  margin-bottom: 0px;
  padding-left: 25px;
}

.education-development-list-item {
  margin-top: 20px;
}

.education-development-list-row {
  margin-top: -10px;
}

.link-hover {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.link-hover:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.school-details-b {
  margin-top: 20px;
}

.school-details-col-l {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.school-details-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.school-details-col-r {
  width: 75%;
  padding-right: 15px;
  padding-left: 15px;
}

.education-development-school-details-img {
  width: 100%;
  max-width: 170px;
  background-color: #fff;
  box-shadow: 0 6px 5px 0 rgba(88, 57, 26, 0.25);
}

.education-trends-text-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.education-trends-text-col-l {
  width: 65%;
  padding-right: 10px;
  padding-left: 10px;
}

.education-trends-text-col-r {
  width: 35%;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 18px;
  text-align: right;
}

.education-trends-table-col-tag {
  width: 20%;
  padding: 10px;
}

.education-trends-table-col-60 {
  width: 60%;
  padding: 10px;
}

.education-trends-table-col-20 {
  width: 20%;
  padding: 10px;
  text-align: center;
}

.education-trends-tag {
  display: block;
  padding: 3px 10px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
}

.light-purple-bg {
  background-color: #bc7ee0;
}

.bule-bg {
  background-color: #1489c9;
}

.grey-green-bg {
  background-color: #86ae66;
}

.show-from-tablet {
  display: none;
}

.education-development-teaching-sharing-communication-dropdown-b {
  margin-top: 20px;
}

.highlights-details-list {
  margin-bottom: 0px;
  padding-left: 20px;
}

.education-development-table-col-button {
  width: 25%;
  padding: 10px;
}

.text-brown {
  color: #774e4e;
}

.show-smallest {
  display: none;
}

.education-development-texcher-voices-content-b {
  margin-top: 30px;
}

.text-justisy {
  text-align: justify;
}

.parent-zone-sub-dropdown {
  display: block;
  width: 100%;
}

.parent-zone-sub-dropdown-button {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background-color: #702999;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 16px;
}

.parent-zone-sub-dropdown-button:hover {
  color: #f4c111;
}

.parent-zone-sub-dropdown-list {
  position: relative;
  overflow: hidden;
  background-color: #bc7ee0;
}

.yellow-btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 30px 10px 50px;
  border-radius: 20px;
  background-image: url('../images/bg-pattern-yellow.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 3px 0 0 #ddad06;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
}

.yellow-btn:hover {
  background-image: url('../images/bg-pattern-light-yellow.jpg');
  box-shadow: 0 3px 0 0 #f4c111;
  color: #ddad06;
}

.campus-training-btn-b {
  width: 33.33%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.home-featured-slider {
  position: relative;
  height: auto;
  margin-right: -5px;
  margin-left: -5px;
  background-color: transparent;
}

.home-featured-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-featured-item {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-decoration: none;
}

.home-featured-item.slick-current {
  opacity: 1;
}

.home-featured-fade-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 6%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(254, 114, 140, 0)), color-stop(70%, #fe728c));
  background-image: linear-gradient(90deg, rgba(254, 114, 140, 0), #fe728c 70%);
}

.home-featured-fade-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 6%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(254, 114, 140, 0)), color-stop(70%, #fe728c));
  background-image: linear-gradient(270deg, rgba(254, 114, 140, 0), #fe728c 70%);
}

html.w-mod-js *[data-ix="height-0"] {
  height: 0px;
}

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

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

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

html.w-mod-js *[data-ix="fadde-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fadde-in"] {
  opacity: 0;
}

@media screen and (min-width: 1440px) {
  .section-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-slide-text-b {
    font-size: 20px;
  }

  .content-b {
    margin-top: 20px;
  }

  .teacher-resources-row {
    margin-top: -30px;
  }

  .teacher-resources-col {
    width: 33.33%;
    margin-top: 30px;
  }

  .teacher-resources-img-b {
    width: 60%;
  }

  .teacher-resources-img {
    max-width: 110px;
  }

  .teacher-resources-icon-text-b {
    width: 40%;
  }

  .teacher-resources-dropdown {
    max-width: 200px;
  }

  .teacher-resources-icon-text {
    font-size: 22px;
  }

  .teacher-resources-dropdown-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
  }

  .home-featured-item {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  .footer-dropdown {
    z-index: 0;
  }

  .container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .container.nav-nenu-container {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .footer-logo-b {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-logo-row {
    max-width: 400px;
  }

  .footer-r-b {
    width: auto;
    text-align: center;
  }

  .footer-wrap {
    display: block;
  }

  .footer-link-gp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-l-b {
    width: auto;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-footer {
    height: 145px;
  }

  .footer-link-item {
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .home-slide-text-b {
    padding-right: 5%;
    padding-left: 5%;
    font-size: 18px;
  }

  .home-platform-logo-col {
    width: 50%;
  }

  .home-news-row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .home-content-l {
    width: 100%;
  }

  .home-content-r {
    width: 100%;
    margin-top: 30px;
  }

  .header {
    background-color: transparent;
  }

  .nav-nenu {
    position: fixed;
    z-index: 998;
    display: none;
    overflow: auto;
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-image: url('../images/bg.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .header-top {
    background-position: 0% 100%;
  }

  .header-top-col-l {
    width: 75%;
  }

  .header-top-col-r {
    width: 25%;
  }

  .header-char-01 {
    margin-left: 50%;
  }

  .header-char-02 {
    margin-left: 72%;
  }

  .home-news-col {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-col {
    overflow: hidden;
    width: 100%;
    padding: 25px 15%;
  }

  .menu-color {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .menu-img {
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .menu-img-teacher {
    left: 0%;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-right: 0px;
    margin-left: 12%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .menu-text {
    font-size: 20px;
  }

  .menu-dropdown {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .menu-dropdown-list {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
  }

  .menu-dropdown-link {
    padding: 25px 5%;
    font-size: 20px;
    text-align: center;
  }

  .home-slider-b {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .desktop {
    display: none;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 50%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    display: block;
    width: 45px;
    padding: 0px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .menu-button-line {
    width: 100%;
    height: 3px;
    padding: 0px;
    border-radius: 50px;
    background-color: #774e4e;
  }

  .menu-button-02 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .content-b {
    margin-top: 20px;
  }

  .teacher-resources-slide-arrow-l {
    width: 30px;
    height: 30px;
    background-size: auto 15px;
  }

  .slide-radius {
    border-radius: 15px;
  }

  .teacher-resources-row {
    margin-top: -20px;
  }

  .teacher-resources-col {
    width: 50%;
    margin-top: 30px;
  }

  .teacher-resources-img {
    max-width: 110px;
  }

  .teacher-resources-book-dropdown-btn {
    padding-right: 17%;
    padding-left: 17%;
  }

  .teacher-resources-book-row {
    margin-top: -20px;
    margin-right: -5%;
    margin-left: -5%;
  }

  .teacher-resources-book-col {
    width: 33.33%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .dropdown-arrow {
    width: 20px;
  }

  .teacher-resources-book-dropdown-lnk {
    padding-right: 5%;
    padding-left: 5%;
  }

  .teacher-resources-icon-text {
    font-size: 20px;
  }

  .teacher-resources-slide-mask {
    margin-right: 5%;
    margin-left: 5%;
  }

  .teacher-resources-b {
    margin-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .teacher-resources-slide-arrow-lr {
    width: 30px;
    height: 30px;
    background-size: auto 15px;
  }

  .teacher-resources-dropdown-link {
    padding-left: 18%;
    background-position: 0% 50%;
  }

  .content-row {
    display: block;
    margin-right: -5%;
    margin-left: -5%;
  }

  .content-col-70 {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .education-resources-download-col {
    width: 33.33%;
  }

  .education-resources-download-img-b {
    padding: 30px 5%;
  }

  .education-resources-details-cat {
    position: static;
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
  }

  .cat-dropdown-row {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    overflow: auto;
    width: 100%;
    height: 100vh;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cat-dropdown-btn-red {
    padding: 20px 10% 20px 5%;
    border-top: 1px solid #ffb397;
  }

  .cat-dropdown-arrow-b {
    width: 20px;
    margin-right: 5%;
  }

  .cat-dropdown-link {
    padding: 20px 10%;
  }

  .content-col-30 {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .full-height-cat {
    position: static;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../images/bg.jpg');
    background-size: auto;
    background-repeat: repeat-y;
  }

  .cat-dropdown-btn-bule {
    padding: 20px 10% 20px 5%;
    border-top: 1px solid #ffb397;
  }

  .bule-frame-b {
    padding-right: 5%;
    padding-left: 5%;
  }

  .resources-details-l {
    width: 100%;
    text-align: center;
  }

  .resources-details-r {
    width: 100%;
    margin-top: 20px;
  }

  .teaching-resources-btn-col {
    width: 33.33%;
  }

  .tab-col {
    width: 33.33%;
  }

  .bule-tab-content-b {
    padding-right: 5%;
    padding-left: 5%;
  }

  .resources-content-list-l {
    width: 100%;
  }

  .teaching-resources-content-list-r {
    width: 100%;
    margin-top: 10px;
    padding-left: 40px;
    text-align: left;
  }

  .menu-color-hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .menu-button-b {
    padding: 8px;
    border-style: solid;
    border-width: 3px;
    border-color: #fd7d00;
    border-radius: 10px;
    background-color: #fff;
  }

  .menu-dropdown-col {
    overflow: hidden;
    width: 100%;
  }

  .full-height-cat-b {
    z-index: 99;
    display: none;
  }

  .logout-button-col {
    width: 45%;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .logined-name-b {
    width: 55%;
    padding-right: 10px;
    padding-left: 10px;
    text-align: right;
  }

  .logined-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .teacher-resources-btn-mobile {
    display: block;
  }

  .teacher-resources-btn-desktop {
    display: none;
  }

  .popup-teacher-resources-b {
    padding-right: 5%;
    padding-left: 5%;
  }

  .max-width-400 {
    max-width: 400px;
  }

  .mobile-cat-btn-b {
    display: block;
  }

  .mobile-cat-btn-bule {
    padding-right: 10%;
    padding-left: 7%;
  }

  .cat-close-button {
    display: block;
    margin-bottom: 20px;
    padding-left: 5%;
    text-align: left;
  }

  .brown-color {
    background-color: #774e4e;
  }

  .mobile-button-b {
    display: block;
  }

  .education-resources-mobile-cat-btn {
    padding-right: 10%;
    padding-left: 7%;
  }

  .mobile-login-b {
    display: block;
    width: 100%;
    padding: 30px 5%;
    text-align: center;
  }

  .green-frame-b {
    padding-right: 5%;
    padding-left: 5%;
  }

  .cat-dropdown-btn-green {
    padding: 20px 10% 20px 5%;
    border-top: 1px solid #ffb397;
  }

  .green-tab-content-b {
    padding-right: 5%;
    padding-left: 5%;
  }

  .mobile-cat-btn-green {
    padding-right: 10%;
    padding-left: 7%;
  }

  .mobile-cat-btn-yellow {
    padding-right: 10%;
    padding-left: 7%;
  }

  .yellow-frame-b {
    padding-right: 5%;
    padding-left: 5%;
  }

  .cat-dropdown-btn-yellow {
    padding: 20px 10% 20px 5%;
    border-top: 1px solid #ffb397;
  }

  .cat-btn-yellow {
    padding: 20px 10% 20px 5%;
    border-top: 1px solid #ffb397;
  }

  .yellow-tab-content-b {
    padding-right: 5%;
    padding-left: 5%;
  }

  .education-development-title-b {
    padding-right: 12%;
    padding-left: 12%;
  }

  .education-development-about-title {
    padding-right: 5%;
    padding-left: 5%;
  }

  .education-development-text-b {
    margin-top: 30px;
  }

  .education-development-school-link-b {
    font-size: 16px;
  }

  .education-development-b {
    margin-top: 20px;
  }

  .education-development-teaching-sharing-communication-dropdown-btn {
    padding-right: 17%;
    padding-left: 17%;
  }

  .show-from-tablet {
    display: block;
  }

  .home-featured-fade-right {
    background-color: #fe728c;
    background-image: none;
  }

  .home-featured-fade-left {
    background-color: #fe728c;
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .footer-logo-row {
    width: 100%;
  }

  .footer-dropdown-list-wrap {
    max-height: 180px;
  }

  .footer-l-b {
    margin-bottom: 10px;
  }

  .section-footer {
    height: 180px;
    font-size: 14px;
    line-height: 18px;
  }

  .footer-dropdown-b {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .home-slide-text-b {
    font-size: 16px;
  }

  .home-slide-arrow-l {
    width: 30px;
    height: 30px;
    background-size: auto 15px;
  }

  .home-slide-arrow-r {
    width: 30px;
    height: 30px;
    background-size: auto 15px;
  }

  .home-news-row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .header-char-01 {
    display: none;
  }

  .header-char-02 {
    display: none;
  }

  .logo-b {
    max-width: 250px;
  }

  .login-button {
    font-size: 18px;
  }

  .login-button-img-b {
    width: 18px;
  }

  .home-news-col {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-slider-dot {
    height: auto;
    font-size: 10px;
  }

  .menu-img-teacher {
    margin-left: 18%;
  }

  .menu-dropdown {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .home-banner-arrow-l {
    width: 30px;
    height: 30px;
  }

  .home-banner-arrow-img-l {
    height: 15px;
  }

  .home-banner-arrow-r {
    width: 30px;
    height: 30px;
  }

  .home-banner-arrow-img-r {
    height: 15px;
  }

  .popup-login-title {
    width: 60%;
    padding-right: 60px;
    padding-left: 40px;
    font-size: 20px;
  }

  .teacher-login-icon {
    max-width: 80px;
  }

  .form-text-field {
    width: 100%;
    margin-top: 5px;
  }

  .form-label {
    width: 100%;
    margin-top: 0px;
    font-size: 20px;
    text-align: left;
  }

  .form-text-col {
    margin-top: 10px;
  }

  .form-text-row {
    margin-top: -15px;
  }

  .teacher-login-form {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .login-remeber {
    font-size: 16px;
  }

  .form-checkbox {
    width: 25px;
    height: 25px;
  }

  .form-checkbox.w--redirected-checked {
    width: 25px;
    height: 25px;
  }

  .content-b {
    margin-top: 15px;
  }

  .teacher-resources-slide-nav {
    display: none;
    height: auto;
  }

  .teacher-resources {
    min-height: auto;
  }

  .teacher-resources-col {
    width: 100%;
  }

  .teacher-resources-img {
    max-width: 100px;
  }

  .teacher-resources-book-dropdown-btn {
    font-size: 18px;
  }

  .teacher-resources-book-row {
    margin-top: -15px;
  }

  .teacher-resources-book-col {
    width: 50%;
    margin-top: 30px;
  }

  .dropdown-arrow {
    width: 20px;
  }

  .teacher-resources-book-dropdown-lnk {
    font-size: 16px;
  }

  .education-resources-title {
    display: block;
    margin-top: 20px;
  }

  .teacher-resources-icon-row {
    max-width: 90px;
  }

  .teacher-resources-b {
    margin-top: 20px;
  }

  .teacher-resources-dropdown-img {
    width: 15px;
  }

  .teacher-resources-dropdown-link {
    padding-left: 20%;
  }

  .teacher-resources-book-dropdown {
    max-width: none;
    margin-top: 10px;
    margin-left: 0px;
  }

  .education-resources-download-row {
    margin-top: -30px;
  }

  .education-resources-download-col {
    width: 50%;
    margin-top: 20px;
    padding-bottom: 50px;
  }

  .education-resources-download-img-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .education-resources-download-content-b {
    margin-top: 8px;
  }

  .download-button {
    width: 35px;
    height: 35px;
  }

  .education-resources-details-cat {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tagline {
    font-size: 30px;
  }

  .cat-dropdown-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cat-dropdown-arrow-b {
    width: 15px;
  }

  .cat-dropdown-link {
    font-size: 16px;
  }

  .bule-frame-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .teaching-resources-btn {
    font-size: 18px;
  }

  .teaching-resources-btn-col {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .teaching-resources-btn-row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .teaching-resources-tab-link {
    font-size: 16px;
  }

  .bule-tab-content-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .resources-content-list-l {
    padding-left: 30px;
  }

  .teaching-resources-content-list-r {
    padding-left: 30px;
  }

  .resources-content-list-star {
    width: 15px;
  }

  .teaching-resources-content-list-btn {
    font-size: 20px;
  }

  .teaching-resources-content-list-btn-img-b {
    width: 30px;
  }

  .logout-button {
    font-size: 18px;
  }

  .logined-name {
    width: 100%;
    min-width: auto;
  }

  .menu-button-b {
    padding-right: 5px;
    padding-left: 5px;
  }

  .teaching-resources-tab-link-active.tab-01-btn-active {
    font-size: 16px;
  }

  .close-button {
    width: 25px;
  }

  .close-button-01 {
    height: 5px;
    -webkit-transform: translate(0px, 4px) rotate(45deg);
    -ms-transform: translate(0px, 4px) rotate(45deg);
    transform: translate(0px, 4px) rotate(45deg);
  }

  .close-button-02 {
    height: 5px;
    -webkit-transform: translate(0px, -1px) rotate(-45deg);
    -ms-transform: translate(0px, -1px) rotate(-45deg);
    transform: translate(0px, -1px) rotate(-45deg);
  }

  .logout-button-col {
    width: 100%;
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .logined-name-b {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .teacher-resources-btn {
    max-width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .popup-teacher-resources-b {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .popup-close-button {
    padding-top: 10px;
  }

  .login-close-button {
    width: 25px;
  }

  .mobile-cat-btn-bule {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .mobile-button-arrow {
    height: 12px;
  }

  .education-resources-mobile-cat-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .mobile-login-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .download-button-img {
    width: 15px;
  }

  .back-to-top {
    width: 45px;
    height: 45px;
  }

  .back-to-top-arrow-img {
    width: 23px;
  }

  .education-resources-download-btn-b {
    margin-top: 8px;
  }

  .green-frame-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .macau-tab-link {
    font-size: 16px;
  }

  .macau-btn {
    font-size: 18px;
  }

  .macau-tab-link-active.tab-01-btn-active {
    font-size: 16px;
  }

  .green-tab-content-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .macau-content-list-btn {
    font-size: 20px;
  }

  .mobile-cat-btn-green {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .mobile-cat-btn-yellow {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .yellow-frame-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .yellow-frame-b.teacher-voices {
    padding-top: 20px;
  }

  .yellow-tab-content-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .education-development-tab-link {
    font-size: 16px;
  }

  .education-development-tab-link-active.tab-01-btn-active {
    font-size: 16px;
  }

  .char-03 {
    max-width: 62px;
  }

  .education-development-title-b {
    padding-right: 15%;
    padding-left: 15%;
  }

  .education-development-about-content-b {
    margin-top: 15px;
  }

  .education-development-personal-training-row {
    margin-right: -5%;
    margin-left: -5%;
  }

  .education-development-school-col {
    width: 33.33%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .education-development-personal-training-tnc-b {
    padding-right: 5%;
    padding-left: 5%;
  }

  .education-development-table-col-50 {
    width: 45%;
  }

  .orange-btn {
    padding-right: 20px;
    padding-left: 20px;
  }

  .education-development-b {
    margin-top: 10px;
  }

  .education-development-teaching-sharing-communication-dropdown {
    max-width: none;
    margin-top: 10px;
    margin-left: 0px;
  }

  .education-development-teaching-sharing-communication-dropdown-btn {
    font-size: 18px;
  }

  .education-trends-text-col-l {
    width: 58%;
  }

  .education-trends-text-col-r {
    width: 42%;
    font-size: 16px;
  }

  .education-trends-table-col-tag {
    width: 26%;
  }

  .education-trends-table-col-60 {
    width: 50%;
  }

  .education-trends-table-col-20 {
    width: 24%;
  }

  .education-development-teaching-sharing-communication-dropdown-b {
    margin-top: 0px;
  }

  .education-development-table-col-button {
    width: 30%;
    text-align: center;
  }

  .education-development-texcher-voices-content-b {
    margin-top: 50px;
  }

  .yellow-btn {
    font-size: 18px;
  }

  .home-featured-list {
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-featured-fade-right {
    width: 2%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(254, 114, 140, 0)), color-stop(70%, #fe728c));
    background-image: linear-gradient(90deg, rgba(254, 114, 140, 0), #fe728c 70%);
  }

  .home-featured-fade-left {
    width: 2%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(254, 114, 140, 0)), color-stop(70%, #fe728c));
    background-image: linear-gradient(270deg, rgba(254, 114, 140, 0), #fe728c 70%);
  }
}

@media screen and (max-width: 479px) {
  .footer-logo-b {
    width: auto;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-l-b {
    display: block;
  }

  .section-footer {
    height: 170px;
  }

  .footer-link-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-nenu {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .header-top {
    background-image: url('../images/header-bg-mobile.jpg');
    background-position: 100% 100%;
  }

  .menu-img-teacher {
    margin-left: 29%;
  }

  .teacher-resources-img {
    max-width: 75px;
  }

  .education-resources-download-img {
    max-width: 75px;
  }

  .tagline {
    font-size: 26px;
  }

  .sub-title {
    font-size: 26px;
  }

  .char-03 {
    margin-left: 0px;
  }

  .education-development-title-b {
    margin-top: 15px;
    text-align: center;
  }

  .education-development-school-col {
    width: 50%;
  }

  .education-development-table-row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid #f8ce3e;
  }

  .education-development-table-row.title-row {
    display: none;
  }

  .education-development-table-col-25 {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    text-align: left;
  }

  .education-development-table-col-50 {
    width: 100%;
    padding: 0px 5%;
  }

  .school-details-col-l {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .school-details-row {
    margin-right: 0%;
    margin-left: 0px;
  }

  .school-details-col-r {
    width: 100%;
    margin-top: 10px;
    padding-right: 5%;
    padding-bottom: 10px;
    padding-left: 5%;
  }

  .education-trends-text-row {
    margin-bottom: 30px;
  }

  .education-trends-text-col-l {
    width: 100%;
  }

  .education-trends-text-col-r {
    width: 100%;
    margin-top: 5px;
    text-align: left;
  }

  .education-trends-table-col-tag {
    width: 100%;
  }

  .education-trends-table-col-60 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .education-trends-table-col-20 {
    width: 100%;
    text-align: left;
  }

  .education-trends-tag {
    display: inline-block;
  }

  .education-development-table-col-button {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .show-smallest {
    display: block;
  }

  .education-development-highlights-tagline-b {
    margin-bottom: 30px;
    padding-top: 1px;
  }
}

