#wdc-loader-wrapper,
#app {
  display: none;
}
/*@font-face {
  font-family: "Averta PE";
  src: url("fonts/AvertaPE-Bold.woff2") format("woff2"),
    url("fonts/AvertaPE-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Averta PE";
  src: url("fonts/AvertaPE-Regular.woff2") format("woff2"),
    url("fonts/AvertaPE-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Averta PE" !important;
  font-size: 16px;
  line-height: 1.2;
  background: #ffffff;
}*/
a {
  color: #444444;
  text-decoration: none;
}
a:hover {
  color: #444444;
  text-decoration: underline;
}

#wrapper {
  margin: 0 auto;
  overflow: hidden;
}
/**** #navbar ==> END ***/
#header {
  width: 100%;
}
#navbar {
  position: fixed;
  width: 100%;
  padding: 0;
  border-radius: 0px 0px 20px 20px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(5px);
  z-index: 999;
  height: 80px;
}
#navbar .navbar-toggler {
  border: none;
}
/**** #navbar ==> END ***/

/**** header-menu Level 2 ==> START ***/
#menu-home {
  width: 300px;
  text-align: right;
  justify-content: flex-end;
}
#menu-home li {
  position: relative;
  border-bottom: 4px solid transparent;
}
#menu-home li a {
  font-size: 15px;
  font-weight: 600;
  display: block;
}
#menu-home li a:hover,
.header-menu li a:hover {
  color: #54B0CF;
  text-decoration: none;
}
#menu-home > li {
  padding: 25px 0;
}
#menu-home > li + li {
  margin-left: 30px;
}
#menu-home > li:hover,
#menu-home > .current-menu-item {
  color: #37A3C6;
  border-bottom: 4px solid #90CDE0;
}
#menu-home > li:hover .home-submenu {
  top: 83px;
  opacity: 1;
  visibility: visible;
}

.home-submenu {
  position: absolute;
  left: -100px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 20px 60px -20px rgba(135, 135, 135, 0.25);
  width: 585px;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  overflow: hidden;
  top: 50px;
  transition: all 200ms ease-in-out;
}

.home-submenu ul.submenu {
  margin: 0;
  padding: 0;
}
.home-submenu ul.submenu li {
  list-style: none;
}

.home-submenu .image {
  margin-top: 15px;
}

.home-submenu .box-flex {
  padding: 22px 37px;
  justify-content: space-between;
  position: relative;
}
.home-submenu .box-i-flex {
  text-align: left;
  max-width: 230px;
}

.home-submenu .box-i-flex:last-of-type {
  max-width: 240px;
}

.home-submenu .box-flex:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #eaeaea;
  position: absolute;
  left: 285px;
  top: 0;
}

.home-submenu .title {
  color: #004b97;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 10px;
}

.home-submenu .title-en {
  background: url("images/mega_ic1.png") 16px 5px no-repeat #ffdcdd;
  background-size: 20px;
  padding-left: 30px;
}

.home-submenu .title-tech {
  background: url("images/mega_ic2.png") 16px 7px no-repeat #f2e1ff;
  background-size: 21px;
  padding-left: 40px;
}

.home-submenu .title-brain {
  background: url("images/mega_ic4.png") 16px 8px no-repeat #fffae0;
  background-size: 20px;
  margin-top: 15px;
  padding-left: 40px;
}

.home-submenu .title-school {
  background: url("images/mega_ic3.png") 16px 6px no-repeat #d4f0ff;
  background-size: 16px;
  padding-left: 30px;
  margin-top: 15px;
}

#menu-home .home-submenu ul.submenu li {
  margin-top: 15px;
}

#menu-home .home-submenu ul.submenu li a {
  color: #444;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.28px;
}
#menu-home .home-submenu ul.submenu li:hover a {
  text-decoration: none;
  color: #FA741F;
}

.header-menu > li ul.sub-menu > ul,
.header-menu > li ul.sub-menu > ul li {
  display: none;
}

.header-menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  background: #fff;
  min-width: 230px;
  top: 0;
  z-index: 99;
  display: none !important;
}

.header-menu > li ul.sub-menu li:hover ul {
  display: block !important;
  position: absolute;
  left: 100%;
  margin: 0;
}

.header-menu > li {
  margin-left: 30px;
}
.header-menu > li ul li {
  width: 100%;
}

.header-menu > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  top: 50px;
  position: absolute;
  background: #fff;
  min-width: 230px;
  margin-left: 0;
  padding: 10px 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}

.header-menu > li:hover ul li ul,
.header-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-menu > li > ul.sub-menu li:hover a {
  color: #54B0CF;
}
.main-nav {
  flex-grow: unset;
}

.header-menu li a {
  font-size: 15px;
  font-weight: 600;
}
.header-menu {
  flex: 1;
}
.header-menu > li:hover ul.sub-menu a {
  padding: 0 10px;
  display: block;
  line-height: 20px;
}
.header-menu > li:hover ul.sub-menu {
  display: block;
  position: absolute;
  background: #fff;
  left: -25px;
  min-width: 350px;
  border-radius: 30px;
  box-shadow: 0px 20px 60px -20px rgba(135, 135, 135, 0.25);
  padding: 22px 37px;
}
.header-menu > li:hover > ul.sub-menu {
  top: 83px;
}
.header-menu > li {
  position: relative;
  padding: 25px 0;
  border-bottom: 4px solid transparent;
}
.header-menu > li > ul.sub-menu li {
  position: relative;
  line-height: 1.3rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  padding-top: 18px;
  display: block;
  width: 100%;
}
.header-menu > li > ul.sub-menu li:last-child {
  border: none !important;
}

.header-menu > li:hover a {
  text-decoration: none;
}
.header-menu > li:hover,
.header-menu > .current-menu-item {
 color: #37A3C6;
  border-bottom: 4px solid #90CDE0;
  padding: 25px 0;
}

.header-menu > li.menu-item-has-children,
#menu-home > li.menu-item-has-children {
  background: url("images/ic-arrow-down.png") no-repeat right center;
  padding-right: 30px;
}

.btn-hotline button {
  width: 114px;
  padding: 3px 7px 3px 40px;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  border: none;
  background: url("images/ic-hotline.png") 5px center no-repeat
    #FF8040;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-hotline .dropdown-toggle::after {
  background: url("images/ic-arrow-down-w.png") right center no-repeat;
  border: none;
  width: 19px;
  height: 20px;
}

.btn-hotline .dropdown-menu {
  top: 53px;
  left: -90px;
  width: 215px;
  border-radius: 10px;
  background: #fff;
  padding: 0;
  box-shadow: 0px 20px 60px -20px rgba(0, 0, 0, 0.25);
}

.btn-hotline .dropdown-menu .dropdown-title {
  text-align: center;
  color: #3d3d3d;
  font-size: 12px;
  font-weight: 600;
  background-color: #fff2f2;
}
.btn-hotline .dropdown-menu .dropdown-title {
  padding: 13px 17px;
}
.btn-hotline .dropdown-menu .dropdown-tel {
  background: url("images/ic-hotline-2.png") 10px center no-repeat
    #fff;
  background-size: 27px;
  padding: 10px;
  text-align: center;
}
.btn-hotline .dropdown-menu .dropdown-tel a {
  color: #90CDE0;
  font-weight: 600;
}
.btn-hotline .dropdown-menu .dropdown-tel a:hover {
  text-decoration: none;
}
.btn-hotline .dropdown-menu .dropdown-title:first-child {
  border-radius: 10px 10px 0 0;
}
.btn-hotline .dropdown-menu .dropdown-tel:last-child {
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 1400px) {
  #menu-home {
    width: 260px;
  }
  .header-menu > li,
  #menu-home > li + li {
    margin-left: 15px;
  }
  .header-menu li a,
  #menu-home li a {
    font-size: 14px;
  }
  #wrapper .container {
    max-width: 1100px;
  }
  #wrapper .vus-journey .container {
    max-width: 1300px;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  ul#menu-top-menu {
    margin-top: 20px;
  }
  #menu-top-menu > li {
    border-top: 1px solid lightgrey;
  }
  #menu-top-menu li a {
    font-size: 14px;
  }
  #wrapper .vus-journey .container {
    padding: 0 10px;
  }
}
/**** #menu-top-menu Level 2 ==> END ***/

/**** menu-mobile Level 2 ==> START ***/
#menu-mobile {
  position: fixed;
  z-index: 999;
  display: none;
  width: 100%;
  bottom: 20px;
  left: 0;
}

#menu-mobile > .inner {
  border-radius: 100px;
  background: #fff;
  /* box-shadow: 0px 20px 60px -20px rgba(0, 0, 0, 0.25); */
  padding: 10px 25px;
  width: 95%;
  margin: 0 auto;
}

.menu-mobile {
  display: flex;
  justify-content: space-between;
}

.menu-mobile ul,
.menu-mobile {
  padding: 0;
  margin: 0;
}
.menu-mobile li,
.menu-mobile .submenu li {
  list-style: none;
}

.menu-mobile > li {
  text-align: center;
}
.menu-mobile > li > a {
  color: #5a7693;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.menu-mobile .current-menu-item > a {
  color: #b9131a;
}
.menu-mobile .icon {
  width: 42px;
  height: 36px;
  display: block;
}
.menu-mobile .ico-home {
  background-image: url("images/menu-m-1.png");
}
.menu-mobile .ico-program {
  background-image: url("images/menu-m-2.png");
}
.menu-mobile .ico-advise {
  background-image: url("images/menu-m-3.png");
}
.menu-mobile .ico-other {
  background-image: url("images/menu-m-4.png");
}
.menu-mobile .current-menu-item .ico-home {
  background-image: url("images/menu-m-1-active.png");
}
.menu-mobile .current-menu-item .ico-program {
  background-image: url("images/menu-m-2-active.png");
}
.menu-mobile .current-menu-item .ico-advise {
  background-image: url("images/menu-m-3-active.png");
}
.menu-mobile .current-menu-item .ico-other {
  background-image: url("images/menu-m-4-active.png");
}
.menu-mobile .current-menu-item .menu-over {
  display: block;
}
.menu-over {
  position: absolute;
  left: -5px;
  bottom: 65px;
  transition: all 200ms ease-in-out;
  display: none;
  width: 100%;
}
.menu-over .scrolling-y {
  transition: all 200ms ease-in-out;
  height: 430px;
  overflow-y: scroll;
  touch-action: pan-y;
}
.menu-mobile-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255 255 255 / 0.2);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
body.open-menu {
  overflow: hidden;
}
.menu-mobile-overlay.open-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.menu-over > .inner {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.menu-over-form {
  height: 500px;
}
.menu-over-form .vus-form .form-input {
  background: #f1f1f1;
}
.menu-over .top-title {
  background-color: #e31820;
  color: #fff;
  text-align: center;
  padding: 18px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.menu-over .title {
  padding: 15px;
  color: #004b97;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  text-align: left;
}
.menu-over .title-en {
  background: url(images/mega_ic1.png) 30px center no-repeat #ffdcdd;
  background-size: 20px;
  padding-left: 60px;
}
.menu-over .title-tech {
  background: url(images/mega_ic2.png) 30px center no-repeat #f2e1ff;
  background-size: 21px;
  padding-left: 60px;
}
.menu-over .title-school {
  background: url(images/mega_ic3.png) 30px center no-repeat #d4f0ff;
  background-size: 16px;
  padding-left: 60px;
}
.menu-over .title-brain {
  background: url(images/mega_ic4.png) 30px center no-repeat #fffae0;
  background-size: 20px;
  padding-left: 60px;
}
.menu-over .submenu {
  text-align: left;
  width: 100%;
  display: block;
}
.menu-over .submenu .submenu {
  margin-top: 20px;
}
.menu-over .submenu .submenu li {
  padding: 0 30px;
}
.menu-over .submenu .submenu li a {
  padding: 12px 0;
  background: url("images/ic-arrow-menu-sp.png") right center
    no-repeat;
  border-bottom: 1px solid #ececec;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.28px;
}
.menu-over .submenu .submenu li a:hover {
  text-decoration: none;
  color: #f80000;
}
.menu-over .image {
  margin: 20px auto;
  padding: 0 30px;
}
.menu-mobile .top-desc {
  color: #004b97;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.24px;
  text-align: center;
  margin: 20px auto;
  padding: 0 15px;
}
.menu-mobile .vus-form {
  background: none;
  padding: 0 15px;
  min-height: unset;
}
.menu-mobile .vus-form .form-label {
  text-align: left;
}
.vus-form .form-input {
  background: #fff;
}
.menu-mobile .submenu .submenu li .ico-other-1 {
  background: url("images/ico-other-1.png") left center no-repeat;
  padding-left: 25px;
}
.menu-mobile .submenu .submenu li .ico-other-2 {
  background: url("images/ico-other-2.png") left center no-repeat;
  padding-left: 25px;
}
.menu-mobile .submenu .submenu li .ico-other-3 {
  background: url("images/ico-other-3.png") left center no-repeat;
  padding-left: 25px;
}
.menu-mobile .submenu .submenu li .ico-other-4 {
  background: url("images/ico-other-4.png") left center no-repeat;
  padding-left: 25px;
}
.menu-over > .submenu {
  padding-bottom: 20px;
}
.menu-over-other {
  height: 220px;
  overflow-y: auto;
}
.menu-over-other .inner {
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #menu-mobile {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .menu-over {
    left: 0;
  }
}
/**** menu-mobile Level 2 ==> END ***/

/**** #footer ==> START ***/
.footer {
  color: #fff;
  font-size: 16px;
  position: relative;
  background: url("images/f-bg.png") no-repeat center top;
  background-size: cover;
  overflow: hidden;
  z-index: 10;
  margin-top: -50px;
}
.footer a {
  color: #fff;
}
.footer-inner {
  position: relative;
  padding-top: 80px;
  background: url("images/f-bg-bottom.png") no-repeat center bottom;
  background-size: contain;
  z-index: 3;
}
.footer-content {
  padding-bottom: 25px;
}
.footer-content .text-right {
  text-align: right;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 120%;
}
.footer-content .box-flex {
  align-items: center;
}

.footer-content .pc-row {
  padding-bottom: 60px;
}

.fmenu-line > button {
  padding-bottom: 96px;
  letter-spacing: -0.32px;
  font-weight: 700;
  position: relative;
  padding-left: 44px;
  padding: 0 0 96px 44px;
  background-color: transparent;
  color: #fff;
  border: none;
  text-transform: uppercase;
}

.fmenu-line .nav-link.active {
  background-color: transparent;
}
.fmenu-line .nav-link span {
  display: block;
  padding: 12px 22px 11px;
}
.fmenu-line > button:first-child:not(.active) span {
  padding-top: 0;
}
.fmenu-line .nav-link.active span {
  background: #D4F0FF;
  border-radius: 10px;
  color: #004B97;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
}
.fmenu-list .title {
  position: relative;
}
.fmenu-line > button:before {
  content: "";
  position: absolute;
  left: 0;
  background: url("images/f-cirle.png") left center no-repeat;
  width: 20px;
  height: 20px;
  z-index: 2;
  top: 12px;
}
.fmenu-line > button:first-child:not(.active)::before {
  top: 0;
} 
.fmenu-line > button:after {
  content: "";
  width: 2px;
  background: #fff;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0;
}

.fmenu-line > button:last-child {
  padding-bottom: 60px;
}

.fmenu-line > .active:first-child:after {
  top: 15px;
}

.fmenu-line > .active:before {
  background-image: url("images/f-active.png");
  width: 25px;
  height: 25px;
  top: 15px;
}

.fmenu-line > button:last-child:after {
  height: 20px;
}

.fmenu-line a {
  font-size: 16px;
  margin-bottom: 0;
}
.fmenu-line > button > a {
  padding: 12px 24px;
  border-radius: 10px;
  background: #d4f0ff;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
  display: inline-block;
  margin-bottom: 0;
  color: #004B97;
  text-align: center;
  font-size: 16px;
  font-family: "Averta PE";
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}

.f-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}

.f-social {
  margin: 15px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px;
}

.f-social li {
  list-style: none;
}

.footer .divider {
  margin: 32px 0;
  background: #ffbaba;
  opacity: 1;
}

.fmenu-list {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  overflow: hidden;
}

.fmenu-list > ul {
  width: 300px;
  padding: 0;
  margin: 38px 0 0;
  position: relative;
}

.fmenu-list > ul > li {
  color: #FFF;
}
.fmenu-list li + li {
  padding-top: 5px;
}
.fmenu-list > ul > li a {
  font-size: 16px;
  font-family: "Averta PE";
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.32px;
}
.fmenu-list > ul > li > .title {
  color: #c6ebff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
  display: block;
  padding: 5px 0 5px 50px;
  margin-bottom: 0;
}
.fmenu-list > ul > li > .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
}

.fmenu-1 .title:before {
  background-image: url("images/f-ic-1.png");
}
.fmenu-2 .title:before {
  background-image: url("images/f-ic-2.png");
}
.fmenu-3 .title:before {
  background-image: url("images/f-ic-3.png");
}
.fmenu-4 .title:before {
  background-image: url("images/f-ic-4.png");
}

.fmenu-list .sub-menu {
  padding-left: 50px;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.32px;
  margin-top: 10px;
}
.fmenu-list-2 {
  padding-top: 120px;
  justify-content: left;
}
.fmenu-list-2 .sub-menu {
  padding-left: 0;
}
.fmenu-list-3 {
  padding-top: 250px;
  justify-content: left;
}
.fmenu-list-3 .sub-menu {
  padding-left: 0;
}
.fmenu-list .sub-menu li {
  list-style: disc;
}

.fmenu-list .sub-menu.list-unstyled li {
  list-style: none;
}

.fmenu-cate {
  margin: 20px 0 0;
  padding-left: 0;
  overflow: hidden;
}

.fmenu-cate > li > ul.sub-menu {
  margin-left: 0;
  padding-left: 55px;
}
.fmenu-line .menu-item-arrow li,
.fmenu-cate > li > ul.sub-menu li {
  list-style: disc;
}

.fmenu-cate > li {
  list-style: none;
}

.fmenu-line .menu-item-arrow {
  background: url(images/ic-down.png) 95% 0 no-repeat;
}

.fmenu-line .menu-item-arrow .sub-menu {
  display: none;
}
.fmenu-line .menu-item-arrow.show .sub-menu {
  display: block;
}

.fmenu-line h4 {
  color: #c6ebff;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.36px;
  margin-bottom: 0;
  position: relative;
  padding: 5px 0 5px 45px;
}
.fmenu-line h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
}

.sub-menu-sp-2 {
  margin-top: 20px;
  padding-left: 20px;
}
.floating-menu {
  position: fixed;
  right: 38px;
  bottom: 38px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 100;
}
.floating-menu img {
  width: 50px;
  height: 50px;
}
.floating-menu .icon-messenger {
  padding: 8px;
  border-radius: 50%;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .footer {
    background-image: none;
    background-color: #90CDE0;
  }
  .footer-inner {
    padding-top: 40px;
    background: url("images/f-bg-sp-bottom.png") no-repeat center bottom;
    background-size: contain;
  }
  .footer .f-logo {
    background: url("images/f-logo-sp.svg") no-repeat left top;
    width: 94px;
    height: 40px;
    background-size: contain;
    display: inline-block;
  }
  .fmenu-line > li {
    padding-bottom: 45px;
  }
  .footer-content .text-right {
    font-size: 14px;
    flex: 2;
    padding-top: 30px;
  }

  .f-social {
    display: flex;
  }
  .footer .divider {
    width: 50%;
    margin: 20px 0;
  }

  .floating-menu {
    right: 16px;
    bottom: 120px;
  }

  .fmenu-mobile-line {
    padding-left: 50px;
    position: relative;
  }
  .fmenu-mobile-line::before {
    content: "";
    top: 10px;
    bottom: 60px;
    left: 16px;
    border-left: 1px solid #fff;
    width: 1px;
    position: absolute;
  }
  .fmenu-mobile-line h3,
  .fmenu-mobile-line .menu-item-lv1 {
    color: #FA741F;
    font-size: 16px;
    font-family: "Averta PE";
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.32px;
    text-transform: uppercase;
  }
  .fmenu-mobile-line > li {
    position: relative;
  }
  .fmenu-mobile-line > li:before {
    content: "";
    position: absolute;
    left: -43px;
    background: url(images/f-cirle.png) left center no-repeat;
    width: 20px;
    height: 20px;
    z-index: 2;
    top: 0px;
  }
  .fmenu-mobile-line > li.current-menu-item h3 {
    color: #004B97;
    border-radius: 10px;
    display: inline-flex;
    background: #D4F0FF;
    padding: 12px 24px;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
  }
  .fmenu-mobile-line > li.current-menu-item:before {
    background-image: url(images/f-active.png);
    width: 25px;
    height: 25px;
    top: 10px;
    left: -45px;
  }
}
/**** #footer ==> END ***/

/**** slideshow ==> start ***/
.slideshows {
  position: relative;
  z-index: 1;
}
.slideshows .swiper {
  overflow: visible;
}
.slideshows .swiper-button-next,
.slideshows .swiper-button-prev {
  width: 45px;
}
.slideshows .swiper-button-next:after {
  background: url("images/sl-arr-r.png") no-repeat left top;
  content: "";
  width: 45px;
  height: 45px;
  display: inline-block;
}
.slideshows .swiper-button-prev:after {
  background: url("images/sl-arr-l.png") no-repeat left top;
  content: "";
  width: 45px;
  height: 45px;
  display: inline-block;
}
.slideshow-image {
  width: 100%;
  max-height: 710px;
  opacity: 1;
}
.slideshow-image-sp {
  width: 100%;
  max-height: 600px;
}
/**** slideshow ==> END ***/

/**** info ==> START ***/
.block-v-info {
  background: url("images/bg-info.png") no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 2;
  margin-top: -50px;
  padding-top: 50px;
  overflow: hidden;
}
.block-v-info:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("images/cloud.png") no-repeat center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.block-education {
  position: relative;
}
.block-education > .title {
  color: #222f6e;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -0.7px;
  padding-top: 80px;
  padding-bottom: 54px;
}
.block-education > .title span {
  max-width: 320px;
  display: inline-block;
}
.block-education > .images {
  text-align: center;
  margin-top: 55px;
}
.block-education > .images img {
  max-width: 100%;
}
.block-education .box-item {
  background-color: #fff;
  padding: 22px;
  text-align: center;
  color: #575757;
}
.block-education .box-item .title h3 {
  color: #fff;
  font-size: 35px;
  font-family: "Averta PE";
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.7px;
  position: relative;
  z-index: 1;
}
.block-education .box-item .title h4 {
  color: #fff;
  font-size: 16px;
  font-family: "Averta PE";
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.32px;
  position: relative;
  z-index: 1;
  margin: 0;
}

@media only screen and (min-width: 1200px) {
  .block-education .box-item-1 {
    width: 23%;
  }
  .block-education .box-item-2 {
    width: 27%;
  }
  .block-education .box-item-3 {
    width: 27%;
  }
  .block-education .box-item-4 {
    width: 23%;
  }
  .block-education .box-item-1 .box-item {
    width: calc(100% - 52px);
    margin-right: 52px;
    margin-top: 150px;
  }
  .block-education .box-item-2 .box-item {
    width: calc(100% - 52px);
    margin-right: 52px;
  }
  .block-education .box-item-3 .box-item {
    width: calc(100% - 52px);
    margin-left: 52px;
  }
  .block-education .box-item-4 .box-item {
    margin-top: 150px;
    margin-left: 52px;
    width: calc(100% - 52px);
  }

  .block-education .box-item-1 .title,
  .block-education .box-item-2 .title {
    padding: 22px 5px 22px 15px;
    position: relative;
    margin: 15px -74px 15px -22px;
  }

  .block-education .box-item-3 .title,
  .block-education .box-item-4 .title {
    padding: 22px 5px 22px 15px;
    position: relative;
    margin: 15px -22px 15px -74px;
  }

  .block-education .box-item-1 .title:before,
  .block-education .box-item-2 .title:before {
    border-radius: 150px 0 0 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-color: #90CDE0;
    top: 0;
    bottom: 0;
  }
  .block-education .box-item-3 .title:before,
  .block-education .box-item-4 .title:before {
    border-radius: 0 150px 0 0;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    background-color: #90CDE0;
    top: 0;
    bottom: 0;
  }
  .block-education .box-item-3 .title:after,
  .block-education .box-item-4 .title:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 52px 40px 0;
    border-color: transparent #90CDE0 transparent transparent;
    bottom: -40px;
    left: 0;
  }
  .block-education .box-item-1 .title:after,
  .block-education .box-item-2 .title:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 52px 0 0;
    border-color: #90CDE0 transparent transparent transparent;
    bottom: -40px;
    right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .block-education .box-item {
    padding: 20px;
    max-width: calc(100% - 40px);
    margin: 0 0 15px auto;
  }
  .block-education .box-item .title {
    padding: 20px 5px 20px 15px;
    position: relative;
    margin: 15px -20px 15px -60px;
  }
  .block-education .box-item .title:before {
    border-radius: 0 120px 0 0;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    background-color: #90CDE0;
    top: 0;
    bottom: 0;
  }
  .block-education .box-item .title:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 30px 0;
    border-color: transparent #90CDE0 transparent transparent;
    bottom: -30px;
    left: 0;
  }
}

.block-v-info .block-title {
  text-align: center;
  margin-top: 80px;
}
.block-v-info .block-title .title {
  color: #004b97;
  text-align: center;
  font-size: 35px;
  font-family: "Averta PE";
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.7px;
  max-width: 825px;
  margin: 10px auto 0;
}

.block-program {
  margin-bottom: 170px;
  position: relative;
}
.block-program .box-item-img {
  height: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-program .box-item-img img {
  margin-top: -155px;
  max-width: 100%;
  max-height: 280px;
}

.block-program .box-item {
  position: relative;
  width: 362px;
  height: 420px;
  text-align: center;
  color: #fff;
  margin: 180px auto 0;
  transition: all 250ms linear;
}
.block-program .box-item-red_light {
  background-image: url("images/b-red_light.png");
}
.block-program .box-item-red_dark {
  background-image: url("images/b_red_dark.png");
}
.block-program .box-item-red {
  background-image: url("images/b_red.png");
}
.block-program .box-item-blue {
  background-image: url("images/b_blue.png");
}
.block-program .box-item-yellow {
  background-image: url("images/b_yellow.png");
}
.block-program .box-item-purple {
  background-image: url("images/b_purple.png");
}
.block-program .box-item .title {
  margin-top: 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.6px;
}

.block-program .box-item .desc {
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.28px;
  max-width: 310px;
  margin: 10px auto;
  overflow: hidden;
}

.block-program .box-item .dropdown {
  display: block;
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.block-program .box-item .link {
  display: inline-block;
}
.block-program .box-item .link .on {
  display: none;
}
.block-program .box-item .link.show .on {
  display: block;
}
.block-program .box-item .link.show .off {
  display: none;
}

.dropdown-menu-program {
  border-radius: 30px;
  box-shadow: 0px 20px 60px -20px rgba(135, 135, 135, 0.25);
  padding: 25px;
  color: #444444;
  left: 50% !important;
  top: 100% !important;
  transform: translateX(-50%) !important;
  width: 270px;
}
.dropdown-menu-program li {
  padding-bottom: 10px;
}
.dropdown-menu-program li + li {
  padding-top: 10px;
  border-top: 1px solid #E1E1E1;;
}
.dropdown-menu-program li a {
  color: #444444;
  font-size: 14px;
  font-family: "Averta PE";
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.28px;
  transition: all 200ms linear;
}
.dropdown-menu-program li a:hover {
  color: #F80000;
  text-decoration: none;
}

.block-program .box-item:hover .box-item-img {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@media only screen and (max-width: 768px) {
  .block-v-info {
    background-image: url("images/bg-info-sp.png");
    padding-bottom: 50px;
    margin-top: -60px;
  }
  .block-v-info:after {
    background-image: url("images/cloud_sp.png");
  }
  .block-education > .title {
    padding-top: 80px;
    padding-bottom: 40px;
    font-size: 24px;
  }
  .block-v-info .block-title .title {
    font-size: 24px;
  }
  .block-program {
    margin-bottom: 50px;
  }
  .block-program .col-sm-12:last-of-type .box-item {
    margin-bottom: 0;
  }
}
/**** info ==> END ***/

/**** contact ==> START ***/
.vus-form {
  background-color: #e2f3ff;
  padding: 94px 0 20px;
  position: relative;
  min-height: 787px;
}
.contact-text-warning {
  color: #004B97;
  text-align: center;
  font-family: "Averta PE";
  font-size: 12px;
  padding: 5px 15px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.24px;
}
.vus-form-border {
  background: url("images/contact-border.png") center top no-repeat;
  background-size: 1131px;
  min-height: 545px;
  position: relative;
  padding: 35px;
}

.vus-form-top {
  position: absolute;
  width: 100%;
  top: -24px;
  text-align: center;
  left: -5px;
}

.vus-form-content {
  background: url("images/contact-content.png") center top no-repeat;
  background-size: 1067px;
  padding: 90px 60px;
}

.vus-form-content .wpcf7 {
  max-width: 960px;
  margin: auto;
}

.vus-form-title {
  background: url("images/contact-title.png") left top no-repeat;
  margin: auto;
  overflow: hidden;
  width: 380px;
  padding: 23px 0;
}

.vus-form-title .title {
  color: #004b97;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.vus-form-title .desc {
  color: #004b97;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.24px;
  max-width: 375px;
  margin: auto;
}

.vus-form .form-label {
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.28px;
}
.vus-form .form-control {
  background: none;
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
.vus-form .form-input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 13px 20px;
}
.vus-form .form-input:focus {
  border: 1px solid #004b97;
}
.vus-form .wpcf7-not-valid {
  border-color: red;
}
.vus-form .wpcf7-not-valid-tip {
  display: none;
}
.vus-form .form-submit {
  text-align: center;
}
.vus-form .form-control select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("images/ic-arrow-down.png");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 14px;
}

.vus-form .form-submit .wpcf7-submit {
  background: url("images/cf7-submit.png") left center no-repeat;
  background-size: 230px;
  width: 230px;
  height: 58px;
  border: none;
  text-indent: -9999px;
  margin: auto;
  display: inherit;
}
.vus-form .form-submit .wpcf7-submit:hover {
  opacity: 0.5;
}

.vus-form .wpcf7-response-output {
  display: none;
}

.vus-form-success {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.vus-form-success.show {
  display: flex;
}

.vus-form-success .inner {
  position: relative;
  border-radius: 10px;
  background: #ffefef;
  display: flex;
  width: 258px;
  height: 168px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.vus-form-success .title {
  margin-top: 20px;
  color: #b9131a;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .vus-form-content .wpcf7 {
    max-width: unset;
  }
  .vus-form-content,
  .vus-form-border {
    background: none;
    min-height: unset;
  }
  .vus-form-content {
    margin-top: 55px;
    padding: 47px 0;
  }
  .vus-form .form-label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .vus-form {
    padding-top: 60px;
  }
  .vus-form-content,
  .vus-form-border {
    background: none;
    min-height: unset;
  }
  .vus-form-border {
    padding: 0;
  }
  .vus-form-content {
    padding: 47px 0;
  }
  .vus-form .form-label {
    font-size: 12px;
  }
  .vus-form-content .wpcf7 {
    max-width: unset;
  }
  .vus-form-top {
    position: static;
  }
  .vus-form-title {
    background-size: 100%;
    width: 100%;
    padding: 24px 0 16px;
  }
  .vus-form-title .title,
  .vus-form-title .desc {
    max-width: 300px;
    margin: auto;
    text-align: center;
  }
  .vus-form-title .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

/**** contact ==> END ***/

/**** mission ==> START ***/
.vus-mission {
  background: url("images/bg-mission.png") center top no-repeat;
  background-size: cover;
  padding: 65px 0;
  color: #fff;
  margin-top: -125px;
  position: relative;
  z-index: 8;
}

.vus-mission .title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  display: inline-block;
  max-width: 530px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.vus-mission .title span {
  display: inline-block;
  margin-right: 20px;
}

.vus-mission .title:after {
  content: "";
  width: 153px;
  border: 1px dashed #fff;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.vus-mission .desc {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.36px;
  margin-bottom: 30px;
  max-width: 530px;
}

.vus-mission .image img {
  max-width: 100%;
}

.vus-mission-icon {
  background-color: rgb(255 255 255 / 0.8);
  border-radius: 100px;
  padding: 12px 18px;
  max-width: 484px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: all 250ms linear;
}
.vus-mission-icon:nth-child(even) {
  background-color: rgb(255 255 255 / 1);
  margin-left: 50px;
}

.vus-mission-icon .mission-icon {
  border-radius: 50%;
  padding: 10px;
  width: 60px;
  background-color: rgb(255 255 255 / 0.8);
}
.vus-mission-icon .mission-icon img {
  max-width: 100%;
}
.vus-mission-icon:nth-child(even) .mission-icon {
  background-color: #d4eaff;
}
.vus-mission-icon .mission-text {
  display: block;
  text-align: center;
  max-width: 80%;
  margin: auto;
  color: #004b97;
  font-size: 20px;
  font-weight: 700;
  line-height: 124%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .vus-mission {
    margin-top: -115px;
  }
}
@media only screen and (max-width: 768px) {
  .vus-mission {
    background-image: url("images/bg-mission-sp.png");
    padding: 80px 0 50px;
  }
  .vus-mission .title {
    font-size: 35px;
  }
  .vus-mission .desc {
    font-size: 14px;
  }
  .vus-mission .image {
    text-align: center;
    margin-bottom: 40px;
  }
  .vus-mission .image img {
    max-width: 100%;
  }
  .vus-mission-icon {
    max-width: 100%;
  }
  .vus-mission-icon:nth-child(even) {
    margin-left: auto;
  }
  .vus-mission-icon .mission-text {
    font-size: 16px;
    width: calc(100% - 65px);
  }
  .vus-mission-icon .mission-icon {
    max-width: 60px;
    max-height: 60px;
  }
}
@media only screen and (max-width: 468px) {
  .vus-mission {
    margin-top: -65px;
  }
}
/**** mission ==> END ***/

/**** education ==> START ***/
.vus-education {
  background: url("images/bg-edu.jpg") center top no-repeat;
  position: relative;
  z-index: 7;
  padding: 140px 0 105px;
  background-size: cover;
}
.vus-education .container {
  position: relative;
}
.vus-education .container:before {
  content: "";
  background: url("images/icon-edu.png") left top no-repeat;
  display: inline-block;
  width: 241px;
  height: 133px;
  position: absolute;
  top: -100px;
  left: -50px;
}
.vus-education .bg-img {
  background-image: url("images/KV-YL_fixed_2.webp");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  min-height: 802px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: -90px;
  right: 0;
}
.vus-education .inner {
  position: relative;
  max-width: 510px;
  margin-bottom: 50px;
  margin-left: 45px;
  z-index: 2;
}
.vus-education .top-title {
  color: #ba131a;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
.vus-education .title {
  color: #004b97;
  font-size: 35px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.7px;
  margin-top: 12px;
  margin-bottom: 25px;
}
.vus-education .address {
  margin-top: 5px;
}
.vus-education .address .item {
  display: flex;
  margin-top: 20px;
}
.vus-education .address .image {
  margin-right: 20px;
}
.vus-education .address .image img {
  max-width: 36px;
}
.vus-education .address .desc {
  color: #444;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.32px;
}
.vus-education .address h4 {
  color: #004b97;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.36px;
}
.vus-education .link {
  border-radius: 100px;
  background: #90CDE0;
  width: 244px;
  height: 50px;
  padding: 16px 30px;
  margin: 30px auto 0;
  text-align: center;
}
.vus-education .link:hover {
  opacity: 0.5;
}
.vus-education .link a {
  color: #fff;
  background: url("images/a-next.png") right center no-repeat;
  display: block;
  padding-right: 20px;
  font-size: 16px;
}
.vus-education .link a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .vus-education {
    padding: 100px 0 0;
  }
  .vus-education .container:before {
    left: -5px;
    top: -100px;
    background-size: 182px auto;
    width: 182px;
  }
  .vus-education .bg-img {
    display: block;
    position: static;
    background-size: 835px auto;
    min-height: 589px;
  }
  .vus-education .inner {
    max-width: 100%;
    margin-left: 25px;
  }
  .vus-education .top-title {
    font-size: 18px;
  }
  .vus-education .title {
    font-size: 24px;
  }
  .vus-education .address .image img {
    max-width: 25px;
  }

  .vus-education .link {
    width: 206px;
    height: 45px;
    padding: 16px 30px;
    margin: 30px 0 0;
  }
  .vus-education .link a {
    font-size: 14px;
  }
}
/**** education ==> END ***/

/**** news ==> START ***/
.vus-news {
  background: #9edfff;
  padding: 70px 0;
  min-height: 770px;
}
.vus-news .title {
  color: #004b97;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.72px;
  max-width: 674px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}


.vus-news .video {
  background: url("images/bg-video.png") left top no-repeat;
  height: 347px;
  width: 497px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.vus-news .video iframe {
  width: 90%;
  height: 85%;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}
.vus-news iframe .ytp-large-play-button {
  background: red;
}
.vus-news #ytplay {
  background: url("images/ic-play.png") left top no-repeat;
  width: 113px;
  height: 113px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
}
.vus-news .post-item {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.vus-news .post-item .image {
  overflow: hidden;
  margin-right: 20px;
  max-width: 208px;
  border-radius: 10px;
}
.vus-news .post-item .image img {
  max-width: 100%;
}
.vus-news .post-item .content h3 {
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 700;
  line-height: 125.1%;
}
.vus-news .post-item .content h3 a {
  color: inherit;
}
.vus-news .post-item .content h3 a:hover {
  text-decoration: none;
  color: #e31820;
}
.vus-news .post-item .date {
  color: #757575;
  font-size: 14px;
  font-weight: 600;
  line-height: 133.1%;
  margin-bottom: 10px;
}
.vus-news .link {
  border-radius: 100px;
  background: #FF8040;
  width: 244px;
  height: 50px;
  padding: 16px 30px;
  text-align: center;
}
.vus-news .link a {
  color: #fff;
  background: url(images/a-next.png) right center no-repeat;
  display: block;
  padding-right: 20px;
  font-size: 16px;
}
.vus-news .link:hover {
  opacity: 0.5;
}
.vus-news .link:hover a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .vus-news .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .vus-news .video {
    margin-bottom: 30px;
    width: 356px;
    background-size: 356px;
    height: 248px;
  }
  .vus-news .post-item .date {
    font-size: 12px;
  }
  .vus-news .post-item .content h3 {
    font-size: 14px;
  }
  .vus-news .link {
    width: 206px;
    height: 45px;
  }
  .vus-news .post-item .image {
    width: 132px;
  }
  .vus-news .post-item .content {
    width: calc(100% - 152px);
  }
  .vus-news .link a {
    font-size: 14px;
  }
}

/**** news ==> END ***/

/**** techer ==> START ***/
.vus-teacher {
  background: url("images/bg-teacher.png") center top no-repeat;
  padding: 153px 0 88px;
  color: #fff;
  position: relative;
  min-height: 745px;
}
.vus-teacher .title {
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
.vus-teacher .title,
.vus-teacher .desc {
  max-width: 525px;
}
.vus-teacher .desc .box-flex {
  margin-top: 25px;
  align-items: center;
}
.vus-teacher .desc .image {
  max-width: 45px;
  margin-right: 15px;
}
.vus-teacher .desc .image img {
  max-width: 45px;
}
.vus-teacher .desc .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.32px;
}
.vus-teacher .link {
  border-radius: 100px;
  background: #fff;
  width: 210px;
  height: 50px;
  padding: 16px 30px;
  text-align: center;
  margin-top: 50px;
}
.vus-teacher .link a {
  color: #4646FF;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  background: url(images/a-next-red.png) right center no-repeat;
  background-size: 13px auto;
  display: block;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
}
.vus-teacher .link:hover {
  opacity: 0.5;
}
.vus-teacher .link:hover a {
  text-decoration: none;
}
.vus-teacher .swiper-slide {
  text-align: center;
}
.vus-teacher .image-teacher {
  max-width: 100%;
}
.vus-teacher .swiper-3d .swiper-slide-shadow {
  display: none;
}
.vus-teacher .swiper-button-next,
.vus-teacher .swiper-button-prev {
  top: unset;
  width: 45px;
}
.vus-teacher .swiper-button-next:after,
.vus-teacher .swiper-button-prev:after {
  content: "";
  width: 45px;
  height: 45px;
  display: inline-block;
}
.vus-teacher .swiper-button-next:hover,
.vus-teacher .swiper-button-prev:hover {
  opacity: 0.8;
}
.vus-teacher .swiper-button-prev:after {
  transform: rotate(-180deg);
  background: url(images/sl-arr-r.png) no-repeat left top;
}
.vus-teacher .swiper-button-next:after {
  background: url(images/sl-arr-r.png) no-repeat left top;
}
.vus-teacher .swiper-controls {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.vus-teacher .swiper-wrap {
  width: 150px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .vus-teacher {
    background: url("images/bg-teacher_sp.png") center top no-repeat;
    background-size: cover;
  }
  .vus-teacher .row {
    flex-wrap: wrap-reverse;
  }
  .vus-teacher .title,
  .vus-teacher .desc {
    max-width: unset;
  }
  .vus-teacher .swiper-controls {
    margin-bottom: 30px;
  }
  .vus-teacher .slideshow-image {
    max-height: 330px;
  }
  .vus-teacher .title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .vus-teacher .desc .text {
    font-size: 14px;
  }
}
/**** techer ==> END ***/

/**** actions ==> START ***/
.vus-actions {
  position: relative;
  margin-top: -60px;
}
@media only screen and (max-width: 1199px) {
  .vus-actions {
    margin-top: -120px;
  }
}
@media only screen and (max-width: 468px) {
  .vus-actions {
    margin-top: -65px;
  }
}
.vus-actions .pattern {
  display: inline-block;
  width: 536px;
  height: 536px;
  background: url("images/pattern_2.png") left 209px no-repeat;
  position: absolute;
  bottom: -326px;
  left: 0;
}

.vus-actions .pattern .top {
  background: url("images/pattern_1.png") left top no-repeat;
  width: 536px;
  height: 209px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .vus-actions .pattern {
    width: 264px;
    height: 264px;
    background-size: 264px;
    background-position: left 103px;
    bottom: -160px;
    left: -70px;
  }
  .vus-actions .pattern .top {
    background-size: 264px;
  }
}
/**** actions ==> END ***/

/**** About VUS ==> START ***/
.vus-parents-students-say {
  background: #ffecec;
  padding: 60px 0;
}
.vus-parents-students-say .title {
  color: #222f6e;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.7px;
}
.vus-parents-students-say .slideshows {
  margin-top: 50px;
  overflow: hidden;
}
.vus-parents-students-say .swiper-wrapper {
  padding: 50px 0;
}
.vus-parents-students-say .swiper-slide {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.vus-parents-students-say .post-item {
  color: #444;
  text-align: center;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.32px;
  margin: 0 auto;
}
.vus-parents-students-say .swiper-post-item .post-item {
  background: url("images/bg_customer_1.png") left top no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 260px;
  width: 100%;
  margin-top: 20px;
}
.vus-parents-students-say .swiper-slide-active .post-item {
  background-image: url("images/bg_customer_2.png");
  background-position: top center;
  height: 300px;
  margin-top: 0;
}
.vus-parents-students-say .post-item .title {
  color: #444;
  font-size: 16px;
  margin: 10px auto;
}
.vus-parents-students-say .post-item span {
  font-weight: normal;
  display: inline-block;
  margin-right: 5px;
}
.vus-parents-students-say .post-item .relation {
  display: block;
  padding-top: 5px;
  color: #444;
  text-align: center;
  font-family: "Averta PE";
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.28px;
}
.vus-parents-students-say .post-item .image {
  text-align: center;
  position: relative;
  height: 45px;
}
.vus-parents-students-say .post-item .image img {
  max-width: 90px;
  margin-top: -45px;
  border-radius: 90px;
  border: 4px solid #fff;
  opacity: 1;
}
.vus-parents-students-say .post-item .stars {
  margin-bottom: 10px;
}
.vus-parents-students-say .post-item .star {
  background: url("images/golden_stars_big.png") left top no-repeat;
  width: 27px;
  height: 25px;
  display: inline-block;
  margin: 0 2px;
}
.vus-parents-students-say .post-item .stars-big .star-2 {
  background: url("images/golden_stars.png") left top no-repeat;
  width: 37px;
  height: 35px;
}
.vus-parents-students-say .post-item .desc {
  color: #004b97;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.28px;
  max-width: 290px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}
.vus-parents-students-say .post-item-bg_red .desc {
  max-width: 340px;
  font-weight: 600;
}
.vus-parents-students-say .swiper-controls {
  display: flex;
  justify-content: flex-end;
  /* margin-top: 40px; */
}
.vus-parents-students-say .swiper-wrap {
  width: 120px;
  position: relative;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.vus-parents-students-say .swiper-button-next-customer,
.vus-parents-students-say .swiper-button-prev-customer {
  top: unset;
  width: 45px;
}
.vus-parents-students-say .swiper-button-next-customer:after,
.vus-parents-students-say .swiper-button-prev-customer:after {
  content: "";
  width: 45px;
  height: 45px;
  display: inline-block;
}
.vus-parents-students-say .swiper-button-prev-customer:after {
  background: url(images/sl-arr-l-red.png) no-repeat left top;
}
.vus-parents-students-say .swiper-button-next-customer:after {
  background: url(images/sl-arr-r-red.png) no-repeat left top;
}
@media only screen and (max-width: 1199px) {
  .vus-parents-students-say .slideshows {
    overflow: visible;
  }
}
@media only screen and (max-width: 768px) {
  .vus-parents-students-say .swiper-post-item .post-item {
    height: 240px;
    margin-top: 10px;
  }
  .vus-parents-students-say .swiper-slide-active .post-item {
    height: 260px;
    margin-top: 0px;
  }
  .vus-parents-students-say .title {
    font-size: 24px;
  }
  .vus-parents-students-say .post-item,
  .vus-parents-students-say .post-item .title {
    font-size: 14px;
  }
}
/**** About Vus ==> END ***/

/**** journey ==> START ***/
.vus-journey {
  padding: 50px 0 0;
  text-align: center;
  background: linear-gradient(178deg, #fff 0%, #d9faff 100%);
}
.vus-journey .title {
  color: #FA741F;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.72px;
  max-width: 658px;
  margin: auto;
}
.vus-journey .desktop-scroll {
  overflow-x: auto;
}
.vus-journey .person {
  position: relative;
  min-height: 880px;
  margin-top: 40px;
  width: 1296px;
}
.vus-journey .person:after {
  background: url("images/person.png") right bottom no-repeat;
  width: 424px;
  height: 517px;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.vus-journey .journey-content {
  margin-left: 160px;
  height: 699px;
  position: relative;
  width: 856px;
}
.vus-journey .show-on-mobile img {
  max-width: 100%;
  max-height: 933px;
}
.journey-group-1 {
  position: absolute;
  width: 200px;
  left: 80px;
  top: 10px;
}
.journey-group-2 {
  position: absolute;
  width: 220px;
  left: 375px;
  top: 200px;
}
.journey-group-3 {
  position: absolute;
  width: 210px;
  left: 0;
  top: 380px;
}
.journey-group-4 {
  position: absolute;
  width: 230px;
  left: 210px;
  top: 610px;
}
.vus-journey h3 {
  color: #004b97;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.4px;
}
.vus-journey p {
  color: #575757;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.32px;
}
.journey-btn {
  position: absolute;
  border-radius: 100px;
  background: #90CDE0;
  box-shadow: 0px 20px 60px -20px rgba(255, 0, 0, 0.5);
  padding: 8px 24px 7px;
  text-align: center;
  display: inline-flex;
  gap: 12px;
  color: #fff;
  justify-content: center;
  align-items: center;
  top: 435px;
  right: 40px;
  z-index: 1;
}
.journey-btn:hover {
  text-decoration: none;
  color: rgb(255 255 255 / 0.8);
}
@media only screen and (max-width: 768px) {
  .vus-journey .title {
    font-size: 24px;
  }
  .vus-journey .person {
    min-height: 1180px;
    width: 100%;
  }
  .vus-journey .person:after {
    background-size: contain;
    right: 0;
    width: 100%;
    height: 300px;
  }
  .vus-journey .journey-content {
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 370px;
  }
  .journey-group-1 {
    left: 10px;
    top: 30px;
  }
  .journey-group-2 {
    width: 200px;
    top: 250px;
    left: 145px;
  }
  .journey-group-2 h3 {
    font-size: 18px;
  }
  .vus-journey p {
    font-size: 14px;
  }
  .journey-group-3 {
    left: 35px;
    top: 460px;
  }
  .journey-group-4 {
    width: 210px;
    left: 150px;
    top: 685px;
  }
  .journey-btn {
    right: 140px;
    bottom: -50px;
    top: auto;
  }
}
/**** journey ==> END ***/

/**** learning ==> START ***/
.vus-learning {
  background: url("images/bg_learning.png") center top no-repeat;
  padding: 100px 0;
  color: #fff;
}
.vus-learning img {
  max-width: 100%;
  margin: 0 auto;
  opacity: 1;
}
.vus-learning .subtitle {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.7px;
  max-width: 606px;
  margin: 20px auto 40px;
}
.vus-learning .bottom-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.36px;
  border-radius: 100px;
  background: #6cb7ff;
  padding: 16px 25px;
  max-width: 394px;
  margin: 50px auto 30px;
}
.vus-learning .bottom-wrap {
  padding: 0 40px;
  border-right: 1px solid #fff;
}
.vus-learning .swiper-slide:last-of-type .bottom-wrap {
  border-right: 0;
}
.vus-learning .bottom-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 210px;
  margin: auto;
  text-align: center;
}
.vus-learning .bottom-item .image {
  margin-bottom: 10px;
}
.vus-learning .bottom-item .image img {
  max-width: 45px;
}
.vus-learning .bottom-item .desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  padding: 5px 0;
  letter-spacing: -0.32px;
}
.vus-learning .sildershows {
  position: relative;
}
.vus-learning .swiper-button-wrap {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}
.vus-learning .swiper-button-inner {
  width: 150px;
  position: relative;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.vus-learning .swiper-button-next-control,
.vus-learning .swiper-button-prev-control {
  top: unset;
  width: 45px;
}
.vus-learning .swiper-button-next-control:after,
.vus-learning .swiper-button-prev-control:after {
  content: "";
  width: 45px;
  height: 45px;
  display: inline-block;
}
.vus-learning .swiper-button-prev-control:after {
  background: url(images/sl-arr-l-red.png) no-repeat left top;
}
.vus-learning .swiper-button-next-control:after {
  background: url(images/sl-arr-r-red.png) no-repeat left top;
}
.vus-learning .bottom-slides {
  position: relative;
}
.vus-learning .swiper .swiper-notification {
  opacity: 1;
}
.vus-learning .swiper-pagination-bottom {
  bottom: -30px;
}
.vus-learning .swiper-pagination-bottom .swiper-pagination-bullet {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .vus-learning .subtitle {
    font-size: 20px;
  }
  .vus-learning .swiper-slide {
    width: 100%;
  }
  .vus-learning .bottom-title {
    max-width: unset;
    padding: 16px;
  }
  .vus-learning .bottom-wrap {
    padding: 0 20px;
  }
  .vus-learning .top_title {
    max-width: 273px;
  }
}
@media only screen and (min-width: 768px) {
  .vus-learning .swiper-wrapper {
    justify-content: center;
  }
  .vus-learning .swiper-slide {
    width: fit-content;
  }
}
/**** learning ==> END ***/

/**** box ==> START ***/
.box-flex {
  display: flex;
}
.box-i-flex {
  flex: 1;
}
.show-on-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
  .show-on-mobile {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /*ipad*/
}
/**** box ==> END ***/

.zalo-chat-widget {
  bottom: 120px !important;
  right: 38px !important;
  left: unset !important;
  zoom: 0;
}

@media only screen and (max-width: 768px) {
  .zalo-chat-widget {
    bottom: 190px !important;
    right: 16px !important;
  }
}

@media only screen and (max-width: 768px) {
  .zalo-box {
      right: 24px !important;
      bottom: 195px !important;
  }
}

.zalo-box {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 47px;
  bottom: 120px;
  z-index: 999;
}

.zalo-box.template-default {
  right: 29px;
}
