/*.section_quotes{background:#4c98cf;padding:60px 0;position:relative;overflow:hidden;margin-bottom:0 !important;}*/
/*.section_quotes__quote{margin:0 0 10px 0;font-weight:600;line-height:1.6;font-size:18px;color:#fff;}*/
/*.section_quotes__author{margin:0;line-height:1.5;font-size:15px;color:#fff;}*/


/*.section_quotes__tag{display:inline-block;text-decoration:none;background:#fff;color:#4c98cf;border-radius:4px;padding:12px 18px;font-weight:700;font-size:14px;box-shadow:0 4px 12px rgba(0,0,0,.12);transition:background .3s,color .3s}*/
/*.section_quotes__tag:hover{background:#2a3a59;color:#fff}*/


/*@media (min-width: 1200px){*/
/*.section_quotes__quote{font-size:20px}*/
/*.section_quotes__author{font-size:16px}*/
/*}*/
/*@media (max-width:991px){*/
/*    .section_quotes{*/
/*     padding:2rem 0;   */
/*    }*/
/*}*/
/*@media (max-width:767px){*/
/*    .section_quotes__tag{*/
/*        margin-top:1rem;*/
/*    }*/
/*}*/
:root{
  --his-green:#539005; --his-green-2:#9AD34A; --his-text:#1A1A1A;
}
.page-about .bread-crumb{
      position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    right: 0;
    width: 100%;
    top:2rem;
    display:none;
}
.page-about .bread-crumb .bread-crumb__list{
    padding:0;
}

.section_gallery_about .hero-ovl__content{
    max-width:531px;
    margin-left:auto;
    text-align:center;
}
.section_gallery_about .hero-ovl__bottom{
           justify-content: center;
           margin-top:3rem;
}
.section_gallery_about .hero-ovl__title{
    color:var(--mainColor);
    margin-bottom:0;
}
@media (min-width:1200px){
      .section_gallery_about .hero-ovl .container {
        width: 1300px;
        }
}
@media (max-width:991px){
    .page-about .bread-crumb{
        top:1rem;
    }
    .section_gallery_about .hero-ovl__content .hero-ovl__image{
        max-width:100px;
    }
    .section_gallery_about .hero-ovl__title{
        max-width:250px;
    }
    .section_gallery_about .hero-ovl .container{
        margin-left:auto;
    }
    .section_gallery_about .hero-ovl {
        align-items: start;
        margin-top: 1rem;
    }
    .section_gallery_about .hero-ovl__bottom{
        margin-top:1rem;
    }
}

 /* ===== About (BEM) ===== */
.section_about{
    padding-top:2rem;
}
.section_about .section__heading{
    margin-bottom:1rem;
}

.about__bg--top-right{
    top:0;
    right:0;
}
.about__bg--bottom-left{
    bottom:-60px;
    left:0;
}
.about__body{ display:block; }
.about__intro{
    text-align:justify;
}
.about__intro h3{
        font-size: 24px;
    line-height: 30px;
    margin-bottom: 1rem;
    font-weight: 900;
    font-family: var(--font-brand);
    margin-top:0;
}

/* Gallery */
.about__gallery{
  margin-top: 20px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;                        /* Khoảng cách giữa các hình */
}
.about__item{ margin:0; }
.about__img{
  width:100%;
  display:block;
  border-radius:10px;  
}
@media (min-width:1500px){
    .about__intro{
    font-size:18px;
    line-height:24px;
}
}
@media (min-width:992px){
    .section_gallery_default_fullvh picture img{
        height: calc(100vh - 64px);
        object-fit: cover;
    }
}
/* ===== Responsive ===== */
@media (max-width: 991px){   
  .about__gallery{
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .about__intro{
    font-size:14px;
    line-height:20px;
  }
  .about__intro h3{
      font-size:18px;
      line-height:24px;
  }
    .advantage__card.swiper-slide-active .advantage__img img{
        height:200px;
    }
}
@media (max-width: 767px){    
  .about__intro{
    font-size:12px;
    line-height:18px;
  }
  .advantage__card.swiper-slide-active .advantage__img img{
      height:120px;
  }
}

@media (min-width:992px){
}

/*history*/
.section_history {
}
.section_history .section__heading{
        position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 5rem;
}
.history__slider{position:relative;}
.history__slide{position:relative;}

/* HERO */
.history__hero{position:relative;}
.history__media{
  width:100%;
  box-shadow: inset 0 -120px 120px rgba(255,255,255,.15);
}
.history__media img{
    width:100%;
}

/* NAV */
.history__nav .swiper__nav-btn{
    top:0;
    transform:none;
    position:relative;
    z-index:99;
}
.history__nav{
       position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}
.history__nav .container{
       display: flex
;
    justify-content: space-between;
}

/* TIMELINE */
.history__timeline{position:relative; margin-top:2rem;}
.history__timeline-line{
      position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    pointer-events: none;
    background: #65B005;
    top:16px;
    z-index:-1;
}
.history__ticks{display: flex
;
    justify-content: space-between;
    align-items: center;}
.history__tick{display:grid; justify-items:center; gap:4px; text-align:center;margin:0 auto;}
.history__tick-dot{width:25px; height:25px; border-radius:50%; background:#D9D9D9;box-sizing:border-box;}
.history__tick-year{font-weight:900; color:#98A2B3; font-size:1.5rem;font-family:var(--font-brand);}
.history__tick-date{font-size:12px; color:#7E8B9A;}
.history__tick--active .history__tick-dot{
    background:var(--his-green);
    width:32px;
    height:32px;
        display: flex
;
    align-items: center;
    justify-content: center;
}
.history__tick--active .history__tick-year{color:var(--his-green);}
.history__tick:not(.history__tick--active) img{
    display:none;
}

/* PANEL (dưới timeline) */
.history__panel{
    max-width:500px;
  margin: 1.5rem auto 0 auto; 
    padding:1rem;
    border-radius:15px;
    color:#65B005;
    font-weight:bold;
}
.history__panel ul{margin:0; line-height:1.6;}

.page .page__body .history__panel ul li::marker{
    color:#65B005;
}
@media (min-width:1500px){
    .history__panel{
        font-size: 18px;
    }
}

/* Tablet */
@media (max-width:1199.98px){
  .history__panel{max-width:560px;margin:0;margin-top:0.5rem;margin-left:auto;margin-right:auto}
  .history__ticks{gap:20px;}
}
@media (max-width:991px){
    .history__panel{
        max-width:200px;
        font-size:14px;
    }
    .section_history .section__heading{
        top:1rem;
    }
    .history__ticks{grid-template-columns:repeat(3,1fr);}
  .history__tick--slot-4{display:none;}
  .history__tick-dot{
      width:10px;
      height:10px;
  }
  .history__tick--active .history__tick-dot{
      width:1rem;
      height:1rem;
  }
  .history__tick-year{
      font-size:14px;
  }
  .history__nav{
      display:block;
      top:20%;
  }
  .history__panel ul{
      padding-left:0;
  }
  /*.section_history{*/
  /*    margin-bottom:0 !important;*/
  /*}*/
  .history__timeline-line{
    top:8px;
}
}
/* Mobile: timeline 3 cột (ẩn slot 4) */
@media (max-width:767.98px){
  .history__media img{
      height:220px;
      object-fit:cover;
  }
   .history__panel{
        max-width:200px;
        font-size:12px;
    }
    .history__tick-year{
        font-size:12px;
    }
}
/*end history*/
 .section_organization{
        padding:50px 0;
    }
        .team__list .row{
                justify-content: center;
        }
        .team__list .row:not(:last-child){
            margin-bottom:2rem;
        }
        .team__item{
            position:relative;
            text-align:center;
             border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    overflow:hidden;
    padding-bottom:1rem;
        }
        .team__item-image{
            position:relative;
            z-index:1;
            aspect-ratio: 229 / 319;
        }
         .team__item:before {
            content: "";
            height:80%;
            width:50%;
            background:#65B005;
            display:block;
            position:absolute;
            z-index:1;
            bottom:0;
            border-top-left-radius:20px;
        }
        .team__item:after {
    content: "";
    background: linear-gradient(180deg, rgba(242, 255, 226, 0) 0%, rgba(172, 216, 116, 0.5) 37.5%, #65B005 86.54%);
    height: 50%;
    display: block;
    width: 100%;
    position: absolute;
    bottom:0;
    z-index:2;
}
.team__item .team__item-text{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 10px 20px;
    color: #fff;
    z-index: 3;
    text-align:left;
}
.team__item .team__item-text p{
    margin-bottom:5px;
    font-size:18px;
    line-height:24px;
}
.team__viewmore {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
@media (max-width:991px){
    .team__item .team__item-text{
        line-height:100%;
    }
    .team__item .team__item-text p{
        font-size:14px;
        line-height:20px;
        margin-bottom:0;
    }
    .team__item .team__item-text{
        padding:5px
    }
    .team__item .team__item-text span{
        font-size:12px;
    }
    .team__viewmore{
        bottom:-15px;
    }
    .team__list .row:not(:last-child){
            margin-bottom:1rem;
        }
        .section_organization{
            padding:2rem 0;
        }
}
@media (max-width:767px){
    .team__item .team__item-text p,
    .team__item-lead .team__item-text span{
        font-size:12px;
    }
     .team__item .team__item-text span{
        font-size:10px;
    }
}
.achievements{
    position:relative;
}
.achievements__content{
    margin-top:1.5rem;
    max-width:350px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    font-weight:bold;
}
.section_achievements .swiper-backface-hidden .swiper-slide{
    opacity: 1!important;
}
.achievements__bg--bottom-left{
    bottom:0;
    left:0;
}
.achievements__bg--top-right{
    top:0;
    right:0;
}
.section_achievements .advantage:before, .section_achievements .advantage:after{
    display:none;
}
.section_achievements .advantage__card:not(.swiper-slide-active) .advantage__img img{
    height:70%;
}
.section_achievements .advantage__card.swiper-slide-active .advantage__img img{
height:100%;    
}
.section_achievements .advantage__card:not(.swiper-slide-active) .advantage__img{
        justify-content: right;
}
.section_achievements .advantage__card:not(.swiper-slide-active).swiper-slide-next .advantage__img{
        justify-content: left;
}
@media (min-width:992px){
    .section_achievements .achievements__content{
        font-size:18px;
    }
    .section_achievements .achievements__slider{
        max-width:90%;
        margin:0 auto;
    }
}
@media (max-width:991px){
    /*.section_achievements .advantage__img,*/
    /*.section_achievements .advantage__card.swiper-slide-active .advantage__img img{*/
    /*    height:180px !important;*/
    /*}*/
    .section_achievements .achievements__content{
        margin-top:10px;
        max-width:250px;
        margin-left:auto;
        margin-right:auto;
    }
    .section_achievements .advantage__img{
        height:180px !important;
    }
}
.section_gallery_default{
    margin-bottom:0 !important;
}