.title-category{
  background-color: var(--color-main);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  padding: 7px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tt_list_td{background-color: #F7F7F7;}
.view-more-link{}
.view-more-link a{
  display: inline-block;
  text-decoration: none;
  padding: 10px 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: var(--color-main);
  font-size: 14px;
  border-radius: 5px;
}
.view-more-link a:hover{}

.footer_masonry {
  column-count: 3; 
  column-gap: 1.5rem;
}

.footer_col {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5rem;
}

@media(max-width: 768px){
  .footer_masonry {
      column-count: 1;
  }
}

@media(min-width: 768px) and (max-width: 992px){
  .footer_masonry {
      column-count: 2;
  }
}

.top-nav-about{
  border-bottom: 1px solid #ccc;
  position: sticky;
  top: 0;
  z-index: 0;
  z-index: 12;
  background: #fff;
}
.top-nav-about ul{
  padding: 0px;
  margin: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.top-nav-about ul li{
  position: relative;
  z-index: 99;
  -ms-flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
  text-align: center;
}
.top-nav-about ul li a{
  text-decoration: none;
  color: #333;
  padding: 12px 5px;
  position: relative;
}
.top-nav-about ul li a:after{content:"";width: 100%;position: absolute;height: 2px;bottom: 0;left: 0;}
.top-nav-about ul li a.active:after,.top-nav-about ul li a:hover:after{
  background: var(--color-main);
}

.title-main.title-end .animate-border:after{}
.title-main.title-end{
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
.title-main {
  margin-bottom: 0;
  text-align: center;
}

.title-main.sub-main span {
  text-transform: uppercase;
  color: #f70203;
  font-weight: 700;
  font-size: 26px;
}
.timeline-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 50px 0;
  flex-wrap: nowrap;
}
.timeline-item:after {
content: "";
position: absolute;
top: 85px;
left: 50%;
right: 0;
height: 2px;
background: #004aad;
z-index: -1;
width: 100%;
}
.timeline-item:last-child:after {
display:none;
}
.timeline-item {
  text-align: center;
  flex: 1;
  position: relative;
  padding: 0 10px;
}

.timeline-marker {
  position: relative;
  margin-bottom: 20px;
}

.timeline-year {
  font-weight: 600;
  color: #004aad; /* mÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â u xanh */
  margin-bottom: 10px;
}

.timeline-image {
  background: #e30613; /* ÃƒÆ’Ã¢â‚¬Å¾ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â */
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.timeline-image img {
  max-width: 50%;
  max-height: 50%;
  filter: brightness(0) invert(1); /* icon thÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â nh trÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¯ng */
}

.timeline-text h4 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}


/* ========== Responsive ========== */
@media (max-width: 991.98px) {
  .timeline-container {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .timeline-container::before {
    top: 0;
    bottom: 0;
    left: 45px; /* cÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€ Ã¢â‚¬â„¢n giÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¯a vÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â²ng trÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â²n */
    right: auto;
    width: 2px;
    height: 100%;
  }
.timeline-item:after{
  top: 70px;
  display: none;
}
  .timeline-item {
    align-items: flex-start;
    margin-bottom: 40px;
    flex: unset;
    width: 33.333%;
    position: relative;
  }

  .timeline-marker {
  }

  .timeline-year {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .timeline-text h4 {
    font-size: 14px;
  }
}
@media(max-width:768px){
  
  .timeline-image {
  flex-grow: 0;
  min-width: 90px;
  flex: 0 0 90px;
  margin: 0;
  }

}
@media (max-width: 425px) {

.timeline-item:after {display:none}

   .timeline-item {
    align-items: flex-start;
    margin-bottom: 25px;
    flex: unset;
    width: 100%;
    position: relative;
    text-align: left;
  }
}


.about-section .custom-about-vision{
  position: absolute;
  z-index: 2;
}

.about-section{
  /* background: #F9F9F9; */
  /* padding: 30px 0; */
}
.about-section .vision-item{
  position: relative;
  z-index: 2;
}
.about-section .vision-item .title{
  margin-bottom: 10px;
}
.about-section .vision-item .title span{
  font-weight: bold;
  color: var(--color-main);
  font-size: 1.7rem;
}
.about-section .vision-item .content{
  font-size: 1rem;
  line-height: 1.6;
}
 #vision:after{content:"";background: var(--color-main);position: absolute;width: 40%;height: 100%;left: 0;top: 0;z-index: 1;}

/* ========== Mission Swiper ========== */
.mission-swiper {
  position: relative;
  /* padding: 0 50px; */
}

.mission-swiper .swiper-slide {
  height: auto;
}

.mission-item {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 10px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.mission-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.mission-image svg image{
  width: 400px;
  height: 270px;
  object-fit: cover;
  position: absolute;
}
.mission-image svg{
  width: 100%;
  height: auto;
  position: relative;
}
.mission-image {
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 10px;
}

.mission-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.mission-text h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-blue);
  margin-bottom: 15px;
  line-height: 1.3;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-text p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

/* Mission Swiper Navigation */
.mission-swiper .swiper-button-next,
.mission-swiper .swiper-button-prev {
  width: 45px;
  height: 45px;
  background: var(--color-main);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.mission-swiper .swiper-button-next:hover,
.mission-swiper .swiper-button-prev:hover {
  background: #d32f2f;
  transform: scale(1.1);
}

.mission-swiper .swiper-button-next:after,
.mission-swiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.mission-swiper .swiper-button-next {
  right: 0;
}

.mission-swiper .swiper-button-prev {
  left: 0;
}

/* Mission Swiper Pagination */
.mission-swiper .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

.mission-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ddd;
  opacity: 1;
  transition: all 0.3s ease;
}

.mission-swiper .swiper-pagination-bullet-active {
  background: var(--color-main);
  transform: scale(1.2);
}

/* ========== Mission Responsive ========== */
@media (max-width: 1200px) {
  .mission-swiper {
      padding: 0 40px;
  }
  
  .mission-item {
      padding: 25px 20px;
  }
  
  .mission-text h4 {
      font-size: 16px;
      min-height: 40px;
  }
  
  .mission-text p {
      font-size: 13px;
  }
}

@media (max-width: 991.98px) {
  .mission-swiper {
      padding: 0 30px;
  }
  
  .mission-item {
      padding: 20px 15px;
  }
  
  .mission-image {
      /* width: 70px; */
      /* height: 70px; */
      /* margin-bottom: 15px; */
  }
  
  .mission-text h4 {
      font-size: 15px;
      min-height: 36px;
      margin-bottom: 12px;
  }
  
  .mission-text p {
      font-size: 12px;
  }
}

@media (max-width: 768px) {





  #vision:after{display:none}
  .about-section .custom-about-vision{
  position: static;
  display: none;
}
  .mission-swiper {
      padding: 0 20px;
  }
  
  .mission-swiper .swiper-button-next,
  .mission-swiper .swiper-button-prev {
      width: 40px;
      height: 40px;
      font-size: 16px;
  }
  
  .mission-swiper .swiper-button-next:after,
  .mission-swiper .swiper-button-prev:after {
      font-size: 16px;
  }
  
  .mission-item {
      padding: 18px 12px;
  }
  
  .mission-image {
      /* width: 60px; */
      /* height: 60px; */
      /* margin-bottom: 12px; */
  }
  
  .mission-text h4 {
      font-size: 14px;
      min-height: 32px;
      margin-bottom: 10px;
  }
  
  .mission-text p {
      font-size: 11px;
      line-height: 1.5;
  }
}

@media (max-width: 576px) {
  .mission-swiper {
      padding: 0 15px;
  }
  
  .mission-swiper .swiper-button-next,
  .mission-swiper .swiper-button-prev {
      width: 35px;
      height: 35px;
      font-size: 14px;
  }
  
  .mission-swiper .swiper-button-next:after,
  .mission-swiper .swiper-button-prev:after {
      font-size: 14px;
  }
  
  .mission-item {
      padding: 15px 10px;
      border-radius: 8px;
  }
  
  .mission-image {
      /* width: 50px; */
      /* height: 50px; */
      /* margin-bottom: 10px; */
  }
  
  .mission-text h4 {
      font-size: 13px;
      min-height: 28px;
      margin-bottom: 8px;
  }
  
  .mission-text p {
      font-size: 10px;
      line-height: 1.4;
  }
}





.pyramid-container {
position: relative;
overflow: hidden;
}

.pyramid {display: flex;flex-direction: column;align-items: end;justify-content: end;position: relative;padding-top: 40px;overflow: hidden;}

/* mÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Âi dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â²ng */
.branch-row:last-child {margin-bottom:0}
.branch-row {
display: flex;
width: 100%;
margin: 10px 0;
}

/* thanh xanh giÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¯a */
.branch-shape {
background: #1f4e79;
padding: 7px 30px;
font-weight: bold;
text-align: center;
color: #fff;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
clip-path: polygon(25px 0, calc(100% - 25px) 0, 100% 100%, 0 100%);
}

/* info bÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âªn phÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£i */
.branch-info:after {content:"";position: absolute;width: 50px;height: 100%;background: #dae5f0;top: 0;left: -50px;}
.branch-info {
background: #dae5f0;
color: #000;
font-size: 13px;
flex-grow: 1;
position: relative;
z-index: 1;
display: flex;
align-items: center;
}
.pyramid-container .c{
  position: absolute;
  width: 50%;
  left: 0;
  height: calc(100% + 40px);
}
.pyramid-container .c::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;      /* auto full width */
  height: 100%;     /* auto full height */
  background: red;
  clip-path: polygon(calc(50% + 0px) 0, calc(100% - 20px) 100% , 0 calc(100% + 40px)); /* tam giÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡c ÃƒÆ’Ã¢â‚¬Å¾ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â */
  z-index: 0;
}



/* cÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡c tÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â§ng thu hÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¹p dÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â§n */
.branch-row .branch-title {
  display: flex;
  justify-content: end;
  position: relative;
  z-index: 2;
  }


/* responsive */
@media (max-width: 768px) {
.branch-row {
  flex-direction: column;
  text-align: center;
}
.branch-info {
  margin-top: 10px;
  border-left: none;
  border-top: 4px solid #d71920;
}
}
  

.title-end .animate-border{
  position: absolute;
  right: 0;
  top: 100%;
}
.title-end{
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
  position: relative;
}





.director-item {
  display: block;
  text-align: center;
  text-decoration: none;
  color: inherit;
  padding: 20px 10px;
}
.director-image:after {
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 4px solid #fff;
  border-radius: 50%;
}
.director-image {
  width: 220px; /* bÃƒÂ¡Ã‚ÂºÃ‚Â¡n chÃƒÂ¡Ã‚Â»Ã¢â‚¬Â°nh theo nhu cÃƒÂ¡Ã‚ÂºÃ‚Â§u */
  height: 220px;
  margin: 0 auto 15px;
  border: 2px solid #e00000; /* viÃƒÂ¡Ã‚Â»Ã‚Ân Ãƒâ€žÃ¢â‚¬ËœÃƒÂ¡Ã‚Â»Ã‚Â */
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  background: #EBEBEB;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: relative;
}
.director-image:hover img { transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1);
}
.director-image img {
    transition:0.4s ease;
    transform:scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #EBEBEB;
  border-radius: 50%;
}

.director-content h4 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}

.director-content p {
  font-size: 16px;
  font-weight: 700;
  color: #0056b3; /* xanh Ãƒâ€žÃ¢â‚¬ËœÃƒÂ¡Ã‚ÂºÃ‚Â­m */
  text-transform: uppercase;
  margin: 0;
}
#achievements{
  background:url(../images/bg-7.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
#achievements .achivement-title:after{
  content:"";
  width: 100px;
  height: 1px;
  background: #0EA41B;
  position: absolute;
  bottom: 0;
  left: 0;
}
#achievements .achivement-title{
  position: relative;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#achievements .achivement-content{
  font-size: 16px;
  line-height: 1.6;
}

#achievements .achivement-item{
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5px;
}
#achievements .achivement-item span{
  background: #fff;
  color: red;
  width: 57px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  padding: 10px 0;
  margin-right: 10px;
}  
#achievements .achivement-item p{
  font-size: 17px;
}  




/* sole trÃƒÆ’Ã‚Â¡i phÃƒÂ¡Ã‚ÂºÃ‚Â£i */
#achievements  .item-1,#achievements  .item-5 {
 margin-left:60px;
}
.text-justify{
  text-align: justify;
}
.certificates.swiper-button-next:after,.certificates.swiper-button-prev:after{
  transform: scale(0.5);
}
.certificates.swiper-button-next,.certificates.swiper-button-prev{
  border: 1px solid #278F30;
  color: #fff;
  font-size: 8px !important;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  color: #278F30;
  right: 0;
}
.certificates.swiper-button-prev{left: 0;right:auto}
.certificates-swiper{
  margin-left: 40px !important;
  margin-right: 40px !important;
  overflow: hidden !important;
}

.certificates-item{}
.certificates-item {
}
.certificates-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--color-blue);
  padding: 10px;
}
.certificates-text h4{
  text-align: center;
  font-size: 0.9rem;
  margin: 0.8rem 0;
}
.certificates-image img{
  transition: transform 1s ease-in-out;
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -ms-transition: transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
}
.certificates-image:hover img{
  animation: shake 0.4s linear infinite;
}

@keyframes shake {
  0% { transform: translate(0, 0) rotate(0deg); }
  20% { transform: translate(-1px, 0) rotate(-1deg); -webkit-transform: translate(-1px, 0) rotate(-1deg); -moz-transform: translate(-1px, 0) rotate(-1deg); -ms-transform: translate(-1px, 0) rotate(-1deg); -o-transform: translate(-1px, 0) rotate(-1deg); }
  40% { transform: translate(1px, 0) rotate(1deg); -webkit-transform: translate(1px, 0) rotate(1deg); -moz-transform: translate(1px, 0) rotate(1deg); -ms-transform: translate(1px, 0) rotate(1deg); -o-transform: translate(1px, 0) rotate(1deg); }
  60% { transform: translate(-1px, 0) rotate(-1deg); -webkit-transform: translate(-1px, 0) rotate(-1deg); -moz-transform: translate(-1px, 0) rotate(-1deg); -ms-transform: translate(-1px, 0) rotate(-1deg); -o-transform: translate(-1px, 0) rotate(-1deg); }
  80% { transform: translate(1px, 0) rotate(1deg); -webkit-transform: translate(1px, 0) rotate(1deg); -moz-transform: translate(1px, 0) rotate(1deg); -ms-transform: translate(1px, 0) rotate(1deg); -o-transform: translate(1px, 0) rotate(1deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}

.partner-item-image{
  cursor:pointer;
  overflow: hidden;
  background: #fff;
  position: absolute;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s 
ease all;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-item-image:hover img{
  transform: scale(1.1);
}
.partner-item-image img{
  position: absolute;
  margin: 0;
  transition: 0.5s ease all;
  transform: scale(1);
}


.people-header {
color: #fff;
position: relative;
}

.people-header .wrapper-people-header {
background: linear-gradient(
161deg, var(--primary) 0%, rgb(0 0 0 / 52%) 100%);
margin: 20px 0;
border-radius: 10px;
overflow: hidden;
border-radius: 20px;
background: linear-gradient(180deg, #ECA300 0%,var(--color-main) 100%);
}

.people-header .container {
position: relative;
z-index: 2;
}

.people-avatar {
text-align: center;
}

.people-avatar img {
width: 100%;
}

.people-info {
color: #fff;
}

.people-name {
font-size: 2.1rem;
font-weight: 700;
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
}

.people-position {
font-size: 1.1rem;
font-weight: 500;
margin-bottom: 10px;
opacity: 0.9;
}

.people-meta {
margin-bottom: 30px;
}

.people-meta p {
margin-bottom: 8px;
font-size: 1rem;
}

.people-meta strong {
font-weight: 600;
margin-right: 5px;
}

.people-meta a {
color: #fff;
text-decoration: underline;
}

.people-meta a:hover {
color: rgba(255,255,255,0.8);
}

.people-actions {
display: flex;
gap: 15px;
flex-wrap: wrap;
}

.btn-download,
.btn-vcard {
background: #fff;
color: var(--color-main);
border: 2px solid #fff;
padding: 10px 20px;
font-weight: 600;
text-decoration: none;
border-radius: 10px;
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
}

.btn-download:hover,
.btn-vcard:hover {
background: transparent;
color: #fff;
border-color: #fff;
}

/* Main Content */
.people-detail-wrapper .people-content {
padding: 60px 0;
}

.people-detail-wrapper .content-section {
margin-bottom: 50px;
}

.people-detail-wrapper .section-title ,.custom-section-title {
font-size: 1.8rem;
font-weight: 700;
color: var(--primary);
margin-bottom: 0;
padding-bottom: 10px;
position: relative;
}

.people-detail-wrapper .section-title::after ,.custom-section-title:after {
content: '';
position: absolute;
bottom: -3px;
left: 0;
width: 50px;
height: 3px;
/* background: var(--second); */
}

.people-detail-wrapper  .section-content {
font-size: 1rem;
line-height: 1.7;
color: #333;
}

.people-detail-wrapper  .section-content p {
margin-bottom: 15px;
}

.people-detail-wrapper .practice-list,
.people-detail-wrapper .publications-list {
list-style: none;
padding-left: 0;
}

.people-detail-wrapper .practice-list li,
.people-detail-wrapper .publications-list li {
position: relative;
padding-left: 25px;
margin-bottom: 10px;
line-height: 1.6;
}

.practice-list li::before,
.people-detail-wrapper .publications-list li::before {
content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶';
position: absolute;
left: 0;
color: var(--primary);
font-size: 0.8rem;
top: 2px;
}

/* Sidebar */
.people-detail-wrapper .people-sidebar {
padding-left: 20px;
}

.people-detail-wrapper .sidebar-box {
background: #f8f9fa;
border-radius: 10px;
margin-bottom: 30px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.people-detail-wrapper .sidebar-title {
background: var(--primary);
color: #fff;
font-size: 1.2rem;
font-weight: 600;
margin: 0;
padding: 15px 20px;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.people-detail-wrapper .sidebar-content {
padding: 20px;
}

.people-detail-wrapper .sidebar-content ul {
list-style: none;
padding: 0;
margin: 0;
}

.people-detail-wrapper .sidebar-content ul li {
padding: 8px 0;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 20px;
}

.people-detail-wrapper .sidebar-content ul li:last-child {
border-bottom: none;
}

.people-detail-wrapper .sidebar-content ul li::before {
content: '';
position: absolute;
left: 0;
color: var(--primary);
font-weight: bold;
}

/* Related People */
.people-detail-wrapper .related-person-item {
padding: 15px 0;
border-bottom: 1px solid #eee;
}

.people-detail-wrapper .related-person-item:last-child {
border-bottom: none;
}

.people-detail-wrapper .related-person-item img {
width: 50px;
height: 50px;
object-fit: cover;
}

.people-detail-wrapper .related-person-item h5 {
font-size: 1rem;
margin-bottom: 5px;
}

.people-detail-wrapper .related-person-item h5 a {
color: var(--primary);
text-decoration: none;
font-weight: 600;
}

.people-detail-wrapper .related-person-item h5 a:hover {
color: var(--second);
}

.people-detail-wrapper .related-person-item p {
font-size: 0.9rem;
color: #666;
}

/* Contact Box */
.people-detail-wrapper .contact-box .sidebar-content {
padding: 15px 20px;
}

.people-detail-wrapper .contact-item {
display: flex;
align-items: center;
margin-bottom: 15px;
font-size: 0.95rem;
}

.people-detail-wrapper .contact-item:last-child {
margin-bottom: 0;
}

.people-detail-wrapper .contact-item i {
width: 20px;
color: var(--primary);
margin-right: 10px;
font-size: 1rem;
}

.people-detail-wrapper .contact-item a {
color: var(--primary);
text-decoration: none;
}

.people-detail-wrapper .contact-item a:hover {
color: var(--second);
text-decoration: underline;
}

/* Responsive */
@media (max-width: 1199px) {
.people-detail-wrapper .people-sidebar {
    padding-left: 0;
    margin-top: 40px;
}
}

@media (max-width: 768px) {



    .timeline-container {
        align-items: flex-start;
        flex-wrap: wrap;
    }

.timeline-item{        width: 50%;}






.people-name{font-size: 1.8rem;}
.top-nav-about{display: none;}
  #achievements  .item-1,#achievements  .item-5 {
 margin-left:0px;
 /* width: calc(100% - 60px); */
}
  #achievements  .item-2,#achievements  .item-4,#achievements  .item-6 {
 margin-left: 50px;
 width: calc(100% - 50px);
}
.people-detail-wrapper .people-header {
    padding: 40px 0;
}

.people-detail-wrapper .people-name {
    font-size: 2rem;
}

.people-detail-wrapper .people-position {
    font-size: 1.1rem;
}

.people-detail-wrapper .people-meta .row {
    margin: 0;
}

.people-detail-wrapper .people-meta [class*="col-"] {
    padding: 0;
    margin-bottom: 15px;
}

.people-detail-wrapper .people-actions {
    justify-content: center;
}

.people-detail-wrapper .btn-download,
.people-detail-wrapper .btn-vcard {
    font-size: 0.9rem;
    padding: 8px 15px;
}

.people-detail-wrapper .people-content {
    padding: 40px 0;
}

.people-detail-wrapper .content-section {
    margin-bottom: 35px;
}

.people-detail-wrapper .section-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
}

@media (max-width: 576px) {
.timeline-year{font-size:17px}
  .timeline-container  .timeline-item:before{
    content:"";
    width: 4px;
    height: 100%;
    background: #064E9C;
    position: absolute;
    left: 53px;
    top: 100%;
  }
  .timeline-container .timeline-item:last-child:before{
      display: none;
  }

  .timeline-text{text-align: left}
  .timeline-item{width: 100%;position: relative;}
  .director-image{
    width: 170px;
    height: 170px;
}
  .director-content h4{
    font-size: 12px;
}
  .director-content p{
    font-size: 14px;
}
.people-detail-wrapper .people-name {
    font-size: 1.8rem;
}

.people-detail-wrapper .people-avatar img {
}

.people-detail-wrapper .people-actions {
    flex-direction: column;
    align-items: center;
}

.people-detail-wrapper .btn-download,
.people-detail-wrapper .btn-vcard {
    width: 200px;
    justify-content: center;
}
}

