<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-about {
  margin: 100px 0px;
  background-color: #edeeef;
  border-radius: 40px;
  position: relative;
  z-index: 2;
  padding: 50px;
}

.about-detail {
  line-height: 2.3rem !important;
  margin: 0px 0px 0px 0px;
  padding: 35px 35px
}

.charecter-1 {
  float: right;
  right: 0;
  z-index: 2;
  margin-top: -413px;
  height: 100%;
  max-height: 400px;
}

.charecter-2 {
  margin-left: 30px;
  margin-bottom: -50px;
  height: 100%;
  max-height: 200px;
}

.about-images {
  margin: -80px 0px 0px 0px;
}

.about-image-1 {
  position: absolute;
  margin-top: 100px;
  z-index: 2;
  width: 70%;
}

.about-image-2 {
  /* position: absolute; */
  z-index: 0;
  margin-left: 30%;
  margin-top: 60%;
  width: 70%;
}

/* @media screen and (max-width: 1199px) {
  .about-images {
    margin: 50px 0px 0px 0px!important;
  }
} */

.break-word-custom {
  display: none;
}

@media screen and (max-width: 992px) {
  .content-about {
    margin: 150px 0px 100px 0px;
    padding: 40px 40px;
  }

  .charecter-1 {
    float: right;
    right: 0;
    z-index: 2;
    margin-top: -221px;
    margin-right: 20px;
    height: 100%;
    max-height: 200px;
  }

  .charecter-2 {
    display: block;
    margin: 0px auto -40px auto;
  }

  .about-images {
    margin: 70px 0px 0px 0px;
  }

  .about-image-1 {
    margin-top: 0px;
  }

  .about-image-2 {
    margin-top: 60%;
  }

  .about-detail {
    line-height: 2.3rem;
    margin: 0px 0px;
    padding: 20px 20px!important;
  }

  .break-word-custom {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .charecter-1 {
    float:none;
    /* right:auto; */
    position: relative;
    display: block;
    margin: -194px auto 0px auto!important;
    /* margin-top: -200px; */
    max-height: 170px;
  }

  .about-images {
    display: block;
    margin: 0px 0px 0px 0px;
  }

  .about-image-2 {
    margin-top: 35%;
  }

  .break-word-custom {
    display: none;
  }
}

/* --------------------------------------- TimeLine */
* {
  box-sizing: border-box;
}

.timeline-title {
  margin-top: 20px;
}

.content-image {
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  /* margin-bottom: 30px!important; */
  transition: .5s;
}

.content-image:hover {
  transform: scale(1.07);
}

@media screen and (max-width: 767px) {
  .timeline-title {
    /* margin-top: calc(350px + 15%); */
    margin-top: 30px;
  }
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  /* max-width: 1200px; */
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #082b49;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container-timeline {
  padding: 10px 20px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* Container around content */
.container-timeline:nth-child(6) .content p {
  margin-top: 3.5rem;
  padding: 15px;
  /* border: 1px solid red; */
}

/* The circles on the timeline */
.container-timeline::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  margin-top: 77px;
  right: -15px;
  background-color: #ee5c1a;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-content-1::after {
  background-color: #ee5c1a;
}

.timeline-content-2::after {
  background-color: #5f2429;
}

.timeline-content-3::after {
  background-color: #0f2554;
}

.timeline-content-4::after {
  background-color: #a60f1b;
}

.timeline-content-5::after {
  background-color: #ec4119;
}

.timeline-content-6::after {
  background-color: #f0a544;
}

.timeline-content-7::after {
  background-color: #c04229;
}

/* Place the container to the left */
.left {
  left: -4px;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  /* content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white; */
}

/* Add arrows to the right container (pointing left) */
.right::before {
  /* content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent; */
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -14.5px;
}

.container-timeline .content p {
  word-break: keep-all;
}

/* The actual content */
.content {
  position: relative;
  font-family: 'Kanit', sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 20px 10px;
  position: relative;
  border-radius: 6px;
}

.content p {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

/* Media queries - Responsive timeline on screens less than 992px wide */
@media screen and (max-width: 991px) {

  /* Place the timelime to the left */
  .timeline::after {
    left: 0px;
  }

  /* Full-width containers */
  .container-timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .container-timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  .container-timeline::after {
    margin-top: 135px;
  }

  /* Make sure all circles are at the same spot */
  .left::after {
    left: -10px;
  }

  .right::after {
    left: -14px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }

  /* The actual content */
  .content {
    margin-left: -45px;
    width: calc(100% + 80px);
  }

  .timeline-content-7.v-2::after {
    margin-top: 12% !important;
  }

  .container-timeline:nth-child(6) .content p {
    margin-top: 3rem;
  }
}

/* Media queries - Responsive timeline on screens less than 768px wide */
@media screen and (max-width: 767px) {
  .container-timeline::after {
    margin-top: 50px;
  }

  .content p {
    margin-top: 35px;
    text-align: center;
  }

  .container-timeline:last-child .content p {
    margin-top: -10px;
  }

  .container-timeline::after {
    margin-top: 50%;
  }

  .container-timeline:nth-child(6) .content p {
    margin-top: 2rem;
  }

  .container-timeline:nth-child(7) .content img {
    margin-top: 0px !important;
  }
}

/* Media queries - Responsive timeline on screens less than 768px wide */
@media screen and (max-width: 531px) {
  .container-timeline:nth-child(6) .content p {
    margin-top: .6rem;
  }
}

@media screen and (max-width: 398px) {
  .container-timeline:nth-child(6) .content p {
    margin-top: -.2rem;
  }

  .break-word-custom {
    display: block;
  }
}

@media screen and (max-width: 364px) {
  .container-timeline:nth-child(6) .content p {
    margin-top: -2rem !important;
  }
}

/* -------------------------------------- .end TimeLine */
</pre></body></html>