
/* end  */

/* header trang home */

/* =============================== reuse ====================*/
html {
  scroll-behavior: smooth;
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.middle__content {
  max-width: 1280px;
  margin: 0 auto;
}

.clear_space_25 {
  clear: both;
  font-size: 0;
  height: 25px !important;
}

.clear_space_10 {
  clear: both;
  font-size: 0;
  height: 10px !important;
}

img{
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.home__banner--course__desc .home__banner--course__desc--content{
  height: 168px;
}
.layer__sidenav--overlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, .5);
  z-index: 997;
  display: none;
}

.home__menubar{
  display: none;
}
.home_header_wrapper {
  box-shadow: 6.15401px 0 17.4363px rgba(0, 0, 0, 0.05) !important;
  background-color: white;
}

.home_header_wrapper,
.home_header_nav {
  width: 100%;
  height: 64px;
}

.home_header_nav a:hover{
  background-color: #cfcfcf;
}
.home_header_container {
  display: flex;
  justify-content: space-between;
  padding: 0 1.5rem;
}

.home_header_logo {
  padding: 10px 0;
}

.home_header_logo img {
  width: 73%;
  max-height: 100%;
}

/* header contact  */
.home_header_nav {
  display: flex;
  align-items: center;
  justify-content: end;
}

.home_header_nav li {
  padding: 0 15px;
}

.home_link,
.home_tel {
  color: #b01a20 !important;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 64px;
}

/* ===========End header============ */

/* ===== main ====================== */

.home__banner--ads_wrapper{
  margin-top: 71px;
  overflow: hidden;
  width: 100%;
}
.home__banner--ads_wrapper img {
  width: 100%;
}

/* ============= banner 2================ */
.home__banner--purpose,
.home__banner--acts {
  background: #eaf2fe;
}

.home__banner--purpose__inner--title,
.home__banner--person__inner--title,
.home__banner--course__inner--title,
.home__banner--signupForm__inner--title,
.home__banner--inf__inner_title,
.home__banner--benefit__inner--title,
.home__banner--acts__inner--title,
.home__banner--students__inner--title,
.home__banner--personnel__inner--title,
.home__banner--rating__title{
  font-weight: 900 !important;
  font-size: 2.7rem;
  line-height: 48px !important;
  text-align: center;
  text-transform: uppercase;
}

.home__banner--purpose__inner--title,
.home__banner--course__inner--title,
.home__banner--inf__inner_title,
.home__banner--benefit__inner--title,
.home__banner--acts__inner--title,
.home__banner--students__inner--title,
.home__banner--rating__title {
  color: #222f6e !important;
}

.home__banner--person__inner--title,
.home__banner--personnel__inner--title,
.home__banner--signupForm__inner--title {
  color: white;
}

.home__banner--purpose__reason {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.home__banner--purpose__reason--item {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.home__banner--purpose__reason--title {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: bold;
  color: #222f6e !important;
  line-height: 24px !important;
}

.home__banner--purpose__reason--desc {
  font-size: 1em;
  color: #2b3e50;
}

/* banner 3 */
.home__banner--person {
  background-color: #b01a20;
}
.home__banner--person__customers_middle__content img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.home__banner--person__inner.middle__content .home__banner--signupForm__inner--note,
.home__banner--personnel__top .home__banner--signupForm__inner--note{
  color: var(--color-background-6);
}
.home__banner--inf__inner_title,
.home__banner--person__inner--title {
  padding: 25px;
  max-width: 700px;
  margin: 0 auto;
}

.home__banner--person__customers--wrapper {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}


.home__person--bot{
  margin-top: 77px;
}
.home__banner--person__customers--top__item {
  transition: ease-in-out 0.4s;
  opacity: 0;
  max-width: 260px;
  border: 3px solid #222f6e;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  flex: 1; 
  margin-top: 70px;
}



.home__banner--person__customers--top__item:nth-last-child(1) {
  grid-column: 1 / -1;
  justify-self: center;
  width: 50%; /* Chiếm 50% chiều rộng của container */
  margin-top: 20px; /* Khoảng cách phía trên phần tử cuối cùng */
  row-gap: 0; 
}

.home__banner--person__customers--top__wrap {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 260px);
  grid-gap: 10px;
  max-width: 750px;
  width: 100%;
  justify-content: space-between;
  
}
.home__banner--person__customers--top__item:nth-child(1),
.home__banner--person__customers--top__item:nth-child(2){

  margin-bottom: 210px;
}
.home__banner--person__customers--top__item p {
  justify-content: center;
  height: 60px !important;
  display: flex;
  align-items: center;
  color: #222f6e !important;
  font-size: 1.6rem !important;
  line-height: 28px;
  font-weight: 900;
}

.home__banner--person__customers_middle {
  position: absolute;
  top: 100px;
  right: auto;
  left: 42%;
}

.home__banner--person__customers_middle_wrapper {
  position: relative;
  height: 210px;
  width: 210px;
  border-radius: 50%;
  background-color: white;
  margin: 0 auto;
}

.home__banner--person__customers_middle__content {
  max-width: 100%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #222f6e;
  display: flex;
  align-items: center;
  justify-content: center;

}

.home__banner--person__customers_content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 2rem !important;
  flex-direction: column;
}
.home__banner--person__customers_content img{
width: 100%;
}
.home__banner--person__customers_bottom {
  display: flex;
  justify-content: center;
}

/* ========== banner 4 =============== */
.home__banner--course__inner--title{
  /* scale: 0; */
  transition: ease-in 0.2s;
}
.home__banner--course {
  background-color: #faf0f1;
}

.home__banner--course__top {
  padding-bottom: 25px;
}

.home__banner--course__top--content,
.home__banner--inf__top--content {
  max-width: 700px;
  margin: 0 auto;
  line-height: 24px;
  font-weight: inherit;
  text-align: center;
}

.home__banner--course__bottom {
  padding: 25px;
  
}
.home__banner--course__bottom--box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home__banner--rating__slider--list  .home__banner--course__desc--title {
  justify-content: start; 
  padding: 8px 0;
  height: 0;
}

.home__banner--rating__bottom .home__banner--course__bottom--image img {
  height: 200px;
  object-fit: cover;
}
.home__banner--rating__bottom .home__banner--course__bottom--item {
  height: auto;
  margin-bottom: 0;
}
.home__banner--rating__bottom .home__banner--course__desc--title{
  height: auto;
  padding-top: 0;
}
.home__banner--course__bottom--item__wrap {
  width: 33.333%;
  height: fit-content;
  margin-bottom: 25px;
  box-sizing: border-box;
  padding: 0 0.75rem;
}
.home__banner--rating__slider--list .home__banner--course__bottom--item__wrap {
  width: 300px;
  height: fit-content;
  margin-bottom: 0px;
  box-sizing: border-box;
  padding: 0 0.75rem;
}
.home__banner--course__bottom--item__wrap:hover .home__banner--course__button {
  background-color: #222f6e;
  color: white;
}
.home__banner--course__bottom--item {
  position: relative;
  padding: 10px !important;
  background-color: white;
  border-radius: 15px;
  margin-bottom: 25px;
}

.home__banner--course__bottom--item_image {
  width: 100%;
}
.home__banner--course__bottom--image{
  max-height: 281px;
  max-width: 375px;
  overflow: hidden;
}
.home__banner--course__bottom--image:hover img {
  transform: scale(1.1);
  
}

.home__banner--course__bottom--image img {
  border-radius: 15px;
  max-height: 281px;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

.home__banner--course__desc {
  padding: 5px;
}
.home__landmark{
  padding: 10px 0;
}

.home__banner--course__desc--title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  height: 55px;
  text-align: center;
  color: #222f6e;
  line-height: 28px;
  font-size: 1.8rem;
  font-weight: 900;
}

.home__banner--course__desc--content {
  overflow: hidden;
  margin: 10px 0;
  text-align: justify;
  font-size: 1.5rem;
  line-height: 24px;
  font-size: 16px;
  font-family: "Averta PE", sans-serif;
  font-weight: 400;
}
.home__banner--rating__slider--list .home__banner--course__desc--content{
  height: auto;
  min-height: 150px;
}
.home__slider--item__image img{
  max-width: 100vw;
}
.home__banner--course__button {
  background-color: #b01a20;
  width: 100%;
  border-radius: 25px;
  display: inline-block;
  padding: 0 16px;
  text-transform: uppercase;
  text-align: center;

  padding: 0 16px;
}

.home__banner--course__button span {
  color: white;
  line-height: 36px;
  height: 36px;
  font-weight: 400;
}

/* banner 5 =================== */

.home__banner--signupForm {
  background: #ba131a;
}

.home__banner--signupForm__inner {
  padding-top: 50px;
  color: white;
  text-align: center;
  padding: 20px;
}

.home__banner--signupForm__inner--title{
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 25px;
}
.home__banner--signupForm__inner--note{
  text-align: center;
}
.home__banner--signupForm__form--wrap {
  max-width: 640px;
  margin: 0 auto;
  background-color: #fff;
  padding: 15px;
  text-align: start;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.home__banner--signupForm__form {}



.home__banner--signupForm__form,
.home__banner--signupForm__desc {
  box-sizing: border-box;
  padding: 0 0.75rem;
}

.home__banner--signupForm__button {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.home__banner--signupForm__button button {
  margin: 0 auto;
  height: 54px;
  padding: 0 34px;
  border-radius: 30px;
  line-height: 54px;
  font-size: 17px;
  padding: 0 28px;
  font-weight: 700;
  background-color: #b01a20;
  color: white;
}
.home__banner--signupForm__button button:hover{
  background-color: #9c1419;
}

.home__banner--signupForm__desc {
  margin: 10px 0 25px;
}

.home__banner--signupForm__desc p {
  font-size: 1.5rem;
  text-align: justify !important;
  color: black;
  line-height: 24px;
  font-weight: inherit;
}

/* ===========banner 6 ====================== */
.home__banner--inf {
  background: #faf0f1;
  padding-bottom: 25px;
}

.home__banner--inf__inner {}

.home__banner--inf_top {
  margin-bottom: 35px;
}

.home__banner--inf__inner_title {
  margin-bottom: 20px;
}

.home__banner--inf__bottom {
  margin-top: 15px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.home__banner--inf__achie {
  width: 100%;
  margin-top: 20px;
  gap: 20px;
  display: flex;
  max-width: 1180px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
  position: relative;
}
.home__banner--inf__achie--item {
  flex-basis: 40%;
  box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.home__banner--inf__achie--item:nth-child(1) .home__banner--inf__mini__items,
.home__banner--inf__achie--item:nth-child(4) .home__banner--inf__mini__items,
.home__banner--inf__achie--item:nth-child(5) .home__banner--inf__mini__items{
    margin-left: auto;
}

.home__banner--inf__mini__items{
  text-transform: uppercase;
  min-height: 92px;
  max-width: 100%;
  border: 2px solid #222f6e;
  border-radius: 45px;
  padding: 15px;
  width: 360px;
  background-color: white;
  color: #222f6e;
  box-shadow: 6.15401px 0 17.4363px rgba(0, 0, 0, 0.05) !important;
}
.home__banner--inf__achie--item:last-child {
  margin-left: auto;
  margin-right: auto;
  flex-basis: 100%;
  display: flex;
  justify-content: center;

}
.home__banner--inf__achie--item:last-child .home__banner--inf__mini__items
{  background-color: #222f6e;
  width: 420px;
  color: white;
}



.home__banner--inf__achie:nth-child(2) {
  width: 100%;
  max-width: 1175px !important;
}

.home__banner--inf__achie--item {
 
}

.home__banner--inf__achie--item p {
  text-align: center;
  line-height: 28px;
}

.home__banner--inf__last {
  background-color: #222f6e;
  width: 420px;
}

.home__banner--inf__last p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 30px;
}

.home_strong {
  font-weight: 900 !important;
  line-height: 30px !important;
  font-size: 1.4rem !important;
}

.home__banner--inf_logo {
  top: 25%;
  position: absolute;
  width: 150px;
}

/* banner 7 */

.home__banner--benefit {
  background: #eaf2fe;
}

.home__banner--benefit__inner {
  padding-bottom: 25px;
}

.home__banner--benefit__inner--title {
  margin-bottom: 25px;
}

.home__banner--benefit__box {

  padding-top: 25px;
  display: grid;
  grid-template-columns:repeat(2,1fr);
  gap: 20px;
  margin-bottom: 25px;
}

.home__banner--benefit__box--item__wrap {
}

.home__banner--benefit__box--item {
  box-shadow: 6.15401px 0 17.4363px rgba(0, 0, 0, 0.05) !important;
  padding: 20px;
  width: 100%;
  height: 100%;
}

.home__banner--benefit__box--item h6 {
  line-height: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.home__banner--benefit__box--item h6 {
  color: inherit;
  text-transform: uppercase;
}
.home__banner--benefit__box--item p {
  text-align: justify;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: inherit;
}


.home__banner--benefit__blue h6{
  color:white;
}




/* ========== banner 8 ==================== */
.home__banner--acts__inner {
  padding-top: 25px;
}

.home__banner--acts__top {
  padding-top: 25px;
  margin-bottom: 25px;
}

.home__banner--acts__top--content {
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
  line-height: 24px;
  font-weight: inherit;
  text-align: center;
  font-size: 1.5rem;
}

.home__banner--acts__bottom {
  margin-top: 25px;
  padding-bottom: 25px;
}

.home__banner--acts__bottom--wrap,
.home__banner--students__bottom--slide__wrap,
.home__banner--rating__bottom {
  box-sizing: border-box;
  padding: 0 .75rem;
  z-index: 2;
  min-height: 1px;
}

.home__banner--acts__bottom--slide__wrap {
  box-sizing: border-box;
  min-height: 1px;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-user-select: none; /* Safari */
  -ms-overflow-style: none; 
    scrollbar-width: none;
}
.home__banner--acts__bottom--slide__wrap ::-webkit-scrollbar {
  display: none;
}
.home__banner--acts__bottom--slide {
  display: flex;
  gap: 20px;
  width: max-content;
}

.home__banner--acts__bottom--slide__item--wrap {
  gap: 20px;
  display: flex;
}

.home__banner--acts__bottom--slide__item {
  padding: 10px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px -15px rgba(0, 0, 0, .2);
  border-radius: 10px;
  width: 298px;
}
.home__banner--acts__bottom--slide__wrap.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.home__banner--acts__bottom--slide__image img {
  display: block;
  width: 100%;
  min-height: 200px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.home__banner--acts__bottom--slide__content {
  width: 100%;
  text-align: center;
  color: #222f6e;
  font-size: 1.5rem;
  line-height: 24px;
  height: 75px;
  font-weight: 700;
}
.home__banner--acts__bottom--slide__content h2{
  font-size: 1.1rem !important;
  height: 75px !important;    font-weight: 700;
}
.home__banner--bottom__dots {
  margin-top: 2rem !important;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.home__banner--dots__btn {
  display: inline-block;
  zoom: 1;
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.home__button--dots {
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
  margin: 5px 6px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #222f6e;
  transition: all .15s;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.home__banner--dots__btn .active {
  background-color: #222f6e !important;
}

/* ====================================== */
.home__banner--students {
  padding-top: 25px;
  background: #faf0f1;
}

.home__banner--students__inner--title,
.home__banner--personnel__inner--title {
  margin-top: 25px;
  margin-bottom: 25px;
}

.home__banner--students__bottom {
  margin-top: 25px;
  padding-bottom: 50px;
}

.home__banner--slide__box{
  position: relative;
  overflow: hidden;
  width: 100%;
  scrollbar-width: none;
  overflow: hidden;
  overflow-x: scroll;
}

.home__banner--students__bottom--slide {
  overflow: hidden;
  width: min-content;
  display: flex;
    transition: transform 0.2s ease-in-out; /* Adjusted transition duration */
 
}

.home__banner--students__bottom--slide__item {
  width: 299px;
  margin-right: 20px;
  padding: 10px;
  border-radius: 10px;
  background-color: white;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.home__banner--bottom__dots{
  display: none;
}
.home__banner--students__bottom--slide.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.home__banner--students__bottom--slide__image {
  margin-bottom: 20px;
}

.home__banner--students__bottom--slide__image img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  min-height: 349px;
  object-fit: cover;
}

.home__banner--students__bottom--slide__content {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  color: #222f6e !important;
  align-items: center;
}

.home__banner--students__bottom--slide__content h6 {
  line-height: 24px !important;
  font-size: 1.5rem;
  font-weight: 700;
}

.home__banner--students__bottom--slide__content p {
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 900;
}

/* =============================================== */
.home__banner--personnel {
  background: #ba131a url(../images/home_34.png) left bottom no-repeat;
}

.home__banner--personnel__top {
  padding: 25px 0;
}

.home__banner--personnel_bottom {
  margin-top: 25px;
  color: white;
  display: flex;
  padding-bottom: 50px;
}

.home__banner--personnel__bottom--left,
.home__banner--personnel__bottom--right {
  width: 50%;
}

.home__banner--personnel__bottom--left__title {
  font-weight: 700;
  font-size: 1.4rem !important;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 35px;
}

.home__banner--personnel__bottom--left__ul {
  margin-top: 25px;
}

.home__banner--personnel__bottom--left__ul li {
  margin-bottom: 25px;
  text-align: justify !important;
  line-height: 24px;
  font-weight: inherit;
  font-size: 1.6rem;
  display: flex;
  gap: 10px;
}

.home__banner--footer{
  background: #ba131a;
}
.home__banner--footer__box{
  margin-left: auto;
  /* max-width: 1280px; */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 25px;
}
.home__banner--footer__logo img{
  width: 100%;
  max-width: 150px;
}
.home__banner--footer__logo p{
  color: #fff !important;
  font-weight: 500;
  color: white;
  font-size: 1.3rem;
  padding-left: 10px;
}
.home__banner--footer__desc{
  color: white;
  font-size: 1.5rem;
  /* margin-right: 220px; */
}
.home__banner--footer__desc a{
  color: #fff !important;
  font-weight: 600;
}
/* final form */
.home__signupForm2{
  background: #faf0f1;
}
.home__signupForm2 .home__banner--signupForm__inner--title{
   color:#b01a20;
}

.home__signupForm2  .home__banner--signupForm__inner--note{
color: #374151;
font-size: 1.5rem ;
line-height: 24px;
font-weight: inherit;
}
.home__banner--course__top--content{
  text-align: justify;
  font-size: 1.3rem;
  font-weight:500;
  padding: 20px;
}
.hidden {
  display: none;
}
.footer__mobile--dropup__btn{
  width: 40px;
  height: 40px;
  background-color: white;
  box-shadow: 0px 0px 0px 5px lightgrey;
  overflow: hidden;
  border-radius: 50%;
  background-color: white;
  color: #ba131a;
}

.home__banner--inf_logo img{
  background-color:#b2121e;
  width: 100%;
  border-radius: 50%;
}
.footer__mobile--dropup__btn button ion-icon{
  font-size: 4rem;
}
.home__banner--person__customers_content P{
  padding: 0;
}
@media only screen and (max-width: 992px) {

  .home__banner--personnel__bottom--right {
    width: 100%;
  }
  .home__banner--personnel__bottom--left{
    padding:0 25px;
    width: 100%;
  }
  .home__banner--personnel_bottom{
    flex-direction: column;
  }
  .home__banner--person__customers--top__item{
    margin: 0 !important;
  }
  .home__banner--ads_wrapper{
    margin-top: 53px;
    height: auto !important;
  }
  .home__banner--benefit__box--item p{
    font-size: 1.5rem
  }
  .home_header_container{
    position: relative;
    padding: 0;
  }
  .home__menubar{
    height: 64px;
    line-height: 64px;
    padding: 0 16px;
    font-size: 2.5rem;
  }
  .home__menubar ion-icon{
    padding: 12px 0;
  }
  .home_header_nav{
    position: absolute;
    left: -80%;
    width: 80%;
    max-width: 375px;
    height: 100vh;
    background-color: white;
    flex-direction: column;
    align-items: start;
    justify-content: left;
    z-index: 998;
  }
  .home_header_logo{
    margin: 0 auto;
  }
  .home_header_nav_link .home_link{
    color: #222f6e !important;
  }

  .home_header_nav_tel .home_tel{}
  .home__menubar{
    display: inline-block;
  }
  .home_link,.home_tel{
   
  }
  .home_header_nav a{
    width: 100%;
    border-bottom: 1px solid lavender;
  }
  .home__banner--benefit__box--item{
    height: 165px;
  }

  .home__banner--course__bottom--item__wrap{
    flex-basis:50%;
  }
  .home__banner--course__bottom--box{
    padding: 0 .75rem;
    max-width: none;
    width:100%;
  }
  
  .home__banner--purpose__reason{
    padding: 0 25px;
    display: flex;
    flex-direction: column;
  }
  .home__banner--person__customers_middle{
    display: none;
  }
  .home__banner--person__customers--top{
    justify-content: space-around;
  }
  .home__banner--person__customers--top__item:nth-last-child(1) {
    width: 100%;}

  .home__banner--person__customers--top__wrap{
    width: 100%;
    max-width: none;
    margin: 0 auto;
    display: grid;
    grid-template-columns:none;
    /* max-width: 750px; */
    justify-content: normal;
    width: 100%;
  }
  .home__banner--person__customers--top__item{
   max-width: none;
  }
  .home__banner--person__customers_bottom
  .home__banner--person__customers--top__item{
    width: 97%;
  }
  .home__banner--inf_logo{
    display: none;
  }
.home__banner--inf__achie{
  width: 100%;
  flex-direction: column;
  margin-top: 20px;
  gap: 20px;
  display: flex;
}
  .home__banner--inf__achie--item{
    width: 100%;
  }
  .home__banner--inf__mini__items{
    margin: 0;
    width: 100%;
  }
  .home__banner--inf__bottom{
    padding: 0 .75rem;
    max-width: none;
    width:100%;
  }
  .home__banner--inf__achie--item:last-child .home__banner--inf__mini__items{
    background-color: white;
    width: 100%;
    color: #222f6e;
  }

  .home__banner--benefit__blue{
    background-color: white;
    color: #222f6e;
  }
  .home__banner--benefit__box{
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px
  }
  .home__banner--benefit__box--item{
    height: fit-content;
    color: rgb(34, 47, 110) !important;
        background-color: white !important;
  }
 .home__banner--benefit__box--item__wrap
  {
    max-width: none;
    width: 100%;
  }
  .home__banner--benefit__box{
    padding: 0;
    padding: 12PX;
    DISPLAY: FLEX;
  }
  .home__banner--rating__slide--item,
  .home__banner--students__bottom--slide__item,
  .home__banner--acts__bottom--slide__item{
    width: calc((100vw / 2) - 22px);
  }
  .home__banner--course__bottom--image{
    margin: 0 auto;
  }
  .home__banner--acts__bottom--slide {
    padding-bottom: 20px;
}
.home__banner--footer__box{
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
}
.home__banner--footer__desc{
  text-align: center;
  margin-right: 0;
}
}
@media only screen and (max-width: 642px) 
{
  .home__banner--ads {
    padding-top: 12px;
  }

  .home__banner--footer__logo{
    width: 100PX;
  }
  
  .home__banner--signupForm__form--wrap,
  .home__banner--inf__mini__items,
  .home__banner--person__customers--top__wrap,
  .home__banner--person__customers--top__item{
    border-radius: 10px;
  }
  .home__banner--bottom__dots{
    display: none;
  }
  .home__banner--course__bottom--item{
    max-width: 400px;
  }
  .home__banner--course__bottom--box{
    flex-wrap: nowrap;
    overflow: hidden;
    width: max-content;
    padding: 0;
  }
  

  .home__banner--students__inner--title,
  .home__banner--acts__inner--title,
  .home__banner--benefit__inner--title,
  .home__banner--inf__inner_title,
  .home__banner--signupForm__inner--title,
  .home__banner--person__inner--title,
  .home__banner--course__inner--title,
  .home__banner--purpose__inner--title{
    margin-top: 0;
    padding-top: 20px;
    font-size: 2rem;
  }
 
  .home__banner--person__customers--wrapper,
  .home__banner--purpose__reason{
    padding-bottom: 25px;
  }
  .clear_space_25{
    display: none;
  }
  .home__banner--person__customers--top,
  .home__banner--inf__achie
  {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px
  }

  .home__banner--person__customers--top__wrap,
  .home__banner--course__top,
  .home__banner--inf__achie,
  .home__banner--acts__top,
  .home__banner--personnel__bottom--left{
    padding: 0 .75rem;
    max-width: none;
    width: 100%;
  }
  .home__banner--course__inner--title,
  .home__banner--signupForm__inner--title,
  .home__banner--inf__inner_title,
  .home__banner--benefit__inner--title,
  .home__banner--acts__inner--title,
  .home__banner--students__inner--title,
  .home__banner--rating__title,
  .home__banner--person__inner--title,
  .home__banner--purpose__inner--title,
  .home__banner--personnel__inner--title
  
  {
    line-height: 35px;
    text-transform: uppercase;
    
  }
  .home__banner--course__bottom,
  .home__banner--rating__slider{
    overflow: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none; 
    scrollbar-width: none;  
  }
  .home__banner--course__bottom::-webkit-scrollbar {
    display: none;
  }
  


  .home__banner--inf__achie--item{
    width: 100%;
  }

  .home__banner--acts__inner{
    padding: 0;
  }
  
  .home__banner--acts__top--content{
    margin-top: 10px;
  }
  .home__banner--acts__bottom--slide__item,
  .home__banner--students__bottom--slide__item,
  .home__banner--rating__slide--items{
    width: calc(100vw - 200px);
  }
  .home__banner--personnel__top,
  .home__banner--rating__inner
  {
    padding:0;
    padding-top: 2px;
  }
  .home__banner--benefit__blue h6 {
    color: var(--color-background-27);
  }
  .home__banner--purpose__reason.middle__content{
    padding: 0 15px 15px 15px;
  }
  .home__banner--purpose__reason--item{
    border-radius: 0px;
  }
    
  .home__banner--person__customers--top__wrap p,
  .home__banner--person__customers--top__item p{
    font-size: 1.8rem;
  }
  
  /* .home__banner--rating__slider::before, .home__banner--rating__slider::after {
    width: 20px;
  } */
}

@media only screen and (max-width: 470px) 
{

  .home__banner--course__bottom--item {
    max-width: 305px;
}
  .home__banner--inf__achie--item {
    padding: 5px;
  }
  .home__banner--course__bottom--image img {
    border-radius: 15px;
    max-height: 210px;
    transition: transform 0.3s ease-in-out;
    width: 100%;
}
.home__banner--course__bottom--image {
  max-height: 210px;
  max-width: 375px;
  overflow: hidden;
}
/* .home__banner--course__desc--content {
  height: 110px;
} */
/* .home__banner--signupForm__button button {
  height: 41px;
} */
  .home__banner--inf__inner_title,
  .home__banner--personnel__inner--title,
  .home__banner--person__inner--title,
  .home__banner--course__inner--title,
  .home__banner--signupForm__inner--title,
  .home__banner--acts__inner--title
  {
    font-size: 1.5rem;
  }
  .home__banner--acts__bottom--slide__image img {
    min-height: 140px;
  }

  .home__banner--students__bottom--slide__image{
    min-height: 60%;
  }
  .home__banner--students__bottom--slide__image img{
    min-height: 1px;
  }
  .home__banner--students__bottom--slide__item,
  .home__banner--acts__bottom--slide__item,
  .home__banner--rating__slide--items
  {
    width: calc(100vw - 120px);
  }
}