

    	.trapezium {
  			border-bottom: 100vh solid #008A9565;
		    border-left: 170px solid transparent;
		    height: 0;
		    float: right;
		    width: 50%;
		}



		.scrollfix .btn-scroll {
		    position: absolute;
		    bottom: 0px;
		    width: 200px;
		    margin: auto;
		    display: block;
		    padding-bottom: 40px;
		    left: 0;
		    right: 0;
		    text-transform: uppercase;
		    font-family: Roboto-Bold;
		    color: #000;
		    font-size: 17px;
		    text-align: center;
		    font-weight: 600;
        font-family: 'SaoChingcha';
		}

		.scrollfix.b1 .btn-scroll {
			color: #000;
		}

		.scrollfix .btn-scroll i {
		    width: 30px;
		    margin-top: 15px;
		    animation-duration: 2s;
		    animation-delay: 1s;
		    animation-iteration-count: infinite;
		    font-size: 25px;
		}

		.fadeInDown {
		    -webkit-animation-name: fadeInDown;
		    animation-name: fadeInDown;
		}
		@keyframes fadeInDown {
		   0% {
		      opacity: 0;
		      transform: translateY(-20px);
		   }
		   100% {
		      opacity: 1;
		      transform: translateY(0);
		   }
		} 

		.container{
			display: flex;
		    justify-content: center;
		    align-items: center;
		    height: 100%;
		    margin: auto;
		    width: 100%;
		    position: relative;
    		max-width: 1407px;

		}

		/*//////////////////////////////////////////////////////////////////////*/


.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline .outer.right{
	width: 100%;
    position: relative;
    background: inherit;
    float: left;
   /* min-height: 190px;*/
}

.timeline .outer.left{
	width: 100%;
    position: relative;
    background: inherit;
    float: left;
   /* min-height: 190px;*/
}

.timeline .outer.left img{
	position: absolute;
    bottom: calc(99% - 18px);
    max-width: 50%;
    right: 30px;
}

.timeline .outer.right img{
	position: absolute;
    bottom: 90%;
    max-width: 50%;
    left: 30px;
}

.timeline::after {
  /*content: '';
  position: absolute;
  width: 2px;
  background: #006E51;
  top: 100px;
  bottom: 0;
  left: 50%;
  margin-left: -1px;*/
}

.timeline .container_s.set_fixed1::after{
	bottom: -14%;
}



.timeline .container_s.first::before{
	content: '';
    position: absolute;
    width: 6px;
    background: #FF5A00;
    top: -70%;
    bottom: 65%;
    right: -3px;
    margin-left: 5px;
}

.timeline .container_s {
 
  position: relative;
  background: inherit;
  max-width: 50%;
  width: 50%;
}

.timeline .container_s.left{
	padding: 15px 80px 15px 0;
}

.timeline .container_s.right{
	 padding: 15px 0 15px 80px;
}

.timeline .container_s.left {
  /*left: 0;*/
  right: 50%;
  float: right;
}

.timeline .container_s.right {
  left: 50%;
}

/*clip-path: polygon(100% 65%, 0 0, 0 40%);*/


/*clip-path: polygon(100% 35%, 0 60%, 0 100%);*/
.timeline .container_s.left.box2 .content.s1::after{
  content: '';
  position: absolute;
  background: #fff;
  width: 50px;
  height: 30px;
  top: calc(50% - 12px);
  right: -40px;
  clip-path: polygon(100% 100%, 0 70%, 0 0);
}

.timeline .container_s.left.box2 .content.s2::after{
  content: '';
  position: absolute;
  background: #fff;
  width: 50px;
  height: 30px;
  top: calc(50% - 12px);
  right: -40px;
  clip-path: polygon(100% 0, 0 100%, 0 30%);
}

.timeline .container_s.right.box2 .content.s1::after{
  content: '';
  position: absolute;
  background: #fff;
  width: 50px;
  height: 30px;
  top: calc(50% - 12px);
  right: -40px;
  clip-path: polygon(0 100%, 100% 70%, 100% 0);
}

.timeline .container_s.right.box2 .content.s2::after{
  content: '';
  position: absolute;
  background: #fff;
  width: 50px;
  height: 30px;
  top: calc(50% - 12px);
  right: -40px;
  clip-path: polygon(0 0, 100% 100%, 100% 30%);
}

.timeline .container_s.box2 .content.s1{
	margin-bottom: 15px;
}

.timeline .container_s.box2 .content.s2{
	margin-top: 15px;
}

.timeline .container_s.left .content::after{
  content: '';
  position: absolute;
  background: #fff;
  width: 50px;
  height: 30px;
  top: calc(50% - 12px);
  right: -40px;
  clip-path: polygon(100% 50%, 0 1%, 0 100%);
}

.timeline .container_s.right .content::after{
  content: '';
  position: absolute;
  background: #fff;
  width: 50px;
  height: 30px;
      top: calc(50% - 12px);
    left: -40px;
  clip-path: polygon(0 50%, 100% 1%, 100% 100%);
}

.timeline .container_s::after {
  /*content: '';*/
  /*position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #006E51;
  border-radius: 16px;
  z-index: 1;*/
}

.timeline .container_s.right::after {
  left: -8px;
}

/*.timeline .container_s::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #006E51;
  z-index: 1;
}*/

.timeline .container_s.right::before {
  left: -8px;
}

.timeline .container_s .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 15px);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.timeline .container_s::after{
	content: '';
    position: absolute;
    width: 6px;
    background: #FF5A00;
    top: 76%;
    bottom: -30%;
    right: -3px;
    margin-left: 5px;
}

.timeline .container_s.fixe1::after{
	width: 6px;
    background: #FF5A00;
    bottom: -72%;
    right: -3px;
    margin-left: 5px;
} 

.timeline .container_s.fixe2::after{
	width: 6px;
    background: #FF5A00;
    top: 64%;
    bottom: -40%;
    right: -3px;
    margin-left: 5px;
} 

.timeline .container_s.fixe3::after{
	width: 6px;
    background: #FF5A00;
    top: 64%;
    bottom: -19%;
   /* bottom: -140px;*/
    right: -3px;
    margin-left: 5px;
} 

.timeline .container_s.last::after{
	display: none;
}

.timeline .container_s.left .date {
    right: -36px;
    background-color: transparent;
    z-index: 23;
}

.timeline .container_s.right .date {
      left: -36px;
    background-color: transparent;
    z-index: 23;
}

.timeline .container_s .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: #fff;
  border: 2px solid #006E51;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #006E51;
  z-index: 1;
}

.timeline .container_s.left .icon {
  right: 56px;
}

.timeline .container_s.right .icon {
  left: 56px;
}

.timeline .container_s .content {
  padding: 30px;
  background: #fff;
  position: relative;
  /*border-radius: 0 500px 500px 0;*/
}

.timeline .container_s.right .content {
  padding: 30px;
 /* border-radius: 500px 0 0 500px;*/
}

.timeline .container_s .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #006E51;
}

.timeline .container_s .content .reff{
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: normal;
	word-break: break-all;
	/*padding-left: 30%;*/
}
.timeline .outer.left .container_s .content .reff{
	padding-right: 18%;
	float: right;
    width: 100%;
    text-align: right;
    word-break: break-all;
}
.timeline .outer.right .container_s .content .reff{
	float: left;
    width: 100%;
    text-align: left;
	/*padding-left: 18%;*/
}

.timeline .container_s .content p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  font-family: 'THNiramitAS';
}


	@media screen and (max-width: 767px) {

	.timeline .container_s.left{
		left: 0;
		right: 0;
	}

	.top_tl::after{
		/*content: '';
	    position: absolute;
	    height: 6px;
	    background: #FF5A00;
	    top: 76%;
	    bottom: -36%;
	    right: -3px;
	    margin-left: 5px;*/
	}

  .timeline::after {
    left: 90px;
  }

  .timeline .outer img{
  	left: 30px;
  	right: 0;
  }

  .timeline .outer.left .container_s .content .reff{
  	text-align: left;padding-left: 12%;
  }

  .timeline .container_s.left {
    padding: 60px 0 60px 120px;
	}

	  .timeline .container_s.right {
	    padding: 60px 0 60px 120px;
	}

	.timeline .container_s.left .content::after{
		display: none;
	}

	.timeline .container_s.right .content::after{
		display: none;
	}

	  .timeline .container_s {
	    width: 100%;
	    max-width: 100%;
	    padding-left: 120px;
	    padding-right: 30px;
	    padding-bottom: 15px;
	    padding-top: 15px;
	  }

	  .timeline .container_s.right {
	    left: 0%;
	  }

	  .timeline .container_s.left::after, 
	  .timeline .container_s.right::after {
	    left: 42px;
	  }

	  .timeline .container_s.left.first::before{
	  	left: 42px;
	  	display: none;


	  }

  .timeline .container_s.left::before,
  .timeline .container_s.right::before {
    left: 42px;
    border-color: transparent #006E51 transparent transparent;
  }

  .timeline .container_s.first::before{
  	display: none;
  }

  .timeline .container_s.left .date,
  .timeline .container_s.right .date {
    right: auto;
    left: 15px;
  }

  .timeline .container_s.left .icon,
  .timeline .container_s.right .icon {
    right: auto;
    left: 146px;
  }

  .timeline .container_s.left .content,
  .timeline .container_s.right .content {
  /*	padding: 30px 30px 30px 90px !important;*/
   /* padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;*/
  }
	}

    @media screen and (min-width: 525px) and (max-width: 767px) {
    	.timeline .container_s.left{
    		padding: 80px 0 80px 120px;
    	}
    	.timeline .container_s.right{
    		padding: 80px 0 80px 120px;
    	}

	}

	.w50{
		width: 50%;
	}

	@media (max-width: 767px){
		.col-xs-12.col-xs-12{
			width: 100%;
		}
		.box-flex{
			flex-flow: column-reverse;
		}
		.outer_box_flex{
			padding-bottom: 100px;
		}

		.w100{
			width: 100% !important;
		}

		.box_w100{
			flex-flow: column-reverse;
		}
	}
	


		.timeline2 {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline2::after {
  content: '';
  position: absolute;
  width: 10px;
  background: #ffba32;
  top: 4%;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}



.timeline2 .container_t2 {
 
  position: relative;
  background: inherit;
  width: 50%;
  margin-top: -10em;
}

.timeline2 .container_t2.left {
  left: 0;
   padding: 15px 120px 15px 0;
}

.timeline2 .container_t2.right {
	padding: 15px 0px 15px 80px;
  left: 50%;
}

.timeline2 .container_t2.center {
  left: 0;
   padding: 15px 120px 15px 0;
}

.timeline2 .container_t2::after {
  /*content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #006E51;
  border-radius: 16px;
  z-index: 1;*/
}

.timeline2 .container_t2.right::after {
  left: -8px;
}

.timeline2 .container_t2::before {
 /* content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #006E51;
  z-index: 1;*/
}

.timeline2 .container_t2.right::before {
  left: 8px;
}

.timeline2 .container_t2 .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 31px);
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
    border-radius: 3px;
    padding: 20px;
}

.timeline2 .container_t2.left .date::after {
  content: '';
  position: absolute;
  left: -30px;
  top: 20px;
  width: 0;
  height: 0;
  /* border-left: 20px solid #006D5B; */
  border-right: 30px solid #006D5B;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  clear: both;
}
.timeline2 .container_t2.right .date::after {
  content: '';
  position: absolute;
  right: -30px;
  top: 20px;
  width: 0;
  height: 0;
  border-left: 30px solid #006D5B;
  /* border-right: 30px solid #006D5B; */
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  clear: both;
}

.timeline2 .container_t2 .date.green{
	background-color: #006D5B;
}

.timeline2 .container_t2 .date.orange{
	background-color: #FFB703;
}

.timeline2 .container_t2.left .date {
  right: -75px;
}

.timeline2 .container_t2.right .date {
  left: -75px;
}

.timeline2 .container_t2.center .date {
  right: -111px;
}

.timeline2 .container_t2 .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: #F6D155;
  border: 2px solid #006E51;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #006E51;
  z-index: 1;
}

.timeline2 .container_t2.left .icon {
  right: 56px;
}

.timeline2 .container_t2.right .icon {
  left: 56px;
}

.timeline2 .container_t2.center .icon {
  right: 56px;
}

.timeline2 .container_t2 .content {
  /* padding: 30px; */
  /*background: #F6D155;*/
  position: relative;
 
}

.timeline2 .container_t2.box3 .content.s1 , .timeline2 .container_t2.box3 .content.s2 {
 	margin-bottom: 15px;
}

.timeline2 .container_t2 .content ul{
	margin: 0;
	padding-left: 25px;
  font-family: 'THNiramitAS';
    font-size: 16px;
}

.timeline2 .container_t2 .content.green{
	border: 3px solid #008A95;
}

.timeline2 .container_t2 .content.orange{
	border: 3px solid #F95F09;
}


.timeline2 .container_t2.right .content {
  padding: 30px;
  /*border-radius: 500px 0 0 500px;*/
}

.timeline2 .container_t2 .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #006E51;
}

.timeline2 .container_t2 .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

  #home_section14 .timeline2::after{
  	top: 0%;
  }

@media (max-width: 767px) {
  .fixe_pad{
	padding: 0 5% 10% 5% !important;

  }

  .timeline2 .container_t2 .date{
  	font-size: 18px !important;
  	padding: 10px !important;
  }

  .timeline2::after {
    left: 49px;
  }

  #home_section14 .timeline2::after{
  	left: 50% ;
  }

  #home_section14 .timeline2 .container_t2 .date{
  	font-size: 22px !important;
  	padding: 20px !important;

  }



  .timeline2 .container_t2 {
    width: 100%;
    padding-left: 120px !important;
    padding-right: 0px !important;
    margin-top: -12em;
  }

  .timeline2 .container_t2.right {
    left: 0%;
  }

  .timeline2 .container_t2.left::after, 
  .timeline2 .container_t2.right::after,
  .timeline2 .container_t2.center::after {
    left: 82px;
  }

  .timeline2 .container_t2.left::before,
  .timeline2 .container_t2.right::before,
  .timeline2 .container_t2.center::before {
    left: 100px;
    border-color: transparent #006E51 transparent transparent;
  }

  .timeline2 .container_t2.left .date,
  .timeline2 .container_t2.right .date {
    right: auto;
    left: 0;
  }

  .timeline2 .container_t2.center .date {
    right: auto;
    left: -13px;
    margin-top: 1em;
  }

  .timeline2 .container_t2.left .icon,
  .timeline2 .container_t2.right .icon,
  .timeline2 .container_t2.center .icon {
    right: auto;
    left: 146px;
  }

  .timeline2 .container_t2.left .content,
  .timeline2 .container_t2.right .content,
  .timeline2 .container_t2.center .content{
    padding: 15px;
   
  }

  .timeline2 .container_t2.left .date::after {
    left: unset;
    right: -20px;
    top: 13px;
    border-left: 20px solid #006D5B;
    border-right: unset;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .timeline2 .container_t2.right .date::after {
    right: -20px;
    top: 13px;
    border-left: 20px solid #006D5B;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}

#home_section13 .timeline2::after{
	top: 16%;
}

@media (max-width: 925px){
	.timeline2::after{
		top: 4%;
	}

	#home_section13 .timeline2::after{
		top: 16%;
	}
}


@media (max-width: 575px){
	#home_section14 .timeline2::after{
  		top: 0%;
  	}
}

.in_contain{
	padding-bottom: 120px !important;
}




		.timeline3 {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline3::after {
  content: '';
  position: absolute;
  width: 60px;
  background: #fff;
  top: 4%;
  bottom: 0;
  left: calc(50% - 30px);
  margin-left: -1px;
}



.timeline3 .container_t2 {
 
  position: relative;
  background: inherit;
  width: 50%;
}

.timeline3 .container_t2.left {
  left: 0;
   padding: 15px 100px 15px 0;
}

.timeline3 .container_t2.right {
	padding: 15px 0px 15px 100px;
  left: 50%;
}

.timeline3 .container_t2::after {
  /*content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #006E51;
  border-radius: 16px;
  z-index: 1;*/
}

.timeline3 .container_t2.right::after {
  left: -8px;
}

.timeline3 .container_t2::before {
 /* content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #006E51;
  z-index: 1;*/
}

.timeline3 .container_t2.right::before {
  left: 8px;
}

.timeline3 .container_t2 .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 48px);
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #008A95;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
    border-radius: 3px;
    padding: 20px;
}

.timeline3 .container_t2 .date.green{
	background-color: #008A95;
}

.timeline3 .container_t2 .date.orange{
	background-color: #F95F09;
}

.timeline3 .container_t2.left .date {
  right: -30px;
}

.timeline3 .container_t2.right .date {
  left: -30px;
}

.timeline3 .container_t2 .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: #F6D155;
  border: 2px solid #006E51;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #006E51;
  z-index: 1;
}

.timeline3 .container_t2.left .icon {
  right: 56px;
}

.timeline3 .container_t2.right .icon {
  left: 56px;
}

.timeline3 .container_t2 .content {
  padding: 30px;
  /*background: #F6D155;*/
  position: relative;
  color: #fff;
 
}

.timeline3 .container_t2.box3 .content.s1 , .timeline3 .container_t2.box3 .content.s2 {
 	margin-bottom: 15px;
}

.timeline3 .container_t2 .content ul{
	margin: 0;
	padding-left: 25px;
}




.timeline3 .container_t2.right .content {
  padding: 30px;
  /*border-radius: 500px 0 0 500px;*/
}

.timeline3 .container_t2 .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #006E51;
}

.timeline3 .container_t2 .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

  #home_section16 .timeline3::after{
  	top: 0%;
  }

@media (max-width: 767px) {
  .fixe_pad{
	padding: 0 5% 10% 5% !important;

  }

  .timeline3 .container_t2 .date{
  	font-size: 18px !important;
  	padding: 10px 5px !important;
  }

  .timeline3::after {
    left: 20px;
  }

  /*#home_section16 .timeline3::after{
  	left: 50% ;
  }*/

  #home_section14 .timeline3 .container_t2 .date{
  	font-size: 22px !important;
  	padding: 20px !important;

  }



  .timeline3 .container_t2 {
    width: 100%;
    padding-left: 120px !important;
    padding-right: 0px !important;
  }

  .timeline3 .container_t2.right {
    left: 0%;
  }

  .timeline3 .container_t2.left::after, 
  .timeline3 .container_t2.right::after {
    left: 82px;
  }

  .timeline3 .container_t2.left::before,
  .timeline3 .container_t2.right::before {
    left: 100px;
    border-color: transparent #006E51 transparent transparent;
  }

  .timeline3 .container_t2.left .date,
  .timeline3 .container_t2.right .date {
    right: auto;
    left: 30px;
  }

  .timeline3 .container_t2.left .icon,
  .timeline3 .container_t2.right .icon {
    right: auto;
    left: 146px;
  }

  .timeline3 .container_t2.left .content,
  .timeline3 .container_t2.right .content {
    padding: 15px;
   
  }
}

#home_section16 .timeline3::after{
	top: 0%;
}

@media (max-width: 925px){
	.timeline3::after{
		top: 0%;
	}

	#home_section16 .timeline3::after{
		top: 0%;
	}
}


/*@media (max-width: 575px){
	#home_section16 .timeline3::after{
  		top: 0%;
  	}
}*/

.in_contain{
	padding-bottom: 120px !important;
}




/*/////////////////////////////////*/


		.timeline4 {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 70px auto;
 /* padding: 70px 0;*/
}

.timeline4::after {
  content: '';
  position: absolute;
  width: 5px;
  background: #008A95;
  top: 64px;
  bottom: 0;
  left: 150px;
  margin-left: -1px;
}



.timeline4 .container_t2 {
 
  position: relative;
  background: inherit;
 /* width: 50%;*/

  width: 100%;
    padding-left: 180px !important;
    padding-right: 0px !important;
}

.timeline4 .container_t2.left {
  left: 0;
   padding: 15px 100px 15px 0;
}

.timeline4 .container_t2.right {
	padding: 15px 0px 15px 100px;
   left: 50%;
   padding-right:30% ;
}



/*.timeline4 .container_t2.right::after {
  left: -8px;
}*/

 .timeline4 .container_t2.left .date,
  .timeline4 .container_t2.right .date {
    right: auto;
    left: -10px;
  }

.timeline4 .container_t2.right::before {
  left: 8px;
}

.timeline4 .container_t2 .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 30px);
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
    border-radius: 3px;
    padding: 20px;
}

.timeline4 .container_t2 .date.green{
	background-color: #008A95;
}

.timeline4 .container_t2 .date.orange{
	background-color: #F95F09;
}

.timeline4 .container_t2.left .date {
  /*right: -30px;*/
}

.timeline4 .container_t2.right {
    left: 0%;
}

/*.timeline4 .container_t2.right .date {
  left: -30px;
}*/

.timeline4 .container_t2 .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: #F6D155;
  border: 2px solid #006E51;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #006E51;
  z-index: 1;
}

.timeline4 .container_t2.left .icon {
  right: 56px;
}

.timeline4 .container_t2.right .icon {
  left: 56px;
}

.timeline4 .container_t2 .content {
  padding: 30px;
  /*background: #F6D155;*/
  position: relative;
  color: #000;
  padding-right: 30%;
  font-family: 'THNiramitAS';
  font-size: 16px;
 
}

.timeline4 .container_t2.box3 .content.s1 , .timeline4 .container_t2.box3 .content.s2 {
 	margin-bottom: 15px;
}

.timeline4 .container_t2 .content ul{
	margin: 0;
	padding-left: 25px;
}




.timeline4 .container_t2.right .content {
  /*padding: 30px;*/
  /*border-radius: 500px 0 0 500px;*/
}

.timeline4 .container_t2 .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #006E51;
}

.timeline4 .container_t2 .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

  #home_section16 .timeline4::after{
  	top: 0%;
  }

@media (max-width: 767px) {
	.timeline4 .container_t2 .date{
		top: calc(50% - 17px) !important;
	}
	.timeline4{
		margin-top: 140px !important;
		
	}
	.mln .fixe_pad{
		background: none !important;
	}
  .fixe_pad{
	padding: 0 5% 10% 5% !important;

  }

  .timeline4 .container_t2 .date{
  	font-size: 18px !important;
  	padding: 10px 5px !important;
  }

  .timeline4::after {
    left: 100px;
  }

  /*#home_section16 .timeline4::after{
  	left: 50% ;
  }*/

  #home_section14 .timeline4 .container_t2 .date{
  	font-size: 22px !important;
  	padding: 20px !important;

  }



  .timeline4 .container_t2 {
    width: 100%;
    padding-left: 120px !important;
    padding-right: 0px !important;
  }

  .timeline4 .container_t2.right {
    left: 0%;
  }

  .timeline4 .container_t2.left::after, 
  .timeline4 .container_t2.right::after {
    left: 91px;
  }

  .timeline4 .container_t2.left::before,
  .timeline4 .container_t2.right::before {
    left: 100px;
    border-color: transparent #006E51 transparent transparent;
  }

  .timeline4 .container_t2.left .date,
  .timeline4 .container_t2.right .date {
    right: auto;
    left: -10px;
  }

  .timeline4 .container_t2.left .icon,
  .timeline4 .container_t2.right .icon {
    right: auto;
    left: 146px;
  }

  .timeline4 .container_t2.left .content,
  .timeline4 .container_t2.right .content {
    padding: 15px;
   
  }
}

#home_section16 .timeline4::after{
	top: 0%;
}

@media (max-width: 925px){
	.timeline4::after{
		top: 64px;
	}

	/*#home_section16 .timeline4::after{
		top: 0%;
	}*/
}


/*@media (max-width: 575px){
	#home_section16 .timeline4::after{
  		top: 0%;
  	}
}*/

.in_contain{
	padding-bottom: 120px !important;
}

.timeline4 .container_t2::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: 142px;
    background: #008A95;
    border: 2px solid #008A95;
    border-radius: 16px;
    z-index: 1;
}

.head_blue{
  font-family: 'SaoChingcha';
  font-size: 28px;
  margin-top: -60px !important;
}

h1{
  font-family: 'SaoChingcha';
}

.body_text > span{
  font-size: 24px !important;
}