:root{
    --text-color-title:#1C274C;
    --text-color-p:#797979;
    --color-logo1:#F37435;
    --color-logo2:#70B54B;
  }
.menu-brand ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}
.footer-right iframe{
    /* height: 420px; */
    width: 90%;
    margin-top: 22px;
   
  }
  .modal-backdrop {
    display: none;
  }
  .container-banner{
    background: var(--hong, linear-gradient(135deg, rgba(255, 255, 255, 0.00) 23.22%, rgba(255, 107, 0, 0.07) 38.09%, rgba(255, 0, 122, 0.07) 54.12%, rgba(0, 185, 118, 0.23) 76.48%));
    border-radius: 50% 50% 0 0/ 0 0 100% 100%;
    padding-bottom: 20px;
    /* border-radius: 50%/100px 100px 0 0; */
  }
  
  .box-banner-left .banner-left-first p{
    color: #000;
    font-family: Baloo 2;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 14px */
  }
  .banner_left_first{
    background-image: url('../images/ruy2@4x\ 1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    padding: 15px;
  }
  .banner_left_center p{
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 53px */
  }
  .banner_left_center{
    padding-top: 25px;
  }
  .banner_left_second {
    padding-left: 35px;
    text-align: justify;
  }
  .banner_left_last button:first-child{
    border: none;
    background-color: #00B976;
    border-radius: 7px;
    padding: 10px;
    color: #FFF;
    font-size: 16px;
    margin-right: 20px;
  }
  .banner_left_last{
    padding-left: 35px;
  }
  .banner_left_last button:last-child{
    border: none;
    border-radius: 50%;
    background: #fff;
  }
  .banner_left_last button:last-child img{
    width: 50px;
    border: none;
  
  }
  .box-banner-center {
    background-image: url('../images/hinh.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .box-banner-center img{
    width: 350px !important;
  }

  .box-banner-right{
   padding-top: 60px;
  }

   .box-swper .box-swper-item{
    padding: 10px;
    width: 270px !important;
    height: 350px;
   }
  .box-banner-right .box-swper img{
    width: 100%;
    border-radius: 10px;
  }
  .box-swper-content .swper_date{
    display: flex;
    justify-content: space-between;
  }
  .box-swper-content .swper_date p{
    font-size: 13px;
    margin-top:10px;
    color: var(--text-color-p);
  }
  .box-swper-content .swper-content-title{
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .swper-content-title p{
    font-weight: 500;
  }
  .swper-content-title p:hover{
    color: var(--color-logo1);
  }
  .box-swper-content .swper-content-main p{
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--text-color-p);
  }
  .swper-content-link{
    display: flex;
    justify-content: right;
    padding-right: 5px;
  }
  .box-swper-content .swper-content-link a{
    font-size: 13px;
    color: #000;
    margin-top: 5px;
  }
  .box-swper-content .swper-content-link a:hover{
    color: var(--color-logo1);
  }
  .swiper {
    width: 240px;
    height: 320px;
}

.swiper-slide {
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.swiper-slide {
    background-color: #FFF;
}
.container-intro-home{
    padding-top: 30px;
}
.box-intro-home .col-md-5 iframe{
    width: 100%;
    height: 325px;
    border-radius: 20px;
}
.box-intro-home ul{
    list-style: none;
    padding-left: 20px;
}
.box-intro-home ul li{
    display:flex;
}
.box-intro-home ul li img{
    width: 55px;
}
.intro-home-content{
    padding-left: 20px;
}
.intro-home-content p:first-child{
    font-weight: bold;
}
.intro-home-content p:last-child{
    text-align: justify;
    font-size: 16px;
    color: var(--text-color-p);
}

.box-intro-home ul li:last-child{
    display: flex;
    justify-content: end;

}
.box-intro-home ul li:last-child a{
    color: #000;
}
.box-intro-home ul li:last-child a:hover{
    color: var(--color-logo1);
}
.box-intro-second-item{
    width: 180px !important;
    transition: transform 0.5s;
    border-radius: 25px;
    padding: 10px;
    margin: 0 15px;
}
.box-intro-second-item:hover{
  transform: translateY(-5px);
}
.color-item-intro1{
    background-color: var(--color-logo1);
}
.color-item-intro2{
    background-color: #00B976;
}
.box-intro-second-item p b{
    font-family: 'FontAwesome';
}
.box-intro-second-item p{
    color: #FFF;

}
.box-intro-second-item img{
    width: 50px;
}
.container-intro-second{
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   padding-top: 40px;
}

/* .container-brand-home .brand-home{
    padding-top: 20px;
    background: linear-gradient(181deg, rgba(255, 255, 255, 0.00) 7.93%, rgba(255, 107, 0, 0.07) 33.33%, rgba(255, 0, 122, 0.07) 60.71%, rgba(255, 255, 255, 0.23) 98.9%);
} */
.title-text-home{
    font-weight: bold;
    margin-bottom: 30px;
}
.home-brand-item{
    width: 22%;
    background: #FFF;
    padding: 12px;
    margin:0 10px;
    margin-bottom: 40px;
    border-radius: 15px;
    transition: transform 0.5s;
}
.home-brand-item:hover{
  transform: translateY(-5px);
    opacity: 0.8;
    color: var(--main-color-3);
}
.home-brand-item img{
    width: 175px;
}
.modal-footer{
  background: linear-gradient(90deg, #01BA77 0%, #01BA77 14.71%, #2BCC86 76.74%, #9AFAAD 97.2%);
}
.list-brand-home{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
   
}
.custom-link.active {
  font-weight: bold !important; 
}
.home-brand-item p{
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    font-size: 16px;
    text-align: center;
    height: 90px;
    font-weight: 400;
}
.home-brand-item a{
    color: #000;
    font-size: 14px;
    transition: background-image 0.3s;
}
/* .home-brand-item:hover a{
  color: var(--color-primary) !important;
} */
.new-home-item-img{
  width:45%;
  height: 140px;
}
.new-home-item-img img{
  width: 100%;
  height: 100%;
  margin-right: 10px;
  border-radius: 8px;
}
.row-new-home{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 
}
.new-home-item{
  width: 48%;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  
}
.common-box-date{
  display: flex;
  justify-content: space-between;
}
.common-box-date p{
  font-size: 13px;
  color: var(--text-color-p);
}
.cooperate-description{
  padding:0 20px;
  height: 100px;
}
.cooperate-description p{
  color: #000;
  font-size: 16px;
}
.cooperate-title p{
  font-size: 20px;
  margin-top: 10px;
}
.common-box-des{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.new-home-item-content{
  padding-left: 10px;
  width: 55%;

}
.common-box-content{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.common-box-content:hover{
  color: var(--color-logo1);
}
.common-box-content p{
  font-weight: 700;
  cursor: pointer;
}
.common-box-content p a{
  color: #000;
}
.common-box-content p a:hover{
  color: var(--color-logo1);
}
.common-box-content p:hover{
  color: var(--color-logo1);
}
.img-fix-home{
  display: flex;
  justify-content: center;
}
.img-fix-home img {
  width: auto !important;
  height: auto !important;
}
.common-box-link{
  padding-top: 25px;
}
.common-box-link a{
  border: 1px solid #F37435;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 10px; 
  color: #000;

}
.common-box-link a:hover{
  background-color: var(--color-logo1);
  color: #fff;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
     content: "" !important;
    background: #D9D9D9 !important;
    width: 55px !important;
    height: 10px !important;
    border-radius: 10px !important;
}
 .carousel-control-next,.carousel-control-prev {
  font-size: 25px;
    margin-top: 450px;
    margin-left: 435px;
}
.carousel-control-next,.carousel-control-next {

  margin-right: -70px;
}
.box-award .box-award-item{
  padding: 15px;
  height: 520px;
  border-radius: 25px;
}
.box-award .box-award-item img{
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.box-award .box-award-img img{
  width: 100%;
  height:100%;
  border-radius: 10px;
}
.box-award-img{
  height: 160px;
}
.container-award .col-md-7{
  margin: auto 0;
}
.container-award-home{
  padding-bottom: 100px
}
.carousel-control-next{
  right: 510px;
}

.slider {
  width: 100%;
  margin: 100px auto;
}

.slick-slide {
  /* width: 273.75px !important; */
  margin: 0px 20px;
}

.slick-slide img {
width: 90%;
margin: 0 auto;
height: 270px;
}

.slick-prev:before,
.slick-next:before {
color: black;
}

.box-award img{
  width: 200px;
  height: 200px;
}
.slick-slide {
transition: all ease-in-out .3s;
opacity: .2;
}
.slick-initialized{
  margin: 0 !important;
  margin-top: 20px !important;
}
.slick-active {
opacity: 1;
}

.slick-current {
opacity: 1;
}
.container-highlights-home{
  padding-top: 80px;
}
.container-partner-home{
  padding-top: 40px;
}
.new-highlight-item{
  padding: 15px;
  border-radius: 10px;
  width: 30%;
  border: 1px solid rgba(34, 34, 34, 0.1);
    transition: all 0.3s ease 0s;
}
.new-highlight-item:hover{
  box-shadow: unset;
}
.box-new-highlight-img{
  width: 100%;
  height: 200px;
}
.box-new-highlight-img img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.new-highlight-home{
  padding: 10px 10px 0 10px;
  
}
.new-highlight-link a{
  font-weight: bold;
  color: #000;
  margin-top: 5px;
}
.new-highlight-link a:hover{
  color: var(--color-logo1);
}
.container-new-highlight-home{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-partner-home{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bg-container-partner{
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(184deg, rgba(255, 255, 255, 0.00) 5.98%, rgba(255, 107, 0, 0.07) 25.31%, rgba(255, 0, 122, 0.07) 58.58%, rgba(248, 248, 248, 0.23) 96.97%);
}

.partner-home-item{
  padding: 10px;
  width: 200px;
  height: 130px;
  margin: 5px 5px;
  background: #FFF;
  border-radius: 15px;
  cursor: pointer;

}
.partner-home-item a{
  text-align: center;
  display: contents;
  
}
.partner-home-item a img{
  width: 100%;
  height: 100%;
}
.container-banner-management{
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 1.94%, rgba(255, 0, 122, 0.07) 51.27%, rgba(255, 107, 0, 0.07) 102.87%);
  padding-top: 50px;
  padding-bottom: 90px;
}

.commom-p-page a{
  color: var(--text-color-p);
}
.a_active{
  color: #000;
  font-weight: bold;
}
.management-item{
  display: flex;
  justify-content: space-around;
}
.management-info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}
.management-info h5,.management-info p{
  font-weight: bold;
}
.box-management-item .management-item{
  height: 350px;
}
.management-item .management-img{
  /* background-image: url('../images/hinh.png');
  background-repeat: no-repeat;
  background-position:center;
  background-size: 100%; */
  display: flex;
    justify-content: center;
    align-items: center;
}
.management-img,.management-info{
  width: 50%;
  padding-left: 20px;
}
.management-img img{
  /* width: 90%; */
  width: 250px;
  border-radius: 10px;
 
}
.container_hoptac h3{
  text-align: center;
}
.container_hoptac p{
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.second-container-cooperate{
  background: linear-gradient(0deg, rgba(255, 0, 122, 0.07) 1.94%, rgba(255, 255, 255, 0.00) 51.67%, rgba(255, 107, 0, 0.07) 102.87%);
  padding: 30px 0;
}
.list-brand-cooperate{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.brand-cooperate-item{
  width: 23%;
  background-color: #FFF;
  border-radius: 10px;
  margin: 10px 11px 10px 11px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 7px 5.3px rgba(0, 0, 0, 0.048), 0 5px 10px rgba(0, 0, 0, 0.06), 0 3px 9px rgba(0, 0, 0, 0.072), 0 8px 4px rgba(0, 0, 0, 0.086), 0 0 0px rgba(0, 0, 0, 0.12);
}
.brand-cooperate-item img{
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cooperate-link{
  display: flex;
    justify-content: center;
    margin: 15px;
}
.cooperate-link a{
  color: #FFF;
  background: var(--color-logo1);
  padding: 10px;
  border-radius: 10px;
}
.common-shadow{
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.container-tamnhin{
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 1.94%, rgba(255, 0, 122, 0.07) 51.27%, rgba(255, 107, 0, 0.07) 102.87%);
  padding-top: 60px;
}
.container-sumenh-tamnhin{
  padding-top: 20px;
}
.box-img1-sumenh{
  width: 100%;
}

.box-img1-sumenh img{
    width: 85%;
    height: 350px;
    border-radius: 10px;
}
.btn-sumenh span{
  padding: 10px 53px;
  background-color: var(--color-logo1);
  color: #FFF;
  font-size: 20px;
  border-radius: 15px;
}
.btn-giatri span{
  padding: 10px 35px;
  background-color: var(--color-logo1);
  color: #FFF;
  font-size: 20px;
  border-radius: 15px;
}
.btn-giatri ul{
  text-align: justify;
  line-height: 30px;
  padding-top: 30px;
}
.btn-tamnhin span{
  padding: 10px 50px;
  background-color:rgb(0,185,118);
  color: #FFF;
  font-size: 20px;
  border-radius: 15px;
}
.new-hot-item{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  background-color: #FFF;
  margin-bottom: 20px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  transition: all 0.3s ease 0s;
}
.new-hot-item:hover{
  box-shadow: unset;
}
.new-hot-item img{
  width: 40%;
  margin-right: 10px;
  height: auto;
  border-radius: 5px;
  
}
.new-hot-item p{
  font-weight: bold;
}
.container_teacher_page{
  padding-top: 30px;
  padding-bottom: 0px;
  
}
.teacher_page_title{
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 1.94%, rgba(255, 0, 122, 0.07) 51.27%, rgba(255, 107, 0, 0.07) 102.87%);
}
.container_list_teacher{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
  padding-top: 0px;
}

.item_teacher{
  width: 23%;
    background-color: #FFF;
    border-radius: 10px;
    margin: 10px 11px 10px 11px;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 7px 5.3px rgba(0, 0, 0, 0.048), 0 5px 10px rgba(0, 0, 0, 0.06), 0 3px 9px rgba(0, 0, 0, 0.072), 0 8px 4px rgba(0, 0, 0, 0.086), 0 0 0px rgba(0, 0, 0, 0.12);
}

.item_teacher:hover h5{
  color: var(--color-logo1);
  transition: color 0.3s;
}
.item_teacher a{
  width: 100%;
  color: #000;
}
.item_teacher img{
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.box-img-teacher{
  text-align: center;
  width: 100%;
  height: 170px;
}
.item_teacher h5{
  margin: 22px 0 5px 0;
  font-weight: bold;
  font-size: 1.05em;
  height: 40px;
}
.item_teacher h5:hover{
  color: var(--color-logo1);
}
.item_teacher p{
  font-size: 16px !important;
  padding: 0 10px;
  font-weight: 400;
}
.item_teacher button{
  border: none;
  background: #FFF;
  outline: #FFF;
}
/* .item_teacher p{
  font-weight: 600;
} */
.modal-content{
  width: 900px !important;
  right: 200px;
  top: 20px;
}
.modal-teacher-item{
  
  padding:0px 20px 30px 20px;
}
.modal-teacher-item .col-md-6{
  padding-top: 30px;
}
.modal-teacher-item h5{
  font-weight: bold;
}
.modal-teacher-item p{
  color: rgb(46,79,130);
}
#teacher_title_job{
  font-weight: 500;
}
.modal-teacher-item img{
  width: 100%;
}
.modal-teacher-item h5{
  font-size: 25px;
}
.modal-teacher-item p{
  font-size: 18px;
}
.container-search-home{
  display: flex;
}
.box-img2-sumenh{
  display: flex;
  justify-content: center;
}

#drop_menu_se form .in_search{
    width: 300px;
    height: 40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: none;
    padding: 10px;
    outline: none;
} 

.box-search-home:hover #form_search{
 background-color: red;
} 
.footer{
  background-color: #FFFEF8;
}
.footer-center{
  padding-top: 20px;
}
.footer-center p{
  text-align: justify;
  font-weight: 400px;
}
.footer-center p span{
  color: var(--color-logo1);
}
.footer-center ul li a:hover{
  color: var(--color-logo1);
}
.slick-prev:before, .slick-next:before {
  font-size: 30px !important;
  color: #000 !important;
  
}
.modal-content-img{
  width: 380px;
}
.btn-close-modal{
  background: linear-gradient(90deg, #01BA77 0%, #01BA77 14.71%, #2BCC86 76.74%, #9AFAAD 97.2%) !important;
}
.modal-body{
  padding: 0 !important;
}

.container_card_video{
   box-shadow: var(--shadow-1);
    padding: 30px;
    border-radius: var(--radius);
    background: var(--color-white);
    position: relative;
}
.box_vid{
  transition: var(--transition-2);
}
.box_vid:hover{
  transform: scale(1.02);
}
.com-link .rbt-btn{
  height: 44px !important;
  letter-spacing: normal !important;
}
.com-link .icon-reverse-wrapper{
  font-family: 'Montserrat', sans-serif !important;
}
.com-link .rbt-btn:hover{
  background-color: var(--color-logo1) !important;
  color: #FFF !important;
  border: none !important;
}
.ft-logo{
  padding-left: 5px;
}
.footer-left ul{
  padding-left: 15px;
}
#scrollUpButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--color-logo1);
  color: #fff;
  padding:8px 15px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.container-news-home{
  padding-top: 20px;
 background: linear-gradient(184deg, rgba(255, 255, 255, 0.00) 5.98%, rgba(255, 107, 0, 0.07) 25.31%, rgba(255, 0, 122, 0.07) 58.58%, rgba(248, 248, 248, 0.23) 96.97%);;
}



/* -----------------responsive------------------------- */
@media screen and (max-width: 821px) {
  .home-brand-item {
    margin: 10px 5px;
    width: 23%;
  }
  .home-brand-item p{
    height: 155px;
  }
  .home-brand-item img {
    width: 140px;
}
.new-home-item-img{
  display: none;
}
.new-home-item-content {
  padding-left: 0px;
  width: 100%;
}
.new-highlight-item{
  padding: 10px;
  width: 32%;
}
/* .box-new-highlight-img {
  height: 140px;
} */
.common-box-date p{
  font-size: 11px;
  margin-top: 7px;
  margin-bottom: 5px;
}
.new-highlight-home {
  padding: 0px;
}
.common-box-des {
  -webkit-line-clamp: 2;
}
.new-highlight-link a {
  font-size: 14px;
}
.brand-cooperate-item {
  width: 30%;
}
.common-box-content{
  height: 70px;
}
.brand-cooperate-item {
  width: 30%;
}
.cooperate-description {
  height: 139px;
}
.item_teacher {
  width: 31%;
  margin: 10px 5px 10px 9px;
}
.box-img-teacher {
  height: 165px;
}
.box-management-item .management-item {
  display: contents;
}
.management-img img{
  width: 270px;
}
.modal-content {
  width: 800px !important;
  right: 150px;
}
}
/* -------------------------------------- */

/* ---------------------------------- */
@media (max-width: 480px) {
  .slick-arrow{
    display: none !important;
  }
  .container-highlights-home{
    padding-top: 50px;
  }
  .slick-slide img{
    width: 100px;
  }
  .container-award-home{
    padding-bottom: 30px;
  }
  .cooperate-title p {
    margin-bottom: 0;
}
  .com-link .rbt-btn {
    height: 40px !important;
}
  .com-link .icon-reverse-wrapper {
    font-size: 11px !important;
  }
  .com-link .icon-reverse-wrapper i{
    font-size: 11px !important;
  }
  .container-search-home{
    justify-content: end;
  }
  .box-search-home{
    padding: 2px 8px;
  }
  .banner_left_first{
    margin-top: 30px;
  }
  .banner_left_second{
    padding-left: 0;
  }
  .banner_left_last{
    padding-left: 0;
  }
  .box-banner-center{
    background-position: top;
  }
  .box-banner-center img {
    width: 320px;
}
.box-intro-home .col-md-5 iframe{
  height: 280px;
}
.box-intro-home .col-md-7{
  padding-top: 10px;
}
.icon-intro-home{
  display: none;
}
.box-intro-home ul{
  padding: 0;
}
.intro-home-content {
  padding-left: 0px;
}
.box-intro-second-item {
  width: 180px;
  padding: 6px;
  margin: 5px 5px;
}
.home-brand-item img {
  width: 140px;
}
.home-brand-item {
  width: 46%;
  padding: 12px;
  margin: 0 5px;
  margin-bottom: 17px;
}
.container-news-home{
  margin-top: 50px;
}
.box-award .box-award-item {
  height: 395px;
}
.container-award .col-md-7{
  padding-top: 30px;
}
.box-award-img {
  height: 75px;
}
 /* width: 90px !important; */

.new-highlight-item {
  width: 100%;
  margin-bottom: 15px;
}
.list-partner-home {
  justify-content: space-between !important;
}
.partner-home-item {
  width: 160px;
  height: 100px;
}
.footer-left .ft-logo{
  text-align: center;
}
.footer-left .map-nova iframe {
  width: 100%;
  height: 200px;
}
.footer-right {
  display: flex;
  justify-content: center;
}
.footer-center h5{
  display: none;
}
.footer-center ul{
  display: none;
  padding: 0;
}
.footer-center{
  padding: 0;
}
.footer-center img {
  height: 60px;
  margin-top: 25px;
}
.container-news-home{
  display: none;
}
.menu-brand{
  /* flex-direction: column; */
  display: none;
}
.menu-brand p {
  text-align: center;
}
.box-banner-right {
  margin-bottom: 25px;
}
.brand-cooperate-item {
  width: 47%;
  margin: 22px 5px 10px 5px;
}
.common-box-content {
  margin-bottom: 10px;
}
.cooperate-description {
  padding: 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.item_teacher {
  width: 100%;
 margin-bottom: 15px;
}

.box-img-teacher {
  height: 220px;
}
.modal-content {
  width: 400px !important;
  right: 1px;
  top: 50px;
  border-radius: 20px;
}
.modal-teacher-item {
  padding: 0px 2px 10px 2px;
}
.modal-teacher-item h5 {
  font-size: 25px;
  margin-top: 25px;
  text-align: center;
}
.container_list_teacher {
  margin-bottom: 30px;
}
.container_teacher_page {
  padding-top: 35px;
  padding-bottom: 30px;
}
.box-img1-sumenh {
  width: 100%;
}
.box-img1-sumenh img {
  height: 200px;
}

.btn-giatri ul{
  padding-left: 15px;
}
.container-sumenh-tamnhin .col-md-4{
  padding: 30px 15px;
}
.container-menu-brand .site-navbar-top{
  height: 25px;
}
.box-banner-right .swiper-cards{
  margin-left: 50px;
}
.home-brand-item .home-brand-item-img{
  height: 80px;
}
.slick-slide img{
height: 135px;
}
.home-brand-item p {
  height: 130px;

}
.img-fix-home img {
  width: auto !important;
  height: auto !important;
}
.box-management-item{
  padding-top: 30px;
}
.box-management-item .management-item {
  height: 180px;
  display: flex;
  flex-direction: row-reverse;
}
.management-img, .management-info {
  padding-left: 10px;
}
.management-img img{
  width: 100%;
}
.modal-teacher-item .col-md-6 p{
  padding: 0 10px;
}
.footer-center p{
  margin-top: 20px;
}
#teacher_title_job{
  text-align: center;
}
}

@media (max-width: 393px) {
  .home-brand-item p {
    height: 150px;
}
.modal-content {
  width: 377px !important;
}
}
@media (max-width: 376x) {
  .home-brand-item p {
    height: 150px;
}
.modal-content {
  width: 360px !important;
}
}




.btn-drop_se i {
  font-size: 16px;
  color: #FFF; 
}

#drop_menu_se form{
  display: flex;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
}


.in_search {
  width: 80%;
  padding: 10px;
  border: 2px solid #ccc; 
  font-size: 16px;
  color: #333; 
  outline: none;
}
.in_search::placeholder{
  font-size: 14px;
}
.inse_btn {
  padding: 8px 15px;
  background-color: var(--color-logo1);
  color: #fff;
  border: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
.inse_btn:hover{
  opacity: 0.7;
}

/* ----------animation--------- */
.anima_container_l{
  position: relative;
  bottom: 0px;
}
 #drop_menu_se{
  top: 50px !important;
  left: 20px !important;
}
.dropleft .dropdown-toggle::before{
  display: none;
}
.dropdown-toggle::after{
  display: none;
}
.btn-drop_se{
    padding: 1px 5px;
    border: none;
    border-radius: 50px;
    border: none;
    color: #fff;
    background-color:var(--text-color-title);
    
}
.icon_zalo{
  margin-bottom: 6px;
}

.zb-btn-white--30x30 .zb-logo-zalo {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.15em;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat !important;
  background: url(../../../images/zalo.png) !important;
  background-size: 20px 20px;
}

.btn_dpn_news {
  margin-bottom: 20px; /* Add margin to prevent cutting off */
  text-align: center;
}

.btn_dpn_news a {
  padding: 10px 30px;
  background: #fd7e14;
  color: #fff;
  display: inline-block;
  animation: smooth-bounce 1.5s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55); /* Custom cubic-bezier for smoother effect */
  transition: background-color 0.3s ease-in-out;
}

.btn_dpn_news a:hover {
  background: #476FFF;
}

/* Keyframes for smooth bounce animation */
@keyframes smooth-bounce {
  0%, 100% {
    transform: translateY(-10);
  }
  50% {
    transform: translateY(10px);
  }
}