html,body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
background-color: transparent;
}
.vl {
	width: 2px;
  border-left: 2px solid green;
  height: 100px;
}
.hd1{
font-family: 'Poiret One', cursive;
	font-size: 30px;
	color: #fff;
  font-weight: bold;
}
.hd2{
    color: #00c21f;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;	

}
.hd3{
  font-size: 25px;
  color: #fff;
  font-family: 'Poiret One', cursive;
  font-weight: bold;
}
.hd4{
    font-family: 'Poiret One', cursive;
  font-size: 25px;
  color: #222;
  font-weight: bold;

}
.hd5{
  color: #00c21f;
    font-family: 'Kanit', sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;  
}
.mt1{
  margin-top: 150px;
}
.p1{
	font-family: 'Kanit', sans-serif;
	color: #ececec;
	font-size: 16px;
}
.p2{
	font-family: 'Kanit', sans-serif;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}
.p3{
	font-size: 35px;
	font-family: 'Righteous', cursive;
	color: #001f74;
}
.p4{
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
	color: #111;
}
.bg1{
	background: #001f74;
}
.bg2{
  background: rgba(0, 31, 116, 0.1);
}

/* button css*/
button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.button-bg {
    height: 50px;
    width: 200px;
/*    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
*/}
button.learn-more {
  width: 13rem;
  height: auto;
  background: transparent;
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #00155a;
  border-radius: 1.625rem;
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
span.button-text a{
    color: #000 !important;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 1px;
}
span.button-text a:hover{
    color:#fff !important;
}
button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 1rem;
  margin: 0 0 0 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
button:hover .circle {
  width: 100%;
    background: #00155a;

}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}

/* button css*/

/* services s*/
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext");
html {
  position: relative;
  overflow-x: hidden !important;
}
a, a:hover {
  text-decoration: none;
}

.icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}



.item-bg {
  width: 300px;
  height: 500px;
  position: absolute;
  top: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: all 0.3s;
  left: -30px;
}
.item-bg.active {
  left: -105px;
  top: 0;
  opacity: 1;
}

.news-slider {
  z-index: 2;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1300px) {
  .news-slider {
    max-width: 1000px;
  }
}
@media screen and (max-width: 576px) {
  .news-slider {
    margin-top: 45px;
  }
}
.news-slider__wrp {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.news-slider__item {
  width: 400px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .news-slider__item {
    width: 340px;
  }
}
.news-slider__item.swiper-slide {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.news-slider__item.swiper-slide-active, .news-slider__item.swiper-slide-prev, .news-slider__item.swiper-slide-next {
  opacity: 1;
  pointer-events: auto;
}
.news-slider__ctr {
  position: relative;
  z-index: 12;
}
.news-slider__arrow {
  background: #E5E8F1;
  border: none;
  display: inline-flex;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 12;
  cursor: pointer;
  outline: none !important;
}
.news-slider__arrow:focus {
  outline: none !important;
}
.news-slider__arrow .icon-font {
  display: inline-flex;
}
.news-slider__arrow.news-slider-prev {
  left: 15px;
  transform: translateY(-50%);
}
.news-slider__arrow.news-slider-next {
  right: 15px;
  transform: translateY(-50%);
}
.news-slider__pagination {
  text-align: center;
  margin-top: 50px;
}
.news-slider__pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #fff;
  opacity: 0.2;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.news-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  width: 100px;
  transition-delay: 0s;
}
@media screen and (max-width: 576px) {
  .news-slider__pagination .swiper-pagination-bullet-active {
    width: 70px;
  }
}
.news__item {
  padding: 40px;
  color: #fff;
  border-radius: 10px;
  display: block;
  transition: all 0.3s;
}
@media screen and (min-width: 800px) {
  .news__item:hover {
    color: #222222;
    transition-delay: 0.1s;
  }
  .news__item:hover .news-date, .news__item:hover .news__title, .news__item:hover .news__txt {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .news__item:hover .news__img {
    box-shadow: none;
  }
}
.news__item{
  color: #fff;
}
.news__item.active {
  color: #222;
}
.news__item.active .news-date, .news__item.active .news__title, .news__item.active .news__txt {
  opacity: 1;
}
.news__item.active .news__img {
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  .news__item {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .news__item {
    padding: 20px;
  }
}
.news-date {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid;
  display: inline-block;
/*  opacity: 0.7;
*/  transition: opacity 0.3s;
}
@media screen and (max-width: 576px) {
  .news-date {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    padding-bottom: 0;
  }
}
.news-date__title {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: 'Poiret One', cursive;

}
@media screen and (max-width: 576px) {
  .news-date__title {
    margin-right: 10px;
  }
}
.news-date__txt {
  font-size: 16px;
   font-family: 'Kanit', sans-serif;
   color: #00c21f;
   font-weight: bold;
   letter-spacing: 1px;
}
.news__title {
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: opacity 0.3s;
  font-family: 'Poiret One', cursive;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .news__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.news__txt {
  margin: 10px 0;
  font-size: 16px;
  opacity: 0.7;
  transition: opacity 0.3s;
  font-family: 'Kanit', sans-serif;
}
.news__img {
  border-radius: 10px;
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
  height: 200px;
  margin-top: 30px;
  width: 100%;
  transition: all 0.3s;
  transform-origin: 0% 0%;
}
@media screen and (max-width: 576px) {
  .news__img {
    height: 180px;
    margin-top: 20px;
  }
}
.news__img img {
  max-width: 100%;
  border-radius: 10px;
  height: 100%;
  width: 100%;
}



/* services e*/


/* process s*/
.timeline-carousel {
  margin: 0;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
/*  padding: 86px 6.9444% 90px 6.9444%;
*/
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.timeline-carousel:after, .timeline-carousel:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 6.9444%;
  z-index: 3;
  width: 6.9444%;
}
.timeline-carousel:after {
  left: 0;
}
.timeline-carousel:before {
  right: 0;
  opacity: 0;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
.timeline-carousel .slick-dots {
  bottom: -73px;
}
.timeline-carousel h1 {
  color: white;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
}
.timeline-carousel p {
  color: white;
  font-weight: 300;
}
.timeline-carousel__image {
/*  padding-right: 30px;
*/}

  .slick-slide{
    margin: 10px;
  }

.slick-slide.slick-current.slick-active{
/*  background: rgba(0, 31, 116, 0.1);
*/transition: all 300ms;
-webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
-moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}


.timeline-carousel__item {

  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding: 45px 20px 0 10px;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 55px;
  left: 0;
  content: "";
  border-bottom: 1px solid rgba(0, 31, 116, 0.2);
}
.timeline-carousel__item-inner .year {

  font-size: 30px;
  font-family: 'Poiret One', cursive;
  color: #001f74;
  font-weight: bold;

  background: rgba(0, 31, 116, 0.1);
  display: table;
  letter-spacing: 1px;
  padding-right: 10px;
  z-index: 1;
  position: relative;
  margin: -15px 0 20px;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
/*  background-color: #323232;
*/  z-index: 3;
}
.timeline-carousel__item-inner .month {
    color: #00c21f;
  font-family: 'Kanit', sans-serif;
  font-size: 14px;  
  font-style: italic;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.timeline-carousel__item-inner p {

    font-size: 20px;
 font-family: 'Kanit', sans-serif;
   color: #001f74;

}
.timeline-carousel__item-inner .read-more {
  font-size: 12px;
  color: #001f74;
  display: table;
  margin-bottom: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}
.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #001f74;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}
.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #ffc107;
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #ffc107;
}
.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

.slick-dots {
  bottom: 160px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.slick-dots li {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background:rgba(0, 31, 116, 0.2);
  border-color: #00c21f;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background:rgba(0, 31, 116, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover {
  background: #00c21f;
  border-color: #00c21f;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}
.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
}
.slick-prev .btn, .slick-next .btn{
  background: #E5E8F1 !important;
  border: none;
  font-family: 'Kanit', sans-serif;
}
.slick-prev svg, .slick-next svg {
  height: auto;
  width: 18px;
  padding-bottom: 2px;
}
.slick-prev .btn, .slick-next .btn {
  border-radius: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.slick-prev, .slick-next {
  position: absolute;
  top: 0;
  z-index: 9;
  border-radius: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 30px;
}

/* process e*/

/* contact s*/
#contact{
  background: #001f74;
  }
.p5{
  font-size: 80px;
  font-weight: bold;
  color: #fff;

}
ul.list1{
  list-style: none;
  margin: 0;
  padding: 0;
}
.list1 li{
  display: inline-block;
    padding: 10px;

}
.list1 li a{
  color: #fff;
  text-decoration: none;
  font-family: 'Kanit', sans-serif;
  font-size: 14px;
  transition: all 500ms;
  text-transform: uppercase;
  letter-spacing: 2px;
    top: 0px;
  position: relative;
  font-style: italic;

}
.list1 li a:hover{
  color: #00c21f;
  top: -5px;
  position: relative;

}
.p6{
  font-size: 22px;
  color: #fff;
  font-family: 'Poiret One', cursive;
  font-weight: bold;
  letter-spacing: 2px;
}
.p7{
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  color: #ececec;

  letter-spacing: 1px;
}
.card1 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f2f2f2;
    background-clip: border-box;
    border-radius: 0.25rem;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.card2{
  min-height: 310px;
  transition: all 300ms;
  cursor: pointer;
}
.card2:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.icon3{
   transition: all 5s;
   position: relative;
   left: 0;
 
}
.card2:hover
.icon3
{
  position: relative;
  left: 90%;
   
}
.hd3{
   transition: all 500ms;
}
.card-body p.hd3{
  padding: 5px 0;
}
.card2:hover
.hd3
{
  background-color:#001f74 ;
  color: #fff !important;
   
}
.hr1{
  background-color: #ddd;
  height: 2px !important;
}



ul.list2{
  list-style: none;


}
.list2 li{
  display: inline-block;
    padding: 10px;

}
.list2 li a{
  color: #ddd;
    text-decoration: none;
font-family: 'Kanit', sans-serif;
    font-size: 16px;
  transition: all 500ms;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.list2 li a:hover{
  color: #00c21f;
}
.bottom-line {
    padding-top: 10px;
}
.copyrights {
    text-align: left;
    color: #fff;
         font-family: 'Kanit', sans-serif;

}
.developer {
    text-align: right;
        color: #fff;
     font-family: 'Kanit', sans-serif;
    font-size: 14px;
}
.ic1{

  transition: all 500ms;
  position: relative;
  top:0;
}

.ic1:hover{
  stroke: #00c21f;
  border-bottom: dotted;
  transition: all 500ms;
  position: relative;
  top: -5px;
}
#home-form{
  background-color: ;
}
.form-control1 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Kanit', sans-serif;
    font-style: italic;
    color: #212529;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#sub1{
  background:#001f74;
  border-radius: 0;
  border: none;
  font-size: 14px;
font-family: 'Kanit', sans-serif;
}







/* contact e*/
.circles{
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.about-inner{
position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    padding-bottom: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(circles.svg);
    background-position: 100% 90%;
    background-size: 65%;
    background-repeat: no-repeat;

}
.icon2{
  stroke: #001f74;

}
.carousel-indicators [data-bs-target]{
  background-color: #001f74 !important;
}