body {
  font-family: "IBM Plex Sans Thai" !important;
  font-weight: normal;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: #535353 !important;
}

p {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans Thai" !important;
}

.btn {
  font-family: "IBM Plex Sans Thai" !important;
}

a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "IBM Plex Sans Thai" !important;
  font-weight: 700;
  color: var(--bs-dark-text-emphasis);
}

.line1 {
  background-image: linear-gradient(
    to right,
    #3ab900 0%,
    #32a109 51%,
    #3ab900 100%
  ) !important;
}

.face {
  background-image: linear-gradient(
    to right,
    #1466fe 0%,
    #1466fe 51%,
    #1466fe 100%
  ) !important;
}

.you {
  background-image: linear-gradient(
    to right,
    #f62b33 0%,
    #f62b33 51%,
    #f62b33 100%
  ) !important;
}

.ig {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  ) !important;
}

.tk {
  background-image: linear-gradient(
    to right,
    #3ab900 0%,
    #32a109 51%,
    #3ab900 100%
  ) !important;
}

.bg-menu1 {
  background: #2992c8;
  border-top: 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 10;
  padding: 5px 10px;
  font-size: 11px;
}

.pd-menu1 {
  padding-left: 0px;
  padding-right: 0px;
  border-right: 1px solid #e9ecef;
}

.bg-menu1 a {
  color: #fff;
}

.bg-menu1 a i {
  font-size: 22px;
}

.page-title {
  position: relative;
  background-size: cover;
  padding: 240px 0px 150px;
  background-attachment: fixed;
}

.page-title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.2;
  background-color: var(--black-color);
}

.page-title h2 {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--white-color);
}

.page-title .bread-crumb {
  position: relative;
  display: inline-block;
}

.page-title .bread-crumb li {
  position: relative;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  color: var(--white-color);
  text-transform: capitalize;
  margin-right: 15px;
  padding-right: 15px;
}

.page-title .bread-crumb li:before {
  position: absolute;
  right: -6px;
  top: 0px;
  content: "-";
  color: var(--white-color);
}

.page-title .bread-crumb li a {
  color: var(--white-color);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.page-title .bread-crumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
  display: none;
}

.page-title_text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  max-width: 320px;
  color: var(--white-color);
}

/*-----------------------------slide--------------------------------*/
.super_container1 {
  min-height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}

.long_dash {
  height: 2px;
  width: 100%;
  background-image: linear-gradient(
    to right,
    #2a92c8 0%,
    #115076 51%,
    #2b5876 100%
  );
  display: inline-block;
  margin-bottom: 11px;
  margin-top: 11px;
}

.room-section1 {
  padding: 150px 0 150px;
  width: 100%;
  height: 900px;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgb(11 11 11 / 88%) 0%, #06354ea6 72%);
  display: flex;
  align-items: center;
}

.slider-one_title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding: 11px 25px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  text-transform: capitalize;
  background-color: #2992c8;
}

.slider-text h1 {
  font-size: 90px;
  color: #fff;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.slider-text h1 span {
  color: #9fcfbb;
}

.slider-text h1 span {
  color: transparent;
  font-weight: 800;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgb(255 255 255);
}

.slider-text p {
  font-weight: 400;
  color: #fff;
}

.btn.btn-primary {
  background: #0792b2;
  border: 1px solid #0792b2 !important;
  color: #fff !important;
}

.btn.btn-white {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #000000 !important;
}

.slider-one_socials {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 25px 30px;
  border-radius: 0px 50px 50px 0px;
  background-color: #ffffff26;
}

.slider-one_socials a {
  position: relative;
  font-size: 14px;
  margin: 0px 15px;
  text-transform: capitalize;
  color: #ffffff;
}

.slider-one_socials a::before {
  position: absolute;
  content: "-";
  right: -20px;
  font-size: 24px;
  color: #fff;
}

.slider-two_options {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

.slider-two_options .button {
  position: relative;
  border-radius: 40px 0px 0px 0px;
  background-color: #fff;
  border: 10px solid #fff;
  border-bottom: none;
  border-right: none;
}

.slider-two_options .button a {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  gap: 55px;
  padding: 5px 30px;
  color: #000000;
}

.slider-two_authors {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  background-color: #fff;
  border-left: 10px solid #fff;
  border-right: 25px solid #fff;
  border-radius: 0px 0px 0px;
  padding: 0px;
}

.slider-two_authors ul {
  position: relative;
  display: flex;
  margin-left: 40px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.slider-two_authors ul li {
  position: relative;
  width: 54px;
  height: 54px;
  margin-left: -20px;
  border-radius: 50px;
  display: inline-block;
  border: 3px solid #fff;
}

.slider-two_reviews {
  position: relative;
  font-weight: 800;
  font-size: 26px;
  color: #2992c8;
}

.slider-two_reviews span {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.slider-one_socials a:last-child::before {
  display: none;
}

/*--------------------------------------------------------------
# vdo
--------------------------------------------------------------*/
.team-block_two {
  position: relative;
  margin-bottom: 30px;
}

.team-block_two-inner {
  position: relative;
  padding: 15px 15px 15px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 25%);
}

.team-block_two-inner:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 50px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-radius: 0px 0px 25px 25px;
  border-bottom: 10px solid transparent;
}

.team-block_two-inner:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  height: 0px;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-image: linear-gradient(
    to bottom,
    var(--main-color),
    var(--white-color)
  );
}

.team-block_two-image {
  position: relative;
}

.team-block_two-shares {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
}

.team-block_two-share_icon {
  position: relative;
  width: 54px;
  height: 54px;
  z-index: 10;
  font-size: 24px;
  line-height: 54px;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
  background-color: var(--main-color);
}

.team-block_two-share_icon i {
  text-align: center;
}

.team-block_two-image img {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 25px 0px 25px 25px;
}

.team-block_two-content {
  position: relative;
  padding: 40px 15px 20px;
}

.team-block_two-title {
  position: relative;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
}

.team-block_two-title a {
  position: relative;
  color: #ffffff;
}

.team-block_two-designation {
  position: relative;
  font-size: 16px;
  margin-top: 8px;
  color: #aaa;
}

.team-block_two-inner:hover::before {
  border-bottom-color: var(--main-color);
}

.team-block_two-inner:hover::after {
  height: 250px;
  opacity: 1;
}

.section .row {
  margin-bottom: 20px;
}

.section h3 {
  color: #000;
  font-size: 20px;
}

.section p {
  margin-top: 20px;
  color: #545b62;
}

.section img {
  width: 100%;
  border-radius: 30px;
}

/******************  GALLERY *******************/
.masonry .mItem .service-thumb {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}

@media (min-width: 1200px) {
  .masonry {
    column-count: 4;
    column-gap: 15px;
  }
}

@media (max-width: 1199px) {
  .masonry {
    column-count: 3;
  }
}

@media (max-width: 991px) {
  .masonry {
    column-count: 3;
  }
}

@media (max-width: 767px) {
  .masonry {
    column-count: 3;
  }
}

.btn1 {
  display: inline-block;
  background: transparent;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 19px !important;
  color: rgba(223, 190, 106, 0.7);
  border-radius: 15px;
  padding: 15px 40px;
  transition: all 0.7s ease-out;
  background-image: linear-gradient(
    to right,
    #2a92c8 0%,
    #115076 51%,
    #2b5876 100%
  );
  color: #fff !important;
  background-position: 1% 50%;
  background-size: 300% 300%;
  text-decoration: none;
  border: none;
  border: 1px solid rgba(223, 190, 106, 0.3);
}

.btn1:hover {
  color: #fff;
  border: 1px solid rgba(223, 190, 106, 0);
  color: #fff;
  background-position: right center;
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.contact-three {
  position: relative;
  padding: 110px 0px 90px;
}

.page-top_pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}

.page-top_pattern:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  height: 50%;
  z-index: -1;
  background-image: linear-gradient(
    to bottom,
    #f5f5f5,
    #f7f7f7,
    #fafafa,
    #fcfcfc,
    #ffffff
  );
}

.contact-three_form-column {
  position: relative;
  margin-bottom: 30px;
}

.contact-three_form-outer {
  position: relative;
}

.contact-form {
  position: relative;
  z-index: 10;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 28px;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 16px;
  background: none;
  color: var(--black-color);
  border-radius: 15px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #f5f5f5;
  border: 1px;
}

.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 130px;
  resize: none;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 20px;
  border: 1px;
  border-radius: 25px;
  color: var(--black-color);
  background-color: #f5f5f5;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-info_text {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.contact-info_block {
  position: relative;
}

.contact-info_block-inner {
  position: relative;
}

.contact-info_block-icon {
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: var(--main-color);
  font-family: "Font Awesome 6 Free";
  border: 2px solid var(--main-color);
}

.contact-info_block-inner h4 {
  margin: 15px 0px 10px;
  color: var(--black-color);
}

.map-one {
  position: relative;
  padding: 0px 0px 110px;
}

.map-one iframe {
  width: 100%;
  border-radius: 20px;
}

/*--------------------------------------------------------------
# news
--------------------------------------------------------------*/
.blog-single-two-wrapper {
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
}

.blog-single-two-wrapper .image-area {
  position: relative;
}

.blog-single-two-wrapper .image-area .thumbnail {
  overflow: hidden;
  display: block;
}

.blog-single-two-wrapper .image-area .thumbnail img {
  width: 100%;
  transition: 1.3s;
}

.blog-single-two-wrapper .image-area .thumbnail:hover img {
  transform: scale(1.15);
}

.blog-single-two-wrapper .image-area .date-area {
  position: absolute;
  width: 70px;
  height: 78px;
  right: 0;
  bottom: -25.5px;
  text-align: center;
}

.blog-single-two-wrapper .image-area .date-area .date {
  background: #ed2923;
  color: #fff;
  padding: 7px 10px;
}

.blog-single-two-wrapper .image-area .date-area .date span.day {
  font-size: 26px;
}

.blog-single-two-wrapper .image-area .date-area .date span {
  display: block;
}

.blog-single-two-wrapper .image-area .date-area .date span.month {
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
}

.blog-single-two-wrapper .image-area .date-area .year {
  background: #0c0a0a;
}

.blog-single-two-wrapper .image-area .date-area .year span {
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
}

.blog-single-two-wrapper .inner {
  padding: 40px;
  margin-top: -9px;
}

.blog-single-two-wrapper .inner .pre-tag {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #6e777d;
  margin-top: -5px;
}

.blog-single-two-wrapper .inner .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-top: 5px;
  transition: 0.3s;
}

.blog-single-two-wrapper .inner a.btn-read-more-blog {
  color: #ed2923;
  align-items: center;
}

.blog-single-two-wrapper .inner a.btn-read-more-blog i {
  margin-left: 5px;
  position: relative;
}

/*--------------------------------------------------------------
# portfolio
--------------------------------------------------------------*/
.news-block_two {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.news-block_two-image_outer {
  position: relative;
}

.news-block_two-date {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 65px;
  height: 65px;
  z-index: 10;
  padding-top: 8px;
  line-height: 28px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: var(--white-color);
  text-transform: uppercase;
  border-radius: 8px 8px 8px 0px;
  background-color: var(--main-color);
  font-family: "Lexend Deca", sans-serif;
}

.news-block_two-date span {
  position: relative;
  display: block;
  font-size: 16px;
}

.news-block_two-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.news-block_two-inner {
  display: flex;
  flex-direction: column;
  height: 100%; /* ให้ card ยาวเท่ากันในหนึ่งแถว */
}

.news-block_two-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* ให้ส่วน content ยืดขยายจนเต็ม */
}

.news-block_two-meta {
  position: relative;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.news-block_two-meta li {
  position: relative;
  font-size: 16px;
  padding-left: 30px;
  margin-right: 15px;
  display: inline-block;
  color: var(--black-color);
}

.news-block_two-meta li .icon {
  position: absolute;
  left: 0px;
  top: 2px;
  line-height: 1em;
  color: var(--main-color);
}

.news-block_two-title {
  position: relative;
  margin-top: 15px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.2em;
  line-height: 1.6em;
}

.news-block_two-title a {
  position: relative;
  color: var(--black-color);
}

.news-block_two-text {
  position: relative;
  margin-top: 15px;
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 84px;
}

.news-block_two-more {
  position: relative;
  margin-top: auto;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  padding: 15px 25px;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  color: var(--black-color);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.06);
  font-family: "Lexend Deca", sans-serif;
}

.news-block_two-more:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}

/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/

.about-one {
  position: relative;
  padding: 180px 0px 70px;
  background-image: linear-gradient(
    to bottom,
    #f6f6f6,
    #f8f8f8,
    #fafafa,
    #fdfdfd,
    #ffffff
  );
}

.about-one_pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 70px;
  background-repeat: repeat-x;
  animation: slideBackground 10s linear infinite;
}

.about-one_cap {
  position: absolute;
  right: 0px;
  bottom: 100px;
  width: 348px;
  height: 205px;
}

.about-one_cap,
.testimonial-one_circle {
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_up_down;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float_up_down;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float_up_down;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float_left_right;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.sec-title {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.sec-title_title {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  gap: 15px;
  align-items: center;
  color: var(--main-color);
  text-transform: uppercase;
  padding-left: 60px;
}

.sec-title_title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed var(--main-color);
}

.about-one .sec-title_heading {
  position: absolute;
  left: 295px;
  top: -25px;
  letter-spacing: -1px;
}

.about-one .sec-title_heading1 {
  position: absolute;
  left: 295px;
  top: 85px;
  letter-spacing: -1px;
}

.sec-title_heading {
  margin-top: 15px;
  color: var(--black-color);
  text-transform: capitalize;
}

.about-one_image-outer {
  position: relative;
}

.about-one_image-outer .image.now-in-view {
  opacity: 1;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.about-one_image-outer .image {
  position: relative;
  display: block;
  opacity: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  clip-path: polygon(0 0, 15% 0, 15% 100%, 0% 100%);
}

.about-one_image-outer .image img {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 30px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.about-construction_image {
  position: absolute;
  left: 30px;
  bottom: 185px;
}

.about-one_button {
  position: relative;
  margin-top: 300px;
}

.about-one_image-column .column:nth-child(2) .image {
  position: relative;
  margin-top: 170px;
}

.about-one_image-outer .image.now-in-view {
  opacity: 1;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.about-one_content-column {
  position: relative;
  margin-bottom: 30px;
}

.about-one_content-outer {
  position: relative;
  margin-top: 165px;
  padding-left: 20px;
}

.feature-block_one {
  position: relative;
  margin-bottom: 30px;
}

.feature-block_one-title {
  position: relative;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--black-color);
}

.feature-block_one-text {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}

.feature-block_two {
  position: relative;
  margin-bottom: 30px;
}

.feature-block_two-inner {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  padding: 12px 25px 30px;
  background-image: linear-gradient(
    to bottom,
    #010101,
    #0c0c0c,
    #141414,
    #1a1a1a,
    #202020
  );
}

.feature-block_two-title {
  position: relative;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.4;
  color: #fff;
  text-transform: uppercase;
  font-family: "Lexend Deca", sans-serif;
}

.feature-block_two-icon {
  position: relative;
  display: block;
  text-align: right;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--white-color);
}

.feature-block_two-icon i {
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.feature-block_two_count {
  position: relative;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  color: var(--white-color);
  font-family: "Lexend Deca", sans-serif;
}

.feature-block_two_count sup {
  position: relative;
  color: var(--main-color);
}

.feature-block_two_text {
  position: relative;
  font-size: 12px;
  color: var(--white-color);
  text-transform: capitalize;
}

.feature-block_two-inner:hover {
  background-image: linear-gradient(
    to bottom,
    #1e7fb0,
    #3c7997,
    #1c6c95,
    #2992c8,
    #2992c8
  );
}

@media only screen and (max-width: 990px) {
  .about-one .sec-title_heading {
    position: relative;
    left: auto;
    top: auto;
  }

  .about-one_button {
    margin-top: 30px;
  }

  .about-one_image-column .column:nth-child(2) .image {
    margin-top: 30px;
  }

  .about-one_content-outer {
    padding-left: 0px;
    margin-top: 0px;
  }

  .about-one_image-column {
    position: relative;
    margin-bottom: 30px;
  }
}

.choose-one_pattern {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 438px;
  height: 597px;
  background-position: left bottom;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# portfolio
--------------------------------------------------------------*/

.project-block_one-image:before {
  position: absolute;
  content: "";
  right: 0px;
  top: -1px;
  width: 393px;
  height: 111px;
  z-index: 1;
  background: url(../images/icons/shape-1.png);
  background-repeat: no-repeat;
}

.project-block_one-image img {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 40px 40px 40px 40px;
}

.project-block_one-overlay {
  position: absolute;
  left: 100px;
  top: 110px;
  right: 130px;
}

.project-block_one-overlay_inner {
  position: relative;
  width: 100%;
  max-width: 478px;
  min-height: 332px;
  padding: 42px 45px 42px;
  background-size: cover;
}

.project-block_one-title {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: var(--main-color);
  text-transform: capitalize;
}

.project-block_one-location {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  gap: 15px;
  align-items: center;
  color: var(--black-color);
  text-transform: capitalize;
}

.project-block_one-location .icon {
  position: relative;
  width: 24px;
  display: inline-block;
}

.project-block_one-heading {
  font-weight: 700;
  margin-top: 18px;
}

.project-block_one-heading a {
  position: relative;
  color: var(--black-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 78px;
  padding: 10px;
}

.project-block_one-text {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 70px;
  padding: 10px;
}

.project-block_one-arrow {
  position: absolute;
  right: 66px;
  bottom: -30px;
  width: 59px;
  height: 59px;
  font-size: 20px;
  line-height: 59px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
  transform: rotate(-45deg);
  background-color: var(--main-color);
}

.project-block_one {
  transform: translate(0px, 0px);
  top: 140.25px;
  translate: none;
  rotate: none;
  scale: none;
  left: 310px;
  margin: 0px;
  width: 100%;
  /* height: 600px; */
  box-sizing: border-box;
  /* max-width: 1290px;
	max-height: 600px; */
  padding: 0px;
}

/*--------------------------------------------------------------
# service
--------------------------------------------------------------*/
.team-one {
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
  background-color: #f5f5f5;
}

.sec-title.centered .sec-title_title {
  justify-content: center;
  display: inline-block;
  padding-right: 60px;
}

.sec-title_title1 {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  gap: 15px;
  align-items: center;
  color: var(--main-color);
  text-transform: uppercase;
  padding-left: 60px;
}

.sec-title_title1:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed var(--main-color);
}

.sec-title_title1:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 10px;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed var(--main-color);
}

.sec-title_heading {
  margin-top: 15px;
  color: var(--black-color);
  text-transform: capitalize;
}

.sec-title.centered .sec-title_title1 {
  justify-content: center;
  display: inline-block;
  padding-right: 60px;
}

.sec-title.centered {
  text-align: center !important;
}

section .container .card-inner {
  position: relative;
  width: inherit;
  height: 18.75rem;
  background: #fff0;
  border-radius: 1.25rem;
  border-bottom-right-radius: 0;
  overflow: hidden;
}

section .container .card-inner .box {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}

section .container .card-inner .box .imgBox {
  position: absolute;
  inset: 0;
}

section .container .card-inner .box .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section .container .card-inner .box .icon {
  position: absolute;
  bottom: -0.375rem;
  right: -0.375rem;
  width: 6rem;
  height: 6rem;
  background: #0a0a0a;
  border-top-left-radius: 15px;
}

section .container .card-inner .box .icon::before {
  position: absolute;
  content: "";
  bottom: 0.375rem;
  left: -1.25rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 15px;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #0a0a0a;
}

section .container .card:nth-child(1) .box .icon .iconBox {
  background: #2992c8;
}

section .container .card-inner .box .icon .iconBox {
  position: absolute;
  inset: 0.625rem;
  background: #282828;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

section .container .card-inner .box .icon .iconBox span {
  color: #fff;
  font-size: 1.5rem;
}

section .container .card-inner .box .icon::after {
  position: absolute;
  content: "";
  top: -1.25rem;
  right: 0.375rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 15px;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #0a0a0a;
}

section .container .card .content {
  padding: 0.938rem 1.225rem;
  background-color: #ffffff;
  margin-top: 15px;
  border-radius: 1.25rem;
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

section .container .card .content h3 {
  text-transform: capitalize;
  color: #fff;
  font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 0.7rem);
}

section .container .card .content p {
  margin-bottom: 10px;
  color: #000;
  display: -webkit-box;
  font-size: small;
  -webkit-line-clamp: 2; /* จำกัดไว้ที่ 3 บรรทัด */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section .container .card ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}

section .container .card ul .branding {
  color: #2a8dc3;
}

section .container .card ul li {
  text-transform: uppercase;
  background: #2992c800;
  border: 1px solid #ffffff3d;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 0.375rem 0.625rem;
  border-radius: 0.188rem;
}

/* ตัว Card หลัก */
.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  text-decoration: none;
}

/* ส่วนเนื้อหา */
.card .content {
  padding: 0.938rem 1.225rem 0.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-footer-action {
  padding: 0 1.225rem 1.225rem;
  background-color: #fff;
}

.card-footer-action ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-footer-action .branding {
  color: #2a8dc3;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.card .content .long_dash {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #2a8dc3;
  margin: 10px 0;
}

.card:hover .branding i {
  transform: translateX(5px);
  transition: 0.3s;
}
.custom-scroll {
  position: relative;
  height: 148px; /* ประมาณ 5 บรรทัด (25px * 5) */
  overflow-y: scroll;
  padding-right: 10px;
  line-height: 25px;
}

/* ปรับแต่ง Scrollbar ตามสีที่คุณต้องการ */
.custom-scroll::-webkit-scrollbar {
  width: 8px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #2a92c8 0%, #115076 51%, #2b5876 100%);
  border-radius: 10px;
  border: 2px solid #f8f9fa; /* เพิ่มขอบเล็กน้อยให้ดูหรูขึ้น */
}

/* สำหรับ Firefox */
.custom-scroll {
  scrollbar-width: thin;
  scrollbar-color: #115076 #f8f9fa;
}
/*--------------------------------------------------------------
# news
--------------------------------------------------------------*/
.news-block_one {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.news-block_one-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%; /* ให้ card ทุกใบใน row สูงเท่ากัน */
}

.news-block_one-image_outer {
  position: relative;
}

.news-block_one-image:before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 174px;
  height: 66px;
  z-index: 9;
  background: url(../images/icons/shape-3.png);
  background-repeat: no-repeat;
}

.news-block_one-date {
  position: absolute;
  right: 10px;
  bottom: 0px;
  z-index: 10;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 35px;
  border-radius: 50px;
  letter-spacing: 1px;
  color: var(--white-color);
  text-transform: uppercase;
  background-color: var(--black-color);
}

.news-block_one-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.news-block_one-image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-block_one-image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block_one-content {
  position: relative;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* ให้ส่วนเนื้อหายืดออกเพื่อดันปุ่มลงด้านล่าง */
}

.news-block_one-meta {
  position: relative;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.news-block_one-meta li {
  position: relative;
  font-size: 16px;
  padding-left: 30px;
  margin-right: 15px;
  display: inline-block;
  color: var(--black-color);
}

.news-block_one-meta li .icon {
  position: absolute;
  left: 0px;
  top: 2px;
  line-height: 1em;
  color: var(--main-color);
}

.news-block_one-title {
  position: relative;
  margin-top: 15px;
  text-transform: capitalize;

  /* เพิ่มส่วนตัดบรรทัด */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* กำหนดให้โชว์แค่ 2 บรรทัด */
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 68px; /* (line-height 34px * 2 บรรทัด) */
}

.news-block_one-title a {
  position: relative;
  color: var(--black-color);
  line-height: 34px;
  font-size: 24px;
}

.news-block_one-button {
  position: relative;
  margin-top: auto; /* ดันปุ่มลงล่างสุดของ content */
  padding-top: 25px; /* เว้นระยะจาก title แทน margin */
}

.news-block_one-button:before {
  position: absolute;
  content: "";
  left: 25px;
  bottom: 0px;
  right: 0px;
  border-bottom: 2px solid #f5f5f5;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block_one-more {
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 17px 35px;
  border-radius: 50px 50px 0px 50px;
  display: inline-block;
  background-color: #f5f5f5;
  color: var(--black-color);
  text-transform: uppercase;
  font-family: "Lexend Deca", sans-serif;
}

.news-block_one-button:after {
  position: absolute;
  content: "\f0da";
  right: 0px;
  bottom: -10px;
  color: #f5f5f5;
  font-size: 20px;
  font-weight: 800;
  font-family: "Font Awesome 6 Free";
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.fooetr-bg-3 {
  background-color: #07080b;
  background-size: cover;
  background-position: center;
}

.left-footer-wrapper-3 {
  border-right: 1px solid #262626;
}

.pt--120 {
  padding-top: 120px;
}

.pb--80 {
  padding-bottom: 80px;
}

.left-footer-wrapper-3 .title {
  font-weight: 400;
  font-size: 25px;
  line-height: 38px;
  color: #fff;
  margin-bottom: 50px;
}

.left-footer-wrapper-3 .button-group-footer {
  display: flex;
  align-items: center;
  gap: 20px;
}

.rts-footer-area-start.fooetr-bg-3 a.rts-btn {
  font-size: 14px;
  font-weight: 600;
}

.rts-btn.btn-primary {
  background: #2992c8;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.rts-btn.btn-seconday {
  background: #0c0a0a;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.rts-btn {
  padding: 20px 33px;
  font-family: var(--font-primary);
  line-height: 10px;
  max-width: max-content;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: 0.3s;
  border-radius: 2px;
  display: block;
  min-width: max-content;
}

.rts-btn.btn-seconday::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #2992c8;
  transform: translateY(110%);
  transition: 0.3s;
  z-index: -1;
}

.rts-btn.btn-seconday:hover::after {
  transform: translateY(0);
}

.right-footer-wrapper-3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}

.right-footer-wrapper-3 .single-information .title {
  color: #ffff;
  font-weight: 600;
}

.right-footer-wrapper-3 .single-information a {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  transition: 0.3s;
  font-family: var(--font-primary);
}

.rts-social-wrapper-three ul {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin-top: 34px;
}

.rts-social-wrapper-three ul li {
  margin: 0;
  padding: 0;
}

.rts-social-wrapper-three ul li a i {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  background: #22282c;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  justify-content: center;
  transition: 0.3s;
}

.right-footer-wrapper-3 .single-information a.mail {
  display: block;
  color: #7e7e7e;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 13px;
  transition: 0.3s;
}

.right-footer-wrapper-3 .single-information a.number {
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
  color: #ffffff;
}

.copyright-area-three {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #222222;
}

.copyright-area-three .menu-area-copyright ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.copyright-area-three .menu-area-copyright ul li {
  margin-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 0;
  color: #fff;
}

.copyright-area-three .menu-area-copyright ul li a {
  transition: 0.3s;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--font-primary);
}

.copyright-area-three .condition ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.copyright-area-three .condition ul li {
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
  color: #ffff;
}

.copyright-area-three .condition ul li a {
  transition: 0.3s;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: var(--font-primary);
}
