@charset "UTF-8";
.banner {
  position: relative;
}
.banner .banner-home {
  height: 720px;
  overflow: hidden;
}
.banner .banner-home .banner-1 {
  height: 100%;
}
.banner .banner-home .banner-1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-home .owl-dots {
  display: none;
  position: absolute;
  bottom: 20%;
  left: 50%;
  margin: 0 !important;
  width: 100%;
}
.banner .banner-home .owl-dots .owl-dot {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.banner .banner-home .owl-dots .owl-dot span {
  margin: 0;
  background: rgba(109, 110, 113, 0.5);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.banner .banner-home .owl-dots .owl-dot:hover span {
  border-color: #f58220;
}
.banner .banner-home .owl-dots .owl-dot.active {
  border: 1px solid #f58220;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.banner .banner-home .owl-dots .owl-dot.active span {
  background: #f58220 !important;
  border-color: #f58220;
}
.banner .banner-home .owl-nav {
  display: none;
}
.banner .banner-home .owl-nav .owl-prev {
  background: rgba(109, 110, 113, 0.6) url(../../../../templates/default/images/prev.svg) center center no-repeat;
  width: 60px;
  height: 60px;
  top: 40%;
  left: 0px;
  position: absolute;
  opacity: 0.5;
}
.banner .banner-home .owl-nav .owl-prev span {
  display: none;
}
.banner .banner-home .owl-nav .owl-prev:hover {
  background: #f58220 url(../../../../templates/default/images/prev.svg) center center no-repeat;
  opacity: 1;
}
.banner .banner-home .owl-nav .owl-prev:focus, .banner .banner-home .owl-nav .owl-prev:focus-visible {
  outline: none;
  border: none;
}
.banner .banner-home .owl-nav .owl-next {
  background: rgba(109, 110, 113, 0.6) url(../../../../templates/default/images/next.svg) center center no-repeat;
  width: 60px;
  height: 60px;
  top: 40%;
  right: 0px;
  position: absolute;
  opacity: 0.5;
}
.banner .banner-home .owl-nav .owl-next span {
  display: none;
}
.banner .banner-home .owl-nav .owl-next:hover {
  background: #f58220 url(../../../../templates/default/images/next.svg) center center no-repeat;
  opacity: 1;
}
.banner .banner-home .owl-nav .owl-next:focus, .banner .banner-home .owl-nav .owl-next:focus-visible {
  outline: none;
  border: none;
}
.banner .banner-home .container {
  position: relative;
}
.banner .banner-home .text {
  position: absolute;
  bottom: 40%;
  left: 8%;
  padding: 5px 20px;
}
.banner .banner-home .text .name {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.banner .banner-home .text .sub {
  font-size: 18px;
  margin-bottom: 20px;
  color: #3f3f3f;
}
.banner .banner-home .text .see-more {
  background: rgba(255, 255, 255, 0.16);
  padding: 20px 48px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  background: #4b5082;
  opacity: 0.7;
}
.banner .banner-home .text .see-more:hover {
  background: #f5821e;
}
@media (max-width: 1280px) {
  .banner .banner-home .text {
    position: absolute;
    bottom: 40%;
    left: 15%;
    color: #fff;
    padding: 5px 20px;
  }
  .banner .banner-home .text .name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .banner .banner-home .text .sub {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .banner .banner-home .text .sub p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .banner .banner-home .text .see-more {
    background: #f58220;
    padding: 7px 16px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
  }
}

.home_presentation {
  padding: 80px 0;
  display: flex;
  gap: 0;
}
.home_presentation .left {
  width: 50%;
}
.home_presentation .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.home_presentation .right {
  width: 50%;
}
.home_presentation .right .top {
  position: relative;
  padding: 30px 60px;
  background: #f8f8fb;
  font-size: 24px;
  color: #4b5082;
  margin-top: 30px;
}
.home_presentation .right .top p {
  margin-bottom: 0px;
}
.home_presentation .right .top p:last-child {
  margin-bottom: 0;
}
.home_presentation .right .top::after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 60px);
  background: #4b5082;
  padding-top: 60px;
  padding-bottom: 60px;
  position: absolute;
  top: 30px;
  right: 0;
}
.home_presentation .right .bottom {
  padding: 30px 60px;
  font-size: 16px;
  color: #5c5c5c;
}
.home_presentation .right .bottom p:last-child {
  margin-bottom: 0;
}

.banner-bottom {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.banner-bottom .slide-bottom .banner-image {
  position: relative;
}
.banner-bottom .slide-bottom .banner-image .img-mobile {
  display: none;
}
.banner-bottom .slide-bottom .banner-image .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20%;
  text-align: center;
  width: 60%;
}
.banner-bottom .slide-bottom .banner-image .text img {
  width: 100%;
  height: auto;
  margin: auto;
}
.banner-bottom .slide-bottom .banner-image .text h1 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3f3f3f;
  margin-bottom: 24px;
}
.banner-bottom .slide-bottom .banner-image .text p {
  font-size: 16px !important;
  font-weight: 500;
  color: #5c5c5c;
}
.banner-bottom .box-icon {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: -90px;
}
.banner-bottom .box-icon .item_banner {
  padding: 24px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  display: block;
  transition: 0.5s;
  box-shadow: 0px 0px 12px 5px rgba(75, 80, 130, 0.12);
}
.banner-bottom .box-icon .item_banner p {
  font-size: 16px;
  font-weight: 500;
  color: #3f3f3f;
  margin-bottom: 0;
  padding-top: 16px;
}
.banner-bottom .box-icon .item_banner:hover {
  transform: scale(1.15);
  transition: 0.9s;
}
.banner-bottom .box-icon .item_banner:hover p {
  color: #4b5082;
  transform: scale(1);
}

.box-council {
  padding: 80px 0;
  position: relative;
}
.box-council .box-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  color: #3f3f3f;
}
.box-council .slide-council .item {
  padding: 12px 12px 24px;
  background: #f8f8fb;
  border-radius: 4px;
  position: relative;
}
.box-council .slide-council .item .image {
  position: relative;
}
.box-council .slide-council .item .image img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.box-council .slide-council .item .image .img-council {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.box-council .slide-council .item .content {
  margin-top: 24px;
  text-align: center;
  height: 135px;
}
.box-council .slide-council .item .content .name {
  font-size: 17px;
  font-weight: 600;
  color: #3f3f3f;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.box-council .slide-council .item .content .bottom {
  font-size: 15px;
  color: #5c5c5c;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.box-council .slide-council .item .content .bottom p {
  margin-bottom: 8px;
}
.box-council .slide-council .item .content .bottom p:last-child {
  margin-bottom: 0;
}
.box-council .slide-council .item .item_hover {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: 0.3s ease-in-out;
  padding: 20px;
  border-radius: 4px;
}
.box-council .slide-council .item .item_hover .name {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.box-council .slide-council .item .item_hover .bottom {
  color: #edeef3;
  overflow-y: auto;
  height: calc(100% - 100px);
  padding-right: 5px;
}
.box-council .slide-council .item .item_hover .bottom::-webkit-scrollbar {
  width: 2px;
}
.box-council .slide-council .item .item_hover .bottom::-webkit-scrollbar-track {
  background: #4b5082;
}
.box-council .slide-council .item .item_hover .bottom::-webkit-scrollbar-thumb {
  background: #a9a9a9;
  opacity: 0.2;
}
.box-council .slide-council .item .item_hover .bottom::-webkit-scrollbar-thumb:hover {
  background: #4b5082;
  opacity: 0.8;
}
.box-council .slide-council .item .item_hover .bottom p {
  margin-bottom: 12px;
  padding-left: 10px;
  background: url(../../../../templates/default/images/dots.svg) top 8px left 0 no-repeat;
}
.box-council .slide-council .item:hover .image .img-council {
  filter: blur(3px);
}
.box-council .slide-council .item:hover .image .img-bgr {
  opacity: 0;
}
.box-council .slide-council .item:hover .content {
  opacity: 0;
}
.box-council .slide-council .item:hover .item_hover {
  height: 100%;
  opacity: 0.9;
  background: #4b5082;
  transition: 0.3s ease-in-out;
  padding-right: 7px;
}
.box-council .slide-council .owl-nav {
  display: block;
}
.box-council .slide-council .owl-nav .owl-prev {
  background: url(../../../../templates/default/images/prev.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
  position: absolute;
  border: none;
}
.box-council .slide-council .owl-nav .owl-prev span {
  display: none;
}
.box-council .slide-council .owl-nav .owl-prev:hover {
  background: url(../../../../templates/default/images/prev_hover.svg) center center no-repeat;
}
.box-council .slide-council .owl-nav .owl-prev:focus {
  outline: none;
  border: none;
}
.box-council .slide-council .owl-nav .owl-next {
  background: url(../../../../templates/default/images/next.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  top: 50%;
  transform: translateY(-50%);
  right: -28px;
  position: absolute;
  border: none;
}
.box-council .slide-council .owl-nav .owl-next span {
  display: none;
}
.box-council .slide-council .owl-nav .owl-next:hover {
  background: url(../../../../templates/default/images/next_hover.svg) center center no-repeat;
}
.box-council .slide-council .owl-nav .owl-next:focus {
  outline: none;
  border: none;
}
.box-council .left-content {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 32px;
  left: -240px;
  transform: rotate(-90deg);
  animation-name: textmove;
  animation-iteration-count: infinite;
  animation-duration: 6s; /* Gấp đôi thời gian để chạy từ trên xuống và từ dưới lên */
  animation-timing-function: linear;
}
.box-council .left-content .bar {
  display: block;
  width: 88px;
  height: 1px;
  background: #d5d5e7;
}
.box-council .left-content .text {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  color: #d5d5e7;
}

.box-program {
  padding-bottom: 100px;
}
.box-program .top-box-program {
  text-align: center;
  margin-bottom: 40px;
  height: 132px;
}
.box-program .top-box-program .title-cat-program {
  height: 132px;
}
.box-program .top-box-program .title-cat-program h1,
.box-program .top-box-program .title-cat-program h2 {
  font-size: 48px;
  color: #3f3f3f;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.box-program .top-box-program .title-cat-program h3 {
  font-size: 48px;
  color: #3f3f3f;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.box-program .top-box-program .title-cat-program h4,
.box-program .top-box-program .title-cat-program p {
  font-size: 16px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
}
.box-program .top-box-program .title-cat-program {
  display: none;
}
.box-program .top-box-program .active {
  display: block;
  height: 132px;
}
.box-program .list_cat_program {
  position: relative;
}
.box-program .list_cat_program .list-program {
  display: flex;
  gap: 32px;
  justify-content: center;
}
.box-program .list_cat_program .item {
  background: #f8f8fb;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.box-program .list_cat_program .item .image img {
  width: 100%;
  max-width: 276px;
  height: auto;
  border-radius: 4px;
}
.box-program .list_cat_program .item .item_hover {
  opacity: 0.9;
  position: absolute;
  background: #4b5082;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  transition: 0.3s ease-in-out;
  padding: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.box-program .list_cat_program .item .item_hover .name {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.box-program .list_cat_program .item .item_hover .bottom {
  display: none;
}
.box-program .list_cat_program .item:hover .image img {
  filter: blur(3px);
}
.box-program .list_cat_program .item:hover .content {
  opacity: 0;
}
.box-program .list_cat_program .item:hover .item_hover {
  height: 100%;
  opacity: 0.9;
  background: #4b5082;
  transition: 0.5s ease-in-out;
  flex-direction: column;
  justify-content: center;
}
.box-program .list_cat_program .item:hover .item_hover .bottom {
  display: block;
  background: rgba(255, 255, 255, 0.16);
  margin-top: 20px;
}
.box-program .list_cat_program .item:hover .item_hover .bottom .more {
  display: block;
  padding: 13px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.box-program .list_cat_program .item:hover .item_hover .bottom .more:hover {
  background-color: #f58220;
}
.box-program .list_cat_program .slide-program {
  position: relative;
}
.box-program .list_cat_program .slide-program .owl-nav {
  display: block;
}
.box-program .list_cat_program .slide-program .owl-nav .owl-prev {
  background: url(../../../../templates/default/images/prev.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
  position: absolute;
  border: none;
}
.box-program .list_cat_program .slide-program .owl-nav .owl-prev span {
  display: none;
}
.box-program .list_cat_program .slide-program .owl-nav .owl-prev:hover {
  background: url(../../../../templates/default/images/prev_hover.svg) center center no-repeat;
}
.box-program .list_cat_program .slide-program .owl-nav .owl-prev:focus {
  outline: none;
  border: none;
}
.box-program .list_cat_program .slide-program .owl-nav .owl-next {
  background: url(../../../../templates/default/images/next.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  top: 50%;
  transform: translateY(-50%);
  right: -28px;
  position: absolute;
  border: none;
}
.box-program .list_cat_program .slide-program .owl-nav .owl-next span {
  display: none;
}
.box-program .list_cat_program .slide-program .owl-nav .owl-next:hover {
  background: url(../../../../templates/default/images/next_hover.svg) center center no-repeat;
}
.box-program .list_cat_program .slide-program .owl-nav .owl-next:focus {
  outline: none;
  border: none;
}
.box-program .list_cat_program .right-content {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 32px;
  right: -210px;
  transform: rotate(-90deg);
  animation-name: textmove2;
  animation-iteration-count: infinite;
  animation-duration: 6s; /* Gấp đôi thời gian để chạy từ trên xuống và từ dưới lên */
  animation-timing-function: linear;
}
.box-program .list_cat_program .right-content .bar {
  display: block;
  width: 88px;
  height: 1px;
  background: #d5d5e7;
}
.box-program .list_cat_program .right-content .text {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  color: #d5d5e7;
}
.box-program .list_cat_program .bgr {
  display: block;
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  border: solid 8px #f3f3fb;
  z-index: -1;
  border-radius: 4px;
}

.box-representative {
  padding-bottom: 110px;
  position: relative;
}
.box-representative .title {
  position: absolute;
  margin: auto;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
  color: #3f3f3f;
  width: 100%;
}
.box-representative .title h2,
.box-representative .title h3 {
  font-size: 48px;
}
.box-representative .slide-representative {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 0px 72px 0px rgba(75, 80, 130, 0.12);
}
.box-representative .slide-representative .item {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-gap: 80px;
  padding: 50px 43px;
  background: url(../../../../templates/default/images/genius.svg) top 0 left 0 no-repeat;
  background-size: cover;
  border-radius: 4px;
}
.box-representative .slide-representative .item .image {
  position: relative;
}
.box-representative .slide-representative .item .image .img-bgr {
  position: absolute;
  left: 50%;
  transform: translateX(-40%);
  max-width: 70%;
  bottom: 0;
  z-index: 1;
}
.box-representative .slide-representative .item .image .img-pupil {
  width: 285px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 55%;
  transform: translateX(-50%);
  z-index: 2;
}
.box-representative .slide-representative .item .content {
  height: 100%;
  max-height: 420px;
}
.box-representative .slide-representative .item .content .name {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4b5082;
  margin-bottom: 22px;
}
.box-representative .slide-representative .item .content .year {
  font-size: 20px;
  color: #e67e22;
  text-transform: uppercase;
  font-weight: 700;
}
.box-representative .slide-representative .item .content .bottom {
  color: #3f3f3f;
  padding-top: 2px;
  overflow: auto;
  height: 350px;
}
.box-representative .slide-representative .item .content .bottom h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 24px;
}
.box-representative .slide-representative .item .content .bottom p {
  font-size: 15px;
}
.box-representative .slide-representative .item .content .bottom::-webkit-scrollbar {
  width: 2px;
}
.box-representative .slide-representative .item .content .bottom::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 4px;
}
.box-representative .slide-representative .item .content .bottom::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #e7e8ef;
}
.box-representative .slide-representative .item .content .bottom::-webkit-scrollbar-thumb:hover {
  background: #e7e8ef;
}
.box-representative .slide-representative .owl-nav {
  display: block;
}
.box-representative .slide-representative .owl-nav .owl-prev {
  background: url(../../../../templates/default/images/prev.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
  position: absolute;
  border: none;
}
.box-representative .slide-representative .owl-nav .owl-prev span {
  display: none;
}
.box-representative .slide-representative .owl-nav .owl-prev:hover {
  background: url(../../../../templates/default/images/prev_hover.svg) center center no-repeat;
}
.box-representative .slide-representative .owl-nav .owl-prev:focus {
  outline: none;
  border: none;
}
.box-representative .slide-representative .owl-nav .owl-next {
  background: url(../../../../templates/default/images/next.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  top: 50%;
  transform: translateY(-50%);
  right: -28px;
  position: absolute;
  border: none;
}
.box-representative .slide-representative .owl-nav .owl-next span {
  display: none;
}
.box-representative .slide-representative .owl-nav .owl-next:hover {
  background: url(../../../../templates/default/images/next_hover.svg) center center no-repeat;
}
.box-representative .slide-representative .owl-nav .owl-next:focus {
  outline: none;
  border: none;
}

.box-news {
  padding: 80px 0 0;
  position: relative;
}
.box-news .box-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  color: #3f3f3f;
}
.box-news .slide-news .item {
  display: block;
  padding: 16px;
  border: solid 1px #edeef3;
  border-radius: 4px;
  position: relative;
  height: 380px;
}
.box-news .slide-news .item .image img {
  width: 100%;
  height: 234px;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-news .slide-news .item .content {
  margin-top: 16px;
}
.box-news .slide-news .item .content .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 8px 12px;
}
.box-news .slide-news .item .content .info .cat {
  color: #4b5082;
  padding: 6px 8px;
  background: #f3f3fb;
  border-radius: 4px;
}
.box-news .slide-news .item .content .info .time {
  display: flex;
  align-items: center;
  gap: 5px;
}
.box-news .slide-news .item .content .info .time span {
  color: #828282;
  font-size: 14px;
}
.box-news .slide-news .item .content .info p {
  margin-bottom: 0;
}
.box-news .slide-news .item .content .name {
  font-size: 16px;
  font-weight: 700;
  color: #3f3f3f;
  margin-bottom: 0px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.box-news .slide-news .item .content .bottom {
  overflow: hidden;
  height: 0;
  transition: 0.3s ease-in-out;
  padding-top: 8px;
}
.box-news .slide-news .item .content .bottom .summary {
  color: #5c5c5c;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 46px;
}
.box-news .slide-news .item .content .bottom span {
  color: #f5821e;
  font-size: 14px;
  font-weight: 600;
}
.box-news .slide-news .item:hover .image img {
  height: 154px;
}
.box-news .slide-news .item:hover .content .bottom {
  height: 80px;
}
.box-news .slide-news .owl-nav {
  display: block;
}
.box-news .slide-news .owl-nav .owl-prev {
  background: url(../../../../templates/default/images/prev.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
  position: absolute;
  border: none;
}
.box-news .slide-news .owl-nav .owl-prev span {
  display: none;
}
.box-news .slide-news .owl-nav .owl-prev:hover {
  background: url(../../../../templates/default/images/prev_hover.svg) center center no-repeat;
}
.box-news .slide-news .owl-nav .owl-prev:focus {
  outline: none;
  border: none;
}
.box-news .slide-news .owl-nav .owl-next {
  background: url(../../../../templates/default/images/next.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  top: 50%;
  transform: translateY(-50%);
  right: -28px;
  position: absolute;
  border: none;
}
.box-news .slide-news .owl-nav .owl-next span {
  display: none;
}
.box-news .slide-news .owl-nav .owl-next:hover {
  background: url(../../../../templates/default/images/next_hover.svg) center center no-repeat;
}
.box-news .slide-news .owl-nav .owl-next:focus {
  outline: none;
  border: none;
}
.box-news .right-content {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 32px;
  right: -185px;
  transform: rotate(-90deg);
  animation-name: textmove2;
  animation-iteration-count: infinite;
  animation-duration: 6s; /* Gấp đôi thời gian để chạy từ trên xuống và từ dưới lên */
  animation-timing-function: linear;
}
.box-news .right-content .bar {
  display: block;
  width: 88px;
  height: 1px;
  background: #d5d5e7;
}
.box-news .right-content .text {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  color: #d5d5e7;
}

.geeks {
  margin-top: 50px;
  margin-bottom: 60px;
  text-align: center;
}
.geeks h1 {
  font-size: 48px;
  font-weight: 700;
  color: #3f3f3f;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.geeks h3 {
  font-size: 16px;
  color: #5c5c5c;
  margin-bottom: 40px;
}
.geeks .form-geeks .left h4 {
  font-size: 24px;
  color: #4b5082;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}
.geeks .form-geeks .left .form_advise .row {
  margin-bottom: 15px;
}
.geeks .form-geeks .left .form_advise .row .input-box {
  position: relative;
  width: 100%;
}
.geeks .form-geeks .left .form_advise .row .input-box svg {
  position: absolute;
  top: 14px;
  left: 20px;
}
.geeks .form-geeks .left .form_advise .row .input-box input,
.geeks .form-geeks .left .form_advise .row .input-box select {
  padding: 5px 20px 5px 20px;
  height: 45px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #dddddd;
  font-size: 16px;
  outline: none;
  box-shadow: none;
  color: #3f3f3f;
  font-weight: 500;
}
.geeks .form-geeks .left .form_advise .row .input-box input:focus,
.geeks .form-geeks .left .form_advise .row .input-box select:focus {
  box-shadow: none;
  border-color: #0066aa;
}
.geeks .form-geeks .left .form_advise .row .input-box input::-moz-placeholder, .geeks .form-geeks .left .form_advise .row .input-box select::-moz-placeholder {
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 500;
}
.geeks .form-geeks .left .form_advise .row .input-box input::placeholder,
.geeks .form-geeks .left .form_advise .row .input-box select::placeholder {
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 500;
}
.geeks .form-geeks .left .form_advise .row .input-box label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 500;
}
.geeks .form-geeks .left .form_advise .row .request_advise {
  display: block;
  text-align: center;
  background: #4b5082;
  padding: 15px 0;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  height: 45px;
}
.geeks .form-geeks .left .form_advise .row:last-child {
  margin-bottom: 0;
}
.geeks .form-geeks .left .form_advise .row .input-box {
  padding-right: 0;
}
.geeks .form-geeks .video iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px;
}

.label_error {
  margin-top: 10px;
  text-align: left;
}

@keyframes textmove {
  0%, 100% {
    top: 48%; /* Điểm xuất phát và kết thúc cho chạy từ trên xuống dưới */
  }
  50% {
    top: 62%; /* Giữ nguyên giữa cho khoảng thời gian chuyển hướng */
  }
}
@keyframes textmove2 {
  0%, 100% {
    top: 40%;
  }
  50% {
    top: 60%;
  }
}
@media (max-width: 1600px) {
  .banner .banner-home {
    height: 548px; /* Chiều cao cố định cho banner */
    overflow: hidden;
  }
  .box-representative .title {
    top: 7%;
  }
}
@media (max-width: 1400px) {
  .banner .banner-home {
    height: 514px; /* Chiều cao cố định cho banner */
    overflow: hidden;
  }
  .box-representative .title {
    top: 7%;
  }
  .box-representative .title h2,
  .box-representative .title h3 {
    font-size: 36px;
  }
  .box-representative .slide-representative {
    top: 20%;
  }
  .box-representative .slide-representative .item .image .img-bgr {
    max-width: 80%;
  }
  .banner-bottom .slide-bottom .banner-image .text {
    top: 10%;
    width: 70%;
  }
  .banner-bottom .slide-bottom .banner-image .text h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .banner .banner-home .text {
    left: 8%;
    width: 85%;
  }
  .box-council .box-title {
    font-size: 36px;
  }
  .box-program .top-box-program .title-cat-program h2 {
    font-size: 36px;
  }
  .box-program .top-box-program .title-cat-program h1 {
    font-size: 36px;
  }
  .box-news .box-title {
    font-size: 36px;
  }
  .geeks {
    margin-bottom: 20px;
  }
  .geeks h1 {
    font-size: 36px;
  }
}
@media (max-width: 1040px) {
  .banner .banner-home {
    height: 390px; /* Chiều cao cố định cho banner */
    overflow: hidden;
  }
  .home_presentation {
    padding: 40px 0;
  }
  .banner-bottom .slide-bottom .banner-image .text h2 {
    font-size: 25px;
  }
  .banner-bottom .slide-bottom .banner-image .text h2 p,
  .banner-bottom .slide-bottom .banner-image .text h2 span {
    font-size: 25px;
  }
  .banner-bottom .slide-bottom .banner-image .text p,
  .banner-bottom .slide-bottom .banner-image .text span {
    font-size: 16px;
  }
  .banner-bottom .slide-bottom .banner-image .text p span,
  .banner-bottom .slide-bottom .banner-image .text span span {
    font-size: 16px;
  }
  .banner-bottom .box-icon {
    bottom: -70px;
  }
  .banner-bottom .box-icon .item_banner {
    padding: 18px;
  }
  .banner-bottom .box-icon .item_banner img {
    width: 120px;
    height: 120px;
  }
  .banner-bottom .box-icon .item_banner p {
    font-size: 12px;
    padding-top: 10px;
  }
  .box-council {
    padding: 40px 0;
  }
  .box-council .slide-council .item .item_hover .name {
    margin-bottom: 10px;
  }
  .box-program {
    padding-bottom: 70px;
  }
  .box-representative {
    padding-bottom: 0;
  }
  .box-representative .bgr_representative {
    height: 660px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .box-representative .title {
    top: 4%;
  }
  .box-representative .slide-representative {
    top: 14%;
  }
  .box-news {
    padding: 40px 0;
  }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    display: none;
  }
  .geeks .form-geeks .left .form_advise .row .input-box select {
    padding: 5px;
  }
  .geeks .form-geeks .left .form_advise .row .input-box label {
    font-size: 14px;
    left: 25px;
  }
}
@media (max-width: 960px) {
  .banner .banner-home {
    height: 344px; /* Chiều cao cố định cho banner */
    overflow: hidden;
  }
  .geeks .form-geeks {
    flex-direction: column;
    gap: 20px;
  }
  .geeks .form-geeks .left,
  .geeks .form-geeks .video {
    max-width: 100%;
  }
  .geeks .form-geeks .left iframe,
  .geeks .form-geeks .video iframe {
    min-height: 390px !important;
  }
  .box-representative .slide-representative .item .image .img-bgr {
    max-width: 100%;
  }
  .banner-bottom {
    margin-bottom: 30px;
  }
  .banner-bottom .box-icon {
    display: none;
  }
}
@media (max-width: 769px) {
  .banner .banner-home {
    height: unset; /* Chiều cao cố định cho banner */
  }
  .banner .banner-home .owl-carousel .owl-item img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner .banner-home .text {
    padding: 0;
    left: 10%;
    bottom: 20%;
  }
  .banner .banner-home .text .name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .banner .banner-home .text .sub {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 90%;
  }
  .banner .banner-home .text .sub p {
    font-size: 14px !important;
    margin-bottom: 10px;
  }
  .banner .banner-home .text .sub p span {
    font-size: 14px !important;
  }
  .banner .banner-home .text .see-more {
    font-size: 13px;
  }
  .banner .banner-home .owl-dots {
    bottom: 5%;
  }
  .banner .banner-home .owl-nav {
    display: block;
  }
  .banner .banner-home .owl-nav .owl-prev {
    background: rgba(109, 110, 113, 0.6) url(../../../../templates/default/images/prev.svg) center center no-repeat;
    width: 40px;
    height: 40px;
    top: 45%;
    left: 0px;
    position: absolute;
    opacity: 0.5;
  }
  .banner .banner-home .owl-nav .owl-prev span {
    display: none;
  }
  .banner .banner-home .owl-nav .owl-prev:hover {
    background: #f58220 url(../../../../templates/default/images/prev.svg) center center no-repeat;
    opacity: 1;
  }
  .banner .banner-home .owl-nav .owl-prev:focus, .banner .banner-home .owl-nav .owl-prev:focus-visible {
    outline: none;
    border: none;
  }
  .banner .banner-home .owl-nav .owl-next {
    background: rgba(109, 110, 113, 0.6) url(../../../../templates/default/images/next.svg) center center no-repeat;
    width: 40px;
    height: 40px;
    top: 45%;
    right: 0px;
    position: absolute;
    opacity: 0.5;
  }
  .banner .banner-home .owl-nav .owl-next span {
    display: none;
  }
  .banner .banner-home .owl-nav .owl-next:hover {
    background: #f58220 url(../../../../templates/default/images/next.svg) center center no-repeat;
    opacity: 1;
  }
  .banner .banner-home .owl-nav .owl-next:focus, .banner .banner-home .owl-nav .owl-next:focus-visible {
    outline: none;
    border: none;
  }
  #box1 .slide-products-pc {
    margin-top: 60px;
    position: relative;
    margin-bottom: -400px;
  }
  #box1 .slide-products-pc .carousel {
    position: unset;
  }
  #box1 .slide-products-pc .carousel-main {
    position: relative;
    z-index: 1;
  }
  #box1 .slide-products-pc .carousel-main .text {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    min-height: 180px;
  }
  #box1 .slide-products-pc .carousel-main .text .left {
    width: 400px;
    text-align: center;
  }
  #box1 .slide-products-pc .carousel-main .text .left p {
    color: #0066aa;
    font-weight: bold;
    font-size: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #box1 .slide-products-pc .carousel-main .text .left a {
    padding: 14px 16px;
    background: #0066aa;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 24px;
  }
  #box1 .slide-products-pc .carousel-main .text .left a:hover {
    background-color: #21c2ba;
  }
  #box1 .slide-products-pc .carousel-main .text .right {
    width: 280px;
  }
  #box1 .slide-products-pc .carousel-main .text .right p {
    margin: auto;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.38);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #box1 .slide-products-pc .carousel-main .carousel-cell {
    width: 100%;
    max-height: 480px;
    height: auto;
    font-size: 5rem;
  }
  #box1 .slide-products-pc .carousel-main .carousel-cell .img-responsive {
    height: 100% !important;
    max-width: 100%;
  }
  #box1 .slide-products-pc .carousel-nav {
    position: relative;
    top: -200px;
    z-index: 0;
  }
  #box1 .slide-products-pc .carousel-nav .slick-track {
    height: 600px !important;
    margin-top: 180px;
  }
  #box1 .slide-products-pc .carousel-nav .slick-track .slick-center .carousel-cell {
    opacity: 1 !important;
  }
  #box1 .slide-products-pc .carousel-nav .slick-track .slick-center .carousel-cell .image-nav {
    position: absolute;
    top: -70px;
    margin-top: 0 !important;
  }
  #box1 .slide-products-pc .carousel-nav .slick-track .slick-center .carousel-cell .image-nav p {
    display: none;
  }
  #box1 .slide-products-pc .carousel-nav .carousel-cell {
    width: 200px;
    height: 200px;
    cursor: pointer;
    opacity: 0.6;
    bottom: 100px;
    margin: 0 30px;
    margin-top: 50px;
    position: relative;
  }
  #box1 .slide-products-pc .carousel-nav .carousel-cell .image-nav {
    display: block;
    width: 250px;
    margin-top: 120px;
  }
  #box1 .slide-products-pc .carousel-nav .carousel-cell .image-nav img {
    height: 250px;
    display: block;
    margin: auto;
  }
  #box1 .slide-products-pc .carousel-nav .carousel-cell .image-nav .img-title {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #box1 .slide-products-pc .carousel-nav .carousel-cell:before {
    transform: rotate(-90deg);
  }
  #box1 .slide-products-pc .slick-center {
    opacity: 1 !important;
    height: 500px;
  }
  #box1 .slide-products-pc .slick-center .image-nav img {
    height: 500px !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #box1 .slide-products-pc .slick-center .image-nav .img-title {
    display: none;
  }
  #box1 .slide-products-mobile {
    margin-top: 60px;
    position: relative;
    margin-bottom: -400px;
  }
  #box1 .slide-products-mobile .carousel {
    position: unset;
  }
  #box1 .slide-products-mobile .carousel-main {
    position: relative;
    z-index: 1;
  }
  #box1 .slide-products-mobile .carousel-main .text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 140px;
  }
  #box1 .slide-products-mobile .carousel-main .text .left {
    text-align: center;
  }
  #box1 .slide-products-mobile .carousel-main .text .left p {
    color: #0066aa;
    font-weight: bold;
    font-size: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #box1 .slide-products-mobile .carousel-main .text .left a {
    padding: 14px 16px;
    background: #0066aa;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 24px;
  }
  #box1 .slide-products-mobile .carousel-main .text .left a:hover {
    background-color: #21c2ba;
  }
  #box1 .slide-products-mobile .carousel-main .text .right p {
    margin: auto;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.38);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #box1 .slide-products-mobile .carousel-main .carousel-cell {
    width: 100%;
    max-height: 480px;
    height: auto;
    font-size: 5rem;
  }
  #box1 .slide-products-mobile .carousel-main .carousel-cell .img-responsive {
    height: 100% !important;
    max-width: 100%;
  }
  #box1 .slide-products-mobile .carousel-nav {
    position: relative;
    top: -200px;
    z-index: 0;
  }
  #box1 .slide-products-mobile .carousel-nav .slick-track {
    height: 600px !important;
    margin-top: 180px;
  }
  #box1 .slide-products-mobile .carousel-nav .slick-track .slick-center .carousel-cell {
    opacity: 1 !important;
  }
  #box1 .slide-products-mobile .carousel-nav .slick-track .slick-center .carousel-cell .image-nav {
    margin: auto;
  }
  #box1 .slide-products-mobile .carousel-nav .slick-track .slick-center .carousel-cell .image-nav img {
    height: 350px !important;
  }
  #box1 .slide-products-mobile .carousel-nav .slick-track .slick-center .carousel-cell .image-nav p {
    display: none;
  }
  #box1 .slide-products-mobile .carousel-nav .carousel-cell {
    width: 200px;
    height: 200px;
    cursor: pointer;
    opacity: 0.6;
    bottom: 100px;
    margin: 0 30px;
    margin-top: 50px;
    position: relative;
    /* selected cell */
  }
  #box1 .slide-products-mobile .carousel-nav .carousel-cell .image-nav {
    display: block;
    width: 250px;
    margin-top: 70px !important;
  }
  #box1 .slide-products-mobile .carousel-nav .carousel-cell .image-nav img {
    height: 250px;
    display: block;
    margin: auto;
  }
  #box1 .slide-products-mobile .carousel-nav .carousel-cell .image-nav .img-title {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #box1 .slide-products-mobile .carousel-nav .carousel-cell:before {
    transform: rotate(-90deg);
  }
  #box1 .see-more {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
  }
  #box1 .see-more a {
    padding: 12px 18px;
    font-size: 12px;
  }
  #box2 {
    padding-bottom: 20px;
  }
  #box2 .container .title {
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #box2 .container .news-home .slide-news .owl-stage-outer .owl-stage .owl-item .news-item .news .news_title {
    margin: 10px 0;
    font-size: 14px;
    height: 40px;
  }
  #box2 .container .news-home .slide-news .owl-stage-outer .owl-stage .owl-item .news-item .news .time {
    font-size: 12px;
  }
  .home_presentation {
    margin: 20px 0;
    flex-direction: column-reverse;
  }
  .home_presentation .left {
    width: 100%;
  }
  .home_presentation .right {
    width: 100%;
  }
  .home_presentation .right .top {
    margin-top: 0px;
    padding: 20px 40px;
    font-size: 20px;
  }
  .home_presentation .right .bottom {
    padding: 20px;
  }
  .banner-bottom .slide-bottom .banner-image .text {
    top: 5%;
    width: 100%;
    padding: 15px;
  }
  .banner-bottom .slide-bottom .banner-image .text h1,
  .banner-bottom .slide-bottom .banner-image .text h2 {
    font-size: 24px;
  }
  .box-council .box-title {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .box-council .slide-council .item .content .name {
    font-size: 16px;
  }
  .box-council .slide-council .owl-nav .owl-next {
    right: 5px;
  }
  .box-council .slide-council .owl-nav .owl-prev {
    left: 5px;
  }
  .box-program {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    margin-bottom: 20px;
  }
  .box-program .active h2 {
    font-size: 26px !important;
  }
  .box-program .list_cat_program {
    padding: 0 15px;
  }
  .box-program .list_cat_program .item .item_hover {
    height: 25%;
    padding: 12px;
  }
  .box-program .list_cat_program .item .item_hover .name {
    font-size: 17px;
  }
  .box-program .list_cat_program .right-content {
    display: none;
  }
  .box-program .list_cat_program .bgr {
    bottom: -20px;
    left: 0;
  }
  .box-representative {
    padding-bottom: 0;
  }
  .box-representative .bgr_representative {
    height: 900px;
  }
  .box-representative .slide-representative {
    top: 11%;
  }
  .box-representative .slide-representative .item {
    grid-gap: 20px;
    display: flex;
    flex-direction: column;
    padding: 50px 30px 30px;
  }
  .box-representative .slide-representative .item .image {
    height: 370px;
  }
  .box-representative .slide-representative .item .image .img-bgr {
    max-width: 50%;
    transform: translateX(-50%);
  }
  .box-representative .slide-representative .item .image .img-pupil {
    width: 260px;
    left: 50%;
  }
  .box-representative .slide-representative .item .content .name {
    font-size: 26px;
    text-align: center;
    margin-bottom: 0;
  }
  .box-representative .slide-representative .item .content .bottom {
    height: 100%;
    max-height: 270px;
  }
  .box-representative .slide-representative .owl-nav .owl-next {
    right: 5px;
  }
  .box-representative .slide-representative .owl-nav .owl-prev {
    left: 5px;
  }
  .box-representative .title {
    top: 5%;
  }
  .box-representative .title h3 {
    font-size: 26px;
  }
  .box-news .box-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .box-news .right-content {
    display: none;
  }
  .geeks {
    margin-top: 24px;
    margin-bottom: 0px;
  }
  .geeks h1 {
    font-size: 26px;
  }
  .geeks h3 {
    margin-bottom: 20px;
  }
  .geeks .form-geeks .left,
  .geeks .form-geeks .video {
    max-width: 100%;
  }
  .geeks .form-geeks .left iframe,
  .geeks .form-geeks .video iframe {
    height: 400px !important;
  }
  .geeks .form-geeks .left .form_advise .row,
  .geeks .form-geeks .video .form_advise .row {
    gap: 15px;
  }
  .geeks .form-geeks .input-box {
    padding-right: 15px !important;
  }
  .box-program .top-box-program .title-cat-program h1 {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .box-representative .bgr_representative {
    height: 850px;
  }
  .box-representative .slide-representative .item {
    padding: 0 30px;
  }
}
@media (max-width: 500px) {
  .box-council .slide-council .item .content {
    height: 100px;
  }
  .home_presentation {
    padding: 0;
  }
  .home_presentation .right .top {
    padding: 20px;
    font-size: 18px;
  }
  .slide-bottom .banner-image .img-pc {
    display: none;
  }
  .slide-bottom .banner-image .img-mobile {
    display: block !important;
    max-height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .box-program .top-box-program {
    margin-bottom: 20px;
    height: 215px;
  }
  .box-program .top-box-program .active h2 {
    font-size: 24px !important;
    width: 80%;
    margin: auto;
  }
  .box-program .top-box-program .active h4 {
    font-size: 15px;
    line-height: 30px;
  }
  .box-program .list_cat_program {
    padding: 0;
  }
  .box-program .list_cat_program .list-program {
    gap: 10px;
  }
  .box-program .list_cat_program .list-program .item .item_hover {
    height: 100%;
    padding: 10px;
    opacity: 0.8;
    gap: 10px;
  }
  .box-program .list_cat_program .list-program .item .item_hover .name {
    font-size: 12px;
  }
  .box-program .list_cat_program .list-program .item .item_hover .bottom {
    margin-top: 0;
  }
  .box-program .list_cat_program .list-program .item .item_hover .bottom .more {
    padding: 10px;
    font-size: 10px;
  }
  .box-representative {
    padding-bottom: 0;
  }
  .box-representative .bgr_representative {
    height: 940px;
  }
  .box-representative .slide-representative {
    top: 11%;
  }
  .box-representative .slide-representative .item {
    grid-gap: 20px;
    display: flex;
    flex-direction: column;
    padding: 50px 30px 30px;
  }
  .box-representative .slide-representative .item .image {
    height: 370px;
  }
  .box-representative .slide-representative .item .image .img-bgr {
    max-width: 90%;
    transform: translateX(-50%);
  }
  .box-representative .slide-representative .item .image .img-pupil {
    width: 260px;
    left: 50%;
  }
  .box-representative .slide-representative .item .content .name {
    font-size: 26px;
    text-align: center;
    margin-bottom: 0;
  }
  .box-representative .slide-representative .item .content .bottom {
    height: 100%;
    max-height: 270px;
  }
  .box-representative .slide-representative .owl-nav .owl-next {
    right: 5px;
  }
  .box-representative .slide-representative .owl-nav .owl-prev {
    left: 5px;
  }
  .box-representative .title {
    top: 5%;
  }
  .box-representative .title h3 {
    font-size: 26px;
  }
  .box-news .box-title {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .slide-council .owl-nav,
  .slide-representative .owl-nav,
  .slide-news .owl-nav {
    display: none !important;
  }
  .geeks h1 {
    font-size: 23px;
  }
  .geeks h3 {
    font-size: 15px;
  }
  .geeks h3 p {
    margin-bottom: 10px;
  }
  .geeks .form-geeks .left h4 {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .geeks .form-geeks .left .form_advise .row {
    margin-bottom: 0;
    gap: 0;
  }
  .geeks .form-geeks .left .form_advise .row .input-box {
    margin-bottom: 10px;
  }
  .geeks .form-geeks .left .form_advise .row .input-box input {
    padding: 5px;
  }
  .geeks .form-geeks .video iframe {
    height: 200px !important;
  }
}
@media (max-width: 450px) {
  .box-council {
    padding: 0;
  }
  .box-council .slide-council .item .image img {
    height: unset;
  }
  .box-council .slide-council .item .image .img-council {
    bottom: -30px;
    left: 45%;
    transform: scale(0.9) translateX(-50%);
  }
}
@media (min-width: 770px) and (max-width: 1024px) {
  .container {
    padding: 0 10px !important;
  }
}/*# sourceMappingURL=home.css.map */