.timeline-wrap {
    background-color: #fff;
    color: #333;
}

.year,
.description {
    color: #333;
}

.timeline-wrap .tm-list-col {
    display: flex;
}

.timeline-wrap .tm-list-col .tm-event .tm-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* display: flex; */
    /* align-items: center; */
    /* flex-direction: column; */
    /* justify-content: center; */
}

.timeline-wrap .tm-list-col .tm-event .tm-year {
    border: 0.1rem solid #214d29;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}



div#rm-scroll {
    transform: scale(1.5);
    background: #214d29;
    color: #fff;
}
div#rm-scroll:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/10/time-go.png);
    width: 5rem;
    background-repeat: no-repeat;
    height: 2rem;
    left: 3.8rem;
    /* padding-left: 5rem; */
    position: absolute;
    background-position: center;
    background-size: contain;
}
#timeline-section {
    z-index: 10;
    height: 100%;
    width: 100%;
}
.act-scale .tm-description p {
    font-size: 1rem !important;
    font-weight: bold;
}

.timeline-wrap .tm-list-col .tm-event .tm-year.act {
    background: #214d29;
    color: #fff;
}

.timeline-wrap .tm-list-col .tm-event .tm-content p {
    margin-bottom: 0;
}

.timeline-wrap .tm-list-col .tm-event .tm-content .tm-description p {
    font-size: 0.75rem;
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

#timeline-section {
    position: relative;
    height: 100%;
    width: 100%;
}

#timeline-section {
    z-index: 10;
    width: 100%;
}

/* set 2 */

/* timeline-section started */

.clearfix.tm-list-col.row-1 {
    padding-left: 1rem;
    position: relative;
    margin-bottom: 3rem;
}

.clearfix.tm-list-col.row-1:before {
    z-index: 4;
    content: "";
    border-radius: 8rem;
    border: 0.15rem solid #174d2d;
    position: absolute;
    left: 5.8rem;
    height: 12.6rem;
    top: 2.9rem;
    width: 68rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: transparent;
    /* border-bottom-color: transparent; */
    /* border-bottom-width: thin; */
}

.clearfix.tm-list-col.row-2 {
    position: relative;
    /* justify-content: center; */
    width: 65rem;
    /* margin-left: 4rem; */
    margin-bottom: 3rem;
    flex-direction: row-reverse;
}

.clearfix.tm-list-col.row-2:before {
    z-index: 4;
    padding: 0;
    content: "";
    border-radius: 8rem;
    border: 0.15rem solid #174d2d;
    position: absolute;
    left: -3rem;
    height: 13.6rem;
    top: 3rem;
    width: 9rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-color: transparent;
    /* border-top-width: thin; */
}

.clearfix.tm-list-col.row-3:before {
    z-index: 4;
    padding: 0;
    content: "";
    border-radius: 8rem;
    border: 0.15rem solid #174d2d;
    position: absolute;
    left: 4.8rem;
    height: 13.6rem;
    top: 3rem;
    width: 49rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: transparent;
    border-bottom: 0;
    border-right: 0;
    border-top-right-radius: 0;
}

.clearfix.tm-list-col.row-3 {
    /* left: 8rem; */
    position: relative;
    margin-bottom: 3rem;
}

.clearfix.tm-list-col.row-3:before {}

.timeline-wrap .tm-list-col .tm-event .tm-year.act {
    z-index: 10;
    background: #214d29;
    color: #fff;
}

.timeline-wrap .tm-list-col .tm-event .tm-year {
    z-index: 5;
}

.timeline-wrap .tm-list-col .tm-event .tm-year.act {
    transform: scale(1.5);
}

.timeline-wrap {
    background-color: #fff;
    color: #333;
    position: -webkit-sticky;
    /* for browser compatibility */
    position: sticky;
    top: 0.8rem;
    padding: 0.15rem;
}

.year,
.description {
    color: #333;
}

.timeline-wrap .tm-list-col {
    /* display: flex; */
}

.timeline-wrap .tm-list-col .tm-event .tm-content {
    /* display: flex; */
    /* align-items: center; */
    /* flex-direction: column; */
    /* justify-content: center; */
}

.timeline-wrap .tm-list-col .tm-event .tm-year {
    border: 0.1rem solid #214d29;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
    transition: all 0.5s ease;
}

.timeline-wrap .tm-list-col .tm-event .tm-year.act {
    background: #214d29;
    color: #fff;
}

.timeline-wrap .tm-list-col .tm-event .tm-content p {
    margin-bottom: 0;
}

.timeline-wrap .tm-list-col .tm-event .tm-content .tm-description p {
    color: #174d2d;
    font-size: 0.85rem;
    width: 11rem;
    margin: 0 auto;
    text-align: center;
}

h2.timeline-wrap-tit {
    font-size: 3rem;
    margin-bottom: 5rem;
    text-align: center;
}

h2.timeline-wrap-tit span {
    color: #ba8942;
}

.scroll-started .timeline-wrap .container {
    position: fixed;
    top: 0;
    /* margin-left: 2.5rem; */
}

h2.timeline-wrap-tit span {
    color: #ba8942;
}

.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 95%;
    margin: 0 auto;
}

.timeline-wrap .container {
    max-width: 74rem;
    margin: 2rem auto;
    left: 0;
    right: 0;
}
.clearfix.tm-list-col.row-2 .tm-event {
    margin-right: 5rem;
}
.clearfix.tm-list-col.row-3 .tm-event {
    margin-right: 11rem;
}

@media (max-width: 992px) {
    section#timeline-section {
        display: none;
    }
    h2.timeline-wrap-tit {
        
        padding-top:3rem;
        font-size: 4rem;
        margin-bottom: 5rem;
    }
    .z-4 {
        z-index: 555 !important;
    }
}

@media (max-width: 767px) {
    h2.timeline-wrap-tit {
        text-align:left!important;
                padding: 4rem 2rem 0rem 2rem;
        font-size: 2.8rem;
        margin-bottom: 5rem;
    }
}





/* mobile device started */




.left_content h3 {
    color: #003e2b;
    font-size: 2.5rem;
}
.timeline-mobile .timeline:before {
  content: '';
  position:absolute;
  height:100%;
  left:50%;
  width: 4px;
  top:-20px;
  background: #ba8942;
  z-index:1;
}
.timeline-mobile .timeline{
  position:relative;
  margin: 50px auto;
  width:1000px;
  padding:50px 0;
}


.timeline-mobile .timeline ul{
  margin:0;
  padding:0 ;
}

.timeline-mobile .timeline ul li{
  list-style:none;
  box-sizing:border-box;
  line-height:normal;
  position:relative;
  width:50%;
  padding: 35px 10px;
}

.timeline-mobile .timeline ul li .right_content h2{
  color: #003e2b;
  padding:0px 2px 18px 0px;
}
.timeline-mobile .timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}

.timeline-mobile .timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}

.timeline-mobile .left_content{
  padding-bottom:20px;
}

.timeline-mobile .timeline ul li:nth-child(odd):before{
  content: '';
  position:absolute;
  width: 15px;
  height: 15px;
  background: rgb(0 62 41);
  border-radius:50%;
  box-shadow: rgb(0 62 41);
  /* right: -21px; */
  /* top:24px; */
  z-index:1;
  /* left: 18rem; */
}

.timeline-mobile .timeline ul li:nth-child(even):before{
  content: '';
  position:absolute;
  width: 15px;
  height: 15px;
  background: rgb(0 62 43);
  border-radius:50%;
  /* box-shadow: 0 0 0 3px rgba(58,112,239,0.2); */
  left:-6px;
  top:24px;
}

.timeline-mobile .timeline ul li:nth-child(odd) .left_content{
  position:absolute;
  /* top:12px; */
  /* right:-165px; */
  margin:0;
  padding:8px 16px;
  color:#fff;
  /* box-shadow:0 0 0 3px rgba(59,112,239,0.3); */
  border-radius:18px;
}

.timeline-mobile .timeline ul li:nth-child(even) .left_content{
  position:absolute;
  top:12px;
  left:-165px;
  margin:0;
  padding:8px 16px;
  color:#fff;
  /* box-shadow:0 0 0 3px rgba(59,112,239,0.3); */
  border-radius:18px;
}

.act.big-des p {
    font-size: 1.1rem;
    text-align: center;
    font-weight: 600;
    color: #174d2d;
    padding-top: 0.4rem;
}

.act.big-des p span {
    font-size: 2rem;
    font-weight: 900;
}

@media (max-width: 992px){
    section.timeline-mobile {
    display: block !important;
}
    .timeline-mobile .timeline{
        
    width:100%;
  }
  .timeline-mobile .timeline:before{
    left:20px;
  }
  .timeline-mobile .timeline ul li:nth-child(odd),
  .timeline-mobile .timeline ul li:nth-child(even){
    width:100%;
    text-align:left;
    padding-left:50px;
  }
  
  .timeline-mobile .timeline ul li:nth-child(odd):before
    {
    top:-18px;
    left: 14px;
  }
  .timeline-mobile .timeline ul li:nth-child(even):before
  {
    top:-18px;
    left: 15px;
    z-index: 55;
  }
  
  .timeline-mobile .timeline ul li:nth-child(odd) .left_content,
  .timeline-mobile .timeline ul li:nth-child(even) .left_content
  {
    top:-34px;
    left: 22px;
    right:inherit;
  }

  
} 

@media (max-width: 992px){
    h3.timeline-wrap-tit {
        margin-top: 3rem;
        font-size: 4rem;
        margin-bottom: 5rem;
    }
}






@media (max-width: 767px){
    .timeline-mobile .timeline{
    margin: 37px auto;
    padding: 0;
  }
}





