.ct-section {
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
}

.ct-section>.ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ct-div-block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.ct-new-columns {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.ct-link-text {
  display: inline-block;
}

.ct-link {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ct-link-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.ct-link-button {
  background-color: #1e73be;
  border: 1px solid #1e73be;
  color: #ffffff;
  padding: 10px 16px;
}

.ct-image {
  max-width: 100%;
}

.ct-fancy-icon>svg {
  width: 55px;
  height: 55px;
}

.ct-inner-content {
  width: 100%;
}

.ct-slide {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ct-nestable-shortcode {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-comments {
  width: 100%;
  text-align: left;
}

.oxy-comment-form {
  width: 100%;
}

.oxy-login-form {
  width: 100%;
}

.oxy-search-form {
  width: 100%;
}

.oxy-tabs-contents {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-tab {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-tab-content {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-testimonial {
  width: 100%;
}

.oxy-icon-box {
  width: 100%;
}

.oxy-pricing-box {
  width: 100%;
}

.oxy-posts-grid {
  width: 100%;
}

.oxy-gallery {
  width: 100%;
}

.ct-slider {
  width: 100%;
}

.oxy-tabs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
}

.ct-modal {
  flex-direction: column;
  align-items: flex-start;
}

.ct-span {
  display: inline-block;
  text-decoration: inherit;
}

.ct-widget {
  width: 100%;
}

.oxy-dynamic-list {
  width: 100%;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  .ct-div-block,
  .oxy-post-content,
  .ct-text-block,
  .ct-headline,
  .oxy-rich-text,
  .ct-link-text {
    max-width: 100%;
  }

  img {
    flex-shrink: 0;
  }

  body * {
    min-height: 1px;
  }
}

.oxy-testimonial {
  flex-direction: row;
  align-items: center;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
  order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
  width: 125px;
  height: 125px;
  margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap,
.oxy-testimonial .oxy-testimonial-author-wrap,
.oxy-testimonial .oxy-testimonial-content-wrap {
  align-items: flex-start;
  text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.4;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author-info {
  font-size: 12px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-icon-box {
  text-align: left;
  flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
  margin-bottom: 12px;
  align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
  font-size: 21px;
  margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
  font-size: 16px;
  margin-bottom: 12px;
  align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
  margin-top: 20px;
}

/* GLOBALS */

.oxy-pricing-box .oxy-pricing-box-section {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  alignment: center;
  text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  justify-content: center;
}

/* IMAGE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
  justify-content: center;
}

/* TITLE */

.oxy-pricing-box .oxy-pricing-box-title-title {
  font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
  font-size: 24px;
}

/* PRICE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
  font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
  font-size: 80px;
  line-height: 0.7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
  font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
  font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

/* CONTENT */

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

/* CTA */

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
  justify-content: center;
}

.oxy-progress-bar .oxy-progress-bar-background {
  background-color: #000000;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
  animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
  width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
  background-color: #66aaff;
  padding: 40px;
  animation: none 0s paused, none 0s paused;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
  font-size: 30px;
  font-weight: 900;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
  font-size: 12px;
}

.ct-slider .unslider-nav ol li {
  border-color: #ffffff;
}

.ct-slider .unslider-nav ol li.unslider-active {
  background-color: #ffffff;
}

.ct-slider .ct-slide {
  padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary,
.oxy-superbox .oxy-superbox-primary {
  transition-duration: 0.5s;
}

.oxy-pro-menu {
  menu_dropdown_animation: fade-up;
}

.oxy-pro-menu .oxy-pro-menu-list .menu-item a {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-list>.menu-item {
  margin-top: px;
  margin-left: px;
  margin-right: px;
  margin-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu {
  box-shadow: px px px px;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children>a svg {
  margin-top: px;
  margin-left: px;
  margin-right: px;
  margin-bottom: px;
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children>a div {
  margin-left: 0px;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu .menu-item a {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
  width: 30px;
  height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon,
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
  top: 20px;
  left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
  width: 24px;
  height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon,
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container>div:first-child,
.oxy-pro-menu .oxy-pro-menu-open-container>div:first-child {
  oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width: px;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
  oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width: px;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
  background-color: #ffffff;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item a,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item a {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container,
.oxy-pro-menu .oxy-pro-menu-open-container {
  background-color: ;
  background-image: url();
  overlay-color: ;
  background-size: ;
  background-repeat: ;
  background-attachment: ;
  background-blend-mode: ;
  background-size-width: px;
  background-size-height: px;
  background-position: px px;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children>a svg,
.oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children>a svg {
  font-size: 24px;
}

.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul,
.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul {
  background-color: rgba(0, 0, 0, 0.2);
  border-top-style: solid;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list {
  flex-direction: row;
}

.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
  text-align: left;
  justify-content: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item {
  align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a {
  text-align: left;
  justify-content: flex-start;
}

.oxy-shape-divider {
  width: 0px;
  height: 0px;

}

.oxy_shape_divider svg {
  width: 100%;
}

.ct-section-inner-wrap,
.oxy-header-container {
  max-width: 1180px;
}

body {
  font-family: 'Montserrat';
}

body {
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
  color: #6f6f6f;
}

.oxy-nav-menu-hamburger-line {
  background-color: #6f6f6f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat';
  font-size: 54px;
  font-weight: 500;
  line-height: 1.4;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
}

h3,
h4,
h5,
h6 {
  font-size: 20px;
  line-height: 1.3;
}

h4,
h5,
h6 {
  font-size: 20px;
  line-height: 1.3;
}

h5,
h6 {
  font-size: 18px;
  line-height: 1.3;
}

h6 {
  font-size: 16px;
  line-height: 1.3;
}

a {
  color: #0074db;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.ct-link-text {
  text-decoration: ;
}

.ct-link {
  text-decoration: ;
}

.ct-link-button {
  border-radius: 3px;
}

.ct-section-inner-wrap {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
}

.ct-new-columns>.ct-div-block {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.oxy-header-container {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 992px) {
  .ct-columns-inner-wrap {
    display: block !important;
  }

  .ct-columns-inner-wrap:after {
    display: table;
    clear: both;
    content: "";
  }

  .ct-column {
    width: 100% !important;
    margin: 0 !important;
  }

  .ct-columns-inner-wrap {
    margin: 0 !important;
  }
}

.c-btn-main {
  background-color: #db222a;
  border: 1px solid #db222a;
  color: #ffffff;
  padding: 10px 16px;
}

.c-btn-main {
  border-top-color: #0f497b;
  border-right-color: #0f497b;
  border-bottom-color: #0f497b;
  border-left-color: #0f497b;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-radius: 60px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 30px;
  padding-right: 30px;
  border-spacing: 5px
}

.c-padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-font-italic {
  font-style: italic;
  font-size: 16px;
}

.c-padding-10 {
  color: #333333;
}

.c-padding-10>svg {
  width: 55px;
  height: 55px;
}

.c-padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
  icon-padding: 50px;
}

.c-margin-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .c-margin-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.c-contact-custom {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  border-radius: 20px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(66, 133, 244, 0.2);
  border-right-color: rgba(66, 133, 244, 0.2);
  border-bottom-color: rgba(66, 133, 244, 0.2);
  border-left-color: rgba(66, 133, 244, 0.2);
  border-top-width: 01px;
  border-right-width: 01px;
  border-bottom-width: 01px;
  border-left-width: 01px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.c-btn-border {
  border-top-color: #0f497b;
  border-right-color: #0f497b;
  border-bottom-color: #0f497b;
  border-left-color: #0f497b;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-radius: 60px;
}

.c-btn-white {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-radius: 60px;
}

.c-circle-ani {}

.sticky {}

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

.c-testimonial-block {
  position: relative;
  top: -70px;
  width: 100%;
}

.c-study-img {}

.c-study-img-2 {}

.c-study-line {}

.c-study-line-2 {}

.c-circle-ani-2 {}

.c-circle-ani-3 {}

.grid-container {
  display: grid;
}

.c-btn-hover {}

.c-circle-ani-4 {}

.c-circle-ani-5 {}

.c-circle-ani-6 {}

.c-circle-ani-7 {}

.c-circle-ani-8 {}

.corevalue {}

.historyofaeg {
  position: relative;
}

.c-margin-bot-50 {
  margin-bottom: 50px;
  color: #4285f4;
  text-align: center;
}

.c-margin-bot-50:not(.ct-section):not(.oxy-easy-posts),
.c-margin-bot-50.oxy-easy-posts .oxy-posts,
.c-margin-bot-50.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.c-vision-line {}

.c-vision-line2 {}

.c-margin-bottom-30 {
  margin-bottom: 30px;
}

.c-benefit-img {}

.c-benefit-block {
  width: 100%;
}

.c-benefit-block:not(.ct-section):not(.oxy-easy-posts),
.c-benefit-block.oxy-easy-posts .oxy-posts,
.c-benefit-block.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
}

.c-benefit-vector {}

.program_section {}

.program {}

.program-kindy {}

.program_whiz_kids {}

.program_bridge {}

.program_teen {}

.c-benefit-text {}

.c-benefit-col1 {}

.c-benefit-col2 {}

.c-benefit-col3 {}

.c-btn-signup {}

.c-class-section {}

.c-transform-scale-12 {
  transform: scale3d(1.3, 1.3, 1.3);
}

.c-transform-rotate-10 {
  transform: rotate(-10deg);
}

.c-progress-section {}

.c-footer-icon {
  width: 50px;
  height: auto;
}

.footer_section {}

.blue_cirle {}

.yellow_circle {}

.green_circle {}

.blue_circle {}

.circle-first-ani {}

.circle-ani-tc {}

.circle-ani-s {}

.circle-ani-xl {}

.circle-ani-lc {}

.circle-second-ani {}

.circle-ani-l {}

.circle-third-ani {}

.circle-ani-rc {}

.red_circle {}

.footer_logo {
  text-align: justify;
  border-top-color: #fff;
  border-top-width: 1px;
  border-top-style: solid;
}

.footer_logo:not(.ct-section):not(.oxy-easy-posts),
.footer_logo.oxy-easy-posts .oxy-posts,
.footer_logo.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.c-btn-footer {
  font-size: 16px;
  text-transform: capitalize;
}

.summer_program_content {}

.summer_program_benefits {
  text-align: center;
}

.summer_program_benefits:not(.ct-section):not(.oxy-easy-posts),
.summer_program_benefits.oxy-easy-posts .oxy-posts,
.summer_program_benefits.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-margin-bottom-20 {
  margin-bottom: 20px;
}

.summer_program_benefits_wrap {}

.summer_program_benefits_content {}

.summer_program_benefits_content:not(.ct-section):not(.oxy-easy-posts),
.summer_program_benefits_content.oxy-easy-posts .oxy-posts,
.summer_program_benefits_content.ct-section .ct-section-inner-wrap {
  display: flex;
}

.summer_program_project_content:not(.ct-section):not(.oxy-easy-posts),
.summer_program_project_content.oxy-easy-posts .oxy-posts,
.summer_program_project_content.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-schedule-bluebg {
  background-color: #0f497b;
  color: #ffffff;
}

.tabs-3945-tab {}

.tabs-3945-tab-active {}

.tabs-contents-3945-tab {}

.steamproject_wrap {
  text-align: center;
}

.steamproject_wrap:not(.ct-section):not(.oxy-easy-posts),
.steamproject_wrap.oxy-easy-posts .oxy-posts,
.steamproject_wrap.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-summerprogram_logo {}

.c-summerprogram_logo_tr {}

.c-summerprogram_logo_br {}

.steamproject_content {}

.summer_program {}

.summer_program_mainsection {}

.new_mainsection {}

.tabs-9891-tab {}

.tabs-9891-tab-active {}

.tabs-contents-9891-tab {
  text-align: center;
}

.tabs-contents-9891-tab:not(.ct-section):not(.oxy-easy-posts),
.tabs-contents-9891-tab.oxy-easy-posts .oxy-posts,
.tabs-contents-9891-tab.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-section {}

.oxy-stock-content-styles {}

.c-ani-fade-down {
  aos-enable: true;
}

.c-ani-fade-right {
  aos-enable: true;
}

.c-ani-fade-left {
  aos-enable: true;
}

.c-ani-fade {
  aos-enable: true;
}

.whyaeg_slider_wrap {}

.studyaeg-why-reason-section {}

.studyataeg-why-reason {}

.studyataeg-why-reason-right {}

.studyaeg-why-reason-third {}

.studyaeg-why-reason-fifth {}

.studyataeg-why-reason-top {}

.studyaeg-why-reason-fourth {}

.contact-btn-wraper {}

.c-english-test-wraper {}

.c-link-wraper {}

.c-transition-right-effect {
  aos-enable: true;
}

@media (max-width: 767px) {
  .c-transition-right-effect {}
}

.c-transition-left-effect {
  aos-enable: true;
}

@media (max-width: 767px) {
  .c-transition-left-effect {}
}

.c-transition-top-effect {
  aos-enable: true;
}

.c-signup-form {
  width: 80%;
}

.load-more-button {}

.contact-form {}

.c-signup-popup {}

.c-signup-popup-wraper {}

.overwrite-modal {}

.c-summerprogram_logo_duck {}

.c-summerprogram_logo_tur {}

.c-summerprogram_logo_crab {}

.c-video-overlay {}

.c-video-btn {
  text-align: center;
}

.c-video-btn:not(.ct-section):not(.oxy-easy-posts),
.c-video-btn.oxy-easy-posts .oxy-posts,
.c-video-btn.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-call-btn {}

.c-top-wave-animation {
  z-index: 3;
}

@media (max-width: 767px) {
  .c-top-wave-animation {}

  .c-top-wave-animation .ct-section-inner-wrap {
    padding-top: 43px;
  }
}

.c-bottom-wave-animation {}

.c-steam-main-section {}

.c-luyenthitutai_team_section {}

.c-duhocmy-table-title {}

.c-duhocmy-table-content {
  text-align: left;
}

.c-duhocmy-table-content:not(.ct-section):not(.oxy-easy-posts),
.c-duhocmy-table-content.oxy-easy-posts .oxy-posts,
.c-duhocmy-table-content.ct-section .ct-section-inner-wrap {
  display: flex;
  align-items: flex-start;
}

.c-duhocmy-table-first-col {}

.c-duhocmy-table-col {}

.c-duhocmy-table-col-last {}

.c-duhocmy-table-content-col {}

.top_first_wave {}

.top_second_wave {}

.top_third_wave {}

.c-main-text-section {}

.c-margin-top-20 {
  margin-top: 20px;
}

.c-steam-english-project {}

.bottom_first_wave {}

.bottom_second_wave {}

.mgap-s {}

@media (max-width: 767px) {
  .mgap-s {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.m-fwidth {}

@media (max-width: 767px) {
  .m-fwidth {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}

.m-no-space-x {}

@media (max-width: 767px) {
  .m-no-space-x {}
}

.m-no-space {}

@media (max-width: 767px) {
  .m-no-space {}
}

.mgap-xs {}

@media (max-width: 767px) {
  .mgap-xs {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.mgap-m {}

@media (max-width: 767px) {
  .mgap-m {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.mgap-l {}

@media (max-width: 767px) {
  .mgap-l {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.m-margin-10 {}

@media (max-width: 767px) {
  .m-margin-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.m-text-justify {}

@media (max-width: 767px) {
  .m-text-justify {
    text-align: justify;
  }
}

.c-map-nav {}

.active {}

.c-job-col-des {}

.c-job-col-des-last {}

.c-job-col-sort-des {}

.c-job-apply-form {
  width: 100%;
}

.c-job-apply-modal {}

.c-job-why-section {}

.c-job-why-reason {
  width: 100%;
}

.c-job-why-reason-header {}

.c-job-why-reason-content {}

.c-why-study-code-wrap {
  position: relative;
}

.c-why-study-code-wrap:not(.ct-section):not(.oxy-easy-posts),
.c-why-study-code-wrap.oxy-easy-posts .oxy-posts,
.c-why-study-code-wrap.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
}

.c-why-study-code-content {
  width: 33.33%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.c-why-study-code-content:not(.ct-section):not(.oxy-easy-posts),
.c-why-study-code-content.oxy-easy-posts .oxy-posts,
.c-why-study-code-content.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-main-bg-margin-bottom {}

.c-why-study-code-content-1 {}

.c-why-study-code-content-2 {}

.c-why-study-code-content-3 {}

.c-why-coding-container {}

.swiper-wrapper {}

.swiper-slide {}

.c-benefits-header {}

.c-cpscience-benefits-content {}

.c-cpscience-benefits-header {
  height: 140px;
  min-height: 140px;
}

.c-cpscience-benefits-header:not(.ct-section):not(.oxy-easy-posts),
.c-cpscience-benefits-header.oxy-easy-posts .oxy-posts,
.c-cpscience-benefits-header.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-cpscience-benefits-header-title {
  color: #ffffff;
  position: relative;
  left: 28%;
}

.c-cpscience-benefits-content-text {}

.c-cpscience-benefits-class-content {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 30px;
}

.c-cpscience-benefits-class-content:not(.ct-section):not(.oxy-easy-posts),
.c-cpscience-benefits-class-content.oxy-easy-posts .oxy-posts,
.c-cpscience-benefits-class-content.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-cpscience-benefits-first {}

.c-cpscience-benefits-second {}

.c-cpscience-benefits-third {}

.c-cpscience-benefits-fourth {}

.c-cpscience-why-first {}

.c-cpscience-why-second {}

.c-cpscience-why-third {}

.c-why-cp-container {}

@media (max-width: 767px) {
  .c-why-cp-container {
    width: 25.00%;
  }
}

.swiper-container {}

.c-why-study-ielts-reason-content {}

.c-why-study-ielts-reason-header {}

.c-why-study-ielts-reason-section {}

.c-why-study-ielts-reason-section-1 {}

.c-why-study-ielts-reason-section-2 {}

.c-why-study-ielts-reason-section-3 {}

.c-why-study-ielts-reason-section-4 {}

.c-why-study-ielts-reason-section-5 {}

.c-ielts-levels-wrap {}

.c-ielts-levels-head-section {}

.c-ielts-levels-content-section {}

/************************/
/*       HOME PAGE      */
/************************/

html {
  scroll-behavior: smooth;
}

:focus {
  outline: none;
}

#ct-builder [data-aos] {
  opacity: 1;
  transform: translate(0) scale(1);
}

.c-main-text-section h2 {
  font-size: 45px;
  line-height: 2;
  color: #000;
}

.oxy-modal-backdrop.live {
  z-index: 9999999999;
}

/* General style for sliders*/

.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: absolute;
  top: 5%;
  display: flex;
  left: 0%;
  height: 30px;
  width: 100px !important;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #DB222A;
  margin: 0 3px;
}

.swiper-pagination-bullet-active {
  width: 80px;
  border-radius: 5px;
}

.swiper-btn {
  position: absolute;
  display: flex;
}

.swiper-btn .c-btn-border:nth-child(1) {
  margin-right: 30px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  padding: 12px;
  position: relative;
  height: 40px;
  width: 40px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  left: auto;
  right: auto;
}

#section-13-25 {
  margin-top: -150px;
}

/* Program style*/

/*.swiper-container {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
border-radius: 15px;
}*/
.program_swiper {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
}

.program-slide .swiper-btn {
  top: 2%;
  right: 0%;
}

.program_swiper .left-content {
  width: 47%;
  padding-top: 70px;
}

.program_swiper .left-content .program_content {}

.program_swiper .left-content .program_content .program_title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 10px 0;
  display: block;
}

.program_swiper .left-content .program_content .program_excerpt {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  padding: 0px 10px 0 10px;
}

.program_swiper .left-content .program_content .program_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 240px;
  margin: auto;
  border-radius: 15px;
}

.program_swiper .program_excerpt {
  font-weight: 500;
}

.program_swiper .swiper-slide .program_content .program_title {
  text-align: left;
}

.program_swiper .left-content .program_content {
  position: relative;
}

.program_swiper .left-content .program_content .program_content_wraper {
  padding: 8px;
  border-radius: 20px;
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 19%);
  max-width: 90%;
  margin: auto;
  height: 457px;
  position: relative;
}

.program_swiper .left-content .program_content .post-overlay {
  width: 90%;
  height: 457px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  ;
  display: flex;
  opacity: 0;
  padding: 8px;
  border-radius: 20px;
  box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 20%), 1px 1px 5px 1px rgb(0 0 0 / 19%);
  max-width: 90%;
  margin-left: 5%;
}

.program_swiper .right-content {
  width: 53%;
}

.program_swiper .swiper-wrapper {
  height: 520px;
  margin-top: 70px;
}

.program_swiper .swiper-slide {
  text-align: center;
  background: #fff;
  height: calc((100% - 70px) / 2);
}

.program_swiper .swiper-slide:hover .program_content {
  /*border: 2px solid #db222a;*/
}

.program_swiper .swiper-slide .program_content p {
  font-size: 14px;
  margin: 0;
  line-height: 1;
}

.program_swiper .swiper-slide .program_content .program_title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  margin-top: 7px;
}

.program_swiper .swiper-slide .program_content .program_excerpt {
  font-size: 14px;
}

.program_swiper .swiper-slide .program_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 140px;
  width: 160px;
  margin: auto;
  border-radius: 15px;
}

.program_swiper .program_content:hover {
  /*border: 2px solid #db222a;*/
}

.program_swiper .left-content .program_content:hover .post-overlay {
  display: flex;
  opacity: 1;
  /*border: 2px solid #db222a;*/
  transition: .3s;
}

.program_swiper .left-content .program_content:hover .program_content_wraper {
  /*border: 2px solid #db222a;*/
}

.program_swiper .left-content .program_content .post-overlay a {
  display: block;
  margin: auto;
  margin: auto 0 auto auto;
}

.program_swiper .left-content .program_content .post-overlay img {
  width: 100px;
  margin-top: auto;
  display: block;
  margin: auto;
}

.program_swiper .swiper-slide .program_content {
  position: relative;
}

.program_swiper .swiper-slide .program_content .program_content_wraper {
  padding: 8px;
  border-radius: 20px;
  box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 20%), 1px 1px 5px 1px rgb(0 0 0 / 19%);
  max-width: 90%;
  margin: auto;
  height: 205px;
  flex-direction: column;
  overflow: hidden;
}

.program_swiper .swiper-slide .program_content .post-overlay {
  width: 91%;
  height: 93%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  opacity: 0;
  padding: 8px;
  border-radius: 20px;
  box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 20%), 1px 1px 5px 1px rgb(0 0 0 / 19%);
  max-width: 91%;
  transition: .3s;
}

.program_swiper .swiper-slide .program_content:hover .post-overlay {
  display: flex;
  opacity: 1;
}

.program_swiper .swiper-slide .program_content .post-overlay a {
  display: block;
  margin: auto;
}

.program_swiper .swiper-slide .program_content .post-overlay img {
  width: 100px;
  margin-top: auto;
  display: block;
  margin: auto;
}

.program_swiper .swiper-slide .program_content .program_title {
  width: 160px;
  margin: 10px auto;
}

/* Testimonial style*/

.testimonial_content {
  padding: 8px 8px 15px 8px;
  border-radius: 20px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
  max-width: 90%;
  margin: auto;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  display: flex;
}

.swiper-slide:hover .testimonial_content {
  border: 2px solid #db222a;
}

.testimonial_content .testimonial_title {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #6F6F6F;
}

.testimonial_content .testimonial_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 250px;
  width: 100%;
  /*margin: auto;*/
  border-radius: 15px;
}

.testimonial-slider .swiper-wrapper {
  height: 600px;
  margin-top: 70px;
}

.testimonial_content:hover {
  border: 2px solid #db222a;
}

.testimonial-slider .swiper-slide {
  height: 100%;
}

.testimonial-slider .swiper-btn {
  justify-content: flex-end;
}

.testimonial-slider .testimonial_content .testimonial_detail {
  padding: 0 10px;
  text-align: justify;
  line-height: 1.5;
  font-size: 16px;
}

.testimonial-slider .testimonial_content .testimonial_title {
  padding: 0 20px;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: auto;
}

#section-37-25 .ct-section-inner-wrap {
  overflow-x: hidden;
}

.testimonial-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.testimonial-slider .swiper-pagination-bullets,
.testimonial-slider .swiper-pagination-custom,
.testimonial-slider .swiper-pagination-fraction {
  top: 3%;
  left: 50%;
  display: none;
}

.testimonial-slider .swiper-btn {
  display: none;
}

/*New and Events */

.grid-container {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: masonry;
  width: 100%;
  grid-gap: 20px;
}

.post-block {
  width: 267px;
  height: 267px;
  border-radius: 20px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.grid-item:nth-child(5) {
  width: 100%;
  height: 433px;
  grid-column-start: 2;
  grid-column-end: 4;
}

.heading-and-text-block {
  width: auto;
  grid-column-start: 3;
  grid-column-end: 5;
  padding-left: 60px;
}

.heading-and-text-block h1,
.heading-and-text-block h2 {
  color: #4285F4;
  line-height: 1.2;
}

.heading-and-text-block p {
  line-height: 30px;
}

.post-block .post-description {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  line-height: 20px;
  padding: 16px;
}

.post-block .post-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  border-radius: 20px;
  transition: .3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.post-block .post-description h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.post-block .post-overlay img {
  width: 70px;
  height: 70px;
}

.post-block:hover .post-overlay {
  opacity: 1;
}

.grid-item:nth-child(5) .post-overlay .view-post-icon {
  display: block;
  box-sizing: border-box;
  background: url(/wp-content/uploads/2021/01/view_post_large.png) no-repeat;
  width: 144px;
  /* Width of new image */
  height: 144px;
  /* Height of new image */
  padding-left: 144px;
  /* Equal to width of new image */
  background-size: cover;
}

/*Contact section*/

.oxy-video-background .oxy-video-container video {
  top: 40% !important;
}

.contact-btn-wraper,
.c-english-test-wraper {
  padding: 0 !important;
}

.contact-btn-wraper .ct-link,
.c-english-test-wraper .ct-link {
  width: 100%;
  text-align: left;
  align-items: baseline;
  padding: 50px;
}

.contact-btn-wraper:hover .ct-link h2,
.c-english-test-wraper:hover .ct-link h2 {
  color: #DB222A !important;
}

/*****************/
/* SREAM PROGRAM */
/*****************/

/*Program style */

.program_section {
  /*padding-bottom: 120px;*/
}

.program_section .ct-code-block {
  height: 200px;
  display: flex;
  align-items: flex-end;
}

.program_section .program {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  border-radius: 20px;
  padding-top: 20px;
  margin-right: 10px
}

.program_section .program {
  width: 24% !important;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 7px 0 rgb(0 0 0 / 19%);
}

.program_section .ct-link-text {
  width: 100%;
  background-color: red;
  padding: 20px;
  color: white;
  border-radius: 0 0 20px 20px;
}

.program_section .program-kindy .ct-link-text {
  background-color: #3BAB59
}

.program_section .program_whiz_kids .ct-link-text {
  background-color: #F9AB00
}

.program_section .program_bridge .ct-link-text {
  background-color: #4285F4
}

.program_section .program_teen .ct-link-text {
  background-color: #D82329
}

.program_section .program-kindy h4 {
  color: #3BAB59;
  font-weight: 700;
}

.program_section .program_whiz_kids h4 {
  color: #F9AB00;
  font-weight: 700;
}

.program_section .program_bridge h4 {
  color: #4285F4;
  font-weight: 700;
}

.program_section .program_teen h4 {
  color: #D82329;
  font-weight: 700;
}

.program-kindy:hover svg g.head,
.program_whiz_kids:hover svg g.head,
.program_bridge:hover svg g.head,
.program_teen:hover svg g.head {
  animation: rotate 1s ease infinite;
  animation-play-state: running;
}

/*Classes style */

.program_classes .swiper-slide.class.class-top {
  /*margin-top:-100px;
  top: -36px;
}

  .program_classes .swiper-slide.class.class-bottom {
  margin-top: 100px;*/
}

.program_classes .swiper-slide.class.swiper-slide-active {
  margin-top: 100px;
}

.program_classes .swiper-slide.class.swiper-slide-prev {
  margin-top: 200px;
}

.program_classes .swiper-slide.class.swiper-slide-next {}

.program_classes .swiper-slide.class {
  transition: all 1s ease;
  min-height: 700px;
}

.program_classes .swiper-slide.class .level-head-section {
  height: 330px;
  background-size: 100% 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 40px;
}

.program_classes .swiper-slide.class .level-content-section {
  background-size: 100% 100%;
  /*height: 380px;*/
  padding: 0 0 30px;
  display: flex;
  align-items: baseline;
  min-height: 250px;
}

.program_classes .swiper-wrapper {
  height: 100% !important;
}

.program_classes .swiper-slide.class h3 {
  text-align: center;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
}

.program_classes .swiper-slide.class p {
  padding: 25px 30px 10px 30px;
  line-height: 1.2;
  margin: 0;
}

.c-class-section {
  /*height: 870px;*/
  margin-bottom: 40px;
  max-height: 800px;
}

.c-class-section .swiper-btn {
  position: absolute;
  right: 5%;
  bottom: 5%;
  display: flex;
  z-index: 10;
  justify-content: flex-end;
}

.c-class-section .swiper-pagination-bullets,
.c-class-section .swiper-pagination-custom,
.c-class-section .swiper-pagination-fraction {
  display: none;
}

.c-class-section .swiper-btn .c-btn-left {
  margin-right: 10px;
}

.swiper-btn {
  position: absolute;
  display: flex;
  z-index: 10;
}

.swiper-btn .swiper-button-prev:after,
.swiper-btn .swiper-container-rtl .swiper-button-next:after,
.swiper-btn .swiper-button-next:after,
.swiper-btn.swiper-container-rtl .swiper-button-prev:after {
  font-size: 20px;
  color: white;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  padding: 12px;
  position: relative;
  height: 40px;
  width: 40px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  left: auto;
  right: auto;
}

.c-btn-signup {
  height: 120px;
  margin-left: -35px;
  margin-top: -25px;
  width: auto;
}

img {
  width: 100%
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  padding: 12px;
  position: relative;
  height: 40px;
  width: 40px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  left: auto;
  right: auto;
}

.gallery-slider {
  overflow: hidden;
  display: block;
}

.gallery-slider-mobile {
  display: none;
}

.gallery-slider .swiper-btn {
  right: auto;
  width: 100%;
  top: 45%;
}

.gallery-slider .c-btn-border {
  padding: 0px;
  z-index: 99;
  position: absolute;
}

.gallery-slider .c-btn-border.c-btn-left {
  left: 0%;
  position: absolute;
}

.gallery-slider .c-btn-border.c-btn-right {
  right: 0%;
  position: absolute;
}

.gallery-slider .swiper-slide {
  width: 100%;
  height: auto;
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: none;
}

/* Team member style */

.swiper-slide.member .member-wraper h4 {
  font-weight: 700;
  text-transform: capitalize;
}

.swiper-slide.member .member-wraper p {
  margin: 0;
  text-transform: capitalize;
}

.swiper-slide.member .member-wraper div.member-content {
  text-align: left;
  margin-top: 10px;
  text-transform: capitalize;
}

.swiper-slide.member .member-wraper img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
}

.swiper-slide.member .member-wraper {
  background-color: white;
  border-radius: 20px;
  padding: 10px;
  min-height: 600px;
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 19%);
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}

.testimonial-slider .swiper-btn {
  top: 0;
  right: 1%;
}

.team-slider .c-btn-border {
  padding: 0px;
  z-index: 99;
  position: absolute;
}

.team-slider .c-btn-border.c-btn-left {
  left: -50px;
  position: absolute;
}

.team-slider .c-btn-border.c-btn-right {
  right: -120px;
  position: absolute;
}

.team-slider.swiper-container-horizontal>.swiper-pagination-bullets,
.team-slider.swiper-pagination-custom,
.team-slider.swiper-pagination-fraction {
  top: -5%;
  display: none;
}

.team-slider .swiper-button-prev {}

.team-slider .swiper-button-next {}

.team-slider .swiper-btn {
  position: absolute;
  top: 50%;
  display: flex;
  width: 100%
}

/* Benefit style */

.c-benefit-col1,
.c-benefit-col3 {
  width: 35% !important;
}

.c-benefit-col2 {
  width: 30% !important;
}

.c-benefit-img {
  width: 125px;
}

.c-benefit-vector {
  width: 50px;
}

.c-benefit-col1 .c-benefit-block {
  align-items: center;
  margin-bottom: 10px
}

.c-benefit-col3 .c-benefit-block {
  flex-direction: row-reverse !important;
  align-items: center;
  margin-bottom: 20px
}

.c-benefit-col1 .c-benefit-block div {
  text-align: right;
  line-height: 1.2;
  margin-right: 10px;
}

.c-benefit-col3 .c-benefit-block div {
  text-align: left;
  line-height: 1.2;
  margin-left: 10px;
}

.c-benefit-col1 .c-benefit-block div h4,
.c-benefit-col3 .c-benefit-block div h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.c-benefit-col1 .c-benefit-block div p,
.c-benefit-col3 .c-benefit-block div p {
  margin-top: 0;
}

.c-benefit-col3 .c-benefit-block:nth-child(1) {
  transform: translate(-40px, -20px);
}

.c-benefit-col3 .c-benefit-block:nth-child(3) {
  transform: translate(-40px, 20px);
}

.c-benefit-col1 .c-benefit-block:nth-child(3) {
  transform: translate(40px, 20px);
}

.c-benefit-col1 .c-benefit-block:nth-child(1) {

  transform: translate(40px, -20px);
}

.c-benefit-col2 {
  justify-content: center;
  display: flex;
  align-items: center;
}

.c-benefit-col2 {
  width: 200px;
}

/*************************/
/*************************/
/* ABOUT US PAGE STYLE   */
/*************************/
/*************************/

/* PROGRESSING    */

.c-vision-line {
  position: absolute;
  width: 250px;
  left: 33%;
  top: 30%;
}

.c-vision-line2 {
  left: 50%;
  top: 50%;
}

#section-148-102 {
  background-position: center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  padding: 7px 18px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}

/*
.historyofaeg .c-progress-section .swiper-btn {
top: 50%;
width: 100%
}

.historyofaeg .c-progress-section .c-btn-border.c-btn-left {
left: 5%;
position: absolute;
}

.historyofaeg .c-progress-section .c-btn-border.c-btn-right {
right: 5%;
position: absolute;
}

#section-56-23 {
z-index: 2;
}

.timelines {
flex-direction: row;
position: relative;
top: 15%;
width: 55%;
margin: auto;
height: 100%;
align-items: center;
display: flex;
}

.timeline {
width: 30%;
display: inline-block;
text-align: center;
}

.timeline img {
height: 45px;
width: auto;
}

.timeline .timeline-content {
position: absolute;
color: #fff;
top: 10%;
padding: 30px;
display: none;
background-image: url(/wp-content/uploads/2021/02/timeline_background.png);
background-size: contain;
width: 330px;
height: 250px;
background-repeat: no-repeat;
font-size: 16px;
}

.timeline:hover .timeline-content {
display: block;
}

.timeline p {
color: #fff;
}

.timeline .timeline-content {}
*/

/*Core Value style */

.corevalue {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  border-radius: 20px;
  padding: 30px;
  width: 18% !important;
  margin-right: 2%;
  height: 220px;
  display: flex;
  justify-content: space-between;
}

.corevalue img {
  width: 50%;
  margin: auto;
}

.corevalue .ct-text-block {
  text-transform: uppercase;
  font-weight: 700;
}

.footer_section i.fa {
  width: 25px;
  text-algin: center
}

/****************************/
/*    Luyen Thi Tu Tai My   */
/****************************/
.c-luyenthitutai_team_section .swiper-slide.member .member-wraper {
  min-height: 400px;
}

.tutaimy_schedule .program_classes .swiper-slide.class {
  padding-top: 340px;
}

.tutaimy_schedule .program_classes .swiper-slide.class {
  background-size: contain;
}

.tutaimy_schedule .program_classes .swiper-slide.class.class-bottom {
  bottom: -19px;
}

.studyaeg-why-reason-section {
  height: 750px;
  display: block;
}

.studyataeg-why-reason {
  width: 85%;
  height: 200px;
  position: relative;
}

.studyataeg-why-content {
  width: 70%;
  position: absolute;
  top: 33%;
  left: 25%;
  text-align: left;
  color: #000;
}

.studyataeg-why-reason-right {
  margin-left: auto;
  top: -70px;
}

.studyataeg-why-reason-right .studyataeg-why-content {
  left: 5%;
  color: #fff;
}

.studyataeg-why-reason-top {
  top: -70px;
}

.studyaeg-why-reason-third {
  top: -140px;
}

.studyaeg-why-reason-fourth {
  top: -210px;
}

.studyaeg-why-reason-fifth {
  top: -290px;
}

/*************************/
/*      Tin Tuc Page.    */
/*************************/

.new_mainsection {
  margin-bottom: -150px;
}

.news-section .oxy-tabs-wrapper {
  width: 100%;
  border-bottom: 3px solid #12497a;
}

.news-section .oxy-tab {
  border-radius: 20px 20px 0 0;
  padding: 20px 40px;
}

.news-section .tabs-9891-tab-active {
  background-color: #12497a;
  color: white;
}

.news-section .oxy-easy-posts-pages .page-numbers {
  border: 2px solid #12497a;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-flex;
  text-align: center;
  align-items: center;
  /* align-content: center; */
  justify-content: center;
  color: #0f497b;
}

.news-section .oxy-easy-posts-pages .page-numbers.current {
  color: #fff;
  background-color: #db222a;
}

.news-section .oxy-easy-posts-pages .page-numbers.next,
.news-section .oxy-easy-posts-pages .page-numbers.prev {
  display: none;
}

.new_mainsection {
  height: 70vh;
  overflow: hidden;
}

.new_mainsection .oxy-post {
  width: 100%;
}

.new_mainsection .left_content {
  width: 50%;
  display: inline-block;
}

.new_mainsection .left_content img {
  width: 50vw;
  left: 0;
  top: 0;
  position: absolute;
}

.new_mainsection .right_content {
  width: 50%;
  display: inline-block;
  text-align: left;
  padding: 20px 10px 20px 40px;
}

/*************************/
/*      Lien He Page.    */
/*************************/

.contact-form #wpcf7-f339-o1 .wpcf17-form p:nth-child(2),
.contact-form #wpcf7-f339-o1 .wpcf17-form p:nth-child(4) {
  width: 49%;
  display: inline-block;
  text-align: left;
}

.contact-form #wpcf7-f339-o1 .wpcf17-form p:nth-child(3),
.contact-form #wpcf7-f339-o1 .wpcf17-form p:nth-child(5) {
  width: 49%;
  display: inline-block;
  text-align: left;
}

.contact-form #wpcf7-f339-o1 form.wpcf7-form p:nth-child(3),
.contact-form #wpcf7-f339-o1 form.wpcf7-form p:nth-child(5) {
  width: 39%;
  display: inline-block;
  text-align: left;
}

.contact-form #wpcf7-f339-o1 form.wpcf7-form p:nth-child(2),
.contact-form #wpcf7-f339-o1 form.wpcf7-form p:nth-child(4) {
  width: 60%;
  display: inline-block;
  text-align: left;
}

.contact-form #wpcf7-f339-o1 form.wpcf7-form p:nth-child(6) {
  width: 100%;
  text-align: left;
}

.contact-form p label {
  font-size: 18px;
  font-weight: 300;
}

.contact-form p label span {
  margin-top: 10px;
  display: block;
}

.contact-form input {
  width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 5px 20px;
  font-family: 'Montserrat';
}

.contact-form select {
  width: 100%;
  height: 50px;
  border-radius: 30px;
  padding: 5px 20px;
  border: 1px solid #ccc;
  font-family: 'Montserrat';
}

.contact-form textarea {
  width: 100%;
  border-radius: 40px;
  border: 1px solid #ccc;
  height: 100px;
  font-family: 'Montserrat';
  padding: 20px;
}

.contact-form input.wpcf7-submit {
  background-color: #db222a;
  border: 2px solid #0f497b;
  color: #ffffff;
  padding: 10px 16px;
  width: 100px;
  text-transform: uppercase;
}

.contact-form .wpcf7 {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 20px;
  margin-top: 30px;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%), 0 5px 10px 0 rgb(0 0 0 / 19%);
}

.fa {
  width: 30px;
  text-align: center;
}

#-shape-divider-9-25 .oxy_shape_divider {
  animation: wave1 25s linear infinite;
}

#-shape-divider-60-25 .oxy_shape_divider {
  animation: wave2 20s linear infinite;
}

#-shape-divider-10-25 .oxy_shape_divider {
  animation: wave3 30s linear infinite;
}

#-shape-divider-59-25 .oxy_shape_divider {
  animation: wave4 20s linear infinite;
}

#-shape-divider-58-25 .oxy_shape_divider {
  animation: wave5 25s linear infinite;
  top: -2px;
}

.top_first_wave .oxy_shape_divider {
  animation: wave1 25s linear infinite;
}

.top_second_wave .oxy_shape_divider {
  animation: wave2 20s linear infinite;
}

.top_third_wave .oxy_shape_divider {
  animation: wave3 30s linear infinite;
}

.bottom_first_wave .oxy_shape_divider {
  animation: wave4 20s linear infinite;
}

.bottom_second_wave .oxy_shape_divider {
  animation: wave4 20s linear infinite;
}

.oxy_shape_divider_top {
  bottom: 0;
}

.c-bottom-wave-animation {
  transform: rotate(180deg);

}

/*.c-top-wave-animation {
}*/
.c-top-wave-animation .ct-section-inner-wrap,
.c-bottom-wave-animation .ct-section-inner-wrap {
  height: 150px;
}

@media only screen and (min-width: 768px) {

  /*Footer wave */
  #-shape-divider-61-23 .oxy_shape_divider {
    animation: wave1 25s linear infinite;
  }

  #-shape-divider-59-23 .oxy_shape_divider {
    animation: wave2 20s linear infinite;
  }

  #-shape-divider-58-23 .oxy_shape_divider {
    animation: wave3 25s linear infinite;
  }

  @keyframes wave1 {
    0% {
      transform: translateX(50vw) scaleX(2);
    }

    50% {
      transform: translateX(-50vw) scaleX(2.5);
    }

    100% {
      transform: translateX(50vw) scaleX(2);
    }
  }

  @keyframes wave2 {
    0% {
      transform: translateX(-30vw) scaleX(2.5);
    }

    50% {
      transform: translateX(30vw) scaleX(2);
    }

    100% {
      transform: translateX(-30vw) scaleX(2.5);
    }
  }

  @keyframes wave3 {
    0% {
      transform: translateX(-20vw) scaleX(3);
    }

    50% {
      transform: translateX(20vw) scaleX(2.5);
    }

    100% {
      transform: translateX(-20vw) scaleX(3);
    }
  }

  @keyframes wave4 {
    0% {
      transform: translateY(72px) translateX(-30vw) scaleX(2.5) scaleY(-1)
    }

    50% {
      transform: translateY(72px) translateX(30vw) scaleX(2) scaleY(-1)
    }

    100% {
      transform: translateY(72px) translateX(-30vw) scaleX(2.5) scaleY(-1)
    }
  }

  @keyframes wave5 {
    0% {
      transform: translateY(24px) translateX(30vw) scaleX(2) scaleY(-1)
    }

    50% {
      transform: translateY(24px) translateX(-30vw) scaleX(2.5) scaleY(-1)
    }

    100% {
      transform: translateY(24px) translateX(30vw) scaleX(2) scaleY(-1)
    }
  }
}

.c-circle-ani {
  background-color: #3bab59;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
}

.c-circle-ani {
  background-color: black;
}

.blue_circle.c-circle-ani {
  background-color: #4285F4;
}

.yellow_circle.c-circle-ani {
  background-color: #F9AB00;
}

.green_circle.c-circle-ani {
  background-color: #3bab59;
}

.red_circle.c-circle-ani {
  background-color: #db222a;
}

.circle-ani-xs {
  width: 15px;
  height: 15px;
}

.circle-ani-s {
  width: 24px;
  height: 24px;
}

.circle-ani-m {
  width: 30px;
  height: 30px;
}

.circle-ani-l {
  width: 40px;
  height: 40px;
}

.circle-ani-xl {
  width: 50px;
  height: 50px;
}

.circle-ani-tc {
  top: 10%;
  left: 50%;
}

.circle-ani-lc {
  top: 30%;
  left: 10%;
}

.circle-ani-rc {
  right: 20%;
  bottom: 20%;
}

.circle-first-ani {
  animation: dotmove 10s ease-in-out infinite;
}

.circle-second-ani {
  animation: dotmove2 10s ease-in-out infinite;
}

.circle-third-ani {
  animation: dotmove3 10s ease-in-out infinite;
}

.c-circle-ani-2 {
  position: inherit;
  background-color: #db222a;
  top: 30%;
  left: 10%;
  animation: dotmove4 10s ease-in-out infinite;
  width: 40px;
  height: 40px;
}

.c-circle-ani-3 {
  position: inherit;
  background-color: #3BAB59;
  border-radius: 50%;
  top: 30%;
  left: 10%;
  animation: dotmove5 20s ease-in-out infinite;
  width: 15px;
  height: 15px;
  z-index: 100;
}

.c-circle-ani-4 {
  position: inherit;
  background-color: #F9AB00;
  border-radius: 50%;
  top: 30%;
  left: 10%;
  animation: dotmove6 20s ease-in-out infinite;
  width: 25px;
  height: 25px;
  z-index: 100;
}

.c-circle-ani-5 {
  position: inherit;
  background-color: #3BAB59;
  border-radius: 50%;
  top: 30%;
  left: 10%;
  animation: dotmove7 25s ease-in-out infinite;
  width: 35px;
  height: 35px;
  z-index: 100;
}

.c-circle-ani-6 {
  position: relative;
  background-color: #4285F4;
  border-radius: 50%;
  top: 30%;
  left: 90%;
  animation: dotmove8 20s ease-in-out infinite;
  width: 25px;
  height: 25px;
  z-index: 100;
}

.c-circle-ani-7 {
  position: relative;
  background-color: #4285F4;
  border-radius: 50%;
  top: 30%;
  left: 100%;
  animation: dotmove9 20s ease-in-out infinite;
  width: 15px;
  height: 15px;
  z-index: 100;
}

.c-circle-ani-8 {
  position: relative;
  background-color: #DB222A;
  border-radius: 50%;
  top: 30%;
  left: 90%;
  animation: dotmove10 25s ease-in-out infinite;
  width: 25px;
  height: 25px;
  z-index: 100;
}

@keyframes dotmove {
  0% {
    transform: translateY(2vh) translateX(-5vw);
  }

  40% {
    transform: translateY(0vh) translateX(15vw);
  }

  70% {
    transform: translateY(5vh) translateX(5vw);
  }

  100% {
    transform: translateY(2vh) translateX(-5vw);
  }
}

@keyframes dotmove2 {
  0% {
    transform: translateY(10vh) translateX(0vw)
  }

  40% {
    transform: translateY(0vh) translateX(-5vw)
  }

  70% {
    transform: translateY(5vh) translateX(10vw);
  }

  100% {
    transform: translateY(10vh) translateX(0vw)
  }
}

@keyframes dotmove3 {
  0% {
    transform: translateY(0vh) translateX(10vw)
  }

  50% {
    transform: translateY(20vh) translateX(-10vw)
  }

  100% {
    transform: translateY(0vh) translateX(10vw)
  }
}

@keyframes dotmove4 {
  0% {
    transform: translateY(-10vh) translateX(0vw);
  }

  50% {
    transform: translateY(0vh) translateX(-20vw);
  }

  100% {
    transform: translateY(-10vh) translateX(0vw);
  }
}

@keyframes dotmove5 {
  0% {
    transform: translateY(-10vh) translateX(0vw);
  }

  50% {
    transform: translateY(0vh) translateX(20vw);
  }

  100% {
    transform: translateY(-10vh) translateX(0vw);
  }
}

@keyframes dotmove6 {
  0% {
    transform: translateY(0vh) translateX(50vw);
  }

  50% {
    transform: translateY(-10vh) translateX(20vw);
  }

  100% {
    transform: translateY(0vh) translateX(50vw);
  }
}

@keyframes dotmove7 {
  0% {
    transform: translateY(-15vh) translateX(0vw);
  }

  50% {
    transform: translateY(0vh) translateX(10vw);
  }

  100% {
    transform: translateY(-15vh) translateX(0vw);
  }
}

@keyframes dotmove8 {
  0% {
    transform: translateY(-15vh) translateX(0vw);
  }

  50% {
    transform: translateY(0vh) translateX(-10vw);
  }

  100% {
    transform: translateY(-15vh) translateX(0vw);
  }
}

@keyframes dotmove9 {
  0% {
    transform: translateY(-50vh) translateX(0vw);
  }

  50% {
    transform: translateY(0vh) translateX(5vw);
  }

  100% {
    transform: translateY(-50vh) translateX(0vw);
  }
}

@keyframes dotmove10 {
  0% {
    transform: translateY(0vh) translateX(-50vw);
  }

  50% {
    transform: translateY(0vh) translateX(0vw);
  }

  100% {
    transform: translateY(0vh) translateX(-50vw);
  }
}

/* ROTATE ANIMATION */

.c-study-line {
  top: 50%;
  left: 10%;
  animation: animation-rotage 20s ease-in-out infinite;
}

@keyframes animation-rotage {
  0% {
    transform: rotate(10deg) translateX(5vw) translateY(-5vh);
  }

  50% {
    transform: rotate(-10deg) translateX(5vw) translateY(-5vh);
  }

  100% {
    transform: rotate(10deg) translateX(5vw) translateY(-5vh);
  }
}

.c-study-line-2 {
  top: 50%;
  left: 10%;
  animation: animation-rotage1 10s ease-in-out infinite;
}

@keyframes animation-rotage1 {
  0% {
    transform: rotate(20deg) translateX(-2vw) translateY(5vh);
  }

  50% {
    transform: rotate(0deg) translateX(-2vw) translateY(5vh);
  }

  100% {
    transform: rotate(20deg) translateX(-2vw) translateY(5vh);
  }
}

.c-study-img {
  animation: animation-line 10s ease-in-out infinite;
}

@keyframes animation-line {
  0% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

.c-study-img-2 {
  animation: animation-line1 6s ease-in-out infinite;
}

@keyframes animation-line1 {
  0% {
    transform: rotate(20deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(20deg);
  }
}

/*************************/
/*************************/
/*      RESPONSIVE       */
/*************************/
/*************************/

@media only screen and (max-width: 768px) {

  /* For MOBILE: */
  h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
  }

  h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: ;
  }

  h3 {
    font-size: 15px;
    line-height: ;
  }

  h4 {
    font-size: 15px;
    line-height: ;
  }

  h5 {
    font-size: 15px;
    line-height: ;
  }

  h6 {
    font-size: 10px;
    line-height: ;
  }

  .ct-section {
    overflow: hidden;
  }

  .ct-section>.ct-section-inner-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .c-main-text-section h2 {
    font-size: 25px;
  }

  #image-6-23 {
    width: 150px;
  }

  .c-call-btn a img#image-130-23 {
    width: 70px;
  }

  .c-bottom-wave-animation {
    transform: rotate(180deg);
    overflow-x: hidden !important;
    top: -25px;

  }

  .c-top-wave-animation {
    overflow-x: hidden !important;
  }

  .m-fwidth {
    padding: 0 !important;
  }

  .c-bottom-wave-animation {
    transform: none;
  }

  #-shape-divider-58-25 .oxy_shape_divider {
    transform: none;
    top: 0px;
  }

  #-shape-divider-59-25 .oxy_shape_divider {
    transform: none;
  }

  #-shape-divider-58-25 .oxy_shape_divider svg,
  #-shape-divider-59-25 .oxy_shape_divider svg {
    top: 0;
  }

  @keyframes wave1 {
    0% {
      transform: translateX(30vw) scaleX(3) scaleY(0.5);
    }

    50% {
      transform: translateX(-0vw) scaleX(2.5) scaleY(0.5);
    }

    100% {
      transform: translateX(30vw) scaleX(3) scaleY(0.5);
    }
  }

  @keyframes wave2 {
    0% {
      transform: translateX(-30vw) scaleX(1.5) scaleY(0.5);
    }

    50% {
      transform: translateX(0vw) scaleX(2) scaleY(0.5);
    }

    100% {
      transform: translateX(-30vw) scaleX(1.5) scaleY(0.5);
    }
  }

  @keyframes wave3 {
    0% {
      transform: translateX(-30vw) scaleX(2.5) scaleY(0.5);
    }

    50% {
      transform: translateX(30vw) scaleX(3) scaleY(0.5);
    }

    100% {
      transform: translateX(-30vw) scaleX(2.5) scaleY(0.5);
    }
  }

  @keyframes wave4 {
    0% {
      transform: translateY(0px) translateX(-30vw) scaleX(4) scaleY(0.5)
    }

    25% {
      transform: translateY(00px) translateX(0vw) scaleX(3) scaleY(0.5)
    }

    50% {
      transform: translateY(00px) translateX(30vw) scaleX(2) scaleY(0.5)
    }

    75% {
      transform: translateY(00px) translateX(0vw) scaleX(3) scaleY(0.5)
    }

    100% {
      transform: translateY(00px) translateX(-30vw) scaleX(4) scaleY(0.5)
    }
  }

  @keyframes wave5 {
    0% {
      transform: translateY(00px) translateX(30vw) scaleX(4) scaleY(0.5)
    }

    25% {
      transform: translateY(00px) translateX(0vw) scaleX(3) scaleY(0.5)
    }

    50% {
      transform: translateY(00px) translateX(-30vw) scaleX(2.5) scaleY(0.5)
    }

    75% {
      transform: translateY(00px) translateX(0vw) scaleX(3) scaleY(0.5)
    }

    100% {
      transform: translateY(00px) translateX(30vw) scaleX(4) scaleY(0.5)
    }
  }

  /*Footer wave */
  #-shape-divider-61-23 .oxy_shape_divider {
    animation: wave2 12s linear infinite;
  }

  #-shape-divider-59-23 .oxy_shape_divider {
    animation: wave2 12s linear infinite;
  }

  #-shape-divider-58-23 .oxy_shape_divider {
    animation: wave1 15s linear infinite;
  }

  .oxy_shape_divider svg {
    width: 100%;
    min-height: 100px;
    height: 120px;
    overflow: visible;
  }

  /*************************/
  /*      MOBILE MENU      */
  /*************************/
  .oxy-pro-menu-container .menu-main-container {
    width: 90% !important;
    height: 90%;
    margin-bottom: 0;

  }

  .oxy-pro-menu-container .menu-main-container ul li.menu-item ul.sub-menu {
    margin-left: 20px
  }

  .oxy-pro-menu-container .menu-main-container ul li.menu-item ul.sub-menu li.menu-item ul.sub-menu {
    margin-left: 30px
  }

  #-pro-menu-133-23 .oxy-pro-menu-list .menu-item.menu-item.menu-item.menu-item a:hover {
    color: #db222a;
  }

  #-pro-menu-133-23 .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children>a svg {
    color: #db222a;
  }

  #-pro-menu-133-23 .oxy-pro-menu-list .menu-item.current-menu-item.current-menu-item a {
    color: #db222a;
  }

  #-pro-menu-133-23 {
    background-color: white;
  }

  .footer_logo {
    flex-wrap: wrap !important;

  }

  .footer_section .footer_logo .ct-link {
    width: 20%;
    padding: 10px 10px;
    padding: 0;
  }

  .footer_section .footer_logo .ct-link img {
    width: 100%;
    padding: 5px;
    height: auto;
  }

  /*************************/
  /*      HOME PAGE        */
  /*************************/
  /* Hompage program seting */
  #section-2-25 {
    height: 250px;
  }

  #section-13-25 {
    height: 300px;
    margin-top: -100px;
  }

  .oxy-video-background .oxy-video-container video {
    width: 100%;
    height: 100%;

  }

  .c-top-wave-animation .ct-section-inner-wrap,
  .c-bottom-wave-animation .ct-section-inner-wrap {
    /*padding: 60px;*/
    height: 100px
  }

  .oxy-header-center {
    justify-content: flex-end;
  }

  .program_swiper {
    flex-direction: column;
  }

  .program_swiper .left-content {
    width: 100%;
    padding-top: 0px;
  }

  .program_swiper .left-content .program_content .program_content_wraper {
    max-width: 95%;
    margin: 7px auto;
  }

  .program_swiper .left-content .program_content .post-overlay {
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .program_swiper .right-content {
    width: 100%;
    padding-top: 30px;
  }

  .program_swiper .swiper-slide .program_content .program_content_wraper {
    box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 20%), 1px 1px 1px 2px rgb(0 0 0 / 19%);
  }

  .program_swiper .swiper-slide .program_img {
    height: 130px;
    width: 140px;
  }

  .c-study-line,
  .c-study-line-2 {
    display: none;
  }

  .c-study-img-2,
  .c-study-img {
    display: none !important;
  }

  .testimonial-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .testimonial-slider .swiper-pagination-bullets,
  .testimonial-slider .swiper-pagination-custom,
  .testimonial-slider .swiper-pagination-fraction {
    left: auto;
    right: 5%;
    display: flex;
  }

  .testimonial-slider .swiper-btn {
    display: none;
  }

  /*New and Event*/
  .grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .post-block {
    width: 46%;
    order: 1;
    max-height: 250px;
    margin-top: 20px;
  }

  .post-block:first-child {
    width: 100%;
    order: 1;
    max-height: 250px;
  }

  .grid-item:nth-child(5) {
    width: 46%;
  }

  .heading-and-text-block {
    padding: 0;
  }

  .grid-item:nth-child(5) .post-overlay .view-post-icon {
    width: 70px;
    height: 70px;
    padding: 0;
  }

  /*Contact link*/
  .contact-btn-wraper .ct-link,
  .c-english-test-wraper .ct-link {
    padding: 12px;
    align-items: center;
  }

  #new_columns-44-25.ct-new-columns {
    justify-content: space-between;
  }

  .contact-btn-wraper .ct-link img,
  .c-english-test-wraper .ct-link img {
    width: 70px !important;
  }

  .contact-btn-wraper .ct-link h2,
  .c-english-test-wraper .ct-link h2 {
    font-size: 15px;
  }

  /*************************/
  /*      ABOUT PAGE       */
  /*************************/
  /*  */
  #image-137-102,
  #image-142-102,
  #image-147-102,
  #image-218-102 {
    transform: none;
  }

  #div_block-227-102,
  #div_block-225-102,
  #div_block-223-102,
  #div_block-221-102 {
    width: 100%;
  }

  #div_block-227-102 .oxy-rich-text,
  #div_block-225-102 .oxy-rich-text,
  #div_block-223-102 .oxy-rich-text,
  #div_block-221-102 .oxy-rich-text {
    text-align: left;
  }

  #section-148-102 {
    background: none;
  }

  .c-vision-line {
    display: none;
  }

  #new_columns-159-102>.ct-div-block {
    width: 47% !important;
    display: inline-flex;
    margin-bottom: 20px;
  }

  #new_columns-159-102 {
    flex-direction: row;
    justify-content: flex-start;
  }

  .corevalue {
    box-shadow: 1px 4px 6px 2px rgb(0 0 0 / 20%), 2px 6px 10px 2px rgb(0 0 0 / 19%);
  }

  .corevalue img {
    width: 50%;
    margin: auto;
  }

  .historyofaeg {
    min-height: 400px;
  }

  .c-progress-section {
    display: none;
  }

  /*************************/
  /*      STEAM PAGE       */
  /*************************/
  #section-2-25 {
    background-position: center;
  }

  .c-steam-main-section {
    height: 400px !important;
    overflow: revert;
  }

  .team-slider.swiper-container-horizontal>.swiper-pagination-bullets,
  .team-slider.swiper-pagination-custom,
  .team-slider.swiper-pagination-fraction {
    top: -5%;
    display: flex;
  }

  .gallery-slider {
    overflow: hidden;
    display: none;
  }

  .gallery-slider-mobile {
    display: block;
  }

  /* Benefit */
  .c-benefit-block:not(.ct-section):not(.oxy-easy-posts) {
    flex-direction: row-reverse;
  }

  .c-benefit-col1 .c-benefit-block {
    transform: none !important;
    flex-direction: row-reverse;
  }

  .c-benefit-vector {
    display: none;
  }

  .c-benefit-col1 .c-benefit-block div {
    text-align: left;
    margin: 0;
  }

  .c-benefit-col1 .c-benefit-block div .c-benefit-vector {
    display: none;
  }

  .c-benefit-col2 {
    display: none;
  }

  .c-benefit-col3 .c-benefit-block {
    transform: none !important;
  }

  .c-benefit-col1,
  .c-benefit-col3 {
    padding: 0 20px;
  }

  .c-benefit-col3 .c-benefit-block div {
    margin: 0;
  }

  /* Benefit */
  .program {
    margin-bottom: 20px;
  }

  .program_section .ct-code-block {
    height: 140px;
  }

  /*******************************/
  /*      STEAM CHILD PAGE       */
  /*******************************/
  /* Benefit */
  #div_block-434-148 {
    text-align: left;
    width: 100%;
    align-items: baseline;
  }

  #new_columns-417-148>.ct-div-block {
    padding: 20px 0px;
  }

  #image-412-148,
  #image-419-148,
  #image-419-148,
  #image-419-148,
  #image-419-148 {
    transform: none;
  }

  /*
  .program_classes .swiper-slide.class {
  max-width: 100%;
  min-width: 100%;
}
  .program_classes .swiper-slide.class {
  height: auto;
  min-height: 550px;
  max-width: 100%;
}
  */
  .program_classes .swiper-slide.class.class-bottom {
    margin-top: 40px;
  }

  .program_classes .swiper-slide.class.class-top {
    margin-top: 40px;
  }

  .program_classes .swiper-slide.class {
    min-height: 550px;
  }

  .program_classes .swiper-slide.class .level-head-section {
    height: 220px;
    padding-bottom: 25px;
  }

  .program_classes .swiper-slide.class .level-content-section {
    align-items: baseline;
    min-height: 230px;
    height: auto !important;
  }

  .program_classes .swiper-slide.class p {
    padding: 30px 30px 10px 30px;
    font-size: 12px;
  }

  .c-class-section {
    height: auto;
    min-height: 0 !important;

  }

  .c-class-section .swiper-btn {
    display: none;
  }

  .c-class-section .swiper-pagination-bullets,
  .c-class-section .swiper-pagination-custom,
  .c-class-section .swiper-pagination-fraction {
    display: flex;
  }

  .c-benefit-img {
    width: 100px;
  }

  /*******************************/
  /*       TU TAI MY PAGE        */
  /*******************************/
  .whyaeg_slider_wrap {
    display: flex;
    flex-direction: column !important;
  }

  .studyataeg-why-reason {
    width: 100% !important;
  }

  .studyataeg-why-content {
    width: 55%;
    top: 26%;
    /* right: 10px; */
    font-size: 12px;
    left: 45%;
    padding: 5px;
    position: static;
    text-align: right;

  }

  .whyaeg_slider_wrap .panel-group,
  .whyaeg_slider_wrap .tab-group {
    width: 100%;
  }

  #div_block-52-206,
  #div_block-59-206,
  #div_block-62-206 {
    background-size: cover;
    background-position: -50px 0;
    justify-content: center;
    align-items: flex-end;
  }

  #div_block-45-206,
  #div_block-57-206 {
    background-size: cover;
    background-position: right;
    background-position-x: 92%;
    justify-content: center;
  }

  .studyataeg-why-reason-right .studyataeg-why-content {
    left: 2%;
    top: 26%;
    text-align: left;
  }

  .tutaimy_schedule {
    min-height: 650px;
  }

  .tutaimy_schedule .program_classes .swiper-slide.class {
    padding-top: 300px;
    min-height: 300px;
  }

  .studyataeg-why-reason-right {
    top: -60px;
  }

  .studyaeg-why-reason-third {
    top: -120px;
  }

  .studyaeg-why-reason-fourth {
    top: -180px;
  }

  .studyaeg-why-reason-fifth {
    top: -240px;
  }

  /*******************************/
  /*       TIN TUC PAGE         */
  /*******************************/
  .new_mainsection {
    height: auto !important;
  }

  .new_mainsection .left_content img {
    width: 100%;
    position: static;
  }

  .new_mainsection .ct-section-inner-wrap {
    padding: 0 0 150px 0 !IMPORTANT;
  }

  .new_mainsection .oxy-post {
    display: flex;
    flex-direction: column;
  }

  .new_mainsection .left_content {
    width: 100%;
  }

  .new_mainsection .right_content {
    width: 100%;
    padding: 0 20px;
  }

  #_posts_grid-238-259 .oxy-post div.c-btn-border {
    width: 55%;
  }

  #_posts_grid-237-259 .oxy-post {
    margin-bottom: 1em;
  }

  #_posts_grid-237-259 .oxy-post .post-wraper {
    min-height: 370px;
    padding-bottom: 10px;
  }

  #_posts_grid-237-259 .oxy-post-title {
    font-size: 18px;
    height: 83px;
    overflow: hidden;
  }

  #_posts_grid-237-259 .oxy-post .post-wraper .oxy-post-image {
    margin-bottom: 5px;
  }

  #_posts_grid-237-259 .oxy-post .post-wraper p {
    margin: 3px 0;
  }

  #_posts_grid-237-259 .oxy-post .post-wraper div.c-btn-border {
    width: 75%;
  }

  #_posts_grid-237-259 .oxy-post-content {
    display: none;
  }

  #_posts_grid-237-259 .oxy-post .post-wraper .c-btn-main {
    font-size: 15px;
    padding: 7px 0;
  }

  /*******************************/
  /*       LIEN HE PAGE          */
  /*******************************/

  .contact-form #wpcf7-f339-o1 form.wpcf7-form p:nth-child(3),
  .contact-form #wpcf7-f339-o1 form.wpcf7-form p:nth-child(5) {
    width: 100%;
  }

  .contact-form #wpcf7-f339-o1 form.wpcf7-form p:nth-child(2),
  .contact-form #wpcf7-f339-o1 form.wpcf7-form p:nth-child(4) {
    width: 100%;
  }

  .contact-form input.wpcf7-submit {
    display: block;
    height: auto;
  }
}