@charset "UTF-8";
@font-face {
  font-family: "Sukhumvit Set";
  src: url("https://static.bugaboo.tv/font/SukhumvitSet-Text.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sukhumvit Set";
  src: url("https://static.bugaboo.tv/font/SukhumvitSet-Light.ttf");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "Sukhumvit Set";
  src: url("https://static.bugaboo.tv/font/SukhumvitSet-Medium.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Sukhumvit Set";
  src: url("https://static.bugaboo.tv/font/SukhumvitSetSemiBold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Sukhumvit Set";
  src: url("https://static.bugaboo.tv/font/SukhumvitSet-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Sukhumvit Set";
  src: url("https://static.bugaboo.tv/font/SukhumvitSet-Text.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sukhumvit Set";
  src: url("https://static.bugaboo.tv/font/SukhumvitSet-Light.ttf");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "Sukhumvit Set";
  src: url("https://static.bugaboo.tv/font/SukhumvitSet-Medium.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Sukhumvit Set";
  src: url("https://static.bugaboo.tv/font/SukhumvitSetSemiBold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Sukhumvit Set";
  src: url("https://static.bugaboo.tv/font/SukhumvitSet-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
/* breakpoint 1920px แบบง่าย */
@media (min-width: 1920px) {
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* ถ้าอยากให้ container ขยายตามที่ตั้งไว้ */
  .container {
    max-width: 1680px;
  } /* ตาม $container-max-widths.xxxl */
}
@media (min-width: 576px) {
  .row-cols-sm-7 > * {
    flex: 0 0 auto;
    width: calc(100% / 7);
  }
  .row-cols-sm-8 > * {
    flex: 0 0 auto;
    width: calc(100% / 8);
  }
  .row-cols-sm-9 > * {
    flex: 0 0 auto;
    width: calc(100% / 9);
  }
  .row-cols-sm-10 > * {
    flex: 0 0 auto;
    width: calc(100% / 10);
  }
  .row-cols-sm-11 > * {
    flex: 0 0 auto;
    width: calc(100% / 11);
  }
  .row-cols-sm-12 > * {
    flex: 0 0 auto;
    width: calc(100% / 12);
  }
}
@media (min-width: 768px) {
  .row-cols-md-7 > * {
    flex: 0 0 auto;
    width: calc(100% / 7);
  }
  .row-cols-md-8 > * {
    flex: 0 0 auto;
    width: calc(100% / 8);
  }
  .row-cols-md-9 > * {
    flex: 0 0 auto;
    width: calc(100% / 9);
  }
  .row-cols-md-10 > * {
    flex: 0 0 auto;
    width: calc(100% / 10);
  }
  .row-cols-md-11 > * {
    flex: 0 0 auto;
    width: calc(100% / 11);
  }
  .row-cols-md-12 > * {
    flex: 0 0 auto;
    width: calc(100% / 12);
  }
}
@media (min-width: 992px) {
  .row-cols-lg-7 > * {
    flex: 0 0 auto;
    width: calc(100% / 7);
  }
  .row-cols-lg-8 > * {
    flex: 0 0 auto;
    width: calc(100% / 8);
  }
  .row-cols-lg-9 > * {
    flex: 0 0 auto;
    width: calc(100% / 9);
  }
  .row-cols-lg-10 > * {
    flex: 0 0 auto;
    width: calc(100% / 10);
  }
  .row-cols-lg-11 > * {
    flex: 0 0 auto;
    width: calc(100% / 11);
  }
  .row-cols-lg-12 > * {
    flex: 0 0 auto;
    width: calc(100% / 12);
  }
}
@media (min-width: 1200px) {
  .row-cols-xl-7 > * {
    flex: 0 0 auto;
    width: calc(100% / 7);
  }
  .row-cols-xl-8 > * {
    flex: 0 0 auto;
    width: calc(100% / 8);
  }
  .row-cols-xl-9 > * {
    flex: 0 0 auto;
    width: calc(100% / 9);
  }
  .row-cols-xl-10 > * {
    flex: 0 0 auto;
    width: calc(100% / 10);
  }
  .row-cols-xl-11 > * {
    flex: 0 0 auto;
    width: calc(100% / 11);
  }
  .row-cols-xl-12 > * {
    flex: 0 0 auto;
    width: calc(100% / 12);
  }
}
body {
  font-family: "Sukhumvit Set", "Sukhumvit Set Text", Sukhumvit, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: url(../img/bg-aragon.jpg);
  background-color: #001219;
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  min-height: 100vh;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p {
  color: #FFFFFF;
}

.has-particles {
  position: relative; /* สำคัญ เพื่อให้ absolute ยึดกับ section */
  overflow: hidden; /* กัน canvas เกินขอบ */
}
.has-particles .particles-layer {
  position: absolute;
  inset: 0; /* ครอบเต็ม section */
  z-index: 0; /* อยู่หลังเนื้อหา */
  pointer-events: none; /* ไม่บังการคลิกปุ่ม/ลิงก์ */
}
.has-particles .particles-layer .section-content {
  position: relative;
  z-index: 1; /* ให้อยู่เหนือ particles */
}

a {
  color: #60CCFE;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
a img, a .card-text {
  transition: transform 0.3s ease-in-out;
}
a h5 {
  color: #60CCFE;
}
a:hover {
  color: #72B2E4;
}
a:hover img,
a:hover .card-text {
  transform: translateY(-5px);
}
a:hover img._no-transform,
a:hover .card-text._no-transform {
  transform: translateY(0);
}

.navbar-color-aragontech {
  background: linear-gradient(0deg, rgba(3, 24, 36, 0) 0%, rgba(6, 16, 24, 0.8) 46.63%);
}
.navbar-color-aragontech .navbar-brand {
  margin-right: 0;
}
.navbar-color-aragontech .navbar-brand img {
  width: auto;
  height: 64px;
}
.navbar-color-aragontech .navbar-toggler:focus {
  box-shadow: none;
}
.navbar-color-aragontech .nav-link {
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .navbar-color-aragontech .nav-link {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .navbar-color-aragontech .nav-link {
    font-size: 1rem;
  }
}
.navbar-color-aragontech .offcanvas-header {
  justify-content: end;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(4, 11, 39, 0) 0.75%, rgba(0, 16, 41, 0.6) 29.46%, rgba(0, 18, 27, 0.9) 49.58%);
  z-index: 1;
}
@media (min-width: 1200px) {
  .overlay {
    width: 60%;
  }
}

section, footer {
  padding: 2rem 0;
}
@media (min-width: 1200px) {
  section, footer {
    padding: 3rem 0;
  }
}
section#hilight, footer#hilight {
  padding: 0;
}
section#hilight .img-size, footer#hilight .img-size {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.7);
}
@media (min-width: 1200px) {
  section#hilight .img-size, footer#hilight .img-size {
    height: 600px;
  }
}
section#team-profile p, section#case-study p, footer#team-profile p, footer#case-study p {
  text-indent: 2rem;
}
section#case-study ._no-scroll-bar, section#certificate ._no-scroll-bar, section#all-case-study ._no-scroll-bar, footer#case-study ._no-scroll-bar, footer#certificate ._no-scroll-bar, footer#all-case-study ._no-scroll-bar {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
section#case-study ._no-scroll-bar::-webkit-scrollbar, section#certificate ._no-scroll-bar::-webkit-scrollbar, section#all-case-study ._no-scroll-bar::-webkit-scrollbar, footer#case-study ._no-scroll-bar::-webkit-scrollbar, footer#certificate ._no-scroll-bar::-webkit-scrollbar, footer#all-case-study ._no-scroll-bar::-webkit-scrollbar {
  display: none;
}
section#case-study .btn img, footer#case-study .btn img {
  width: 1rem;
}
@media (min-width: 768px) {
  section#case-study .btn img, footer#case-study .btn img {
    width: auto;
  }
}
section#hilight, section#case-study, footer#hilight, footer#case-study {
  width: 100%;
}
section#case-study .swiper-button-next, section#case-study .swiper-button-prev, section#service .swiper-button-next, section#service .swiper-button-prev, footer#case-study .swiper-button-next, footer#case-study .swiper-button-prev, footer#service .swiper-button-next, footer#service .swiper-button-prev {
  color: #60CCFE;
}
section#case-study .swiper-button-next::before, section#case-study .swiper-button-next::after, section#case-study .swiper-button-prev::before, section#case-study .swiper-button-prev::after, section#service .swiper-button-next::before, section#service .swiper-button-next::after, section#service .swiper-button-prev::before, section#service .swiper-button-prev::after, footer#case-study .swiper-button-next::before, footer#case-study .swiper-button-next::after, footer#case-study .swiper-button-prev::before, footer#case-study .swiper-button-prev::after, footer#service .swiper-button-next::before, footer#service .swiper-button-next::after, footer#service .swiper-button-prev::before, footer#service .swiper-button-prev::after {
  font-size: 32px;
}
section#hilight .heading, section#team-profile .heading, section#case-study .heading, section#experience .heading, section#service .heading, section#certificate .heading, section#case-study-details .heading, section#all-case-study .heading, section #all-service-product .heading, footer#hilight .heading, footer#team-profile .heading, footer#case-study .heading, footer#experience .heading, footer#service .heading, footer#certificate .heading, footer#case-study-details .heading, footer#all-case-study .heading, footer #all-service-product .heading {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  section#hilight .heading, section#team-profile .heading, section#case-study .heading, section#experience .heading, section#service .heading, section#certificate .heading, section#case-study-details .heading, section#all-case-study .heading, section #all-service-product .heading, footer#hilight .heading, footer#team-profile .heading, footer#case-study .heading, footer#experience .heading, footer#service .heading, footer#certificate .heading, footer#case-study-details .heading, footer#all-case-study .heading, footer #all-service-product .heading {
    font-size: 32px;
  }
}
section#team .heading._extra, footer#team .heading._extra {
  font-size: 32px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  section#team .heading._extra, footer#team .heading._extra {
    font-size: 56px;
  }
}
section#team .heading._extra span, footer#team .heading._extra span {
  display: block;
  font-size: 24px;
}
@media (min-width: 1200px) {
  section#team .heading._extra span, footer#team .heading._extra span {
    font-size: 32px;
  }
}
section#news .heading, footer#news .heading {
  margin-bottom: 0;
}
section#certificate, footer#certificate {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
}
section#certificate .tab-pane, footer#certificate .tab-pane {
  min-height: 100%;
  margin-top: 0;
}
section#certificate .tab-pane#pills-AWS img, section#certificate .tab-pane#pills-Azure img, section#certificate .tab-pane#pills-huawei img, section#certificate .tab-pane#pills-Partner img, section#certificate .tab-pane#pills-ITIL img, section#certificate .tab-pane#pills-Kube img, section#certificate .tab-pane#pills-Meta img, section#certificate .tab-pane#pills-PMI img, section#certificate .tab-pane#pills-google img, section#certificate .tab-pane#pills-other img, footer#certificate .tab-pane#pills-AWS img, footer#certificate .tab-pane#pills-Azure img, footer#certificate .tab-pane#pills-huawei img, footer#certificate .tab-pane#pills-Partner img, footer#certificate .tab-pane#pills-ITIL img, footer#certificate .tab-pane#pills-Kube img, footer#certificate .tab-pane#pills-Meta img, footer#certificate .tab-pane#pills-PMI img, footer#certificate .tab-pane#pills-google img, footer#certificate .tab-pane#pills-other img {
  width: 100%;
}
section#certificate .tab-pane#pills-AWS img.img-style, section#certificate .tab-pane#pills-Azure img.img-style, section#certificate .tab-pane#pills-huawei img.img-style, section#certificate .tab-pane#pills-Partner img.img-style, section#certificate .tab-pane#pills-ITIL img.img-style, section#certificate .tab-pane#pills-Kube img.img-style, section#certificate .tab-pane#pills-Meta img.img-style, section#certificate .tab-pane#pills-PMI img.img-style, section#certificate .tab-pane#pills-google img.img-style, section#certificate .tab-pane#pills-other img.img-style, footer#certificate .tab-pane#pills-AWS img.img-style, footer#certificate .tab-pane#pills-Azure img.img-style, footer#certificate .tab-pane#pills-huawei img.img-style, footer#certificate .tab-pane#pills-Partner img.img-style, footer#certificate .tab-pane#pills-ITIL img.img-style, footer#certificate .tab-pane#pills-Kube img.img-style, footer#certificate .tab-pane#pills-Meta img.img-style, footer#certificate .tab-pane#pills-PMI img.img-style, footer#certificate .tab-pane#pills-google img.img-style, footer#certificate .tab-pane#pills-other img.img-style {
  background-color: rgba(248, 249, 250, 0.3);
  border-radius: 10px;
  padding: 4px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section#certificate .nav.nav-pills._nav-custom, footer#certificate .nav.nav-pills._nav-custom {
  flex-wrap: nowrap;
  padding: 0.5rem 1rem;
  overflow: scroll;
}
@media (min-width: 1400px) {
  section#certificate .nav.nav-pills._nav-custom, footer#certificate .nav.nav-pills._nav-custom {
    justify-content: center;
  }
}
section#certificate .nav.nav-pills .nav-link, footer#certificate .nav.nav-pills .nav-link {
  font-size: 16px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 2rem;
  padding: 0.25rem 2rem;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 768px) {
  section#certificate .nav.nav-pills .nav-link, footer#certificate .nav.nav-pills .nav-link {
    padding: 0.5rem 3rem;
  }
}
@media (min-width: 1200px) {
  section#certificate .nav.nav-pills .nav-link, footer#certificate .nav.nav-pills .nav-link {
    padding: 0.25rem 1.8rem;
  }
}
@media (min-width: 1920px) {
  section#certificate .nav.nav-pills .nav-link, footer#certificate .nav.nav-pills .nav-link {
    font-size: 18px;
    padding: 0.5rem 2rem;
  }
}
section#certificate .nav.nav-pills .nav-link:hover, footer#certificate .nav.nav-pills .nav-link:hover {
  color: #FFFFFF;
  transform: scale(1.05);
}
section#certificate .nav.nav-pills .nav-link:active, footer#certificate .nav.nav-pills .nav-link:active {
  transform: scale(0.98);
}
section#certificate .nav.nav-pills .nav-link.active, footer#certificate .nav.nav-pills .nav-link.active {
  color: #FFFFFF;
  background-color: rgba(248, 249, 250, 0.3);
}
section#contact, footer#contact {
  color: #FFFFFF;
  /* Hide number input arrows for Chrome, Safari, Edge */
}
section#contact .contact-bg, footer#contact .contact-bg {
  background-color: rgba(248, 249, 250, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 0;
}
@media (min-width: 768px) {
  section#contact .contact-bg, footer#contact .contact-bg {
    border-radius: 0.625rem;
  }
}
section#contact .contact-bg img.img-size, footer#contact .contact-bg img.img-size {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  filter: brightness(0.3);
}
@media (min-width: 1200px) {
  section#contact .contact-bg img.img-size, footer#contact .contact-bg img.img-size {
    border-bottom-left-radius: 0.625rem;
    border-top-left-radius: 0.625rem;
  }
}
section#contact .heading, footer#contact .heading {
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
}
section#contact .heading._bg, footer#contact .heading._bg {
  padding: 1rem;
  border-radius: 0.625rem;
  width: fit-content;
}
section#contact label, footer#contact label {
  position: absolute;
  top: 15px;
}
section#contact label:focus, footer#contact label:focus {
  top: 0;
}
section#contact form > div:nth-of-type(4) .form-control, footer#contact form > div:nth-of-type(4) .form-control {
  padding: 0.5rem 1rem 0.5rem 1rem;
}
section#contact form > div:nth-of-type(4) .form-control:focus + label, section#contact form > div:nth-of-type(4) .form-control:not(:placeholder-shown) + label, footer#contact form > div:nth-of-type(4) .form-control:focus + label, footer#contact form > div:nth-of-type(4) .form-control:not(:placeholder-shown) + label {
  top: -5px;
}
section#contact form > div:nth-of-type(4) label, footer#contact form > div:nth-of-type(4) label {
  top: 20px;
}
section#contact .form-group, footer#contact .form-group {
  position: relative;
}
section#contact .form-group .form-control, footer#contact .form-group .form-control {
  background: none;
  border: none;
  border-radius: 0.625rem;
  color: #FFFFFF;
  padding: 1.5rem 1rem 0.5rem 1rem;
}
section#contact .form-group .form-control:focus + label, section#contact .form-group .form-control:not(:placeholder-shown) + label, footer#contact .form-group .form-control:focus + label, footer#contact .form-group .form-control:not(:placeholder-shown) + label {
  top: 10px;
  font-size: 0.85em;
  background: transparent;
}
section#contact .form-group .form-control:focus, footer#contact .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
section#contact .form-group .form-control:-webkit-autofill, section#contact .form-group .form-control:-webkit-autofill:focus, section#contact .form-group .form-control:-webkit-autofill:hover, section#contact .form-group .form-control:-webkit-autofill:active, footer#contact .form-group .form-control:-webkit-autofill, footer#contact .form-group .form-control:-webkit-autofill:focus, footer#contact .form-group .form-control:-webkit-autofill:hover, footer#contact .form-group .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 18, 25, 0) inset !important;
  -webkit-text-fill-color: #FFFFFF !important;
  transition: background-color 5000s ease-in-out 0s;
}
section#contact .form-group label, footer#contact .form-group label {
  position: absolute;
  top: 35px;
  color: #FFFFFF;
  font-size: 14px;
  pointer-events: none;
  transition: all 0.2s ease;
}
section#contact .form-group label.textarea-label, footer#contact .form-group label.textarea-label {
  top: 20px;
}
section#contact .form-group .invalid-feedback, footer#contact .form-group .invalid-feedback {
  color: #60CCFE;
}
section#contact .btn.btn-secondary._bg::before, footer#contact .btn.btn-secondary._bg::before {
  background: #566367;
}
section#contact .red-color, footer#contact .red-color {
  color: red;
}
section#contact hr, footer#contact hr {
  opacity: 1;
  margin: 0;
}
section#contact small, footer#contact small {
  color: rgba(248, 249, 250, 0.3);
}
section#contact input[type=number]::-webkit-inner-spin-button, section#contact input[type=number]::-webkit-outer-spin-button, footer#contact input[type=number]::-webkit-inner-spin-button, footer#contact input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
section#contact input[type=number], footer#contact input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: textfield;
}
section#contact input[type=email]:-webkit-autofill,
section#contact input[type=text]:-webkit-autofill,
section#contact input[type=number]:-webkit-autofill, footer#contact input[type=email]:-webkit-autofill,
footer#contact input[type=text]:-webkit-autofill,
footer#contact input[type=number]:-webkit-autofill {
  -webkit-text-fill-color: #FFFFFF !important;
  caret-color: #FFFFFF !important;
}
section#all-case-study, section #all-service-product, footer#all-case-study, footer #all-service-product {
  min-height: 100vh;
}
section#all-case-study .item, section #all-service-product .item, footer#all-case-study .item, footer #all-service-product .item {
  position: relative;
}
section#case-study-details, footer#case-study-details {
  min-height: 90vh;
  color: #FFFFFF;
}
section#case-study-details h2, footer#case-study-details h2 {
  font-size: 18px;
}
section#case-study-details ul li, footer#case-study-details ul li {
  margin-left: 1.2rem; /* ขยับข้อความให้ตรงสวยงาม */
}
section#case-study-details ul .custom-list, footer#case-study-details ul .custom-list {
  list-style-type: none; /* ซ่อน bullet */
  padding-left: 0; /* รีเซ็ตการเยื้อง */
  margin-left: 0;
}
section#case-study-details ul .custom-list li::before, footer#case-study-details ul .custom-list li::before {
  content: "- ";
}
section#all-service-product .js-scroll, footer#all-service-product .js-scroll {
  opacity: 1;
}
section#serv-cloud-consults .title, footer#serv-cloud-consults .title {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  section#serv-cloud-consults .title, footer#serv-cloud-consults .title {
    font-size: 24px;
  }
}
section#serv-cloud-consults img, footer#serv-cloud-consults img {
  width: 100%;
}
@media (min-width: 768px) {
  section#serv-cloud-consults img, footer#serv-cloud-consults img {
    width: 36px;
  }
}
@media (min-width: 1200px) {
  section#serv-cloud-consults img, footer#serv-cloud-consults img {
    width: 40px;
  }
}
section#footer, footer#footer {
  background-color: #042334;
  padding-bottom: 0;
}
section#footer ul, footer#footer ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding: 0;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  section#footer ul, footer#footer ul {
    justify-content: start;
    margin-bottom: 0;
  }
}
section#footer ul li, footer#footer ul li {
  font-size: 14px;
  padding: 0 0.5rem;
  border-right: 1px solid #FFFFFF;
}
@media (min-width: 1200px) {
  section#footer ul li, footer#footer ul li {
    font-size: 16px;
  }
}
section#footer ul li:first-child, footer#footer ul li:first-child {
  padding-left: 0;
}
section#footer ul li:last-child, footer#footer ul li:last-child {
  border-right: none;
  padding-right: 0;
}
section#footer .heading, footer#footer .heading {
  font-size: 16px;
  text-align: center;
}
@media (min-width: 1200px) {
  section#footer .heading, footer#footer .heading {
    text-align: revert;
    font-size: 20px;
  }
}
section#footer .footer, footer#footer .footer {
  color: #FFFFFF;
  width: 100%;
  padding: 2rem 0;
  background-color: #001219;
  z-index: 1;
  position: sticky;
}
section#footer .footer a, section#footer .footer h5, section#footer .footer p, footer#footer .footer a, footer#footer .footer h5, footer#footer .footer p {
  font-size: 14px;
  width: auto;
}
section#footer .social-icon-size, footer#footer .social-icon-size {
  margin-right: 8px;
}
section#footer span, footer#footer span {
  font-size: 14px;
  color: #60CCFE;
}
section#footer .social-icon, footer#footer .social-icon {
  text-align: center;
}
@media (min-width: 1200px) {
  section#footer .social-icon, footer#footer .social-icon {
    text-align: end;
  }
}
section#footer .social-icon a img, footer#footer .social-icon a img {
  margin-right: 8px;
}
section#footer .social-icon a:last-child img, footer#footer .social-icon a:last-child img {
  margin-right: 0;
}
section .section-content, footer .section-content {
  position: relative;
  z-index: 1; /* ให้อยู่เหนือ particles */
}

.swiper.HilightSwiper .swiper-slide .hilight-detail, .swiper.CaseStudySwiper .swiper-slide .hilight-detail, .swiper.ServiceSwiper .swiper-slide .hilight-detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .swiper.HilightSwiper .swiper-slide .hilight-detail, .swiper.CaseStudySwiper .swiper-slide .hilight-detail, .swiper.ServiceSwiper .swiper-slide .hilight-detail {
    width: 60%;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .swiper.HilightSwiper .swiper-slide .hilight-detail, .swiper.CaseStudySwiper .swiper-slide .hilight-detail, .swiper.ServiceSwiper .swiper-slide .hilight-detail {
    width: 40%;
  }
}
.swiper.HilightSwiper .swiper-pagination.aragontech-style .swiper-pagination-bullet, .swiper.CaseStudySwiper .swiper-pagination.aragontech-style .swiper-pagination-bullet, .swiper.ServiceSwiper .swiper-pagination.aragontech-style .swiper-pagination-bullet {
  height: 16px;
  border-radius: 10px;
}
.swiper.HilightSwiper .swiper-pagination.aragontech-style .swiper-pagination-bullet.swiper-pagination-bullet, .swiper.CaseStudySwiper .swiper-pagination.aragontech-style .swiper-pagination-bullet.swiper-pagination-bullet, .swiper.ServiceSwiper .swiper-pagination.aragontech-style .swiper-pagination-bullet.swiper-pagination-bullet {
  width: 21px;
  background-color: #1D5A86;
  opacity: 1;
}
.swiper.HilightSwiper .swiper-pagination.aragontech-style .swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper.CaseStudySwiper .swiper-pagination.aragontech-style .swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper.ServiceSwiper .swiper-pagination.aragontech-style .swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background-color: #60CCFE;
}
.swiper.CaseStudySwiper .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper.ServiceSwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.swiper.ServiceSwiper .swiper-wrapper {
  min-height: 320px;
}
@media (min-width: 1400px) {
  .swiper.ServiceSwiper .swiper-wrapper {
    min-height: 350px;
  }
}
@media (min-width: 1920px) {
  .swiper.ServiceSwiper .swiper-wrapper {
    min-height: 450px;
  }
}
.swiper.CaseStudySwiper .swiper-wrapper {
  height: 400px;
}
@media (min-width: 576px) {
  .swiper.CaseStudySwiper .swiper-wrapper {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .swiper.CaseStudySwiper .swiper-wrapper {
    height: 620px;
  }
}
@media (min-width: 1200px) {
  .swiper.CaseStudySwiper .swiper-wrapper {
    height: 430px;
  }
}
@media (min-width: 1400px) {
  .swiper.CaseStudySwiper .swiper-wrapper {
    height: 480px;
  }
}
@media (min-width: 1920px) {
  .swiper.CaseStudySwiper .swiper-wrapper {
    height: 570px;
  }
}
.swiper.CaseStudySwiper .swiper-slide {
  padding-top: 0.5rem;
}

.swiper-button-next::after {
  display: none;
}
@media (min-width: 768px) {
  .swiper-button-next::after {
    display: block;
  }
}

.swiper-button-prev::after {
  display: none;
}
@media (min-width: 768px) {
  .swiper-button-prev::after {
    display: block;
  }
}

.btn.btn-primary {
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #0073B3 -48.15%, #02BAF0 69.37%);
  position: relative;
  z-index: 1;
  border: none;
  padding: 0.5rem 2rem;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}
.btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.25rem;
  padding: 2px;
  background: linear-gradient(94deg, #0076AC 7.84%, #239CD4 49.42%, #3FB9F1 93.47%);
  z-index: -1;
  margin: 2px;
}
.btn.btn-primary:hover {
  --scale: 1.05;
}
.btn.btn-primary:active {
  --scale: 0.98;
}
.btn.btn-secondary {
  border-radius: 1.25rem;
  background: linear-gradient(94deg, #0092D6 7.84%, #8DDBFF 49.42%, #3FB9F1 93.47%);
  position: relative;
  z-index: 1;
  border: none;
  padding: 0.5rem 2rem;
  width: fit-content;
}
.btn.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.25rem;
  padding: 2px;
  background: #001219;
  z-index: -1;
  margin: 2px;
}
.btn.btn-secondary.js-scroll {
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary.js-scroll:hover {
  --scale: 1.05;
}
.btn.btn-secondary.js-scroll:active {
  --scale: 0.98;
}
.btn.btn-gray {
  font-size: 16px;
  background-color: rgba(248, 249, 250, 0.3);
  color: #FFFFFF;
  border-radius: 1.25rem;
  padding: 0.5rem 1rem;
  border: none;
  width: max-content;
  text-align: start;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .btn.btn-gray {
    width: 100%;
  }
}
.btn.btn-gray:hover {
  transform: scale(1.05);
}
.btn.btn-gray:hover img {
  transform: translateY(0);
}
.btn.btn-gray:active {
  color: #FFFFFF;
  background-color: rgba(248, 249, 250, 0.3);
  transform: scale(0.98);
}
.btn.btn-gray.js-scroll {
  transition: all 0.3s ease-in-out;
}
.btn.btn-gray.js-scroll:hover {
  --scale: 1.05;
}
.btn.btn-gray.js-scroll:hover img {
  transform: translateY(0);
}
.btn.btn-gray.js-scroll:active {
  color: #FFFFFF;
  background-color: rgba(248, 249, 250, 0.3);
  --scale: 0.98;
}
.btn.btn-gray._more-style {
  border-radius: 2rem;
  background-color: rgba(248, 249, 250, 0.3);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.btn.btn-gray._more-style:hover {
  transform: scale(1.05);
}
.btn.btn-gray._more-style:active {
  transform: scale(0.98);
}
.btn.btn-gray._more-style.active {
  background-color: rgba(248, 249, 250, 0.5);
}
@media (max-width: 1199.98px) {
  .btn.btn-gray._more-style {
    min-width: 160px;
  }
}

.cards.card-standard {
  padding-bottom: 1rem;
}
.cards.card-standard .img-size {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  border-radius: 0.625rem;
  height: auto;
}
.cards.card-standard .card-text {
  width: 100%;
  padding-top: 1rem;
}
.cards.card-standard .card-text .title {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cards.card-standard .card-text p.text-multi-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
.cards.card-horizontal {
  display: flex;
  flex-direction: column;
}
.cards.card-horizontal img.img-size {
  object-fit: cover;
  object-position: center;
  border-radius: 0.625rem;
}
.cards.card-horizontal .card-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 1.5rem 0;
  margin-bottom: 1rem;
  height: 100%;
}
.cards.card-horizontal .card-text .title {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .cards.card-horizontal .card-text {
    margin-bottom: 0;
  }
}
.cards.card-square .img-size {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 0.625rem;
  height: auto;
}
.cards.card-square .card-text {
  width: 100%;
  padding-top: 1rem;
}
.cards.card-square .card-text .title {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
.cards.card-square p {
  color: #FFFFFF;
}
.cards.card-square p.text-multi-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
.cards.card-no-image {
  border-radius: 1.25rem;
  background: linear-gradient(94deg, #0092D6 7.84%, #8DDBFF 49.42%, #3FB9F1 93.47%);
  position: relative;
  z-index: 1;
  border: none;
  padding: 2rem 1.5rem;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cards.card-no-image {
    padding: 2rem;
  }
}
.cards.card-no-image::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.25rem;
  padding: 2px;
  background: #35454D;
  z-index: -1;
  margin: 2px;
}
.cards.card-no-image .img-size {
  margin-bottom: 1rem;
}
.cards.card-no-image .card-text {
  text-align: start;
  padding: 0;
  height: auto;
}
.cards.card-no-image .card-text .title {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
.cards.card-no-image .card-text p {
  font-size: 14px;
}
.cards.card-no-image .card-text ul li {
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
.cards.card-no-image .card-text ul li:last-child {
  margin-bottom: 0;
}

.text-multi-line-3 {
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

#breadcrumb-nav ol li:nth-of-type(2) a {
  width: 100px;
}
@media (min-width: 768px) {
  #breadcrumb-nav ol li:nth-of-type(2) a {
    width: 100%;
  }
}
#breadcrumb-nav .breadcrumb {
  margin-top: 6rem;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  font-size: 14px;
}
#breadcrumb-nav .breadcrumb .breadcrumb-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 35px;
}
#breadcrumb-nav .breadcrumb .breadcrumb-item a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
#breadcrumb-nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding: 0;
}
#breadcrumb-nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #D4D4D4;
  padding: 0 0.5rem;
  flex-shrink: 0;
}
#breadcrumb-nav .breadcrumb .breadcrumb-item.active {
  color: #D4D4D4;
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #breadcrumb-nav .breadcrumb .breadcrumb-item.active {
    max-width: 100%;
  }
}/*# sourceMappingURL=aragontech.css.map */