.section-general-intro .block-so-lieu {
  height: 100%;
}
.section-executive-committee h2 {
  font-size: 1.75rem;
  width: 100%;
  display: block;
}

.secion-history .timeline-icon .img_border {
  border-radius: 50%;
  border: 2px dashed rgba(0, 0, 0, 0.2);
  padding: 40px;
  object-fit: cover;
  height: 410px;
  width: 410px;
  position: relative;
}
.secion-history .timeline-icon .img_border .img-cover {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  border: 6px solid #fff;
  background: #03649d;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
}

.secion-history .timeline-icon .img_border .img-cover img {
  top: 49%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -51%);
  width: 150px;
  height: 150px;
  object-fit: scale-down;
}

.secion-history .timeline .tineline-item .timecontent {
  text-align: right;
  padding: 30px 65px 30px 5px;
}

.secion-history .timeline .tineline-item .col-inner {
  width: 50%;
}

.secion-history .timeline .tineline-item .icons {
  background: #03649d;
  border: 2px solid #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 99px;
  padding: 22px 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.secion-history .timeline .timecontent {
  background-color: white;
  position: relative;
  width: 100%;
  position: relative;
  border: 1px solid #03649d;
  min-height: 125px;
}
.secion-history .timeline .col-inner:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #03649d;
  top: 50%;
  border-radius: 50%;
  z-index: 1;
}

.secion-history .timeline .tineline-item .col-inner {
  position: relative;
  background-color: inherit;
  width: 50%;
  display: inline-block;
}

.secion-history .timeline .left .col-inner {
  padding-right: 60px;
  left: 0;
  text-align: left;
}
.secion-history .timeline .left .timecontent .icons {
  right: -40px;
}
.secion-history .timeline .left .col-inner:after {
  right: -2px;
}

.secion-history .timeline .right .col-inner {
  padding-left: 60px;
  text-align: right;
  left: 50%;
}

.secion-history .timeline .right .timecontent {
  float: left;
  text-align: left;
  padding: 30px 5px 30px 65px;
}

.secion-history .timeline .right .col-inner:after {
  left: -6px;
}

.secion-history .timeline .right .timecontent .icons {
  left: -40px;
}

.secion-history .timeline {
  position: relative;
}

.secion-history .timeline:after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  top: 70px;
  bottom: 0;
  height: calc(100% - 130px);
  left: 50%;
  margin-left: -3px;
}
.secion-history .timeline-icon {
  position: relative;
  z-index: 10;
}

.secion-history .timeline {
  background-image: url("/wp-content/uploads/2025/07/map.png");
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

.sec_chucnang .col_sumenh.colg1 .col-inner {
  border-color: #f9b217;
}
.sec_chucnang .col_sumenh.colg1 .col-inner .text.number {
  border-color: #f9b217;
}
.sec_chucnang .col_sumenh.colg1 .col-inner .text.content {
  color: #f9b217;
}
.sec_chucnang .col_sumenh.colg2 .col-inner {
  border-color: #07b391;
}
.sec_chucnang .col_sumenh.colg2 .col-inner .text.number {
  border-color: #07b391;
}
.sec_chucnang .col_sumenh.colg2 .col-inner .text.content {
  color: #07b391;
}
.sec_chucnang .col_sumenh.colg3 .col-inner {
  border-color: #1f6db5;
}
.sec_chucnang .col_sumenh.colg3 .col-inner .text.number {
  border-color: #1f6db5;
}
.sec_chucnang .col_sumenh.colg3 .col-inner .text.content {
  color: #1f6db5;
}
.sec_chucnang .col_sumenh .col-inner {
  padding: 40px 28px 30px;
  border-radius: 20px;
  position: relative;
  border: 2px solid;
  height: 100%;
  text-align: center;
  background: #fff;
}
.sec_chucnang .col_sumenh .col-inner .text.number {
  display: flex;
  width: 60px;
  height: 60px;
  border: 6px solid;
  align-content: center;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  border-radius: 99px;
  line-height: 47px;
  margin: auto;
  top: -35px;
  position: absolute;
  background: #fff;
  z-index: 1;
  left: 0;
  right: 0;
}
.sec_chucnang .col_sumenh .col-inner .text.number p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sec_chucnang .col_sumenh .col-inner .text.content {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 576px) {
  .section-general-intro .block-so-lieu {
    margin-top: 2rem;
  }
  .section-executive-committee h2 {
    margin: 0 auto 1rem;
    font-size: 20px;
  }
  .secion-history .timeline-icon .img_border {
    height: 250px;
    width: 250px;
  }
  .secion-history .timeline-icon .img_border .img-cover img {
    height: 80px;
    width: 80px;
  }
  .secion-history .timeline:before {
    content: "";
    position: absolute;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    top: 120px;
    bottom: 0;
    height: 2px;
    margin-left: 3px;
    z-index: -1;
    left: 14px;
  }
  .secion-history .timeline:after {
    left: 20px;
    top: 120px;
    height: calc(100% + 120px);
    max-height: 900px;
  }
  .secion-history .timeline .tineline-item .col-inner {
    width: 100%;
    padding-left: 60px;
  }
  .secion-history .timeline .timecontent {
    padding: 30px 15px 30px 65px !important;
  }
  .secion-history .timeline .left .col-inner {
    padding-right: 0;
  }
  .secion-history .timeline .left .icons {
    right: unset;
    left: -40px;
  }
  .secion-history .timeline .left .col-inner:after {
    right: unset;
    left: 0;
  }
  .secion-history .timeline .right .col-inner {
    left: 0px;
  }
  .secion-history .timeline .right .col-inner:after {
    left: 0;
  }
  .secion-history .timeline .tineline-item .timecontent {
    text-align: right !important;
  }
  .secion-history .timeline .tineline-item {
    margin-bottom: 1rem;
  }
  .secion-history .timeline {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sec_chucnang .row .col {
    margin-bottom: 1rem;
  }
}
