@charset "UTF-8";
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
body.single-career .page-title-bar,
body.single-mission .page-title-bar,
body.single-news .page-title-bar {
  display: none !important;
}

.elementor-kit-7 {
  --e-global-typography-accent-font-family: "Sukhumvit Set" !important;
}

body {
  font-family: "Sukhumvit Set" !important;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
div {
  font-family: "Sukhumvit Set";
}

@media (max-width: 1200px) {
  .vertical-lines .line-item {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
}

.sr7-btn {
  font-family: "Sukhumvit Set" !important;
}

.bg_full_w {
  position: relative;
}
.bg_full_w::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: var(--e-global-color-f61ab69);
}

@media (max-width: 1024px) {
  .section_subscribe {
    min-width: 100vw;
    position: absolute;
    left: 0;
  }
}
@media (max-width: 767px) {
  .section_subscribe {
    min-width: unset;
    position: relative;
    left: 0;
  }
}

.custom_subscribe {
  position: absolute;
  bottom: -200px;
  right: 0;
  z-index: 2;
  -webkit-clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
}
@media (max-width: 767px) {
  .custom_subscribe {
    position: relative;
    bottom: 0;
  }
}
.custom_subscribe.active {
  position: fixed;
  bottom: 0;
}

.site-footer {
  position: relative;
  z-index: 0;
}

@media (max-width: 1024px) {
  .sr7_splitted_lines {
    line-height: 1.4 !important;
  }
}
@media (max-width: 767px) {
  .sr7_splitted_lines {
    font-size: 7vw !important;
    line-height: unset !important;
  }
}

.btn_custom_default .elementor-button-content-wrapper {
  flex-direction: row-reverse;
}
.btn_custom_default .elementor-button-content-wrapper .elementor-button-icon {
  margin-top: 0 !important;
}

.cumstom_fw_b .elementor-testimonial-content {
  font-weight: bold;
}

.fold_50 {
  -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
}
@media (max-width: 767px) {
  .fold_50 {
    -webkit-clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
  }
}

.page-default {
  margin: unset;
  max-width: unset;
}

.site-content {
  padding-top: 0;
}

.page-id-5668 .site-content {
  padding-bottom: 0 !important;
}

.template_def .items_alternate:nth-child(even) .box_title {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.template_def .items_alternate:nth-child(even) .box_title .e-con-full {
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .template_def .items_alternate:nth-child(even) .box_title .e-con-full {
    padding-left: 0;
  }
}
.template_def .items_alternate:nth-child(even) .box_details {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .template_def .items_alternate:nth-child(even) .box_details {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.osf-sticky-active.sticky-show {
  position: fixed !important;
}

button[aria-pressed=true] {
  font-weight: 600;
}

button.e-filter-item {
  font-family: "Sukhumvit Set" !important;
}

button.e-filter-item {
  position: relative;
  padding-left: 18px !important;
}
button.e-filter-item::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--e-global-color-b3b5f0f);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.section_swiper_custom {
  max-width: 725px;
  margin: 0 auto;
}
.section_swiper_custom .mySwiper2 .thumbnail_slide_img {
  aspect-ratio: 4/3;
  max-width: 725px;
  width: 100%;
  height: 100%;
}
.section_swiper_custom .mySwiper2 .thumbnail_slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_swiper_custom .mySwiper {
  padding: 10px 0;
}
.section_swiper_custom .mySwiper .thumbnail_slide_img_small {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.section_swiper_custom .mySwiper .thumbnail_slide_img_small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_swiper_custom .mySwiper .swiper-slide {
  opacity: 0.4;
}
.section_swiper_custom .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

#forminator-module-4587 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
#forminator-module-4587 .forminator-row {
  flex: 0 0 50%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 992px) {
  #forminator-module-4587 .forminator-row {
    flex: 0 0 100%;
  }
}
#forminator-module-4587 .forminator-row:nth-child(4) {
  flex: 0 0 100%;
}
#forminator-module-4587 .forminator-row .forminator-input,
#forminator-module-4587 .forminator-row .forminator-textarea {
  padding: 0.605rem 1.2rem !important;
}

.section_subscribe {
  opacity: 0;
  transform: translateY(80px); /* ขยับลงมา */
  transition: all 0.8s ease-out;
}

.section_subscribe.show {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=custom.css.map */