@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Montserrat", sans-serif;
}

.container-landing {
  background: rgb(255, 250, 252);
  color: #56588a;
  margin-top: 50px;
}
.container-landing button {
  cursor: pointer;
}
.container-landing .text-yellow-header {
  color: #ffb800;
}
.container-landing .text-pink-header {
  color: #eb1f5b;
}
.container-landing .text-bold {
  font-weight: 700;
}
.container-landing .content-section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
.container-landing .container-section .title {
  font-size: 48px;
  color: #000533;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
}
.container-landing .container-section .title .text-yellow-header, .container-landing .container-section .title .text-pink-header {
  font-size: 48px;
}
.container-landing .container-section .sub-title {
  max-width: 1000px;
  font-size: 18px;
  margin: auto auto 30px;
  color: #56588a;
  padding: 0 1rem;
  margin-bottom: 3rem;
  text-align: center;
}
.container-landing .section-1 {
  padding: 20px 0;
  background: #ffffff;
}
.container-landing .section-1 .frame-video {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  border-radius: 0.5rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* quan trọng để giữ video không bị tràn */
  overflow: hidden;
}
.container-landing .section-1 .frame-video .intro-video {
  width: 100%; /* responsive */
  height: auto; /* giữ tỷ lệ */
  background: #ffffff;
  object-fit: contain;
}
.container-landing .section-1 .container-fluid {
  font-size: 1.2em;
}
.container-landing .section-1 .container-fluid .title-video {
  position: relative;
  bottom: 7px;
  margin-top: 0.7rem;
}
@media screen and (max-width: 1200px) {
  .container-landing .section-1 .frame-video {
    width: 600px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .container-landing .section-1 .frame-video {
    width: 100%;
    height: 300px;
    padding: 0 !important;
  }
  .container-landing .section-1 .frame-video .frame-area {
    border-radius: 0.5rem;
  }
}
.container-landing .section-2 {
  max-width: 1140px;
  margin: 20px auto;
}
.container-landing .section-2 .container-section .content-section-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.container-landing .section-2 .container-section .content-section-2 .wraper-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  width: calc(50% - 20px);
}
.container-landing .section-2 .container-section .content-section-2 .wraper-content .left-content {
  flex: 1;
  position: relative;
}
.container-landing .section-2 .container-section .content-section-2 .wraper-content .left-content .title-left .title {
  text-align: left;
  color: #eb1f5b;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.container-landing .section-2 .container-section .content-section-2 .wraper-content .left-content .title-left .title img {
  max-width: 210px;
}
.container-landing .section-2 .container-section .content-section-2 .wraper-content .left-content .title-left .title h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.container-landing .section-2 .container-section .content-section-2 .wraper-content .left-content .title-left .title .image-title {
  position: absolute;
  top: -20px;
  left: 10px;
}
.container-landing .section-2 .container-section .content-section-2 .wraper-content .left-content .sub-title {
  color: #000;
  max-width: 450px;
  padding: 0;
  font-size: 14px;
  text-align: left;
}
.container-landing .section-2 .container-section .content-section-2 .wraper-content .right-content img {
  max-width: 180px;
}
.container-landing .section-2 .button-container {
  margin-top: 20px;
  text-align: center;
}
.container-landing .section-2 .custom-button {
  background: #fff;
  font-weight: 700;
  border: 1px solid #eb1f5b;
  border-radius: 30px;
  padding: 1rem 2rem;
  cursor: pointer;
  box-shadow: 3px 6px 7px #a30052;
  transition: all 0.3s ease;
  animation: _ngcontent-ng-c2174888259_heartBeat 2s infinite;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  outline: none;
}
.container-landing .section-2 .custom-button a {
  font-size: 1.75rem;
  color: #eb1f5b;
  text-decoration: none;
}
.container-landing .section-2 .custom-button:hover {
  background: #eb1f5b;
  box-shadow: 0 10px 15px rgba(235, 31, 91, 0.6);
  transform: translateY(-2px);
  animation: none;
}
.container-landing .section-2 .custom-button:hover a {
  color: #fff;
}
.container-landing .section-3 {
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}
.container-landing .section-3 .content-section {
  padding: 1rem;
  filter: drop-shadow(-4px -2px 23.3px rgba(199, 202, 255, 0.3));
}
.container-landing .section-3 .content-section .content-sec-3 {
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 1600px) {
  .container-landing .section-3 .content-section .content-sec-3 .right-image {
    display: none !important;
  }
}
.container-landing .section-3 .content-section .header-sec-3 {
  position: relative;
}
.container-landing .section-3 .content-section .header-sec-3 img {
  max-width: 100%;
  width: 100%;
  min-height: 230px;
  object-fit: cover;
  max-height: 500px;
}
.container-landing .section-3 .content-section .header-sec-3 .header-section {
  position: absolute;
  top: 85px;
  left: 96px;
  color: #fff;
}
.container-landing .section-3 .content-section .header-sec-3 .header-section .header {
  font-size: clamp(2rem, -0.875rem + 7.333vw, 3rem) !important;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.container-landing .section-3 .content-section .header-sec-3 .header-section .title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.container-landing .section-3 .content-section .header-sec-3 .header-section .sub-title {
  color: #fff;
  font-size: clamp(1rem, -0.875rem + 3.333vw, 28px) !important;
}
.container-landing .section-3 .content-section .content-nav {
  display: flex;
  gap: 1rem;
  justify-content: center;
  position: relative;
  top: -55px;
}
.container-landing .section-3 .content-section .content-nav .item-nav {
  cursor: pointer;
  background-color: #fff;
  padding: 0.5rem 1rem;
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 21px;
  font-weight: 700;
  color: #878787;
  border-radius: 20px 20px 0 0;
}
.container-landing .section-3 .content-section .content-nav .item-nav img {
  width: 40px;
  height: 40px;
}
.container-landing .section-3 .content-section .content-nav .item-nav:hover {
  color: #373737;
  background-color: #ffeaf0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.container-landing .section-3 .content-section .content-nav .item-nav:hover img {
  transform: scale(1.05);
}
.container-landing .section-3 .content-section .select-tab {
  color: #eb1f5b !important;
}
.container-landing .section-3 .content-section .body-section {
  padding-bottom: 1rem;
  min-height: 500px;
}
.container-landing .section-3 .content-section .body-section .tab-content {
  display: none;
}
.container-landing .section-3 .content-section .body-section .wraper-content {
  position: relative;
  top: -2rem;
  display: none;
  justify-content: center;
  gap: 1rem;
  padding: 0 3rem;
  color: #56588a;
  flex-wrap: wrap;
}
.container-landing .section-3 .content-section .body-section .wraper-content.active {
  display: flex;
}
@media (max-width: 500px) {
  .container-landing .section-3 .content-section .body-section .wraper-content.active {
    flex-direction: column;
  }
}
.container-landing .section-3 .content-section .body-section .wraper-content .left-content {
  flex: 1;
  padding-left: 2rem;
}
.container-landing .section-3 .content-section .body-section .wraper-content .left-content .header-content {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
.container-landing .section-3 .content-section .body-section .wraper-content .left-content .header-content h3 {
  margin: 0;
  color: #eb1f5b;
  font-size: 40px;
  font-weight: 700;
}
.container-landing .section-3 .content-section .body-section .wraper-content .left-content .sub-header-content {
  font-size: 24px;
  margin-bottom: 1rem;
}
.container-landing .section-3 .content-section .body-section .wraper-content .left-content .title {
  font-size: 24px;
  margin-bottom: 1rem;
  font-weight: 700;
  max-width: 450px;
}
.container-landing .section-3 .content-section .body-section .wraper-content .left-content .content {
  font-size: 20px;
  max-width: 450px;
}
.container-landing .section-3 .content-section .body-section .wraper-content .left-content .content .text-content {
  margin-bottom: 0.75rem;
}
.container-landing .section-3 .content-section .body-section .wraper-content .left-content .detail {
  width: 200px;
  padding: 6px 2rem;
  background-color: #eb1f5b;
  font-weight: 700;
  margin-top: 2.5rem;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
}
.container-landing .section-3 .content-section .body-section .wraper-content .left-content .detail a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.container-landing .section-3 .content-section .body-section .wraper-content .left-content .detail:hover {
  box-shadow: 0 8px 15px rgba(235, 31, 91, 0.5);
  transform: translateY(-3px);
  background-color: rgb(237.0901639344, 54.4098360656, 108.1393442623);
}
.container-landing .section-3 .content-section .body-section .wraper-content .left-content .detail:hover a {
  color: #fff;
}
.container-landing .section-3 .content-section .body-section .wraper-content .right-content {
  flex: 1;
  padding: 1rem;
  text-align: center;
}
.container-landing .section-3 .content-section .body-section .wraper-content .right-content iframe {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1;
  border: 0;
  border-radius: 2rem;
}
.container-landing .section-4 {
  margin-bottom: 70px;
}
.container-landing .section-4 .wraper-item-4 .marquee-group {
  overflow: hidden;
}
.container-landing .section-4 .wraper-item-4 .marquee-group .list-marquee {
  display: flex;
  padding: 1rem 0;
  gap: 15px;
  --slideToShow: 6;
  --slideNum: 6;
  --gap: 15px;
  animation: _ngcontent-ng-c2174888259_slide-to-left 40s linear infinite normal;
}
.container-landing .section-4 .wraper-item-4 .marquee-group .reverse {
  --slideToShow: 6;
  --slideNum: 7;
  --gap: 15px;
  animation: _ngcontent-ng-c2174888259_slide-to-left 55s linear infinite reverse !important;
}
@media (max-width: 1700px) {
  .container-landing .section-4 .wraper-item-4 .marquee-group .list-marquee, .container-landing .section-4 .wraper-item-4 .marquee-group .reverse {
    --slideToShow: 6 !important;
  }
}
@media (max-width: 1500px) {
  .container-landing .section-4 .wraper-item-4 .marquee-group .list-marquee, .container-landing .section-4 .wraper-item-4 .marquee-group .reverse {
    --slideToShow: 4 !important;
  }
}
@media (max-width: 1284px) {
  .container-landing .section-4 .wraper-item-4 .marquee-group .list-marquee, .container-landing .section-4 .wraper-item-4 .marquee-group .reverse {
    --slideToShow: 3.5 !important;
  }
}
@media (max-width: 1024px) {
  .container-landing .section-4 .wraper-item-4 .marquee-group .list-marquee, .container-landing .section-4 .wraper-item-4 .marquee-group .reverse {
    --slideToShow: 3 !important;
  }
}
@media (max-width: 800px) {
  .container-landing .section-4 .wraper-item-4 .marquee-group .list-marquee, .container-landing .section-4 .wraper-item-4 .marquee-group .reverse {
    --slideToShow: 2.5 !important;
  }
}
@media (max-width: 600px) {
  .container-landing .section-4 .wraper-item-4 .marquee-group .list-marquee, .container-landing .section-4 .wraper-item-4 .marquee-group .reverse {
    --slideToShow: 2 !important;
  }
}
@media (max-width: 475px) {
  .container-landing .section-4 .wraper-item-4 .marquee-group .list-marquee, .container-landing .section-4 .wraper-item-4 .marquee-group .reverse {
    --slideToShow: 1.5 !important;
  }
}
.container-landing .section-4 .wraper-item-4 .box {
  color: #56588a;
  font-size: 20px;
  min-width: calc(100% / var(--slideToShow));
  padding: 1rem 1.5rem;
  box-shadow: 0 1.1px 20px 2px rgba(225, 234, 255, 0.7490196078);
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
}
.container-landing .section-4 .wraper-item-4 .box .image {
  margin-bottom: 10px;
}
.container-landing .section-4 .wraper-item-4 .box .image img {
  width: 36px;
}
.container-landing .section-4 .wraper-item-4 .box .content-box {
  font-size: 18px;
  font-weight: 700;
  border-radius: 20px;
  margin-bottom: 8px;
}
.container-landing .section-4 .wraper-item-4 .box .sub-content-box {
  font-size: 12px;
}
.container-landing .section-5 .container-section {
  margin-bottom: 50px;
  color: #56588a;
}
.container-landing .section-5 .container-section .super-title {
  font-size: 120px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.container-landing .section-5 .container-section .super-title .text-move {
  min-width: 400px;
  font-size: 54px;
  font-weight: 300;
  float: left;
  text-align: start;
  margin-left: 1rem;
}
.container-landing .section-5 .container-section .title h2 {
  margin: 0;
}
.container-landing .section-5 .container-section .sub-title h1 {
  display: inline;
  font-weight: 400;
  font-size: 18px;
}
.container-landing .section-5 .wraper-item-5 {
  position: relative;
}
.container-landing .section-5 .wraper-item-5 .content-section-5 {
  justify-content: flex-start;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
  --slideToShow: 7;
  --slideNum: 10;
  --gap: 16px;
  padding-bottom: 2rem;
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .background {
  min-height: 750px !important;
  background-size: cover;
  background-origin: content-box;
  background-position: 50% 0%;
  background-repeat: repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .botton {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -5%;
  text-decoration: none;
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .botton:hover {
  text-decoration: underline;
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .botton button {
  max-width: 100%;
  text-align: center;
  width: 500px;
  height: 70px;
  color: #fff;
  border-radius: 50px;
  font-size: 28px;
  font-weight: 700;
  background-color: #ffb800;
  cursor: pointer;
  border: 0;
  margin: 0 auto;
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .botton button:hover {
  transform: scale(1.03);
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .review-student {
  position: relative;
  display: flex;
  gap: 50px;
  flex-direction: column;
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .review-student .wraper-feedback {
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .review-student .slider {
  width: 100%;
  position: relative;
  display: flex;
  gap: 20px;
  --gap: 20px;
  --slideNum: 15;
  animation: _ngcontent-ng-c2174888259_slide-to-left 100s linear infinite normal;
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .review-student .slider:hover {
  animation-play-state: paused;
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .review-student .slider .box-review {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 15px 20.431px -3px rgba(225, 234, 255, 0.5019607843);
  color: #56588a;
  height: max-content;
  min-width: calc(100% / var(--slideToShow));
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .review-student .slider .box-review .title {
  font-size: 1rem !important;
  font-weight: 700;
  color: #000533;
  padding: 2rem 1rem 0.5rem;
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .review-student .slider .box-review > .content {
  font-size: 12px;
  padding: 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .review-student .slider .box-review .star {
  padding: 1rem;
  display: flex;
  justify-content: center;
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .review-student .slider .box-review .star img {
  width: 105px;
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .review-student .slider .box-review .profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  gap: 5px;
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .review-student .slider .box-review .profile .content {
  font-size: 12px;
  padding: 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .review-student .slider .box-review .profile .image {
  display: flex;
  justify-content: center;
  min-width: 55px;
  border-radius: 50%;
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .review-student .slider .box-review .profile .image img {
  width: 80px;
  height: 100%;
  border-radius: 50%;
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .review-student .slider .box-review .profile .content .name {
  font-weight: 700;
  text-align: center;
}
.container-landing .section-5 .wraper-item-5 .content-section-5 .review-student .slider .box-review .profile .content .address {
  font-weight: 14px;
}
@media (max-width: 1576px) {
  .container-landing .section-5 .wraper-item-5 .content-section-5 .review-student {
    --slideToShow: 5;
  }
}
@media (max-width: 1248px) {
  .container-landing .section-5 .wraper-item-5 .content-section-5 .review-student {
    --slideToShow: 4;
  }
}
@media (max-width: 987px) {
  .container-landing .section-5 .wraper-item-5 .content-section-5 .review-student {
    --slideToShow: 3;
  }
}
@media (max-width: 765px) {
  .container-landing .section-5 .wraper-item-5 .content-section-5 .review-student {
    --slideToShow: 2.5;
  }
}
@media (max-width: 500px) {
  .container-landing .section-5 .wraper-item-5 .content-section-5 .review-student {
    --slideToShow: 2;
  }
}
@media screen and (max-width: 420px) {
  .container-landing .section-5 .wraper-item-5 .content-section-5 .review-student {
    --slideToShow: 1.5;
  }
}
@media (max-width: 500px) {
  .container-landing .section-5 .wraper-item-5 .content-section-5 .botton button {
    height: 55px;
    font-size: 1.25rem !important;
    margin: 0 auto;
    width: 90%;
  }
}
.container-landing .section-6 {
  position: relative;
  top: 50px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 50px;
}
.container-landing .section-6 .container-section {
  padding: 0 1rem;
  text-align: center;
}
.container-landing .section-6 .container-section .title-common {
  position: relative;
  font-size: 48px;
}
.container-landing .section-6 .container-section .title, .container-landing .section-6 .container-section .title-common {
  color: #000533;
  text-align: center;
  font-weight: 700;
}
.container-landing .section-6 .container-section h2 {
  margin: 0;
  display: inline;
}
.container-landing .section-6 .background-6 {
  background-image: url(/assets/lit-education/image/sec-6-background.png);
  width: 100%;
  min-height: 900px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 0;
  opacity: 0.2;
  top: 100px;
}
.container-landing .section-6 .wraper-outstand-teacher {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  min-height: 600px;
  gap: 50px;
}
.container-landing .section-6 .wraper-outstand-teacher .outstand-teacher-center {
  position: relative;
  z-index: 10;
}
.container-landing .section-6 .wraper-outstand-teacher .outstand-teacher-center .teacher-center-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
  text-align: center;
  padding: 100px 20px 20px 20px;
  position: relative;
  transition: transform 0.3s ease;
}
.container-landing .section-6 .wraper-outstand-teacher .outstand-teacher-center .teacher-center-card:hover {
  transform: translateY(-5px);
}
.container-landing .section-6 .wraper-outstand-teacher .outstand-teacher-center .teacher-center-card .teacher-avatar {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 0 0 5px #eb1f5b;
  background: conic-gradient(from 180deg at 50% 50%, #f6d365 0deg, #fda085 360deg);
}
.container-landing .section-6 .wraper-outstand-teacher .outstand-teacher-center .teacher-center-card .teacher-avatar .teacher-center-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.container-landing .section-6 .wraper-outstand-teacher .outstand-teacher-center .teacher-center-card .teacher-info .name-teacher {
  font-size: 24px;
  font-weight: 700;
  color: #000533;
  margin-bottom: 5px;
}
.container-landing .section-6 .wraper-outstand-teacher .outstand-teacher-center .teacher-center-card .teacher-info .title-teacher {
  font-size: 16px;
  color: #555555;
  margin-bottom: 15px;
}
.container-landing .section-6 .wraper-outstand-teacher .outstand-teacher-center .teacher-center-card .teacher-info .achievement {
  text-align: left;
  margin-top: 15px;
}
.container-landing .section-6 .wraper-outstand-teacher .outstand-teacher-center .teacher-center-card .teacher-info .achievement ul {
  list-style: disc;
  padding-left: 20px;
  list-style-position: inside;
}
.container-landing .section-6 .wraper-outstand-teacher .outstand-teacher-center .teacher-center-card .teacher-info .achievement ul li {
  font-size: 15px;
  color: #555555;
  margin-bottom: 8px;
}
.container-landing .section-6 .wraper-outstand-teacher .outstand-teacher-center .teacher-center-card .teacher-info .nav-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.container-landing .section-6 .wraper-outstand-teacher .outstand-teacher-center .teacher-center-card .teacher-info .nav-arrows .arrow-left, .container-landing .section-6 .wraper-outstand-teacher .outstand-teacher-center .teacher-center-card .teacher-info .nav-arrows .arrow-right {
  font-size: 30px;
  color: #eb1f5b;
  cursor: pointer;
  pointer-events: auto;
  padding: 0 10px;
  line-height: 1;
  transition: background-color 0.2s;
}
.container-landing .section-6 .wraper-outstand-teacher .outstand-teacher-center .teacher-center-card .teacher-info .nav-arrows .arrow-left:hover, .container-landing .section-6 .wraper-outstand-teacher .outstand-teacher-center .teacher-center-card .teacher-info .nav-arrows .arrow-right:hover {
  background-color: #fff;
}
.container-landing .section-6 .wraper-outstand-teacher .teacher-ring {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  z-index: 5;
  bottom: 0;
  width: 100%;
  max-width: 800px;
  left: 50%;
  transform: translateX(-50%);
}
.container-landing .section-6 .wraper-outstand-teacher .teacher-ring .teacher-small {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #939393;
  transition: all 0.3s ease;
}
.container-landing .section-6 .wraper-outstand-teacher .teacher-ring .teacher-small:hover {
  box-shadow: 0 0 0 5px #939393, 0 0 10px rgba(147, 147, 147, 0.5);
}
.container-landing .section-6 .wraper-outstand-teacher .teacher-ring .teacher-small a {
  display: block;
  width: 100%;
  height: 100%;
}
.container-landing .section-6 .wraper-outstand-teacher .teacher-ring .teacher-small a .teacher-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.container-landing .section-6 .wraper-outstand-teacher .teacher-ring .teacher-small a .teacher-img:hover {
  transform: scale(1.1);
}
.container-landing .section-6 .wraper-outstand-teacher .teacher-ring-left, .container-landing .section-6 .wraper-outstand-teacher .teacher-ring-right {
  position: static;
  transform: none;
  display: contents;
}
.container-landing .section-6 .wraper-outstand-teacher .teacher-ring-left .teacher-1,
.container-landing .section-6 .wraper-outstand-teacher .teacher-ring-left .teacher-2,
.container-landing .section-6 .wraper-outstand-teacher .teacher-ring-right .teacher-3,
.container-landing .section-6 .wraper-outstand-teacher .teacher-ring-right .teacher-4 {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  margin: 0 10px;
}
.container-landing .section-6 .wraper-outstand-teacher .teacher-ring-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: center;
  gap: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.container-landing .section-6 .wraper-outstand-teacher .teacher-ring-left, .container-landing .section-6 .wraper-outstand-teacher .teacher-ring-right {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
}
.container-landing .section-6 .wraper-outstand-teacher .teacher-ring-left:not(:empty), .container-landing .section-6 .wraper-outstand-teacher .teacher-ring-right:not(:empty) {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.container-landing .section-6 .wraper-outstand-teacher .teacher-ring-left {
  justify-content: flex-end;
  width: 300px;
  margin-left: -400px;
}
.container-landing .section-6 .wraper-outstand-teacher .teacher-ring-right {
  justify-content: flex-start;
  width: 300px;
  margin-left: 400px;
}
.container-landing .section-6 .wraper-outstand-teacher .teacher-ring-left,
.container-landing .section-6 .wraper-outstand-teacher .teacher-ring-right {
  position: static;
  transform: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  width: auto;
  margin: 0;
}
@media (max-width: 991px) {
  .container-landing .section-6 .wraper-outstand-teacher .teacher-1, .container-landing .section-6 .wraper-outstand-teacher .teacher-4 {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .container-landing .section-6 .wraper-outstand-teacher .teacher-ring {
    display: none !important;
  }
}
.container-landing .section-6 .wraper-photo-sample {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}
.container-landing .section-6 .wraper-photo-sample .title {
  font-size: 48px;
  color: #fff;
  padding: 0 2rem;
  font-weight: 700;
  text-align: center;
}
.container-landing .section-6 .wraper-photo-sample .title h2 {
  font-size: 48px;
  font-weight: 700;
  display: inline;
}
.container-landing .section-6 .wraper-photo-sample .content-sample {
  position: relative;
}
.container-landing .section-6 .wraper-photo-sample .content-sample .image-sample {
  padding: 1rem;
}
.container-landing .section-6 .wraper-photo-sample .content-sample .image-sample img {
  width: 100%;
  border-radius: 2rem;
}
.container-landing .section-6 .wraper-photo-sample .content-sample .content-box {
  color: #fff;
  position: absolute;
  bottom: 2rem;
  left: 2.5rem;
  width: calc(100% - 5rem);
}
.container-landing .section-6 .wraper-photo-sample .content-sample .content-box .content-sample {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.container-landing .section-6 .wraper-photo-sample .content-sample .content-box .sub-content {
  font-size: 1.25rem;
}
.container-landing .section-6 .wraper-photo-sample .content-sample .content-box .sub-content span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5rem;
}
.container-landing .section-6 .wraper-photo-sample .content-sample .content-box .sub-content a {
  display: inline;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  cursor: pointer;
}
.container-landing .section-6 .wraper-photo-sample .content-sample .content-box .sub-content a:hover {
  font-size: 1.25rem;
  text-decoration: underline;
}
.container-landing .section-6 .wraper-photo-sample .content-sample .content-box .list-image-sample .img-samp {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  padding: 0.5rem;
  overflow: auto;
  align-items: center;
}
.container-landing .section-6 .wraper-photo-sample .content-sample .content-box .list-image-sample .img-samp::-webkit-scrollbar {
  width: 5px !important;
  height: 7px !important;
  background: transparent !important;
}
.container-landing .section-6 .wraper-photo-sample .content-sample .content-box .list-image-sample .img-samp::-webkit-scrollbar-thumb {
  background: rgba(221, 223, 255, 0.6117647059);
  border-radius: 5px !important;
  height: 5px !important;
}
.container-landing .section-6 .wraper-photo-sample .content-sample .content-box .list-image-sample .see-more {
  min-width: 100px;
  color: #fff;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  border: 1px dashed #ccd9ff;
  padding: 7px 1rem;
  text-align: center;
  border-radius: 3rem;
  white-space: nowrap;
  background-color: rgba(135, 134, 134, 0.3411764706);
}
@media (max-width: 500px) {
  .container-landing .section-6 .wraper-photo-sample .content-sample .content-box .list-image-sample .see-more {
    font-size: 0.8rem;
  }
}
.container-landing .section-6 .wraper-photo-sample .content-sample .content-box .list-image-sample .see-more:hover {
  text-decoration: underline;
  transform: scale(1.05);
}
.container-landing .section-6 .wraper-photo-sample .content-sample .content-box .list-image-sample .img img {
  width: 145px;
  height: 100px;
  border-radius: 10px;
}
.container-landing .section-6 .wraper-photo-sample .content-sample .content-box .list-image-sample .img:hover {
  transform: scale(1.05);
}
.container-landing .section-6 .wraper-photo-sample .content-sample .content-box .list-image-sample .img .select {
  border: 3px solid #ffb800;
  box-shadow: rgba(50, 50, 93, 0.2509803922) 0 13px 27px -5px, rgba(0, 0, 0, 0.3019607843) 0 8px 16px -8px;
}
.container-landing .section-7 {
  margin-top: 100px;
}
.container-landing .section-7 .title h2 {
  color: #000533;
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
.container-landing .section-7 .title-1 {
  text-align: start;
}
.container-landing .section-7 .title-1 h2 {
  color: #000533;
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
.container-landing .section-7 .list-box, .container-landing .section-7 .new-events {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  padding-bottom: 15px;
}
.container-landing .section-7 .list-box::-webkit-scrollbar, .container-landing .section-7 .new-events::-webkit-scrollbar {
  width: 5px !important;
  height: 7px !important;
  background: transparent !important;
}
.container-landing .section-7 .list-box::-webkit-scrollbar-thumb, .container-landing .section-7 .new-events::-webkit-scrollbar-thumb {
  background: #ebf0ff;
  border-radius: 5px !important;
  height: 20px !important;
}
.container-landing .section-7 .list-box .box, .container-landing .section-7 .new-events .box {
  flex: 1;
}
.container-landing .section-7 .list-box .box .content-box, .container-landing .section-7 .new-events .box .content-box {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  text-decoration: none;
}
.container-landing .section-7 .list-box .box .content-box:hover, .container-landing .section-7 .new-events .box .content-box:hover {
  color: #fff;
  text-decoration: underline;
}
.container-landing .section-7 .list-box .box .content-box .right-content, .container-landing .section-7 .new-events .box .content-box .right-content {
  font-size: 14px;
  color: #56588a;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-landing .section-7 .wrap-sec-7 {
  overflow: hidden;
}
.container-landing .section-7 .list-box {
  width: 100%;
  animation: _ngcontent-ng-c2174888259_slidenew 15s infinite !important;
  animation-timing-function: cubic-bezier(0, 0, 0, 1) !important;
}
.container-landing .section-7 .list-box .box {
  min-width: 25%;
  box-sizing: border-box;
  padding: 1rem;
}
.container-landing .section-7 .list-box .box .content-box {
  gap: 0.5rem;
}
.container-landing .section-7 .list-box .box .content-box .left-logo {
  max-width: 90px;
  min-width: 90px;
}
.container-landing .section-7 .list-box .box .content-box .left-logo img {
  max-width: 100% !important;
  width: 100%;
}
.container-landing .section-7 .list-box .box img {
  max-width: 100%;
  width: 100%;
  border-radius: 30px;
}
.container-landing .section-7 .new-events {
  overflow: auto;
}
.container-landing .section-7 .new-events .event-box {
  min-width: 25%;
  padding: 0.5rem;
  box-sizing: border-box;
}
.container-landing .section-7 .new-events .event-box .content-box img {
  width: 100%;
  max-height: 200px;
  border-radius: 30px;
  height: auto;
}
.container-landing .section-7 .new-events .event-box .events-content {
  color: rgba(43, 65, 130, 0.7019607843);
}
.container-landing .section-7 .new-events .event-box .events-content .content {
  font-weight: 700;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.container-landing .section-7 .new-events .event-box .events-content .sub-content {
  font-size: 14px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-landing .section-7 .new-events .event-box .events-content .botton {
  text-decoration: none;
}
.container-landing .section-7 .new-events .event-box .events-content .botton:hover {
  text-decoration: underline;
}
.container-landing .section-7 .new-events .event-box .events-content .botton span {
  border: 1px dashed #6D7FB3;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  gap: 5px;
  align-items: center;
  margin-top: 0.75rem;
  color: #000533;
  border-radius: 30px;
  padding: 5px 1.5rem;
  font-weight: 700;
  max-width: 130px;
  font-size: 14px;
  text-decoration: none;
}
.container-landing .section-7 .new-events .event-box .events-content .botton img {
  position: relative;
  top: 1px;
}
.container-landing .section-8 .img-content img {
  max-width: 100%;
  width: 100%;
}
.container-landing .section-8 .slogan {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  text-align: center;
  font-size: clamp(1rem, -0.875rem + 4.333vw, 32px) !important;
  color: #56588a;
  margin: 3rem auto;
  cursor: pointer;
}
.container-landing .section-8 .slogan a {
  max-width: 200px;
  text-decoration: none;
  color: #eb1f5b;
  background-color: #fff;
  padding: 5px 10px;
  border: 2px solid #eb1f5b;
  border-radius: 25px;
  font-size: 1.5rem;
}
.container-landing .section-8 .slogan a:hover {
  background-color: #eb1f5b;
  color: #fff;
  transform: scale(1.05);
}
.container-landing .fixed-banner .banner-pc {
  background-image: url(/assets/lit-education/image/bannerPC-lock.png);
  background-size: 200px;
  display: none;
  bottom: 8%;
  left: 1rem;
  z-index: 99;
  width: 200px;
  height: 200px;
}
.container-landing .fixed-banner .banner-pc:hover {
  background-image: url(/assets/lit-education/image/bannerPC-unlock.png);
}
.container-landing .fixed-banner .banner-mb {
  display: none;
  position: fixed;
  bottom: 8%;
  left: 1rem;
  z-index: 99;
}
@media (max-width: 1400px) {
  .container-landing .fixed-banner .banner-pc {
    background-size: 120px !important;
    bottom: 4% !important;
    left: 0.5rem;
    width: 120px !important;
    height: 120px !important;
  }
}
@media (max-width: 1600px) {
  .container-landing .section-5 .container-section .super-title {
    font-size: 7rem;
  }
  .container-landing .section-5 .container-section .super-title span {
    font-size: 3.5rem;
  }
  .container-landing .section-5 .container-section .title {
    font-size: 46px;
  }
  .container-landing .section-5 .container-section .sub-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 1300px) {
  .container-landing .section-5 .container-section .super-title {
    font-size: 5rem;
  }
  .container-landing .section-5 .container-section .super-title .text-move {
    font-size: 2.5rem;
    min-width: 300px;
  }
  .container-landing .section-5 .container-section .title {
    font-size: 32px;
  }
  .container-landing .section-5 .container-section .sub-title {
    font-size: 1.5rem;
  }
  .container-landing .section-6 {
    overflow: hidden;
    padding: 0rem !important;
  }
}
@media (max-width: 1280px) {
  .container-landing .container-section .title {
    font-size: 2.25rem !important;
    margin-bottom: 0.5rem;
  }
  .container-landing .container-section .title span {
    font-size: 50px !important;
  }
  .container-landing .container-section .sub-title {
    font-size: 1rem !important;
  }
  .container-landing .section-2 .wraper-content-0 .left-content .title,
  .container-landing .section-2 .wraper-content .left-content .title,
  .container-landing .section-2 .wraper-content-2 .left-content .title,
  .container-landing .section-2 .wraper-content-3 .left-content .title {
    font-size: 18px !important;
  }
  .container-landing .section-2 .wraper-content-0 .left-content .sub-title,
  .container-landing .section-2 .wraper-content .left-content .sub-title,
  .container-landing .section-2 .wraper-content-2 .left-content .sub-title,
  .container-landing .section-2 .wraper-content-3 .left-content .sub-title {
    font-size: 16px !important;
  }
  .container-landing .section-3 .content-sec-3 .header-sec-3 .header-section {
    top: 40px;
    left: 69px;
  }
  .container-landing .section-3 .content-sec-3 .header-sec-3 .header-section .header {
    margin-bottom: 0.5rem;
  }
  .container-landing .section-5 .wraper-item-5 .wraper-feedback {
    font-size: 34px !important;
  }
}
@media (max-width: 1024px) {
  .container-landing .container-section .title {
    font-size: 32px !important;
  }
  .container-landing .container-section .title .text-yellow-header, .container-landing .container-section .title .text-pink-header {
    font-size: 46px !important;
  }
  .container-landing .section-2 .wraper-content {
    gap: 0px !important;
    flex-direction: column !important;
  }
  .container-landing .section-2 .wraper-content-0 .begin-connect {
    transform: rotate(50deg) !important;
    top: unset !important;
    right: 25px !important;
    left: unset !important;
    bottom: -57px !important;
  }
  .container-landing .section-2 .wraper-content {
    top: -1rem !important;
  }
  .container-landing .section-2 .wraper-content .begin-connect {
    left: 0 !important;
    bottom: -30% !important;
    top: unset !important;
  }
  .container-landing .section-2 .wraper-content-2 {
    top: -2rem !important;
  }
  .container-landing .section-2 .wraper-content-2 .begin-connect {
    top: unset !important;
    right: -10px !important;
    left: unset !important;
    bottom: -45px !important;
    transform: rotate(180deg) !important;
  }
  .container-landing .section-2 .wraper-content-3 {
    top: -3rem !important;
  }
  .container-landing .section-2 .wraper-content-3 .begin-connect {
    bottom: -35% !important;
    top: unset !important;
    transform: rotate(285deg) !important;
    left: -60px !important;
  }
  .container-landing .section-3 .content-sec-3 .header-sec-3 .header-section {
    top: 40px;
    left: 69px;
  }
  .container-landing .section-3 .content-sec-3 .header-sec-3 .header-section .header {
    margin-bottom: 0.5rem;
  }
  .container-landing .section-5 .wraper-item-5 .wraper-feedback {
    flex-direction: column !important;
  }
  .container-landing .section-5 .wraper-item-5 .review-student .background {
    bottom: -600px;
    top: unset !important;
  }
  .container-landing .section-6 {
    margin-top: 50px !important;
  }
  .container-landing .section-6 .container-section .title-common {
    position: relative;
    left: 0;
    font-size: 32px;
  }
  .container-landing .section-6 .container-section .title-common .title span {
    font-size: 44px;
  }
  .container-landing .section-7 .title h2 {
    font-size: 32px !important;
  }
  .container-landing .section-7 .title-1 {
    text-align: start;
  }
  .container-landing .section-7 .title-1 h2 {
    color: #000533;
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (max-width: 900px) {
  .container-landing .section-6 .wraper-outstand-teacher {
    min-height: 500px;
  }
  .container-landing .section-7 .list-box {
    animation: slidenewIPC 15s infinite !important;
  }
  .container-landing .section-7 .list-box .box {
    min-width: 33.33%;
    padding: 0.5rem;
  }
  .container-landing .section-7 .list-box .box .content-box .left-logo {
    min-width: 70px;
    max-width: 70px;
  }
  .container-landing .section-7 .container-section {
    padding: 0 0.5rem;
  }
  .container-landing .section-7 .new-events .event-box {
    min-width: 33%;
  }
}
@media (max-width: 786px) {
  .container-landing .container-section .title {
    font-size: 2rem !important;
  }
  .container-landing .container-section .title .text-yellow-header, .container-landing .container-section .title .text-pink-header {
    font-size: 24px !important;
  }
  .container-landing .container-section .title span {
    font-size: 24px !important;
  }
  .container-landing .container-section .sub-title {
    margin-bottom: 2.5rem !important;
  }
  .container-landing .section-2 .container-section .content-section-2 {
    padding: 10px;
  }
  .container-landing .section-2 .container-section .content-section-2 .wraper-content {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
  .container-landing .section-2 .container-section .content-section-2 .wraper-content .right-content {
    margin-top: 15px;
    text-align: center !important;
  }
  .container-landing .section-3 .content-section {
    padding: 0 5px;
  }
  .container-landing .section-3 .content-section .content-sec-3 .header-sec-3 .header-section {
    top: 1rem;
    left: 2rem;
  }
  .container-landing .section-3 .content-section .content-sec-3 .header-sec-3 .header-section .header {
    margin-bottom: 1rem;
    font-size: 32px;
  }
  .container-landing .section-3 .content-section .content-sec-3 .header-sec-3 .header-section .title {
    font-size: 24px;
    margin-bottom: 0.5rem;
  }
  .container-landing .section-3 .content-section .content-sec-3 .header-sec-3 .header-section .sub-title {
    font-size: 15px;
  }
  .container-landing .section-3 .content-section .content-sec-3 .content-nav {
    top: -40px;
    gap: 5px;
  }
  .container-landing .section-3 .content-section .content-sec-3 .content-nav .item-nav {
    border-radius: 10px 10px 0 0;
    font-size: 14px;
  }
  .container-landing .section-3 .content-section .content-sec-3 .content-nav .item-nav img {
    width: 20px;
    height: 20px;
  }
  .container-landing .section-3 .content-section .content-sec-3 .body-section .wraper-content {
    padding: 0 0.5rem !important;
  }
  .container-landing .section-3 .content-section .content-sec-3 .body-section .wraper-content .left-content {
    padding: 1.5rem 0 !important;
  }
  .container-landing .section-3 .content-section .content-sec-3 .body-section .wraper-content .left-content .sub-header-content {
    font-size: 18px;
  }
  .container-landing .section-3 .content-section .content-sec-3 .body-section .wraper-content .left-content .detail {
    padding: 7px 2rem;
    width: 180px !important;
  }
  .container-landing .section-3 .content-section .content-sec-3 .body-section .wraper-content .left-content .detail a {
    font-size: 16px !important;
  }
  .container-landing .section-3 .content-section .content-sec-3 .body-section .wraper-content .right-content {
    padding: 5px !important;
  }
  .container-landing .section-3 .content-section .content-sec-3 .body-section .wraper-content .header-content {
    margin-bottom: 0.5rem;
  }
  .container-landing .section-3 .content-section .content-sec-3 .body-section .wraper-content .header-content h3 {
    font-size: 1.5rem !important;
  }
  .container-landing .section-3 .content-section .content-sec-3 .body-section .wraper-content .title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .container-landing .section-3 .content-section .content-sec-3 .body-section .wraper-content .content {
    font-size: 14px;
  }
  .container-landing .section-3 .content-section .content-sec-3 .body-section .wraper-content .detail {
    margin-top: 1rem;
    font-size: 0.85rem;
    width: 200px;
  }
  .container-landing .section-5 .container-section .super-title {
    font-size: 3rem;
  }
  .container-landing .section-5 .container-section .super-title .text-move {
    font-size: 1.75rem;
    min-width: 200px;
  }
  .container-landing .section-5 .container-section .title {
    font-size: 32px;
  }
  .container-landing .section-5 .container-section .title .sub-title {
    display: block;
    margin-top: 1rem;
  }
  .container-landing .section-5 .container-section .sub-title {
    font-size: 1.5rem;
  }
  .container-landing .section-5 .wraper-item-5 .wraper-feedback {
    flex-direction: column !important;
    font-size: 1.5rem !important;
  }
  .container-landing .section-6 .container-section .title-common {
    font-size: 2.5rem;
  }
  .container-landing .section-6 .wraper-photo-sample .content-sample .content-box .content-sample {
    font-size: 1.75rem !important;
  }
  .container-landing .section-6 .wraper-photo-sample .content-sample .content-box .sub-content {
    font-size: 16px !important;
  }
  .container-landing .section-6 .wraper-photo-sample .content-sample .content-box .list-image-sample {
    margin-top: 1rem !important;
  }
  .container-landing .section-6 .wraper-photo-sample .content-sample .content-box {
    color: #fff;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    width: calc(100% - 2.5rem);
  }
  .container-landing .section-7 .content-section {
    padding: 0 10px !important;
  }
  .container-landing .section-7 .title h2 {
    font-size: 24px !important;
  }
  .container-landing .section-7 .wrap-sec-7 {
    padding: 0 !important;
  }
  .container-landing .section-7 .new-events .event-box {
    min-width: 50%;
  }
  .container-landing .section-8 .content-section .slogan {
    font-size: 1rem;
  }
  .container-landing .fixed-banner .banner-pc {
    display: none;
  }
  .container-landing .fixed-banner .banner-mb {
    display: none;
    position: fixed;
    bottom: 2%;
    left: 0.5rem;
  }
  .container-landing .fixed-banner .banner-mb img {
    width: 200px;
  }
}
@media (max-width: 576px) {
  .container-landing {
    margin-top: 20px;
  }
  .container-landing .section-2 .left-content {
    margin-left: 0 !important;
  }
  .container-landing .section-2 .button-container .custom-button a {
    font-size: 1rem !important;
  }
  .container-landing .section-2 .wraper-content .left-content .title h3 {
    font-size: 16px !important;
    text-align: center;
  }
  .container-landing .section-2 .wraper-content .left-content .title img {
    max-width: 65px !important;
    top: -10px !important;
    left: 8px !important;
  }
  .container-landing .section-2 .wraper-content-0 .left-content .sub-title, .container-landing .section-2 .wraper-content .left-content .sub-title, .container-landing .section-2 .wraper-content-2 .left-content .sub-title, .container-landing .section-2 .wraper-content-3 .left-content .sub-title {
    font-size: 14px !important;
  }
  .container-landing .section-3 {
    margin-bottom: 50px;
  }
  .container-landing .section-3 .content-section {
    padding: 0 5px !important;
  }
  .container-landing .section-3 .content-section .content-sec-3 .header-sec-3 .header-section {
    left: 1rem !important;
  }
  .container-landing .section-3 .content-section .content-sec-3 .header-sec-3 .header-section .header {
    font-size: 1.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .container-landing .section-3 .content-section .content-sec-3 .header-sec-3 .header-section .title {
    font-size: 1rem !important;
  }
  .container-landing .section-3 .content-section .content-sec-3 .header-sec-3 .header-section .sub-title {
    font-size: 13px;
  }
  .container-landing .section-3 .content-section .content-sec-3 .content-nav {
    top: -30px;
    gap: 5px;
    justify-content: space-around !important;
    padding: 1px 0;
  }
  .container-landing .section-3 .content-section .content-sec-3 .content-nav .item-nav {
    padding: 3px 5px;
    border-radius: 5px 5px 0 0;
  }
  .container-landing .section-4 {
    margin-bottom: 20px;
  }
  .container-landing .section-4 .sub-title {
    font-size: 1rem !important;
  }
  .container-landing .section-4 .content-section .build-fit {
    text-align: center;
  }
  .container-landing .section-4 .content-section .build-fit .button-build {
    font-size: 1rem !important;
    margin: 1rem auto !important;
  }
  .container-landing .section-5 .container-section .super-title {
    font-size: 2rem;
  }
  .container-landing .section-5 .container-section .super-title .text-move {
    font-size: 1.5rem;
    min-width: 170px;
  }
  .container-landing .section-5 .container-section .title {
    font-size: 1.5rem;
  }
  .container-landing .section-5 .container-section .sub-title, .container-landing .section-5 .container-section .sub-title h1 {
    font-size: 1rem !important;
  }
  .container-landing .section-5 .review-student .wraper-feedback {
    font-size: 1.5rem !important;
  }
  .container-landing .section-6 {
    margin-top: 20px !important;
  }
  .container-landing .section-6 .title-common {
    font-size: 1.75rem !important;
  }
  .container-landing .section-6 .title, .container-landing .section-6 .wraper-photo-sample .title h2 {
    font-size: 1.5rem !important;
  }
  .container-landing .section-6 .wraper-photo-sample .content-sample .image-sample {
    height: 300px;
    padding: 0.5rem !important;
  }
  .container-landing .section-6 .wraper-photo-sample .content-sample .content-box {
    bottom: 1rem;
    left: 1rem;
    width: calc(100% - 2.5rem);
  }
  .container-landing .section-6 .wraper-photo-sample .content-sample .content-box .content-sample {
    font-size: 14px !important;
  }
  .container-landing .section-6 .wraper-photo-sample .content-sample .content-box .sub-content {
    font-size: 12px !important;
  }
  .container-landing .section-7 .title h2 {
    font-size: 24px !important;
  }
  .container-landing .section-7 .wrap-sec-7 {
    padding: 0 !important;
  }
  .container-landing .section-7 .new-events .event-box {
    min-width: 80% !important;
  }
  .container-landing .section-7 .list-box {
    animation: slidenewMB 15s infinite !important;
  }
  .container-landing .section-7 .list-box .box {
    min-width: 100%;
    padding: 0 2rem !important;
  }
}
@media (max-width: 400px) {
  .container-landing .section-1 .frame-video {
    max-height: 250px !important;
  }
  .container-landing .section-3 .content-nav {
    justify-content: space-evenly !important;
  }
  .container-landing .section-3 .content-nav .item-nav {
    padding: 3px 10px !important;
  }
  .container-landing .section-3 .content-nav .item-nav img {
    display: none !important;
  }
  .container-landing .section-7 .list-box .box {
    min-width: 100%;
    padding: 0.5rem !important;
  }
}

@keyframes _ngcontent-ng-c2174888259_bounce {
  0%, 20%, 50%, 80%, to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes _ngcontent-ng-c2174888259_heartBeat {
  0%, 20%, 44%, 70% {
    transform: scale(1);
  }
  30%, 50%, 80% {
    transform: scale(1.05);
  }
  35%, 55% {
    transform: scale(1);
  }
}
@keyframes _ngcontent-ng-c2174888259_slide {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate3d(-33.3%, 0, 0);
  }
  50% {
    transform: translate3d(-66.6%, 0, 0);
  }
  75% {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate(0);
  }
}
@keyframes _ngcontent-ng-c2174888259_slide-to-left {
  to {
    transform: translate(calc(-100% * var(--slideNum) / var(--slideToShow) - var(--gap) * var(--slideNum)));
  }
}
@keyframes _ngcontent-ng-c2174888259_slidenew {
  0% {
    transform: translate(0);
  }
  10% {
    transform: translate(0);
  }
  25% {
    transform: translate3d(-25%, 0, 0);
  }
  30% {
    transform: translate3d(-25%, 0, 0);
  }
  50% {
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    transform: translate3d(-50%, 0, 0);
  }
  75% {
    transform: translate3d(-75%, 0, 0);
  }
  85% {
    transform: translate3d(-75%, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slide-ipc {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-50%);
  }
  40% {
    transform: translate(-100%);
  }
  60% {
    transform: translate(-150%);
  }
  80% {
    transform: translate(-200%);
  }
  to {
    transform: translate(-250%);
  }
}
@keyframes slide-mob {
  0% {
    transform: translate(0);
  }
  16.6% {
    transform: translate(-100%);
  }
  33.3% {
    transform: translate(-200%);
  }
  50% {
    transform: translate(-300%);
  }
  66.6% {
    transform: translate(-400%);
  }
  83% {
    transform: translate(-500%);
  }
  to {
    transform: translate(-600%);
  }
}
@keyframes slidenewIPC {
  0% {
    transform: translate(0);
  }
  10% {
    transform: translate(0);
  }
  20% {
    transform: translate3d(-33.3%, 0, 0);
  }
  30% {
    transform: translate3d(-33.3%, 0, 0);
  }
  40% {
    transform: translate3d(-66.3%, 0, 0);
  }
  50% {
    transform: translate3d(-66.3%, 0, 0);
  }
  60% {
    transform: translate3d(-100%, 0, 0);
  }
  70% {
    transform: translate3d(-100%, 0, 0);
  }
  80% {
    transform: translate3d(-133.3%, 0, 0);
  }
  90% {
    transform: translate3d(-133.3%, 0, 0);
  }
  to {
    transform: translate3d(-166.6%, 0, 0);
  }
}
@keyframes slidenewMB {
  0% {
    transform: translate(0);
  }
  10% {
    transform: translate(0);
  }
  25% {
    transform: translate(-100%);
  }
  35% {
    transform: translate(-100%);
  }
  50% {
    transform: translate(-200%);
  }
  60% {
    transform: translate(-200%);
  }
}

/*# sourceMappingURL=index.css.map */
